.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll;
}

body {
    margin: 0;
    font-size: 100%;
    line-height: 1em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    height: 0;
    display: none;
}

.hidden {
    display: none;
}

.invisible {
    display: inline;
    height: 0;
    left: -1000px;
    overflow: hidden;
    position: absolute;
    top: -1000px;
    width: 0;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;

}

code,
kbd,
pre,
samp {
    font: 1em monospace,monospace;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    color: inherit;
    font: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
body {
    background-color: #eaeaea;
    font-family: "Open Sans", sans-serif;
    color: #444;
}
#wrapper {
    background-color: #fff;
    overflow: hidden;
    width: 96%;
    max-width: 1100px;
    margin: 0.875em auto;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.35);
}
#header .inside {
    overflow: hidden;
    padding: 0.75em 1em 0.75em 1em;
}
#header .logo { overflow: hidden; }
#header img {
    display: block;
    float: left;
    width: 10%;
}
#header .logo-left {
    float: left;
    width: 35%;
    border-right: 1px solid #0b388d;
}
#header .logo-right {
    float: left;
    width: 55%;
}
#container { overflow: hidden; }
#left {
    width: 30%;
    float: left;
}
#left .inside { padding-bottom: 1em; }
#main {
    width: 70%;
    float: right;
}
#main .inside { padding-bottom: 1em; }
.mod_pageimage {
    background-color: #0b388d;
    margin: 0;
    padding: 0 0.75em;
    border-left: 1px solid #fff;
}
.mod_pageimage .image_container,
.mod_pageimage img {
    display: block;
    margin: 0 auto;
}
.mod_pageimage img {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
#main .mod_article {
    padding: 0 1.5em;
}
#main .ce_text {
    /*clear: both;*/
    overflow: hidden;
}
.urlaub {
    background-color: #f1f1f1;
    width: 50%;
    margin: 0.625em auto;
    padding: 0 0.75em 0.75em 0.75em;
    text-align: center;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35);
}
#left .box {
    margin: 0 0 1em 0;
    padding: 1em 1em 1em 0;
    text-align: center;
    border-left: 8px solid #ccc;
    background: #f1f1f1;
}
#left .siegel { margin-top: 2em; }
#left .aadi-logo {
	padding: 1em 0 0 1em;
}
#left .aadi-text {
	padding: 0 0 0 1em;
	font-size: 0.75em;
	line-height: 1;
}
.contact a:before {
    font-family: "fontello";
    content: "\e833";
    margin-right: 10px;
    font-size: 1.25em;
}
.slogan span:before {
    font-family: "fontello";
    content: "\f10e";
    margin-right: 10px;
    font-size: 1.25em;
}
.ce_sliderStart { position: relative; }
.ce_sliderStart h2 {
	margin-top: 1em;
	padding: 0.5em 0 0.75em;
	border-top: 1px solid #eee;
}
.content-slider {
	background-color: #f1f1f1;
}
.content-slider .ce_text {
	padding: 0 3em;
}
.slider-control {
	display: flex;
	justify-content: space-between;
	height: 60px;
	position: absolute;
	top: 180px;
	width: 100%;
	padding: 0 0.125em;
}
.slider-control a {
	position: relative;
	top: auto;
	display: block;
	height: 60px;
	text-decoration: none;
	font-size: 6em;
}
.slider-control .slider-prev { left: auto; }
.slider-control .slider-next { right: auto; }
#footer {
    background-color: #f1f1f1;
    clear: both;
    padding: 1.25em;
    overflow: hidden;
    font-size: 0.813em;
    line-height: 32px;
}
#footer .footer-left {
    float: left;
    width: 28%;
}
#footer .footer-left img {
    vertical-align: middle;
    padding-right: 5px;
}
#footer .footer-right {
    float: right;
    width: 72%;
    color: #999;
    text-align: right;
}

