@charset "utf-8";

/******************************************************
			ALLGEMEIN
/******************************************************/

body{
	background-image: url(bilder/overlay.png);
	background-color: whitesmoke;
}

/******************************************************
			Basiselemente
/******************************************************/

.clearer{
	clear: both;
	padding: 0px !important;
	margin: 0px !important;
}

.nosticky{
    position: relative !important;
    top : 0 !important;
}

.btn-primary{
	background-color: rgb(122, 180, 62);
	border: none;
}

.btn-primary:hover{
	background-color: rgba(122, 180, 62, 0.8);
}

iframe{
	max-width: 100%;
}

h3{
	font-size: 18px;
	color: rgb(147, 147, 147);
	font-weight: bold;
}

h4{
	font-size: 16px;
	color: rgb(147, 147, 147);
}

h5{
	font-size: 12px;
	color: rgb(147, 147, 147);
	text-transform: uppercase;
}

.zitat{
	background-color: rgb(232, 232, 232);
	width: 100%;
	padding: 18px;
	position: relative;
}

.zitat:before{
	font-family: FontAwesome;
	content: "\f10e";
	border-right: 4px solid rgb(69, 69, 69);
	color: rgb(69, 69, 69);
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	height: 100%;
	width: 50px;
	font-size: 25px;
	float: left;
	text-align: center;
	padding-top: 18px;
	line-height: 100%;
}

.zitat-text{
	font-style: italic;
	padding-left: 50px;
}

.zitat-text:before{
	font-family: FontAwesome;
	content: "\f101";
	padding-right: 5px;
}

.zitat-text:after{
	font-family: FontAwesome;
	content: "\f100";
	padding-left: 5px;
}

.zitat-quelle{
	margin-top: 10px;
	font-size: 12px;
	padding-left: 50px;
}

.zitat-quelle a{
	margin-top: 10px;
	font-size: 12px;
	color: rgb(51, 51, 51);
}

.zitat-quelle:before{
	font-family: FontAwesome;
	content: "\f007";
	padding-right: 5px;
	color: rgb(49, 104, 64);
}

#text img{
	max-width: 100%;
}

#text .img-box{
	display: inline-block;
	margin-bottom: 15px;
}

#text .img-description{
	  background-color: rgba(49, 49, 49,0.8);
	  width: 100%;
	  color: white;
	  padding: 5px;
	  padding-left: 10px;
	  padding-right: 10px;
}

#text .img-description a{
	color: white;
}

#text .img-description:before{
	font-family: FontAwesome;
	content: "\f03e";
	padding-right: 5px;
}

#text ul{
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#text ol{
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#text ul li{
	list-style: none;
}

#text ul li > ul{
	padding: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#text ul > ul{
	padding: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#text ol li > ol{
	margin-top: 0px;
	margin-bottom: 0px; 
}

#text ol > ol{
	margin-top: 0px;
	margin-bottom: 0px; 
}

#text ul li:before{
	font-family: FontAwesome;
	content: "\f0da";
	padding-right: 8px;
	color: rgb(120, 177, 50);
	font-size: 14px;
}

#text ul > ul li:before{
	color: rgb(23, 102, 50);
}

#text ul li > ul li:before{
	color: rgb(23, 102, 50);
}

#text b > li{
	margin-top: 4px;
}

#text b > ul > li:before{
	font-family: FontAwesome;
	content: "\f0da";
	padding-right: 8px;
	color: rgb(25, 103, 46);
	font-size: 14px;
}

#text table{
	border-collapse: collapse;
	width: 100%;
	overflow-x: auto;
	table-layout: fixed;
}

#text tbody{
	overflow-x: auto;
	display: block;
}

#text table, #text th, #text td {
   border: 1px solid rgb(213, 213, 213);
}

#text th{
	border-bottom: 3px solid rgb(120, 177, 50);
}

#text th, #text td{
	padding: 8px;
}

.mini-slider{
	display: inline-block;
	cursor: pointer;
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 5px;
	position: relative;
	height: 135px;
	overflow: hidden;
}

.mini-slider img{
	width: 180px !important;
}

