


/* --------------------------------------------------------------------- */
/* 6. ICONS / SOCIAL
/* --------------------------------------------------------------------- */

.social-icons {max-width: 750px;}

.social-icons a {
    display: inline-block;
	height: 50px;
	width: 50px;
    margin: 30px 40px;
	-webkit-transition: color 0.2s ease-in-out;
    -moz-transition:    color 0.2s ease-in-out;
    -o-transition:      color 0.2s ease-in-out;
    transition:         color 0.2s ease-in-out;
	
}
/* === 8.4 COMMENT SLIDER === */

#schirmherren li {
    padding-bottom: 50px;
    margin: 0 !important;
    text-align: center;
}
#schirmherren .swiffy-slider img {
    margin: 0 auto;
    max-width: 200px;
    border-radius: 200px;
}

#schirmherren .swiffy-slider figure {
    display: block;
    padding: 20px 0 30px 0;
    font-size: 0.9em;
}

#schirmherren .swiffy-slider em {
    font-size: 1.3em;
    font-style: italic;
}

/* --------------------------------------------------------------------- */
/* 10. PRICING TABLE
/* --------------------------------------------------------------------- */

.pricing-table {
    text-align: center;
	-moz-box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.4s;
    -moz-transition:    all 0.4s;
    -o-transition:      all 0.4s;
    transition:         all 0.4s;
}


.pricing-table span {
    display: block;
}

.pricing-table .header {
    padding: 35px 0 25px 0;
    border-bottom: 1px solid rgba(255,255,255,0.35);
}
.pricing-table h3 {
    margin-bottom: 20px;
    font-size: 2em;
    font-weight: 400;
    line-height: 1;
}
.pricing-table .price {
    font-weight: 300;
    font-size: 2.8em;
}

.pricing-table .content {
    padding: 30px 15px;
    border-bottom: 1px solid rgba(255,255,255,0.35);
}
.pricing-table ul li {
    margin: 15px 0;
    font-size: 0.85em;
}

.pricing-table .foter {
    padding: 40px 0;
}



/* --------------------------------------------------------------------- */
/* 11. TOGGLE BOX
/* --------------------------------------------------------------------- */
.toggle-box .toggle {
	-moz-box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.4);
    margin-bottom: 2px;
}

.toggle-box .toggle .header {
    display: block;
    padding: 15px 25px;
	text-align: left;
    line-height: 1;
    font-weight: 600;
    -webkit-transition: all 0.4s;
    -moz-transition:    all 0.4s;
    -o-transition:      all 0.4s;
    transition:         all 0.4s;
}

.toggle-box .toggle .header .icon {
    display: inline-block;
	float: right;
	font-size: 1.2em;
	margin-top: 8px;
	width: 23px;
	height: 30px;
	-webkit-transition: all 0.4s;
    -moz-transition:    all 0.4s;
    -o-transition:      all 0.4s;
    transition:         all 0.4s;
}


.toggle-box .toggle .header .text {
    display: inline-block;
    font-size: 1em;
	line-height: 1.5em;
}

.toggle-box .content {
    display: none;
	padding: 2px 2px;
    background: #384551;
}



/*INFO BOX*/

.infos p {text-align: left;}
.infos h2 {margin-top: 50px;}

.info-button, .faq-button {
	-moz-box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.4);
    margin-bottom: 2px;
}

.info-button, .faq-button {
    display: block;
    padding: 15px 25px;
	text-align: left;
    line-height: 1;
    font-weight: 600;
	cursor: pointer;
}


.info-button .icon, .faq-button .icon, .info-titel .icon, .subinfo-titel .icon {
    display: inline-block;
	float: right;
	margin: 0 0 0 10px;
	width: 25px;
	height:25px;
	-webkit-transition: all 0.4s;
    -moz-transition:    all 0.4s;
    -o-transition:      all 0.4s;
    transition:         all 0.4s;
}

.info-titel .icon, .subinfo-titel .icon {
	float: none;
	width: 20px;
	margin: 20px 0 0 20px;
}


