b, strong { font-family: 'FuturaPTDemi',arial,tahoma; font-weight: normal; }

.visible 	{ visibility: visible; transition:visibility 0.3s linear, opacity 0.3s linear; }
.invisible 	{ visibility: hidden; opacity:0; }

a.inner[href$= ".pdf"]:before { font-family: IcoFont; content: "\eb1e"; padding-right: 6px; font-size: 50px; line-height: 1.2; vertical-align: middle; font-weight: 400; }
a.inner[href$= ".doc"]:before { font-family: IcoFont; content: "\eb2f"; padding-right: 6px; font-size: 50px; line-height: 1.2; vertical-align: middle; font-weight: 400; }
a.inner[href$= ".docx"]:before { font-family: IcoFont; content: "\eb2f"; padding-right: 6px; font-size: 50px; line-height: 1.2; vertical-align: middle; font-weight: 400; }
a.inner[href$= ".xls"]:before { font-family: IcoFont; content: "\eb10"; padding-right: 6px; font-size: 50px; line-height: 1.2; vertical-align: middle; font-weight: 400; }
a.inner[href$= ".xlsx"]:before { font-family: IcoFont; content: "\eb10"; padding-right: 6px; font-size: 50px; line-height: 1.2; vertical-align: middle; font-weight: 400; }