.mini-slider span {
	background: rgba(0,0,0,0.5);
	color: white;
	cursor: pointer;
	display: table;
	top: 0px;
	bottom: 0px;
	left: 0;
	position: absolute;
	top: 0;
	width: 180px;
	height: 135px;
	text-align: center;
	height: 100%;
	font-size: 30px;
	opacity: 0;
	filter: alpha(opacity=0);

	-webkit-transition: opacity 200ms;
	-moz-transition: opacity 200ms;
	-o-transition: opacity 200ms;
	transition: opacity 200ms;
}

.mini-slider:hover span {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mini-slider span i{
	margin-top: 30px;
}

.modal{
	background-color: rgba(0, 0, 0, 0.50);
}

.fade{
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.modal.fade .modal-dialog{
	margin-top: 150px
}

/******************************************************
			SCROLLBAR
/******************************************************/

@media (max-width: 768px) {
	::-webkit-scrollbar {
		display: none;
	}
}

/******************************************************
			HEADER
/******************************************************/

#btn-nav-small{
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: absolute;
	right: -0px;
	top: -10px;
	display: none;
	cursor: pointer;
	background-color: rgb(122, 180, 62);
	padding: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: white;
	width: 57px;
	border-left: 4px solid lightgrey;
}

#header{
	height: 84px;
	border-bottom: 4px solid lightgray;
	background-color: white;
	position: fixed;
	width: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 900;

	-vendor-animation-duration: 0.9s;
	-webkit-animation-duration: 0.9s; /* Chrome, Safari, Opera */
    animation-duration: 0.9s;
	-vendor-animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s; /* Chrome, Safari, Opera */
    animation-delay: 0.1s;
}

#logo{
	height: 74px;
	margin-top: 10px;
	padding-bottom: 4px;
	border-bottom: 4px solid lightgray;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
}

#logo:hover{
	opacity: 0.7;
	filter: alpha(opacity = 70);
	border-bottom: 4px solid #096526; /* Logo darkgreen */
}

#logo-small, #logo-verysmall{
	display: none;
}

#external-pages{
	float: right;
	margin-top: 20px;
}

#moodle img, #stundenplan img{
	height: 40px;
	border: 1px solid lightgray;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 6px;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
}

#stundenplan img{
	padding-right: 30px;
}

#stundenplan-info{
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
	color: rgb(122, 180, 62);
}

#moodle, #stundenplan{
	float: left;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
}

#moodle:hover, #stundenplan:hover{
	border-bottom: 4px solid rgb(24, 101, 47);
}

#moodle{
	margin-right: 10px;
}

#moodle img:hover, #stundenplan img:hover{
	background-color: whitesmoke;
}
/******************************************************
			SLIDER
/******************************************************/

#slider{
	max-height: 340px;
	margin-top: 64px;

	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 42%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(42%,#ffffff), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 42%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 42%,#f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 42%,#f3f3f3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 42%,#f3f3f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}

/* Spezifisch für Firefox*/
@-moz-document url-prefix() {
    #slider {
       margin-top: 84px;
    }
}

#slider .carousel{
	top: 40px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.75);
}

#slider .carousel-indicators{
	right: 10%;
	left: auto;
	text-align: right;
	padding-right: 20px;
	bottom: 8px;
	margin-bottom: 3px;
}

#slider .carousel-indicators li{
	border: 1px solid #252525;
	border-radius: 0px;
	width: 30px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	margin-left: 3px;
}

#slider .carousel-indicators .active{
	background-color: rgb(122, 180, 62);
}

#slider .carousel-control{
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;

	background-image: none !important;
}

#slider .carousel-caption{
	bottom:  0px;
	text-align: right;
	text-shadow: none;
	padding: 20px;
	right: 10%;
	left: auto;
	width: auto;
	max-width: 50%;
}

#slider .carousel-caption h1, #slider .carousel-caption p{
	background-color: rgba(0,0,0,0.5);
	display: inline-flex;
	text-align: right;
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.carousel-caption p{
	text-transform: uppercase;
}
/******************************************************
			NAV
/******************************************************/
#nav-small{
	display: none;
}

