header,footer,nav,section,aside,main,article,figure,figcaption{display:block}body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img,iframe{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
#cconsent-bar,
#cconsent-bar * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#cconsent-bar {
    -webkit-box-align: end;
       -ms-flex-align: end;
          align-items: flex-end;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    max-width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9998;
}

#cconsent-bar.ccb--hidden {
    display: none;
}

#cconsent-bar .ccb__wrapper {
    padding: 15px;
    margin: 15px;
    max-height: 100%;
    max-width: 960px;
    overflow: auto;
    text-align: center;
}

#cconsent-bar .ccb__row,
#cconsent-modal .ccm__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

#cconsent-bar .ccb__row.ccb__buttons {
    -webkit-box-pack: end;
       -ms-flex-pack: end;
     justify-content: flex-end;
}


@media (max-width: 680px) {
    #cconsent-bar .ccb__row.ccb__buttons {
        -webkit-box-pack: center;
           -ms-flex-pack: center;
         justify-content: center;
    }
}


#cconsent-bar .ccb__row.ccb__footer {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
}

#cconsent-bar .ccb__row > .ccb__col,
#cconsent-modal .ccm__row > .ccm__col {
    padding-left: 10px;
    padding-right: 10px;
}

#cconsent-bar .ccb__row > .ccb__col:empty,
#cconsent-modal .ccm__row > .ccm__col:empty {
    display: none;
}

#cconsent-bar .ccb__row.ccb__buttons > .ccb__col {
    min-width: 10rem;
    white-space: nowrap;
}

#cconsent-bar .ccb__left {
    margin-bottom: 15px;
    text-align: justify;
}

#cconsent-bar .ccb__button,
#cconsent-modal .ccm__button {
    padding-bottom: 10px;
}

#cconsent-bar a {
    text-decoration: underline;
}

#cconsent-bar button {
    line-height: normal;
    font-size: 14px;
    border: none;
    padding: 10px 10px;
}

#cconsent-bar a:hover,
#cconsent-bar button:hover {
    cursor: pointer;
}

#cconsent-modal {
    display: none;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    z-index: 9999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#cconsent-bar.ccb--hidden+#cconsent-modal {
    background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 680px) {
    #cconsent-modal {
        height: 100%;
    }
}

#cconsent-modal .h2,
#cconsent-modal .h3 {
    color: #333;
}

#cconsent-modal.ccm--visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#cconsent-modal .ccm__content {
    max-height: 600px;
    max-width: 680px;
    min-height: 500px;
    min-width: 480px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #efefef;
}

@media (max-width: 680px) {
    #cconsent-modal .ccm__content {
        max-width: 100vw;
        height: 100%;
        max-height: initial;
        width: 100%;
        min-width: auto;
    }
}

#cconsent-modal .ccm__content > .ccm__content__heading {
    border-bottom: 1px solid #d8d8d8;
    padding: 35px 35px 20px;
    background-color: #efefef;
    position: relative;
}

#cconsent-modal .ccm__content > .ccm__content__heading .h2 {
    font-size: 21px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

#cconsent-modal .ccm__content > .ccm__content__heading .ccm__cheading__close {
    font-weight: 600;
    color: #888;
    cursor: pointer;
    font-size: 26px;
    position: absolute;
    right: 15px;
    top: 15px;
}

#cconsent-modal .h2,
#cconsent-modal .h3 {
    margin-top: 0;
}

