b, strong { font-weight: 700; }

.hyphen {  hyphens: auto; 
hyphenate-limit-chars: 10 4 4;
  -webkit-hyphens: auto;
  -ms-hyphens: auto}

@media (max-width: 767px) { 
.row.reorder-xs { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); direction: rtl; }
.row.reorder-xs > [class*="col-"] { -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); direction: ltr; }
}

.table-striped.table-produkt>tbody>tr:nth-of-type(odd) { background-color:var(--weiss); }
.table-striped.table-produkt tbody tr td { border-top: 0px; }
.table-striped.table-produkt tbody tr { border-top: 1px solid var(--grau); }

.table-produkt tbody tr td:first-child 	{ font-weight: 700; }
.table-produkt tbody tr td 				{ display: block; width: 100%; }
@media (min-width: 768px) { 
.table-produkt tbody tr td:first-child 	{ display: table-cell; width: 35%; }
.table-produkt tbody tr td:last-child 	{ display: table-cell; width: 65%; }
}

/* 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 { background-color:var(--weiss); }
.coloring2 { background-color:var(--hellgrau); }
.coloring-grau { background-color:var(--grau); color:var(--weiss); }
.coloring-struktur { color:var(--weiss); background-color:var(--schwarz); }

.coloring-grau h1, .coloring-grau h2, .coloring-grau h3, 
.coloring-struktur h1, .coloring-struktur h2, .coloring-struktur h3 { color:var(--weiss); }

.coloring-menu { background-color:var(--schwarz); padding-left: 15px; padding-right: 15px; }
@media (min-width: 768px) { 
.coloring-menu { border-top: 1px solid #3c3c3c; border-bottom: 1px solid #3c3c3c; }
}

.scroll-top-wrapper { /* TO-TOP-BUTTON | nur in DESKTOP Ansicht sichtbar*/
		position: fixed;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		text-align: center;
		z-index: 9999;
		background-color: var(--schwarz);
		color: var(--weiss);
		width: 44px;
		height: 44px;
		line-height: 44px;
		right: 30px;
		bottom: 20px;
		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: var(--gelb); color: var(--schwarz); }
.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%; background-color:var(--schwarz); text-align: left; position: relative; box-shadow: 0px 3px 44px 0px rgba(0,0,0,0.8); -webkit-box-shadow: 0px 3px 44px 0px rgba(0,0,0,0.8); -moz-box-shadow: 0px 3px 44px 0px rgba(0,0,0,0.8); }
.box:hover { background-color:var(--lila); }

.linkbox { width: 100%; background-color:var(--schwarz); text-align: left; border: 0px; position: relative; box-shadow: 0px 3px 44px 0px rgba(0,0,0,0.8); -webkit-box-shadow: 0px 3px 44px 0px rgba(0,0,0,0.8); -moz-box-shadow: 0px 3px 44px 0px rgba(0,0,0,0.8); }
.linkbox:hover { background-color:var(--lila); }