#nav-sticky-wrapper{
	width: 100% !important;
}

#nav{
	height: 50px;
	padding: 0px;
	z-index: 90;

	margin-top: 0px;

	background: #6b6b6b; /* Old browsers */
	background: -moz-linear-gradient(top,  #6b6b6b 0%, #252525 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b6b6b), color-stop(100%,#252525)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6b6b6b 0%,#252525 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6b6b6b 0%,#252525 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6b6b6b 0%,#252525 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6b6b6b 0%,#252525 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6b', endColorstr='#252525',GradientType=0 ); /* IE6-9 */

}

#nav ul{
	margin: 0px;
	padding: 0px;
	line-height: 50px;
}

#nav li{
	list-style: none;
	float: left;
	padding-left: 18px;
	padding-right: 18px;
	line-height: 50px;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	cursor: pointer;
}

#nav li{
	border-right: 1px solid rgb(61, 61, 61);
}

#nav li:last-child{
	border-right: none;
}

#nav li:hover, #nav li:focus{
	background-color: rgba(255,255,255,0.3);
	border-bottom: 4px solid rgb(122, 180, 62);
}

#nav .active{
	position: relative;
	background-color: rgb(122, 180, 62);
	background-image: url(bilder/nav_arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 30px 10px;
}

#nav .active:hover{
	background-color: rgba(122, 180, 62,0.6);
}

#nav a{
	text-decoration: none;
	color: white;
	font-size: 16px;
	display: block;
}

#nav i{
	margin-right: 6px;
}

.dropdown{
	position: absolute;
	z-index: 100;
	background-color: white;
	margin-left: -18px !important;
	-webkit-box-shadow: 0px 5px 19px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 19px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 19px 0px rgba(50, 50, 50, 0.75);
	margin-top: -200px;

	transition			: all 0.4s ease-in-out;
    -o-transition       : all 0.4s ease-in-out;
    -moz-transition     : all 0.4s ease-in-out;
	-webkit-transition  : all 0.4s ease-in-out;

	-webkit-transition-delay:	0ms;
    -moz-transition-delay:		0ms;
    -o-transition-delay:		0ms;
    transition-delay: 			0ms;

	max-height: 0px;
	overflow: hidden;
}


#nav ul li:hover .dropdown , #nav ul li:focus .dropdown, #nav ul li:active .dropdown, #nav ul li:target .dropdown{

	/* max-height: 1000px;*/
}

.dropdown{
	transition			: all 0.4s ease-in-out;
    -o-transition       : all 0.4s ease-in-out;
    -moz-transition     : all 0.4s ease-in-out;
	-webkit-transition  : all 0.4s ease-in-out;

	-webkit-transition-delay:	0ms;
    -moz-transition-delay:		0ms;
    -o-transition-delay:		0ms;
    transition-delay: 			0ms;
}

.dropdown li{
	margin: 0px;
	padding: 0px !important;
	float: none !important;
	line-height: 35px !important;
	border-right: none !important;
}

.dropdown li:hover, .dropdown li:focus{
	border-bottom: none !important;
}

.dropdown a{
	padding: 0px !important;
	padding-left: 18px !important;
	padding-right: 28px !important;
	color: #252525 !important;
	border-top: 1px solid white;
	border-bottom: 1px solid rgb(219, 219, 219);
}

.dropdown a .fa{
	transition			: all 0.2s ease-in-out;
    -o-transition       : all 0.2s ease-in-out;
    -moz-transition     : all 0.2s ease-in-out;
	-webkit-transition  : all 0.2s ease-in-out;
}

.dropdown i{
	width: 25px;
}

.dropdown a:hover{
	background-color: whitesmoke;
	border-top: 1px solid rgb(189, 189, 189);
	border-bottom: 1px solid rgb(189, 189, 189);
}

.dropdown a:hover .fa{
	 -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari */
    transform: scale(1.5);
	color: rgb(26, 104, 51);
}

/******************************************************
			MAIN
/******************************************************/