.minus {
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg); 
    transform: rotate(90deg);
}

.info-button .text, .anreise-button .text, .faq-button .text {
    display: inline-block;
    font-size: 1em;
	line-height: 1.5em;
}

.info-content, .anreise-content, .faq-content {
    display: none;
	padding-bottom: 50px;
}

.info-content p {text-align: left;}
.info-content h5, .info-content h3 {
	margin-top: 50px;
	font-weight: 600;
}

.info-text, .subinfo-text {
	display: none;
	width: 97%;
	position: relative;
	left: 3%;
	margin: 10px 0;
}

.info-titel, .subinfo-titel {
	width: 100%;
	font-size: 1.2em;
	margin-top: 10px;
	cursor: pointer;
}

.titel {width: 90%;}



/* --------------------------------------------------------------------- */
/* 12. SKILLBAR
/* --------------------------------------------------------------------- */

.skillbar {
	position: relative;
	height: 25px;
	margin-bottom: 2px;
	background: #e6eef7;
	top: 0;
}

.skillbar span {
	display: block;
	position: absolute;
	font-size: 0.85em;
	line-height: 25px;
	height: 100%;
	width: 100%;
	padding: 0 15px;
}

.skillbar span.fuell {
	text-align: right;
	z-index: 1;
}


.skillbar span.text{
	text-align: left;
	z-index: 2;
}

.skillbar.voll span.fuell::after {
	content: "leider ausgebucht";
}

.skillbar.rest span.fuell::after {
	content: "Restpl\0000e4tze";
}

.skillbar.leer span.fuell::after {
	content: "freie Pl\0000e4tze";
}

.skillbar.voll span.fuell{
	background: #ff0000;
}

.skillbar.rest span.fuell{
	background: #ffff00;
}

.skillbar.leer span.fuell{
	background: #e6eef7;
}













/* --------------------------------------------------------------------- */
/* 16. ALERT BOX
/* --------------------------------------------------------------------- */

.alert-box {
	position: relative;
	margin-bottom: 30px;
    padding: 15px 60px 15px 30px;
	font-size: 0.9em;
	background: #F0AB3F;
}
.alert-box .close {
	display: block;
	position: absolute;
	right: 20px;
	top: 5px;
	padding: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    transition:         all 0.2s;
}
.alert-box .close:hover {
	color: #d7d7d7 !important;
}

.alert-box.error {
	color: #cb4545;
	border-left: 4px solid #cb4545;
}
.alert-box.error .close {
	color: #cb4545;
}

.alert-box.warning {
	color: #cec25f;
	border-left: 4px solid #cec25f;
}
.alert-box.warning .close {
	color: #27333D;
}

.alert-box.success {
	color: #27333D;
	border-left: 4px solid #27333D;
}
.alert-box.success .close {
	color: #27333D;
}

.alert-box.notice {
	color: #9f9f9f;
	border-left: 4px solid #9f9f9f;
}
.alert-box.notice .close {
	color: #9f9f9f;
}



/*17 ROW*/

.workshop {
	border-radius: 2px ;
	padding: 0;
	margin: 0 10px 10px 10px;
}

.workshop .span_8 {
	padding: 10px 40px 10px 40px;
}





.fachbereich, .camp {
	padding-bottom: 15px;
	margin: 10px 0 20px 0;}

.camp p {
	padding: 0 10px 75px 10px;
}

.camp h4 {
	margin: 15px 0 10px 0;
	font-size: 1.8em;
	}

.camp-button {
	position: absolute;
	bottom: 25px;
	width: 100%;
}

.camp-button .button {
	margin: 0 auto;
}

@media screen and (min-width: 850px) {
	.fachbereich, .camp {margin: 10px 3px 20px 3px;}
}

.fachbereich h4{
	margin-bottom: 10px;
}
.fachbereich p{
	padding: 0 5%
}
.fachbereich img {
	margin-bottom: 15px;
}

