
/* Layout > Breite */
header .speech,
header .divShadow .divBund,
main .mod_article > .inside,
.headline h1,
.blog .headline h2,
#direkt .inside,
.jump,
.mod_breadcrumb,
footer .inside {
    width:1400px;
    margin-right:auto;
    margin-left:auto;
    padding-right:60px;
    padding-left:60px;
    box-sizing:border-box;
}

/* Layout > Breite */
.gtranslate_wrapper {
    width:1400px;
    margin-right:auto;
    margin-left:auto;
}

/* RESET */
*,
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
figure,
iframe,
form,
fieldset,
legend,
input,
textarea {
    margin:0;
    padding:0;
}

/* RESET */
header .logo,
header .divShadow,
nav,
custom,
#direkt,
.gtranslate_wrapper,
#bild .mod_pageimage,
main,
.mod_article,
#pageLabel,
footer,
.inside {
    position:relative;
}

/* RESET */
#direkt .inside,
.mod_breadcrumb {
    display:table;
}

/* RESET */
header,
header .divShadow,
#direkt,
#bild .mod_pageimage,
main,
main .mod_article,
#pageLabel,
footer,
footer nav ul,
p.back,
.sharebuttons {
    width:100%;
    clear:both;
}

/* RESET */
img {
    height:auto;
    max-width:100%;
    float:left;
    border:0;
    color:#fff;
}

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

/* eingebundene Typo */
@font-face {
    font-display: swap;
    font-family: Pontano Sans;
    src: url('/files/_Layout/typo/pontanosans-regular-webfont.woff') format('woff'),
    url('/files/_Layout/typo/pontanosans-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* eingebundene Typo */
@font-face {
    font-display: swap;
    font-family: Cinzel Regular;
    src: url('/files/_Layout/typo/cinzel-regular-webfont.woff') format('woff'),
    url('/files/_Layout/typo/cinzel-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
html,
body {
    width:100%;
    height:100%;
    background-color:#fff;
    color:#404649;
    font:20px/32px Pontano Sans,Arial,sans-serif;
}

/* Headlines */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight:normal;
}

/* Verlinkung */
a,
.ce_accordion .ui-accordion-header,
.ce_accordion span.ui-icon,
.ce_youtube a::before {
    text-decoration:none;
    color:#404649;
    cursor:pointer;outline:none;transition: all .3s ease-in-out;
}
ul,
ul li,
ol,
ol li {
    list-style-type:none;
}

/* z-Positions */
header {
    z-index:80;
}

/* z-Positions */
main {
    z-index:10;
}

/* z-Positions */
custom {
    z-index:40;
}

/* z-Positions */
footer {
    z-index:60;
}

/* Cookiebar */
cms-cookie-bar.cookie {
    width:100%;
    clear:both;
    --main-text-color:#404649;
    --btn-accept-text-color: #404649;
    --btn-accept-bg-color: #82CEE6;
    --btn-reject-bg-color: #D4ECF6;
}

/* Cookiebar */
cms-cookie-bar.cookie > cms-container {
    font:1rem/1.5rem Pontano Sans,Arial,sans-serif;
}

/* Cookiebar */
cms-cookie-bar.cookie > cms-container form cms-buttons cms-button > span:before {
    border-radius:2px;
}

/* Cookiebar */
.mod_cms_cookie_bar.cookie a {
    text-decoration:underline;
}

/* Cookiebar */
.mod_cms_cookie_bar.cookie a:hover {
    color:#643c00;
}

.logo {
    width:400px;
    height:auto;
    display:block;
    margin-right:auto;
    margin-left:auto;
    padding-left:20px;
}
.logo img {
    width:100%;
    margin-top:40px;
    margin-bottom:40px;
}
h1 {
    padding-top:16px;
    padding-bottom:14px;
    text-align:center;
    background-color:#D4ECF6;
    font:2rem/2.5rem Cinzel Regular,Palatino,serif;
    color:#404649;
    letter-spacing:.03em;
}
main .mod_article > .inside {
    width:420px;
    top:80px;
    padding-right:0;
    padding-left:0;
    text-align:center;
}
.icon-gMaps {
    width:60px;
    height:60px;
    position:relative;
    clear:both;
    display:inline-block;
    margin-top:40px;
    margin-right:auto;
    margin-left:auto;
}
.ce_hyperlink a {
    width:300px;
    height:25px;
    position:relative;
    clear:both;
    display:inline-block;
    margin:20px auto 100px;
    padding-top:14px;
    padding-bottom:21px;
    text-align:center;
    background-color:#643c00;
    border-radius:3px;
    text-decoration:none;
    color:#fff;
}
.ce_hyperlink a:hover {
    background-color:#404649;
}

@media (max-width:420px) {
.logo,
main .mod_article > .inside {
    width:100%;
    padding-right:15px;
    padding-left:15px;
    box-sizing:border-box;
}
.ce_hyperlink a {
    width:100%;
}
}