#main{
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0px;
	padding-bottom: 20px;
	min-height: calc(100% - 414px);
}

#breadcrumbs, #subnav, #text{
	background-color: white;
	border-radius: 4px;
	border-left: 1px solid rgb(223, 223, 223);
	border-bottom: 1px solid rgb(223, 223, 223);
}

#breadcrumbs{
	margin-bottom: 20px;
	background-color: white;
	overflow: hidden;
}

#start-page-button{
	font-size: 20px;
	line-height: 36px;
	float: left;
	background-color: rgb(122, 180, 62);
	color: white;
	font-size: 16px;
	transition-duration: 0.2s;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow: hidden;

	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

#start-page-button:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #21632D;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#start-page-button:hover, #start-page-button:focus, #start-page-button:active {
	color: white;
}
#start-page-button:hover:before, #start-page-button:focus:before, #start-page-button:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

#start-page-button a{
	text-decoration: none;
	color: white;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	transition-duration: 0.5s;
}

#start-page-button i{
	margin-right: 12px;
}

#breadcrumbs > .fa-location-arrow{
	font-size: 20px;
	padding-right: 14px;
	padding-left: 14px;
	line-height: 36px;
	float: left;
	background-color: #454545;
	color: white;
	margin-right: 20px;
}

#breadcrumbs ol{
	margin: 0px;
	margin-left: 30px;
	background-color: white !important;
}

#subnav{
	min-height: 50px;
	border-right: 4px solid rgb(122, 180, 62);
	padding: 0px;
	padding-top: 27px;
	margin-bottom: 20px;
}

#subnav ul{
	padding: 0px;
	margin: 0px;
}

#subnav li{
	list-style: none;
	font-size: 15px;
	cursor: pointer;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	transition-property: background-color;
	-webkit-transition-property: background-color;
}

#subnav li:last-child{
	margin-bottom: 27px;
}

#subnav li:hover{
	background-color: rgb(239, 239, 239);
	background-image: url(bilder/subnav_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#subnav a{
	text-decoration: none;
	color: black;
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#subnav .active{
	background-color: rgb(122, 180, 62);
	color: white;
	position: relative;
}

#subnav .active a{
	color: white;
}

#subnav .active:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: cursor;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #7AB43E;
	border-width: 17px;
	margin-top: -17px;
}

#subnav .active:Hover{
	background-color: rgba(122, 180, 62,0.7);
}

#subnav .active:hover:after{
	border-left-color: rgba(122, 180, 62,0.7);
}

.termineh3{
	margin: 0px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgb(122, 180, 62);
}

.termineh3 .fa{
	margin-right: 20px;
	margin-left: -11px;
	color: rgb(122, 180, 62);
}

#subnav p{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	border-bottom: 1px solid rgb(221, 221, 221);
	position: relative;
}

#subnav p:last-child{
	border: none;
}

#subnav .termin-day{
	background-color: rgb(122, 180, 62);
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	float: left;
	width: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 20px;
	color: white;
	font-weight: bold;
	padding-left: 4px;
}

#subnav p:last-child .termin-day{
	border-bottom-left-radius: 4px;
}

#subnav .termin-rest{
	position: relative;
	left: 24px;
}

#text{
	min-height: 200px;
	padding-top: 30px;
	padding-bottom: 20px;
	overflow: hidden;
}

#text section{
	padding: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
}

#text h1{
	margin-top: 0px;
	color: #1A6630;
	padding-left: 30px;
	margin-bottom: 0px;
}

#text h1 > i{
	float: right;
	margin-right: 30px;
}

#text h2{
	font-size: 20px;
	text-transform: uppercase;
	color: rgb(147, 147, 147);
	margin-bottom: 20px;
	margin-top: 40px;
}

.cutoff{
	position: absolute;
	z-index: 2;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100px;
}

.allow-section-cut{
	position: relative;
	overflow-y: hidden;
}