.box-produkt { width: 100%; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+100 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
@media (min-width: 768px) { 
.box-produkt { width: 98% !important; float: right !important; }
}
@media (min-width: 992px) { 
.box-produkt { width: 94% !important; float: right !important; }
}
@media (min-width: 1200px) { 
.box-produkt { width: 90% !important; float: right !important; }
}
.box-produkt img.produktbild { filter: alpha(opacity = 92); -ms-filter: "alpha(opacity = 92)"; opacity: .92; }

.box-sicherheit { width: 100%; background-color: var(--hellgrau); text-align: left; position: relative; padding: 50px; }

.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 #E8EFF1; border-radius: 0px; box-shadow: 0px 3px 24px 0px rgba(0,0,0,0.12); -webkit-box-shadow: 0px 3px 24px 0px rgba(0,0,0,0.12); -moz-box-shadow: 0px 3px 24px 0px rgba(0,0,0,0.12); }
.klappboxhead 		{ background-color:var(--schwarz); border-radius: 0px; border-bottom: 0px solid transparent; width: 100%; }
.klappboxhead:hover, 
.klappboxhead.active { background-color:var(--lila); }
.klappboxhead:hover a.klappboxlink, .klappboxhead:hover i.klappen, 
.klappboxhead.active a.klappboxlink, .klappboxhead.active i.klappen { color:var(--weiss); }
.klappboxbody		{ color:var(--schwarz); background-color:var(--weiss); overflow: hidden; }

/* 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: disc; padding: 0px 0px 15px 10px; margin: 15px 0px 0px 10px; }

body, td, p, .n, blockquote 	{ font-size: 16px; line-height: 22px; }

H1 { font-size: 40px; line-height: 40px; font-weight: 900; text-transform: none; letter-spacing: -0.01em; }
H2 { font-size: 24px; line-height: 24px; font-weight: 900; text-transform: none; letter-spacing: -0.005em; }
H3 { font-size: 20px; line-height: 24px; font-weight: 900; text-transform: none; }

span.looksh1 		{ font-size: 40px; line-height: 40px; font-weight: 900; text-transform: none; letter-spacing: -0.01em; }
span.looksh2 		{ font-size: 24px; line-height: 24px; font-weight: 900; text-transform: none; letter-spacing: -0.005em; }
span.looksh3 		{ font-size: 20px; line-height: 24px; font-weight: 900; text-transform: none; }

.col-sm-pullx-6 .pullpad, 
.col-sm-pull-6 .pullpad 		{ padding: 0px; }

.breaker { display: none; }

.box h1, .box h2, .box h3, .linkbox h1, .linkbox h2, .linkbox h3 { color:var(--weiss); font-size: 20px; line-height: 24px; letter-spacing: -0.005em; }
.box, .boxpadding			{ padding: 35px 30px 70px 30px; color:var(--weiss); font-size: 16px; line-height: 22px; }
.box::before, 
.boxpadding::before 		{ content: ""; position: absolute; left: 30px; bottom: 30px; background-image: url(../design/arrowbox.svg); background-repeat: no-repeat; width: 26px; height: 16px; }

.sliderlinks, 
.sliderrechts 		{ text-align: center; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 60px; padding-bottom: 30px; padding-left: 30px; padding-right: 30px; }
.con-bilder 		{ padding-top: 60px; padding-bottom: 30px; }
.linktop 			{ padding-top: 40px; }
.searchtop 			{ padding-top: 40px; }
.footer 			{ padding-top: 80px; padding-bottom: 50px; padding-left: 30px; padding-right: 30px; background-image: url(../design/background-dunkel-linien.webp); background-repeat: repeat; background-position: center; }
.footer2 			{ padding-top: 30px; padding-bottom: 30px; background-color:var(--schwarz); }
.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.headline 		{ font-size: 14px; line-height: 18px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 10px; }
span.gross	 		{ font-size: 18px; line-height: 24px; }
span.mittel 		{ font-size: 15px; line-height: 20px; }
span.klein 			{ font-size: 14px; line-height: 18px; }

.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: 26px; line-height: 28px; font-weight: 900; text-transform: none; letter-spacing: 0.032em; }
span.fusszeile 		{ font-size: 16px; line-height: 22px; font-weight: 300; text-transform: none; }
a.fusszeile 		{ font-size: 16px; line-height: 22px; font-weight: 300; text-transform: none; }
span.topic 			{ font-size: 36px; line-height: 36px; font-weight: 900; text-transform: uppercase; text-shadow: 0px 3px 12px rgba(0,0,0,0.56); display: block; margin-bottom: 5px; letter-spacing: -0.02em; }
span.topic2 		{ font-size: 20px; line-height: 20px; font-weight: 400; text-transform: uppercase; text-shadow: 0px 3px 12px rgba(0,0,0,0.56); }

.small 				{ font-size: 14px; line-height: 28px; font-weight: 400; text-transform: none; }
a.small 			{ font-size: 14px; line-height: 28px; font-weight: 400; text-transform: none; }

a 					{ font-size: 16px; font-weight: 700; text-transform: none; }
.binner				{ height: 16px; } /* lbottom height */
a.button > .btn, 
a.buttonical > .btn	{ font-size: 13px; padding: 13px 21px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.032em; }
.bbutton, 
.bbuttonical		{ height: 46px; } /* lbottom height */

.innerlink 							{ width: 18px; height: auto; margin-right: 5px; margin-top: -5px; }
a.button > .btn .innerlink 			{ margin-left: 8px; margin-right: 0px; margin-top: -4px; filter: invert(.5) brightness(200%); }
a.button:hover > .btn .innerlink 	{ filter: none; }

.footer a.button > .btn .innerlink 			{ filter: none; }
.footer a.button:hover > .btn .innerlink 	{ filter: invert(.5) brightness(200%); }

input.button 		{ font-size: 13px; padding: 13px 21px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.032em; }

.btnsort         	{ font-size: 13px; padding: 13px 21px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.032em; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 18px; line-height: 22px; padding: 15px 15px 15px 0px; font-weight: 700; text-transform: none; }
i.klappen 			{ background-color: transparent; padding: 0px 20px; color:var(--gelb); display: flex; justify-content: center; align-items: center; align-self: flex-start; }
.klappboxpadding 	{ padding: 30px 15px 0px 10px; }

input, select, textarea { font-size: 17px; }

#myCarousel, #myCarousel1, #myCarousel2, #myCarousel3 { display: block; }

.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: 130px; height: auto; padding-top: 20px; padding-bottom: 20px; }