#cconsent-modal .ccm__content > .ccm__content__body {
    background-color: #fff;
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tabgroup {
    margin: 0;
    border-bottom: 1px solid #d8d8d8;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__switch-needed::before {
    position: absolute;
    left: 35px;
    font-size: 1.4em;
    font-weight: 600;
    color: #e56385;
    content: "×";
    display: inline-block;
    margin-right: 20px;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup.checked-5jhk
    .ccm__switch-needed::before {
    font-size: 1em;
    content: "✔";
    color: #28a834;
}


#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch-component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch-component
    > div {
    font-weight: 600;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch-group {
    width: 40px;
    height: 20px;
    margin: 0 10px;
    position: relative;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 40px;
    height: 20px;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch
    input {
    display: none;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch
    .ccm__switch__slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 10px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch
    .ccm__switch__slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch
    input:checked
    + .ccm__switch__slider {
    background-color: #28a834;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch
    input:focus
    + .ccm__switch__slider {
    -webkit-box-shadow: 0 0 1px #28a834;
            box-shadow: 0 0 1px #28a834;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch
    input:checked
    + .ccm__switch__slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head
    .ccm__tab-head__icon-wedge {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform-origin: 16px 6px 0;
        -ms-transform-origin: 16px 6px 0;
            transform-origin: 16px 6px 0;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head
    .ccm__tab-head__icon-wedge
    > svg {
    pointer-events: none;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup.ccm__tabgroup--open
    .ccm__tab-head
    .ccm__tab-head__icon-wedge {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-head {
    color: #333;
    display: flex;
    padding: 17px 35px 17px 0px;
    margin: 0;
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content {
    padding: 25px 35px;
    margin: 0;
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-head {
    -webkit-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-head:hover {
    background-color: #f9f9f9;
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-head {
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tab-head,
    .ccm__tab-head__left {
        min-width: 60px;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tab-head,
    .ccm__tab-head__right {
        flex-grow: 1;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-content {
    display: none;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup.ccm__tabgroup--open
    .ccm__tab-head {
    background-color: #f9f9f9;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup.ccm__tabgroup--open
    .ccm__tab-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 680px) {
    #cconsent-modal
        .ccm__content
        > .ccm__content__body
        .ccm__tabgroup.ccm__tabgroup--open
        .ccm__tab-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px;
    }
}
@media (max-width: 680px) {
    #cconsent-modal
        .ccm__content
        > .ccm__content__body
        .ccm__tab-content
        .ccm__tab-content__left {
        margin-bottom: 20px;
    }
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content .h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1;
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content p {
    color: #444;
    margin-bottom: 0;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tab-content
    .ccm__list:not(:empty) {
    margin-top: 15px;
    overflow-x: auto;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tab-content
    .ccm__list
    .ccm__list__title {
    color: #333;
    font-weight: 600;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tab-content
    .ccm__list
    ul {
    list-style: none;
    margin: 5px 0;
    padding-left: 0;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__list li:not(:last-child) {
    margin-bottom: 10px;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__list table {
    min-width: 580px;
    table-layout: fixed;
    width: 100%;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__list tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body th,
#cconsent-modal
    .ccm__content
    > .ccm__content__body td {
    padding:5px;
    vertical-align: top;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__list th:first-child,
#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__list  td:first-child {
    padding-left: 0;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__list th:nth-child(3),
#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__list td:nth-child(3) {
    width: 300px;
}

#cconsent-modal .ccm__footer {
    padding: 35px;
    background-color: #efefef;
    text-align: center;
}

#cconsent-modal .ccm__footer button {
    line-height: normal;
    font-size: 14px;
    -webkit-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    border: none;
    padding: 13px;
    min-width: 110px;
    border-radius: 2px;
    cursor: pointer;
}

body > #cconsent-bar {
    font-size: 12px;
}

body > #cconsent-bar .ccb__wrapper {
    background-color: #ffffff;
}

body > #cconsent-bar,
body > #cconsent-bar a,
body > #cconsent-bar a:active,
body > #cconsent-bar a:visited {
    color: #000000;
}

body > #cconsent-bar a:hover {
    text-decoration: none;
}

body > #cconsent-bar .ccb__heading,
body > #cconsent-modal .ccm__heading,
body > #cconsent-bar .ccb__button,
body > #cconsent-modal .ccm__button {
    text-align: center;
}

body > #cconsent-modal .ccm__button > #ccm__footer__consent-modal-submit,
body > #cconsent-modal .ccm__button > .consent-give,
body > #cconsent-bar .ccb__button > .ccb__edit,
body > #cconsent-bar .ccb__button > .consent-deny,
body > #cconsent-bar .ccb__button > .consent-give {
    border: 1px solid transparent;
    background-color: #000000;
    color: #ffffff;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    width: 100%;
}

body > #cconsent-modal .ccm__button > #ccm__footer__consent-modal-submit:hover,
body > #cconsent-modal .ccm__button > .consent-give:hover,
body > #cconsent-bar .ccb__button > .consent-deny,
body > #cconsent-bar .ccb__button > .consent-give:hover {
    background-color: #ffffff;
    border-color: #000000;
    color: #000000;
}

body > #cconsent-bar .ccb__button > .ccb__edit {
    background-color: transparent;
    color: #000000;
}

.cc-blocknotice-wrapper {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.embed-responsive > .cc-blocknotice-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cc-blocknotice-wrapper .cc-blocknotice {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    max-height: 100%;
    max-width: 100%;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1;
}

/* basic.css */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,figure,pre,code,ol,ul,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}caption,th,td{vertical-align:top;text-align:left}abbr,acronym{border-bottom:1px dotted #666;font-variant:normal;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}li{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}a{color:#00f}:focus{outline:0}body{font:12px "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font:12px "Lucida Console",Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}h1{font-size:22px}h2{font-size:20px}h3{font-size:18px}table{font-size:inherit}caption,th{font-weight:bold}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px;/* Should match the font size */}.wichtig{padding:10px;background-color:#d8d8d8;border:1px solid #bc8f8f;box-sizing: border-box}
/**
 * Contao Open Source CMS
 * Copyright (C) 2005-2011 Leo Feyer
 *
 * Formerly known as TYPOlight Open Source CMS.
 *
 * This program is free software: you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation, either
 * version 3 of the License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 * 
 * You should have received a copy of the GNU Lesser General Public
 * License along with this program. If not, please visit the Free
 * Software Foundation website at <http://www.gnu.org/licenses/>.
 *
 * PHP version 5
 * @copyright  Leo Feyer 2005-2011
 * @author     Leo Feyer <http://www.contao.org>
 * @license    LGPL
 * @version    1.1
 */

/* Reset margins */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,figure,pre,code,ol,ul,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea {
	margin:0;
	padding:0;
}

/* Format basic elements */
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption,th,td {
	text-align:left;
	vertical-align:top;
}
abbr,acronym {
	font-variant:normal;
	border-bottom:1px dotted #666;
	cursor:help;
}
blockquote,q {
	quotes:none;
}
fieldset,img {
	border:0;
}
li {
	list-style-type:none;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
del {
	text-decoration:line-through;
}
ins {
	text-decoration:none;
}
a {
	color:#00f;
}
:focus {
	outline:0;
}

/* Font settings */
body {
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	font-size:12px;
	color:#000;
}
input,button,textarea,select {
	font-family:inherit;
	font-size:99%;
	font-weight:inherit;
}
pre,code {
	font-family:"Lucida Console",Monaco,monospace;
	font-size:12px;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
h1 {
	font-size:22px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
}
table {
	font-size:inherit;
}
caption,th {
	font-weight:bold;
}

/* Default margins */
h1,h2,h3,h4,h5,h6 {
	margin-top:1em;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form {
	margin-bottom:12px; /* Should match the font size */
}

/*@font-face{font-family: adventReg; font-display: auto; src: url('../../files/css/font/advent_regular_rounded-webfont.eot');}
@font-face{font-family: adventReg; font-display: auto; src: url('../../files/css/font/adventpro-Re.otf');}
@font-face{font-family: adventB1; font-display: auto;src: url('../../files/css/font/adventpro-Bd1.otf');}
@font-face{font-family: adventB2; font-display: auto;src: url('../../files/css/font/adventpro-Bd2.otf');}
@font-face{font-family: adventB3; font-display: auto; src: url('../../files/css/font/adventpro-Bd3.otf');}*/

/*#fef3df */

html 
{		
	background: #fef3df url('../../files/images/layout/bg_main.jpg') repeat left top;		
}


body 
{
	font-family: verdana, arial, sans-serif; 
	color: #666666;
	font-size: 12px; 
	line-height: 18px; 
	background-image: url('../../files/images/layout/kreis.png'),url('../../files/images/layout/bg_kreis_zahn.png'); 
	/*background-position: -50px -330px, 97% 105%;*/
	background-position: 0 -70%, 97% 105%;
	
	background-repeat: no-repeat, no-repeat;
	position: relative;
	min-height: 100vh;
	-webkit-font-smoothing: antialiased;
}

#edgeTop {position: absolute; top: 0; background: #80715d url('../../files/images/layout/bg_brown.jpg') repeat-x left bottom; width:100%; height: 52px; float: left;
-moz-box-shadow: 0 0 5px 2px #999;
-webkit-box-shadow: 0 0 5px 2px #999;
box-shadow: 0 0 5px 2px #999;}
#edgeBottom {position: absolute; bottom: 0; background: #80715d url('../../files/images/layout/bg_brown.jpg') repeat-x left bottom; width:100%; height: 52px; float: left;
-moz-box-shadow: 0 0 5px 2px #999;
-webkit-box-shadow: 0 0 5px 2px #999;
box-shadow: 0 0 5px 2px #999;}

/* Text-Formatierungen */
/* a {color:#81725e; text-decoration: none;} */

/* h1, h2 {margin-left: 0;} */

/* h1 {font-size: 18px;} */
/* h2 {font-size: 15px;} */
/* h3 {font-size: 13px;} */

/* h1, h2, h3 {font-family: 'Advent Pro', verdana, arial, sans-serif; font-weight: 500; color: #81725e; letter-spacing: 0px; font-weight: bold;} */
/* h2, h3 {letter-spacing: 1px;} */
/* h3.werdegang { margin-top: 0;} */

/* .werdegang table td {width:20%;} */
/* .werdegang table td + td  {width: 80%;} */

/* Layout */
#right h3 {margin-top: 0;}

#main a { color: #666; text-decoration: none; font-weight: bold;}
#main a:hover {text-decoration: underline;}

.underline, #right h2 {padding-bottom: 10px; border-bottom: 1px solid #bed3eb;}
.logo, .mod_zw_image_logo {margin-bottom: 30px; margin-left: -88px; float: left;}
@media all and (max-width:980px) {
	.logo, .mod_zw_image_logo {
		margin-left: 0;
	}
}
.ce_gallery {margin-top: 20px; float: left;}
.ce_download span {font-weight: normal;}

/* .quote { margin: 20px auto 30px; display: inline-block; width: auto;} */
/* .quote p { margin: 0 auto; width: auto;} */
/* .quote p {text-align: left; padding: 0 30px; font-size: 13px;} */
/* .quote p  + p {background: none;} */
/* .quote span {display: inline-block; width: 100%; font-style: italic; text-align: right;} */

/* .quote p:first-of-type {	 */
	/* position: relative;	 */
/* } */

/* .quote p:first-of-type:before, */
/* .quote p:first-of-type:after { */
	/* content: ''; */
	/* display: block; */
	/* position: absolute; */
/* } */

/* .quote p:first-of-type:before {	 */
	/* bottom: 0; */
	/* left: 0; */
	/* width: 21px; */
	/* height: 21px; */
	/* background: url('../../files/images/layout/apo_a.png') center bottom no-repeat ; */
/* } */

/* .quote p:first-of-type:after { */
	/* top: 0; */
	/* right: 0; */
	/* width: 21px; */
	/* height: 21px; */
	/* background: url('../../files/images/layout/apo_e.png') center top no-repeat ; */
/* } */


.ce_text > h2 { margin-top: 0;}
/* .adresse {margin-top: 50px; float: right; text-align: right;} */
@media all and (max-width:900px) {
	.adresse {
		margin-right: 10px;
	}
}
/* .adresse span {width: auto; float: right; padding-left: 25px; display: inline-block; text-align: right; background: transparent url('../../files/images/layout/telefon.png') no-repeat left center;} */

.mod_dlh_googlemaps p, .routinglink { margin-bottom: 0px; font-size: 10px;}
.routinglink {margin-top: 12px; text-align: center;}
.routinglink input[type="text"] {height: 20px; width: 70%;}
.routinglink input[type="submit"] {width: 21%; cursor:pointer;}

#wrapper {padding: 100px 0 60px 0;}
@media all and (max-width:900px) {
	#wrapper {
		max-width:900px;
		width: 100%;
	}
}
#header, #navigation {position: relative;}
/* #navigation {top: 0px; left: 60px; float: left; width: 100%;} */
@media all and (max-width:980px) {
	#navigation {
		left: 0;
	}
}
/* #container {width: 100%; display: inline-block; } */
#left {margin-top: 69px;}
/* #nav-main {width: 100%; max-width: 900px; height: 100%; display: inline-block; z-index: 999; position: relative; } */
/* #nav-main ul {width: 100%; height:inherit; float: left;  z-index: 9999; margin: 0;} */
/* #nav-main ul li {height: 100%; display: inline-block; width: calc(100% / 5); text-align: center; float: left;  border-right: 1px solid #FEF3DF; background: transparent url('../../files/images/layout/bg_a.png') repeat-x center bottom; position: relative; box-sizing: border-box;} */
/* #nav-main ul li.active span {text-shadow: 0 1px 1px #ccc;} */
/* #nav-main ul li.active {background: transparent url('../../files/images/layout/bg_li_active.png') repeat-x left bottom; } */
/* #nav-main ul li a, #nav-main ul li span{width: 100%; padding-top: 122%; line-height: 32px; display: inline-block; vertical-align: bottom;text-shadow: 0px 0px 8px #fef3df;} */
/* #nav-main ul li:hover {background: transparent url('../../files/images/layout/bg_li_active.png') repeat-x bottom left;} */
/* #nav-main ul li.last a.last, #nav-main ul li.last span.last { width: 100%;} */
/* #nav-main ul li.first a.first, #nav-main ul li.first span.first {margin-left: 0px; margin-right: 0; width: 100%;} */

/* #main { */
	/* margin-top: 10px; padding-bottom: 60px; margin-left: 60px; */
	/* width: calc(100% - 240px); */
/* } */
@media all and (max-width:900px) {
	#main {
		margin-left: 10px;
	}
}
/* div.mod_pageImage {width: 100%; max-width: 900px; position: absolute; left: 0px; top: 0px; float: right; margin: 0; padding: 0; z-index: 0;} */
/* div.mod_pageImage img {width: 100%; height: auto;} */

#team  .ce_text + .ce_image {clear: both;}
#team .ce_image { float: left;}
#team {padding-bottom: 40px;}
.team_person {margin-top: 20px;}

#main table {width: 100%}
#main table tr td {padding: 4px 10px 5px 4px;}

#main ul {list-style-image: url(../../files/css/images/layout/list_symbol.png); padding-left: 20px; height: auto; margin-left: 10px;}
#main ul li {line-height: 22px;}

#right .g2 {margin-right: 0;}

/* #right {margin-top: 12px; margin-right: 0;} */
@media all and (max-width:900px) {
	#right {
		margin-right: 10px;
	}
}
#right p, #right table {margin-bottom: 4px}

.event .ce_text {text-align: left;}
.event .ce_text table {text-align: left;}

.formbody label {display: inline-block; width: 22%; margin-bottom: 12px; line-height: 28px; margin-top: 0; margin-left: 0;}
.formbody label.nachricht {display: inline-block; width: 22%; margin-bottom: 12px; float: left; padding-right: 4px;}
.formbody input.text, .formbody textarea {width: 463px; margin-bottom: 12px; }
.formbody textarea {margin-left: -4px; width: 464px;}

.formbody .explanation { margin-top: 22px; padding-left: 22%;}

.formbody input {height: 24px;}
.submit_container { float: right;}
.submit_container  input{padding: 0 6px 4px; border: 1px solid #82735f; color: #82735f; cursor: pointer;}

p.error, p.back {display: none;}

.formbody input.error {border: 1px solid #e7552d;}
.formbody  label span.mandatory, .explanation span  {color: #e7552d;}

figcaption.caption {font-size: 10px; font-style: italic;}

.dlh_googlemap { border: 1px solid #bed3eb;}

#footer {clear: both;}

#mycookietip {position: fixed; z-index:1000; padding-top: 20px;}
#mycookietip a {text-decoration: underline;}
#mycookietip input[type=submit] {padding: 4px; cursor: pointer;}
#mycookietip form {text-align: right;}
*{box-sizing: border-box}html{font-size: 14px}@media all and (min-width: 768px){html{font-size: 10px}}body{font-size: 1.2rem;line-height: 1.8rem}@media all and (max-width: 768px){body{line-height: 2rem;background-position: 0 -35%, 97% 105%}}body:after{content: '';position: absolute;bottom: 0;background: #80715d url('../../files/images/layout/bg_brown.jpg') repeat-x left 1px;width: 100%;height: 32px;-moz-box-shadow: 0 0 5px 2px #999;-webkit-box-shadow: 0 0 5px 2px #999;box-shadow: 0 0 5px 2px #999}@media all and (min-width: 768px){body:after{height: 42px}}@media all and (min-width: 960px){body:after{height: 52px}}body.fixed{position: fixed}@media all and (max-width: 767px){body.fixed #ribbonBox{z-index: -1}}body.team .col2{display: flex;justify-content: space-between;align-items: flex-start;gap: 2rem;flex-direction: row}@media all and (max-width: 768px){body.team .col2{flex-direction: column;gap: 0}}body.team .col2 .first.ce_image{flex-shrink: 0}@media all and (max-width: 768px){body.team .col2 .first.ce_image .image_container{margin-bottom: 0 !important}}body.team .col2 .last.ce_text{flex-grow: 1;margin-top: -10px}@media all and (max-width: 768px){body.team .col2 .last.ce_text{margin-top: 0}}@media all and (max-width: 768px){body.team .col2 .last{margin-bottom: 2rem}}body.team .col3{display: flex;justify-content: space-between;align-items: center;flex-direction: row;flex-wrap: wrap}@media all and (max-width: 768px){body.team .col3{align-items: flex-start;gap: 8px}}.inside{margin: 0 auto;max-width: 95%}@media all and (min-width: 1201px){.inside{max-width: 120rem}}#euf_overlay{z-index: 3}.euf_overlay__content{background: #fef3df url(../../files/images/layout/bg_main.jpg) repeat left top;border-radius: 4px}.euf_overlay__content .ce_image{margin-bottom: 20px;text-align: center;background: #fff;padding-top: 6px;border-radius: 4px}.euf_overlay__content h3{font-size: 1.8rem}.mobile .euf_overlay__content .ce_image img{max-width: 100%;height: auto}#header{width: 100%;padding-top: 2rem}#header:before{content: '';position: absolute;top: 0;background: #80715d url('../../files/images/layout/bg_brown.jpg') repeat-x left bottom;width: 100%;height: 32px;-moz-box-shadow: 0 0 5px 2px #999;-webkit-box-shadow: 0 0 5px 2px #999;box-shadow: 0 0 5px 2px #999}#header .inside{padding-top: 2rem;display: flex;align-content: center;justify-content: space-between;align-items: center;flex-direction: column}@media all and (min-width: 768px){#header{padding-top: 0}#header:before{height: 42px}#header .inside{padding-top: 8rem;display: grid;grid-template-columns: calc(100% - 38rem) 38rem 100%;grid-template-rows: auto auto;grid-auto-flow: row}}@media all and (min-width: 960px){#header{height: 45vw}#header:before{height: 52px}}@media all and (min-width: 1201px){#header{height: 55rem}}@media all and (max-width: 768px){#header.sticky{position: fixed;top: 0;width: 100%;padding-top: 0}#header.sticky + #container{padding-top: 102px}}#container{padding-top: 2rem;padding-bottom: 82px}#container .inside{display: grid;grid-template-columns: unset}@media all and (min-width: 960px){#container .inside{grid-template-columns: 4fr 1fr;grid-gap: 2rem}}#right{margin: 0;width: 100%}#right nav .level_1 > li a{padding: 1rem 0;display: block}@media all and (min-width: 768px){#right nav .level_1 > li a{padding: 0;display: block}}#main{width: 100%;margin: 0;padding: 0 0 6rem 0;float: none}#main .inside{max-width: 96rem;margin: 0 auto}#main ul{list-style-image: none;padding-left: 0;height: auto;margin-left: 1rem;margin-bottom: 2rem}#main ul li{position: relative;padding-left: 2rem;margin-bottom: 1rem}#main ul li:before{content: '';display: block;position: absolute;left: 0;top: 0.3rem;width: 0.8rem;height: 1.2rem;background: url(../../files/images/layout/list_symbol.png) no-repeat left center}#main a{padding: .5rem 0}@media all and (min-width: 768px){#main a{padding: 0}}#right .icon-list{list-style-image: none;padding-left: 0;height: auto;margin-left: 0rem;margin-bottom: 2rem}#right .icon-list a{font-weight: bold}#right .icon-list li{position: relative;padding-left: 2rem;margin-bottom: 1rem}#right .icon-list li:before{content: '';display: block;position: absolute;left: 0;top: 0.3rem;width: 0.8rem;height: 1.2rem;background: url(../../files/images/layout/list_symbol.png) no-repeat left center}.fixed #main,.fixed #right,.fixed #container{z-index: -1}.custom{position: absolute;transform: translate(0, -100%);top: 15rem}#navigation{width: 100%}@media screen and (max-width: 767px){.nav--mobile{max-height: 0;visibility: hidden;transition: max-height 0s 3s, background .3s;background: transparent;position: fixed;left: 0;top: 0;width: 101%;height: 100%;z-index: 1;font-size: 1.25rem;text-align: center}.nav--mobile .adresse{background: transparent;transition: max-height 0s 3s, background .3s;visibility: hidden;max-height: 0}.nav--mobile li{float: none;transition: opacity .3s;opacity: 0}.nav--mobile--active{max-height: 100%;transition: max-height 0s, background .3s;background: rgba(0,0,0,0.9);visibility: visible}.nav--mobile--active li{font-size: 1.6rem;line-height: 2rem;opacity: 1}.nav--mobile--active li > a,.nav--mobile--active li > span{display: block;padding: 1rem 10%}.nav--mobile--active li > a.active,.nav--mobile--active li > span.active,.nav--mobile--active li > a.trail,.nav--mobile--active li > span.trail{font-weight: 700;color: #fef3df}.nav--mobile--active .adresse{display: block;background: #fef3df;padding-top: 1rem;padding-bottom: 1rem;position: absolute;left: 0;bottom: 0;visibility: visible;max-height: 100%}.nav--mobile--active .adresse > span{padding-right: 0}.nav--mobile--active .adresse > span:after{content: ''}.nav--mobile ul.level_1{position: relative;margin-top: 10vh}#header > .inside > .nav--mobile{display: none}figcaption.caption{line-height: 1.5}}@media screen and (min-width: 768px){.nav--mobile{display: none}}div.mod_pageImage{width: 100vw;max-width: 100vw;order: 2;z-index: 0;left: 0;position: relative}div.mod_pageImage img{opacity: 0.4;width: 100%;height: auto;display: block}@media all and (min-width: 768px){div.mod_pageImage img{opacity: 1}}@media all and (min-width: 768px){div.mod_pageImage{grid-row: 2;grid-column-start: 1;grid-column-end: 3;max-width: 100%}div.mod_pageImage .nav--horizontal{width: 100%;display: block;max-width: none;height: 100%;z-index: 1;position: absolute;top: 0;left: 0}div.mod_pageImage .nav--horizontal ul{height: 100%;list-style-image: none;display: grid;grid-template-columns: 20% 20% 20% 20% 20%}div.mod_pageImage .nav--horizontal ul li{height: inherit;text-align: center;border-right: 1px solid #fef3df;background: transparent url('../../files/images/layout/bg_a.png') repeat-x center bottom}div.mod_pageImage .nav--horizontal ul li > a,div.mod_pageImage .nav--horizontal ul li > span{display: block;height: inherit;position: relative;font-size: 1.2rem;text-shadow: 0 0 8px #fef3df}div.mod_pageImage .nav--horizontal ul li > a span,div.mod_pageImage .nav--horizontal ul li > span span{display: block;height: 3rem;line-height: 3rem;position: absolute;left: 0;bottom: 0;width: 100%}div.mod_pageImage .nav--horizontal ul li.trail,div.mod_pageImage .nav--horizontal ul li:hover{background: transparent url('../../files/images/layout/bg_li_active.png') repeat-x left bottom}div.mod_pageImage .nav--horizontal ul li.active{background: transparent url('../../files/images/layout/bg_li_active.png') repeat-x left bottom}div.mod_pageImage .nav--horizontal ul li.active span{text-shadow: 0 1px 1px #ccc}div.mod_pageImage .nav--horizontal #nav-main ul li a,div.mod_pageImage .nav--horizontal #nav-main ul li span{width: 100%;padding-top: 122%;line-height: 32px;display: inline-block;vertical-align: bottom;text-shadow: 0px 0px 8px #fef3df}div.mod_pageImage .nav--horizontal #nav-main ul li.last a.last,div.mod_pageImage .nav--horizontal #nav-main ul li.last span.last{width: 100%}div.mod_pageImage .nav--horizontal #nav-main ul li.first a.first,div.mod_pageImage .nav--horizontal #nav-main ul li.first span.first{margin-left: 0px;margin-right: 0;width: 100%}div.mod_pageImage .nav--horizontal .adresse{display: none}}.mod_logo{width: auto;max-width: 40vw;margin-top: 0;margin-bottom: 1rem;order: 2;align-self: flex-start;text-align: left}@media all and (min-width: 768px){.mod_logo{order: unset;width: 100%;margin-bottom: 3rem;margin-left: -1rem;grid-row: 1;grid-column: 1}}@media all and (min-width: 960px){.mod_logo{height: 9rem}}@media all and (min-width: 1200px){.mod_logo{margin-left: -8.8rem}}.mod_logo img{width: 100%;max-width: 35vw;height: auto;display: block}.mod_logo a{display: inline-block}.werdegang table td{width: 80%}.werdegang table td:first-child{width: 20%}a{color: #81725e;text-decoration: none}h1,h2{margin-left: 0}h1{font-size: 1.8rem}h2{font-size: 1.5rem}h3{font-size: 1.3rem}h1,h2,h3{margin: 0 0 1rem;line-height: 3.3rem;font-family: 'Advent Pro', verdana, arial, sans-serif;color: #81725e;letter-spacing: 0;font-weight: 700}h2,h3{letter-spacing: 0.1rem}h3.werdegang{margin-top: 0}.werdegang > h3{padding-bottom: 10px;border-bottom: 1px solid #bed3eb}@media all and (max-width: 768px){.werdegang > h3{line-height: 1.5;margin-top: 1rem}}.adresse{width: 100%;margin: 0;order: 3;display: none}@media all and (min-width: 768px){.adresse{grid-row: 1;grid-column: 2;width: auto;order: 2;margin-top: 3rem;margin-bottom: 3rem;text-align: right;display: grid;grid-template-rows: auto auto;grid-auto-flow: row}}@media all and (min-width: 1024px){.adresse{margin-top: 3rem}}.adresse > span{display: block;white-space: nowrap;position: relative;padding-right: 1.5rem}.adresse > span:after{content: '|';display: block;position: absolute;top: 0;right: 0.5rem}.adresse > span:nth-last-child(2),.adresse > span:last-child{padding-right: 0}.adresse > span:nth-last-child(2):after,.adresse > span:last-child:after{content: ''}.adresse .telefon{display: block;margin-right: -0.8rem;margin-top: 0.5rem;text-align: center}@media all and (min-width: 768px){.adresse .telefon{text-align: right;width: 100%;grid-column: 1 / 4;grid-row: 2 / 4}}.adresse .telefon a{position: relative}.adresse .telefon a:before{content: '';position: absolute;width: 18px;height: 14px;left: -0.8rem;top: 50%;transform: translate(-100%, -45%);background: transparent url('../../files/images/layout/telefon.png') no-repeat center}.nav-toggler{width: 25px;height: 25px;position: absolute;top: 2.5rem;right: -0.1rem;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .5s ease-in-out;-moz-transition: .5s ease-in-out;-o-transition: .5s ease-in-out;transition: .5s ease-in-out;cursor: pointer;z-index: 2}.nav-toggler .nav-toggler__button{display: block;height: 100%}@media all and (min-width: 768px){.nav-toggler{display: none}}.nav-toggler span{display: block;position: absolute;height: 3px;width: 100%;background: #81725e;border-radius: 3px;opacity: 1;left: 0;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-o-transition: .25s ease-in-out;transition: .25s ease-in-out}.nav-toggler span:nth-child(1){top: 0px;-webkit-transform-origin: left center;-moz-transform-origin: left center;-o-transform-origin: left center;transform-origin: left center}.nav-toggler span:nth-child(2){top: 9px;-webkit-transform-origin: left center;-moz-transform-origin: left center;-o-transform-origin: left center;transform-origin: left center}.nav-toggler span:nth-child(3){top: 18px;-webkit-transform-origin: left center;-moz-transform-origin: left center;-o-transform-origin: left center;transform-origin: left center}.nav-toggler.open span{background: #fef3df}.nav-toggler.open span:nth-child(1){-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}.nav-toggler.open span:nth-child(2){width: 0;opacity: 0}.nav-toggler.open span:nth-child(3){-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg)}#team img{width: 100%;height: auto}.quote{margin: 20px auto 30px;display: inline-block;width: auto}.quote p{margin: 0 auto;width: auto;text-align: left;padding: 0 .8rem 0 1.5rem;position: relative;display: block;font-style: italic}.quote p strong{font-family: 'Advent Pro', verdana, arial, sans-serif;font-size: 2.4rem;position: absolute;left: 1px}.quote p:first-of-type strong{top: 1rem}.quote p:nth-of-type(2n) strong{left: auto;bottom: 0}.quote p:last-of-type{text-align: right;font-style: normal}.ce_dlh_googlemaps .adresse{display: block}.ce_dlh_googlemaps .adresse > span{text-align: center}.ce_dlh_googlemaps .adresse > span:after{content: ''}.ribbonBox{width: 120px;height: 120px;position: absolute;top: 199px;right: 0px}@media all and (min-width: 768px) and (max-width: 900px){.ribbonBox{top: 192px;right: 0px}}@media all and (max-width: 767px){.ribbonBox{width: 165px;top: 34vw}}.ribbon{position: absolute;right: -5px;top: -5px;z-index: 1;overflow: hidden;width: 165px;height: 150px;text-align: center}@media all and (max-width: 767px){.ribbon{height: 80px;width: 165px;right: 0}}.ribbon span{font-size: 14px;font-weight: bold;color: #FFF;text-align: center;line-height: 16px;transform: rotate(45deg);-webkit-transform: rotate(45deg);width: 180px;display: block;background: #79A70A;background: linear-gradient(#05eff7 0%, #087f8f 100%);box-shadow: 0 3px 10px -5px #000;position: absolute;top: 28px;right: -40px;padding-top: 6px;padding-bottom: 6px;cursor: pointer}@media all and (max-width: 767px){.ribbon span{transform: rotate(0);-webkit-transform: rotate(0);right: 0;width: 165px}}.ribbon span::before{content: "";position: absolute;left: 0px;top: 100%;z-index: -1;border-left: 3px solid #087f8f;border-right: 3px solid transparent;border-bottom: 3px solid transparent;border-top: 3px solid #087f8f}.ribbon span::after{content: "";position: absolute;right: 0px;top: 100%;z-index: -1;border-left: 3px solid transparent;border-right: 3px solid #087f8f;border-bottom: 3px solid transparent;border-top: 3px solid #087f8f}
