body { hyphens: auto; hyphenate-limit-chars: 12 4 4; -webkit-hyphens: auto; -ms-hyphens: auto; }

b, strong { font-weight: 700; }

/* 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:#333333; 
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #333333;
    text-align: center;
    background-color: transparent;
    border: 1px 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: #FFFFFF;
}

/* Farbverhalten CONTAINER und COLS etc. */
.coloring-white { background-color:var(--weiss); }
.coloring-green { background-color:var(--secondary); color:var(--weiss); padding-left: 30px; padding-right: 30px; padding-top: 40px; padding-bottom: 10px; }
.coloring-green h2 { color:var(--weiss); }
@media (min-width: 768px) { 
.coloring-green { padding-left: 15px; padding-right: 15px; }
}

.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 > 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%; height: 100%; background-color:var(--weiss); text-align: left; position: relative; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; padding: 0px; box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.06); -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.06); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.box:hover { box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.10); -webkit-box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.10); -moz-box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.10); }
.box h3, 
.newsbox h3 { margin-bottom: 15px; }

.spenden h3, 
.antrag h3 { color:var(--weiss); margin-bottom: 20px; text-transform: uppercase; }

.spenden { width: 100%; background-color:var(--primary); color:var(--weiss); text-align: left; position: relative; }
.antrag { width: 100%; background-color:var(--secondary); color:var(--weiss); text-align: left; position: relative; }

.box-shadow { width: 100%; background-color:var(--weiss); text-align: left; position: relative; padding: 40px 45px; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.10); -webkit-box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.10); -moz-box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.10); }