.fachbereich, .workshop, .camp {
	transition: box-shadow 0.5s ease-in-out;
	-moz-transition: box-shadow 0.5s ease-in-out;
	-webkit-transition: box-shadow 0.5s ease-in-out;
}
.fachbereich:hover, .workshop:hover, .camp:hover {
	box-shadow: 0 0 10px #f0ab3f;
}




/*Tabelle*/


a.popup-vimeo p, a.popup-vimeo h4 {
	margin:0;
}

#hello p {margin: 0 auto;}

img.playbutton {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.6;
	transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	width: 100%;
	height: auto;
}
img.playbutton:hover {
	opacity: 1;
}

.introvideo {
	margin-bottom: 60px;
	padding-bottom: 15px;
	transition: box-shadow 0.5s ease-in-out;
	-moz-transition: box-shadow 0.5s ease-in-out;
	-webkit-transition: box-shadow 0.5s ease-in-out;
	border-radius: 0 0 2px 2px;
}

.introvideo p {
	margin: 15px 0 0 0;
	padding: 5px 10px;
}
.introvideo img {
	padding: 0;
	margin-bottom: 10px;
	width: 100%;
}

@media screen and (max-width: 849px) {
	.introvideo {margin-bottom: 0}
}

.film {
	margin-bottom: 60px;
	margin: 5px 3px 60px 3px;
	transition: box-shadow 0.5s ease-in-out;
	-moz-transition: box-shadow 0.5s ease-in-out;
	-webkit-transition: box-shadow 0.5s ease-in-out;
}
.film:hover {
	box-shadow: 0 0 10px #f0ab3f;
}

.film p {
	margin: 10px 0 0 0;
	padding: 0 10px;
}

.film img {
	padding: 0;
	margin: 0;
	width: 100%;
}

#filme .slick-track {
	padding: 5px 0;
}



.logo-big {
	margin: auto;
	max-width: 300px;
		}

.schatten {
	-moz-box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.4);
}


/*
DOZENTEN DESIGN
*/
/*Handy*/

.dozenten {
	flex-flow: wrap;
	justify-content: center;
	padding: 10px;
}

.dozent {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0;
	padding: 4px;
	min-width: 200px;
	width: 100%;
	cursor: pointer;

	box-shadow: 0 0 10px transparent;
	/*border: 1px solid transparent;*/
	transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-webkit-transition: box-shadow 0.2s ease-in-out;

}

.dozent:hover {
	box-shadow: 0 0 10px #f0ab3f;
}

.doz-foto {
	width: 25%;
}

.doz-name {
	width: 75%;
	margin: 0 0 0 15px;
}

@media screen and (min-width: 450px) {
	.dozent {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px 0 10px 0;
	width: 10%;
	}
	
	.doz-foto {
		width: 66%;
	}

	.doz-name {
		width: 100%;
	}

	.doz-name {
		font-size: 1em;
		margin: 0;
	}
}


/*
FLEXBOX
*/

.flexbox {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/*overflow: hidden;*/
	flex-direction: row;
}

.flex-col {flex-direction: column;}

@media screen and (max-width: 849px) {
	.flexfilme {flex-direction: column;}

	.flexbox {
		flex: 1;
	}

	.flexbox:nth-child(0) {
		order: 0;
	}
	.flexbox:nth-child(1) {
		order: 1;
	}
	.flexbox:nth-child(2) {
		order: 2;
	}
	.flexbox:nth-child(3) {
		order: 3
	}
	
}


/*
Unterstützer
*/

.partner-container {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-around; 
}

.partnerlogo, .preislogo {
	position: relative;
	opacity: 0.8;
	height: auto;
	margin: 1% 5%;
}

.partnerlogo {width: 120px;}

.preislogo p {
	opacity: 0.7;
	color: white;
	margin-top: 15px;
}

.preislogo:hover, .partnerlogo:hover {
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
}

.partnerlogo img {margin: 0 auto;}






/*
vignette
*/
.vignette {
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%;
	box-shadow: 0 0 200px rgba(0,0,0,0.6) inset;
}

img.februar {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}

/*Popup Linksbündig*/
.mfp-title p {text-align: left;}

