/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */
body{
	font-family: 'soleil', sans-serif;
	color:#000000;
	line-height:1.5;
	font-size:18px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'soleil', sans-serif;
	color: #004F95;
	font-size: 45px;
	line-height:1.2;
	margin: 0px 0px 40px 0px;
	font-weight: 500;
	text-align: center;
}
img{
	max-width: 100%;
	height:auto;
}
svg{
	max-width: 100%;
}
ul{
	padding-left: 20px;
	margin: 0 auto 15px;
}

/* //////////////////////////////////// CONTENT //////////////////////////////////// */
.fullwidth{
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	position: relative;
}
.content_links{
	width: 32%;
	float: left;
	height: 100vh
}
.content_rechts{
	width: 68%;
	float: right;
	height: 100vh
}
.termine_block{
	height: 55%;
	background-color: #D0AE43;
	position: relative;
	padding: 30px;
	background-size: cover;
	background-position: center;
}
.datum_box{
	display: block;
}

.datum_box span{
	display: inline-block;
	vertical-align: middle;
}
.datum_box span.dash{
	margin: 0 5px;
}
.termin_titel{
	color: #fff;
	font-size: 40px;
}


.table_div{
	display: table;
	width: 100%;
	height: 100%;
}
.table_cell_div{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.lehrer_block{
	height: 45%;
	background-color: #004F95;
	position: relative;
	padding: 30px;
}
.lehrer_titel {
	margin-bottom: 30px;
	text-align: center;
}
.lehrer_titel1{
	width:100%;
}
.lehrer_titel1 p{
	color: #d0ae43;
	font-size: 25px;
	font-weight: bold;
	padding: 5px 15px;
	background-color: #fff;
	display: inline-block;
	margin: 0 100px 0 0;
	-moz-transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	transform: rotate(-6deg);
}
.lehrer_titel2 p{
	color: #d0ae43;
	font-size: 25px;
	font-weight: bold;
	padding: 5px 15px;
	background-color: #fff;
	display: inline-block;
	clear: both;
	-moz-transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	transform: rotate(-6deg);
	margin: 10px 0 0 100px;
}
.lehrer_foto{
	Width: 180px;
	height: 180px;
	-webkit-border-radius: 115px 115px 115px 115px;
	border-radius: 115px 115px 115px 115px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto 20px;
	background-color: #efefef;
}
.lehrer_name{
	font-size: 30px;
	color: #fff;
	font-weight: 500;
}
.lehrer_fach{
	font-size: 25px;
	color: #fff;
	font-weight: 300;
	line-height: 1.2;
}


.beitrag_block{
	height: 68%;
	background-color: #F2F2F2;
	position: relative;
}
.beitrag_bild{
	width: 100%;
	height: 500px;
    text-align: center;
}
.beitrag_bild img{
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    padding: 0;
}
.beitrag_titel{
	font-size: 40px;
	color: #C5A100;
	margin-top: 30px;
}

.videowrap{
    width:100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}
video {  
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    top: 0;
    left: 0;
    z-index:0;
}
.slick-slide.beitrag .table_cell_div{
	padding: 30px;
}
.w960{
	max-width: 960px;
	margin: 0 auto;
}
.w600{
	max-width: 600px;
	margin: 0 auto;
}
.full_image{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.zitate_block{
	height: calc(32% - 111px);
	background-color: #fff;
	position: relative;
	padding: 30px;
}
.zitat{
	display: block;
	font-size: 40px;
	color: #C5A100;
}
.autor{
	display: block;
	margin-top: 20px;
	text-transform: uppercase;
	color: #9D9D9D;
}

.logo_block{
	width: 100%;
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 25px 0;
}
.logo_box{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	line-height: 0;
}
.logo_box img{
	height: 60px;
}


/* //////////////////////////////////// Slick Slider //////////////////////////////////// */
.slick-slider{
	width: 100%;
	height: 100%;
	position: relative;
}
.slider_lehrer{
  height: calc(100% - 150px);
}
.slick-slide{
	background-size: cover;
	background-position: center;
	background-repeat:  no-repeat;
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: block;
	opacity: 1;
}
.slick-slide, .slick-track, .slick-list{
	height:100%;
}
.slick-list{
	overflow: hidden;
	padding: 0!important;
}
.full_slider{
	height: 100vh;
}



/* //////////////////////////////////// CLEARFIX do not group these rules //////////////////////////////////// */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}