.haltertopbar a 		{ color:var(--weiss); }
.haltertopbar a:hover 	{ color:var(--gelb); }
img.iconsquick 			{ width: 23px; height: auto; filter: brightness(3000%) saturate(0); }
.haltertopbar a:hover img.iconsquick, 
.haltertopbar button:hover img.iconsquick { filter: none; }

img.icons-fuss, 
img.icons-fuss2 { width: 34px; height: auto; float: none; margin-bottom: 12px; }
.halter-text-fuss { float: none; padding-left: 0px; }

.topstand 	{ padding-top: 0px; }
.topphone 	{ padding-top: 0px; }
.topmail 	{ padding-top: 0px; }

.nursuche.form-control 				{ height: 30px; padding: 2px 8px; font-size: 12px; 
									-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); 
									box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); }
.nursuche.form-control:focus 		{ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.045), 0 0 8px rgba(175, 175, 175, .6); 
									box-shadow: inset 0 1px 1px rgba(0,0,0,.045), 0 0 8px rgba(175, 175, 175, .6); } 
.nursuche.btn 						{ padding: 8px 14px; font-size: 14px; line-height: 14px; }
.nursuche.input-group { width: 100%; }


      



/* Kleine Geräte (Tablets, 768px und breiter (col-sm-)) */
@media (min-width: 768px) { 
.nullpadding2 { padding: 0px 15px 0px 15px; }
.btnwidth { margin: 0px 15px 0px 0px; width: auto; }

/* FullHeight-Techniken topLeft, top, top,Right */
.fullheight { position: absolute; height: 100%; }

body, td, p, .n, blockquote 	{ font-size: 16px; line-height: 22px; }
.hiddenakt { height: 70px; } /* DotDotDot */

H1 { font-size: 44px; line-height: 44px; }
H2 { font-size: 28px; line-height: 28px; }
H3 { font-size: 22px; line-height: 26px; }

span.looksh1 		{ font-size: 44px; line-height: 44px; }
span.looksh2 		{ font-size: 28px; line-height: 28px; }
span.looksh3 		{ font-size: 22px; line-height: 26px; }

.col-sm-pullx-6 .pullpad 		{ padding: 0px 0px 0px 30px; }
.col-sm-pull-6 .pullpad 		{ padding: 0px 30px 0px 0px; }

.breaker { display: block; }

.box h1, .box h2, .box h3, .linkbox h1, .linkbox h2, .linkbox h3 { font-size: 22px; line-height: 26px; }
.box, .boxpadding			{ padding: 35px 30px 70px 30px; font-size: 16px; line-height: 22px; }
.box::before, 
.boxpadding::before 		{ left: 30px; bottom: 30px; width: 26px; height: 16px; }

.sliderlinks 		{ text-align: left; }
.sliderrechts 		{ text-align: right; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 90px; padding-bottom: 60px; padding-left: 15px; padding-right: 15px; }
.con-bilder 		{ padding-top: 90px; padding-bottom: 60px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 70px; padding-bottom: 40px; padding-left: 15px; padding-right: 15px; }
.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.headline 		{ font-size: 14px; line-height: 18px; }
span.gross	 		{ font-size: 18px; line-height: 24px; }
span.mittel 		{ font-size: 15px; line-height: 20px; }
span.klein 			{ font-size: 14px; line-height: 18px; }

.breadcrumb 		{ font-size: 13px; line-height: 15px; }
a.breadcrumb 		{ font-size: 13px; line-height: 15px; }
span.fussbig 		{ font-size: 26px; line-height: 28px; }
span.fusszeile 		{ font-size: 16px; line-height: 22px; }
a.fusszeile 		{ font-size: 16px; line-height: 22px; }
span.topic 			{ font-size: calc(40px + (60 - 40) * ((100vw - 768px) / (992 - 768))); line-height: 1.0; }
span.topic2 		{ font-size: calc(20px + (32 - 20) * ((100vw - 768px) / (992 - 768))); line-height: 1.0; }

.small 				{ font-size: 14px; line-height: 14px; }
a.small 			{ font-size: 14px; line-height: 14px; }

a 					{ font-size: 16px; }
.binner				{ height: 16px; } /* lbottom height */
a.button > .btn, 
a.buttonical > .btn	{ font-size: 13px; padding: 13px 21px; }
.bbutton, 
.bbuttonical		{ height: 46px; } /* lbottom height */

.innerlink 							{ width: 18px; height: auto; margin-right: 5px; margin-top: -5px; }
a.button > .btn .innerlink 			{ margin-left: 8px; margin-right: 0px; margin-top: -4px; }

input.button 		{ font-size: 13px; padding: 13px 21px; }

.btnsort         	{ font-size: 13px; padding: 13px 21px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 22px; line-height: 26px; padding: 18px 15px 18px 0px; }
i.klappen 			{ padding: 0px 25px; }
.klappboxpadding 	{ padding: 30px 15px 0px 46px; }

input, select, textarea { font-size: 17px; }
#mitteilung 		{ height: 232px; }

.logo img { width: 100%; max-width: 170px; height: auto; padding-top: 30px; padding-bottom: 30px; }

.haltertopbar a 		{ font-family: 'Roboto Condensed',tahoma,arial; font-size: 13px; margin: 0 8px; display: inline-block; font-weight: 400; text-transform: uppercase; letter-spacing: 0.02em; }
img.iconsquick 			{ width: 20px; height: auto; margin-top: -4px; margin-right: 12px; }

img.icons-fuss, 
img.icons-fuss2 { width: 32px; height: auto; float: left; margin-bottom: 40px; }
img.icons-fuss2 { margin-bottom: 0px; }
.halter-text-fuss { float: left; padding-left: 20px; }

.topstand 	{ padding-top: 0px; }
.topphone 	{ padding-top: 4px; }
.topmail 	{ padding-top: 1px; }

.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) {
body, td, p, .n, blockquote 	{ font-size: 17px; line-height: 24px; }
.hiddenakt { height: 80px; } /* DotDotDot */

H1 { font-size: 48px; line-height: 48px; }
H2 { font-size: 32px; line-height: 32px; }
H3 { font-size: 24px; line-height: 28px; }

span.looksh1 		{ font-size: 48px; line-height: 48px; }
span.looksh2 		{ font-size: 32px; line-height: 32px; }
span.looksh3 		{ font-size: 24px; line-height: 28px; }

.box h1, .box h2, .box h3, .linkbox h1, .linkbox h2, .linkbox h3 { font-size: 24px; line-height: 28px; }
.box, .boxpadding			{ padding: 40px 35px 75px 35px; font-size: 17px; line-height: 24px; }
.box::before, 
.boxpadding::before 		{ left: 35px; bottom: 35px; width: 28px; height: 17px; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop, 
.con-bilder			{ padding-top: 100px; padding-bottom: 70px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 75px; padding-bottom: 45px; }
.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: 0px; }

span.headline 		{ font-size: 16px; line-height: 20px; }
span.gross	 		{ font-size: 19px; line-height: 26px; }
span.mittel 		{ font-size: 16px; line-height: 22px; }
span.klein 			{ font-size: 15px; line-height: 20px; }

.breadcrumb 		{ font-size: 13px; line-height: 15px; }
a.breadcrumb 		{ font-size: 13px; line-height: 15px; }
span.fussbig 		{ font-size: 29px; line-height: 31px; }
span.fusszeile 		{ font-size: 17px; line-height: 24px; }
a.fusszeile 		{ font-size: 17px; line-height: 24px; }
span.topic 			{ font-size: calc(60px + (80 - 60) * ((100vw - 992px) / (1200 - 992))); line-height: 1.0; }
span.topic2 		{ font-size: calc(32px + (44 - 32) * ((100vw - 992px) / (1200 - 992))); line-height: 1.0; }

.small 				{ font-size: 15px; line-height: 15px; }
a.small 			{ font-size: 15px; line-height: 15px; }

a 					{ font-size: 17px; }
.binner				{ height: 17px; } /* lbottom height */
a.button > .btn, 
a.buttonical > .btn	{ font-size: 14px; padding: 14px 23px; }
.bbutton, 
.bbuttonical		{ height: 49px; } /* lbottom height */

.innerlink 							{ width: 19px; height: auto; margin-right: 5px; margin-top: -5px; }
a.button > .btn .innerlink 			{ margin-left: 9px; margin-right: 0px; margin-top: -4px; }

input.button 		{ font-size: 14px; padding: 14px 23px; }

.btnsort         	{ font-size: 14px; padding: 14px 23px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 23px; line-height: 27px; padding: 22px 15px 22px 0px; }
i.klappen 			{ padding: 0px 25px; }
.klappboxpadding 	{ padding: 30px 15px 0px 46px; }

input, select, textarea { font-size: 17px; }
#mitteilung 		{ height: 248px; }

.logo img { width: 100%; max-width: 190px; height: auto; padding-top: 30px; padding-bottom: 30px; }

.haltertopbar a 		{ font-size: 14px; margin: 0 9px; }
img.iconsquick 			{ width: 23px; height: auto; margin-top: -4px; margin-right: 12px; }

img.icons-fuss, 
img.icons-fuss2 { width: 35px; height: auto; margin-bottom: 45px; }
img.icons-fuss2 { margin-bottom: 0px; }
.halter-text-fuss { float: left; padding-left: 25px; }

.topstand 	{ padding-top: 0px; }
.topphone 	{ padding-top: 5px; }
.topmail 	{ padding-top: 1px; }

.nursuche.form-control { height: 30px; padding: 2px 8px; font-size: 12px; }
.nursuche.btn { padding: 8px 14px; font-size: 14px; line-height: 14px; }
.nursuche.input-group { width: 100%; }
}



