.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}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

#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}
/*
 * This file is part of Contao.
 *
 * (c) Leo Feyer
 *
 * @license LGPL-3.0-or-later
 */

/**
 * Standardize some basic elements
 */
body,form,figure {
	margin:0;
	padding:0;
}
img {
	border:0;
}
header,footer,nav,section,aside,article,figure,figcaption {
	display:block;
}

/**
 * Fix some font issues
 */
body {
	font-size:100.01%;
}
select,input,textarea {
	font-size:99%;
}

/**
 * Fix some positioning issues
 */
#container,.inside {
	position:relative;
}

/**
 * Format the Contao image galleries (now rendered as unordered lists)
 */
.ce_gallery > ul {
	margin:0;
	padding:0;
	overflow:hidden;
	list-style:none;
}
.ce_gallery > ul li {
	float:left;
}
.ce_gallery > ul li.col_first {
	clear:left;
}

/**
 * Float classes (see #6851)
 */
.float_left {
	float:left;
}
.float_right {
	float:right;
}

/**
 * Clear floats
 */

.clear,#clear {
	height:0.1px;
	font-size:0.1px;
	line-height:0.1px;
	clear:both;
}

/**
 * Hide invisible elements
 */
.invisible {
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
}

/**
 * Custom layout sections
 */
.custom {
	display:block;
}
#container:after,.custom:after {
	content:"";
	display:table;
	clear:both;
}



/*-----------------------------------------------------------------------------------*/

/*	1.0 Reset
/*-----------------------------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

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

audio,
canvas,
video {
	display: inline-block;
	display: inline;
	zoom: 1;
}

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

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

figure {
	margin: 0;
}

figcaption {
	text-align: center;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

a:hover,
a:active,
a:focus {
	outline: none;
	-moz-outline-style: none;
}

input {
	-webkit-border-radius: 0;
	border-radius: 0;
}

::-webkit-input-placeholder {
	color: #9b9b9b;
}

:-moz-placeholder {
	color: #9b9b9b;
}

::-moz-placeholder {
	color: #9b9b9b;
}

:-ms-input-placeholder {
	color: #9b9b9b;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::selection {
	background: #d7f4f9;
}

::-moz-selection {
	background: #d7f4f9;
}

.entry-content .syntaxhighlighter,
.syntaxhighlighter div,
.entry-content .syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody {
	font-size: 17px !important;
}

/* Clearfix */

.clearfix:after,
#main-wrap .sharedaddy:after,
.clear:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.cf:before,
.cf:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.cf:after {
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

#hero figure {
	line-height: 0;
}




@font-face {
  font-family: 'fontello';
  src: url('../../files/layout/fontello.eot?82045528');
  src: url('../../files/layout/fontello.eot?82045528#iefix') format('embedded-opentype'),
       url('../../files/layout/fontello.woff2?82045528') format('woff2'),
       url('../../files/layout/fontello.woff?82045528') format('woff'),
       url('../../files/layout/fontello.ttf?82045528') format('truetype'),
       url('../../files/layout/fontello.svg?82045528#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 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/layout/fontello.svg?82045528#fontello') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  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-menu:before { content: '\e800'; } /* '' */

/* ------------------------------------------------------
	BASICS
--------------------------------------------------------*/

/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Myriad Pro Regular by Adobe
 * URL: https://www.myfonts.com/collections/adobe-foundry

 * Webfont: Myriad Pro Bold by Adobe
 * URL: https://www.myfonts.com/collections/adobe-foundry
 
 * © 2025 MyFonts Inc. */

@font-face {
	font-family: "Myriad";
	src: url("../../files/layout/webFonts/MyriadProBold/font.woff2") format("woff2"),
		url("../../files/layout/webFonts/MyriadProBold/font.woff") format("woff");
	font-weight: 700;
}
@font-face {
	font-family: "Myriad";
	src: url("../../files/layout/webFonts/MyriadProRegular/font.woff2") format("woff2"),
		url("../../files/layout/webFonts/MyriadProRegular/font.woff") format("woff");
	font-weight: 400;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ccc;
	font-family: "Myriad", sans-serif;
	color: #333;
	font-size: 15px;
	line-height: 1.5em;
}

p,
#main ul,
#main table {
	padding-bottom: 1em;
}