.download a.inner 		{ display: flex; align-items: center; }
.download a.inner i		{ display: none; }
.download:first-of-type { border-top: 0px solid transparent; padding: 12px 0px; }
.download 				{ border-top: 1px solid #7fccc9; padding: 12px 0px; }
@media (min-width: 992px) {
.download { border-top: 0px solid transparent; padding: 12px 0px; }
}

.border-pullpush		{ border-top: 5px solid #FFFFFF; border-bottom: 5px solid #FFFFFF; }

.border-grab 			{ border-top: 2px solid #FFFFFF; border-bottom: 2px solid #FFFFFF; border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; }
.border-grab-pic		{ border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; }

.table-striped > tbody > tr:nth-of-type(odd) { background-color: #FFFFFF; }
.table-striped > tbody > tr:nth-of-type(even) { background-color: #FFFFFF; }
.table-striped > tbody > tr > th { border-top: 0px solid transparent; }

.table-striped>tbody>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #009A93; }

ol.number 				{ display: block; padding: 0 0 0 28px; list-style: none; background: transparent; overflow: hidden; counter-reset: numList; }
ol.number li 			{ float: left; position: relative; padding-bottom: 10px; width: 100%; }
ol.number li:before 	{ counter-increment: numList; content: counter(numList); float: left; position: absolute; left: -28px; top: 3px; font-size: 12px; text-align: center; color: #333333; line-height: 19px; width: 20px; height: 20px; border: 1px solid #333333; -moz-border-radius: 999px; border-radius: 999px; }


@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; }
}

@media (min-width: 768px) { 
#burgernav > .navbar { width: 100%; }
#burgernav .navbar-nav { display: flex; align-items: flex-start; flex-wrap: wrap; width: 100%; padding-top: 0px; padding-bottom: 0px; text-align: center; }
#burgernav .dropdown-menu { display: block; position: relative; min-width: 100%; text-align: left; }
#burgernav .dropdown-submenu .dropdown-menu { left: 0; }

.modalburger { position: fixed; background-color: rgba(113, 114, 117, 1.0); top: 0; left: 0; width: 100%; height: 100%; overflow: auto; display: none; z-index: 9999; }
.modal-inner { height: 100%; }
.modal-inner > .row-flex.box-pack-middle { height: 100%; }

.column-xs-2 ul.arrow.firstline, .column-xs-3 ul.arrow.firstline, .column-xs-4 ul.arrow.firstline, 
.column-sm-2 ul.arrow.firstline, .column-sm-3 ul.arrow.firstline, .column-sm-4 ul.arrow.firstline, 
.column-md-2 ul.arrow.firstline, .column-md-3 ul.arrow.firstline, .column-md-4 ul.arrow.firstline,
.column-lg-2 ul.arrow.firstline, .column-lg-3 ul.arrow.firstline, .column-lg-4 ul.arrow.firstline { margin: 0px; }


/* Placed on the body while a modal is open to prevent scrolling. */
.showing-modal { overflow: hidden; }
}

/* 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;
}

/* Farbverhalten CONTAINER und COLS etc. */
.coloring { background-color: #FFFFFF; }
.coloring2 { background-color: #F0F0F0; }

.coloring3 { background-color: #717275; }
@media (min-width: 768px) { 
.coloring3 { background-image: url(../design/bg_coloring3.png); background-position: center center; background-repeat: none; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; }
}

.coloring-grey { background-color: #F0F0F0; }
.coloring-white { background-color: #FFFFFF; }

.scroll-top-wrapper { /* TO-TOP-BUTTON | nur in DESKTOP Ansicht sichtbar*/
		position: fixed;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		text-align: center;
		z-index: 100;
		background-color: #009A93;
		color: #FFFFFF;
		width: 44px;
		height: 44px;
		line-height: 44px;
		right: 20px;
		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: #FFFFFF; color: #009A93;}
.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); }

.kachelpadder1 		{ padding-left: 13px; padding-right: 13px; }
.kachelpadder2 		{ padding: 2px; }

/* MOGLICHE BOXMODELLE */
.box { width: 100%; background-color: #F0F0F0; text-align: left; position: relative; padding: 0px; border: 1px solid #717275; }
.box:hover { background-color: #F0F0F0; }

.box-produkt { width: 100%; background-color: #FFFFFF; text-align: center; position: relative; padding: 30px; border: 1px solid #CCCCCC; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.box-produkt:hover { border: 1px solid #009A93; }

.box-header { width: 100%; position: relative; text-align: center; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.box-header-grau  {background-color: #717275;}
.box-header-gruen  {background-color: #009A93;}
.box-header-hell  {background-color: #F0F0F0;}
.box-header-dark  {background-color: #4A4A49;}

.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 = 25); -ms-filter: alpha(opacity = 25); opacity: .25; background-color: #000000; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.bildtext { z-index: 3; position: absolute; width: 100%; height: 100%; left: 0; padding-left: 20px; padding-top: 20px; padding-right: 20px; }
.bildtext:hover + .bild { filter: alpha(opacity = 50); -ms-filter: alpha(opacity = 50); opacity: .5; }

.teamtext { clear: both; position: relative; width: 100%; padding: 10px; background: rgba(113,114,117,1.0); }
@media (min-width: 768px) { 
.teamtext { z-index: 2; position: absolute; height: 100%; padding: 20px 20px 0px 20px; left: 0; top: 0; background: rgba(113,114,117,0.7); visibility: hidden; opacity: 0; -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; }
.teamhalter:hover .teamtext { visibility: visible; opacity: 1; }
}

/* 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; margin-bottom: 3px; }
.klappboxhead 		{ background-color: #CAE7E6; border-radius: 0px; border-bottom: 0px solid transparent; width: 100%; }
.klappboxhead:hover, 
.klappboxhead.active { background-color: #009A93; }
.klappboxhead:hover a.klappboxlink, .klappboxhead:hover i.klappen, 
.klappboxhead.active a.klappboxlink, .klappboxhead.active i.klappen { color: #FFFFFF; }
.klappboxbody		{ background-color: #FFFFFF; overflow: hidden; }

/* Vanilla ALLGEMEIN */
.tabs__content { 	box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.2); 
					-webkit-box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.2); 
					-moz-box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.2); }
.tabs__content_wrapper_pad { padding: 30px; background-color: transparent; }

/* Vanilla ICON Accordion */
#tabs-a .tabs__nav_link:after, 
#tabs-a .tabs__nav_link.is__active:after, 
#tabs-h.is__responsive .tabs__nav_link:after, 
#tabs-v.is__responsive .tabs__nav_link:after { font-family: 'IcoFont'; content: '\ea86'; color: #FFFFFF; font-size: 36px; font-weight: 400; vertical-align: middle; float: right; -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; }
#tabs-a .tabs__nav_link.is__active:after, 
#tabs-h.is__responsive .tabs__nav_link.is__active:after, 
#tabs-v.is__responsive .tabs__nav_link.is__active:after { transform:rotate(180deg); -ms-transform:rotate(180deg); -webkit-transform:rotate(180deg); }

/* Vanilla a.background-inactiv */
.tabs.style__horizontal .tabs__nav .tabs__nav_link, 
.tabs.style__vertical .tabs__nav .tabs__nav_link, 
.tabs.style__accordion .tabs__nav_link, .tabs.is__responsive .tabs__nav_link, .tabs.style__accordion .tabs__content .tabs__nav_link, 
.tabs.is__responsive .tabs__content .tabs__nav_link { border: 0px solid #ccc; background-color: #008337; }

/* Vanilla a.background-activ */
.tabs.style__horizontal .tabs__nav .tabs__nav_link.is__active, 
.tabs.style__vertical .tabs__nav .tabs__nav_link.is__active, 
.tabs.style__accordion .tabs__nav_link.is__active, .tabs.is__responsive .tabs__nav_link.is__active { background-color: #e40513; }

/* Vanilla background */
.tabs.style__horizontal .tabs__content.is__active, 
.tabs.style__vertical .tabs__content.is__active, 
.tabs.style__accordion .tabs__content, .tabs.is__responsive .tabs__content {
	border: 0px solid #ccc;
	padding: 0px;
	background-color: transparent; }

/* Vanilla TABS Horizontal */
.tabs.style__horizontal .tabs__nav .tabs__nav_link:first-of-type { margin-left: 0px; }
.tabs.style__horizontal .tabs__nav .tabs__nav_link:last-of-type { margin-right: 0px; }
.tabs.style__horizontal .tabs__nav .tabs__nav_link {
	border-bottom: 0px;
	margin: 0px 3px;
	padding: 10px 20px; }
.tabs.style__horizontal .tabs__nav .tabs__nav_link.is__active {	flex: auto; /* none für nicht fullwidth  */ }
	
/* Vanilla TABS Vertical */
@media (min-width: 768px) { 
.tabs.style__vertical { align-items: stretch; /* flex-start für individuelle height */ }
.tabs.style__vertical .tabs__nav { flex: 0 0 25%; }
.tabs.style__vertical .tabs__content.is__active { margin-left: 30px; }
}
.tabs.style__vertical .tabs__nav .tabs__nav_link:first-of-type { margin-top: 0px; }
.tabs.style__vertical .tabs__nav .tabs__nav_link:last-of-type { margin-bottom: 0px; }
.tabs.style__vertical .tabs__nav .tabs__nav_link {
	margin: 10px 0px;
	padding: 20px 10px; }
	
/* Vanilla TABS Accordion */
.tabs.style__accordion .tabs__nav_link, .tabs.is__responsive .tabs__nav_link, .tabs.style__accordion .tabs__content .tabs__nav_link, 
.tabs.is__responsive .tabs__content .tabs__nav_link { padding: 15px 15px; text-align: left; overflow: hidden; }
.tabs.style__accordion .tabs__content, .tabs.is__responsive .tabs__content { margin: 0 0 10px 0; }

/* 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; }

.facebook:hover.glyphheight { color: #3b5998; }
.instagram:hover.glyphheight { color: #111111; }
.youtube:hover.glyphheight { color: #f80000; }

.haltericons:hover .auto, 
.haltericons:hover .pferd, 
.haltericons:hover .baum, 
.haltericons:hover .ball { filter: brightness(0%) grayscale(100%) invert(1.0); }
.haltericons:hover .leistungen { color: #FFFFFF; }

.glyphclose { color: #009a93; -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; }
.glyphclose:hover { color: #FFFFFF; }







/* Extra-kleine Geräte (Smartphones, weniger als 768px (col-xs-)) */
/* Kein Media-Query, weil dies der Standard in Bootstrap ist */
#site-navigation 					{ position: fixed; z-index: 9999; }
#site-navigation ul					{ margin: 0px; padding: 0px; }

#site-navigation li					{ background-color: #009A93; margin: 2px 0px; list-style: none; }

#site-navigation li 		{ 	position:relative; 
								right:0; 
								-webkit-transition:all 150ms cubic-bezier(.95,.05,.795,.035); 
								-moz-transition:all 150ms cubic-bezier(.95,.05,.795,.035); 
								-o-transition:all 150ms cubic-bezier(.95,.05,.795,.035); 
								transition:all 150ms cubic-bezier(.95,.05,.795,.035); 
								-webkit-transition-timing-function:cubic-bezier(.95,.05,.795,.035); 
								-moz-transition-timing-function:cubic-bezier(.95,.05,.795,.035); 
								-o-transition-timing-function:cubic-bezier(.95,.05,.795,.035); 
								transition-timing-function:cubic-bezier(.95,.05,.795,.035); }

.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: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
	z-index: 1; position: relative; top: 0; right: 0; bottom: 0; left: 0; height: 300px; }
.fullheightleft 	{ background-position: left top; }
.fullheightright 	{ background-position: right top; }
.fullheighttop 		{ background-position: top; }

ul.dots 			{ list-style-type: square; padding: 0px; margin: 10px 0px 30px 30px; }
ul.dots li			{ padding: 0px 0px 7.5px 0px; page-break-inside: avoid; -webkit-column-break-inside: avoid; break-inside: avoid; }

body, td, p, .n, blockquote 	{ font-size: 17px; line-height: 24px; }

H1 { font-size: 28px; line-height: 34px; font-weight: normal; text-transform: none; }
H2 { font-size: 28px; line-height: 34px; font-weight: normal; text-transform: none; }
H3 { font-size: 25px; line-height: 31px; font-weight: normal; text-transform: none; }
H4 { font-size: 22px; line-height: 28px; font-weight: normal; text-transform: none; }

span.looksh1 		{ font-size: 28px; line-height: 34px; font-weight: normal; text-transform: none; }
span.looksh2 		{ font-size: 28px; line-height: 34px; font-weight: normal; text-transform: none; }
span.looksh3 		{ font-size: 25px; line-height: 31px; font-weight: normal; text-transform: none; }
span.looksh4 		{ font-size: 22px; line-height: 28px; font-weight: normal; text-transform: none; }

#site-navigation				{ bottom: 134px; right: -121px; width: auto; }
#site-navigation li a.sitenav	{ display: flex; align-items: center; color:#FFFFFF; font-family: 'FuturaPTBook',arial,tahoma; font-size: 13px; line-height: 17px; letter-spacing: 0; text-transform: none; font-weight: normal; }
#site-navigation li 			{ padding: 0px 15px 0px 0px; }
img.icon-sitenav 				{ width: 26px; height: auto; margin: 11px; }

a.inner[href$= ".pdf"]:before, a.inner[href$= ".doc"]:before, a.inner[href$= ".docx"]:before, a.inner[href$= ".xls"]:before, a.inner[href$= ".xlsx"]:before { font-size: 34px; }
.col-auto 			{ width: 100%; float: left; position: relative; text-align: center; min-height: 1px; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; }

.box-header			{ padding: 20px 15px; }
.box-pull-push		{ padding: 60px 7%; }
.box-pad 			{ padding: 20px; border-top: 2px solid #717275; }
.balken-beratung 	{ padding-top: 50px; padding-bottom: 20px; background-color: #009A93; }
a.linkbig	 		{ font-size: 22px; line-height: 22px; font-weight: normal; text-transform: none; }

.table-striped>tbody>tr>th, .table-striped>tbody>tr>td { font-size: 12px; }
.zeiten 			{ margin: 0 auto; }

img.language-icon 	{ width: 26px; height: auto; }

.totop 				{ padding-top: 60px; padding-bottom: 30px; }
.linktop 			{ padding-top: 26px; }
.searchtop 			{ padding-top: 25px; }
.footer 			{ padding-top: 40px; padding-bottom: 10px; background-color: #717275; }
.footer2 			{ padding-top: 70px; padding-bottom: 10px; background-image: url(../design/bg_fuss.svg); background-repeat: no-repeat; background-position: bottom 0px right 0px; background-size: 275px auto; }
.footer3 			{ padding-top: 30px; padding-bottom: 0px; background-color: #009A93; }
.glyphheight 		{ font-size: 45px; margin: 0px 7.5px 0px 7.5px; color: #009A93; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.resheight 			{ font-size: 28px; color: #9D9D9C; }
.googlemaps			{ height: 300px; }
.googlemaps2		{ height: 200px; }
.bgtotop 			{ padding-top: 170px; padding-bottom: 110px; }
.bgtotop2 			{ padding-top: 80px; padding-bottom: 50px; }
.headerheight 		{ height: 0px; }

span.window 		{ font-size: 18px; line-height: 18px; text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.93); }
span.headline 		{ font-size: 22px; line-height: 28px; }
span.gross	 		{ font-size: 22px; line-height: 30px; }
span.mittel 		{ font-size: 16px; line-height: 22px; }
span.klein 			{ font-size: 15px; line-height: 21px; }

span.fussbig 		{ font-size: 20px; line-height: 26px; font-weight: normal; text-transform: none; }
span.fusszeile 		{ font-size: 15px; line-height: 21px; font-weight: normal; text-transform: none; }
a.fusszeile 		{ font-size: 15px; line-height: 21px; font-weight: normal; text-transform: none; }

.leistungen			{ font-size: 17px; line-height: 17px; font-weight: normal; }
.small 				{ font-size: 14px; line-height: 14px; font-weight: normal; }
a.small 			{ font-size: 14px; line-height: 14px; font-weight: normal; }

a 					{ font-size: 17px; font-weight: normal; text-transform: none; }
.binner				{ height: 17px; } /* lbottom height */
a.inner2			{ font-size: 18px; font-weight: normal; display: block; margin: 0px 0px 20px 0px; text-transform: none; }
.binner2			{ height: 18px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn { font-size: 15px; padding: 13px 20px; font-weight: normal; text-transform: uppercase; }
.bbutton, 
.bbuttonical		{ height: 49px; } /* lbottom height */

input.button 		{ font-size: 15px; padding: 13px 20px; font-weight: normal; text-transform: uppercase; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 16px; line-height: 22px; padding: 15px 70px 15px 20px; font-weight: normal; text-transform: none; }
i.klappen 			{ padding: 0px 20px; color: #FFFFFF; }
.halterklappen 		{ background-color: #009A93; position: absolute; right: 0; top: 0; bottom: 0; display: flex; justify-content: center; align-items: center; align-self: flex-start; }
.klappboxpadding 	{ padding: 20px 5px; }

input, select, textarea { font-size: 16px; }

#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: 190px; height: auto; padding-top: 18px; padding-bottom: 18px; }

img.logo-fuss { width: 250px; height: auto; margin-bottom: 40px; }
img.icon-fuss { width: 45px; height: auto; float: none; margin: 0px auto 15px auto; display: block; clear: left; }
.halter-fuss { float: none; width: auto; margin-bottom: 30px; }

img.icons { width: 32px; height: auto; margin: 0 auto 15px auto; display: block; }

img.auto { width: 65px; height: auto; margin: 20px auto 15px auto; display: block; }
img.pferd { width: 59px; height: auto; margin: 0px auto 15px auto; display: block; }
img.baum { width: 63px; height: auto; margin: 0px auto 15px auto; display: block; }
img.ball { width: 50px; height: auto; margin: 12px auto 15px auto; display: block; }

.nursuche.form-control 				{ height: 31px; padding: 0px 8px; font-size: 13px; 
									-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: 17px; line-height: 24px; }
.hiddenakt { height: 70px; } /* DotDotDot */

H1 { font-size: 30px; line-height: 36px; }
H2 { font-size: 30px; line-height: 36px; }
H3 { font-size: 27px; line-height: 33px; }
H4 { font-size: 24px; line-height: 30px; }

span.looksh1 		{ font-size: 30px; line-height: 37px; }
span.looksh2 		{ font-size: 30px; line-height: 37px; }
span.looksh3 		{ font-size: 27px; line-height: 33px; }
span.looksh4 		{ font-size: 24px; line-height: 30px; }

#site-navigation				{ top: 50%; margin-top: -52px; right: -129px; }
#site-navigation li a.sitenav	{ font-size: 14px; line-height: 18px; }
#site-navigation li:hover, 
#site-navigation li:focus 		{ right: 129px; }
#site-navigation li 			{ padding: 0px 15px 0px 0px; }
img.icon-sitenav 				{ width: 26px; height: auto; margin: 11px; }

a.inner[href$= ".pdf"]:before, a.inner[href$= ".doc"]:before, a.inner[href$= ".docx"]:before, a.inner[href$= ".xls"]:before, a.inner[href$= ".xlsx"]:before { font-size: 34px; }
.col-auto 			{ width: auto; float: left; position: relative; text-align: left; min-height: 1px; padding-right: 15px; padding-left: 15px; padding-bottom: 0px; }

.box-header			{ padding: 15px 35px; }
.box-pull-push		{ padding: 60px 7%; }
.box-pad 			{ padding: 30px; }
.balken-beratung 	{ padding-top: 40px; padding-bottom: 10px; }
a.linkbig	 		{ font-size: 24px; line-height: 24px; }

.table-striped>tbody>tr>th, .table-striped>tbody>tr>td { font-size: 14px; }
.zeiten 			{ margin: 0 0; }

img.burger-icon 	{ width: 65px; height: auto; margin-top: 25px; margin-right: 20px; }
.search-icon 		{ font-size: 14px; color: #9D9D9C; }
.search-div 		{ margin-top: 11px; margin-right: 20px; }
.search-width 		{ width: 160px; margin-top: 6px; }
img.language-icon 	{ width: 18px; height: auto; margin-top: 18px; margin-right: 20px; }
img.company-icon 	{ width: 96px; height: auto; margin-top: 18px; margin-right: 20px; }
.nursuche.form-control { font-size: 13px; }
.modalburger		{ background-image: url(../design/bg_burger.svg); background-position: center center; background-repeat: none; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; }
#burgernav .navbar-nav { padding-left: 2%; padding-right: 2%; }
.closer 			{ margin-top: 30px; margin-right: 30px; }

.totop 				{ padding-top: 80px; padding-bottom: 50px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 40px; padding-bottom: 10px; }
.footer2 			{ padding-top: 70px; padding-bottom: 10px; background-position: bottom 0px right 0px; background-size: 320px auto; }
.footer3 			{ padding-top: 30px; padding-bottom: 0px; }
.glyphheight 		{ font-size: 40px; margin: 0px 15px 0px 0px; }
.glyphclose 		{ font-size: 45px; cursor: pointer; }
.googlemaps			{ height: 300px; }
.googlemaps2		{ height: 200px; }
.bgtotop 			{ padding-top: 170px; padding-bottom: 110px; }
.bgtotop2 			{ padding-top: 80px; padding-bottom: 50px; }
.headerheight 		{ height: 93px; }
/* #content 			{ padding-top: 44px; } menu height */
.shadow 			{ top: 72px; } /* shrinkmenu height */

span.window 		{ font-size: 16px; line-height: 16px; }
span.headline 		{ font-size: 25px; line-height: 31px; }
span.gross	 		{ font-size: 22px; line-height: 30px; }
span.mittel 		{ font-size: 16px; line-height: 22px; }
span.klein 			{ font-size: 15px; line-height: 21px; }

span.fussbig 		{ font-size: 19px; line-height: 25px; }
span.fusszeile 		{ font-size: 14px; line-height: 20px; }
a.fusszeile 		{ font-size: 14px; line-height: 20px; }

.leistungen			{ font-size: 19px; line-height: 19px; }
.small 				{ font-size: 14px; line-height: 14px; }
a.small 			{ font-size: 14px; line-height: 14px; }

a 					{ font-size: 17px; }
.binner				{ height: 17px; } /* lbottom height */
a.inner2			{ font-size: 18px; display: inline-block; margin: 10px 10px 10px 10px; }
.binner2			{ height: 18px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn { font-size: 15px; padding: 13px 20px; }
.bbutton, 
.bbuttonical		{ height: 49px; } /* lbottom height */

input.button 		{ font-size: 15px; padding: 13px 20px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 16px; line-height: 22px; padding: 16px 85px 16px 26px; }
i.klappen 			{ padding: 0px 26px; }
.klappboxpadding 	{ padding: 26px 11px; }

input, select, textarea { font-size: 16px; }

.logo img { width: 100%; max-width: 195px; height: auto; padding-top: 32px; padding-bottom: 18px; }

img.logo-fuss { width: 200px; height: auto; margin-bottom: 40px; }
img.icon-fuss { width: 45px; height: auto; float: left; margin: 0px 17px 0 0; display: none; clear: left; }
.halter-fuss { float: left; width: auto; margin-bottom: 30px; }

img.icons { width: 32px; height: auto; margin: 0 auto 15px auto; display: block; }

img.auto { width: 65px; height: auto; margin: 20px auto 10px auto; display: block; }
img.pferd { width: 59px; height: auto; margin: 0px auto 10px auto; display: block; }
img.baum { width: 63px; height: auto; margin: 5px auto 10px auto; display: block; }
img.ball { width: 50px; height: auto; margin: 17px auto 10px auto; display: block; }
}



/* Mittlere Geräte (Desktop-PCs, 992px und breiter (col-md-)) */
@media (min-width: 992px) {
body, td, p, .n, blockquote 	{ font-size: 18px; line-height: 26px; }
.hiddenakt { height: 80px; } /* DotDotDot */

H1 { font-size: 31px; line-height: 37px; }
H2 { font-size: 31px; line-height: 37px; }
H3 { font-size: 28px; line-height: 34px; }
H4 { font-size: 25px; line-height: 31px; }

span.looksh1 		{ font-size: 31px; line-height: 37px; }
span.looksh2 		{ font-size: 31px; line-height: 37px; }
span.looksh3 		{ font-size: 28px; line-height: 34px; }
span.looksh4 		{ font-size: 25px; line-height: 31px; }

#site-navigation				{ margin-top: -58px; right: -141px; }
#site-navigation li a.sitenav	{ font-size: 15px; line-height: 19px; }
#site-navigation li:hover, 
#site-navigation li:focus 		{ right: 141px; }
#site-navigation li 			{ padding: 0px 20px 0px 0px; }
img.icon-sitenav 				{ width: 28px; height: auto; margin: 13px; }

a.inner[href$= ".pdf"]:before, a.inner[href$= ".doc"]:before, a.inner[href$= ".docx"]:before, a.inner[href$= ".xls"]:before, a.inner[href$= ".xlsx"]:before { font-size: 34px; }

.box-header			{ padding: 18px 38px; }
.box-pull-push		{ padding: 100px 11%; }
.box-pad 			{ padding: 25px; }
.balken-beratung 	{ padding-top: 50px; padding-bottom: 20px; }
a.linkbig	 		{ font-size: 27px; line-height: 27px; }

.table-striped>tbody>tr>th, .table-striped>tbody>tr>td { font-size: 16px; }

img.burger-icon 	{ width: 71px; height: auto; margin-top: 25px; margin-right: 20px; }
.search-icon 		{ font-size: 17px; color: #9D9D9C; }
.search-div 		{ margin-top: 11px; margin-right: 20px; }
.search-width 		{ width: 180px; margin-top: 6px; }
img.language-icon 	{ width: 18px; height: auto; margin-top: 19px; margin-right: 20px; }
img.company-icon 	{ width: 99px; height: auto; margin-top: 19px; margin-right: 20px; }
.nursuche.form-control { font-size: 14px; }
#burgernav .navbar-nav { padding-left: 5%; padding-right: 5%; }

.totop 				{ padding-top: 100px; padding-bottom: 70px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 50px; padding-bottom: 20px; }
.footer2 			{ padding-top: 90px; padding-bottom: 30px; background-position: bottom 0px right 0px; background-size: 400px auto; }
.footer3 			{ padding-top: 30px; padding-bottom: 0px; }
.glyphheight 		{ font-size: 45px; margin: 0px 15px 0px 0px; }
.glyphclose 		{ font-size: 60px; }
.googlemaps			{ height: 350px; }
.googlemaps2		{ height: 250px; }
.bgtotop 			{ padding-top: 200px; padding-bottom: 140px; }
.bgtotop2 			{ padding-top: 90px; padding-bottom: 60px; }
.headerheight 		{ height: 108px; }
/* #content 			{ padding-top: 54px; } menu height */
.shadow 			{ top: 80px; } /* shrinkmenu height */

span.window 		{ font-size: 22px; line-height: 22px; }
span.headline 		{ font-size: 27px; line-height: 34px; }
span.gross	 		{ font-size: 23px; line-height: 32px; }
span.mittel 		{ font-size: 17px; line-height: 24px; }
span.klein 			{ font-size: 16px; line-height: 23px; }

span.fussbig 		{ font-size: 20px; line-height: 26px; }
span.fusszeile 		{ font-size: 15px; line-height: 21px; }
a.fusszeile 		{ font-size: 15px; line-height: 21px; }

.leistungen			{ font-size: 20px; line-height: 20px; }
.small 				{ font-size: 15px; line-height: 15px; }
a.small 			{ font-size: 15px; line-height: 15px; }

a 					{ font-size: 18px; }
.binner				{ height: 18px; } /* lbottom height */
a.inner2			{ font-size: 19px; margin: 10px 15px 10px 15px; }
.binner2			{ height: 19px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn { font-size: 16px; padding: 13px 25px; }
.bbutton, 
.bbuttonical		{ height: 52px; } /* lbottom height */

input.button 		{ font-size: 16px; padding: 13px 25px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 17px; line-height: 24px; padding: 18px 95px 18px 28px; }
i.klappen 			{ padding: 0px 28px; }
.klappboxpadding 	{ padding: 28px 13px; }

input, select, textarea { font-size: 17px; }

.logo img { width: 100%; max-width: 260px; height: auto; padding-top: 30px; padding-bottom: 20px; }

img.logo-fuss { width: 270px; height: auto; margin-bottom: 65px; }
img.icon-fuss { width: 45px; height: auto; float: left; margin: 0px 17px 0 0; display: inline-block; clear: left; }
.halter-fuss { float: left; width: auto; margin-bottom: 30px; }

img.icons { width: 32px; height: auto; margin: -8px 17px 0 0; display: inline-block; }

img.auto { width: 68px; height: auto; margin: 23px auto 10px auto; display: block; }
img.pferd { width: 62px; height: auto; margin: 2px auto 10px auto; display: block; }
img.baum { width: 66px; height: auto; margin: 7px auto 10px auto; display: block; }
img.ball { width: 53px; height: auto; margin: 19px auto 10px auto; display: block; }
}



/* Große Geräte (Desktop-PCs, 1200px und breiter (col-lg-)) */
@media (min-width: 1200px) { 
body, td, p, .n, blockquote 	{ font-size: 19px; line-height: 28px; }
.hiddenakt { height: 90px; } /* DotDotDot */

H1 { font-size: 32px; line-height: 38px; }
H2 { font-size: 32px; line-height: 38px; }
H3 { font-size: 29px; line-height: 35px; }
H4 { font-size: 26px; line-height: 32px; }

span.looksh1 		{ font-size: 32px; line-height: 38px; }
span.looksh2 		{ font-size: 32px; line-height: 38px; }
span.looksh3 		{ font-size: 29px; line-height: 35px; }
span.looksh4 		{ font-size: 26px; line-height: 32px; }

#site-navigation				{ margin-top: -64px; right: -150px; }
#site-navigation li a.sitenav	{ font-size: 16px; line-height: 20px; }
#site-navigation li:hover, 
#site-navigation li:focus 		{ right: 150px; }
#site-navigation li 			{ padding: 0px 20px 0px 0px; }
img.icon-sitenav 				{ width: 30px; height: auto; margin: 15px; }

a.inner[href$= ".pdf"]:before, a.inner[href$= ".doc"]:before, a.inner[href$= ".docx"]:before, a.inner[href$= ".xls"]:before, a.inner[href$= ".xlsx"]:before { font-size: 36px; }

.box-header			{ padding: 20px 40px; }
.box-pull-push		{ padding: 120px 13%; }
.box-pad 			{ padding: 30px; }
.balken-beratung 	{ padding-top: 60px; padding-bottom: 30px; }
a.linkbig	 		{ font-size: 30px; line-height: 30px; }

.table-striped>tbody>tr>th, .table-striped>tbody>tr>td { font-size: 18px; }

img.burger-icon 	{ width: 71px; height: auto; margin-top: 25px; margin-right: 20px; }
.search-icon 		{ font-size: 17px; color: #9D9D9C; }
.search-div 		{ margin-top: 11px; margin-right: 20px; }
.search-width 		{ width: 200px; margin-top: 7px; }
img.language-icon 	{ width: 18px; height: auto; margin-top: 19px; margin-right: 20px; }
img.company-icon 	{ width: 101px; height: auto; margin-top: 19px; margin-right: 20px; }
.nursuche.form-control { font-size: 15px; }
#burgernav .navbar-nav { padding-left: 7.5%; padding-right: 7.5%; }

.totop 				{ padding-top: 120px; padding-bottom: 90px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 50px; padding-bottom: 20px; }
.footer2 			{ padding-top: 90px; padding-bottom: 30px; background-position: bottom 0px right 100px; background-size: 460px auto; }
.footer3 			{ padding-top: 30px; padding-bottom: 0px; }
.glyphheight 		{ font-size: 50px; margin: 0px 15px 0px 0px; }
.glyphclose 		{ font-size: 70px; }
.googlemaps			{ height: 400px; }
.googlemaps2		{ height: 300px; }
.bgtotop 			{ padding-top: 230px; padding-bottom: 170px; }
.bgtotop2 			{ padding-top: 100px; padding-bottom: 70px; }
.headerheight 		{ height: 121px; }
/* #content 			{ padding-top: 60px; } menu height */
.shadow 			{ top: 91px; } /* shrinkmenu height */

span.window 		{ font-size: 26px; line-height: 26px; }
span.headline 		{ font-size: 30px; line-height: 38px; }
span.gross	 		{ font-size: 24px; line-height: 34px; }
span.mittel 		{ font-size: 18px; line-height: 26px; }
span.klein 			{ font-size: 17px; line-height: 25px; }

span.fussbig 		{ font-size: 21px; line-height: 27px; }
span.fusszeile 		{ font-size: 16px; line-height: 22px; }
a.fusszeile 		{ font-size: 16px; line-height: 22px; }

.leistungen			{ font-size: 21px; line-height: 21px; }
.small 				{ font-size: 16px; line-height: 16px; }
a.small 			{ font-size: 16px; line-height: 16px; }

a 					{ font-size: 19px; }
.binner				{ height: 19px; } /* lbottom height */
a.inner2			{ font-size: 20px; margin: 10px 20px 10px 20px; }
.binner2			{ height: 20px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn { font-size: 17px; padding: 13px 30px; }
.bbutton, 
.bbuttonical		{ height: 53px; } /* lbottom height */

input.button 		{ font-size: 17px; padding: 13px 30px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 18px; line-height: 26px; padding: 20px 95px 20px 30px; }
i.klappen 			{ padding: 0px 30px; }
.klappboxpadding 	{ padding: 30px 15px; }

input, select, textarea { font-size: 18px; }

.logo img { width: 100%; max-width: 320px; height: auto; padding-top: 27px; padding-bottom: 23px; }

img.logo-fuss { width: 300px; height: auto; margin-bottom: 63px; }
img.icon-fuss { width: 50px; height: auto; float: left; margin: 0px 20px 0 0; display: inline-block; clear: left; }
.halter-fuss { float: left; width: auto; margin-bottom: 30px; }

img.icons { width: 33px; height: auto; margin: -6px 20px 0 0; display: inline-block; }

img.auto { width: 68px; height: auto; margin: 0 20px 0 0; display: inline-block; }
img.pferd { width: 62px; height: auto; margin: 0 20px 0 0; display: inline-block; }
img.baum { width: 66px; height: auto; margin: 0 20px 0 0; display: inline-block; }
img.ball { width: 53px; height: auto; margin: 0 20px 0 0; display: inline-block; }

.pad-1 { padding-top: 11px; }
.pad-2 { padding-top: 0px; }
.pad-3 { padding-top: 3px; }
.pad-4 { padding-top: 9px; }
}