.cookiebar {
    position: fixed;
    right: 1rem;
    bottom: 5rem;
    max-width: 27rem;
    padding: 1rem 1.5rem;
    background-color: #f9f9f9;
    color: #333;
    font-size: 0.938em;
    text-align: center;
    z-index: 100;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.cookiebar--active {
    display: block !important;
}
.cookiebar-text {
    margin-bottom: 1rem;
}
.cookiebar-button {
    display: inline-block;
    background: #0b388d;
    border: 1px solid #0b388d;
    color: #fff;
    padding: 0.5rem 1rem;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.5s;
}
.cookiebar-button:hover {
    background: #f1f1f1;
    color: #333;
    cursor: pointer;
}
.cookiebar-info a {
    padding: 0 0.5rem;
}
.ce_hyperlink {
    margin: 0.625em auto;
}
.ce_hyperlink a,
.ce_hyperlink a:visited {
    display: inline-block;
    padding: 0.625em 1em;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    white-space: nowrap;
    background-color: #0b388d;
}
.ce_hyperlink a:after {
    font-family: "fontello";
    content: "\e856";
    margin-left: 10px;
}
.ce_hyperlink a:hover,
.ce_hyperlink a:focus,
.ce_hyperlink a:active {
    color: #333;
    background-color: #f1f1f1;
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/theme/webfonts/open-sans-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/theme/webfonts/open-sans-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/theme/webfonts/open-sans-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/theme/webfonts/open-sans-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/theme/webfonts/open-sans-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/theme/webfonts/open-sans-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/theme/webfonts/open-sans-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/theme/webfonts/open-sans-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/theme/webfonts/open-sans-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/theme/webfonts/open-sans-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../files/theme/webfonts/open-sans-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/theme/webfonts/open-sans-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../../files/theme/webfonts/open-sans-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/theme/webfonts/open-sans-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/theme/webfonts/open-sans-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/theme/webfonts/open-sans-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../../files/theme/webfonts/open-sans-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/theme/webfonts/open-sans-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../../files/theme/webfonts/open-sans-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/theme/webfonts/open-sans-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/theme/webfonts/open-sans-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/theme/webfonts/open-sans-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../../files/theme/webfonts/open-sans-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/theme/webfonts/open-sans-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* dosis-regular - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/theme/webfonts/dosis-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/theme/webfonts/dosis-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/theme/webfonts/dosis-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/theme/webfonts/dosis-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/theme/webfonts/dosis-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/theme/webfonts/dosis-latin-regular.svg#Dosis') format('svg'); /* Legacy iOS */
}

/* dosis-700 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 500;
  src: url('../../files/theme/webfonts/dosis-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/theme/webfonts/dosis-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/theme/webfonts/dosis-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/theme/webfonts/dosis-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../../files/theme/webfonts/dosis-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/theme/webfonts/dosis-latin-500.svg#Dosis') format('svg'); /* Legacy iOS */
}