a {
	color: #999;
}

h2,
h3,
h4,
h5,
h5 {
	font-size: 15px;
	margin-bottom: 1em;
}

.datenschutz h2 {
	font-size: 18px;
	color: #999;
	margin-top: 1em;
}

.datenschutz h3 {
	margin-bottom: 0;
}

.datenschutz h2:first-child {
	margin-top: 0 !important;
}

#wrapper {
	background: #fff;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

#container {
	display: flex;
	flex-wrap: wrap;
}

#left {
	width: 16.6666666667%;
	margin-top: -235px;
	/* float: left; */
	/* margin-top: -235px; */
}

#right {
	width: 33.3333333333%;
	/* float: left; */
}

#main {
	width: 50%;
	/* float: left; */
}

#main p {
	-webkit-hyphens: auto;
}

/* ------------------------------------------------------
	HEADER
--------------------------------------------------------*/

#header {
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#header {
	height: 135px;
	/* background: url(../../files/layout/header.png); */
	background-color: #b8d0f3;
	border-right: 150px solid #fef0f5;
}

#header:before {
	background-color: #b9ddfd;
	border-bottom: 48px solid #b7c2c4;
	height: 135px;
	width: 150px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}

#header .logo {
	background-color: #b6b7bd;
	position: absolute;
	top: 87px;
	left: 150px;
	padding: 0 12px;
	color: #fff;
	font-size: 17px;
	height: 48px;
	overflow: hidden;
	width: 330px;
}

#header .logo span,
#header .logo strong {
	padding-top: 14px;
	display: inline-block;
}

#header .logo strong {
	font-weight: 400;
	border-left: 1px solid #fff;
	padding-left: 0.5em;
}

#header .logo span {
	padding-right: 0.5em;
}

#header .logo-location {
	position: absolute;
	top: 102px;
	left: 500px;
	font-size: 15px;
	color: #707070;
}

#header .titel {
	position: absolute;
	top: 5px;
	left: 160px;
	font-size: 15px;
	color: #707070;
}

.en #header {
	background: url(../../files/layout/header_en.png) !important;
}

#content-header {
	height: 200px;
	background: #fabd43;
	width: 83.3333333333%;
	margin-left: 16.6666666667%;
	border-bottom: 30px solid #fee0ab;
	margin-bottom: 35px;
	overflow: hidden;
}

#content-header .inside {
	position: relative;
}

#content-header h1 {
	color: #fdd68f;
	font-weight: normal;
	font-size: 40px;
	position: absolute;
	top: 125px;
	left: 5px;
}

.mod_pageimage {
	background-color: #fdd68f;
	line-height: 0;
	padding: 18px 0;
	position: absolute;
	right: 0;
}

/* ------------------------------------------------------
	CONTENT
--------------------------------------------------------*/

.content-image,
.content-player {
	margin-bottom: 1.5rem;
}

.headline-mobile {
	text-indent: -9999px;
	height: 0;
	margin-bottom: 0;
}

.focus-empfehlung {
	background-color: #f1f8ff;
	border-left: 3px solid #cbe5fd;
	padding: 20px;
	margin: 20px 0;
	width: 100%;
	max-width: 445px;

	color: #777;
	font-size: 15px;
	line-height: 1.4em;
}

.focus-empfehlung p {
	padding-bottom: 0;
}

.focus-empfehlung strong {
	color: #db0000;
}

#main {
	padding-bottom: 30px;
}

.layout-home #main {
	/*width: 83.3333333333%;
	padding-right: 150px;*/
}

#right {
	font-size: 13px;
	line-height: 1.3em !important;
}

