/* Normalize */ html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}article,aside,details,footer,header,main,menu,nav,section,summary,blockquote,figure{display:block}audio,canvas,progress,video{display:inline-block}audio,canvas,iframe,img,svg,video{vertical-align:middle}video:focus{border:none;}audio:not([controls]){display:none;height:0}template,[hidden]{display:none}svg:not(:root){overflow:hidden;}a{background-color:transparent}a:active,a:hover{outline:0}img{border-style:none}a,button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button,select{text-transform:none}button,input,select,textarea,blockquote,figure{margin:0;font:inherit}button,input,select{overflow:visible}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;resize:vertical}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}table{border-collapse:collapse;border-spacing:0}::-moz-selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}.clear{clear:both}

/* Allgemein */
*,*::before,*::after          		{ box-sizing: inherit; }
html                          		{ box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
body                          		{ font-family: 'Source Sans Pro', Arial, Helvetica ,sans-serif; font-weight: 400; margin: 0; font-size: 16px; background: #fff; color: #444; }
body.waiting * 						{ cursor: wait; }

/* Boxensystem und Breakpoints */
.s                            		{ padding: 2rem 0; }
.r                            		{ margin-left: auto; margin-right: auto; display: flex; display: -ms-flexbox; display: -webkit-flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.b                            		{ display: block; padding: 1rem; width: 100%; }
.flextainer							{ display: flex; display: -ms-flexbox; display: -webkit-flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
@media screen and (max-width: 768px) {
.m-10 						  		{ width: 83.33333333%; }
.m-8 						  		{ width: 66.66666667%; }
.m-6 						  		{ width: 50%; }
.m-4 						  		{ width: 33.33333333%; }
.m-2 						  		{ width: 16.66666667%; }
.b                            		{ padding: 2rem; }
}
@media screen and (min-width: 768px) {
.s                            		{ padding: 2rem 0; }
.r 							  		{ width: 980px; }
.no-flexbox .r				  		{ display: block; }
.b                            		{ padding: 2rem; }
.no-flexbox .b				  		{ display: block; float: left; }
.no-flexbox .b:before,.no-flexbox .b:after,.no-flexbox .r:before,.no-flexbox .r:after { content:""; display: table; }
.no-flexbox .b:after,.no-flexbox .r:after { clear: both; }
.no-flexbox .b, .no-flexbox.r 		{ zoom: 1; }
.b-12                         		{ width: 100%; }
.b-11                         		{ width: 91.66666667%; }
.b-10                         		{ width: 83.33333333%; }
.b-9                          		{ width: 75%; }
.b-8                          		{ width: 66.66666667%; }
.b-7                          		{ width: 58.33333333%; }
.b-6                          		{ width: 50%; }
.b-5                          		{ width: 41.66666667%; }
.b-4                          		{ width: 33.33333333%; }
.b-3                          		{ width: 25%; }
.b-2                          		{ width: 16.66666667%; }
.b-1                          		{ width: 8.33333333%; }
.d-hide                       		{ display: none; }
}
@media screen and (min-width: 1150px) {
.r                            		{ width: 1100px; }
}
@media screen and (min-width: 1400px) {
body 								{ font-size: 18px; }
.r                            		{ width: 1200px; }
}
@media screen and (min-width: 1690px) {
body 						  		{ background: #f6f6f6; }
.s 				  		 	  		{ width: 1500px; border-left: 5px #fff solid; border-right: 5px #fff solid; margin: 0 auto; background: #fff; }
.r                            		{ width: 1200px; }
#footer 					  		{ width: 1500px; margin: 0 auto; }
}

/* Sektion folgt Sektion */
.s.nobg + .s.nobg,
.notop, .notopbottom,  .zero .b		{ padding-top: 0; }
.nobottom, .notopbottom, .zero .b	{ padding-bottom: 0; }
.zero 								{ padding-top: 5px; padding-bottom: 5px; }

/* Sektion Hintergrund */
.grau 								{ background-color: #F3F4F8; }
.s.bg1 								{ background-repeat: no-repeat; background-position: center center; background-size: cover; }

/* Schriften */
.likeh1,.likeh2,.likeh3,.likeh4,
.likeh5,.likeh6,h1,h2,h3,h4,h5,h6 	{ color: inherit; font-weight: 600; line-height: 1.1; margin: 0; }
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a 		{ color: #444; }
* + .likeh1,* + .likeh2,* + .likeh3,
* + .likeh4,* + .likeh5,* + .likeh6,
 * + h1,* + h2,* + h3,
 * + h4,* + h5,* + h6 				{ margin-top: 1em; }
.hasbigicon + * 					{ margin-top: 1em; }
.simage + .likeh1,.simage + .likeh2,
.simage + .likeh3,.simage + .likeh4,
.simage + .likeh5,.simage + .likeh6,
.simage + h1,.simage + h2,
.simage + h3,.simage + h4,
.simage + h5,.simage + h6 			{ margin-top: .5em; }
p                             		{ line-height: 1.6; margin: 0; }
* + p 						  		{ margin-top: 1.5em; }
* + ul, * + ol 						{ margin-top: 1.5em; }
ul + *, ol + * 						{ margin-bottom: 1.5em; }
ul,ol                         		{ margin-left: 1em; padding: 0; }
ul ul, ol ul, ul ol, ol ol    		{ margin: 1.5rem 0 1.5rem 2rem; }
li 									{ list-style-position: outside; }
li + li								{ margin-top: 1em; }
ul                            		{ list-style: disc inside; }
ul ul                         		{ list-style-type: circle; }
ol                            		{ list-style: decimal inside; }
ol ol                         		{ list-style-type: lower-alpha; }

/* Supertitle */
.supertitle 						{ color: #aaa !important; font-size: 1em !important; margin: 0; font-weight: 400 !important; }
.supertitle + * 					{ margin-top: 0; }


/* Abstände in Header-Elementen */
header.b 							{ padding-bottom: 0; }

/* Links */
a                             		{ color: #2380c3; text-decoration: underline; }
a:hover,a:focus               		{ color: #2380c3; }
a.outerlink 						{ text-decoration: none; color: inherit; }

/* Header */
#header 							{ background: #fff; border-bottom: #ddd 1px solid; padding: 1rem 0; }
#header .b 							{ padding-top: 0; padding-bottom: 0; }

/* Hauptmenü */
.gt-768.csstransforms #header .b-8	{ position: relative; }
.gt-768.csstransforms #mn  			{ position: absolute; top: 50%; z-index: 11500; right: 2rem; transform: translateY(50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); }
#mn, #cmn							{ float: right; line-height: 1; font-size: 1rem; }
#mn ul, #cmn ul                		{ margin: 0; padding: 0; list-style: none; }
#mn ul li, #cmn ul li          		{ float: left; margin: 0; position: relative; }
#mn ul li + li, #cmn ul li + li     { border-left: #ccc 1px solid; }
#mn ul a, #cmn ul a                 { display: block; cursor: pointer; text-decoration: none; color: #444; padding: .5em .5em; transition: background .5s, color .5s; }
#cmn .menu-item-has-children > a:after,
#mn .menu-item-has-children > a:after { content:" \f107"; font-family: 'FontAwesome'; color: #ccc; }

#mn > ul > li:last-child 			{ margin-left: 2px; }
#mn > ul > li:last-child a 			{ color: #fff; }
#mn > ul > li:last-child 			{ border-left: none; }

#mn .sub-menu .menu-item-has-children a:after,
#cmn .sub-menu .menu-item-has-children a:after { content: none; }
#mn .sub-menu, #cmn .sub-menu 					{ display: none; position: absolute; z-index: 12000; padding: 0; background-color: #fff; font-size: 1rem; box-shadow: rgba(0,0,0,.4) 0 2px 2px; }
#mn li:hover .sub-menu, #cmn li:hover .sub-menu 	{ display: block; }
#mn .sub-menu li, #cmn .sub-menu li  			{ float: none; width: 190px; margin: 0; }
#mn .sub-menu a, #cmn .sub-menu a    { padding-top: 10px; padding-bottom: 10px; }
#mn .sub-menu li + li, #cmn .sub-menu li + li 	{ border-left: none; border-top: #ddd 1px dotted; }

@media screen and (min-width: 1400px) {
#mn ul a, #cmn ul a                 { padding-left: 1em; padding-right: 1em; }
}
@media screen and (min-width: 1400px) {
#mn  								{ font-size: 1.1rem; }
}

/* Sticky Navi */
#mncopy 							{ position: fixed; border-bottom: #ddd 1px solid; z-index: 10500; top: -100px; left: 0; width: 100%; background-color: #fff; -ms-transition: top .5s; -moz-transition: top .5s; -webkit-transition: top .5s; transition: top .5s; }
.pinned #mncopy 					{ top: 0; }
#mncopy .b 							{ padding-top: 10px; padding-bottom: 10px; }
#mncopy img 						{ max-width:100%; max-height:30px; height: auto; width:auto; }

/* Weitere wichtige, allgemeine Klassen */
img                           	{ max-width: 100%; height: auto; }
img.full, .full img           	{ width: 100%; }
.nomarg 						{ margin: 0; }
.nopad 					      	{ padding: 0; }
.notoppad 						{ padding-top: 0; }
.nobottompad 					{ padding-bottom: 0; }
.notopbottompad 				{ padding-top: 0; padding-bottom: 0; }
.center *, .center,.textcenter	{ text-align: center; }
.center .simage 				{ display: inline-block; }
span.center 				  	{ display: block; }
.textright 					  	{ text-align: right; }
.smaller 						{ font-size: 0.8em; }
.nounderline 					{ text-decoration: none; }

/* Rechtsbündige Sektionen */
.lastright .r > .b:last-child 	{ text-align: right; }

/* Slick Allgemein */
.slick-slider					{ position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/* Dots */
.slick-dots 					{ list-style: none; padding: 0; position: absolute; z-index: 4500; margin: -4rem auto 0 auto; width: 100%; text-align: center; }
.slick-dots li 					{ display: inline-block; }
.slick-dots button 				{ border: 0; margin: 0 .5rem; padding: 0; line-height: 1; background: #aaa; -webkit-border-radius: 1rem; -moz-border-radius: 1rem; -ms-border-radius: 1rem; border-radius: 1rem; width: 1rem; height: 1rem; overflow: hidden; text-indent: -100px; }

/* Arrow */
.arrow 							{ opacity: .8; text-align: center; width: 50px; height: 300px; line-height: 300px; top: 50%; margin-top: -150px; color: #333; font-size: 3rem; position: absolute; z-index: 14501; cursor: pointer; }
.arrow:hover 					{ opacity: 1; }
.arrow.prev 					{ left: -39px; }
.arrow.next 					{ right: -39px; }

/* Bildzoom */
.piczoom 						{ overflow: hidden; }
.piczoom img 					{ transition: transform 1s; -webkit-transition: -webkit-transform 1s; -moz-transition: -moz-transform 1s; -ms-transition: -ms-transform 1s; }
.piczoom:hover img 				{ transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); }

/* Fullslider */
#header + .fullslider 			{ padding-top: 0; padding-bottom: 0; margin-top: -1px; }
.fullslider,
.fullslider *					{ color: #fff !important; border-color: #fff !important; }
.fullslider 					{ background-size: cover; }
.fs  							{ padding: 3rem 0; background-size: cover; }

/* Programmtabelle */
.z 								{ padding-left: 0; padding-right: 0; margin-left: 2rem; margin-right: 2rem; }
.z,
.s.programm 					{ padding-top: 0; padding-bottom: 0; }
.z .b 							{ padding-top: 1rem; padding-bottom: 1rem; }
.z p + ul,
.z li + li						{ margin-top: .5em; }
.z p + p 						{ margin-top: 0; }
.z .zeit 						{ overflow: hidden; text-align: center; padding-left: 0; padding-right: 0; }
.zeit,
.z.multiple .zeit,
.z.nobg .zeit 					{ background: #f6f6f6; border-top: #fff 1px solid; color: #444 !important; }
.z.multiple + .z.single.hl1 .info,
.z.multiple + .z.single.hl2 .info,
.z.multiple + .z.multiple .b-11	{ border-top: #fff 1px solid; }
.z.multiple + .z.multiple .zeit { border-top: none; }
.z.nobg.single + .z.nobg.single .b { border-top: #eee 1px solid; }
.z:first-child .b 				{ border-top: 0; }
.z .ref 						{ padding-right: 0; font-size: 14px; position: relative; }
.z .refdetails 					{ line-height: 1; position: absolute; width: 100%; }
.z.multiple .referentenname 	{ line-height: 1; margin-bottom: 10px; }
/*.z .plusminus 					{ text-align: center; cursor: pointer; font-size: 1.5em; }*/
.z .plusminus 					{ text-align: right; cursor: pointer; font-size: 1em; }
.z .plusminus a 				{ text-decoration: none; font-weight: bold; }
.z .zusatz 						{ text-align: right; }
.morecontent,
.refdetails 					{ display: none; }
.open .refdetails 				{ display: block; }
.reftxt 						{ font-size: 14px; color: #999; line-height: 1.1; }

.multiple .b-11 				{ padding: 0; }
.multiple.sp-1 .b-x 			{ width: 100%; }
.multiple.sp-2 .b-x 			{ width: 50%; }
.multiple.sp-3 .b-x 			{ width: 33.33333333%; }
.multiple.sp-4 .b-x 			{ width: 25%; }
.multiple .referentenname 		{ font-size: 14px; }

.multiple .align-center .workshoptitel,
.multiple .align-center .referentenname { text-align: center; }

/* Sponsoren Pakettabelle */
.sponsorentabelle 				{ padding-top: 0; padding-bottom: 0; }
.sponsorentabelle .b 			{ padding: 0; border-top: #eee 1px solid; }
.sponsorentabelle .zeile-1.b 	{ border-top: none; background: #fff !important; }
.sponsorentabelle .beschr,
.sponsorentabelle .flextainer .b { padding-top: 20px; padding-bottom: 20px; }
.sponsorentabelle .b-x 			{ text-align: center; padding-left: 0; padding-right: 0; border-top: none; }
.sponsorentabelle .b-x .fa 		{ font-size: 1.8em; color: grey; opacity: .6; }
.sponsorentabelle .b-x .fa-check { opacity: 1; }
.sponsorentabelle.z-1 .b-x 		{ width: 100%; }
.sponsorentabelle.z-2 .b-x 		{ width: 50%; }
.sponsorentabelle.z-3 .b-x 		{ width: 33.33333333%; }
.sponsorentabelle.z-4 .b-x 		{ width: 25%; }
.sponsorentabelle .spalte-1 	{ background-color: #fafafa; }
.sponsorentabelle .spalte-2 	{ background-color: #fff; }
.sponsorentabelle .spalte-3 	{ background-color: #fafafa; }
.sponsorentabelle .spalte-4 	{ background-color: #fff; }
.sponsorentabelle .zeile-1 .spalte-1, .sponsorentabelle .zeile-1 .spalte-2, .sponsorentabelle .zeile-1 .spalte-3, .sponsorentabelle .zeile-1 .spalte-4 { background: #fff !important; }
.sponsorentabelle .b * 			{ margin-bottom: 0; }
.sponsorentabelle .b ul,
.sponsorentabelle .b * + p  	{ margin-top: .5em; }
.sponsorentabelle .b li + li 	{ margin-top: 0; }

/* Kleinere Zeilenhöhe */
p.enger,
.kontakt p, #footer p,
.reflist p 						{ line-height: 1.1; }

/* Buttons */
input[type="submit"],
.btn 							{ display: inline-block; font-weight: 600; border-width: 2px; border-style: solid; padding: .5em 1em; color: #2380c3; text-align: center; outline: 0; text-decoration: none; vertical-align: middle; white-space: nowrap; transition: background .5s, color .5s; }
.btn.semi 						{ color: #ccc; border-color: #ccc; }
.btn.semi:hover 				{ background-color: #ccc; color: #fff; }
.btn + .btn 					{ margin-left: 1em; }

/* Font Awesome */
.innericon.fa,
a .fa, .btn .fa 				{ margin-right: .5em; }
.bigicon 						{ font-size: 3em !important; }
.programm .bigicon 				{ font-size: 1.5em !important; }
.fa-stack-1x 					{ color: #fff; }

/* Blockquote */
blockquote 						{ font-family: Georgia, "Times New Roman", serif; font-style: italic; padding: 2rem 0 2rem 2rem; color: #777; border-left: #f4f4f4 5px solid; border-radius: 5px; font-size: 1.1em; line-height: 1.7; }
* + blockquote 					{ margin-top: 2rem; }

/* Paginierung */
.screen-reader-text 			{ display: none; }
.nav-links 						{ margin-top: 4rem; }
.page-numbers 					{ display: inline-block; padding: 0 10px; line-height: 2em; text-decoration: none; background: #E8E8E8; color: inherit; }
.page-numbers.current,
.page-numbers:hover 			{ color: #fff; background: #2380c3; }

/* 100% */
/*.s100.center h1, .s100.center .likeh1, 
.s100.center h2, .s100.center .likeh2, 
.s100.center h3, .s100.center .likeh3, 
.s100.center h4, .s100.center .likeh4, 
.s100.center h5, .s100.center .likeh5, 
.s100.center h6, .s100.center .likeh6, 
.s100.center p { padding-left: 10%; padding-right: 10%; }
.s100 p 						{ width: 90%; }*/ 
.s100.center ul, .s100.center ol { display: inline-block; }
.s100.center li { text-align: left; }


/* Bild Text Kombination - Seitentausch */
figcaption 						{ color: #aaa; }
.seitentausch .r				{ flex-direction: row-reverse; }
.no-flexbox .seitentausch .b 	{ float: right; }
.seitentausch figure  			{ text-align: right; }

/* Galerie */
.galerie a:hover 				{ opacity: .7; }

/* Blog */
.entry + .entry 				{ margin-top: 3rem; padding-top: 3rem; border-top: #ddd 1px solid; }
.entry h1						{ margin: 0; font-size: 2em; font-weight: 600; color: #444; }
h1 + .autor,
.cats + h1 						{ margin: 0; }
.entry h1 a 					{ text-decoration: none; color: inherit; }	
.entry h1 a:hover 				{ text-decoration: none; }	
p.post_tag a, p.category a 		{ text-decoration: none; color: #ccc; }
p.post_tag a:hover, p.category a:hover { color: #444; }
p.post_tag 						{ font-size: 14px; margin-top: 5px; }
p.post_tag a + a				{ margin-left: 20px; }
.articletitle 					{ margin: 0; }
.introbild 						{ float: left; margin: 20px 20px 0 0; }

/* Blog Sidebar */
.gt-768 .blog aside				{ margin-top: 2.5rem; }
.widget + .widget 				{ margin-top: 1rem; padding-top: 1rem; border-top: #ddd 1px solid; }
.widget + .widget.haspic 		{ border-top: 0; }
.widget a 						{ text-decoration: none; color: inherit; }
.widget li 						{ list-style: none; }
.widget ul 						{ margin-left: 0; margin-top: 1rem; }
.widget ul ul 					{ margin-left: 10px; }

/* Blog weiterlesen */
.s.blogteaser,
.s.prevnext 					{ border-bottom: #ddd 1px solid; }

/* Footer */
#walogo 						{ max-width: 240px; height: auto; }
.footerline 					{ background: #333; color: #ccc; }
.footerline a 					{ color: #fff; }

/* Follow */
.follow 						{ line-height: 1.4; }
.follow .fa 					{ font-size: 1.4em; margin-left: .5em; }
.follow  a 						{ color: #444; }
.follow .b 						{ padding-bottom: 0; }

/* Sponsorenlogos im Footer */
.sponsoren 						{ margin-top: -2rem; }
.sponsoren span 				{ position: absolute; z-index: 10000; margin: 1rem 0 0;  }
#sponsorslick .slick-slide 		{ padding: 1rem; }

/* Footer Newsletter */
.footerform 					{ margin-top: 10px; max-width: 500px; }
.footerform .nlemail 			{ width: 80%; height: 33px; }
.footerform .submit				{ position: absolute; height: 33px; line-height: 10px; margin: 0 0 0 5px; }
#s1 .footerform.sent,
#s2 .footerform.sent,
#s3 .footerform.sent,
#s4 .footerform.sent,
#s5 .footerform.sent,
#s6 .footerform.sent,
#s7 .footerform.sent,
#s8 .footerform.sent,
#s9 .footerform.sent,
#s19 .footerform.sent 			{ padding: 30px; background-color: #f4f4f4; } 

/* Footermenü */
.footernavi 					{ background: #F3F4F8; }
.fn 							{ }
.fn a 							{ color: #333; text-decoration: none; }
.fn a:hover 					{  }
.fn ul 							{ list-style: none; margin: 0; padding: 0; }
.fn li 							{ margin: 0; padding: 0; }
.fn li + li  					{ margin-top: .5em; }

/* Footerzeile */
#fz 							{ float: right; list-style: none; margin: 0; padding: 0; }
#fz a 							{ color: #ccc; text-decoration: none; }
#fz a:hover 					{ color: #fff; }
#fz li 							{ float: left; margin: 0 0 0 1.5rem; padding: 0; }

/* Responsive Video */
.video-responsive + *, * + .video-responsive { margin-top: 1em; }
.video-responsive 				{ height: 0; overflow: hidden; padding-bottom: 56.25%; position: relative; background: #f6f6f6; }
.video-responsive-4-3 			{ padding-bottom: 75%; /* 4:3 */ }
.video-responsive iframe,
.video-responsive object,
.video-responsive embed 		{ height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.video-responsive video 		{ height: auto; max-width: 100%; width: 100%; }

/* External iFrames */
.externalframe + *, * + .externalframe { margin-top: 1.5em; }
.externalframe iframe 			{ border: none; }

/* Forms allgemein */
.center form *						{ text-align: left; }
input,textarea,select				{ border: 1px solid #ccc; }
input[type="text"],input[type="email"],input[type="password"],input[type="tel"],textarea { -webkit-appearance: none; width: 100%; padding: 5px 10px; background: #fff; }
input[type="submit"] 				{ background: none; }
label 								{ display: inline-block; width: 25%; vertical-align: top; padding-top: 3px; }
.gt-768 .center label 				{ text-align: right; padding-right: 1.5rem; }
.wpcf7-form-control label 			{ width: auto; vertical-align: middle; }
.wpcf7-form-control-wrap 			{ display: inline-block; width: 75%; }
.eingabe 							{ padding: 1rem 0; }
input.wpcf7-not-valid 				{ outline:red 1px solid; }

/* Contact Form 7 */
.gt-768 .s100.center .wpcf7 		{ margin-left: auto; margin-right: auto; width: 60%; }
.sent .hidewhensent,.wpcf7-display-none,.screen-reader-response { display: none; }
.wpcf7-list-item + .wpcf7-list-item { margin-left: 2rem; }
.wpcf7-response-output 				{ padding-left: 25%; }
.wpcf7-not-valid-tip 				{ font-size: 12px; }
.wpcf7-validation-errors 			{ color: red; }
.wpcf7-mail-sent-ok 				{ font-weight: 600; font-size: 1.1em; }
.wpcf7-form.sent .eingabe 			{ opacity: 0.5; }				
.sent .wpcf7-submit					{ display: none; }
img.ajax-loader 					{ margin-left: 20px; }
.wpcf7-form.sent p 					{ opacity: .5; }

/* Konfiguration für Anmeldung */
#zusatzinfos 						{ display: none; }
:disabled 							{ border: 2px solid #CB000F; }
.subs 								{ display: none; }
.offen .subs,
.pflicht .subs						{ display: block; }
.subs ul 							{ margin: 5px 0 0 0; padding-left: 1em; }
.subs li 							{ margin: 0 0 10px 0; list-style: none; }
.cg 								{ padding: 10px 0; }
.cg + .cg 							{ border-top: #ddd 1px solid; }
.cg.wenndann + .cg.wenndann 		{ border-top: none; padding-top: 0; }
.cg .title 							{ font-weight: 600; }
.cg input 							{ margin-right: 3px; }
.subtitle 							{ font-size: 14px; margin: 0; padding-left: 20px; }
.subsubtitle 						{ font-size: 14px; padding-left: 20px; }

/* Checklist */
/*.checklist + ul 					{ list-style: none; margin-left: 0; }
.checklist + ul li 					{ padding-left: 1.5em; margin-top: 1.5rem; }
.checklist + ul li:before 			{ content:""; font-family: 'FontAwesome'; position: absolute; margin-left: -1.5em; }*/

/* Socialbox */
.socialicons 						{ font-size: 12px; }
.socialicons .social 				{ float: left; width: auto; margin-right: 10px; }
.desktop .whatsapp 					{ display: none; }
.social 							{ display: block; line-height: 2; background: grey; text-decoration: none; color: #fff !important; cursor: pointer; }
.social span 						{ margin-right: 10px; }
.social:hover 						{ color: #fff; }
.social .fa 						{ width: 30px; text-align: center; line-height: 2; }
.social.single 						{ max-width: 250px; }
.social.facebook 					{ background: #6175b5; }
.social.facebook:hover,
.social.facebook .fa				{ background: #3B559F; }
.social.twitter 					{ background: #5bc6f8; }
.social.twitter:hover,
.social.twitter .fa					{ background: #32B8F6; }
.social.xing 						{ background: #338383; }
.social.xing:hover,
.social.xing .fa					{ background: #006464; }
.social.linkedin 					{ background: #008cc9; }
.social.linkedin:hover,
.social.linkedin .fa				{ background: #005E93; }
.social.google-plus 				{ background: #D6594E; }
.social.google-plus:hover,
.social.google-plus .fa				{ background: #CF3225; }
.social.envelope,
.social.mail 						{ background: #afafaf; }
.social.envelope:hover,
.social.envelope .fa,
.social.mail:hover,
.social.mail .fa 					{ background: #9B9B9B; }

/* WP Edit */
.wpedit 						{ display: block; position: fixed; z-index: 11000; top: 0px; left: 0px; padding: 10px; color: #555; background: #ccc; font-size: 16px; }
.wpedit a 						{ color: #555; text-decoration: none; }

/* Buchung / Anmeldung ************************************************************************************/

/* Stepper */
.status .nr 						{ display: inline-block; margin-right: 5px; width: 26px; height: 26px; line-height: 24px; text-align: center; color: #fff; border-radius: 26px; }
.status .b 							{ color: #aaa; }
.status .b .nr 						{ background-color: #aaa; font-weight: 400; }
.status .b.active .nr 				{ background-color: #444; }
.status .b.active 					{ color: #444; }
/*.step2 .b-12 						{ border-top: #ccc 1px solid; }*/	

/* Buchungsformular allg */
.step, .template					{ display: none; }
.step td 							{ padding: .8rem 2rem; }
.step .head 						{ font-weight: 600; }
.step .head td 						{ border-bottom: #fafafa 10px solid; }
.step .label, .step .detail			{ background-color: #fafafa; }
.step .label 						{ width: 25%; vertical-align: top; }
input.lang 							{ float: left; width: 77%; }
input.kurz 							{ float: left; width: 18%; }
input.kurz + input.lang,
input.lang + input.kurz 			{ margin-left: 5%; }
.error input, .error select			{ border-color: red; }
.error.checkbox 					{ color: red; }

/* Copy */
.copy.block + .copy					{ margin-top: 20px; }
.copy td 							{ padding-top: 2px; padding-bottom: 2px; }
.copy td p 							{ padding: 0; margin: 0 0 5px 0; font-size: 12px; }
.copy td p b 						{ font-size: 16px; font-weight: 400; }
.copy .detail, .copy .label 		{ background-color: #fff; }
.copy .head 						{ background-color: inherit; color: inherit; }
.copy .head td 						{ border-bottom-color: #fff; }

/* Alle Smartphones */
@media screen and (max-width: 768px) {

/* Allgemein */
.likeh1,.likeh2,.likeh3,.likeh4,.likeh5,.likeh6,
h1,h2,h3,h4,h5,h6				{ -moz-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; -ms-hyphenate-limit-chars: auto 5; -ms-hyphenate-limit-lines: 2; -moz-hyphenate-limit-chars: auto 5; -moz-hyphenate-limit-lines: 2; -webkit-hyphenate-limit-chars: auto 5; -webkit-hyphenate-limit-lines: 2; hyphenate-limit-chars: auto 5; hyphenate-limit-lines: 2; }
.wpedit 						{ display: none !important; }
.container 						{ max-width: none; }
#mn,#cmn,.m-hide       			{ display: none; }
.d-hide 						{ display: block; }
.arrow 							{ margin-top: -100px; }

/* Header */
#mobilenav 						{ float: right; height: 40px; line-height: 40px; font-size: 40px; cursor: pointer; }

/* Mobile Navi */
#mn 							{ float: none; position: absolute; z-index: 110; margin-top: 1rem; left: 0; width: 100%; background: #fff; border-bottom: 20px #fff solid; }
#mn ul li  						{ float: none; }
#mn ul li + li 					{ margin-left: 0; }
#mn ul li a 					{ padding: 1em 0 1em 2rem; }


.sponsorentabelle .likeh1,
.sponsorentabelle .likeh2,
.sponsorentabelle .likeh3,
.sponsorentabelle .likeh4,
.sponsorentabelle .likeh5,
.sponsorentabelle .likeh6 		{ font-weight: 400; }
.sponsorentabelle .beschr 		{ padding-left: 1rem; padding-top: 2rem; }

/* Footer */
#footer .b-4					{ padding: 2rem 0 2rem 2rem; }
#footer .b-4:nth-child(even) 	{ padding-bottom: 0; }
#footer .textright 				{ text-align: left; }
#fn 							{ float: none; }
#fn li 							{ margin: 0 3rem 0 0; }

/* Bild+Text Modul */
figure,figcaption				{ width: 100%; }
figure img 						{ width: 100%; height: auto; }

/* Forms */
label, .wpcf7-form-control-wrap { display: block; width: 100%; }

/* Sektionsabstände */
.galerie .b-4 					{ padding-bottom: 0; }
.s5050 .b + .b,
.s333333 .b + .b				{ padding-top: 0; }

/* Rechtsbündige Sektionen */
.lastright .r > .b:last-child 	{ text-align: left; }

/* Seitentausch */
.seitentausch figure  			{ text-align: left; }

/* Programmtabelle */
.z + .z 						{ margin-top: 2rem; }
.z .b 							{ padding: 1rem; }
.zeit 							{ font-size: 1.5em; background: #fff !important; color: #444 !important; font-weight: 600; }
.multiple.sp-4 .b-x 			{ width: 50%; }
.z .b 							{ border-top: none !important; }

/* Contact Form 7 */
.wpcf7 							{ margin: 0; width: 100%; }

/* Footer */
.socialicons .social 			{ width: 25%; margin: 0; }
.socialicons .fa,
.socialicons .social:last-child { display: none; }
.socialicons span 				{ margin-left: 10px; }
/*.kontakt .m-12 					{ padding-bottom: 0; }*/
#fz 							{ float: none; }
#fz li + li						{ margin-left: 0; margin-right: 1rem; }
}

/* Print Stylesheet */
@media print {
body 							{ font-size: 12px; background: #fff; }
.preanimated 					{ opacity: 1 !important; }
.noprint,.socialicons,#header,#footer, #mn { display: none; }
.s,.r							{ width: 100%; }
.b-12                         	{ width: 100%; float: left; }
.b-11                         	{ width: 91.66666667%; float: left; }
.b-10                         	{ width: 83.33333333%; float: left; }
.b-9                          	{ width: 75%; float: left; }
.b-8                          	{ width: 66.66666667%; float: left; }
.b-7                          	{ width: 58.33333333%; float: left; }
.b-6                          	{ width: 50%; float: left; }
.b-5                          	{ width: 41.66666667%; float: left; }
.b-4                          	{ width: 33.33333333%; float: left; }
.b-3                          	{ width: 25%; float: left; }
.b-2                          	{ width: 16.66666667%; float: left; }
.b-1                          	{ width: 8.33333333%; float: left; }
.z .plusminus, .z .zusatz,
.externalframe 					{ display: none; }
.z .morecontent,
.refdetails 					{ display: block; }
.z + .z 						{ border-top: #ccc 1px solid; }
}

/* Fancybox */ .fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object{padding:0;margin:0;border:0;outline:0;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-inner,.fancybox-outer,.fancybox-skin{position:relative}.fancybox-skin{background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,0,.5)}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;margin:0;padding:15px;white-space:nowrap}.fancybox-iframe,.fancybox-image{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(../fancybox/fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}.fancybox-close,.fancybox-nav,.fancybox-nav span{cursor:pointer;z-index:8040;position:absolute}#fancybox-loading div{width:44px;height:44px;background:url(../fancybox/fancybox_loading.gif) center center no-repeat}.fancybox-close{top:-18px;right:-18px;width:36px;height:36px}.fancybox-nav{top:0;width:40%;height:100%;text-decoration:none;background:url(../fancybox/blank.gif);-webkit-tap-highlight-color:transparent}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{top:50%;width:36px;height:34px;margin-top:-18px;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock,.fancybox-lock body{overflow:hidden!important}.fancybox-lock{width:auto}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(../fancybox/fancybox_overlay.png)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:0 0;background:rgba(0,0,0,.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(../fancybox/fancybox_sprite@2x.png);background-size:44px 152px}#fancybox-loading div{background-image:url(../fancybox/fancybox_loading@2x.gif);background-size:24px 24px}}

/* animate css */
.desktop .preanimated 			{ opacity: 0; }
.no-js .preanimated 			{ opacity: 1; }
.animated 						{ -webkit-animation-duration: .7s; animation-duration: .7s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.animated.slow 					{ -webkit-animation-duration: 5s; animation-duration: 5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.animated.fast 					{ -webkit-animation-duration: .2s; animation-duration: .2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes fadeIn 		{ 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes fadeIn 				{ 0% { opacity: 0; } 100% { opacity: 1; } }
.fadeIn 						{ -webkit-animation-name: fadeIn; animation-name: fadeIn; }
@-webkit-keyframes fadeInUp 	{ 0% { opacity: 0; -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes fadeInUp 			{ 0% { opacity: 0; -webkit-transform: translate3d(0, 50px, 0); -ms-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0); } 100% { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; } }
.fadeInUp 						{ -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
@-webkit-keyframes fadeOut 		{ 0% { opacity: 1; } 100% { opacity: 0; } }
@keyframes fadeOut 				{ 0% { opacity: 1; } 100% { opacity: 0; } }
.fadeOut 						{ -webkit-animation-name: fadeOut; animation-name: fadeOut; }
@-webkit-keyframes fadeInDown 	{ 0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes fadeInDown 			{ 0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } 100% { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; }}
.fadeInDown 					{ -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }