/*-----------------------------------------------------------------------------------
	TAKETHEMONEYANDRUNPRODUCTION
	About: A shiney new Blocs website.
	Author: thomas woschitz
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-lg{
	margin-top:80px;
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}


/* = Text Widths
-------------------------------------------------------------- */
.text-w-80{
	max-width:80%;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}





/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Modal
-------------------------------------------------------------- */

.modal-fill{
	max-width: 99%;
}

/* Toggle Visibility */
.toggled-item{
	transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;
	overflow: hidden;
}
.toggled-item-hidden{
	padding-top:0!important;
	padding-bottom:0!important;
	border-top:0!important;
	border-bottom:0!important;
	outline:0!important;
	opacity: 0;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1170px;
}
.hero-bloc-text{
	font-size:55px;
}
.hero-bloc-text-sub{
	font-size:36px;
}
.navbar-nav li a{
	font-family:"Lato";
	font-weight:300;
}
.bio{
	font-size:30px;
	color:#808080!important;
}
.link{
	font-weight:500;
	font-family:"Lato";
}
.mobiltext{
	margin:14px 14px 14px 14px;
}
.rollover{
	box-shadow:26px 15px 19px rgba(0,0,0,0.5);
}
.rollover:hover{
	overflow:visible;
	box-shadow:27px 16px 19px rgba(0,0,0,0.6);
}
.mobil-logo{
	box-shadow:0px 0px 0px rgba(0,0,0,0.6);
	background-color:transparent;
	text-shadow:0px 0px 0px #000000;
}
.hero-h5{
	font-size:11px;
}
.projects-h4{
	font-family:"Lato";
	font-weight:600;
	font-size:13px;
	margin-bottom:9px;
}
.projects-p{
	font-family: Lato;
	font-weight: 300;
	font-size:11px;
	line-height:14px;
}
.about-h4{
	font-weight: 300;
	font-family:"Oswald-Regular";
	font-size: 15px;
}
.about-p{
	font-size:13px;
	line-height: 20px;
	font-family: Lato;
	font-weight: 300;
}
.contact-h3{
	font-weight: 400;
	font-family:"Oswald-Regular";
	font-size: 15px;
}
.contact-p{
	font-family: Lato;
	font-weight: 300;
	font-size:14px;
}
.img-style{
	width:441px;
	height:326px;
}
.h3-style{
	font-family:Lato;
	font-weight:400;
	font-size:14px;
	margin-top:39px;
}
.shadow{
	;
}
.h5-style{
	font-size:30px;
	font-family:"CaslonAntique";
	font-weight:300;
}
.img-scriptpic-ama-style{
	width:247px;
}
.img-scriptpic-mdb-style{
	width:180px;
}
.h6-style{
	font-size:12px;
}
.h3-2-style{
	font-size:10px;
}
.h1-style{
	width:98.1%;
	font-family:"Lato";
	font-weight:900;
	line-height:80px;
	font-size:80px;
}
.img-layer-3-style{
	width:369px;
}
.img-location-style{
	width:332px;
}
.h5-bloc-7-style{
	font-size:25px;
}
.img-willem-dafoe-style{
	width:370px;
}
.h5-bloc-9-style{
	font-size:12px;
}
label{
	font-family:"Lato";
	font-weight:900;
}
.img-credit-style{
	width:395px;
}
.credits{
	font-family:"CaslonAntique";
	font-weight:900;
	font-size:18px;
}
.h5-bloc-10-style{
	font-size:12px;
	width:81.59%;
}
.img-bloc-7-style{
	width:370px;
}
.img-projects-style{
	width:190px;
	height:280px;
}
.menu{
	font-family:"Lato";
	font-weight:900;
	font-size:20px;
}
.menufull{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:2222;
	display:block;
}
.fixed{
	position:fixed;
	top:20px;
	right:120px;
	z-index:-200;
}
.p-bloc-2-style{
	width:100%;
	font-family:"Lato";
	font-weight:300;
	line-height:14px;
}
.modal-body{
	background-color:transparent;
}
.modal-content{
	background-color:transparent;
	border-style:none;
	border-width:0px 0px 0px 0px;
}
.modalmenutext{
	color:#FEFFFF!important;
	font-weight:bold;
	line-height:60px;
	font-size:70px;
}
.colorrosa{
	color:#FF84FF!important;
	font-size:85px;
}
.fixed-left{
	background-color:transparent;
}
.close{
	color:#FEFFFF!important;
	text-align:center;
	float:initial;
}
.p-style{
	font-family:"CaslonAntique";
	font-weight:900;
	font-size:32px;
	width:100%;
}
.h4-style{
	font-size:20px;
}
.h5-bloc-8-style{
	font-size:40px;
}
.img-23-style{
	width:169px;
}
.h1-5-style{
	font-family:"CaslonAntique";
	font-weight:900;
	padding-top:0px;
	margin-top:2px;
	width:100%;
	font-size:60px;
}
.h1-bloc-9-style{
	font-family:"CaslonAntique";
	font-size:24px;
	text-align:right;
}
.h5-pitch-deck-style{
	font-family:"CaslonAntique";
	font-size:30px;
}
.h5-download-pdf-style{
	font-size:12px;
}
.p-bloc-12-style{
	font-family:"Lato";
	font-weight:300;
	font-size:12px;
}
.small{
	font-size:50px;
}
.link-style{
	font-style:normal;
	text-decoration:none;
}
.icon-padding-right{
	padding-right:8px;
	padding-left:8px;
}
.text_overlay{
	top:20%;
	width:100%;
	font-size:40px;
	position:absolute;
	color:#FFFFFF!important;
	font-family:"Lato";
	font-weight:900;
}
.text1_cross{
	font-family:"Oswald-Light";
	font-size:22px;
	text-align:center;
}
.titel_cross{
	font-family:"Lato";
	font-weight:900;
	font-size:80px;
}
.creditsgstylecross{
	font-family:"Oswald-Light";
}
.creditskstylecross{
	font-family:"Oswald-Light";
}
.season1{
	font-size:22px;
}
.p-19-style{
	font-size:20px;
	font-family:"Lato-Medium";
}
.img-script-style{
	width:363px;
}
.footnote{
	font-size:12px;
}
.downloadlinkgravity{
	font-family:"CaslonAntique";
	font-size:16px;
}
.citylink{
	color:#FFFFFF!important;
}
.icon-padding-top{
	padding-top:124px;
}
.p-bloc-17-style{
	font-size:10px;
}
.h5-bloc-18-style{
	font-family:"Lato-Black";
}
.aboutme1{
	font-size:11px;
	text-align:center;
}
.aboutmehead{
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
}
.img-bloc-9-style{
	width:146px;
	margin-bottom:33px;
}
.caslontitel{
	font-family:"CaslonAntique";
	color:#E5DEDE!important;
	font-size:60px;
}
.caslonsubtitle{
	font-family:"CaslonAntique";
	font-size:40px;
}
.gravitilittle{
	font-family:"Lato";
	font-weight:300;
}
.img-42-style{
	width:360px;
	margin-top:-24px;
}
.card-body-style{
	width:100%;
	height:321px;
}
.h1-padding-top{
	padding-top:0px;
	margin-top:-27px;
	width:100%;
}
.caslonmtext{
	font-family:"CaslonAntique";
	font-size:40px;
}
.h2-synopsis-style{
	width:64.79%;
}
.h2-style{
	font-size:18px;
}
.p-regie-style{
	font-size:27px;
	width:100%;
	line-height:25px;
}
.castrolle{
	padding-top:0px;
	margin-top:-18px;
	font-family:"FontAwesome5Brands-Regular";
}
.castname{
	font-family:"CaslonAntique";
	font-size:18px;
	font-weight:bold;
}
.h4-regie-style{
	width:70.09%;
}
.img-bloc-31-style{
	width:216px;
}
.regiebold{
	font-size:26px;
}
.row-51-style{
	width:102.48%;
}
.row-48-style{
	width:100%;
}
.img-untitled-artwo-style{
	width:366px;
}
.img-img-14-style{
	width:178px;
}
.img-img-23-style{
	width:175px;
}
.img-img-40-style{
	width:176px;
}
.img-img-24-style{
	width:176px;
}
.img-bloc-34-style{
	width:176px;
}
.img-skizzeabha-style{
	width:378px;
}
.h4-preproduction-style{
	font-size:70px;
}
.p-bloc-34-style{
	width:92.7%;
	line-height:40px;
}
.text-overlay{
	width:100%;
	text-align:center;
	position:absolute;
	font-family:"Lato";
	font-weight:900;
	font-size:12px;
	line-height:18px;
	text-transform:none;
	text-decoration:none;
	top:86%;
}
.p-cast-style{
	font-size:12px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-1:rgba(71,69,75,1.0);
	
	--swatch-var-2:rgba(255,255,255,1.0);
	
	--swatch-var-3338:rgba(255,255,255,1.0);
	
	--swatch-var-1819:rgba(118,214,202,1.0);
	
	--swatch-var-3297:rgba(235,235,235,1.0);
	
	--swatch-var-7108:rgba(183,188,193,1.0);
	
	--swatch-var-2499:rgba(185,76,179,1.00);
	
	--swatch-var-1216:rgba(254,255,255,1.00);
	
	--swatch-var-3619:#37A0F3;
	
	--swatch-var-6350:rgba(60,90,153,1.00);
	
	--swatch-var-3802:rgba(255,255,255,1.00);
	
	--swatch-var-4083:#EAEAEA;
	
	--swatch-var-499:#B6BBC0;
	
	--swatch-var-2809:rgba(43,51,61,1.00);
	
	--swatch-var-6670:rgba(0,0,0,1.00);
	
}