#main .mod_article {
	padding-right: 20px;
}

.layout-home #main .mod_article {
	/*padding-right: 0;*/
}

#right .mod_article {
	padding-right: 75px;
}

.willkommen {
	/* padding: 0 150px !important; */
	font-size: 16px;
	margin-bottom: 30px;
	color: #999;
}

.einleitung {
	font-size: 20px;
}

.image_container .caption {
	font-size: 13px;
	color: #999;
}

.ce_table table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

.ce_table table td {
	vertical-align: text-bottom;
	padding: 0;
	margin: 0;
}

.ce_table table td.col_0 {
	padding-right: 25px;
}

#main ul {
	list-style-type: disc;
	padding-left: 20px;
}

.mod_dlh_googlemaps .routinglink,
.mod_dlh_googlemaps p {
	font-size: 13px;
	line-height: 1.4em;
}

.content-gallery .image_container {
	line-height: 0;
}

#right .ce_ce_lightbox4ward img {
	padding: 0 2px;
}

.content-gallery ul {
	display: grid;
	gap: 4px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	list-style-type: none;
}

.content-gallery li,
.content-gallery figure {
	margin: 0 !important;
	list-style-type: none;
}

.content-gallery img {
	display: block;
	width: 100%;
	height: auto;
}
.content-gallery--cols-3 ul {
	grid-template-columns: repeat(3, 1fr);
}

.ce_gallery > ul {
}

.ce_gallery > ul li {
}

.ce_gallery .row_first {
}

.ce_gallery .row_last {
}

.ce_gallery .col_first {
}

.ce_gallery .col_last {
}

.ce_gallery .even {
}

.ce_gallery .odd {
}

.ce_gallery .cols_1 {
}

.ce_gallery .cols_1 li {
}

.ce_gallery .cols_2 {
}

.ce_gallery .cols_2 li {
}

.ce_gallery .cols_3 {
}

.ce_gallery .cols_3 li {
}

.ce_gallery .cols_4 {
}

.ce_gallery .cols_4 li {
}

.ce_gallery .cols_5 {
}

.ce_gallery .cols_5 li {
}

.ce_gallery .cols_6 {
}

.ce_gallery .cols_6 li {
}

.ce_gallery .cols_7 {
}

.ce_gallery .cols_7 li {
}

.ce_gallery .cols_8 {
}

.ce_gallery .cols_8 li {
}

.ce_gallery .cols_9 {
}

.ce_gallery .cols_9 li {
}

.ce_gallery .cols_10 {
}

.ce_gallery .cols_10 li {
}

.ce_gallery .cols_11 {
}

.ce_gallery .cols_11 li {
}

.ce_gallery .cols_12 {
}

.ce_gallery .cols_12 li {
}

#right .ce_player {
	position: relative;
	padding-bottom: 30px;
}

#right .ce_player h6 {
	position: absolute;
	bottom: 0;
	font-weight: 400;
	text-align: center;
	max-width: 215px;
	width: 100%;
	color: #999;
}

/* ------------------------------------------------------
	FORMS
--------------------------------------------------------*/

.bestaetigung h1 {
	text-indent: -9999px;
}

form {
}

form label {
	font-size: 13px;
	margin: 0 !important;
}