/* Große Geräte (Desktop-PCs, 1200px und breiter (col-lg-)) */
@media (min-width: 1200px) { 
body, td, p, .n, blockquote 	{ font-size: 18px; line-height: 26px; }
.hiddenakt { height: 90px; } /* DotDotDot */

H1 { font-size: 52px; line-height: 52px; }
H2 { font-size: 36px; line-height: 36px; }
H3 { font-size: 26px; line-height: 30px; }

span.looksh1 		{ font-size: 52px; line-height: 52px; }
span.looksh2 		{ font-size: 36px; line-height: 36px; }
span.looksh3 		{ font-size: 26px; line-height: 30px; }

.box h1, .box h2, .box h3, .linkbox h1, .linkbox h2, .linkbox h3 { font-size: 26px; line-height: 30px; }
.box, .boxpadding			{ padding: 45px 40px 80px 40px; font-size: 18px; line-height: 26px; }
.box::before, 
.boxpadding::before 		{ left: 40px; bottom: 40px; width: 30px; height: 19px; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop, 
.con-bilder			{ padding-top: 110px; padding-bottom: 80px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 80px; padding-bottom: 50px; }
.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: 0px; }

span.headline 		{ font-size: 18px; line-height: 22px; }
span.gross	 		{ font-size: 20px; line-height: 28px; }
span.mittel 		{ font-size: 17px; line-height: 24px; }
span.klein 			{ font-size: 16px; line-height: 22px; }

.breadcrumb 		{ font-size: 13px; line-height: 15px; }
a.breadcrumb 		{ font-size: 13px; line-height: 15px; }
span.fussbig 		{ font-size: 32px; line-height: 34px; }
span.fusszeile 		{ font-size: 18px; line-height: 26px; }
a.fusszeile 		{ font-size: 18px; line-height: 26px; }
span.topic 			{ font-size: calc(80px + (100 - 80) * ((100vw - 1200px) / (1920 - 1200))); }
span.topic2 		{ font-size: calc(44px + (56 - 44) * ((100vw - 1200px) / (1920 - 1200))); }

.small 				{ font-size: 16px; line-height: 16px; }
a.small 			{ font-size: 16px; line-height: 16px; }

a 					{ font-size: 18px; }
.binner				{ height: 18px; } /* lbottom height */
a.button > .btn, 
a.buttonical > .btn	{ font-size: 15px; padding: 15px 25px; }
.bbutton, 
.bbuttonical		{ height: 52px; } /* lbottom height */

.innerlink 							{ width: 20px; height: auto; margin-right: 5px; margin-top: -5px; }
a.button > .btn .innerlink 			{ margin-left: 10px; margin-right: 0px; margin-top: -4px; }

input.button 		{ font-size: 15px; padding: 15px 25px; }

.btnsort         	{ font-size: 15px; padding: 15px 25px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 24px; line-height: 28px; padding: 25px 15px 25px 0px; }
i.klappen 			{ padding: 0px 30px; }
.klappboxpadding 	{ padding: 30px 15px 0px 57px; }

input, select, textarea { font-size: 18px; }
#mitteilung 		{ height: 260px; }

.logo img { width: 100%; max-width: 200px; height: auto; padding-top: 30px; padding-bottom: 30px; }

.haltertopbar a 		{ font-size: 15px; margin: 0 10px; }
img.iconsquick 			{ width: 26px; height: auto; margin-top: -4px; margin-right: 12px; }

img.icons-fuss, 
img.icons-fuss2 { width: 37px; height: auto; margin-bottom: 50px; }
img.icons-fuss2 { margin-bottom: 0px; }
.halter-text-fuss { padding-left: 30px; }

.topstand 	{ padding-top: 0px; }
.topphone 	{ padding-top: 5px; }
.topmail 	{ padding-top: 1px; }

.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%; }
}