/* Background colour styles */

.bgc-2{
	background-color:var(--swatch-var-2);
}

/* Text colour styles */

.tc-7108{
	color:var(--swatch-var-7108)!important;
}
.tc-1{
	color:var(--swatch-var-1)!important;
}
.tc-1216{
	color:var(--swatch-var-1216)!important;
}

/* Icon colour styles */

.icon-7108{
	color:var(--swatch-var-7108)!important;
	border-color:var(--swatch-var-7108)!important;
}
.icon-3297{
	color:var(--swatch-var-3297)!important;
	border-color:var(--swatch-var-3297)!important;
}
.icon-3619{
	color:var(--swatch-var-3619)!important;
	border-color:var(--swatch-var-3619)!important;
}
.icon-6350{
	color:var(--swatch-var-6350)!important;
	border-color:var(--swatch-var-6350)!important;
}
.icon-2499{
	color:var(--swatch-var-2499)!important;
	border-color:var(--swatch-var-2499)!important;
}

/* Bloc image backgrounds */


/* = Custom Bric Data
-------------------------------------------------------------- */

.social-link-bric a svg{
	transition: all 0.3s ease-in-out;
}
.social-hover-fade a:hover svg{
	opacity: 0.5;
}
.social-hover-grow a:hover svg{
	transform: scale(1.2);
}
.social-hover-shrink a:hover svg{
	transform: scale(0.9);
}
.social-hover-shadow a:hover svg{
	filter: drop-shadow(0px 6px 2px rgba(0,0,0,0.3));
	overflow: visible;
}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.projects-p{
		font-size: 12px;
	}
	.modalmenutext{
		text-align:center;
	}
	.p-style{
		width:100%;
	}
	.text_overlay{
		text-align:center;
		font-size:30px;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.about-h4{
		font-family:"Helvetica";
	}
	.contact-h3{
		font-family:Helvetica;
	}
	
}