form label,
form .text {
	display: block;
	margin: 0 !important;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

form .text,
form .textarea {
	padding: 5px;
	border: 1px solid #b6b7bd;
	font-family: "Myriad W01", sans-serif;
	font-size: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
}

form .textarea {
	width: 100% !important;
}

form .submit {
	background-color: #fabd43;
	color: #fff;
	border: 0;
	padding: 8px 15px;
	margin-top: 10px;
}

form .submit:hover {
	background-color: #b6b7bd;
	cursor: pointer;
}

fieldset {
	border: 0;
}

.checkbox_container label {
	display: inline;
}

.checkbox_container span {
	display: inline-block;
	padding-right: 20px;
}

input.error,
.textarea.error {
	border-color: red;
}

p.error {
	display: none;
}

label.error {
	color: red;
}

.error legend {
	color: red;
}

.error-block {
	color: red;
	margin-bottom: 2em;
}

div.col-50 {
	width: 50%;
	float: left;
	padding-right: 10px;
}

.radio_container span {
	padding-right: 10px;
}

.radio_container span,
.radio_container label,
.radio_container .radio {
	display: inline;
}

.widget {
	padding-bottom: 10px;
	padding-right: 10px;
}

label {
	line-height: 1.2em;
}

/* ------------------------------------------------------
	FOOTER
--------------------------------------------------------*/

#footer {
	position: relative;
}

#footer a {
	font-size: 14px;
	text-decoration: none;
}

#footer nav {
	position: absolute;
	bottom: -30px;
	right: 0;
}

#footer li {
	display: inline-block;
	padding-right: 10px;
}

/* ------------------------------------------------------
	NAVIGATION
--------------------------------------------------------*/

.mod_navigation {
	padding: 20px;
}

.mod_navigation ul {
	list-style-type: none;
}

.mod_navigation li.last {
	margin-right: 0;
}

.mod_navigation li li {
	/*padding-left: 10px;*/
	font-size: 13px;
}

.mod_navigation li li a:before,
.mod_navigation li li strong:before {
	content: "/ ";
}

.mod_navigation li a,
.mod_navigation li strong {
	color: #999;
	text-decoration: none;
	display: block;
	padding: 5px 0;
	font-weight: normal;
}

.mod_navigation .green-office a,
span.green {
	color: #9acd32;
}

.mod_navigation .level_1 li strong.active,
.mod_navigation .level_2 li strong.active,
.mod_navigation .level_1 li.trail a,
.mod_navigation .level_1 li.trail {
	/*color: #333;*/
	color: #333;
}

.level_2 li a,
.level_2 li {
	color: #999 !important;
	padding: 1px 0;
}

.mod_changelanguage ul {
	padding-left: 20px;
	list-style-type: none;
}

.mod_changelanguage li {
	display: inline-block;
	padding-right: 5px;
}

.mod_changelanguage a,
.mod_changelanguage strong {
	text-decoration: none;
	padding: 5px;
	font-size: 13px;
	display: block;
	width: 16px;
	height: 11px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
}

.mod_changelanguage .lang-de a,
.mod_changelanguage .lang-de strong {
	background-image: url(../../files/layout/de.png);
}

.mod_changelanguage .lang-en a,
.mod_changelanguage .lang-en strong {
	background-image: url(../../files/layout/gb.png);
}

.mod_changelanguage strong {
	opacity: 0.4;
}

/* ------------------------------------------------------
	SLIDER
--------------------------------------------------------*/

#slider-bottom {
	background-color: #feeac7;
	padding: 10px 0;
	border-bottom: 60px solid #fff;
}

.slider-home-1,
.slider-home-2,
.slider-home-3 {
	float: left;
	width: 33%;
	padding: 0 5px;
}

