.tableraw > thead > tr > th, .tableraw > tbody > tr > th, .tableraw > tfoot > tr > th, .tableraw > thead > tr > td, .tableraw > tbody > tr > td, .tableraw > tfoot > tr > td { border-top: 0px solid #ddd; }
.tableraw > tbody > tr > td { vertical-align: top; padding-top: 4px; padding-bottom: 4px; }
.tableraw > tbody > tr > td:first-child  { padding-right: 15px; }

.tabledaten > thead > tr > th, .tabledaten > tbody > tr > th, .tabledaten > tfoot > tr > th, .tabledaten > thead > tr > td, .tabledaten > tbody > tr > td, .tabledaten > tfoot > tr > td { border-top: 0px solid #ddd; }
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th { background-image: url(../design/bg_table.png); background-repeat: auto; background-color: transparent; }

/* Datepicker */
.input-group { width: 85%; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { 
	background-color: #FFFFFF; 
	border-radius: 0px; 
	border-right: 0px solid #cccccc; 
	border-bottom: 1px solid #cccccc; 
	border-top: 1px solid #cccccc; 
	border-left: 1px solid #cccccc; 
	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;
}

.nullpadding2 { padding: 0px 0px 0px 0px; }

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

.coloring-dunkelgruen 	{ background-color:#1D7F36; }
.coloring-mittelgruen 	{ background-color:#A5C715; }
.coloring-hellgruen 	{ background-color:#C1D100; }
.coloring-beige 		{ background-color:#E2E79C; }
.coloring-rot 			{ background-color:#EE7601; }
.coloring-dunkelblau 	{ background-color:#294f95; }
.coloring-mittelblau 	{ background-color:#50A1C3; }
.coloring-hellblau	 	{ background-color:#5bc5f2; }
.coloring-weiss	 		{ background-color:#FFFFFF; }
.coloring-schwarz 		{ background-color:#010101; }

.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: transparent;
		color: #294f95;
		width: 50px;
		height: 48px;
		line-height: 40px;
		right: 30px;
		bottom: 30px;
		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: #294f95; 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 = 80); -ms-filter: "alpha(opacity = 80)"; opacity: .80; }

/* 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; } 

.newsdots 			{ border-bottom: 2px dotted #c2c2c2; margin-right: 15px; margin-left: 15px; }
.termindots 		{ border-bottom: 2px dotted #E2E79C; }

/* MOGLICHE BOXMODELLE */
.box { width: 100%; background-color: #f4f4f4; text-align: left; position: relative; padding: 30px; border: 1px solid #f4f4f4; }
.box:hover {  border: 1px solid #cccccc; }

.box-dunkelgruen 	{ width: 100%; background-color: #1D7F36; text-align: left; position: relative; }
.box-mittelgruen 	{ width: 100%; background-color: #A5C715; text-align: left; position: relative; }
.box-hellgruen 		{ width: 100%; background-color: #C1D100; text-align: left; position: relative; }
.box-beige	 		{ width: 100%; background-color: #E2E79C; text-align: left; position: relative; }
.box-rot	 		{ width: 100%; background-color: #EE7601; text-align: left; position: relative; }
.box-dunkelblau 	{ width: 100%; background-color: #294f95; text-align: left; position: relative; }
.box-mittelblau 	{ width: 100%; background-color: #50A1C3; text-align: left; position: relative; }
.box-hellblau 		{ width: 100%; background-color: #5bc5f2; text-align: left; position: relative; }
.box-dunkelgruen:hover 		{ background-color: #4a995e; }
.box-mittelgruen:hover 		{ background-color: #b7d244; }
.box-hellgruen:hover 		{ background-color: #cdda33; }
.box-beige:hover	 		{ background-color: #e8ecb0; }
.box-rot:hover	 			{ background-color: #f19134; }
.box-dunkelblau:hover 		{ background-color: #5472aa; }
.box-mittelblau:hover 		{ background-color: #73b4cf; }
.box-hellblau:hover 		{ background-color: #7cd1f5; }

.box-innerhell a.inner 		{ color: #FFFFFF; }
.box-innerhell h3 			{ color: #FFFFFF; }
.box-innerhell h2 			{ color: #FFFFFF; }
.box-innerhell h1 			{ color: #FFFFFF; }
.box-innerhell  			{ color: #FFFFFF; }
.box-innerhell span			{ color: #FFFFFF; }
.box-innerhell span.gross	{ color: #FFFFFF; }
.box-innerhell span.mittel	{ color: #FFFFFF; }
.box-innerhell span.klein	{ color: #FFFFFF; }

.box-innerdunkel a.inner 		{ color: #000000; }
.box-innerdunkel h3 			{ color: #000000; }
.box-innerdunkel h2 			{ color: #000000; }
.box-innerdunkel h1 			{ color: #000000; }
.box-innerdunkel  				{ color: #000000; }
.box-innerdunkel span			{ color: #000000; }
.box-innerdunkel span.gross		{ color: #000000; }
.box-innerdunkel span.mittel	{ color: #000000; }
.box-innerdunkel span.klein		{ color: #000000; }

.box-infos	 		{ width: 100%; background-color: #E2E79C; text-align: left; position: relative; }
.box-infos:hover 	{ background-color: #e8ecb0; }

.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: 1px solid #e4efdd; border-radius: 0px; -webkit-box-shadow: 0px 15px 12px -12px rgba(204,204,204,1); -moz-box-shadow: 0px 15px 12px -12px rgba(204,204,204,1); box-shadow: 0px 15px 12px -12px rgba(204,204,204,1); }
.klappboxhead 	{ background-color: #f5f5f5; padding: 15px; border-bottom: 1px solid transparent; border-radius: 0px; }
.klappboxbody	{ background-color: #fdfdfd; overflow: hidden; padding-top: 15px; }
.klappboxicon	{ right: 0; padding-left: 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; border: 1px solid #cccccc; 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 */
i.no { display: none; }

.contenttop { padding-top: 30px; }
.totop { padding-top: 40px; padding-bottom: 20px; }
.totop-home { padding-top: 15px; padding-bottom: 0px; }
.btnwidth { margin: 0px 0px 15px 0px; width: 100%; }
.zeigen { width: 25%; display: block; float: right; text-align: right; margin-top: 10px; }

body, td, p, .n, blockquote 	{ font-size: 14px; }

H1 { font-size: 28px; line-height: 34px; font-weight: 300; text-transform: uppercase; }
H2 { font-size: 17px; line-height: 23px; font-weight: 700; text-transform: none; }
H3 { font-size: 17px; line-height: 23px; font-weight: 700; text-transform: none; }

.bgfuss01 			{ background-color: #E2E79C; padding-top: 30px; padding-bottom: 30px; }
.bgfuss02 			{ background-color: #C1D100; padding-top: 30px; padding-bottom: 30px; }
.bgfuss03 			{ background-color: #5BC5F2; padding-top: 30px; padding-bottom: 30px; }
.bgfuss04 			{ background-color: #50A1C3; padding-top: 30px; padding-bottom: 30px; }

.tabledaten > tbody > tr > td 				{ vertical-align: top; font-size: 10px; color: #000000; }
.tabledaten > tbody > tr > td > a			{ font-size: 10px; }
.tabledaten > tbody > tr > td:first-child  	{ padding-right: 5px; width: 35%; }

ul.arrow 			{ list-style: url(../design/check01.png); padding: 0px 15px 10px 15px; margin-left: 0.6em; }
ul.space li 		{ margin-bottom: 30px; }
.color 				{ font-size: 14px; }
.fuss_foerderer 	{ padding-right: 15px; padding-left: 15px; }
.fuss_schnell 		{ padding-right: 15px; padding-left: 15px; }
.fuss_klima 		{ padding-right: 15px; padding-left: 15px; }
.fuss_kontakt 		{ padding-right: 15px; padding-left: 15px; }

span.headline 		{ font-size: 27px; line-height: 33px; font-weight: 700; text-transform: none; }
span.looksh1 		{ font-size: 28px; line-height: 34px; font-weight: 300; text-transform: uppercase; }
span.looksh2 		{ font-size: 17px; line-height: 23px; font-weight: 700; text-transform: none; }
span.looksh3 		{ font-size: 17px; line-height: 23px; font-weight: 700; text-transform: none; }

.pfeil-dotted 		{ position: absolute; top: 0%; margin-top: 0px; }

.pad-box-infos		{ width: 100%; padding: 10px; }
.pad-boxen-home		{ width: 100%; padding: 30px; text-align: center; }
.bgschmetterling-re { background-image: none; background-repeat: no-repeat; background-position: bottom right; }
.bgschmetterling-li { background-image: none; background-repeat: no-repeat; background-position: bottom left; }

.terminebox 		{ width: auto; float: right; padding-left: 15px; text-align: center; }
span.termin1		{ font-size: 36px; line-height: 38px; font-weight: 700; }
span.termin2		{ font-size: 20px; line-height: 22px; font-weight: 700; text-transform: uppercase; }

.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 18px; }
.footer 			{ margin-top: 0px; background-image: none; background-repeat: no-repeat; background-position: center top; padding-top: 0px; padding-bottom: 0px; }
.glyphheight 		{ font-size: 30px;}
.glyphmobile 		{ font-size: 24px; padding-left: 15px; padding-right: 15px; color: #cfcfcf; }
.googlemaps			{ height: 250px; }
.googlemaps2		{ height: 150px; }
.bgtotop 			{ padding-top: 60px; padding-bottom: 30px; }
.headerheight 		{ height: 0px; }

span.gross	 		{ font-size: 19px; line-height: 21px; }
span.mittel 		{ font-size: 13px; line-height: 15px; }
span.klein 			{ font-size: 12px; line-height: 14px; }
span.window	 		{ font-size: 14px; line-height: 14px; }

.breadcrumb 		{ font-size: 12px; line-height: 14px; font-weight: 400; text-transform: none; }
a.breadcrumb 		{ font-size: 12px; line-height: 14px; font-weight: 400; text-transform: none; }
span.fussbig 		{ font-size: 14px; line-height: 16px; font-weight: 700; text-transform: none; }
span.fusszeile 		{ font-size: 12px; line-height: 14px; font-weight: 400; text-transform: none; }
a.fusszeile 		{ font-size: 12px; line-height: 14px; font-weight: 400; text-transform: none; }
span.topic 			{ font-size: 22px; line-height: 28px; font-weight: 700; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.55); }
span.topic2 		{ font-size: 19px; line-height: 26px; font-weight: 700; text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.45); }

a 					{ font-size: 14px; font-weight: 700; text-transform: none; }
.binner				{ height: 14px; } /* lbottom height */
a.button > .btn  	{ font-size: 14px; padding: 5px 10px 5px 10px; font-weight: 700; text-transform: none; }
.bbutton			{ height: 35px; } /* lbottom height */
a.buttonbig > .btn 	{ font-size: 18px; padding: 9px 15px 9px 15px; font-weight: 700; text-transform: none; }
.bbuttonbig			{ height: 43px; } /* lbottom height */
.btnsort         	{ font-size: 14px; padding: 5px 10px 5px 10px; font-weight: 700; text-transform: none; }
.klappboxlink 		{ font-size: 24px; line-height: 24px; font-weight: 700; text-transform: none; }

#myCarousel, #myCarousel1, #myCarousel2, #myCarousel3 { display: block; z-index: 2; }

.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: 2; } 
.headergrau { background-color: #f4f4f4; }

.logores img { max-width: 75px; height: auto; padding-top: 0px; padding-bottom: 0px; position: absolute; }
.logohalter img.foerderer { max-width: 160px; height: auto; }
.logores2 { padding-left: 95px; }
.logores2 img { width: 100%; max-width: 160px; height: auto; padding-top: 15px; padding-bottom: 15px; }

.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) { 
i.no { display: inline-block; }

.nullpadding2 { padding: 0px 15px 0px 15px; }
.contenttop { padding-top: 5px; }
.totop 	{ padding-top: 75px; padding-bottom: 65px; }
.totop-home { padding-top: 0px; padding-bottom: 0px; }
.btnwidth { margin: 0px 15px 0px 0px; width: auto; }

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

H1 { font-size: 36px; line-height: 42px; font-weight: 300; text-transform: uppercase; }
H2 { font-size: 18px; line-height: 24px; font-weight: 700; text-transform: none; }
H3 { font-size: 18px; line-height: 24px; font-weight: 700; text-transform: none; }

.bgfuss01, .bgfuss02, .bgfuss03, .bgfuss04 { background-color: transparent; padding-top: 0px; padding-bottom: 0px; }

.tabledaten > tbody > tr > td 				{ vertical-align: top; font-size: 13px; }
.tabledaten > tbody > tr > td > a			{ font-size: 13px; }
.tabledaten > tbody > tr > td:first-child  	{ padding-right: 5px; width: 20%; }

ul.arrow 			{ list-style: url(../design/check01.png); }
.color 				{ font-size: 15px; }
.fuss_foerderer 	{ padding-right: 20px; padding-left: 0px; }
.fuss_schnell 		{ padding-right: 0px; padding-left: 15px; }
.fuss_klima 		{ padding-right: 10px; padding-left: 10px; }
.fuss_kontakt 		{ padding-right: 0px; padding-left: 20px; }

span.headline 		{ font-size: 28px; line-height: 34px; font-weight: 700; text-transform: none; }
span.looksh1 		{ font-size: 36px; line-height: 42px; font-weight: 300; text-transform: uppercase; }
span.looksh2 		{ font-size: 18px; line-height: 24px; font-weight: 700; text-transform: none; }
span.looksh3 		{ font-size: 18px; line-height: 24px; font-weight: 700; text-transform: none; }

.pfeil-dotted 		{ position: absolute; top: 0%; margin-top: 0px; }

.pad-box-infos		{ width: 100%; padding: 10px; }
.pad-boxen-home		{ width: 100%; padding: 30px; text-align: center; }
.bgschmetterling-re { background-image: url(../design/schmetter01.png); background-repeat: no-repeat; background-position: bottom right; }
.bgschmetterling-li { background-image: url(../design/schmetter01.png); background-repeat: no-repeat; background-position: bottom left; }

.terminebox 		{ width: auto; float: right; padding-left: 15px; text-align: center; }
span.termin1		{ font-size: 54px; line-height: 56px; font-weight: 700; }
span.termin2		{ font-size: 24px; line-height: 26px; font-weight: 700; text-transform: uppercase; }

.arrow-weiss 		{ background-image: url(../design/arrow-weiss01.png); height: 50px; background-position: center; background-repeat: repeat-x; margin-top: -2px; }
.arrow-dunkelgruen 	{ background-image: url(../design/arrow-dunkelgruen01.png); height: 50px; background-position: center; background-repeat: repeat-x; margin-top: -2px; }
.arrow-mittelgruen 	{ background-image: url(../design/arrow-mittelgruen01.png); height: 50px; background-position: center; background-repeat: repeat-x; margin-top: -2px; }
.arrow-hellgruen 	{ background-image: url(../design/arrow-hellgruen01.png); height: 50px; background-position: center; background-repeat: repeat-x; margin-top: -2px; }
.arrow-beige	 	{ background-image: url(../design/arrow-beige01.png); height: 50px; background-position: center; background-repeat: repeat-x; margin-top: -2px; }
.arrow-rot		 	{ background-image: url(../design/arrow-rot01.png); height: 50px; background-position: center; background-repeat: repeat-x; margin-top: -2px; }
.arrow-dunkelblau 	{ background-image: url(../design/arrow-dunkelblau01.png); height: 50px; background-position: center; background-repeat: repeat-x; margin-top: -2px; }
.arrow-mittelblau 	{ background-image: url(../design/arrow-mittelblau01.png); height: 50px; background-position: center; background-repeat: repeat-x; margin-top: -2px; }
.arrow-hellblau 	{ background-image: url(../design/arrow-hellblau01.png); height: 50px; background-position: center; background-repeat: repeat-x; margin-top: -2px; }

.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ margin-top: 0px; background-image: url(../design/bg_fusszeile01.png); background-repeat: no-repeat; background-position: center top; padding-top: 120px; padding-bottom: 40px; }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 300px; }
.googlemaps2		{ height: 200px; }
.bgtotop 			{ padding-top: 190px; padding-bottom: 130px; }
.headerheight 		{ height: 0px; }

.volltop 			{ padding-top: 3px; }
.vollsuche	 		{ font-size: 11px; line-height: 11px; }

span.gross	 		{ font-size: 19px; line-height: 21px; }
span.mittel 		{ font-size: 13px; line-height: 15px; }
span.klein 			{ font-size: 12px; line-height: 14px; }
span.window	 		{ font-size: 14px; line-height: 14px; }

.breadcrumb 		{ font-size: 12px; line-height: 14px; font-weight: 400; text-transform: none; }
a.breadcrumb 		{ font-size: 12px; line-height: 14px; font-weight: 400; text-transform: none; }
span.fussbig 		{ font-size: 14px; line-height: 16px; font-weight: 700; text-transform: none; }
span.fusszeile 		{ font-size: 12px; line-height: 14px; font-weight: 400; text-transform: none; }
a.fusszeile 		{ font-size: 12px; line-height: 14px; font-weight: 400; text-transform: none; }
span.topic 			{ font-size: 46px; line-height: 52px; font-weight: 700; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.55); }
span.topic2 		{ font-size: 21px; line-height: 27px; font-weight: 700; text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.45); }

a 					{ font-size: 15px; font-weight: 700; text-transform: none; }
.binner				{ height: 15px; } /* lbottom height */
a.button > .btn  	{ font-size: 15px; padding: 5px 12px 5px 12px; font-weight: 700; text-transform: none; }
.bbutton			{ height: 36px; } /* lbottom height */
a.buttonbig > .btn 	{ font-size: 20px; padding: 11px 20px 11px 20px; font-weight: 700; text-transform: none; }
.bbuttonbig			{ height: 49px; } /* lbottom height */
.btnsort         	{ font-size: 15px; padding: 5px 12px 5px 12px; font-weight: 700; text-transform: none; }
.klappboxlink 		{ font-size: 25px; line-height: 25px; font-weight: 700; text-transform: none; }

.carousel .item { height: 360px; }
.carousel-control { 
		height: 360px; 
		width: 10%; }
.header { height: 360px; }
.headergrau { min-height: 210px; }

.logo img { width: 100%; max-width: 109px; height: auto; padding-top: 0px; padding-bottom: 0px; }
.logohalter img.foerderer { max-width: 140px; height: auto; }

.nursuche.form-control { height: 26px; padding: 0px 6px; font-size: 12px; }
.nursuche.btn { padding: 0px 12px; font-size: 12px; height: 26px; }
.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; }
.hiddenakt { height: 80px; } /* DotDotDot */

H1 { font-size: 42px; line-height: 48px; font-weight: 300; text-transform: uppercase; }
H2 { font-size: 20px; line-height: 26px; font-weight: 700; text-transform: none; }
H3 { font-size: 20px; line-height: 26px; font-weight: 700; text-transform: none; }

.tabledaten > tbody > tr > td 				{ vertical-align: top; font-size: 15px; }
.tabledaten > tbody > tr > td > a			{ font-size: 15px; }
.tabledaten > tbody > tr > td:first-child  	{ padding-right: 10px; width: 25%; }

ul.arrow 			{ list-style: url(../design/check02.png); }
.color 				{ font-size: 17px; }
.fuss_foerderer 	{ padding-right: 30px; padding-left: 0px; }
.fuss_schnell 		{ padding-right: 0px; padding-left: 20px; }
.fuss_klima 		{ padding-right: 0px; padding-left: 20px; }
.fuss_kontakt 		{ padding-right: 0px; padding-left: 40px; }

span.headline 		{ font-size: 30px; line-height: 36px; font-weight: 700; text-transform: none; }
span.looksh1 		{ font-size: 42px; line-height: 48px; font-weight: 300; text-transform: uppercase; }
span.looksh2 		{ font-size: 20px; line-height: 26px; font-weight: 700; text-transform: none; }
span.looksh3 		{ font-size: 20px; line-height: 26px; font-weight: 700; text-transform: none; }

.pfeil-dotted 		{ position: absolute; top: 50%; margin-top: -30px; }

.pad-box-infos		{ width: 100%; padding: 15px; }
.pad-boxen-home		{ width: 100%; padding: 18px; text-align: left; }
.bgschmetterling-re { background-image: url(../design/schmetter02.png); background-repeat: no-repeat; background-position: bottom right; }
.bgschmetterling-li { background-image: url(../design/schmetter02.png); background-repeat: no-repeat; background-position: bottom left; }

.terminebox 		{ width: auto; float: right; padding-left: 15px; text-align: center; }
span.termin1		{ font-size: 64px; line-height: 66px; font-weight: 700; }
span.termin2		{ font-size: 27px; line-height: 29px; font-weight: 700; text-transform: uppercase; }

.arrow-weiss 		{ background-image: url(../design/arrow-weiss02.png); height: 70px; background-position: center; background-repeat: repeat-x; }
.arrow-dunkelgruen 	{ background-image: url(../design/arrow-dunkelgruen02.png); height: 70px; background-position: center; background-repeat: repeat-x; }
.arrow-mittelgruen 	{ background-image: url(../design/arrow-mittelgruen02.png); height: 70px; background-position: center; background-repeat: repeat-x; }
.arrow-hellgruen 	{ background-image: url(../design/arrow-hellgruen02.png); height: 70px; background-position: center; background-repeat: repeat-x; }
.arrow-beige	 	{ background-image: url(../design/arrow-beige02.png); height: 70px; background-position: center; background-repeat: repeat-x; }
.arrow-rot		 	{ background-image: url(../design/arrow-rot02.png); height: 70px; background-position: center; background-repeat: repeat-x; }
.arrow-dunkelblau 	{ background-image: url(../design/arrow-dunkelblau02.png); height: 70px; background-position: center; background-repeat: repeat-x; }
.arrow-mittelblau 	{ background-image: url(../design/arrow-mittelblau02.png); height: 70px; background-position: center; background-repeat: repeat-x; }
.arrow-hellblau 	{ background-image: url(../design/arrow-hellblau02.png); height: 70px; background-position: center; background-repeat: repeat-x; }

.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ margin-top: 0px; background-image: url(../design/bg_fusszeile02.png); background-repeat: no-repeat; background-position: center top; padding-top: 130px; padding-bottom: 50px; }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 350px; }
.googlemaps2		{ height: 250px; }
.bgtotop 			{ padding-top: 210px; padding-bottom: 150px; }
.headerheight 		{ height: 0px; }

.volltop 			{ padding-top: 2px; }
.vollsuche	 		{ font-size: 13px; line-height: 13px; }

span.gross	 		{ font-size: 21px; line-height: 23px; }
span.mittel 		{ font-size: 15px; line-height: 17px; }
span.klein 			{ font-size: 14px; line-height: 16px; }
span.window	 		{ font-size: 16px; line-height: 16px; }

.breadcrumb 		{ font-size: 13px; line-height: 15px; font-weight: 400; text-transform: none; }
a.breadcrumb 		{ font-size: 13px; line-height: 15px; font-weight: 400; text-transform: none; }
span.fussbig 		{ font-size: 17px; line-height: 19px; font-weight: 700; text-transform: none; }
span.fusszeile 		{ font-size: 15px; line-height: 17px; font-weight: 400; text-transform: none; }
a.fusszeile 		{ font-size: 15px; line-height: 17px; font-weight: 400; text-transform: none; }
span.topic 			{ font-size: 60px; line-height: 66px; font-weight: 700; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.55); }
span.topic2 		{ font-size: 22px; line-height: 28px; font-weight: 700; text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.45); }

a 					{ font-size: 17px; font-weight: 700; text-transform: none; }
.binner				{ height: 17px; } /* lbottom height */
a.button > .btn  	{ font-size: 17px; padding: 7px 14px 7px 14px; font-weight: 700; text-transform: none; }
.bbutton			{ height: 38px; } /* lbottom height */
a.buttonbig > .btn 	{ font-size: 22px; padding: 13px 22px 13px 22px; font-weight: 700; text-transform: none; }
.bbuttonbig			{ height: 55px; } /* lbottom height */
.btnsort         	{ font-size: 17px; padding: 7px 14px 7px 14px; font-weight: 700; text-transform: none; }
.klappboxlink 		{ font-size: 27px; line-height: 27px; font-weight: 700; text-transform: none; }

.carousel .item { height: 420px; }
.carousel-control { 
		height: 420px; 
		width: 10%; }
.header { height: 420px; }
.headergrau { min-height: 270px; }

.logo img { width: 100%; max-width: 135px; height: auto; padding-top: 0px; padding-bottom: 0px; }
.logohalter img.foerderer { max-width: 180px; height: auto; }

.nursuche.form-control { height: 28px; padding: 0px 8px; font-size: 13px; }
.nursuche.btn { padding: 0px 13px; font-size: 13px; height: 28px; }
.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: 19px; }
.hiddenakt { height: 90px; } /* DotDotDot */

H1 { font-size: 48px; line-height: 54px; font-weight: 300; text-transform: uppercase; }
H2 { font-size: 24px; line-height: 30px; font-weight: 700; text-transform: none; }
H3 { font-size: 24px; line-height: 30px; font-weight: 700; text-transform: none; }

.tabledaten > tbody > tr > td 				{ vertical-align: top; font-size: 17px; }
.tabledaten > tbody > tr > td > a			{ font-size: 17px; }
.tabledaten > tbody > tr > td:first-child  	{ padding-right: 15px; width: 30%; }

ul.arrow 			{ list-style: url(../design/check03.png); }
.color 				{ font-size: 19px; }
.fuss_foerderer 	{ padding-right: 30px; padding-left: 0px; }
.fuss_schnell 		{ padding-right: 0px; padding-left: 30px; }
.fuss_klima 		{ padding-right: 0px; padding-left: 30px; }
.fuss_kontakt 		{ padding-right: 0px; padding-left: 40px; }

span.headline 		{ font-size: 34px; line-height: 40px; font-weight: 700; text-transform: none; }
span.looksh1 		{ font-size: 48px; line-height: 54px; font-weight: 300; text-transform: uppercase; }
span.looksh2 		{ font-size: 24px; line-height: 30px; font-weight: 700; text-transform: none; }
span.looksh3 		{ font-size: 24px; line-height: 30px; font-weight: 700; text-transform: none; }

.pfeil-dotted 		{ position: absolute; top: 50%; margin-top: -30px; }

.pad-box-infos		{ width: 100%; padding: 20px; }
.pad-boxen-home		{ width: 100%; padding: 20px; }
.bgschmetterling-re { background-image: url(../design/schmetter03.png); background-repeat: no-repeat; background-position: bottom right; }
.bgschmetterling-li { background-image: url(../design/schmetter03.png); background-repeat: no-repeat; background-position: bottom left; }

.terminebox 		{ width: auto; float: right; padding-left: 15px; text-align: center; }
span.termin1		{ font-size: 74px; line-height: 76px; font-weight: 700; }
span.termin2		{ font-size: 30px; line-height: 32px; font-weight: 700; text-transform: uppercase; }

.arrow-weiss 		{ background-image: url(../design/arrow-weiss03.png); height: 80px; background-position: center; background-repeat: repeat-x; }
.arrow-dunkelgruen 	{ background-image: url(../design/arrow-dunkelgruen03.png); height: 80px; background-position: center; background-repeat: repeat-x; }
.arrow-mittelgruen 	{ background-image: url(../design/arrow-mittelgruen03.png); height: 80px; background-position: center; background-repeat: repeat-x; }
.arrow-hellgruen 	{ background-image: url(../design/arrow-hellgruen03.png); height: 80px; background-position: center; background-repeat: repeat-x; }
.arrow-beige	 	{ background-image: url(../design/arrow-beige03.png); height: 80px; background-position: center; background-repeat: repeat-x; }
.arrow-rot		 	{ background-image: url(../design/arrow-rot03.png); height: 80px; background-position: center; background-repeat: repeat-x; }
.arrow-dunkelblau 	{ background-image: url(../design/arrow-dunkelblau03.png); height: 80px; background-position: center; background-repeat: repeat-x; }
.arrow-mittelblau 	{ background-image: url(../design/arrow-mittelblau03.png); height: 80px; background-position: center; background-repeat: repeat-x; }
.arrow-hellblau 	{ background-image: url(../design/arrow-hellblau03.png); height: 80px; background-position: center; background-repeat: repeat-x; }

.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ margin-top: 0px; background-image: url(../design/bg_fusszeile03.png); background-repeat: no-repeat; background-position: center top; padding-top: 140px; padding-bottom: 50px; }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 400px; }
.googlemaps2		{ height: 300px; }
.bgtotop 			{ padding-top: 230px; padding-bottom: 170px; }
.headerheight 		{ height: 0px; }

.volltop 			{ padding-top: 0px; }
.vollsuche	 		{ font-size: 14px; line-height: 14px; }

span.gross	 		{ font-size: 23px; line-height: 25px; }
span.mittel 		{ font-size: 17px; line-height: 19px; }
span.klein 			{ font-size: 16px; line-height: 18px; }
span.window	 		{ font-size: 18px; line-height: 18px; }

.breadcrumb 		{ font-size: 14px; line-height: 16px; font-weight: 400; text-transform: none; }
a.breadcrumb 		{ font-size: 14px; line-height: 16px; font-weight: 400; text-transform: none; }
span.fussbig 		{ font-size: 19px; line-height: 21px; font-weight: 700; text-transform: none; }
span.fusszeile 		{ font-size: 16px; line-height: 18px; font-weight: 400; text-transform: none; }
a.fusszeile 		{ font-size: 16px; line-height: 18px; font-weight: 400; text-transform: none; }
span.topic 			{ font-size: 72px; line-height: 78px; font-weight: 700; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.55); }
span.topic2 		{ font-size: 24px; line-height: 30px; font-weight: 700; text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.45); }

a 					{ font-size: 19px; font-weight: 700; text-transform: none; }
.binner				{ height: 19px; } /* lbottom height */
a.button > .btn  	{ font-size: 19px; padding: 8px 15px 8px 15px; font-weight: 700; text-transform: none; }
.bbutton			{ height: 42px; } /* lbottom height */
a.buttonbig > .btn 	{ font-size: 24px; padding: 15px 25px 15px 25px; font-weight: 700; text-transform: none; }
.bbuttonbig			{ height: 61px; } /* lbottom height */
.btnsort         	{ font-size: 19px; padding: 8px 15px 8px 15px; font-weight: 700; text-transform: none; }
.klappboxlink 		{ font-size: 29px; line-height: 29px; font-weight: 700; text-transform: none; }

.carousel .item { height: 480px; }
.carousel-control { 
		height: 480px; 
		width: 10%; }
.header { height: 480px; }
.headergrau { min-height: 330px; }

.logo img { width: 100%; max-width: 150px; height: auto; padding-top: 0px; padding-bottom: 0px; }
.logohalter img.foerderer { max-width: 220px; height: auto; }

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