@media (max-width: 767px){
	.mobile .mobil{
		font-size:10px;
	}
	.mobile .mobil-logo{
		width:90%;
	}
	.mobile .mobiltext{
		margin:14px 14px 14px 14px;
	}
	.mobile .mobiluntertextfilm{
		font-size:9px;
	}
	.projects-p{
		font-size: px;
	}
	.projects-h4{
		width:53.23%;
		float:initial;
		display:block;
	}
	.h5-style{
		font-size:30px;
		font-family:"CaslonAntique";
		font-weight:900;
	}
	.modalmenutext{
		text-align:center;
	}
	.mobil-logo{
		width:90%;
	}
	.mobil{
		font-size:10px;
	}
	.p-style{
		font-size:12px;
	}
	.text_overlay{
		top:5%;
		font-size:25px;
	}
	
}

@media (max-width: 575px){
	.mailfont{
		font-family:"Lato";
		font-weight:300;
		font-size:85%;
		color:#7894B3!important;
	}
	.contact-p{
		font-size:15px;
	}
	.mobil{
		line-height:14px;
		font-size:22px;
	}
	.credits{
		font-size:10px;
	}
	.p-bloc-2-style{
		font-family:Lato;
		font-weight:100;
	}
	.modalmenutext{
		font-size:30px;
		text-align:center;
		line-height:20px;
	}
	.colorrosa{
		font-size:40px;
	}
	.h5-style{
		font-family:"CaslonAntique";
		font-size:20px;
	}
	.mobilsubzeile{
		font-size:9px;
	}
	.p-style{
		width:100%;
		font-size:22px;
		line-height:22px;
	}
	.p-bloc-12-style{
		font-size:12px;
	}
	.row-margin-left{
		margin-left:-47px;
	}
	.small{
		font-size:25px;
	}
	.text_overlay{
		font-size:14px;
		top:-5%;
	}
	.h1-5-style{
		font-size:40px;
	}
	.h1-bloc-9-style{
		font-size:13px;
	}
	.season1{
		font-size:12px;
	}
	.p-bloc-17-style{
		font-size:9px;
	}
	.aboutmehead{
		font-size:16px;
		font-weight:bold;
	}
	.mt-1{
	}
	.h2-synopsis-style{
		font-size:22px;
	}
	.caslonsubtitle{
		font-size:20px;
	}
	.caslontitel{
		font-size:30px;
	}
	.img-42-style{
		width:200px;
	}
	.castname{
		text-align:center;
	}
	.img-wils-style{
		width:120px;
		height:120px;
	}
	.castrolle{
		text-align:center;
	}
	.img-cast-style{
		width:120px;
		height:120px;
	}
	.img-47-style{
		width:120px;
		height:120px;
	}
	.img-50-style{
		width:120px;
		height:120px;
	}
	.h4-regie-style{
		font-size:30px;
	}
	.p-bloc-32-style{
		font-size:22px;
	}
	.p-bloc-34-style{
		font-size:28px;
	}
	.regiebold{
	}
	.h6-castneu-style{
		font-family:"CaslonAntique";
		font-size:18px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
	
}