h1, h2, h3, h4, h5, h6 {
    font-family: Dosis, serif;
    font-weight: normal;
    color: #0b388d;
    margin: 0;
    line-height: 1;
}
h2, h3, h4, h5, h6 { padding: 0.75em 0 0 0; }
h1 {
    clear: both;
    font-family: Dosis;
    font-size: 2em;
    margin-bottom: 0.75em;
    padding: 0.75em 0 0.25em 0;
    border-bottom: 1px solid #eee;
}
#main h1+h3,
#main h1+h2 { padding-top: 0; }
#header h1 {
    font-size: 1.625em;
    margin: 0.875em 0 0.625em 28px;
    padding: 0;
    border-bottom: 0;
    font-weight: 500;
}
h2 { font-size: 1.75em; }
#header h2 {
    font-size: 1.375em;
    margin: 0 0 0.875em 28px;
    padding: 0;
}
h3 { font-size: 1.5em; margin-bottom: 12px; }
h4 { font-size: 1.25em; }
h5, h6 { font-size: 1em; }
p {
    font-size: 0.875em;
    line-height: 1.375;
    margin-bottom: 0.625em;
}
#main ul, #main ol {
    font-size: 0.875em;
    line-height: 1.375;
    margin: 0.5em 0 0.625em 1.5em;
}
#main ul ul {
    font-size: 1em;
    margin: 0 0 0.875em 0;
}
#main ul { list-style-type: square; }
#main li { margin-bottom: 0.188em; }
#main ul.font-big,
#main p.font-big {
    font-size: 1em;
    color: #0b388d;
}
a, a:visited {
    text-decoration: underline;
    color: #0b388d;
}
a:focus, a:hover, a:active {
    text-decoration: none;
    color: #666;
}
.contact a {
    display: block;
    padding: 0 0 0 1.25em;
    font-family: Dosis, serif;
    font-size: 1.125em;
    line-height: 1.25;
}
.slogan span {
    display: block;
    color: #0b388d;
    padding: 0 0 0 1.25em;
    font-family: "Dosis", serif;
    font-style: italic;
    font-size: 1.25em;
    line-height: 1.25;
}
.contact a span {
    font-family: "Open Sans", sans-serif;
    font-size: 0.875em;
}
.contact a,
.contact a:hover {
    text-decoration: none;
    cursor: text;
    color: #0b388d;
}
table {
    margin: 1em 0;
    border-collapse: collapse;
    font-size: 0.875em;
}
table td, table th {
    border: 1px solid #fff;
    padding: 0.625em 0.875em;
    vertical-align: middle;
}
table th {
    background-color: #e9f7fe;
    font-weight: normal;
}
table tr { background-color: #f7f7f7; }

@font-face {
  font-family: 'fontello';
  src: url('../../files/theme/webfonts/fontello.eot');
  src: url('../../files/theme/webfonts/fontello.eot?#iefix') format('embedded-opentype'),
       url('../../files/theme/webfonts/fontello.woff2') format('woff2'),
       url('../../files/theme/webfonts/fontello.woff') format('woff'),
       url('../../files/theme/webfonts/fontello.ttf') format('truetype'),
       url('../../files/theme/webfonts/fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

*[data-icon]:before {
    content: attr(data-icon);
    font: 1em/1 "fontello";
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../../files/theme/font/fontello.svg?76179276#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-search:before { content: '\e800'; } /* '' */
.icon-mail:before { content: '\e801'; } /* '' */
.icon-star:before { content: '\e802'; } /* '' */
.icon-star-empty:before { content: '\e803'; } /* '' */
.icon-heart:before { content: '\e804'; } /* '' */
.icon-heart-empty:before { content: '\e805'; } /* '' */
.icon-music:before { content: '\e806'; } /* '' */
.icon-user:before { content: '\e807'; } /* '' */
.icon-users:before { content: '\e808'; } /* '' */
.icon-videocam:before { content: '\e809'; } /* '' */
.icon-camera:before { content: '\e80a'; } /* '' */
.icon-picture:before { content: '\e80b'; } /* '' */
.icon-camera-alt:before { content: '\e80c'; } /* '' */
.icon-ok:before { content: '\e80d'; } /* '' */
.icon-ok-circled:before { content: '\e80e'; } /* '' */
.icon-ok-circled2:before { content: '\e80f'; } /* '' */
.icon-cancel:before { content: '\e810'; } /* '' */
.icon-cancel-circled:before { content: '\e811'; } /* '' */
.icon-plus:before { content: '\e812'; } /* '' */
.icon-plus-circled:before { content: '\e813'; } /* '' */
.icon-minus:before { content: '\e814'; } /* '' */
.icon-minus-circled:before { content: '\e815'; } /* '' */
.icon-help-circled:before { content: '\e816'; } /* '' */
.icon-info-circled:before { content: '\e817'; } /* '' */
.icon-home:before { content: '\e818'; } /* '' */
.icon-attach:before { content: '\e819'; } /* '' */
.icon-lock:before { content: '\e81a'; } /* '' */
.icon-lock-open:before { content: '\e81b'; } /* '' */
.icon-pin:before { content: '\e81c'; } /* '' */
.icon-tag:before { content: '\e81d'; } /* '' */
.icon-tags:before { content: '\e81e'; } /* '' */
.icon-bookmark:before { content: '\e81f'; } /* '' */
.icon-flag:before { content: '\e820'; } /* '' */
.icon-thumbs-up:before { content: '\e821'; } /* '' */
.icon-thumbs-down:before { content: '\e822'; } /* '' */
.icon-download:before { content: '\e823'; } /* '' */
.icon-upload:before { content: '\e824'; } /* '' */
.icon-export:before { content: '\e825'; } /* '' */
.icon-pencil:before { content: '\e826'; } /* '' */
.icon-edit:before { content: '\e827'; } /* '' */
.icon-print:before { content: '\e828'; } /* '' */
.icon-comment:before { content: '\e829'; } /* '' */
.icon-chat:before { content: '\e82a'; } /* '' */
.icon-bell:before { content: '\e82b'; } /* '' */
.icon-attention:before { content: '\e82c'; } /* '' */
.icon-attention-circled:before { content: '\e82d'; } /* '' */
.icon-location:before { content: '\e82e'; } /* '' */
.icon-trash-empty:before { content: '\e82f'; } /* '' */
.icon-doc:before { content: '\e830'; } /* '' */
.icon-folder:before { content: '\e831'; } /* '' */
.icon-folder-open:before { content: '\e832'; } /* '' */
.icon-phone:before { content: '\e833'; } /* '' */
.icon-cog:before { content: '\e834'; } /* '' */
.icon-cog-alt:before { content: '\e835'; } /* '' */
.icon-wrench:before { content: '\e836'; } /* '' */
.icon-basket:before { content: '\e837'; } /* '' */
.icon-calendar:before { content: '\e838'; } /* '' */
.icon-login:before { content: '\e839'; } /* '' */
.icon-logout:before { content: '\e83a'; } /* '' */
.icon-volume-off:before { content: '\e83b'; } /* '' */
.icon-volume-down:before { content: '\e83c'; } /* '' */
.icon-volume-up:before { content: '\e83d'; } /* '' */
.icon-headphones:before { content: '\e83e'; } /* '' */
.icon-clock:before { content: '\e83f'; } /* '' */
.icon-block:before { content: '\e840'; } /* '' */
.icon-resize-full:before { content: '\e841'; } /* '' */
.icon-resize-small:before { content: '\e842'; } /* '' */
.icon-resize-vertical:before { content: '\e843'; } /* '' */
.icon-resize-horizontal:before { content: '\e844'; } /* '' */
.icon-zoom-in:before { content: '\e845'; } /* '' */
.icon-zoom-out:before { content: '\e846'; } /* '' */
.icon-down-circled2:before { content: '\e847'; } /* '' */
.icon-up-circled2:before { content: '\e848'; } /* '' */
.icon-down-dir:before { content: '\e849'; } /* '' */
.icon-up-dir:before { content: '\e84a'; } /* '' */
.icon-left-dir:before { content: '\e84b'; } /* '' */
.icon-right-dir:before { content: '\e84c'; } /* '' */
.icon-down-open:before { content: '\e84d'; } /* '' */
.icon-left-open:before { content: '\e84e'; } /* '' */
.icon-right-open:before { content: '\e84f'; } /* '' */
.icon-up-open:before { content: '\e850'; } /* '' */
.icon-down-hand:before { content: '\e851'; } /* '' */
.icon-up-hand:before { content: '\e852'; } /* '' */
.icon-left-hand:before { content: '\e853'; } /* '' */
.icon-right-hand:before { content: '\e854'; } /* '' */
.icon-up-big:before { content: '\e855'; } /* '' */
.icon-right-big:before { content: '\e856'; } /* '' */
.icon-left-big:before { content: '\e857'; } /* '' */
.icon-down-big:before { content: '\e858'; } /* '' */
.icon-cw:before { content: '\e859'; } /* '' */
.icon-ccw:before { content: '\e85a'; } /* '' */
.icon-arrows-cw:before { content: '\e85b'; } /* '' */
.icon-shuffle:before { content: '\e85c'; } /* '' */
.icon-signal:before { content: '\e85d'; } /* '' */
.icon-award:before { content: '\e85e'; } /* '' */
.icon-inbox:before { content: '\e85f'; } /* '' */
.icon-globe:before { content: '\e860'; } /* '' */
.icon-cloud:before { content: '\e861'; } /* '' */
.icon-flash:before { content: '\e862'; } /* '' */
.icon-umbrella:before { content: '\e863'; } /* '' */
.icon-flight:before { content: '\e864'; } /* '' */
.icon-leaf:before { content: '\e865'; } /* '' */
.icon-scissors:before { content: '\e866'; } /* '' */
.icon-briefcase:before { content: '\e867'; } /* '' */
.icon-off:before { content: '\e868'; } /* '' */
.icon-road:before { content: '\e869'; } /* '' */
.icon-barcode:before { content: '\e86a'; } /* '' */
.icon-book:before { content: '\e86b'; } /* '' */
.icon-adjust:before { content: '\e86c'; } /* '' */
.icon-tint:before { content: '\e86d'; } /* '' */
.icon-check:before { content: '\e86e'; } /* '' */
.icon-asterisk:before { content: '\e86f'; } /* '' */
.icon-gift:before { content: '\e870'; } /* '' */
.icon-fire:before { content: '\e871'; } /* '' */
.icon-magnet:before { content: '\e872'; } /* '' */
.icon-chart-bar:before { content: '\e873'; } /* '' */
.icon-credit-card:before { content: '\e874'; } /* '' */
.icon-floppy:before { content: '\e875'; } /* '' */
.icon-megaphone:before { content: '\e876'; } /* '' */
.icon-key:before { content: '\e877'; } /* '' */
.icon-truck:before { content: '\e878'; } /* '' */
.icon-hammer:before { content: '\e879'; } /* '' */
.icon-move:before { content: '\f047'; } /* '' */
.icon-link-ext:before { content: '\f08e'; } /* '' */
.icon-bookmark-empty:before { content: '\f097'; } /* '' */
.icon-phone-squared:before { content: '\f098'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-certificate:before { content: '\f0a3'; } /* '' */
.icon-left-circled:before { content: '\f0a8'; } /* '' */
.icon-right-circled:before { content: '\f0a9'; } /* '' */
.icon-up-circled:before { content: '\f0aa'; } /* '' */
.icon-down-circled:before { content: '\f0ab'; } /* '' */
.icon-tasks:before { content: '\f0ae'; } /* '' */
.icon-filter:before { content: '\f0b0'; } /* '' */
.icon-resize-full-alt:before { content: '\f0b2'; } /* '' */
.icon-beaker:before { content: '\f0c3'; } /* '' */
.icon-docs:before { content: '\f0c5'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-magic:before { content: '\f0d0'; } /* '' */
.icon-pinterest-circled:before { content: '\f0d2'; } /* '' */
.icon-pinterest-squared:before { content: '\f0d3'; } /* '' */
.icon-gplus-squared:before { content: '\f0d4'; } /* '' */
.icon-gplus:before { content: '\f0d5'; } /* '' */
.icon-money:before { content: '\f0d6'; } /* '' */
.icon-sort:before { content: '\f0dc'; } /* '' */
.icon-sort-down:before { content: '\f0dd'; } /* '' */
.icon-sort-up:before { content: '\f0de'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-gauge:before { content: '\f0e4'; } /* '' */
.icon-comment-empty:before { content: '\f0e5'; } /* '' */
.icon-chat-empty:before { content: '\f0e6'; } /* '' */
.icon-sitemap:before { content: '\f0e8'; } /* '' */
.icon-lightbulb:before { content: '\f0eb'; } /* '' */
.icon-exchange:before { content: '\f0ec'; } /* '' */
.icon-download-cloud:before { content: '\f0ed'; } /* '' */
.icon-upload-cloud:before { content: '\f0ee'; } /* '' */
.icon-user-md:before { content: '\f0f0'; } /* '' */
.icon-stethoscope:before { content: '\f0f1'; } /* '' */
.icon-suitcase:before { content: '\f0f2'; } /* '' */
.icon-bell-alt:before { content: '\f0f3'; } /* '' */
.icon-coffee:before { content: '\f0f4'; } /* '' */
.icon-food:before { content: '\f0f5'; } /* '' */
.icon-doc-text:before { content: '\f0f6'; } /* '' */
.icon-building:before { content: '\f0f7'; } /* '' */
.icon-hospital:before { content: '\f0f8'; } /* '' */
.icon-ambulance:before { content: '\f0f9'; } /* '' */
.icon-medkit:before { content: '\f0fa'; } /* '' */
.icon-fighter-jet:before { content: '\f0fb'; } /* '' */
.icon-beer:before { content: '\f0fc'; } /* '' */
.icon-h-sigh:before { content: '\f0fd'; } /* '' */
.icon-plus-squared:before { content: '\f0fe'; } /* '' */
.icon-angle-double-left:before { content: '\f100'; } /* '' */
.icon-angle-double-right:before { content: '\f101'; } /* '' */
.icon-angle-double-up:before { content: '\f102'; } /* '' */
.icon-angle-double-down:before { content: '\f103'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-desktop:before { content: '\f108'; } /* '' */
.icon-laptop:before { content: '\f109'; } /* '' */
.icon-tablet:before { content: '\f10a'; } /* '' */
.icon-mobile:before { content: '\f10b'; } /* '' */
.icon-quote-left:before { content: '\f10d'; } /* '' */
.icon-quote-right:before { content: '\f10e'; } /* '' */
.icon-folder-empty:before { content: '\f114'; } /* '' */
.icon-folder-open-empty:before { content: '\f115'; } /* '' */
.icon-smile:before { content: '\f118'; } /* '' */
.icon-frown:before { content: '\f119'; } /* '' */
.icon-meh:before { content: '\f11a'; } /* '' */
.icon-flag-empty:before { content: '\f11d'; } /* '' */
.icon-code:before { content: '\f121'; } /* '' */
.icon-direction:before { content: '\f124'; } /* '' */
.icon-help:before { content: '\f128'; } /* '' */
.icon-info:before { content: '\f129'; } /* '' */
.icon-attention-alt:before { content: '\f12a'; } /* '' */
.icon-puzzle:before { content: '\f12e'; } /* '' */
.icon-mic:before { content: '\f130'; } /* '' */
.icon-mute:before { content: '\f131'; } /* '' */
.icon-shield:before { content: '\f132'; } /* '' */
.icon-calendar-empty:before { content: '\f133'; } /* '' */
.icon-extinguisher:before { content: '\f134'; } /* '' */
.icon-rocket:before { content: '\f135'; } /* '' */
.icon-angle-circled-left:before { content: '\f137'; } /* '' */
.icon-angle-circled-right:before { content: '\f138'; } /* '' */
.icon-angle-circled-up:before { content: '\f139'; } /* '' */
.icon-angle-circled-down:before { content: '\f13a'; } /* '' */
.icon-anchor:before { content: '\f13d'; } /* '' */
.icon-lock-open-alt:before { content: '\f13e'; } /* '' */
.icon-bullseye:before { content: '\f140'; } /* '' */
.icon-ticket:before { content: '\f145'; } /* '' */
.icon-minus-squared:before { content: '\f146'; } /* '' */
.icon-minus-squared-alt:before { content: '\f147'; } /* '' */
.icon-level-up:before { content: '\f148'; } /* '' */
.icon-level-down:before { content: '\f149'; } /* '' */
.icon-ok-squared:before { content: '\f14a'; } /* '' */
.icon-pencil-squared:before { content: '\f14b'; } /* '' */
.icon-compass:before { content: '\f14e'; } /* '' */
.icon-expand:before { content: '\f150'; } /* '' */
.icon-collapse:before { content: '\f151'; } /* '' */
.icon-expand-right:before { content: '\f152'; } /* '' */
.icon-euro:before { content: '\f153'; } /* '' */
.icon-doc-inv:before { content: '\f15b'; } /* '' */
.icon-doc-text-inv:before { content: '\f15c'; } /* '' */
.icon-sort-alt-up:before { content: '\f160'; } /* '' */
.icon-sort-alt-down:before { content: '\f161'; } /* '' */
.icon-thumbs-up-alt:before { content: '\f164'; } /* '' */
.icon-thumbs-down-alt:before { content: '\f165'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-xing:before { content: '\f168'; } /* '' */
.icon-xing-squared:before { content: '\f169'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-flickr:before { content: '\f16e'; } /* '' */
.icon-tumblr:before { content: '\f173'; } /* '' */
.icon-tumblr-squared:before { content: '\f174'; } /* '' */
.icon-down:before { content: '\f175'; } /* '' */
.icon-up:before { content: '\f176'; } /* '' */
.icon-left:before { content: '\f177'; } /* '' */
.icon-right:before { content: '\f178'; } /* '' */
.icon-windows:before { content: '\f17a'; } /* '' */
.icon-foursquare:before { content: '\f180'; } /* '' */
.icon-sun:before { content: '\f185'; } /* '' */
.icon-moon:before { content: '\f186'; } /* '' */
.icon-box:before { content: '\f187'; } /* '' */
.icon-bug:before { content: '\f188'; } /* '' */
.icon-right-circled2:before { content: '\f18e'; } /* '' */
.icon-left-circled2:before { content: '\f190'; } /* '' */
.icon-collapse-left:before { content: '\f191'; } /* '' */
.icon-wheelchair:before { content: '\f193'; } /* '' */
.icon-vimeo-squared:before { content: '\f194'; } /* '' */
.icon-plus-squared-alt:before { content: '\f196'; } /* '' */
.icon-bank:before { content: '\f19c'; } /* '' */
.icon-graduation-cap:before { content: '\f19d'; } /* '' */
.icon-google:before { content: '\f1a0'; } /* '' */
.icon-fax:before { content: '\f1ac'; } /* '' */
.icon-building-filled:before { content: '\f1ad'; } /* '' */
.icon-paw:before { content: '\f1b0'; } /* '' */
.icon-spoon:before { content: '\f1b1'; } /* '' */
.icon-recycle:before { content: '\f1b8'; } /* '' */
.icon-cab:before { content: '\f1b9'; } /* '' */
.icon-taxi:before { content: '\f1ba'; } /* '' */
.icon-tree:before { content: '\f1bb'; } /* '' */
.icon-database:before { content: '\f1c0'; } /* '' */
.icon-file-pdf:before { content: '\f1c1'; } /* '' */
.icon-file-word:before { content: '\f1c2'; } /* '' */
.icon-file-excel:before { content: '\f1c3'; } /* '' */
.icon-file-powerpoint:before { content: '\f1c4'; } /* '' */
.icon-file-image:before { content: '\f1c5'; } /* '' */
.icon-file-archive:before { content: '\f1c6'; } /* '' */
.icon-lifebuoy:before { content: '\f1cd'; } /* '' */
.icon-wechat:before { content: '\f1d7'; } /* '' */
.icon-paper-plane:before { content: '\f1d8'; } /* '' */
.icon-paper-plane-empty:before { content: '\f1d9'; } /* '' */
.icon-history:before { content: '\f1da'; } /* '' */
.icon-sliders:before { content: '\f1de'; } /* '' */
.icon-binoculars:before { content: '\f1e5'; } /* '' */
.icon-plug:before { content: '\f1e6'; } /* '' */
.icon-newspaper:before { content: '\f1ea'; } /* '' */
.icon-wifi:before { content: '\f1eb'; } /* '' */
.icon-calc:before { content: '\f1ec'; } /* '' */
.icon-paypal:before { content: '\f1ed'; } /* '' */
.icon-trash:before { content: '\f1f8'; } /* '' */
.icon-at:before { content: '\f1fa'; } /* '' */
.icon-eyedropper:before { content: '\f1fb'; } /* '' */
.icon-brush:before { content: '\f1fc'; } /* '' */
.icon-birthday:before { content: '\f1fd'; } /* '' */
.icon-chart-area:before { content: '\f1fe'; } /* '' */
.icon-chart-pie:before { content: '\f200'; } /* '' */
.icon-chart-line:before { content: '\f201'; } /* '' */
.icon-bicycle:before { content: '\f206'; } /* '' */
.icon-bus:before { content: '\f207'; } /* '' */
.icon-angellist:before { content: '\f209'; } /* '' */
.icon-cart-plus:before { content: '\f217'; } /* '' */
.icon-cart-arrow-down:before { content: '\f218'; } /* '' */
.icon-diamond:before { content: '\f219'; } /* '' */
.icon-ship:before { content: '\f21a'; } /* '' */
.icon-motorcycle:before { content: '\f21c'; } /* '' */
.icon-heartbeat:before { content: '\f21e'; } /* '' */
.icon-facebook-official:before { content: '\f230'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */
.icon-server:before { content: '\f233'; } /* '' */
.icon-bed:before { content: '\f236'; } /* '' */
.icon-train:before { content: '\f238'; } /* '' */
.icon-subway:before { content: '\f239'; } /* '' */
.icon-battery-4:before { content: '\f240'; } /* '' */
.icon-battery-3:before { content: '\f241'; } /* '' */
.icon-battery-2:before { content: '\f242'; } /* '' */
.icon-battery-1:before { content: '\f243'; } /* '' */
.icon-battery-0:before { content: '\f244'; } /* '' */
.icon-balance-scale:before { content: '\f24e'; } /* '' */
.icon-hourglass-o:before { content: '\f250'; } /* '' */
.icon-hourglass-1:before { content: '\f251'; } /* '' */
.icon-hourglass-2:before { content: '\f252'; } /* '' */
.icon-hourglass-3:before { content: '\f253'; } /* '' */
.icon-hourglass:before { content: '\f254'; } /* '' */
.icon-safari:before { content: '\f267'; } /* '' */
.icon-chrome:before { content: '\f268'; } /* '' */
.icon-firefox:before { content: '\f269'; } /* '' */
.icon-opera:before { content: '\f26a'; } /* '' */
.icon-internet-explorer:before { content: '\f26b'; } /* '' */
.icon-television:before { content: '\f26c'; } /* '' */
.icon-calendar-plus-o:before { content: '\f271'; } /* '' */
.icon-calendar-minus-o:before { content: '\f272'; } /* '' */
.icon-calendar-times-o:before { content: '\f273'; } /* '' */
.icon-calendar-check-o:before { content: '\f274'; } /* '' */
.icon-industry:before { content: '\f275'; } /* '' */
.icon-map-pin:before { content: '\f276'; } /* '' */
.icon-map-signs:before { content: '\f277'; } /* '' */
.icon-map-o:before { content: '\f278'; } /* '' */
.icon-map:before { content: '\f279'; } /* '' */
.icon-commenting:before { content: '\f27a'; } /* '' */
.icon-commenting-o:before { content: '\f27b'; } /* '' */
.icon-vimeo:before { content: '\f27d'; } /* '' */
.icon-edge:before { content: '\f282'; } /* '' */
.icon-credit-card-alt:before { content: '\f283'; } /* '' */
.icon-shopping-bag:before { content: '\f290'; } /* '' */
.icon-shopping-basket:before { content: '\f291'; } /* '' */
.icon-bluetooth:before { content: '\f293'; } /* '' */
.icon-bluetooth-b:before { content: '\f294'; } /* '' */
.icon-percent:before { content: '\f295'; } /* '' */
.icon-question-circle-o:before { content: '\f29c'; } /* '' */
.icon-handshake-o:before { content: '\f2b5'; } /* '' */
.icon-address-book:before { content: '\f2b9'; } /* '' */
.icon-address-book-o:before { content: '\f2ba'; } /* '' */
.icon-address-card:before { content: '\f2bb'; } /* '' */
.icon-address-card-o:before { content: '\f2bc'; } /* '' */
.icon-user-circle:before { content: '\f2bd'; } /* '' */
.icon-user-circle-o:before { content: '\f2be'; } /* '' */
.icon-user-o:before { content: '\f2c0'; } /* '' */
.icon-thermometer:before { content: '\f2c7'; } /* '' */
.icon-thermometer-3:before { content: '\f2c8'; } /* '' */
.icon-thermometer-2:before { content: '\f2c9'; } /* '' */
.icon-thermometer-quarter:before { content: '\f2ca'; } /* '' */
.icon-thermometer-0:before { content: '\f2cb'; } /* '' */
.icon-shower:before { content: '\f2cc'; } /* '' */
.icon-bath:before { content: '\f2cd'; } /* '' */
.icon-twitter-squared:before { content: '\f304'; } /* '' */
.icon-facebook-squared:before { content: '\f308'; } /* '' */
.icon-linkedin-squared:before { content: '\f30c'; } /* '' */
.ce_form {
    padding: 0 0.25em 1em 0.25em;
    font-family: "Open Sans", sans-serif;
    font-size: 0.938em;
    color: #444;
}
.ce_form label {
    display: block;
    margin: 1.25em 0 0.063em;
    font-family: "Open Sans", sans-serif;
    font-size: 0.938em;
}

.ce_form input[type="text"],
.ce_form input[type="email"],
.ce_form input[type="tel"],
.ce_form input[type="submit"],
.ce_form textarea,
.ce_form select {
    -webkit-appearance: none;
    width: 75%;
    margin-right: 1%;
    padding: 0.75em;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    font-family: "Open Sans", sans-serif;
    font-size: 0.938em;
}
.ce_form textarea {
    overflow: auto;
}
button.submit {
    display: inline-block;
    width: auto;
    text-align: center;
    margin-top: 1.5rem;
    padding: 0.75rem 1rem;
    text-decoration: none;
    color: #fff;
    font-size: 0.938em;
    font-weight: normal;
    border: 0;
    cursor: pointer;
    background: #0b388d;
}
button.submit:before {
    font-family: "fontello";
    content: "\f1d9";
    margin-right: 10px;
    font-size: 1.25em;
}
button.submit:hover {
    background: #f1f1f1;
    color: #333;
}
.leftnav { margin: 1em 0; }
.leftnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.leftnav ul ul { margin-top: 1px; }
.leftnav li {
    margin-bottom: 1px;
}
.leftnav a,
.leftnav strong.active {
    display: block;
    background-color: #f1f1f1;
    text-decoration: none;
    font-size: 0.875em;
    font-weight: 400;
    color: #333;
    padding: 0.875em 0.75em;
    -moz-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
.leftnav strong.active,
.leftnav a.trail,
.leftnav a:focus,
.leftnav a:hover,
.leftnav a:active {
    background-color: #0b388d;
    color: #fff;
    text-decoration: none;
}
.leftnav li li a,
.leftnav li li strong.active {
    background-color: #caedfe;
    padding: 0.75em 0.75em 0.75em 1.875em;
}
.leftnav li li strong.active,
.leftnav li li a.trail,
.leftnav li li a:focus,
.leftnav li li a:hover,
.leftnav li li a:active {
    background-color: #7fd2fd;
}
.leftnav li li li a,
.leftnav li li li strong.active {
    background-color: #f7f7f7;
    padding: 0.75em 1em 0.75em 0.75em;
    text-align: right;
}
.leftnav li li li strong.active,
.leftnav li li li a:focus,
.leftnav li li li a:hover,
.leftnav li li li a:active {
    background-color: #a9e1fd;
}

.mod_mobile_menu {
    float: right;
	width: 20%;
	padding-top: 10px;
	display: none;
}
.hamburg {
    display: block;
    float: right;
    width: 55px;
    height: 50px;
    position: relative;
    margin: 0;
    cursor: pointer;
    z-index: 300;
}
.line {
    position: absolute;
    left: 10px;
    height: 4px;
    width: 35px;
    background: #0b388d;
    border-radius: 2px;
    display: block;
    -webkit-transition: 0.75s;
    -o-transition: 0.75s;
    transition: 0.75s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.line:nth-child(1) {
    top: 11px;
}

.line:nth-child(2) {
    top: 23px;
}

.line:nth-child(3) {
    top: 35px;
}

.mobile_menu_trigger.active .hamburg .line:nth-child(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    -ms-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
}

.mobile_menu_trigger.active .hamburg .line:nth-child(2) {
    opacity: 0;
}

.mobile_menu_trigger.active .hamburg .line:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    -ms-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}

.mobile_menu_trigger.active .hamburg .line:nth-child(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    -ms-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
}

.mobile_menu_trigger.active .hamburg .line:nth-child(2) {
    opacity: 0;
}

.mobile_menu_trigger.active .hamburg .line:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    -ms-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}

.mobile_menu {
    z-index: 200;
}

.mobile_menu .inner {
    background: #fff;
    padding: 0.5rem;
}

.mobilnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobilnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobilnav ul ul { margin-top: 1px; }
.mobilnav li {
    margin-bottom: 1px;
}
.mobilnav a,
.mobilnav strong.active {
    display: block;
    background-color: #f1f1f1;
    text-decoration: none;
    font-size: 0.875em;
    font-weight: 400;
    color: #333;
    padding: 0.875em 0.75em;
    -moz-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
.mobilnav strong.active,
.mobilnav a.trail,
.mobilnav a:focus,
.mobilnav a:hover,
.mobilnav a:active {
    background-color: #0b388d;
    color: #fff;
    text-decoration: none;
}
.mobilnav li li a,
.mobilnav li li strong.active {
    background-color: #caedfe;
    padding: 0.75em 0.75em 0.75em 1.875em;
}
.mobilnav li li strong.active,
.mobilnav li li a.trail,
.mobilnav li li a:focus,
.mobilnav li li a:hover,
.mobilnav li li a:active {
    background-color: #7fd2fd;
}
.mobilnav li li li a,
.mobilnav li li li strong.active {
    background-color: #f7f7f7;
    padding: 0.75em 1em 0.75em 0.75em;
    text-align: right;
}
.mobilnav li li li strong.active,
.mobilnav li li li a:focus,
.mobilnav li li li a:hover,
.mobilnav li li li a:active {
    background-color: #a9e1fd;
}

.mobilnav ul>li>.submenu:after {
    content: " ▾";
}

.menu-contactbox {
    padding-top: 1rem;
}
.object_map {
    width: 100% !important;
}

img {
    display: inline-block;
    max-width: 100%;
    border: 0;
    height: auto;
    margin: 0 auto;
}

.image_container {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.image_container a {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.image_container a,
.image_container a:visited {
    text-decoration: none;
    border-bottom: none;
}

.image_container a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.image_container a:hover:before {
    background: rgba(0, 0, 0, 0.5);
}

.image_container a:after {
    font-size: 2rem;
    content: "+";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin: -0.5em;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.image_container a:hover:after {
    opacity: 1;
}

.ce_image {
    margin-bottom: 2rem;
}

.ce_gallery {
    margin: 1.25rem 0;
}

.ce_gallery ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ce_gallery ul li {
    margin: 0 0 1rem 0;
    list-style-type: none;
}

.ce_gallery ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ce_gallery ul li {
    width: 31%;
    margin-right: 3.5%;
}

.ce_gallery ul li.row_last {
    margin-right: 0;
}

.float_left {
    float: left;
    margin: 10px 1em 1em 0;
}

.float_right {
    float: right;
    margin: 10px 0 1em 1em;
}

#cboxLoadedContent {
    border: 5px solid #fff;
}

#cboxTitle {
    color: #fff;
}
@media screen and (max-width: 60.875em) {
	.siegel { display: none; }
	#jameda-widget-container1062296 {
		width: auto;
	}
    #header h1 {
        font-size: 1.25em;
        margin-bottom: 0.375em;
    }
    #header h2 { font-size: 1em; }
    .contact a,
    .slogan span { font-size: 1em; }
    .ce_text .image_container { width: 35%; }
    .ce_form input[type="text"],
    .ce_form input[type="email"],
    .ce_form input[type="tel"],
    .ce_form textarea,
    .ce_form select,
    button.submit { width: 100%; }
    #footer .footer-left {
	    float: none;
	    width: auto;
	}
	#footer .footer-right {
	    float: none;
	    width: auto;
	    text-align: left;
	}

}

@media screen and (max-width: 47em) {
	.siegel { display: block; }
    #wrapper {
        width: 100%;
        margin: 0 auto;
        box-shadow: none;
    }
    #left .mod_navigation,
    #header .logo-right { display: none; }
    #header .logo {
        float: left;
        width: 80%;
    }
    #header img { width: 15%; }
    #header .logo-left {
        width: 85%;
        border-right: 0;
    }
    .mod_mobile_menu {
		display: block;
	}
    #main,
    #left {
    width: 100%;
    float: none;
    }
    #left .inside { padding-bottom: 1em; }
    #main .inside { padding-bottom: 1em; }
    .contact a,
    .contact a:hover { cursor: pointer; }
    .urlaub { width: 80%; }
    #footer .facebook {
    float: none;
    width: 100%;
    }
    #footer p {
        float: none;
        width: 100%;
        font-size: 0.813em;
        padding: 0.375em 0 0 0;
        text-align: left;
    }
}