.box-sicherheit { width: 100%; background-color: #FFFFFF; text-align: left; position: relative; padding: 10px; border: 1px solid #cccccc; }
.box-sicherheit:hover { border: 1px solid #8ea419; }

.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: 50px; padding-right: 50px; }
.bildtext:hover + .bild { filter: alpha(opacity = 40); -ms-filter: "alpha(opacity = 40)"; opacity: .40; }

/* 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; }

/* Ausklappfunktion */
.klappbox 			{ border: 0px solid #e4efdd; border-radius: 0px; }
.klappboxhead 		{ background-color: #009641; padding: 0px 10px 0px 0px; border-bottom: 0px solid transparent; border-radius: 0px; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; white-space: nowrap; overflow: hidden; width: 100%; text-overflow: ellipsis; color: #FFFFFF; }
.klappboxhead:hover { background-color: #00662c; }
.klappboxbody		{ background-color: #FFFFFF; overflow: hidden; }
.klappboxpadding 	{ padding: 40px 15px 0px 15px; }

/* Input-Group Formularfelder */
.btn-primary 					{ color: #FFFFFF; background-color: #1fa02d; }
.btn-primary:hover 				{ background-color: #2686b8; }
.input-group > .form-control 	{ height: 41px; padding: 2px 8px; font-size: 12px; border-radius: 0px 0px 0px 0px; background-color: #FFFFFF; }
.input-group-btn > .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 > .fileinput-upload-button 		{ display: none; }
.input-group-btn > .fileinput-remove-button 		{ filter: alpha(opacity = 80); -ms-filter: "alpha(opacity = 80)"; opacity: .80; color: #FFFFFF; background-color: #1fa02d; }
.input-group-btn > .fileinput-remove-button:hover 	{ background-color: #2686b8; }







/* 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: 0px; margin: 0px; }
ul.dots li 			{ padding-left: 1.4em; }
ul.dots li:before 	{ font-family: 'FontAwesome'; content: '\f054'; margin-left: -1.1em; display: inline-block; width: 1.1em; color:var(--primary); }
ul.dots li 			{ border-top: 0px; padding-top: 10px; padding-bottom: 10px; }

body, td, p, .n, blockquote 	{ font-size: 20px; line-height: 26px; }

H1 { font-size: 40px; line-height: 42px; font-weight: 700; text-transform: none; letter-spacing: -0.008em; }
H2 { font-size: 27px; line-height: 29px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; }
H3 { font-size: 23px; line-height: 25px; font-weight: 700; text-transform: none; }

span.looksh1 		{ font-size: 40px; line-height: 42px; font-weight: 700; text-transform: none; letter-spacing: -0.008em; }
span.looksh2 		{ font-size: 27px; line-height: 29px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; }
span.looksh3 		{ font-size: 23px; line-height: 25px; font-weight: 700; text-transform: none; }

.coloring, 
.coloring2 			{ background-color:var(--colorswitch); position: relative; }
.coloring2 + .coloring-green { margin-top: 0px; }
body:has(main #content > .coloring2:last-child) .footer { margin-top: 0px; }

.ausrichtensm, 
.ausrichtensm2 		{ text-align: center; }
.ausrichtenmargin 	{ text-align: center; margin-bottom: 30px; }
.breakersm 			{ display: none; }
.box, 
.newsbox			{ font-size: 18px; line-height: 22px; font-weight: 300; }
.boxpadding 		{ padding: 30px; border-top: 9px solid var(--primary); }
.spenden, 
.antrag 			{ font-size: 18px; line-height: 22px; font-weight: 300; padding: 40px 30px; }

.spenden 			{ border-top-left-radius: 24px; border-top-right-radius: 24px; } 
.antrag 			{ border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; }

.kuratorium 									{ margin-bottom: 30px; padding-bottom: 30px; }
.kuratorium::after 								{ content: ""; position: absolute; left: 15px; right: 15px; bottom: 0; padding-bottom: 30px; border-bottom: 1px solid #707070; height: 1px; }
.halterrechts .kuratorium:last-of-type::after 	{ content: none; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 50px; padding-bottom: 20px; padding-left: 30px; padding-right: 30px; }
.totop-half			{ padding-top: 50px; padding-bottom: 20px; padding-left: 30px; padding-right: 30px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 44px; }
.footer 			{ background-color:var(--colorswitch); border-top: 5px solid var(--weiss); padding-top: 50px; padding-bottom: 20px; }
.resheight 			{ width: 36px; height: auto; }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 300px; }
.googlemaps2		{ height: 200px; }
.bgtotop 			{ padding-top: 170px; padding-bottom: 110px; }
.bgtotop2 			{ padding-top: 80px; padding-bottom: 50px; }
.headerheight 		{ height: 0px; }

span.gross	 		{ font-size: 24px; line-height: 32px; }
span.mittel 		{ font-size: 18px; line-height: 23px; display: block; }
span.klein 			{ font-size: 17px; line-height: 21px; display: block; }
span.datum	 		{ font-size: 16px; line-height: 18px; font-weight: 700; letter-spacing: 0.05em; margin-bottom: 10px; }

.small 				{ font-size: 16px; line-height: 16px; font-weight: 400; text-transform: none; }
a.small 			{ font-size: 16px; line-height: 16px; font-weight: 400; text-transform: none; }

a 					{ font-size: 16px; font-weight: 700; text-transform: uppercase; }
.binner				{ height: 16px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn, 
.box .btn			{ font-size: 15px; padding: 10px 22px 9px 22px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
.bbutton, 
.bbuttonical		{ height: 41px; } /* lbottom height */

input.button 		{ font-size: 15px; padding: 10px 22px 9px 22px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 22px; line-height: 22px; font-weight: 400; text-transform: uppercase; }

input, select, textarea { font-size: 16px; }

#myCarousel, #myCarousel1, #myCarousel2, #myCarousel3 { display: block; }

.carousel .item { height: 300px; }
.carousel-control { 
		height: 300px; 
		margin-top: 0px; 
		width: 10%;
		color: #FFF;
		text-shadow: 0 1px 1px rgba(0,0,0,.4);
		filter: alpha(opacity=50); 
		opacity: .5; 
		background-color: transparent; 
		border: 0px; 
		z-index: 20; }
.header { 
	display: block;
	position: relative;
	height: 300px;
    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: 180px; height: auto; padding-top: 20px; padding-bottom: 20px; }

img.icons { width: 55px; height: auto; float: left; margin-bottom: 40px; }
img.logofuss { width: 210px; 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: 20px; line-height: 26px; }
.hiddenakt { height: 70px; } /* DotDotDot */

H1 { font-size: 46px; line-height: 48px; }
H2 { font-size: 28px; line-height: 30px; }
H3 { font-size: 24px; line-height: 26px; }

span.looksh1 		{ font-size: 46px; line-height: 48px; }
span.looksh2 		{ font-size: 28px; line-height: 30px; }
span.looksh3 		{ font-size: 24px; line-height: 26px; }

.splitbox .row-flex, .row-flex > div[class*='col-'] { justify-content: space-between !important; }
.splitbox .col-sm-6 { width: 48%; }

.coloring, 
.coloring2 			{ background-color:var(--colorswitch); position: relative; }
.coloring2 + .coloring-green { margin-top: 0px; }
body:has(main #content > .coloring2:last-child) .footer { margin-top: 0px; }

.ausrichtenmargin 	{ text-align: left; margin-bottom: 0px; }
.strich 			{ width: 95%; padding-left: 20px; border-left: 1px solid var(--text); text-align: left; }
.box, 
.newsbox			{ font-size: 18px; line-height: 22px; }
.boxpadding 		{ padding: 20px; border-top: 9px solid var(--primary); }
.spenden, 
.antrag 			{ font-size: 19px; line-height: 25px; padding: 40px; }

.spenden 			{ margin-right: 10px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; } 
.antrag 			{ margin-left: 10px; }

.halterlinks .kuratorium:last-of-type::after, 
.halterrechts .kuratorium:last-of-type::after 	{ content: none; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 80px; padding-bottom: 50px; padding-left: 15px; padding-right: 15px; }
.totop-half			{ padding-top: 60px; padding-bottom: 30px; padding-left: 15px; padding-right: 15px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 300px; }
.googlemaps2		{ height: 200px; }
.bgtotop 			{ padding-top: 170px; padding-bottom: 110px; }
.bgtotop2 			{ padding-top: 80px; padding-bottom: 50px; }
.headerheight 		{ height: 181px; }

span.gross	 		{ font-size: 24px; line-height: 32px; }
span.mittel 		{ font-size: 18px; line-height: 23px; }
span.klein 			{ font-size: 17px; line-height: 21px; }
span.datum	 		{ font-size: 16px; line-height: 18px; }

.small 				{ font-size: 16px; line-height: 16px; }
a.small 			{ font-size: 16px; line-height: 16px; }

a 					{ font-size: 16px; }
.binner				{ height: 16px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn, 
.box .btn			{ font-size: 15px; padding: 10px 22px 9px 22px; }
.bbutton, 
.bbuttonical		{ height: 41px; } /* lbottom height */

input.button 		{ font-size: 15px; padding: 10px 22px 9px 22px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 22px; line-height: 22px; }

input, select, textarea { font-size: 16px; }

.logo img { width: 100%; max-width: 210px; height: auto; padding-top: 30px; padding-bottom: 40px; }

img.icons { width: 80px; height: auto; margin-bottom: 60px; }
img.logofuss { width: 225px; 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: 910px) and (max-width: 991px) {
.coloring 			{ max-width: 880px; margin-left: auto; border-top-right-radius: 24px; border-bottom-right-radius: 24px; }
.coloring::before 	{ content: ""; position: absolute; background-color:var(--colorswitch); height: 100%; top: 0; left: -100vw; width: 100vw; }
.coloring2 			{ max-width: 880px; margin-left: auto; border-top-left-radius: 24px; border-bottom-left-radius: 24px; }
.coloring2::before 	{ content: ""; position: absolute; background-color:var(--colorswitch); height: 100%; top: 0; right: -100vw; width: 100vw; }

.coloring2 + .coloring-green { margin-top: 80px; }
body:has(main #content > .coloring2:last-child) .footer { margin-top: 80px; }
}



/* Mittlere Geräte (Desktop-PCs, 992px und breiter (col-md-)) */
@media (min-width: 992px) {
body, td, p, .n, blockquote 	{ font-size: 22px; line-height: 29px; }
.hiddenakt { height: 80px; } /* DotDotDot */

H1 { font-size: 50px; line-height: 52px; }
H2 { font-size: 32px; line-height: 34px; }
H3 { font-size: 28px; line-height: 30px; }

span.looksh1 		{ font-size: 50px; line-height: 52px; }
span.looksh2 		{ font-size: 32px; line-height: 34px; }
span.looksh3 		{ font-size: 28px; line-height: 30px; }

.coloring, 
.coloring2 			{ background-color:var(--colorswitch); position: relative; }
.coloring2 + .coloring-green { margin-top: 0px; }
body:has(main #content > .coloring2:last-child) .footer { margin-top: 0px; }

.ausrichtensm 		{ text-align: left; }
.ausrichtensm2 		{ text-align: right; }
.breakersm 			{ display: block; }
.strich 			{ width: 87%; padding-left: 20px; }
.box, 
.newsbox			{ font-size: 19px; line-height: 24px; }
.boxpadding 		{ padding: 30px; border-top: 11px solid var(--primary); }
.spenden, 
.antrag 			{ font-size: 21px; line-height: 28px; }

.spenden, 
.antrag 			{ margin: 0px; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 90px; padding-bottom: 60px; }
.totop-half			{ padding-top: 70px; padding-bottom: 40px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 350px; }
.googlemaps2		{ height: 250px; }
.bgtotop 			{ padding-top: 200px; padding-bottom: 140px; }
.bgtotop2 			{ padding-top: 90px; padding-bottom: 60px; }
.headerheight 		{ height: 214px; }

span.gross	 		{ font-size: 26px; line-height: 35px; }
span.mittel 		{ font-size: 20px; line-height: 26px; }
span.klein 			{ font-size: 19px; line-height: 24px; }
span.datum	 		{ font-size: 17px; line-height: 19px; }

.small 				{ font-size: 15px; line-height: 15px; }
a.small 			{ font-size: 15px; line-height: 15px; }

a 					{ font-size: 18px; }
.binner				{ height: 18px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn, 
.box .btn			{ font-size: 16px; padding: 10px 24px 9px 24px; }
.bbutton, 
.bbuttonical		{ height: 42px; } /* lbottom height */

input.button 		{ font-size: 16px; padding: 10px 24px 9px 24px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 22px; line-height: 22px; }

input, select, textarea { font-size: 17px; }

.logo img { width: 100%; max-width: 255px; height: auto; padding-top: 35px; padding-bottom: 45px; }

img.icons { width: 100px; height: auto; margin-bottom: 70px; }
img.logofuss { width: 255px; 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: 1100px) and (max-width: 1199px) {
.coloring 			{ max-width: 1070px; margin-left: auto; border-top-right-radius: 24px; border-bottom-right-radius: 24px; }
.coloring::before 	{ content: ""; position: absolute; background-color:var(--colorswitch); height: 100%; top: 0; left: -100vw; width: 100vw; }
.coloring2 			{ max-width: 1070px; margin-left: auto; border-top-left-radius: 24px; border-bottom-left-radius: 24px; }
.coloring2::before 	{ content: ""; position: absolute; background-color:var(--colorswitch); height: 100%; top: 0; right: -100vw; width: 100vw; }

.coloring2 + .coloring-green { margin-top: 90px; }
body:has(main #content > .coloring2:last-child) .footer { margin-top: 90px; }
}



/* Große Geräte (Desktop-PCs, 1200px und breiter (col-lg-)) */
@media (min-width: 1200px) { 
body, td, p, .n, blockquote 	{ font-size: 24px; line-height: 32px; }
.hiddenakt { height: 90px; } /* DotDotDot */

H1 { font-size: 54px; line-height: 56px; }
H2 { font-size: 36px; line-height: 38px; }
H3 { font-size: 32px; line-height: 34px; }

span.looksh1 		{ font-size: 54px; line-height: 56px; }
span.looksh2 		{ font-size: 36px; line-height: 38px; }
span.looksh3 		{ font-size: 32px; line-height: 34px; }

.coloring, 
.coloring2 			{ background-color:var(--colorswitch); position: relative; }
.coloring2 + .coloring-green { margin-top: 0px; }
body:has(main #content > .coloring2:last-child) .footer { margin-top: 0px; }

.strich 			{ width: 86%; padding-left: 20px; }
.box, 
.newsbox			{ font-size: 20px; line-height: 26px; }
.boxpadding 		{ padding: 30px; border-top: 13px solid var(--primary); }
.spenden, 
.antrag 			{ font-size: 23px; line-height: 31px; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 110px; padding-bottom: 80px; }
.totop-half			{ padding-top: 80px; padding-bottom: 50px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 400px; }
.googlemaps2		{ height: 300px; }
.bgtotop 			{ padding-top: 230px; padding-bottom: 170px; }
.bgtotop2 			{ padding-top: 100px; padding-bottom: 70px; }
.headerheight 		{ height: 240px; }

span.gross	 		{ font-size: 28px; line-height: 38px; }
span.mittel 		{ font-size: 22px; line-height: 29px; }
span.klein 			{ font-size: 20px; line-height: 26px; }
span.datum	 		{ font-size: 18px; line-height: 20px; }

.small 				{ font-size: 17px; line-height: 17px; }
a.small 			{ font-size: 17px; line-height: 17px; }

a 					{ font-size: 20px; }
.binner				{ height: 20px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn, 
.box .btn			{ font-size: 17px; padding: 11px 25px 10px 25px; }
.bbutton, 
.bbuttonical		{ height: 45px; } /* lbottom height */

input.button 		{ font-size: 17px; padding: 11px 25px 10px 25px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 22px; line-height: 22px; }

input, select, textarea { font-size: 18px; }

.logo img { width: 100%; max-width: 285px; height: auto; padding-top: 40px; padding-bottom: 50px; }

img.icons { width: 115px; height: auto; margin-bottom: 80px; }
img.logofuss { width: 285px; 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: 1710px) {
.coloring 			{ max-width: 1680px; margin-left: auto; border-top-right-radius: 24px; border-bottom-right-radius: 24px; }
.coloring::before 	{ content: ""; position: absolute; background-color:var(--colorswitch); height: 100%; top: 0; left: -100vw; width: 100vw; }
.coloring2 			{ max-width: 1680px; margin-left: auto; border-top-left-radius: 24px; border-bottom-left-radius: 24px; }
.coloring2::before 	{ content: ""; position: absolute; background-color:var(--colorswitch); height: 100%; top: 0; right: -100vw; width: 100vw; }

.logo img 			{ margin-left: -114px; }
.coloring2 + .coloring-green { margin-top: 110px; }
body:has(main #content > .coloring2:last-child) .footer { margin-top: 110px; }
}