@charset "UTF-8";

html, body
{
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	text-align: center;
	background: #e8e8e8;
	color: #222222;
	font-family: '__Chevin_5', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow-x: hidden;
}

body
{
	background-color: #ffffff;
	line-height: 22px;
    font-size: 14px;
}

.ho-internal
{
	cursor: pointer;
	-webkit-touch-callout: none;
  	-webkit-user-select: none; 
  	-khtml-user-select: none; 
  	-moz-user-select: none; 
  	-ms-user-select: none;  
  	user-select: none; 
}

#ho-header-background
{
	position: absolute;
	z-index: 1;
	display: block;
	background: url(../images/frontend/ho-logo-background.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 620px;
	height: 450px;
	left: -100px;
	top: -70px;
	pointer-events: none;
}

#ho-header
{
	z-index: 99;
	display: block;
	
	margin-left: 0px;
    margin-right: 0px;
	text-align: center;
	
	 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ie9 #ho-header
{
	z-index: 99999 !important;
}

#ho-header,
#ho-header *
{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}


body.ho-js #ho-header
{
	position: fixed;
	height: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 501;
}

#ho-header #ho-header-inner
{
	display: block;
	position: relative;
	max-width: 1215px;
	width: 100%;
	height: 130px;
	margin: auto;
	text-align: left;
	
	background-image: url(../images/frontend/bar.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-left: 8px;
	padding-right: 8px;
	
}

#ho-header #ho-header-backlink
{
	position: relative;
	display: inline-block;
	padding-left: 20px;
	padding-top: 3px;
	padding-right: 14px;
}

#ho-header #ho-header-backlink:after
{
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 3px;
	right: 0px;
	content: "•";
	font-size: 11px;
}


#ho-header #ho-header-rollout-button
{
	position: relative;
	display: inline-block;
	padding-left: 9px;
	padding-top: 3px;
	padding-right: 33px;
}

.gecko #ho-header #ho-header-rollout-button
{
	padding-top: 8px;
}

.safari #ho-header #ho-header-rollout-button
{
	padding-top: 0px;
	margin-top: -5px;
}

#ho-header #ho-header-rollout-button:after
{
	position: absolute;
	content: '';
	background: url(../images/frontend/pin-white.svg);
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
	right: 0px;
	top: -9px;
	display: inline-block;
	background-size: contain;
	background-position: center center;
}

.gecko #ho-header #ho-header-rollout-button:after
{
	top: -3px;
}

.safari #ho-header #ho-header-rollout-button:after
{
	top: -14px;
}

#ho-header #ho-header-bar
{	
    position: relative;
	width: 100%;
	height: 52px;
	background-image: url(../images/frontend/blauer_head.png);
	background-repeat: no-repeat;
	background-position: center 7px;
	background-size: 100% 100%;
	/**cursor: pointer;**/
	z-index: 250;
	padding-top: 7px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	cursor: default;
	transition: background 0.2s;
	-wenkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	-o-transition: background 0.2s;
}

.ho-nojs #ho-header #ho-header-bar
{
	overflow: hidden;
}

.ho-nojs #ho-header #ho-header-bar:hover,
#ho-header #ho-header-bar.ho-active
{
	overflow: visible;
}

.ho-nojs  #ho-header #ho-header-bar:hover #ho-header-megamenu:after,
#ho-header #ho-header-bar.ho-active #ho-header-megamenu:after
{
	position: absolute;
	content: '';
	opacity: 0.2;
	background: #ffffff;
	height: 1px;
	top: 57px;
	left: 20px;
	right: 20px;
}

#ho-header #ho-header-bar #ho-header-megamenu
{
	position: absolute;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-box-shadow: 7px 11px 20px -4px rgba(0,0,0,0.2);
	-moz-box-shadow: 7px 11px 20px -4px rgba(0,0,0,0.2);
	box-shadow: 7px 11px 20px -4px rgba(0,0,0,0.2);
	opacity: 0;
	visibility: hidden;
	background: #6A95C1;
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 85px;
	padding-bottom: 40px;
	right: -10px;
	top: -10px;
	left: -10px;
	transition: visibility 0s linear 0.2s, opacity 0.2s ease-out, top 0.2s ease-out;
	-wenkit-transition: visibility 0s linear 0.2s, opacity 0.2s ease-out, top 0.2s ease-out;
	-moz-transition: visibility 0s linear 0.2s, opacity 0.2s ease-out, top 0.2s ease-out;
	-o-transition: visibility 0s linear 0.2s, opacity 0.2s ease-out, top 0.2s ease-out;
	z-index: -1;
	pointer-events: none;
	display: block;
}

#ho-header .ho-header-locations
{
	display: table;
	width: 100%;
	position: relative;
	padding-bottom: 30px;
}

#ho-header .ho-header-locations .ho-header-region
{
	display: table-cell;
}

#ho-header .ho-header-locations  .ho-header-region-title
{
	padding-right: 10px;
	padding-left: 10px;
}

#ho-header .ho-header-locations  .ho-header-region-title a
{
	position: relative;
	font-size: 22px;
	line-height: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	
	transition: background 0.1s;
	-webkit-transition: background 0.1s;
	-moz-transition: background 0.1s;
	-o-transition: background 0.1s;
}

#ho-header .ho-header-locations  .ho-header-region-title a:before
{
	display: block;
	position: absolute;
	content: '';
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 1px;
	background: rgba(255,255,255, 0.3);
	
}

#ho-header .ho-header-locations  .ho-header-region-title a:after
{
	position: absolute;
    content: '';
    background: url(../images/frontend/pin-white.svg);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
	top: 4px;
	right: 7px;
    display: inline-block;
    background-size: contain;
    background-position: center center;	
	opacity: 0.5;
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
}

#ho-header .ho-header-locations  .ho-header-region-title a:hover:after
{
	opacity: 1;
}

#ho-header .ho-header-locations  .ho-header-region-title a:hover
{
	background: rgba(255,255,255, 0.1);
}

#ho-header .ho-header-megamenu-footer
{
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
}

#ho-header .ho-header-megamenu-all
{
	position: relative;
	display: inline-block;
	height: 52px;
	font-size: 24px;
	line-height: 24px;
	white-space: nowrap;
	padding: 12px 60px 10px 12px;
	border: 1px solid rgba(255,255,255, 0.3);
	transition: border 0.2s;
	-webkit-transition: border 0.2s;
	-moz-transition: border 0.2s;
	-o-transition: border 0.2s;
}

#ho-header .ho-header-megamenu-close
{
	position: absolute;
	right: 10px;
	top: 30px;
	display: block;
	height: 52px;
	width: 52px;
	font-size: 24px;
	line-height: 24px;
	white-space: nowrap;
	border: 1px solid rgba(255,255,255, 0.3);
	transition: border 0.2s;
	-webkit-transition: border 0.2s;
	-moz-transition: border 0.2s;
	-o-transition: border 0.2s;
	cursor: pointer;
	background: url(../images/frontend/close.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px 25px;
}

#ho-header .ho-header-megamenu-all:after
{
	position: absolute;
    content: '';
    background: url(../images/frontend/pin-white.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
	top: 13px;
	right: 15px;
    display: inline-block;
    background-size: contain;
    background-position: center center;	
}

#ho-header .ho-header-megamenu-all:hover,
#ho-header .ho-header-megamenu-close:hover
{
	border: 1px solid rgba(255,255,255, 1);
}

#ho-header .ho-header-locations .ho-header-region a,
#ho-header .ho-header-locations .ho-header-region li,
#ho-header .ho-header-locations .ho-header-region ul
{
	display: block;
	width: 100%;	
}

#ho-header .ho-header-locations .ho-header-region li
{
	list-style: none;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}

#ho-header .ho-header-locations .ho-header-region ul
{
	padding: 0px;
	margin: 0px;
}

#ho-header .ho-header-locations .ho-header-region li a
{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(255,255,255, 0.3);
	font-size: 15px;
	line-height: 22px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 25px;
	padding-right: 25px;
	transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	-o-transition: background 0.2s;
}

#ho-header .ho-header-locations .ho-header-region li a:after
{
	position: absolute;
    content: '';
    background: url(../images/frontend/pin-white.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
	top: 5px;
	right: 10px;
    display: inline-block;
    background-size: contain;
    background-position: center center;	
	opacity: 0.5;
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
}

#ho-header .ho-header-locations .ho-header-region li a:hover:after
{
	opacity: 1;
}

#ho-header .ho-header-locations .ho-header-region li a:hover
{
	background: rgba(255,255,255, 0.1);
}

#ho-header .ho-header-locations .ho-header-region li a:before
{
	content: '\e008';
    position: absolute;
    font-family: '__flaticon_5';
    font-weight: 400;
    left: 0px;
    width: 18px;
    height: 36px;
    font-size: 16px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
	transition: left 0.2s;
	-webkit-transition: left 0.2s;
	-moz-transition: left 0.2s;
	-o-transition: left 0.2s;
}



#ho-header .ho-header-locations .ho-header-region li a:hover:before
{
	left: 3px;
}

.ho-nojs  #ho-header #ho-header-bar:hover #ho-header-megamenu,
#ho-header #ho-header-bar.ho-active #ho-header-megamenu
{
	opacity: 1;
	visibility: visible;
	top: 0px;
  	transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	pointer-events: auto;
}

#ho-header #ho-header-bar .ho-header-rollout-cols
{	
    display: table;
	width: 100%;
	height: 100%;
	max-height: 42px;
	z-index: 1;
}

#ho-header #ho-header-bar .ho-header-rollout-col
{	
    display: table-cell;
	vertical-align: middle;
}

#ho-header #ho-header-bar .ho-header-rollout-col-1
{
	font-size: 16px;
    line-height: 17px;
	letter-spacing: 0.5px;
	line-height: 0px;
	font-weight: 600;
	width: 400px;
}

#ho-header #ho-header-bar .ho-header-rollout-col-2
{
	padding-top: 10px;
	width: 90px;
	text-align: center;
	padding-right: 10px;
}

#ho-header #ho-header-bar .ho-header-rollout-col-3
{
	padding-top: 10px;
	width: 350px;
	text-align: right;
	padding-right: 10px;
}

#ho-header #ho-header-bar .ho-header-rollout-col-4
{
	padding-top: 1px;
	padding-right: 20px;
	text-align: right;
}

#ho-header #ho-header-bar .ho-header-rollout-col-4 .ho-search
{
	background: rgba(255,255,255,0.3);
	border: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	max-width: 240px;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 28px;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	-o-transition: background 0.2s;
	font-size: 16px;
	font-family: '__Chevin_5', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
}

#ho-header #ho-header-bar .ho-header-rollout-col-4 .ho-search:focus
{
	outline: none;
	border: none;
	background: rgba(255,255,255,0.5);
}

#ho-header #ho-header-bar ul > li:first-child:hover > ul
{
	z-index: 210;
	background-color: #84a6cc;
	width: 100%;
	height: 300px;
	position: absolute;
	border-radius: 5px;
	box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.2);
}

#ho-header  #ho-header-search-form
{
	position: relative;
}

#ho-header #ho-header-search-form-submit
{
	position: absolute;
	background: url(../images/frontend/magnifying.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
	height: 20px;
	top: 2px;
	border: none;
	opacity: 0.8;
	cursor: pointer;
	right: 6px;
}

#ho-header #ho-header-search-form-submit:hover
{
	opacity: 1;
}

#ho-header #ho-header-navigation
{
	padding-right: 60px;
	padding-top: 7px;
}

#ho-header #ho-header-navigation #ho-header-menu-items
{
    position: relative;
	list-style-type: none;
    width: 100%;
	z-index: 2;
	margin-top: 15px;
	text-align: right;
}

#ho-header #ho-header-navigation #ho-header-menu-items > .menu-item
{
	display: inline-block;
	z-index: 1;
    color: #222222;
    text-decoration: none;
	z-index: 2;
	margin-left: 6px;
}

#ho-header #ho-header-navigation #ho-header-menu-items > .menu-item a
{
	font-size: 18px;
	display: block;
	transition: color 0.05s ease-in;
	-webkit-transition: color 0.05s ease-in;
	-moz-transition: color 0.05s ease-in;
	-o-transition: color 0.05s ease-in;
	cursor: pointer;
	text-decoration: none;
	padding-left: 13px;
	padding-right: 13px;
}

#ho-header #ho-header-navigation #ho-header-menu-items > .menu-item.current-menu-item a:hover,
#ho-header #ho-header-navigation #ho-header-menu-items > .menu-item a
{
	color: #222222;
}

#ho-header #ho-header-navigation #ho-header-menu-items > .menu-item a:hover
{
	color: #6A95C1;
}

#ho-header #ho-header-navigation #ho-header-menu-items > .menu-item.current-menu-item
{
	background: url(../images/frontend/ho-menuitem-background.png);
	background-repeat: no-repeat;
	background-size: 100% 50%;
	background-position: 2px center;
}

#ho-header #ho-header-logo
{
	position: absolute;
	top: 57px;
	left: 10px;
	opacity: 1;
	visibility: visible;
	transition: visibility linear 0s, opacity 0.2s ease-out, top 0.2s ease-out;
	-webkit-transition: visibility linear 0s, opacity 0.2s ease-out, top 0.2 ease-out;
	-moz-transition: visibility linear 0s, opacity 0.2s ease-out, top 0.2 ease-out;
	-o-transition: visibility linear 0s, opacity 0.2s ease-out, top 0.2 ease-out;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;U
}

#ho-header-mobile-logo
{
	position: absolute;
	text-align: center;
	z-index: 100;
	overflow: visible;
	top: 90px;
	left: 0px;
	right: 0px;
	display: none;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

#ho-header-mobile-logo a
{
	margin: auto;
	display: block;
	width: 100%;
	max-width: 350px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#ho-header-mobile-logo a img
{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

body.ho-scroll #ho-header #ho-header-logo
{
	opacity: 0;
	top: 40px;
	visibility: hidden;
	transition: visibility linear 0.2s, opacity 0.2s ease-out, top 0.2s ease-out;
	-webkit-transition: visibility linear 0.2s, opacity 0.2s ease-out, top 0.2 ease-out;
	-moz-transition: visibility linear 0.2s, opacity 0.2s ease-out, top 0.2 ease-out;
	-o-transition: visibility linear 0.2s, opacity 0.2s ease-out, top 0.2 ease-out;
}

#ho-header #ho-header-logo img
{
	max-width: 420px;
}

#ho-header #ho-header-logo-bar
{
	position: absolute;
	left: 65px;
	top: 70px;
	opacity: 0;
	visibility: hidden;
	transition: visibility linear 0.2s, opacity 0.2s, top 0.2s ease-out;
	-webkit-transition: visibility linear 0.2s, opacity 0.2s, top 0.2s ease-out;
	-moz-transition: visibility linear 0.2s, opacity 0.2s, top 0.2s ease-out;
	-o-transition: visibility linear 0.2s, opacity 0.2s, top 0.2s ease-out;
}

body.ho-scroll #ho-header #ho-header-logo-bar
{
	top: 57px;
	opacity: 1;
	visibility: visible;
	transition: visibility linear 0s, opacity 0.3s ease-out, top 0.3s ease-out;
	-webkit-transition: visibility linear 0s, opacity 0.3s ease-out, top 0.3s ease-out;
	-moz-transition: visibility linear 0s, opacity 0.3 ease-outs, top 0.3s ease-out;
	-o-transition: visibility linear 0s, opacity 0.3 ease-outs, top 0.3s ease-out;
}

.mobile body.ho-scroll #ho-header #ho-header-logo,
.mobile #ho-header #ho-header-logo,
.mobile body.ho-scroll #ho-header #ho-header-logo-bar,
.mobile #ho-header #ho-header-logo-bar
{
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}

#ho-header #ho-header-logo-bar img
{
	min-width: 200px;
}

#ho-header #ho-header-logo a,
#ho-header #ho-header-logo-bar a
{
	position: relative;
	display: inline-block;
	width: auto;
	z-index: 99;
	cursor: pointer;
}

#ho-header #ho-header-mobile-button 
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	height: 100%;
	display: none;
}

#ho-header #ho-header-mobile-button #ho-header-mobile-button-inner
{
	position: absolute;
	display: block;
	right: 10px;
	left: 10px;
	top: 5px;
	bottom: 10px;
	background: rgba(106,149,193,0.9);
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	cursor: pointer;
	text-align: center;
}

#ho-header #ho-header-mobile-button #ho-header-mobile-button-inner .ho-header-mobile-button-line
{
	position: absolute;
	display: block;
	height: 4px;
	background: #ffffff;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	opacity: 0.8;
	width: 30px;
	left: 50%;
	margin-left: -12px;
	transition: top 0.2s, opacity 0.2s;
	-webkit-transition: top 0.2s, opacity 0.2s;
	-moz-transition: top 0.2s, opacity 0.2s;
	-o-transition: top 0.2s, opacity 0.2s;
}

#ho-header #ho-header-mobile-button #ho-header-mobile-button-inner .ho-header-mobile-button-line-1
{
	top: 18px;
}

#ho-header #ho-header-mobile-button #ho-header-mobile-button-inner .ho-header-mobile-button-line-2
{
	top: 26px;
}

#ho-header #ho-header-mobile-button #ho-header-mobile-button-inner .ho-header-mobile-button-line-3
{
	top: 34px;
}

#ho-header.ho-mobile-active #ho-header-mobile-button #ho-header-mobile-button-inner .ho-header-mobile-button-line-1
{
	top: 14px;
	opacity: 1;
}

#ho-header.ho-mobile-active #ho-header-mobile-button #ho-header-mobile-button-inner .ho-header-mobile-button-line-2
{
	top: 26px;
	opacity: 1;
}

#ho-header.ho-mobile-active #ho-header-mobile-button #ho-header-mobile-button-inner .ho-header-mobile-button-line-3
{
	top: 38px;
	opacity: 1;
}

#ho-footer
{
	position: relative;
	display: block;
  	min-height: 300px;
    background-color: #e8e8e8;
}

#ho-main
{
	
	position: relative;
	display: block;
	text-align: left;
	max-width: 1200px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 500px;
	background: #ffffff;
	padding-bottom: 60px;
}

.ie #ho-main
{
	overflow-x: hidden;
}

body  #ho-page
{
	padding-top: 0px;
	margin-top: -30px;
}

body.ho-js  #ho-page
{
	padding-top: 100px;
	margin-top: 0px;
}

body  #ho-page.hom-page-offset-none
{
	padding-top: 0px;	
}

#ho-page.hom-page-offset-normal #ho-page-header
{
	position: relative;
	z-index: 3;
}

body #ho-page.hom-page-offset-normal #ho-page-header-inner
{
	margin-left: 405px;
	padding-left: 20px;
	padding-top: 57px;
	margin-top: 25px;
	padding-bottom: 10px;
	border-left: 1px solid #c4c4c4;
	min-height: 100px;
	margin-bottom: 10px;
}

body #ho-page.hom-page-offset-normal #ho-page-header-inner h1
{
	padding-bottom: 9px;
	line-height: 46px;
}

#ho-page
{
	position: relative;
	padding-top: 25px;
	text-align: left;
}

#ho-footer #ho-footer-top
{
	position: absolute;
	text-align: center;
	width: 100%;
	top: -80px;
	height: 80px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#ho-footer #ho-footer-top-button
{
	position: relative;
	height: 100%;
	margin: auto;
	margin-top: 52px;
	display: inline-block;
	padding: 10px 30px 10px 30px;
	background: #e8e8e8;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 18px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	white-space: nowrap;
	transition: margin-top 0.2s;
	-webkit-transition: margin-top 0.2s;
	-moz-transition: margin-top 0.2s;
	-o-transition: margin-top 0.2s;
}

#ho-footer #ho-footer-top-button #ho-footer-top-button-label
{
	display: block;
	position: relative;
	z-index: 1;
}

#ho-footer #ho-footer-top-button:after
{
	position: absolute;
    display: block;
    content: '\e011';
    font-family: '__flaticon_5';
    font-weight: 400;
    font-size: 10px;
    color: #222222;
    top: -15px;
    left: 50%;
    text-align: center;
    width: 30px;
    margin-left: -15px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

#ho-footer #ho-footer-top-button:before
{
	z-index: 0;
    content: '';
    display: block;
    position: absolute;
    top: -14px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    background: #e8e8e8;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

#ho-footer #ho-footer-top-button:hover
{
	margin-top: 45px;
}

#ho-footer #ho-footer-content
{
    position: relative;
    display: block;
    text-align: left;
    max-width: 1210px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
	padding-top: 60px;
}

#ho-footer #ho-footer-content #ho-footer-contents
{
	position: relative;
	display: table;
	width: 100%;
	line-height: 28px;
}

#ho-footer #ho-footer-content #ho-footer-inner a:hover
{
	color: #6A95C1;
}

#ho-footer #ho-footer-content #ho-footer-inner .ho-footer-col
{
	display: table-cell;
	vertical-align: top;
	width: 16.6%;	
	padding-left: 5px;
	padding-right: 5px;
}

#ho-footer #ho-footer-content #ho-footer-inner .ho-footer-col *
{
	white-space: nowrap;
}

#ho-footer #ho-footer-content #ho-footer-inner .ho-footer-col-1,
#ho-footer #ho-footer-content #ho-footer-inner .ho-footer-col-2,
#ho-footer #ho-footer-content #ho-footer-inner .ho-footer-col-3
{
	width: 15%;
}

#ho-footer #ho-footer-content #ho-footer-inner .ho-footer-col-5,
#ho-footer #ho-footer-content #ho-footer-inner .ho-footer-col-6
{
	width: 20%;
}

#ho-footer #ho-footer-content #ho-footer-copyright
{
	padding-top: 40px;
	padding-bottom: 40px;
	display: block;	
	padding-left: 5px;
}

#ho-footer .ho-footer-col
{
	paddin-left: 4px;
	padding-right: 4px;
}

#ho-footer .ho-footer-col-1 a,
#ho-footer .ho-footer-col-2 a,
#ho-footer .ho-footer-col-3 a
{
	position: relative;
	display: inline-block;
	/**padding-left: 10px;	**/
	padding-right: 20px;
}
/**
#ho-footer .ho-footer-col-1 a:before,
#ho-footer .ho-footer-col-2 a:before,
#ho-footer .ho-footer-col-3 a:before
{
	position: absolute;	
	display: inline-block;
	left: 0px;
	top: 12px;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	content: '';
	background: #222222;
}

#ho-footer .ho-footer-col-1 a:hover:before,
#ho-footer .ho-footer-col-2 a:hover:before,
#ho-footer .ho-footer-col-3 a:hover:before
{
	background: #6A95C1;
}
**/

.ho-subpage-menu
{
	background: #ffffff;	
	display: block;
	list-style: none;
	padding: 0px 5px 5px 5px;
	margin: 0px;
}

.ho-subpage-menu .menu-item
{
	display: block;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.ho-subpage-menu .menu-item a 
{
    font-size: 22px;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 13px;
    background: #C8C8C8;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
    min-height: 56px;
	display: block;
	list-style: none;
	text-align: center;
	transition: background 0.1s;
	-webkit-transition: background 0.1s;
	-moz-transition: background 0.1s;
	-o-transition: background 0.1s;
	-ms-transition: background 0.1s;
}

.ho-subpage-menu .menu-item a:hover
{
	 background: #a1a1a1;
	 font-weight: bold;
}

.ho-show-mobile
{
	display: none;
}

@media screen and (max-width: 1100px)
{
	#ho-header #ho-header-navigation #ho-header-menu-items > .menu-item
	{
		margin-left: 8px;
	}
	
	#ho-header #ho-header-navigation #ho-header-menu-items > .menu-item a
	{
		padding-left: 8px;
		padding-right: 8px;
	}
	
	#ho-header #ho-header-bar .ho-header-rollout-col-3
	{
		width: 250px;
	}
}

@media screen and (max-width: 1024px)
{
	#ho-header #ho-header-navigation
	{
		padding-right: 30px;	
	}
}

@media screen and (max-width: 1000px)
{
	#ho-footer #ho-footer-content #ho-footer-inner .ho-footer-col
	{
		width: 100%;
		display: block;
		border-bottom: 1px solid #C4C4C4;
		padding-bottom: 20px;
		padding-top: 20px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#ho-footer #ho-footer-content #ho-footer-inner .ho-footer-col-1,
	#ho-footer #ho-footer-content #ho-footer-inner .ho-footer-col-2
	{
		display: block;
		width: 50%;
		float: left;
	}
	
	#ho-footer #ho-footer-content #ho-footer-inner .ho-footer-col-3
	{
		clear: both;
	}
	
	#ho-footer #ho-footer-content
	{
		padding-top: 20px;
	}
	
	#ho-footer #ho-footer-content #ho-footer-copyright
	{
		padding-top: 20px;
	}
	
	#ho-footer .ho-hide-mobile
	{
		display: none !important;
	}
}

@media screen and (max-width: 950px)
{
	#ho-header #ho-header-navigation #ho-header-menu-items > .menu-item
	{
		margin-left: 5px;
	}
	
	#ho-header #ho-header-navigation #ho-header-menu-items > .menu-item a
	{
		padding-left: 5px;
		padding-right: 5px;
	}	
	
	#ho-header #ho-header-navigation
	{
		padding-right: 15px;	
	}
	
	#ho-header #ho-header-bar .ho-header-rollout-col-1
	{
		width: 270px;
	}
	
	#ho-header #ho-header-bar .ho-header-rollout-col-2
	{
		width: 60px;
	}
	
	#ho-header #ho-header-bar .ho-header-rollout-col-3
	{
		width: 180px;
	}
	
	#ho-header #ho-header-logo-bar img
	{
		max-width: 260px;
		width: 100%;
		padding-top: 5px;
	}
}

@media screen and (max-width: 870px)
{
	#ho-header #ho-header-bar .ho-header-rollout-col-2
	{
		width: 50px;
	}
	
	#ho-header #ho-header-bar .ho-header-rollout-col-3
	{
		width: 140px;
	}
}

@media screen and (max-width: 800px)
{
	#ho-header #ho-header-logo-bar img
	{
		max-width: 210px;
		width: 100%;
		padding-top: 10px;
	}
}

@media screen and (max-width: 768px)
{
	
	#ho-header #ho-header-backlink
	{
		display: none;
	}
	
	
	#ho-header #ho-header-rollout-button
	{
		position: relative;
		padding-top: 0px;
		padding-left: 20px;
	}
	
	#ho-header-background,
	#ho-header-logo-bar,
	#ho-header #ho-header-logo
	{
		display: none;
	}
	
	#ho-header #ho-header-navigation
	{
		display: none;
		width: 100%;
		background: none;
		padding: 0px;	
		position: relative;
	}
	
	.mobile #ho-header #ho-header-navigation
	{
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 70px;
		max-height: 100vh;
	}
	
	#ho-header  #ho-header-navigation .ho-header-menu
	{
		background: #ffffff;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
	
	#ho-header #ho-header-megamenu,
	#ho-header:hover #ho-header-megamenu
	{
		display: none !important;	
		visibility: hidden !important;
	}
	
	#ho-header .ho-header-rollout-col-2,
	#ho-header .ho-header-rollout-col-3,
	#ho-header .ho-header-rollout-col-4
	{
		display: none !important;
	}
	
	#ho-header #ho-header-rollout-button
	{
		width: 100%;
		height: 100%;
		vertical-align: middle;
		line-height: 22px;
		display: table-cell;
		white-space: normal !important;
		padding-right: 40px;
	}
	
	#ho-header #ho-header-rollout-button:after
	{
		top: 50%;
		margin-top: -15px;
		right: 15px;
	}
	
	.safari #ho-header #ho-header-rollout-button:after
	{
		margin-top: -15px;	
		top: 50%;
	}
	
	#ho-header #ho-header-bar .ho-header-rollout-cols
	{
		max-height: none;
		margin-top: -5px;
	}
	
	#ho-header .ho-header-rollout
	{
		display: block;
		height: 100%;
		width: 100%;
	}
	
	#ho-header .ho-header-rollout-col-1
	{
		display: table;
		width: 100%;
		height: 100%;
	}
	
	#ho-header #ho-header-navigation #ho-header-menu-items > .menu-item
	{
		position: relative;
		margin: auto;
		display: block;
		text-align: center;
		margin-top: 5px;
	}
	
	#ho-header #ho-header-navigation #ho-header-menu-items > .menu-item:first-child
	{
		margin-top: 0px;
	}
	
	#ho-header #ho-header-navigation #ho-header-menu-items > .menu-item a
	{
		font-size: 22px;
		color: #ffffff;
		padding-top: 15px;
		padding-bottom: 13px;
		background: #6A95C1;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		overflow: hidden;
		min-height: 56px;
	}
	
	#ho-header #ho-header-navigation #ho-header-menu-items > .menu-item a:hover,
	#ho-header #ho-header-navigation #ho-header-menu-items > .menu-item:hover a,
	#ho-header #ho-header-navigation #ho-header-menu-items > .menu-item.current-menu-item:hover a
	{
		color: #ffffff;
		font-weight: bold;
	}
	
	#ho-header #ho-header-navigation #ho-header-menu-items > .menu-item a:hover,
	#ho-header #ho-header-navigation #ho-header-menu-items > .menu-item:hover a
	{
		background: #BCDEA3;
	}
	
	#ho-header #ho-header-navigation #ho-header-menu-items > .menu-item.current-menu-item a
	{
		background: #C73153;
		font-weight: bold;
	}
	
	#ho-header #ho-header-navigation #ho-header-menu-items
	{
		padding: 5px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 5px;
	}
	
	#ho-header #ho-header-inner
	{
		height: 75px;
	}
	
	#ho-header-mobile-logo
	{
		display: block;
	}
	
	#ho-header
	{
		z-index: 150;
	}
	
	#ho-header #ho-header-bar
	{
		width: 50%;
		height: 65px;
		z-index: 1;
		background-size: 100% 110%;
		background-position: left top;
	}
	
	body #ho-page.hom-page-offset-normal #ho-page-header-inner
	{
		margin-left: 0px;
		border: none;
		padding-left: 0px;
		padding-top: 0px;
	}
	
	#ho-header #ho-header-navigation
	{
		pointer-events: none;
		opacity: 0;
		transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-o-transition: all 0.2s;
		margin-top: -10px;
	}
	
	#ho-header.ho-mobile-active #ho-header-navigation
	{
		pointer-events: auto;
		opacity: 1;
		margin-top: 0px;
	}
	
	#ho-header #ho-header-navigation,
	#ho-header #ho-header-mobile-button 
	{
		display: block;
	}
	
	#ho-header #ho-header-mobile-button 
	{
		z-index: 1;
	}
	
	.ho-hide-mobile
	{
		display: none !important;
	}
	
	.ho-show-mobile
	{
		display: block;
	}
	
}

@media screen and (max-width: 550px)
{
    .ho-footercontainer
    {
        height: 44em;
    }
    
    .ho-footerrow1 ul
    {
        clear: both;
        padding-left: 5%;
    }
    
    .ho-footerrow1 ul:first-of-type
    {
        padding-left: 5%;
    }
        
    #ho-footercontact
    {
        clear: both;
        margin-left: 5%;
        margin-right: 10%;
        right: 0;
    }
    
    #ho-footercopyright
    {
        margin-bottom:2%;
        margin-left: 5%;
    }
}

@media screen and (max-width: 470px)
{
	#ho-header #ho-header-rollout-button
	{
		font-size: 18px;
		line-height: 18px;
	}
	
	#ho-header #ho-header-bar
	{	
		background-image: url(../images/frontend/linie_blue_mobile.png);
	}
}

@media screen and (max-width: 400px)
{
	#ho-header #ho-header-rollout-button
	{
		font-size: 18px;
		line-height: 18px;
	}
	
	#ho-footer #ho-footer-content #ho-footer-inner .ho-footer-col-1,
	#ho-footer #ho-footer-content #ho-footer-inner .ho-footer-col-2
	{
		display: block;
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 350px)
{
	#ho-footer #ho-footer-content #ho-footer-inner .ho-footer-col-1,
	#ho-footer #ho-footer-content #ho-footer-inner .ho-footer-col-2
	{
		display: block;
		width: 100%;
		float: none;
	}
}


.homg-facilities .homg-facilities-entry-map-button {display:none; }