@media screen and (max-width: 900px) {
	body {
		background-color: #fff;
		font-size: 16px;
	}
	#wrapper {
		max-width: 100%;
	}

	#main {
		width: 66.6666666667%;
	}

	#right {
		width: 33.3333333333%;
	}
	#header:before {
		display: none;
	}
	#header .logo {
		left: 0;
		padding: 0 12px;
	}

	#header {
		border-right: 0;
	}

	#header .logo span,
	#header .logo strong {
		padding-top: 14px;
		display: inline-block;
	}

	#header .logo strong {
		font-weight: 400;
		border-left: 1px solid #fff;
		padding-left: 0.5em;
	}

	#header .logo span {
		padding-right: 0.5em;
	}

	#header .logo-location {
		top: 102px;
		left: 340px;
	}

	#header .titel {
		left: 12px;
	}
	#left {
		display: none;
	}
	#main .inside {
		padding: 0 20px;
	}
	.layout-home #main {
		width: 100%;
	}

	#content-header {
		width: 100%;
		height: 145px;
	}

	.mod_pageImage {
		padding-top: 0;
	}

	#content-header h1 {
		left: 20px;
		top: 75px;
	}

	#main .mod_article {
		padding-right: 0;
	}

	#footer nav {
		left: 20px;
	}

	/* ------------------------------------------------------
		MOBILE MENU
	--------------------------------------------------------*/
	.mobile_menu_trigger {
		background-color: rgba(255, 255, 255, 0.7);
		padding: 0 10px;
		right: 0;
		top: 0;
		position: absolute;
		line-height: 48px;
		height: 48px;
		cursor: pointer;
	}

	.mobile_menu {
		z-index: 1001;
	}

	.mobile_menu .inner {
		background: #fff;
	}
	.mobile_menu_overlay.background {
		background: rgba(0, 0, 0, 0.4);
		z-index: 1000;
	}
	.mobile_menu .mod_navigation li {
		font-size: 16px;
	}
	.mobile_menu .mod_navigation li li a:before,
	.mobile_menu .mod_navigation li li strong:before {
		content: "";
	}
	.mobile_menu .mod_navigation li a,
	.mobile_menu .mod_navigation li strong {
		padding: 10px 0;
		font-weight: normal;
		border-bottom: 1px solid #eee;
	}

	.mobile_menu .mod_navigation .trail a {
		border-bottom: none;
	}

	.mobile_menu .mod_navigation li.last a,
	.mobile_menu .mod_navigation li.last strong,
	.mobile_menu .mod_navigation .level_2 li a,
	.mobile_menu .mod_navigation .level_2 li strong {
		border-bottom: none;
	}

	.mobile_menu .mod_navigation .level_1 li strong.active,
	.mobile_menu mod_navigation .level_2 li strong.active,
	.mobile_menu .mod_navigation .level_1 li.trail a,
	.mobile_menu .mod_navigation .level_1 li.trail {
	}
	.mobile_menu .level_2 li a,
	.mobile_menu .level_2 li {
		font-size: 16px;
	}

	.mobile_menu .mod_changelanguage a,
	.mobile_menu .mod_changelanguage strong {
		text-decoration: none;
		padding: 0;
		font-size: 16px;
		display: block;
		width: 100%;
		height: auto;
		text-indent: 0;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: none;
		margin-top: 20px;
	}
}

@media screen and (max-width: 768px) {
	.layout-home #main {
		padding-right: 20px;
	}

	#main,
	#right {
		width: 100%;
	}

	#right .inside {
		padding: 0 20px;
	}

	.mod_pageImage {
		display: none;
	}

	#header {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		height: 95px;
		z-index: 999;
	}

	body {
		padding-top: 95px;
	}

	.dlh_googlemap {
		max-width: 100%;
	}
}

@media screen and (max-width: 600px) {
	#header .logo-location,
	#header .titel {
		display: none;
	}

	.headline-mobile {
		text-indent: 0;
		height: auto;
		margin-bottom: 1em;
		color: #333;
	}

	#header {
		height: 96px;
	}

	#header .logo {
		top: 48px;
	}

	#content-header h1 {
		left: 20px;
		top: 75px;
		font-size: 32px;
	}
}

@media screen and (max-width: 530px) {
	#header .logo-location,
	#header .titel {
		display: none;
	}

	#header .logo {
		width: 100%;
	}

	.mobile_menu_trigger {
		left: 0;
		right: auto;
		background-color: transparent;
		color: #fff;
	}

	.mobile_menu_trigger span {
		font-weight: 700;
	}
}

@media screen and (max-width: 374px) {
	#header .logo {
		font-size: 16px;
		text-align: center;
	}
}

#wrapper {


}




@media screen and (max-width:910px) {

}

@media screen and (max-width:768px) {

}

