@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Oswald:wght@0,600;0,800;1,300&display=swap');
@import url("https://use.typekit.net/jmw5syx.css");

*{
	box-sizing: border-box;
}

html{
	margin: 0;
	padding: 0;
}

body{
	background-color: #333333;
	padding: 0 5%;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 400;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Oswald', sans-serif;
}

.overlay_impressum{
	position: absolute;
    width: 100%;
    min-height: 100vh;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.65);
    display: none;
}

.overlay_impressum .max_900{
	width: 100%;
	max-width: 600px;
	background-color: #ccc;
	padding: 20px;
	border-radius: 8px;
	position: relative;
}

.overlay_impressum .max_900 .cross{
	position: absolute;
    right: 10px;
    width: 15px;
    height: 15px;
    top: 10px;
    cursor: pointer;
}

.overlay_impressum .max_900 h2{
	margin: 0 0 10px;
    font-size: 36px;
    font-family: interstate-compressed, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.overlay_impressum .max_900 h5{
	margin: 0;
	font-size: 11px;
}

.overlay_impressum .max_900 p{
	margin-top: 0;
}

.overlay_impressum .max_900 p:last-of-type{
	margin-bottom: 20px;
}

section.grey{
	background-color: #999999;
	width: 89%;
	margin: 0 auto;
	min-height: 100vh;
}

section.white{
	background-color: #fff;
	width: 76%;
	/*min-width: 900px;*/
	min-height: 100vh;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

section.white .max_60per{
	width: 80%;
	max-width: 1100px;
	min-width: 724px;
	/*position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);*/
}

section.white .max_60per .top_menu{
	display: flex;
    justify-content: space-between;
    /*padding-top: 20px;*/
}

section.white .max_60per .top_menu .left .logo{
	width: 100px;
	height: 100px;
	background-image: url(logo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 200px;
    height: 60px;
    margin-bottom: 5px;
    cursor: pointer;
}

section.white .max_60per .top_menu .right{
	display: flex;
	justify-content: flex-end;
	align-self: flex-end;
	visibility: hidden;
}

section.white .max_60per .top_menu .right .top_men{
	padding: 5px 10px;
	background-color: #a9a9a9;
    font-family: oskar, sans-serif;
    font-size: 16px;
    font-weight: 400;
   	margin: 0;
   	border-radius: 4px 4px 0 0;
   	cursor: pointer;
}

section.white .max_60per .top_menu .right .top_men:first-of-type{
	padding: 5px 20px;
}

section.white .max_60per .top_menu .right .top_men.active{
	background-color: #cccccc;
}

section.white .max_60per .top_menu .right .top_men.active span{
	border-bottom: 1px solid;
}

section.white .max_60per .video_wrap{
	width: 100%;
	height: 56.25%;
	border: 5px solid #ccc;
	position: relative;
}

section.white .max_60per .video_wrap.image:after{
	content: '';
	background-image: url(marc_metzger_foto_vita.jpg);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}

section.white .max_60per .video_wrap video{
	width: 100%;
}

section.white .max_60per .plyr--video .plyr__control[aria-expanded=true], section.white .max_60per .plyr--video .plyr__control.plyr__tab-focus, section.white .max_60per .video_wrap .plyr__control--overlaid, section.white .max_60per .video_wrap .plyr--video .plyr__control:hover{
	background-color: #a9a9a9;
}

section.white .max_60per .video_wrap .plyr--video .plyr__control:hover{
	background-color: #565656;
}

section.white .max_60per .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{
	background-color: #000;
}

section.white .max_60per .video_wrap .plyr--full-ui input[type=range]{
	color: #a9a9a9;
}

section.white .max_60per .bottom_menu{

}

section.white .max_60per .bottom_menu > div{
	display: none;
	flex-wrap: wrap;
	background-color: #fff;
	justify-content: space-between;
}

section.white .max_60per .bottom_menu .m_intro{
	justify-content: center;
}

section.white .max_60per .bottom_menu > div.show{
	display: flex;
}

section.white .max_60per .bottom_menu > div > div{
	display: flex;
	flex-wrap: wrap;
}

/*section.white .max_60per .bottom_menu > div:nth-of-type(2){
	display: flex;
}*/

section.white .max_60per .bottom_menu .bot_men{
	padding: 5px 10px;
	background-color: #a9a9a9;
	font-family: oskar, sans-serif;
	font-size: 12px;
	font-weight: 600;
	margin: 0 2px;
	flex-grow: 1;
	text-align: center;
	cursor: pointer;
}

section.white .max_60per .bottom_menu .left .bot_men{
	width: 132px;
}

section.white .max_60per .bottom_menu .left .bot_men:nth-of-type(1){
	margin: 0 2px 0 4px;
}

section.white .max_60per .bottom_menu .right .bot_men:last-of-type{
	margin: 0 4px 0 2px;
}

section.white .max_60per .bottom_menu .bot_men.active{
	background-color: #cccccc;
}

section.white .max_60per .bottom_menu .bot_men.active span{
	border-bottom: 1px solid;
}

/*section.white .max_60per .bottom_menu .left .bot_men{
	border-right: 1px solid #888;
}

section.white .max_60per .bottom_menu .right .bot_men{
	border-left: 1px solid #888;
}*/


section.white .max_60per .z_inhalt{
	display: none;
}

section.white .max_60per .z_inhalt.t_intro .text, section.white .max_60per .z_inhalt.t_kontakt .text{
	min-height: 196px;
}

section.white .max_60per .z_inhalt.show{
	display: block;
}

section.white .max_60per .text{
	background-color: #cccccc;
	padding: 20px;
	/*height: 200px;*/
	/*border-bottom: 10px solid #cccccc;*/
	border-radius: 4px;
}

section.white .max_60per .text a{
	color: inherit;
}

section.white .max_60per .text a:hover{
	color: #fff;
}

section.white .max_60per .text .scroll{
	overflow-y: auto;
	height: 8em;
}

section.white .max_60per .z_inhalt.t_intro .text p strong{
	font-weight: 800;
}

section.white .max_60per .z_inhalt.t_intro .text p:first-of-type, section.white .max_60per .text .scroll p:first-of-type{
	margin-top: 0px;
}

section.white .max_60per .z_inhalt.t_intro .text p:last-of-type, section.white .max_60per .text .scroll p:last-of-type{
	margin-bottom: 0px;
}

section.white .max_60per .text .info{
	padding-bottom: 5px;
}

section.white .max_60per .text .titel{
	display: flex;
	display: -ms-flexbox;
	ms-flex-pack: end;
	align-items: baseline;
	margin-bottom: 5px;
}

section.white .max_60per .text .titel h1{
	margin: 0;
	margin-right: 5px;
	font-size: 36px;
	font-family: interstate-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
}

section.white .max_60per .text .titel .clips{
	display: flex;
	margin-left: 5px;
}

section.white .max_60per .text .titel .clips .clip{
	font-weight: bold;
	font-size: 16px;
	line-height: 1em;
	font-family: oskar, sans-serif;
	padding: 0 5px;
	border-right: 2px solid #000;
	cursor: pointer;
}

section.white .max_60per .text .titel .clips .clip.active span{
	border-bottom: 1px solid;
}

section.white .max_60per .text .titel .clips .clip:last-of-type{
	border-right: 0;
}

section.white .max_60per .text .info span{
	padding: 0 5px;
	border-right: 1px solid #888;
}

section.white .max_60per .text .info span:first-of-type{
	padding-left: 0;
}

section.white .max_60per .text .info span:last-of-type{
	border-right: none;
}

.passdisplay{
	display: none;
}

@media only screen and (max-width: 1440px) {
	section.grey{
    	width: 94%;
    }

    section.white{
    	width: 88%;
    }
}

@media only screen and (max-width: 1100px) {
    section.grey{
    	width: 100%;
    }

    section.white{
    	width: 100%;
    }

    section.white .max_60per{
    	width: 88%;
    }
}

@media only screen and (max-width: 900px) {
	body{
		padding: 0;
	}

    section.white .max_60per{
    	width: 100%;
    	padding: 20px;
    	min-width: inherit;
    }

    section.white .max_60per .top_menu .right .top_men{
    	width: 50%;
    	text-align: center;
    }
}

@media only screen and (max-width: 768px) {
   /* section.grey{
    	width: 100%;
    }*/
}