/* TABLE WEGWEISER*/
.col-weg span { font-family: 'Open sans',tahoma,arial; color: #FFFFFF; }
.col-weg { width: 3.33333333%; background-color: transparent; text-align: center; border-left: 0px solid transparent; }
.col-weg:not(:first-of-type) { border-left: 1px solid #FFFFFF; }
.col-weg:hover { background-color: #FFFFFF; }
.col-weg:hover span { color: #4e4e4e; }

.col-weg2 span { font-family: 'Open sans',tahoma,arial; color: #4e4e4e; }
.col-weg2 { width: 3.33333333%; background-color: #FFFFFF; text-align: center; border-left: 0px solid transparent; }
.col-weg2:not(:first-of-type) { border-left: 1px solid #FFFFFF; }

.col-weg a, .col-weg2 a { text-decoration: none; }

.tablehalter .table-striped > tbody > tr:nth-child(odd) > td, .tablehalter .table-striped > tbody > tr:nth-child(odd) > th { background-color: #359e46; }
.tablehalter .table-striped > tbody > tr > td { color: #FFFFFF; }

.tablehalter .table>tbody>tr>td, .tablehalter .table>tbody>tr>th { border-top: 0px solid #ddd; }

/* 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-white { background-color: #FFFFFF; }
.coloring-green { background-color: #1f9332; }
.coloring-grey { background-color: #f9f9f9; }

.coloring { background-color: #FFFFFF; }
.coloring2 { background-color: #1f9332; }
.coloring3 { background-color: #f9f9f9; }
.coloring4 { background-color: #4e4e4e; }

.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: #369e47;
		color: #FFFFFF;
		width: 44px;
		height: 44px;
		line-height: 44px;
		right: 41px;
		bottom: 41px;
		padding-top: 0px;
		border-top-left-radius: 22px;
		border-top-right-radius: 22px;
		border-bottom-right-radius: 22px;
		border-bottom-left-radius: 22px;
		-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: #FFFFFF; color: #1f9332;}
.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; } 

.box-whoefe-border { border: 1px solid #FFFFFF; }
.box-bilder-border { border: 5px solid #FFFFFF; }

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

.borderbox { width: 100%; position: relative; border-top: 1px dashed #1f9332; padding-top: 30px; }

.box-strich { width: 100%; text-align: left; position: relative; border-left: 5px solid #1f9332; -webkit-transition: all ease-in-out 0.8s; -moz-transition: all ease-in-out 0.8s; transition: all ease-in-out 0.8s; }
.box-strich:hover { background-color: #1f9332; }
.box-strich:hover span.problemmuell { color: #FFFFFF; }
span.problemmuell { -webkit-transition: all ease-in-out 0.8s; -moz-transition: all ease-in-out 0.8s; transition: all ease-in-out 0.8s; }

.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, .sliderpos2 		{ 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 #1f9332; border-radius: 0px; -webkit-box-shadow: 0px 0px 0px 0px rgba(204,204,204,1); -moz-box-shadow: 0px 0px 0px 0px rgba(204,204,204,1); box-shadow: 0px 0px 0px 0px rgba(204,204,204,1); }
.klappboxhead 	{ background-color: #1f9332; padding: 15px; border-bottom: 1px solid transparent; border-radius: 0px; }
.klappboxbody	{ background-color: #FFFFFF; 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; }

.fa-color1, .fa-color3 { color: #FFFFFF; 
					-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; }
.fa-color2, .fa-color4 { color: #1f9332; 
					-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;}
.glyphheight:hover .fa-color1 { color: #4267b2; }
.glyphheight:hover .fa-color2 { color: #FFFFFF; }
.glyphheight:hover .fa-color3 { color: #dc4a38; }
.glyphheight:hover .fa-color4 { color: #FFFFFF; }







/* Extra-kleine Geräte (Smartphones, weniger als 768px (col-xs-)) */
/* Kein Media-Query, weil dies der Standard in Bootstrap ist */
.contenttop { padding-top: 30px; }
.totop { padding-top: 40px; padding-bottom: 20px; }
.totopbig 	{ padding-top: 40px; padding-bottom: 40px; }

.btnwidth { margin: 0px 0px 15px 0px; width: 100%; }
.zeigen { width: 25%; display: block; float: right; text-align: right; margin-top: 10px; }
.lefttocenterhome, .righttocenterhome { display: block; margin-right: auto; margin-left: auto; float: none; }
i.no { display: none; }
.bars { font-size: 36px; color: #1f9332; }

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

H1 { font-size: 32px; line-height: 34px; font-weight: 700; text-transform: uppercase; padding-bottom: 0.25em; }
H2 { font-size: 32px; line-height: 34px; font-weight: 700; text-transform: uppercase; padding-bottom: 0.25em; }
H3 { font-size: 18px; line-height: 24px; font-weight: 700; text-transform: none; }

span.looksh1 		{ font-size: 32px; line-height: 34px; font-weight: 700; text-transform: uppercase; padding-bottom: 0.25em; }
span.looksh2 		{ font-size: 32px; line-height: 34px; font-weight: 700; text-transform: uppercase; padding-bottom: 0.25em; }
span.looksh3 		{ font-size: 18px; line-height: 24px; font-weight: 700; text-transform: none; }

span.whoefe-text		{ font-size: 22px; line-height: 24px; font-weight: 700; }
.box-whoefe img.pfeil 	{ width: 30px; display: none; }

.zaklogo-fuss 			{ width: 100%; max-width: 225px; height: auto; }
.logoeinrueckfuss 		{ float: left; text-align: center; width: 100%; }

.padboxhome 			{ padding-left: 20px; padding-right: 20px; text-align: center; }
.bgzak				 	{ background-image: none; background-repeat: no-repeat; background-position: bottom right; }
.iconshome 				{ width: auto; height: 55px; }
.iconsweg 				{ width: 40px; height: auto; }

.storeicons 			{ width: 100%; max-width: 150px; height: auto; }
.box-strich 			{ padding: 15px 5px 15px 15px; }
.balkengruen 			{ height: 10px; background-color: #1f9332; }

/* TABLE WEGWEISER*/
.col-weg span 			{ font-size: 13px; }
.col-weg 				{ width: 10%; padding: 7.5px 0px; }
.col-weg2 span 			{ font-size: 13px; }
.col-weg2 				{ width: 10%; padding: 7.5px 0px; }
.tablehalter .table-striped > tbody > tr > td { font-size: 10px; }
.iconsweg-table			{ width: 18px; height: auto; float: none; margin-left: auto; margin-right: auto; margin-bottom: 5px; }

.tablehalter .table>tbody>tr>td, .tablehalter .table>tbody>tr>th { padding: 4px; }

.linktop 			{ padding-top: 25px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 50px; padding-bottom: 50px; background-color: #1f9332; }
.glyphheight 		{ font-size: 20px; margin-left: 2px; margin-right: 2px; }
.googlemaps			{ height: 250px; }
.googlemaps2		{ height: 150px; }
.bgtotop 			{ padding-top: 100px; padding-bottom: 40px; }
.headerheight 		{ height: 0px; }

a.googlemaps-font 			{ font-size: 11px; color: #333333; font-weight: 400; text-transform: none; text-decoration: underline; }
a.googlemaps-font:hover 	{ color: #333333; text-decoration: none; }
a.button-maps-font > .btn 	{ font-size: 11px; color: #FFFFFF; font-weight: 400; text-transform: none; text-decoration: none; background-color: #1f9332; border-radius: 0px; border: 0px solid #000000; white-space: normal; }
a.button-maps-font:hover > .btn 	{ filter: alpha(opacity = 80); -ms-filter: "alpha(opacity = 80)"; opacity: .80; }
span.googlemaps-font		{ font-size: 11px; line-height: 13px; color: #333333; font-weight: 400; text-transform: none; }
a.googlemap 				{ font-size: 10px; font-weight: 400; text-transform: none; }

span.problemmuell	{ font-size: 14px; line-height: 16px; font-weight: 400; }
span.subline 		{ font-size: 22px; line-height: 26px; font-weight: 300; }
span.boxgreen 		{ font-size: 22px; line-height: 24px; font-weight: 700; }
span.gross	 		{ font-size: 18px; line-height: 22px; font-weight: 400; }
span.mittel 		{ font-size: 13px; line-height: 15px; font-weight: 400; }
span.klein 			{ font-size: 12px; line-height: 14px; font-weight: 400; }

.breadcrumb 		{ font-size: 12px; line-height: 14px; font-weight: 300; text-transform: none; }
a.breadcrumb 		{ font-size: 12px; line-height: 14px; font-weight: 300; text-transform: none; }
span.fusszeile 		{ font-size: 12px; line-height: 22px; font-weight: 300; text-transform: none; }
a.fusszeile 		{ font-size: 12px; line-height: 22px; font-weight: 300; text-transform: none; }
.abstandfusslink 	{ width: 100%; margin-bottom: 4px; }

.small 				{ font-size: 12px; line-height: 14px; font-weight: 400; text-transform: none; }
a.small 			{ font-size: 12px; line-height: 14px; font-weight: 400; text-transform: none; }
span.topic1 		{ font-size: 20px; line-height: 24px; font-weight: 300; text-transform: none; text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6); }
span.topic2 		{ font-size: 26px; line-height: 30px; font-weight: 700; text-transform: uppercase; text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6); }

a 					{ font-size: 14px; font-weight: 400; text-transform: none; }
.binner				{ height: 14px; } /* lbottom height */
a.button > .btn  	{ font-size: 12px; padding: 10px 25px 10px 25px; font-weight: 700; text-transform: uppercase; }
.bbutton			{ height: 37px; } /* lbottom height */
a.buttonweiss > .btn  	{ font-size: 12px; padding: 10px 25px 10px 25px; font-weight: 700; text-transform: uppercase; }
.bbuttonweiss			{ height: 37px; } /* lbottom height */
input.button 		{ font-size: 14px; padding: 10px 25px 10px 25px; font-weight: 700; text-transform: uppercase; }
.btnsort         	{ font-size: 14px; padding: 10px 25px 10px 25px; font-weight: 700; text-transform: uppercase; }
.klappboxlink 		{ font-size: 14px; line-height: 14px; font-weight: 700; text-transform: uppercase; }

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

#myCarousel, #myCarousel1, #myCarousel2, #myCarousel3 { display: block; background-color: #23a638; }

.carousel .item { height: auto; }
.carousel-control { 
		height: auto; 
		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: 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: 200px; height: auto; padding-top: 10px; padding-bottom: 10px; }

.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; }
.contenttop { padding-top: 5px; }
.totop 	{ padding-top: 60px; padding-bottom: 30px; }
.totopbig 	{ padding-top: 60px; padding-bottom: 60px; }

.btnwidth { margin: 0px 15px 0px 0px; width: auto; }
.lefttocenterhome, .righttocenterhome { display: block; margin-right: auto; margin-left: auto; float: none; }
i.no { display: inline-block; }

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

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

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

span.whoefe-text		{ font-size: 26px; line-height: 28px; font-weight: 700; }
.box-whoefe img.pfeil 	{ width: 38px; display: none; }

.zaklogo-fuss 			{ width: 100%; max-width: 250px; height: auto; }
.logoeinrueckfuss 		{ float: left; text-align: left; width: 100%; }

.padboxhome 			{ padding-left: 50px; padding-right: 50px; text-align: center; }
.bgzak				 	{ background-image: url(../design/bg-zaklogo01.png); background-repeat: no-repeat; background-position: bottom right; }
.iconshome 				{ width: auto; height: 50px; }
.iconsweg 				{ width: 35px; height: auto; }

.storeicons 			{ width: 100%; max-width: 170px; height: auto; }
.box-strich 			{ padding: 20px 20px 20px 20px; }
.balkengruen 			{ height: 30px; }

/* TABLE WEGWEISER*/
.col-weg span 			{ font-size: 15px; }
.col-weg 				{ width: 6.66666666%; padding: 8px 0px; }
.col-weg2 span 			{ font-size: 15px; }
.col-weg2 				{ width: 6.66666666%; padding: 8px 0px; }
.tablehalter .table-striped > tbody > tr > td { font-size: 12px; }
.iconsweg-table			{ width: 18px; height: auto; float: left; margin-left: 0px; margin-right: 5px; margin-bottom: 0px; }

.tablehalter .table>tbody>tr>td, .tablehalter .table>tbody>tr>th { padding: 6px; }

.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 26px; }
.footer 			{ padding-top: 70px; padding-bottom: 70px; }
.glyphheight 		{ font-size: 19px; margin-left: 2px; margin-right: 2px; }
.googlemaps			{ height: 300px; }
.googlemaps2		{ height: 200px; }
.bgtotop 			{ padding-top: 140px; padding-bottom: 80px; }
.headerheight 		{ height: 112px; }

a.googlemaps-font 			{ font-size: 11px; }
a.button-maps-font > .btn 	{ font-size: 11px; }
span.googlemaps-font		{ font-size: 11px; line-height: 13px; }
a.googlemap 				{ font-size: 10px; font-weight: 400; text-transform: none; }

span.problemmuell	{ font-size: 14px; line-height: 16px; font-weight: 400; }
span.subline 		{ font-size: 24px; line-height: 28px; font-weight: 300; }
span.boxgreen 		{ font-size: 24px; line-height: 26px; font-weight: 700; }
span.gross	 		{ font-size: 18px; line-height: 22px; font-weight: 400; }
span.mittel 		{ font-size: 13px; line-height: 15px; font-weight: 400; }
span.klein 			{ font-size: 12px; line-height: 14px; font-weight: 400; }

.breadcrumb 		{ font-size: 12px; line-height: 14px; font-weight: 300; text-transform: none; }
a.breadcrumb 		{ font-size: 12px; line-height: 14px; font-weight: 300; text-transform: none; }
span.fusszeile 		{ font-size: 12px; line-height: 22px; font-weight: 300; text-transform: none; }
a.fusszeile 		{ font-size: 12px; line-height: 22px; font-weight: 300; text-transform: none; }
.abstandfusslink 	{ width: 100%; margin-bottom: 6px; }

.logozaktypo		{ font-size: 16px; line-height: 16px; font-weight: 400; text-transform: none; }
.logozaktypopad 	{ padding: 30px 0px 30px 10px; }

.small 				{ font-size: 12px; line-height: 14px; font-weight: 400; text-transform: none; }
a.small 			{ font-size: 12px; line-height: 14px; font-weight: 400; text-transform: none; }
span.topic1 		{ font-size: 34px; line-height: 40px; font-weight: 300; text-transform: none; }
span.topic2 		{ font-size: 50px; line-height: 56px; font-weight: 700; text-transform: uppercase; }

a 					{ font-size: 14px; font-weight: 400; text-transform: none; }
.binner				{ height: 14px; } /* lbottom height */
a.button > .btn  	{ font-size: 12px; padding: 10px 25px 10px 25px; font-weight: 700; text-transform: uppercase; }
.bbutton			{ height: 37px; } /* lbottom height */
a.buttonweiss > .btn  	{ font-size: 12px; padding: 10px 25px 10px 25px; font-weight: 700; text-transform: uppercase; }
.bbuttonweiss			{ height: 37px; } /* lbottom height */
input.button 		{ font-size: 14px; padding: 10px 25px 10px 25px; font-weight: 700; text-transform: uppercase; }
.btnsort         	{ font-size: 14px; padding: 10px 25px 10px 25px; font-weight: 700; text-transform: uppercase; }
.klappboxlink 		{ font-size: 14px; line-height: 14px; font-weight: 700; text-transform: uppercase; }

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

.carousel .item { height: auto; }
.carousel-control { 
		height: auto; 
		width: 10%; }
.header { height: auto; }

.logo img { width: 100%; max-width: 75px; height: auto; padding-top: 15px; padding-bottom: 0px; }

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



/* Mittlere Geräte (Desktop-PCs, 992px und breiter (col-md-)) */
@media (min-width: 992px) {
.lefttocenterhome { float: left !important; }
.righttocenterhome { float: right !important; }

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

H1 { font-size: 42px; line-height: 46px; font-weight: 700; text-transform: uppercase; }
H2 { font-size: 42px; line-height: 46px; font-weight: 700; text-transform: uppercase; }
H3 { font-size: 22px; line-height: 28px; font-weight: 700; text-transform: none; }

span.looksh1 		{ font-size: 42px; line-height: 46px; font-weight: 700; text-transform: uppercase; }
span.looksh2 		{ font-size: 42px; line-height: 46px; font-weight: 700; text-transform: uppercase; }
span.looksh3 		{ font-size: 22px; line-height: 28px; font-weight: 700; text-transform: none; }

span.whoefe-text		{ font-size: 24px; line-height: 26px; font-weight: 700; }
.box-whoefe img.pfeil 	{ width: 34px; display: none; }

.zaklogo-fuss 			{ width: 100%; max-width: 285px; height: auto; }
.logoeinrueckfuss 		{ float: left; text-align: left; width: 100%; }

.padboxhome 			{ padding-left: 0px; padding-right: 50px; text-align: left; }
.bgzak				 	{ background-image: url(../design/bg-zaklogo02.png); background-repeat: no-repeat; background-position: bottom right; }
.iconshome 				{ width: auto; height: 55px; }
.iconsweg 				{ width: 40px; height: auto; }

.storeicons 			{ width: 100%; max-width: 220px; height: auto; }
.box-strich 			{ padding: 20px 20px 20px 20px; }

/* TABLE WEGWEISER*/
.col-weg span 			{ font-size: 12px; }
.col-weg 				{ width: 3.33333333%; padding: 5px 0px; }
.col-weg2 span 			{ font-size: 12px; }
.col-weg2 				{ width: 3.33333333%; padding: 5px 0px; }
.tablehalter .table-striped > tbody > tr > td { font-size: 13px; }
.iconsweg-table			{ width: 22px; height: auto; float: left; margin-left: 0px; margin-right: 10px; margin-bottom: 0px; }

.tablehalter .table>tbody>tr>td, .tablehalter .table>tbody>tr>th { padding: 7px; }

.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 28px; }
.footer 			{ padding-top: 80px; padding-bottom: 80px; }
.glyphheight 		{ font-size: 21px; margin-left: 5px; margin-right: 5px; }
.googlemaps			{ height: 350px; }
.googlemaps2		{ height: 250px; }
.bgtotop 			{ padding-top: 160px; padding-bottom: 100px; }
.headerheight 		{ height: 128px; }

a.googlemaps-font 			{ font-size: 12px; }
a.button-maps-font > .btn 	{ font-size: 12px; }
span.googlemaps-font		{ font-size: 12px; line-height: 14px; }
a.googlemap 				{ font-size: 12px; font-weight: 400; text-transform: none; }

span.problemmuell	{ font-size: 14px; line-height: 16px; font-weight: 400; }
span.subline 		{ font-size: 28px; line-height: 32px; font-weight: 300; }
span.boxgreen 		{ font-size: 28px; line-height: 30px; font-weight: 700; }
span.gross	 		{ font-size: 20px; line-height: 22px; font-weight: 400; }
span.mittel 		{ font-size: 15px; line-height: 17px; font-weight: 400; }
span.klein 			{ font-size: 14px; line-height: 16px; font-weight: 400; }

.breadcrumb 		{ font-size: 13px; line-height: 15px; font-weight: 300; text-transform: none; }
a.breadcrumb 		{ font-size: 13px; line-height: 15px; font-weight: 300; text-transform: none; }
span.fusszeile 		{ font-size: 13px; line-height: 23px; font-weight: 300; text-transform: none; }
a.fusszeile 		{ font-size: 13px; line-height: 23px; font-weight: 300; text-transform: none; }
.abstandfusslink 	{ width: 100%; margin-bottom: 8px; }

.logozaktypo		{ font-size: 18px; line-height: 18px; font-weight: 400; text-transform: none; }
.logozaktypopad 	{ padding: 33px 0px 33px 10px; }

.small 				{ font-size: 13px; line-height: 15px; font-weight: 400; text-transform: none; }
a.small 			{ font-size: 13px; line-height: 15px; font-weight: 400; text-transform: none; }
span.topic1 		{ font-size: 42px; line-height: 48px; font-weight: 300; text-transform: none; }
span.topic2 		{ font-size: 58px; line-height: 64px; font-weight: 700; text-transform: uppercase; }

a 					{ font-size: 16px; font-weight: 400; text-transform: none; }
.binner				{ height: 16px; } /* lbottom height */
a.button > .btn  	{ font-size: 14px; padding: 11px 28px 11px 28px; font-weight: 700; text-transform: uppercase; }
.bbutton			{ height: 42px; } /* lbottom height */
a.buttonweiss > .btn  	{ font-size: 14px; padding: 11px 28px 11px 28px; font-weight: 700; text-transform: uppercase; }
.bbuttonweiss			{ height: 42px; } /* lbottom height */
input.button 		{ font-size: 14px; padding: 11px 28px 11px 28px; font-weight: 700; text-transform: uppercase; }
.btnsort         	{ font-size: 14px; padding: 11px 28px 11px 28px; font-weight: 700; text-transform: uppercase; }
.klappboxlink 		{ font-size: 16px; line-height: 16px; font-weight: 700; text-transform: uppercase; }

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

.carousel .item { height: auto; }
.carousel-control { 
		height: auto; 
		width: 10%; }
.header { height: auto; }

.logo img { width: 100%; max-width: 90px; height: auto; padding-top: 15px; padding-bottom: 0px; }

.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; }
.hiddenakt { height: 90px; } /* DotDotDot */

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

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

span.whoefe-text		{ font-size: 30px; line-height: 32px; font-weight: 700; }
.box-whoefe img.pfeil 	{ width: 44px; display: none; }

.zaklogo-fuss 			{ width: 100%; max-width: 305px; height: auto; }
.logoeinrueckfuss 		{ float: right; text-align: left; width: 402px; }

.padboxhome 			{ padding-left: 0px; padding-right: 70px; text-align: left; }
.bgzak				 	{ background-image: url(../design/bg-zaklogo03.png); background-repeat: no-repeat; background-position: bottom right; }
.iconshome 				{ width: auto; height: 60px; }
.iconsweg 				{ width: 45px; height: auto; }

.storeicons 			{ width: 100%; max-width: 260px; height: auto; }
.box-strich 			{ padding: 20px 20px 20px 20px; }

/* TABLE WEGWEISER*/
.col-weg span 			{ font-size: 14px; }
.col-weg 				{ width: 3.33333333%; padding: 7.5px 0px; }
.col-weg2 span 			{ font-size: 14px; }
.col-weg2 				{ width: 3.33333333%; padding: 7.5px 0px; }
.tablehalter .table-striped > tbody > tr > td { font-size: 14px; }
.iconsweg-table			{ width: 25px; height: auto; float: left; margin-left: 0px; margin-right: 15px; margin-bottom: 0px; }

.tablehalter .table>tbody>tr>td, .tablehalter .table>tbody>tr>th { padding: 8px; }

.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 31px; }
.footer 			{ padding-top: 100px; padding-bottom: 100px; }
.glyphheight 		{ font-size: 24px; margin-left: 5px; margin-right: 5px; }
.googlemaps			{ height: 400px; }
.googlemaps2		{ height: 300px; }
.bgtotop 			{ padding-top: 180px; padding-bottom: 120px; }
.headerheight 		{ height: 138px; }

a.googlemaps-font 			{ font-size: 13px; }
a.button-maps-font > .btn 	{ font-size: 13px; }
span.googlemaps-font		{ font-size: 13px; line-height: 15px; }
a.googlemap 				{ font-size: 14px; font-weight: 400; text-transform: none; }

span.problemmuell	{ font-size: 15px; line-height: 17px; font-weight: 400; }
span.subline 		{ font-size: 30px; line-height: 34px; font-weight: 300; }
span.boxgreen 		{ font-size: 30px; line-height: 32px; font-weight: 700; }
span.gross	 		{ font-size: 22px; line-height: 24px; font-weight: 400; }
span.mittel 		{ font-size: 16px; line-height: 18px; font-weight: 400; }
span.klein 			{ font-size: 15px; line-height: 17px; font-weight: 400; }

.breadcrumb 		{ font-size: 13px; line-height: 15px; font-weight: 300; text-transform: none; }
a.breadcrumb 		{ font-size: 13px; line-height: 15px; font-weight: 300; text-transform: none; }
span.fusszeile 		{ font-size: 14px; line-height: 24px; font-weight: 300; text-transform: none; }
a.fusszeile 		{ font-size: 14px; line-height: 24px; font-weight: 300; text-transform: none; }
.abstandfusslink 	{ width: 100%; margin-bottom: 8px; }

.logozaktypo		{ font-size: 20px; line-height: 20px; font-weight: 400; text-transform: none; }
.logozaktypopad 	{ padding: 35px 0px 35px 10px; }

.small 				{ font-size: 13px; line-height: 15px; font-weight: 400; text-transform: none; }
a.small 			{ font-size: 13px; line-height: 15px; font-weight: 400; text-transform: none; }
span.topic1 		{ font-size: 48px; line-height: 54px; font-weight: 300; text-transform: none; }
span.topic2 		{ font-size: 64px; line-height: 70px; font-weight: 700; text-transform: uppercase; }

a 					{ font-size: 18px; font-weight: 400; text-transform: none; }
.binner				{ height: 18px; } /* lbottom height */
a.button > .btn  	{ font-size: 15px; padding: 12px 30px 12px 30px; font-weight: 700; text-transform: uppercase; }
.bbutton			{ height: 45px; } /* lbottom height */
a.buttonweiss > .btn  	{ font-size: 15px; padding: 12px 30px 12px 30px; font-weight: 700; text-transform: uppercase; }
.bbuttonweiss			{ height: 45px; } /* lbottom height */
input.button 		{ font-size: 15px; padding: 12px 30px 12px 30px; font-weight: 700; text-transform: uppercase; }
.btnsort         	{ font-size: 15px; padding: 12px 30px 12px 30px; font-weight: 700; text-transform: uppercase; }
.klappboxlink 		{ font-size: 18px; line-height: 18px; font-weight: 700; text-transform: uppercase; }

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

.carousel .item { height: auto; }
.carousel-control { 
		height: auto; 
		width: 10%; }
.header { height: auto; }

.logo img { width: 100%; max-width: 96px; height: auto; padding-top: 15px; padding-bottom: 0px; }

.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%; }
}