<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  padding-left: 5px;
  color: #646464;
  opacity: 1; /* Firefox */ }

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  padding-left: 5px;
  color: #646464; }

::-ms-input-placeholder { /* Microsoft Edge */
  padding-left: 5px;
color: #646464; }

.ascana, 
.ascana a.inner, 
.ascana a, 
.ascana i.ascicons { color: #FFFFFF; }


.glyphicon { color: #d7b55b; }

/* Datepicker */
.input-group { width: 85%; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { 
	background-color: #FFFFFF; 
	border-radius: 0px; 
	height: 38px; 
	padding: 1px 0px 1px 2px; 
	font-size: 18px; 
	color:#fae281; 
	border: 1px solid #d7b55b;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #a67e3f;
    text-align: center;
    background-color: transparent;
    border: 0px solid #cccccc;
    border-radius: 0px;
}
.datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu {
    padding: 5px; 
    margin: 0px 0px 0px 0px;
    border: 0px solid #d8d8d8;
    border-radius: 0px;
    background-color: #000000;
}

/* TIMELINE - HISTORIE - ZEITSTRAHL */
.timeline { line-height: 1.4em; list-style: none; margin: 0px; padding: 0px; width: 100%; }
.timeline-item { padding-left: 40px; position: relative; } /* PADDING ZEITSTRAHL != centered */
.timeline-item:last-child { padding-bottom: 0px; }

.timeline-info { font-size: 14px; letter-spacing: 3px; margin: 0 0 0.5em 0; text-transform: uppercase; white-space: nowrap; } /* DATUM */

.timeline-marker { position: absolute; top: 0; bottom: 0; left: 0; width: 15px; }
.timeline-marker:before { background: #E2001A; border: 3px solid transparent; border-radius: 100%; content: ""; display: block; width: 15px; height: 15px; position: absolute; top: 4px; left: 0; transition: background 0.3s ease-in-out, border 0.3s ease-in-out; } /* PUNKT */
.timeline-marker:after { background: #ECECED; content: "";	display: block; width: 3px; position: absolute; top: 24px; bottom: 0; left: 6px; } /* LINIE */
.timeline-item:last-child .timeline-marker:after { content: none; }
.timeline-item:not(.period):hover .timeline-marker:before { background: transparent; border: 3px solid #E2001A; }

.timeline-content { padding-bottom: 40px; }

.period { padding: 0; } /* JAHRESWECHSEL */
.period .timeline-info { display: none; }
.period .timeline-marker:before { background: transparent; content: ""; width: 15px; height: auto; border: none; border-radius: 0; top: 0; bottom: 30px; position: absolute; border-top: 3px solid #ECECED; border-bottom: 3px solid #ECECED; }
.period .timeline-marker:after { content: ""; height: 32px; top: auto; }
.period .timeline-content { padding: 40px 0px 70px 0px; }
.period h1, .period h2, .period h3, .period span.looksh1, .period span.looksh2, .period span.looksh3 { margin: 0; }

/* TIMELINE SPLIT */
 @media (min-width: 768px) {
.timeline-split .timeline, .timeline-centered .timeline					{ display: table; }
.timeline-split .timeline-item, .timeline-centered .timeline-item		{ display: table-row; padding: 0; }
.timeline-split .timeline-info, .timeline-centered .timeline-info, .timeline-split .timeline-marker, .timeline-centered .timeline-marker, .timeline-split .timeline-content, .timeline-centered .timeline-content, .timeline-split .period .timeline-info, .timeline-centered .period .timeline-info { display: table-cell; vertical-align: top; }
.timeline-split .timeline-marker, .timeline-centered .timeline-marker	{ position: relative; }
.timeline-split .timeline-content, .timeline-centered .timeline-content { padding-left: 30px; }
.timeline-split .timeline-info, .timeline-centered .timeline-info		{ padding-right: 30px; }
.timeline-split .period h1, .timeline-centered .period h1, .timeline-split .period h2, .timeline-centered .period h2, .timeline-split .period h3, .timeline-centered .period h3, .timeline-split .period span.looksh1, .timeline-centered .period span.looksh1, .timeline-split .period span.looksh2, .timeline-centered .period span.looksh2, .timeline-split .period span.looksh3, .timeline-centered .period span.looksh3 { position: relative; left: -45px; }
}

/* TIMELINE CENTERED */
 @media (min-width: 992px) {
.timeline-centered, .timeline-centered .timeline-item, .timeline-centered .timeline-info, .timeline-centered .timeline-marker, .timeline-centered .timeline-content 
																		{ display: block; margin: 0; padding: 0; }
.timeline-centered .timeline-item 										{ padding-bottom: 40px; overflow: hidden; }
.timeline-centered .timeline-marker 									{ position: absolute; left: 50%; margin-left: -7.5px; }
.timeline-centered .timeline-info, .timeline-centered .timeline-content { width: 50%; }
.timeline-centered &gt; .timeline-item:nth-child(odd) .timeline-info 		{ float: left; text-align: right; padding-right: 30px; }
.timeline-centered &gt; .timeline-item:nth-child(odd) .timeline-content 	{ float: right; text-align: left; padding-left: 30px; }
.timeline-centered &gt; .timeline-item:nth-child(even) .timeline-info 		{ float: right; text-align: left; padding-left: 30px; }
.timeline-centered &gt; .timeline-item:nth-child(even) .timeline-content 	{ float: left; text-align: right; padding-right: 30px; }
.timeline-centered &gt; .timeline-item.period .timeline-content 			{ float: none; padding: 0; width: 100%; text-align: center; }
.timeline-centered .timeline-item.period 								{ padding: 50px 0 90px; }
.timeline-centered .period .timeline-marker:after 						{ height: 30px; bottom: 0; top: auto; }
.timeline-centered .period h1, .timeline-centered .period h2, .timeline-centered .period h3, .timeline-centered .period span.looksh1, .timeline-centered .period span.looksh2, .timeline-centered .period span.looksh3 { left: auto; }
}

/* Farbverhalten CONTAINER und COLS etc. */
.coloring { background-color: #FFFFFF; }
.coloring2 { background-color: #ced8dd; }

.scroll-top-wrapper { /* TO-TOP-BUTTON | nur in DESKTOP Ansicht sichtbar*/
		position: fixed;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		text-align: center;
		z-index: 9999998;
		background-color: #ced8dd;
		color: #2686b8;
		width: 50px;
		height: 48px;
		line-height: 40px;
		right: 40px;
		bottom: 40px;
		padding-top: 2px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		}
.scroll-top-wrapper:hover { background-color: #2686b8; color: #FFFFFF;}
.scroll-top-wrapper.show { visibility:visible; cursor:pointer; opacity: 1.0; }
.scroll-top-wrapper i.fa { line-height: inherit; }

/* Transparenz Button HOVER bei Links */
.btn:hover,
.btn:focus { filter: alpha(opacity = 100); -ms-filter: "alpha(opacity = 100)"; opacity: 1.0; }

/* Breadcrump */
.breadcrumb { padding: 10px 0px; margin-bottom: 0px; list-style: none; background-color: transparent; border-radius: 0px; }
.breadcrumb &gt; li + li:before { /* Trenner */
  padding: 0 5px;
  color: #CCCCCC;
  content: "/\00a0";
}

/* ABSTAND DER BOXEN ZUEINANDER */
.abstand { margin-bottom: 30px; }

.fullbgimage 	{ z-index: 1; background-position: center center; width: 100%; height: 100%; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; } 
.fullmap	 	{ background-color: rgba(0, 0, 0, 0.08); }

.kachel 		{ background-color: #9fc63e; padding: 0px 15px; display: -webkit-flex; display: flex; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; color: #FFFFFF; font-weight: 700; position: relative; width: 100%; text-align: center;
}
.kachel:hover 	{ background-color: #afd945; }
.kachel div		{ align-self: center; }

.kachelpadder1 		{ padding-left: 13px; padding-right: 13px; }
.kachelpadder2 		{ padding: 2px; }

/* MOGLICHE BOXMODELLE */
.box { width: 100%; background-color: #550101; text-align: left; position: relative; border: 0px solid #f3f3f3; }
.boxcolor { width: 100%; background-color: #550101; text-align: left; position: relative; border: 0px solid #f3f3f3; overflow: hidden; }

.boxticket { z-index: 1; position: absolute; bottom: 0; width: 100%; left: 0; padding-left: inherit; padding-right: inherit; display: flex; align-items: center; justify-content: space-between; }
.boxticketbuchen { z-index: 2; position: absolute; bottom: 0; width: 100%; left: 0; padding-left: inherit; padding-right: inherit; display: flex; align-items: center; justify-content: center; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.boxcolor:hover .boxticketbuchen { bottom: 0; }

.box-center { width: 100%; background-color: #FFFFFF; text-align: center; position: relative; padding: 30px; box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); -webkit-box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); -moz-box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); }
.box-center:hover { box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); -webkit-box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); -moz-box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); }

.box-sicherheit { width: 100%; background-color: #151c1c; text-align: left; position: relative; padding: 30px; border: 1px solid #d7b55b; }
.box-sicherheit:hover { border: 1px solid #fae281; }

.bild { z-index: 2; position: absolute; width: 100%; height: 100%; filter: alpha(opacity = 60); -ms-filter: "alpha(opacity = 60)"; opacity: .60; background-color: #000000; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.bildtext { z-index: 3; position: absolute; width: 100%; height: 100%; left: 0; padding-left: 20px; padding-right: 20px; display: flex; justify-content: center; align-items: center; }
.bildtext:hover + .bild { filter: alpha(opacity = 40); -ms-filter: "alpha(opacity = 40)"; opacity: .40; }

.borderbild 	{ border: 1px solid #806c36; }

/* MixItUp */
#Container .mix { display: none; }
.mixinner{ width: 100%; background-color: #FFFFFF; text-align: center; position: relative; padding: 30px; box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); -webkit-box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); -moz-box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); }
.mixinner:hover { box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); -webkit-box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); -moz-box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); }

/* CAROUSEL TEXT-FEATURES */
.sliderpos 		{ position: relative; z-index: 3; width: 100%; }
.sliderbg 		{ background-color: #000000; filter: alpha(opacity = 80); -ms-filter: "alpha(opacity = 80)"; opacity: .80; padding: 30px; }

/* PAGINA */
.carousel-indicators { bottom: 20px; }
.carousel-indicators li { width: 16px; height: 16px; margin: 0px; background-color: #FFFFFF; border: 0px solid #fff; border-radius: 10px; }
.carousel-indicators .active { width: 16px; height: 16px; margin: 0; background-color: #2686b8; }

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { display: none; }

.carousel-control.right, .carousel-control.left 	{ position: absolute; opacity: 1.0; font-family: 'FontAwesome' !important; }
.carousel-control.right 							{ margin-right: 0px; }
.carousel-control.left 								{ margin-left: 0px; }
.carousel-control.right:hover, 
.carousel-control.left:hover 						{ opacity: 1.0; }

.carousel-control:hover,
.carousel-control:focus 							{ color: #fae281; text-decoration: none; filter: alpha(opacity=100); outline: 0; opacity: 1.0; }

.carousel-control.right:before, 
.carousel-control.left:before 						{ display: flex; align-items: center; justify-content: center; }
.carousel-control.right:before 						{ content: "\f0da"; }
.carousel-control.left:before 						{ content: "\f0d9"; }

/* Ausklappfunktion */
.klappbox 			{ border-top: 1px solid #806c36; border-radius: 0px; }
.klappboxhead 		{ background-color: transparent; padding: 15px 0px 15px 0px; border-bottom: 0px solid transparent; border-radius: 0px; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; width: 100%; }
.klappboxhead:hover { background-color: transparent; }
.klappboxhead:hover a.klappboxlink { color: #fae281; }
.klappboxbody		{ background-color: transparent; overflow: hidden; }

/* Input-Group Formularfelder */
.btn-primary 					{ color: #FFFFFF; background-color: #1fa02d; }
.btn-primary:hover 				{ background-color: #2686b8; }
.input-group &gt; .form-control 	{ height: 38px; padding: 2px 8px; font-size: 12px; border-radius: 0px 0px 0px 0px; background-color: #151c1c; }
.input-group-btn &gt; .btn 		{ max-height: 41px; padding: 13px 14px 15px 14px; font-size: 13px; line-height: 13px; border-radius: 0px 0px 0px 0px; border: 0px solid transparent; }
.file-actions 					{ display: none; }
.input-group-btn &gt; .fileinput-upload-button 		{ display: none; }
.input-group-btn &gt; .fileinput-remove-button 		{ filter: alpha(opacity = 80); -ms-filter: "alpha(opacity = 80)"; opacity: .80; color: #FFFFFF; background-color: #1fa02d; }
.input-group-btn &gt; .fileinput-remove-button:hover 	{ background-color: #2686b8; }

.glyphsoz, .glyphheight, .glyphbanner { color: #d7b55b; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.glyphsoz:hover, .glyphheight:hover, .glyphbanner:hover { color: #fae281; }







/* Extra-kleine Geräte (Smartphones, weniger als 768px (col-xs-)) */
/* Kein Media-Query, weil dies der Standard in Bootstrap ist */
.nullpadding2 { padding: 0px 0px 0px 0px; }
.btnwidth { margin: 0px 0px 15px 0px; width: 100%; }
.zeigen { width: 25%; display: block; float: right; text-align: right; margin-top: 10px; }

/* FullHeight-Techniken topLeft, top, top,Right */
.fullheight { display: block; 
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
	z-index: 1; position: relative; top: 0; right: 0; bottom: 0; left: 0; height: 300px; }
.fullheightleft 	{ background-position: left top; }
.fullheightright 	{ background-position: right top; }
.fullheighttop 		{ background-position: top; }

ul.dots 			{ list-style-type: none; padding: 30px 0px 0px 0px; font-size: 90%; }
ul.dots li 			{ padding-left: 1.3em; padding-bottom: 0.1em; }
ul.dots li:before 	{ font-family: 'FontAwesome'; content: '\f00c'; margin-left: -1.3em; display: inline-block; width: 1.3em; color: #fae281; }

body, td, p, .n, blockquote 	{ font-size: 16px; line-height: 26px; }

H1 { font-size: 27px; line-height: 29px; font-weight: 600; text-transform: uppercase; }
H2 { font-size: 27px; line-height: 29px; font-weight: 600; text-transform: uppercase; }
H3 { font-size: 18px; line-height: 28px; font-weight: 600; text-transform: uppercase; }

span.looksh1 		{ font-size: 27px; line-height: 29px; font-weight: 600; text-transform: uppercase; }
span.looksh2 		{ font-size: 27px; line-height: 29px; font-weight: 600; text-transform: uppercase; }
span.looksh3 		{ font-size: 18px; line-height: 28px; font-weight: 600; text-transform: uppercase; }

.fullpic { display: block; background-attachment: scroll; background-position: center center; background-repeat: none; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; z-index: 1; position: relative; top: 0; right: 0; bottom: 0; left: 0; height: 330px; } 
.boxcolorpad span.headline 	{ font-size: 11px; line-height: 11px; }
.boxcolorpad h3 			{ font-size: 12px; line-height: 16px; }
.boxcolorpad2 span.headline 	{ font-size: 11px; line-height: 11px; }
.boxcolorpad2 h3 			{ font-size: 12px; line-height: 16px; }

.backg 				{ background-image: url(../design/backgroundxy.jpg); background-position: top; background-repeat: repeat-x; background-color: #151c1c; text-align: left; margin: 0px; padding: 0px; }
.ausrichtencopy 	{ text-align: center; }
.ausrichtensoz 		{ text-align: center; }
.box 				{ padding: 25px; }
.socialbanner 		{ float: none; padding: 0px 0px 0px 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; }

.carousel-control.right:before, .carousel-control.left:before 	{ font-size: 28px; width: 100%; height: 38px; background-color: #550101; }
.carousel-control 												{ width: 38px; margin-top: -20px; } /* +15px abstand boxpullpushhalter */
.carousel-control.right 										{ margin-right: 15px; }
.carousel-control.left 											{ margin-left: 15px; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 50px; padding-bottom: 20px; }
.linktop 			{ padding-top: 21px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 40px; padding-bottom: 20px; background-color: #550101; margin-top: 30px; }
.footerline 		{ width: 100%; height: 1px; background-color:#806c36; }
.glyphbar 			{ font-size: 35px; color: #d7b55b; }
.glyphheight 		{ font-size: 35px; margin-left: 10px; margin-right: 10px; }
.glyphsoz 			{ font-size: 28px; margin-left: 4px; margin-right: 4px; }
.glyphbanner		{ font-size: 24px; display: inline-block; margin-bottom: 0px; margin-right: 15px; }
.glyphticket		{ font-size: 23px; float: right; color: #d7b55b; }
.boxticket 			{ height: 39px; }
.boxticketbuchen 	{ background-color: #d7b55b; height: 36px; bottom: -36px; }
.boxcolorpad 		{ padding: 10px 12px 45px 12px; }
.boxcolorpad2 		{ padding: 10px 12px 10px 12px; }
.googlemaps			{ height: 300px; }
.googlemaps2		{ height: 200px; }
.bgtotop 			{ padding-top: 170px; padding-bottom: 110px; }
.bgtotop2 			{ padding-top: 80px; padding-bottom: 50px; }
.headerheight 		{ height: 0px; }

span.programm 		{ font-size: 15px; line-height: 22px; }
span.headline 		{ font-size: 14px; line-height: 14px; font-weight: 300; text-transform: uppercase; letter-spacing: 0.1em; }
span.gross	 		{ font-size: 18px; line-height: 28px; }
span.mittel 		{ font-size: 15px; line-height: 25px; }
span.klein 			{ font-size: 14px; line-height: 24px; }

span.fusszeile 		{ font-size: 14px; line-height: 24px; font-weight: 300; text-transform: none; }
a.fusszeile 		{ font-size: 14px; line-height: 24px; font-weight: 600; text-transform: uppercase; margin-bottom: 10px; }

a 					{ font-size: 16px; font-weight: 300; text-transform: none; }
.binner				{ height: 16px; } /* lbottom height */

a.button &gt; .btn, 
a.buttonical &gt; .btn	{ font-size: 12px; padding: 12px 25px; font-weight: 600; text-transform: uppercase; }
.bbutton, 
.bbuttonical		{ height: 46px; } /* lbottom height */
a.buttonsmall &gt; .btn 	{ font-size: 12px; padding: 8px 18px; font-weight: 600; text-transform: uppercase; margin-top: 7px; }
.bbuttonsmall 			{ height: 37px; } /* lbottom height */

input.button 		{ font-size: 12px; padding: 12px 25px; font-weight: 600; text-transform: uppercase; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 18px; line-height: 22px; font-weight: 600; text-transform: uppercase; }
.klappboxpadding 	{ padding: 0px 15px 30px 34px; }
i.klappen 			{ background-color: transparent; padding: 0px 15px; color: #fae281; display: flex; justify-content: center; align-items: center; align-self: flex-start; }

input, select, textarea { font-size: 16px; }

#myCarousel, #myCarousel1, #myCarousel2, #myCarousel3 { display: block; }

.carousel .item { height: auto; }
.carousel-control { 
		height: auto !important; 
		bottom: auto; 
		top: 50%; 
		color: #d7b55b;
		text-shadow: 0 1px 1px rgba(0,0,0,.4);
		filter: alpha(opacity=100); 
		opacity: 1.0; 
		border: 0px; 
		z-index: 20; }
.header { 
	display: block;
	position: relative;
	height: auto;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
	z-index: 1; } 

.logo img { width: 100%; max-width: 45px; height: auto; padding-top: 15px; padding-bottom: 20px; }
img.logofuss { width: 140px; height: auto; }

.nursuche.form-control 				{ height: 30px; padding: 2px 8px; font-size: 12px; 
									-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); 
									box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); }
.nursuche.form-control:focus 		{ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.045), 0 0 8px rgba(175, 175, 175, .6); 
									box-shadow: inset 0 1px 1px rgba(0,0,0,.045), 0 0 8px rgba(175, 175, 175, .6); } 
.nursuche.btn 						{ padding: 8px 14px; font-size: 14px; line-height: 14px; }
.nursuche.input-group { width: 100%; }


      



/* Kleine Geräte (Tablets, 768px und breiter (col-sm-)) */
@media (min-width: 768px) { 
.nullpadding2 { padding: 0px 15px 0px 15px; }
.btnwidth { margin: 0px 15px 0px 0px; width: auto; }

/* FullHeight-Techniken topLeft, top, top,Right */
.fullheight { position: absolute; height: 100%; }

body, td, p, .n, blockquote 	{ font-size: 16px; line-height: 26px; }
.hiddenakt { height: 70px; } /* DotDotDot */

H1 { font-size: 36px; line-height: 38px; }
H2 { font-size: 36px; line-height: 38px; }
H3 { font-size: 20px; line-height: 30px; }

span.looksh1 		{ font-size: 36px; line-height: 38px; }
span.looksh2 		{ font-size: 36px; line-height: 38px; }
span.looksh3 		{ font-size: 20px; line-height: 30px; }

.fullpic	 		{ height: 100%; min-height: 345px; }
.boxcolorpad span.headline 	{ font-size: 13px; line-height: 13px; }
.boxcolorpad h3 			{ font-size: 16px; line-height: 20px; }
.boxcolorpad2 span.headline 	{ font-size: 13px; line-height: 13px; }
.boxcolorpad2 h3 			{ font-size: 16px; line-height: 20px; }

.ausrichtencopy 	{ text-align: right; }
.ausrichtensoz 		{ text-align: right; }
.box 				{ padding: 30px; }

.carousel-control.right:before, .carousel-control.left:before 	{ font-size: 38px; height: 38px; background-color: #151c1c; }
.carousel-control 												{ width: 38px; margin-top: -19px; } /* +15px abstand boxpullpushhalter */
.carousel-control.right 										{ margin-right: 0px; }
.carousel-control.left 											{ margin-left: 0px; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 70px; padding-bottom: 40px; }
.linktop 			{ padding-top: 24px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 40px; padding-bottom: 10px; }
.glyphheight 		{ font-size: 30px; margin-left: 7px; margin-right: 7px; }
.glyphsoz 			{ font-size: 28px; margin-left: 4px; margin-right: 4px; }
.glyphbanner		{ font-size: 24px; margin-bottom: 0px; margin-right: 13px; }
.googlemaps			{ height: 300px; }
.googlemaps2		{ height: 200px; }
.bgtotop 			{ padding-top: 170px; padding-bottom: 110px; }
.bgtotop2 			{ padding-top: 80px; padding-bottom: 50px; }
.headerheight 		{ height: 0px; }

span.programm 		{ font-size: 15px; line-height: 22px; }
span.headline 		{ font-size: 14px; line-height: 14px; }
span.gross	 		{ font-size: 18px; line-height: 28px; }
span.mittel 		{ font-size: 15px; line-height: 25px; }
span.klein 			{ font-size: 14px; line-height: 24px; }

span.fusszeile 		{ font-size: 12px; line-height: 22px; }
a.fusszeile 		{ font-size: 12px; line-height: 22px; margin-bottom: 0px; }

a 					{ font-size: 16px; }
.binner				{ height: 16px; } /* lbottom height */

a.button &gt; .btn, 
a.buttonical &gt; .btn	{ font-size: 12px; padding: 12px 25px; }
.bbutton, 
.bbuttonical		{ height: 46px; } /* lbottom height */
a.buttonsmall &gt; .btn 	{ font-size: 12px; padding: 8px 18px; margin-top: 7px; }
.bbuttonsmall 			{ height: 37px; } /* lbottom height */

input.button 		{ font-size: 12px; padding: 12px 25px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 20px; line-height: 24px; }
.klappboxpadding 	{ padding: 0px 15px 30px 36px; }

input, select, textarea { font-size: 16px; }

.logo img { width: 100%; max-width: 33px; height: auto; padding-top: 15px; padding-bottom: 30px; }
img.logofuss { width: 120px; height: auto; }

.nursuche.form-control { height: 30px; padding: 2px 8px; font-size: 12px; }
.nursuche.btn { padding: 8px 14px; font-size: 14px; line-height: 14px; }
.nursuche.input-group { width: 100%; }
}



/* Mittlere Geräte (Desktop-PCs, 992px und breiter (col-md-)) */
@media (min-width: 992px) {
body, td, p, .n, blockquote 	{ font-size: 17px; line-height: 28px; }
.hiddenakt { height: 80px; } /* DotDotDot */

H1 { font-size: 42px; line-height: 44px; }
H2 { font-size: 42px; line-height: 44px; }
H3 { font-size: 21px; line-height: 32px; }

span.looksh1 		{ font-size: 42px; line-height: 44px; }
span.looksh2 		{ font-size: 42px; line-height: 44px; }
span.looksh3 		{ font-size: 21px; line-height: 32px; }

.fullpic	 		{ height: 100%; min-height: 293px; }
.boxcolorpad span.headline 	{ font-size: 12px; line-height: 12px; }
.boxcolorpad h3 			{ font-size: 15px; line-height: 19px; }
.boxcolorpad2 span.headline 	{ font-size: 12px; line-height: 12px; }
.boxcolorpad2 h3 			{ font-size: 15px; line-height: 19px; }

.ausrichtencopy 	{ text-align: left; }
.ausrichtensoz 		{ text-align: right; }
.box 				{ padding: 30px; }
.socialbanner 		{ float: right; text-align: center; background-color: #151c1c; padding: 13px 11px 0px 11px; margin-top: -30px; margin-right: 6px; margin-bottom: 15px; margin-left: 15px; }

.carousel-control.right:before, .carousel-control.left:before 	{ font-size: 40px; height: 40px; }
.carousel-control 												{ width: 40px; margin-top: -20px; } /* +15px abstand boxpullpushhalter */

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 80px; padding-bottom: 50px; }
.linktop 			{ padding-top: 31px; }
.searchtop 			{ padding-top: 36px; }
.footer 			{ padding-top: 50px; padding-bottom: 20px; }
.glyphheight 		{ font-size: 28px; margin-left: 5px; margin-right: 5px; }
.glyphsoz 			{ font-size: 33px; margin-left: 7px; margin-right: 7px; }
.glyphbanner		{ font-size: 22px; display: block; margin-bottom: 13px; margin-right: 0px; }
.googlemaps			{ height: 350px; }
.googlemaps2		{ height: 250px; }
.bgtotop 			{ padding-top: 200px; padding-bottom: 140px; }
.bgtotop2 			{ padding-top: 90px; padding-bottom: 60px; }
.headerheight 		{ height: 0px; }

span.programm 		{ font-size: 13px; line-height: 19px; }
span.headline 		{ font-size: 15px; line-height: 15px; }
span.gross	 		{ font-size: 19px; line-height: 30px; }
span.mittel 		{ font-size: 16px; line-height: 27px; }
span.klein 			{ font-size: 15px; line-height: 26px; }

span.fusszeile 		{ font-size: 13px; line-height: 23px; }
a.fusszeile 		{ font-size: 13px; line-height: 23px; }

a 					{ font-size: 17px; }
.binner				{ height: 17px; } /* lbottom height */

a.button &gt; .btn, 
a.buttonical &gt; .btn	{ font-size: 13px; padding: 14px 28px; }
.bbutton, 
.bbuttonical		{ height: 51px; } /* lbottom height */
a.buttonsmall &gt; .btn 	{ font-size: 12px; padding: 8px 18px; margin-top: 9px; }
.bbuttonsmall 			{ height: 37px; } /* lbottom height */

input.button 		{ font-size: 14px; padding: 14px 28px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 21px; line-height: 25px; }
.klappboxpadding 	{ padding: 0px 15px 30px 37px; }

input, select, textarea { font-size: 17px; }

.logo img { width: 100%; max-width: 50px; height: auto; padding-top: 15px; padding-bottom: 30px; }
img.logofuss { width: 130px; height: auto; }

.nursuche.form-control { height: 30px; padding: 2px 8px; font-size: 12px; }
.nursuche.btn { padding: 8px 14px; font-size: 14px; line-height: 14px; }
.nursuche.input-group { width: 100%; }
}



/* Große Geräte (Desktop-PCs, 1200px und breiter (col-lg-)) */
@media (min-width: 1200px) { 
body, td, p, .n, blockquote 	{ font-size: 18px; line-height: 30px; }
.hiddenakt { height: 90px; } /* DotDotDot */

H1 { font-size: 46px; line-height: 48px; }
H2 { font-size: 46px; line-height: 48px; }
H3 { font-size: 22px; line-height: 34px; }

span.looksh1 		{ font-size: 46px; line-height: 48px; }
span.looksh2 		{ font-size: 46px; line-height: 48px; }
span.looksh3 		{ font-size: 22px; line-height: 34px; }

.fullpic	 		{ height: 100%; min-height: 360px; }
.boxcolorpad span.headline 	{ font-size: 13px; line-height: 13px; }
.boxcolorpad h3 			{ font-size: 16px; line-height: 20px; }
.boxcolorpad2 span.headline 	{ font-size: 13px; line-height: 13px; }
.boxcolorpad2 h3 			{ font-size: 16px; line-height: 20px; }

.box 				{ padding: 30px; }
.socialbanner 		{ padding: 20px 13px 7px 13px; margin-top: -30px; margin-right: 15px; margin-bottom: 15px; margin-left: 20px; }

.carousel-control.right:before, .carousel-control.left:before 	{ font-size: 44px; height: 44px; }
.carousel-control 												{ width: 44px; margin-top: -22px; } /* +15px abstand boxpullpushhalter */

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 90px; padding-bottom: 60px; }
.linktop 			{ padding-top: 37px; }
.searchtop 			{ padding-top: 37px; }
.footer 			{ padding-top: 60px; padding-bottom: 30px; }
.glyphheight 		{ font-size: 30px; margin-left: 6px; margin-right: 6px; }
.glyphsoz 			{ font-size: 35px; margin-left: 7px; margin-right: 7px; }
.glyphbanner		{ font-size: 25px; margin-bottom: 13px; }
.googlemaps			{ height: 400px; }
.googlemaps2		{ height: 300px; }
.bgtotop 			{ padding-top: 230px; padding-bottom: 170px; }
.bgtotop2 			{ padding-top: 100px; padding-bottom: 70px; }
.headerheight 		{ height: 0px; }

span.programm 		{ font-size: 14px; line-height: 20px; }
span.headline 		{ font-size: 16px; line-height: 16px; }
span.gross	 		{ font-size: 20px; line-height: 32px; }
span.mittel 		{ font-size: 17px; line-height: 29px; }
span.klein 			{ font-size: 16px; line-height: 28px; }

span.fusszeile 		{ font-size: 14px; line-height: 24px; }
a.fusszeile 		{ font-size: 14px; line-height: 24px; }

a 					{ font-size: 18px; }
.binner				{ height: 18px; } /* lbottom height */

a.button &gt; .btn, 
a.buttonical &gt; .btn	{ font-size: 14px; padding: 15px 30px; }
.bbutton, 
.bbuttonical		{ height: 54px; } /* lbottom height */
a.buttonsmall &gt; .btn 	{ font-size: 12px; padding: 8px 18px; margin-top: 8px; }
.bbuttonsmall 			{ height: 37px; } /* lbottom height */

input.button 		{ font-size: 14px; padding: 15px 30px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 22px; line-height: 26px; }
.klappboxpadding 	{ padding: 0px 15px 30px 38px; }

input, select, textarea { font-size: 18px; }

.logo img { width: 100%; max-width: 68px; height: auto; padding-top: 15px; padding-bottom: 30px; }
img.logofuss { width: 140px; height: auto; }

.nursuche.form-control { height: 30px; padding: 2px 8px; font-size: 12px; }
.nursuche.btn { padding: 8px 14px; font-size: 14px; line-height: 14px; }
.nursuche.input-group { width: 100%; }
}</pre></body></html>