.cut-section{
	max-height: 300px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.cut-button{
	position: absolute;
	z-index: 3;
	bottom: 0px;
	background-color: white;
	padding: 4px;
	padding-left: 15px;
	padding-right: 15px;
	color: rgb(83, 83, 83);
	cursor: pointer;
	font-size: 13px;
	border-radius: 3px;
	border: 2px solid rgb(122, 180, 62);
	left: 30px;

	transition			: background 0.2s ease-in-out;
    -o-transition       : background 0.2s ease-in-out;
    -moz-transition     : background 0.2s ease-in-out;
	-webkit-transition  : background 0.2s ease-in-out;
}

.cut-button:after{
	content: "Mehr anzeigen";
}

.cut-button:hover{
	background-color: rgb(122, 180, 62);
	color: white;
}

.cut-button:active{
	background-color: rgba(122, 180, 62, 1);
	color: lightgray;
}

.cut-button i{
	width: 20px;
	font-size: 14px;
	font-weight: bold;
}

.cut-button-close{
	background-color: white;
	padding: 4px;
	padding-left: 15px;
	padding-right: 15px;
	color: rgb(83, 83, 83);
	cursor: pointer;
	font-size: 13px;
	display: none;
	width: 158px;
	border-radius: 3px;
	border: 2px solid rgb(122, 180, 62);
	position: relative;
	z-index: 400;
	top: 10px;

	transition			: background 0.2s ease-in-out;
    -o-transition       : background 0.2s ease-in-out;
    -moz-transition     : background 0.2s ease-in-out;
	-webkit-transition  : background 0.2s ease-in-out;
}

.cut-button-close:after{
	content: "Weniger anzeigen";
}

.cut-button-close:hover{
	background-color: rgb(122, 180, 62);
	color: white;
}

.cut-button-close:active{
	background-color: rgba(122, 180, 62, 1);
	color: lightgray;
}

.cut-button-close i{
	width: 20px;
	font-size: 14px;
	font-weight: bold;
}

.cut-line{
	position: absolute;
	z-index: 3;
	bottom: 13px;
	background-color: lightgray;
	height: 2px;
	right: 30px;
	left: 30px;
}

/* Startseite */

.berichtbox-col{
	padding: 0px;
}

.berichtbox{
	border: 1px solid rgb(221, 221, 221);
	margin: 15px;
	padding: 15px;
	height: 320px;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
}

.berichtbox-cut{
	position: absolute;
	bottom: 28px;
	left: 0px;
	height: 50px;
}

.berichtbox > .readmore{
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
	background-color: white;
	transition-duration: 0.2s;
	border-top: 3px solid rgb(122, 180, 62);
}

.berichtbox > .readmore:hover{
	border-top: 3px solid rgb(159, 203, 113);
}

.berichtbox > .readmore > a{
	color: rgb(122, 180, 62);
	text-decoration: none;
	display: block;
	padding: 4px;
	padding-left: 15px;
}

.berichtbox > .readmore > a:hover{
	color: rgb(159, 203, 113);
}

.berichtbox > .readmore > a:before{
	font-family: FontAwesome;
	content: "\f0c1";
	margin-right: 6px;
}

/* Pressespiegel */

.artikel-link{
	display: block;
	text-decoration: none;
	background-color: rgb(122, 180, 62);
	padding: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	display: inline-block;
	color: white;
	transition-duration: 0.2s;
}

.artikel-link:before{
	font-family: FontAwesome;
	content: "\f08e";
	margin-right: 10px;
	transition-duration: 0.2s;
}

.artikel-link:hover, .artikel-link:focus {
	text-decoration: none;
	color: white;
	background-color: rgb(159, 203, 113);
}

.artikel-link:hover:before, .artikel-link:focus:before {
	color: black;
	color: black;
}

/* Terminkalender */

.row > p{
	margin-left: 15px;
	margin-right: 15px;
}

.termin-row{
	padding: 0px !important;
}

.termin{
	margin-left: 15px;
	margin-right: 15px;
	border-top: 1px solid rgb(213, 213, 213);
}

.termin:last-child{
	border-bottom: 1px solid rgb(213, 213, 213);
}

.termin > div{
	padding: 10px;
}

.termin > div p{
	text-overflow: ellipsis;
	/*height: 100px;*/
	overflow: hidden;
}

.termin-zeit{
	line-height: 30px;
	color: #252525;
	padding: 0px !important;
	padding-right: 10px !important;
	padding-bottom: 10px !important;
	font-size: 16px;
	padding-top: 26px !important;
}

.termin-zeit:first-line{
	font-weight: bold;
	color: rgb(122, 180, 62);
	font-size: 18px;
}

.termin-zeit small{
	font-size: 14px;
	border: 1px solid rgb(33, 99, 45);
	padding: 3px;
	border-radius: 4px;
}

.termin-bild{
	position: relative;
	overflow: hidden;
	padding: 0px !important;
}

.termin-bild img{
	width: 100%;
}

.termin-titel{
	font-weight: bold;
}

.termin-text{
	overflow: hidden;
}

/* Ausbildung */

.ausbildung-schwerpunkt{
	border: 1px solid rgb(221, 221, 221);
	padding: 15px;
	padding-top: 0px;
	margin-bottom: 10px;
}

.ausbildung-schwerpunkt img{
	width: calc(100% + 30px);
	margin-left: -15px;
	max-width: none !important;
	margin-bottom: 10px;
	border: 2px solid rgb(69, 69, 69);
	border-bottom: 6px solid rgb(69, 69, 69);
}

/* Lehrer */
.lehrer{
	min-height: 340px;
	margin-bottom: 20px;
	border: 1px solid lightgray;
}

.lehrer-bild{
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 280px;
}

.lehrer img{
	height: 300px;
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	max-width: 200% !important;

	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.lehrer-name{
	padding: 6px;
	background-color: #454545;
	color: white;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.lehrer-titel, .lehrer-fach{
	padding: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.lehrer-btn{
	padding: 6px;
	background-color: rgb(122, 180, 62);
	cursor: pointer;
	border: none;
	color: white;
	transition-duration: 0.2s;
	width: 100%;
	text-align: left;
}

.lehrer-btn:hover{
	background-color: rgb(159, 203, 113);
}

.lehrer-btn:before{
	font-family: FontAwesome;
	content: "\f007";
	margin-right: 6px;
}

.lehrer-modal{
	padding: 20px;
}

.lehrer-modal h2{
	margin-top: 10px !important;
}

/* Kontakt */
#kontaktdaten i{
	width: 20px;
}
/******************************************************
			FOOTER
/******************************************************/

#footer{
	background-color: rgb(219, 219, 219);
	min-height: 200px;
	color: #777777;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	font-size: 15px;
}

#footer > .container > .row > div{
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer i{
	width: 15px;
	margin-right: 6px;
}

#footer a{
	color: rgb(122, 180, 62);
}

#footer img{
	height: 20px;
	opacity: 0.5;
    filter: alpha(opacity=50);
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
}

#footer img:hover{
	opacity: 1;
    filter: alpha(opacity=100);
}

#back-to-top{
	background-color: rgb(138, 179, 79);
	width: 66px;
	height: 66px;
	position: absolute;
	right: 20px;
	font-size: 40px;
	top: -30px;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	border: 8px solid whitesmoke;

	transition			: all 0.2s ease-in-out;
    -o-transition       : all 0.2s ease-in-out;
    -moz-transition     : all 0.2s ease-in-out;
	-webkit-transition  : all 0.2s ease-in-out;
}

#back-to-top i{
	margin: 0px;
	width: 50px;
	height: 50px;
	padding-top: 3px;
	border: 1px solid rgba(107, 107, 107, 0.4);
	border-radius: 50%;
	color: white;

	-webkit-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.7);
	-moz-box-shadow:    0px 3px 6px 0px rgba(50, 50, 50, 0.7);
	box-shadow:         0px 3px 6px 0px rgba(50, 50, 50, 0.7);
}

#back-to-top:hover{
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Safari */
	transform: scale(1.2);
}

#back-to-top:hover i{
	color: black;
}

/******************************************************
			MOBILGERÄTE
/******************************************************/

/* Kleine Geräte (Kleiner als 768px)*/
@media (max-width: 768px){


	/* Font Start*/
	#text h1{
		font-size: 28px;
	}

	#text h2{
		font-size: 18px;
	}


	/* Header Start*/
	#header{
		height: 50px;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.7);
		-moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.7);
		box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.7);
	}

	#external-pages{
		display: none;
	}

	#logo{
		display: none;
	}

	#logo-small{
		display: block;
		height: 36px;
		margin-top: 7px;
		padding-bottom: 7px;
		border-bottom: none;
	}

	#logo-verysmall{
		display: none;
		height: 36px;
		margin-top: 7px;
		padding-bottom: 7px;
		border-bottom: none;
	}

	#btn-nav-small{
		display: block;
	}
	/* Header End*/
	/* Slider Start*/
	#slider{
		padding-bottom: 0px !important;
		margin-top: 32px;
		padding: 0px;
		/*border-bottom: 4px solid #6b6b6b;*/
	}

	#slider .carousel{
		top: 0px;
		left: -15px;
		right: -15px;
		width: calc(100% + 15px);
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	/* Slider End*/
	/* Nav Start*/
	#nav{
		display: none;
	}

	#nav-sticky-wrapper{
		display: none;
	}

	#nav-small{
		display: block;
		position: fixed;
		left: -260px;
		top: 50px;
		bottom: 0px;
		min-height: 100%;
		width: 250px;
		z-index: 800;
		background-color: rgb(91, 91, 91);
		overflow: scroll;
		-webkit-box-shadow: 5px 0px 9px 0px rgba(50, 50, 50, 0.7);
		-moz-box-shadow:    5px 0px 9px 0px rgba(50, 50, 50, 0.7);
		box-shadow:         5px 0px 9px 0px rgba(50, 50, 50, 0.7);
		font-size: 16px;
		padding-bottom: 60px;
	}

	#small-start-button{
		padding-top: 5px !important;
		background-color: rgb(122, 180, 62) !important;
	}

	#small-start-button a{
		color: white !important;
	}

	#nav-small > ul{
		padding: 0px;
	border-bottom: 2px solid whitesmoke;
	}

	#nav-small ul{
		padding: 0px;
	}

	#nav-small li{
		list-style: none;
		width: 100%;
		padding: 0px;
	}

	#nav-small a{
		display: block;
		width: 100%;
		padding: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
		color: white;
		text-decoration: none;
	}

	#nav-small i{
		width: 25px;
	}

	#nav-small .dropdown{
		position: static;
		background-color: lightgray;
		margin-left: 0px !important;
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;
		margin-top: 0px;
		overflow: visible;
		max-height: 5000px;
	}

	#nav-small .dropdown li{
		background-color: whitesmoke;
	}

	#nav-small .dropdown a{
		border-top: none;
		border-bottom: 1px solid rgb(91, 91, 91);
	}

	#nav-small #moodle img, #nav-small #stundenplan img{
		background-color: white;
	}

	#nav-small #moodle:hover, #nav-small #stundenplan:hover{
		border: none;
	}
	/* Nav End*/
	/* Main Start*/
	#main .row{
		margin-right: 0px;
	}

	#text h1 i{
		display: none;
	}
	/* Main End*/
	/* Subnav Start*/
	#main #subnav-sticky-wrapper{
		margin-bottom: 15px;
	}

	#subnav{
		position: static !important;
		margin-bottom: 15px;
	}
	/* Subnav End*/

	#subnav{
		position: static !important;
	}

	#breadcrumbs{
		display: none;
	}

	#slider .carousel-caption{
		display: none !important;
	}

	#slider .carousel-indicators{
		display: none !important;
	}

	#back-to-top{
		display: none;
	}

	.termin-row{
		display: inline-block;
		width: 100%;
	}

}


/* Kleine Geräte (Kleiner als 320px)*/
@media (max-width: 320px) {

	/* Header Start*/
	#logo-small{
		display: none;
	}

	#logo-verysmall{
		display: block;
	}
	/* Header End*/

	.mini-slider{
		float: none;
		margin-left: 0px;
	}
}
