@font-face {
    font-family: 'ManropeRegular';
    src:  url('../fonts/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
		
@font-face {
    font-family: 'ManropeBold';
    src:  url('../fonts/Manrope-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ManropeExtraBold';
    src: url('../fonts/Manrope-ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
  --main-font-color: #333333;
}
:root {
  --p-line-height: 28px;
}


html{
	overflow-x: hidden;
}

body, html{
	font-family: "ManropeRegular";
	color: var(--main-font-color);
	font-size:16px;
	outline: none !important;
}

html{

	overflow-y: scroll;
}

div, button{
	/*outline: none !important;*/
}

.btn-margin-left-10px{
	margin-left:10px; 
}
	
.btn-margin-right-10px{
	margin-right:10px; 
}

.btn-margin-bottom-10px{
	margin-bottom:10px; 
}

.btn-top-10px{
	margin-top:10px; 
}
		


h4{
	font-family: "ManropeRegular";
	color:#ff2d00;
	font-size:18px;
}

h3{
	font-family: "ManropeExtraBold";
	color: var(--main-font-color);
	font-size:24px;
}

h2{
	font-family: "ManropeExtraBold";
	color:#ff2d00;
	font-size:24px;
}

h1{
	font-family: "ManropeExtraBold";
	color:#ff2d00;
	font-size:38px;
}

.span4{
	font-family: "ManropeRegular";
	color:#ff2d00;
	font-size:18px;
	line-height:28px
}

.span4_grey{
	font-family: "ManropeRegular";
	color: var(--main-font-color);
	font-size:18px;
	line-height:28px
}


.span3{
	font-family: "ManropeExtraBold";
	color: var(--main-font-color);
	font-size:24px;
}

.btn{
	font-family: "ManropeBold";
	border-radius:0;
	border-color:#E7E7E7;
	color: var(--main-font-color);
	font-size:12px;
	padding-left:20px;
	padding-right:20px;
	background-color:#ffffff;
}

.btn-outline-secondary:focus {
	box-shadow:none;
}
.btn-outline-secondary:hover {
	background-color:#888888;
}

.audio-btn{
	position:absolute;
	right:15px;
	top:20px;
	border-style: none;
}

.top-btn{
	border:none;
}

#stepper{
	position: absolute; 
	top:160px;
	right:0px;
	width:80px;
	height:40px;
	background:transparent;	
	pointer-events: auto;
}

.subnav-stepper{
	position: absolute; 
	width:40px;
	height:40px;
	padding:0px;
	z-index:2000;
	background:#FFF;
	border:none;
}


.stepper-right{
	right:0px;
	background-image:url(../img/icons/arrow_right_383838.svg);	
}

.stepper-left{
	right:40px;
	background-image:url(../img/icons/arrow_left_CCCCCC.svg);	
	pointer-events: none;
}

.stepper-right:hover{
	background-image:url(../img/icons/arrow_right_active.svg) !important;	
}

.stepper-left:hover{
	background-image:url(../img/icons/arrow_left_active.svg) !important;	
}



ol{
	margin-left:20px;
	margin-right:20px;

}

li{
	margin: 20px 0;
}


ul{
	list-style: none;
	padding-left: 1.1em;
}

a:focus, button:focus {
	outline: none;
	color:#ff2d00 !important;
	
}

.navbar{
	font-family: "ManropeBold";
	padding: 1rem 4rem;
	background:#FFF !important;
	z-index:10;
}

.navbar-toggler{
    border-style:none;
}



.figure-caption{
	background-color:rgba(0,0,0,0.1);
	color:black;
	font-size:100%;
	position:relative; 
	height:0px; 
}

.text-left > div{
	position:absolute; left:20px; top:20px; 
}
.text-right > div{
	position:absolute; right:20px; top:20px; 
}

.text-left > div > .caption-containment{
	float:left; width:auto; max-width:calc( 100% - 40px);
}

.text-right > div > .caption-containment{
	float:right; width:auto; max-width:calc( 100% - 40px);
}



.figure-img {
	margin-bottom: 0;

}
.figure {
	margin: 0;
	margin-top:100px;
	font-family: "ManropeExtraBold";
	font-size:13px;
}

.figure:first-of-type{
	margin-top:0px;
}

.fa{
	font-size:20px;
	color:#ffffff;
}

.fa-xl{
	font-size:40px;
	color:#ff2d00;	
}

		


p{
	padding-top:20px;
	padding-bottom:20px;
	line-height: var(--p-line-height);
	margin:0;
}

.nwka_caption{
	background-color:rgba(255,255,255,0.8);
	padding:20px;
	line-height: 30px;
	margin:0;
}


.modal-content{
	width: auto;
	margin-left: auto;
	margin-right: auto;
}


.modal-dialog {
    
    max-width:calc(80% - 10rem);
    margin: 1.75rem auto;
}


.col, .col-xl-6, .col-lg-6, .col-md-6{
	padding:0px;
	margin:0px;
}

.col, .col-xl-12, .col-lg-12, .col-md-12{
	padding:0px;
	margin:0px;
}
	

.horizontal-scrollable{ 
	white-space: nowrap;
	min-height:320px;
	max-height:280px;
	width:100%;

	overflow-x:hidden;
	overflow-y:hidden;
	white-space: nowrap;

	border:solid 0px red;
}	
	
.img-thumbnail{
	
	width:160px;
	min-width:160px;
	height:195px;
	border: 0 none;
	cursor:pointer;
	border-radius: 0;
	border-bottom: solid 1px #fff;
	margin:5px;
	margin-left:25px;
	margin-right:0px;
	position:relative; 

	border:solid 0px red; 
	border-bottom:solid 1px rgba(255,255,255,0);
	display: inline-block;
	
	background-color:#000;
	
	background-size:auto 102% !important; 
	background-repeat:no-repeat !important;
	
	transition: background-size .3s ease-in;
	-moz-transition: background-size .3s ease-in;
	-ms-transition: background-size .3s ease-in;
	-o-transition: background-size .3s ease-in;
	-webkit-transition: background-size .3s ease-in;
	
	background-position-x: 50% !important;
	background-position-y: 50% !important;
	
	/*background-color: rgba(0,0,0,0.1)  !important;
    background-blend-mode: darken !important;*/

}

.img-thumbnail:hover{
	background-size:auto 108% !important; 
	color: var(--main-font-color) inherit;
}

.active_sub_item{
	/*border-bottom: solid 1px #ff2d00;*/
}

.subnavi-horizontal-line{
	position:absolute; width:100%; height:1px; top:240px; background:#D0D0D0;
}
.sub_item_title{
	position:absolute; 
	left:0px; 
	top:195px; 
	height:40px; 
	width:160px; 
	background:#FFF; 
	color: var(--main-font-color); 
	text-align:left; 
	word-wrap: break-word !important; 
	white-space: normal;
	overflow: hidden;
	color:#999;
	text-decoration:none; padding-top:8px; font-size:11px; font-family:'ManropeBold';
	line-height:12px;
	border-bottom: solid 1px rgba(0,0,0,0);
}

.active_sub_item_title{
	color: var(--main-font-color);
	height:41px; 
	border-bottom: solid 1px #ff2d00;
}

.hover_sub_item_title{
	color:#ff2d00;
	height:41px; 
	border-bottom: solid 1px #ff2d00;
}


.activeHeadline{
	color: var(--main-font-color);
	font-size:20px;
}

.sticky-offset {
    top: 60px;
}

video {
    padding: 20px;
}


.small-padding-bottom{
	padding-bottom: 50px;
}

.xs-padding-top{
	padding-top: 20px;
}


.bg-grey{
	background-color:#F4F4F4;
}


.supermargin{
	margin-left:15%;
	margin-right:15%;
	
	margin-top:40px;
	margin-bottom:40px;
}



.imagehook{
	margin-top:-18px;
	margin-left:10px;
	margin-right:10px;
}


.container {
	max-width: 1440px;
}

/* iframe embedded video */

.iframe-container {
  overflow: hidden;
  padding-top: 56.24%;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

/* iframe embedded video ende */

.nav-item{
	color: var(--main-font-color) !important;
}

.nav-item:hover{
	color:#ff2d00 !important;
}

.navbar-nav{
	margin-top:30px;
}

.navbar {
	padding-left:0;
	padding-right:0;
}

.navbar-brand {
	margin-right:7%;
	z-index:1000;
}

.navbar-brand > img {
	height:80px;
}

.navbar-brand:focus, .navbar-toggler:focus{
	background:#e2e2e2;
	border-radius: 3px;
}


#sender-logos{
	position: absolute;
	top: 15px;
	text-align: center;
	width: 100%;
	border: solid 0px red;
	z-index:1;
}

.planet-schule-logo, .swr-logo{
	margin-left:12px;
	height:25px;
	opacity: 0.8;
}

.planet-schule-logo:focus, .swr-logo:focus{
	margin-left:12px;
	height:25px;
	opacity: 1;
}

.swr-logo{
	margin-right:12px; 
}

.swr-logo > img{
	height:15px;
}

.planet-schule-logo > img{
	height:25px;
}

.active{
	color:#ff2d00 !important;	
}

.footer{
	text-align: right;
	border:none;	
	min-width:calc( 100% - 20px) ;
	margin-top:80px;
}

.footer a{
	text-decoration: none;
	margin-left:15px;
	font-size:13px;
	font-family: 'ManropeBold';
	color: var(--main-font-color);
}

.footer a:hover{
	color:#ff2d00;
}

.footerlink{
	float:right;
	margin-left:20px;
	color: #ff2d00;
}


.impressum_li{
	margin: 20px 0;
}

.impressum_li::before {
	content: "•"; 
	color: #ff2d00;
	display: inline-block; 
	width: 0.8em;
	margin-left: -0.8em;
	margin-top: -0.8em;
	font-size: 1.5em;
}

.top-btn-container{
	min-width:100%;
	border:solid 0px red;
	bottom:140px;	
	text-align: right;
}

.navbar-toggler{
	z-index:1000;
	/*outline:none !important;	*/
}

.fullwidth{
	width:100%;
}

.cardmargin{
	padding:18px;
}

.start-card{
	
	height:150px;
	cursor:pointer;
	
	background-size:102% auto !important; 
	background-repeat:no-repeat !important;
	
	transition: background-size .3s ease-in;
	-moz-transition: background-size .3s ease-in;
	-ms-transition: background-size .3s ease-in;
	-o-transition: background-size .3s ease-in;
	-webkit-transition: background-size .3s ease-in;
	
	background-position-x: 50% !important;
	background-position-y: 50% !important;
				
}

.start-card:hover{
    background-size:108% auto !important; 
}





.card-caption{
	position: absolute;
	top: 15px;
	z-index: 10;
	padding-left:25px;
	margin-right:30px;
	text-align: left;
	color:white;
	font-family: 'ManropeBold';
	font-size: 22px;
	letter-spacing: 0px;
	line-height: 33px;
	-moz-hyphens: auto;
	hyphens: auto;
}

.card-arrow{
	position: absolute;
	bottom: 16px;
	right: 10px;
	z-index: 10;
	
	color:white;
	background-color:white;
	width:70px;
	height:35px;
	
	text-align: center;
	padding-top: 5px;
}


@media (max-width: 540px) {
		
	.navbar-toggler{
		margin-top:35px;	
	}
	
	.navbar-brand > img {
		height:60px;
	}
	
	.planet-schule-logo{
		height:22px;
	}
	
	.swr-logo{
		height:13px;
	}
	
	#sender-logos{
		text-align: right !important;
		top:10px !important;
	}

}

@media ( max-width: 1140px) {

}

/* burger menu is visible now */
@media ( max-width: 991px) {
	
	#sender-logos{
		text-align: center;
		top:42px;
	}
	
}



/* burger menu is invisible now */

@media ( min-width: 992px) {

	.active{
		border-bottom:solid 1px #ff2d00;
		padding-left:0px !important; 
		padding-right:0px !important; 
		padding-bottom:10px; 
		margin-left:0.5em;
		margin-right:0.5em;
	}


}

@media (max-width: 768px) {

	.figure:first-of-type{
		margin-top:100px;
	}
	
	.navbar + .row + .row > div > div > .figure{
		margin-top:0px;
	}

}

/*
	@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}
*/


/* Slideshow Startseite */

.slideshow_images{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

#header_slideshow{
	position:relative; 
	left:0px; 
	top:0px; 
	margin:0 auto; 
	border:solid 0px red; 
	width: calc( 100vw - 52px ); 
	height: calc( 40vw - 22px);
	max-width:1404px;
	max-height:448px; 
	min-height:152px; 
	margin-bottom:0px; 
	margin-top:10px; 
	overflow:hidden; 
	background:rgba(0,0,0,0.3); 
	opacity:0;
}


.image_combi{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}


.slideshow_image_description{
	position:absolute;
	font-family: 'ManropeBold';
	left:0px;
	bottom:0px;
	padding:40px 40px 40px 40px;	
	background:rgba(0,0,0,0);	
	color:#FFF;
	font-size: 32px;			
}

.stepper-slideshow{
	position:relative; 
	z-index:10000000000;
}



@media (max-width: 768px) {

	.slideshow_image_description{
	
		padding:30px 30px 30px 30px;	
		font-size: 25px;	
			
	}
		
}

@media (max-width: 540px) {

	.slideshow_image_description{
	
		padding:20px 20px 20px 20px;	
		font-size: 20px;	
			
	}
	
	#header_slideshow{
		
		width: calc( 100vw - 36px ); 
	
	}
	
}

/* Slideshow Startseite */


/* ###################### QUIZ #########################*/

.answers{
	margin: 30px 0px 0px 10px;
}

input[type='radio']:hover{color:red}

.radio-container {

	  width:auto;
	
	  position: relative;
	  left:20px; 
	  padding-left: 20px;
	  margin-bottom: 10px;
	  cursor: pointer;
	
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
}

.radio-container input {
	  position: absolute;
	  cursor: pointer;
	  left:-5px;
	  top:4px;
}

.radio_validate{
	  position: absolute;	
	  top:0px; 
	  left:-35px;
	  width:30px; 
	  height:23px; 
	  display:none;
}

.quiz-tip{
	margin-left:5px; 
	line-height: 22px;
	display:none;
}

.result_message{
	padding:45px 20px 80px 20px;
	display:none;
}



.whitespace_20{
	height:20px; 
}

.whitespace_50{
	height:50px; 
}

.whitespace_100{
	height:100px; 
}

.pagenotfound_header{
	margin-top:20px; 
	height: 150px;
	width:100%;
	text-align:center;
}

.icon-margin{
	margin-left:20px;
}



