@import url('https://fonts.verwaltungsportal.de/import/?family=Asap:400,500,600,700,400i,500i,600i,700i%7CAsap+Condensed:700,700i');
body {
    font-family: "Asap", sans-serif;
    font-weight: 400;
    color: #494948;
    background: #ffffff;
    font-size: 1rem;
    /* 1rem = 16px */
    line-height: 1.5;
}

@media (min-width: 768px) {
    body {
        font-size: 1.125rem;
    }
}

a {
    color: #7d1935;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #7d1935;
}

b, strong {
    font-weight: 600;
}

/* ----------------------------------------------- logo ----------------------------------------------- */

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

@media (max-width: 991px) {
    #logo img {
        max-width: 210px;
        width: 100%;
    }
}

/* ------------------------------------------- navigation ------------------------------------------- */

nav {
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
    z-index: 1002;
}

/* burgermenu for tablet */

@media (max-width: 991px) {
    #burgerButton {
        font-size: 0;
        border: none !important;
        display: block;
        height: 50px;
        width: 60px;
        border-radius: 2px;
        padding: 6px 8px;
        cursor: pointer;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
    }
    #burgerButtonInner2, #burgerButton:after, #burgerButtonInner {
        background-color: #7d1935;
        border-radius: 2px;
        position: absolute;
        width: 40px;
        height: 3px;
        left: 11px;
        -webkit-transition: transform 200ms linear, opacity 200ms linear;
        -moz-transition: transform 200ms linear, opacity 200ms linear;
        -ms-transition: transform 200ms linear, opacity 200ms linear;
        -o-transition: transform 200ms linear, opacity 200ms linear;
        transition: transform 200ms linear, opacity 200ms linear;
    }
    #burgerButton[aria-expanded="true"] #burgerButtonInner {
        -webkit-transform: rotate(-45deg) translate(-6px, 6px);
        transform: rotate(-45deg) translate(-6px, 6px);
    }
    #burgerButton[aria-expanded="true"] #burgerButtonInner2 {
        opacity: 0;
    }
    #burgerButton[aria-expanded="true"]:after {
        -webkit-transform: rotate(45deg) translate(-4px, -6px);
        transform: rotate(45deg) translate(-4px, -6px);
    }
    #burgerButtonInner {
        top: 16px;
    }
    #burgerButtonInner2 {
        top: 24px;
    }
    #burgerButton:after {
        top: 32px;
        content: "";
        display: block;
    }
    .navbar-nav {
        margin: 20px 0;
        width: 100%;
    }
    .navbar-collapse {
        top: 0;
        background: #ffffff;
        position: fixed;
        left: -100%;
        bottom: 0;
        z-index: 100;
        height: auto !important;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        opacity: 0;
        pointer-events: none;
        overflow-y: auto;
        -webkit-transition: left 300ms linear, opacity 300ms linear;
        -moz-transition: left 300ms linear, opacity 300ms linear;
        -ms-transition: left 300ms linear, opacity 300ms linear;
        -o-transition: left 300ms linear, opacity 300ms linear;
        transition: left 300ms linear, opacity 300ms linear;
    }
    .navbar-collapse[aria-expanded="true"], .navbar-collapse.in {
        left: 0;
        opacity: 1;
        pointer-events: auto;
    }
    .navbar-header {
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 101;
    }
    .navbar-toggle::before {
        content: "";
        opacity: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 0;
        z-index: -1;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: width 300ms linear, opacity 300ms linear;
        -moz-transition: width 300ms linear, opacity 300ms linear;
        -ms-transition: width 300ms linear, opacity 300ms linear;
        -o-transition: width 300ms linear, opacity 300ms linear;
        transition: width 300ms linear, opacity 300ms linear;
    }
    .navbar-toggle[aria-expanded="true"]::before {
        opacity: 1;
        width: 90px;
    }
    .dropdown-toggle-button-wrapper, .dropdown-toggle-button-wrapper2 {
        right: 6px;
    }
    .dropdown-toggle-button-wrapper {
        top: 9px
    }
    .dropdown-toggle-button-wrapper2 {
        top: 5px
    }
}

@media (min-width: 575px) and (max-width: 991px) {
    .navbar-collapse {
        width: 60%;
    }
    .navbar-collapse.collapse.in:after, .navbar-toggle[aria-expanded="true"]::before {
        width: 40%;
    }
}

/* menu desktop */

@media (min-width: 992px) {
    nav {
        padding-top: 0;
        padding-bottom: 0;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background: #ffffff;
    }
    nav::after {
        content: "";
        position: absolute;
        z-index: 1002;
        display: block;
        pointer-events: none;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        -webkit-box-shadow: 0 0 30px 0 rgba(161, 157, 157, 0.45);
        box-shadow: 0 0 30px 0 rgba(161, 157, 157, 0.45);
    }
    nav>.row {
        max-width: 1830px;
        width: 100%;
    }
    nav.horizontally .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    nav.horizontally .dropdown-menu {
        position: absolute;
        left: 0;
        z-index: 1000;
    }
    nav.horizontally .navbar-nav>li>.dropdown-menu {
        top: 100% !important;
    }
    nav.horizontally .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        position: absolute;
        left: 100%;
        top: 0;
    }
    nav.horizontally .navbar-nav>li {
        position: relative;
    }
    #myNavbar::after {
        content: "";
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.7);
        pointer-events: none;
        opacity: 0;
        -webkit-transition: opacity 300ms linear;
        -moz-transition: opacity 300ms linear;
        -ms-transition: opacity 300ms linear;
        -o-transition: opacity 300ms linear;
        transition: opacity 300ms linear;
    }
    #myNavbar:hover::after, #myNavbar:focus::after {
        opacity: 1;
    }
    .navbar-default .navbar-nav li[class*="toplevel"]>ul, .navbar-default .navbar-nav li[class*="secondlevel"]>ul {
        display: block !important;
        pointer-events: none;
        opacity: 0;
        -webkit-transition: opacity 300ms linear;
        -moz-transition: opacity 300ms linear;
        -ms-transition: opacity 300ms linear;
        -o-transition: opacity 300ms linear;
        transition: opacity 300ms linear;
    }
    .navbar-default .open>.dropdown-menu, .navbar-default .navbar-nav li[class*="toplevel"]:hover>ul, .navbar-default .navbar-nav li[class*="secondlevel"]:hover>ul, .navbar-default .navbar-nav li[class*="secondlevel"]>ul[style*="block"] {
        pointer-events: auto !important;
        opacity: 1 !important;
    }
    .navbar-default .navbar-nav li[class*="toplevel"]:hover>ul,
    .navbar-default .navbar-nav li[class*="secondlevel"]:hover>u {
        z-index: 1003;
    }
    .navbar-default .navbar-nav li[class*="toplevel"]:focus-within>ul, .navbar-default .navbar-nav li[class*="secondlevel"]:focus-within>ul {
        pointer-events: auto !important;
        opacity: 1 !important;
    }
    .navbar-default .nav .open>.dropdown-menu {
        pointer-events: none !important;
        opacity: 0 !important;
    }
}

/* ---------------------------------------------- toplevel ---------------------------------------------- */

.navbar-default .navbar-nav>li>a {
    color: #494948;
    font-weight: 500;
    text-align: center;
    padding: 10px 35px;
    font-size: 1.125rem;
    line-height: 1.2;
    text-decoration: none;
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li+li {
        margin-left: 30px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 36px 0;
        display: flex;
        align-content: center;
        align-items: center;
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .navbar-default .navbar-nav>li+li {
        margin-left: calc(30px + (50 - 30) * (100vw - 1200px) / (1920 - 1200));
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 992px) {
    .navbar-default .navbar-nav>li>a {
        display: block;
    }
}

/* -------------------------------------------- toplevel-over ------------------------------------------- */

.navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .navbar-nav>li.open>a, .navbar-nav>li.open>a:hover, .navbar-nav>li.open>a:focus, .navbar-nav>li[class$="_over"]>a, .navbar-nav>li[class$="_over"]>a:hover, .navbar-nav>li[class$="_over"]>a:focus {
    color: #7d1935;
}

.navbar-nav>li:focus-within>a {
    color: #7d1935;
}

/* -------------------------------------- secondlevel + thirdlevel dropdown-box -------------------------------------- */

.navbar-default .navbar-nav>li>.dropdown-menu {
    background: #b42b51;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    background: #7d1935;
}

.navbar-default .navbar-nav>li>.dropdown-menu, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li>.dropdown-menu {
        left: -225px;
    }
    .navbar-default .navbar-nav>li>.dropdown-menu::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 200px;
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        min-height: 100%;
        min-width: 200px;
    }
    .navbar-default .navbar-nav>li>.dropdown-menu, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}

/* --------------------------------------------- secondlevel + thirdlevel -------------------------------------------- */

.navbar-default .navbar-nav>li>.dropdown-menu>li>a, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    padding: 7px 35px;
    font-size: 1.125rem;
    line-height: 1.2;
    text-decoration: none;
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li>.dropdown-menu>li>a, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
        text-align: left;
        padding: 7px 25px;
    }
}

/* ------------------------------------------ secondlevel + thirdlevel over ------------------------------------------ */

.navbar-nav>li>.dropdown-menu>li:hover>a, .navbar-nav>li>.dropdown-menu>li>a:hover, .navbar-nav>li>.dropdown-menu>li>a:focus, .navbar-nav>li>.dropdown-menu>li.open>a, .navbar-nav>li>.dropdown-menu>li.open>a:hover, .navbar-nav>li>.dropdown-menu>li.open>a:focus, .navbar-nav>li>.dropdown-menu>li[class$="_over"]>a, .navbar-nav>li>.dropdown-menu>li[class$="_over"]>a:hover, .navbar-nav>li>.dropdown-menu>li[class$="_over"]>a:focus, .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a:hover, .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a:focus, .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a, .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a:hover, .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a:focus, .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a, .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a:hover, .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a:focus {
    color: #ffcf99;
}

.navbar-nav>li>.dropdown-menu>li:focus-within>a, .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:focus-within>a {
    color: #ffcf99;
}

/* ------------------------------------------------ banner ------------------------------------------------ */

#slider {
    height: 250px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 768px) {
    #slider {
        height: 350px;
    }
}

@media (min-width: 992px) {
    body.index #headerpic .nivo-directionNav a {
        bottom: 18px;
    }
    #slider {
        height: 450px;
    }
    body.index #slider {
        height: 680px;
    }
    #headerpic a.nivo-prevNav {
        left: 50px;
    }
}

#headerpic {
    margin: 0 auto;
    position: relative;
    width: 100%;
    background: rgba(252, 210, 209, 0.3);
}

@media (min-width: 992px) {
    #headerpic::after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        bottom: 0;
        width: calc(50% + 150px);
        z-index: -1;
        background: rgba(252, 210, 209, 0.2);
    }
    #headerpic {
        padding-top: 140px;
    }
    #headerpic>.row>div:last-child {
        padding-bottom: 25px;
    }
}

@media (min-width: 1200px) {
    #headerpic::after {
        width: calc(50% + 185px);
    }
    #headerpic {
        padding-top: 180px;
    }
}

.slider-wrapper {
    height: 100%;
}

.slider-mask {
    display: none;
}

/* ------------------------------------------------ jingle ------------------------------------------------ */

#jingle {
    color: #b42b51;
    font-size: 26px;
    padding-right: 15px;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 3px;
    position: relative;
    z-index: 60;
}

#jingle a {
    color: #b42b51;
}

@media (min-width: 992px) {
    #jingle {
        font-size: 30px;
        padding-right: 120px;
    }
    body.index #jingle {
        margin-bottom: 110px;
    }
}

@media (min-width: 1200px) {
    body.index #jingle {
        margin-bottom: 220px;
    }
}

#jingle b, #jingle strong {
    color: #7d1935;
    font-size: calc(30px + (102 - 30) * (100vw - 102px) / (1920 - 320));
    font-family: "Asap Condensed", sans-serif;
    letter-spacing: 0;
    margin-bottom: 4px;
}

@media (min-width: 992px) {
    #jingle b, #jingle strong {
        margin-left: -120px;
    }
}

#jingle i, #jingle em {
    color: #ffcf99;
    font-size: 18px;
    font-style: normal;
}

@media (min-width: 992px) {
    #jingle i, #jingle em {
        font-size: 20px;
    }
}

#jingle b, #jingle strong, #jingle i, #jingle em {
    font-weight: 500;
    display: block;
}

#jingle br {
    line-height: 0;
    display: none;
}

#jingle a {
    text-decoration: none;
}

/* ------------------------------------------------ welcome ------------------------------------------------ */

#welcome .textCol {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    #welcome .textCol {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #welcome .tabHeadline {
        margin-bottom: 25px;
    }
    #welcome .bannerCol>.grow {
        width: calc(50vw - 75px);
    }
}

@media (min-width: 1200px) {
    #welcome .bannerCol>.grow {
        width: calc(50vw - 175px);
        min-width: 425px;
    }
}

#welcome .bannerCol .banner {
    position: relative;
    background: #ffffff;
    padding: 15px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(161, 157, 157, 0.45);
    box-shadow: 0 10px 30px 0 rgba(161, 157, 157, 0.45);
}

@media (min-width: 768px) and (max-width: 991px) {
    #welcome .bannerCol {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    #welcome .bannerCol .banner {
        padding: 20px;
    }
    #welcome .bannerCol {
        z-index: 60;
        margin-top: -100px;
    }
}

@media (min-width: 1200px) {
    #welcome .bannerCol .banner {
        padding: 30px;
    }
    #welcome .bannerCol {
        margin-top: -190px;
    }
}

#welcome .bannerCol .banner img {
    display: block;
    width: 100%;
}

/* ------------------------------------------------ content ------------------------------------------------ */

#content, #info, #images>.row {
    text-align: left;
    padding-bottom: 40px;
    padding-top: 40px;
}

@media (min-width: 992px) {
    #content, #info, #images>.row {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    #content, #images>.row {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #info {
        padding-top: 80px;
        padding-bottom: 170px;
    }
    body.index #content>.row>div:last-child {
        padding-left: 65px;
    }
}

/* ------------------------------------------------ tabs ------------------------------------------------ */

.tabAside {
    padding: 30px;
    background: rgba(252, 210, 209, 0.2);
}

@media (max-width: 991px) {
    .tabAside {
        margin-top: 30px;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .tabAside {
        padding-right: 60px;
    }
}

@media (min-width: 1200px) {
    .tabAside {
        padding-right: 100px;
    }
}

.tabAside img {
    margin: -30px -30px 30px -30px;
    display: block;
    min-width: calc(100% + 60px);
    max-width: calc(100% + 60px);
    height: auto;
}

@media (min-width: 992px) {
    .tabAside img {
        min-width: calc(100% + 30px);
        max-width: calc(100% + 30px);
    }
}

.tabAside h1, .tabAside h2, .tabAside h3, .tabAside h4, .tabAside h5, .tabAside h6 {
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0;
}

/* ------------------------------------------------ buttons ------------------------------------------------ */

.buttonsGhost a, .buttonsBold a {
    text-decoration: none;
}

.buttonsGhost a:not([href*="mailto"]), .buttonsBold a:not([href*="mailto"]) {
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 14px 30px;
    display: inline-block;
    line-height: 1;
}

@media (min-width: 992px) {
    .buttonsGhost a:not([href*="mailto"]), .buttonsBold a:not([href*="mailto"]) {
        padding: 14px 40px;
    }
}

.buttonsGhost a:not([href*="mailto"])+a:not([href*="mailto"]), .buttonsBold a:not([href*="mailto"])+a:not([href*="mailto"]) {
    margin-left: 10px;
}

@media (min-width: 992px) {
    .buttonsGhost a:not([href*="mailto"])+a:not([href*="mailto"]), .buttonsBold a:not([href*="mailto"])+a:not([href*="mailto"]) {
        margin-left: 20px;
    }
}

.buttonsGhost a:not([href*="mailto"]) {
    border: 1px solid #b42b51;
    color: #b42b51;
}

.buttonsGhost.lightBtn a:not([href*="mailto"]) {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.buttonsGhost.tabBtn a:not([href*="mailto"]) {
    border: 1px solid rgba(238, 203, 125, 0.6);
    color: #eecb7d;
}

.buttonsBold a:not([href*="mailto"]) {
    background: #7d1935;
}

.buttonsBold a:not([href*="mailto"]), .buttonsBold a:not([href*="mailto"]):hover, .buttonsBold a:not([href*="mailto"]):focus {
    color: #ffffff;
}

.buttonsGhost a:not([href*="mailto"]):hover, .buttonsGhost a:not([href*="mailto"]):focus {
    color: #b42b51;
}

.buttonsGhost.lightBtn a:not([href*="mailto"]):hover, .buttonsBold a:not([href*="mailto"]):hover, .buttonsGhost.lightBtn a:not([href*="mailto"]):focus, .buttonsBold a:not([href*="mailto"]):focus {
    background: #b42b51;
    color: #ffffff;
}

.buttonsGhost.tabBtn a:not([href*="mailto"]):hover, .buttonsGhost.tabBtn a:not([href*="mailto"]):focus {
    background: rgba(255, 255, 255, 0.05);
    color: #eecb7d;
}

/* ------------------------------------------------ info ------------------------------------------------ */

#info {
    background-color: #f6f4f4;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#info::before {
    content: "Stories";
    display: block;
    color: #fcd2d1;
    font-weight: 700;
    font-size: calc(80px + (300 - 80) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
    line-height: 0.7;
    margin-left: calc(15px + (70 - 15) * (100vw - 320px) / (1920 - 320));
    margin-bottom: calc(0px - (72 - 0) * (100vw - 320px) / (1920 - 320));
    pointer-events: none;
}

#info .tab {
    padding: 30px 15px;
    color: #ffffff;
    background-position: bottom left -130px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

#info .tab1 {
    background-color: #b42b51;
    background-image: url('../img/tab-hintergrund-1.png ');
}

#info .tab1 a {
    background: rgba(0, 0, 0, 0.05)!important;
}

#info .tab1 a:hover, #info .tab1 a:focus {
    background: rgba(0, 0, 0, 0.05)!important;
}

#info .tab2 {
    background-color: #7d1935;
    background-image: url('../img/tab-hintergrund-2.png ');
}

@media (max-width: 767px) {
    #info .tab2 {
        margin-top: 30px;
    }
}

#info img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    #info>.row>div:first-child {
        padding-right: 30px;
    }
    #info>.row>div:last-child {
        padding-left: 30px;
    }
}

@media (min-width: 1200px) {
    #info .tab {
        padding: 100px 30px;
    }
}

#info .tabHeadline {
    font-family: "Asap Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.125rem;
    line-height: 1.1;
    margin: 0;
    letter-spacing: 0;
}

#info h1, #info h2, #info h3, #info h4, #info h5, #info h6 {
    color: #ffffff;
}

/* ----------------------------------------------- images ----------------------------------------------- */

#images>.row {
    line-height: 1.2;
}

@media (min-width: 576px) {
    #images>.row {
        background: url('../img/silhouette.png') left 50px bottom 70px no-repeat;
    }
}

@media (max-width: 767px) {
    .template-page .btgrid>.row>div, .template-page .btgrid>.row>div p, .template-page .btgrid>.row>div h1 {
        text-align: center !important;
    }
}

.template-page .btgrid>.row>div:nth-child(2) {
    text-align: right !important;
}

/* ------------------------------------------ h1 - h6, newslink ----------------------------------------- */

.h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, .h6, H6, .h5, H5, .h4, H4, .h3, H3, .h2, H2, .h1, H1 {
    color: #7d1935;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Asap", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.h6 i, H6 i, .h5 i, H5 i, .h4 i, H4 i, .h3 i, H3 i, .h2 i, H2 i, .h1 i, H1 i, .h6 em, H6 em, .h5 em, H5 em, .h4 em, H4 em, .h3 em, H3 em, .h2 em, H2 em, .h1 em, H1 em {
    color: #b42b51;
    text-transform: none;
    letter-spacing: 0;
    font-style: normal;
    font-size: 85%;
    font-weight: 600;
}

h1, .h1, .legacy_h1 {
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    h1, .h1, .legacy_h1 {
        font-size: 2.125rem;
    }
}

#content h1::after, #content .legacy_h1::after {
    content: "";
    display: block;
    height: 3px;
    width: 100px;
    background-color: #ffcf99;
    margin: 12px 0 20px 0;
}

@media (min-width: 992px) {
    #content h1::after, #content .legacy_h1::after {
        margin-bottom: 35px;
    }
}

#content h1[style*="center"]::after, #content .legacy_h1[style*="center"]::after {
    margin-left: auto;
    margin-right: auto;
}

#content h1[style*="right"]::after, #content .legacy_h1[style*="right"]::after {
    margin-left: auto;
    margin-right: 0;
}

h2, .h2, .legacy_h2 {
    font-size: 1.55rem;
}

@media (min-width: 768px) {
    h2, .h2, .legacy_h2 {
        font-size: 2rem;
    }
}

h3, .h3, .legacy_h3 {
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    h3, .h3, .legacy_h3 {
        font-size: 1.9rem;
    }
}

h4, .h4, .h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, .legacy_h4 {
    font-size: 1.65rem;
}

@media (min-width: 768px) {
    h4, .h4, .h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, .legacy_h4 {
        font-size: 1.8rem;
    }
}

h5, .h5, .legacy_h5 {
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    h5, .h5, .legacy_h5 {
        font-size: 1.7rem;
    }
}

h6, .h6, .legacy_h6 {
    font-size: 1.55rem;
}

@media (min-width: 768px) {
    h6, .h6, .legacy_h6 {
        font-size: 1.6rem;
    }
}

#newslinks, #newsmandate {
    border: 1px solid #144647;
}

/* ----------------------------------------------- slogan ----------------------------------------------- */

#slogan {
    padding-top: 40px;
    position: relative;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    text-shadow: 0 0 30px rgba(20, 70, 71, 0.5);
    font-size: calc(20px + (34 - 20) * (100vw - 320px) / (1920 - 320));
}

@media (max-width: 991px) {
    #slogan {
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    #slogan {
        padding-top: 60px;
    }
    #slogan>.row {
        max-width: 1830px;
        width: 100%;
    }
    #slogan>.row .row {
        min-width: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1200px) {
    #slogan {
        padding-top: 80px;
    }
}

#slogan b, #slogan strong {
    font-size: calc(28px + (64 - 28) * (100vw - 320px) / (1920 - 320));
    font-family: "Asap Condensed", sans-serif;
}

#slogan::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    background: rgba(252, 210, 209, 0.3);
}

@media (min-width: 992px) {
    #slogan::after {
        width: calc(50% + 150px);
    }
}

@media (min-width: 1200px) {
    #slogan::after {
        width: calc(50% + 185px);
    }
}

#sloganImg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 15px 30px;
    color: #ffffff;
    background-color: #b42b51;
}

@media (min-width: 1200px) {
    #sloganImg {
        padding-top: 200px;
        padding-bottom: 140px;
    }
}

#sloganImg h1, #sloganImg h2, #sloganImg h3, #sloganImg h4, #sloganImg h5, #sloganImg h6 {
    color: #ffffff;
}

/* ----------------------------------------------- footer ----------------------------------------------- */

#footer {
    background-color: #7d1935;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #ffffff;
    font-size: 1rem;
}

#footer .tab a {
    color: #ffffff;
}

#footer>.row:nth-child(1) {
    padding-bottom: 25px;
}

#footer .template-page .btgrid>.row>div:nth-child(1) {
    padding-top: 0;
}

#footer .template-page .btgrid>.row>div:nth-child(2) {
    text-align: left !important;
    margin-left: -30px;
    padding: 0;
}

#footer a:hover, #footer a:focus {
    text-decoration: underline;
}

@media (min-width: 768px) {
    #footer {
        padding-top: 25px;
        padding-bottom: 15px;
    }
}

#innerfooter {
    font-size: 1rem;
    border-top: 3px solid rgba(0, 0, 0, 0.3);
    padding-top: 20px;
}

@media (max-width: 767px) {
    #vernetzt {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        margin-top: 15px;
        padding-top: 15px;
    }
    #footer>.row:nth-child(1)>div:nth-child(1) .tab {
        padding-bottom: 15px;
    }
    #innerfooter {
        font-size: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 20px;
    }
}

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: inline-block;
}

#innerfooter a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-weight: 400;
}

#innerfooter li+li::before {
    content: "\2022";
    color: rgba(255, 255, 255, 0.7);
    margin: 0 15px;
}

/* --------------------------------------------- vernetzt -------------------------------------------- */

#vernetzt {
    text-align: right;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
    margin: 0 auto;
    font-weight: 400;
    text-decoration: none;
}

@media (min-width: 768px) {
    #vernetzt {
        margin: 0;
    }
}

#vernetzt a {
    color: rgba(255, 255, 255, 0.7);
}

#vernetzt b, #vernetzt span {
    font-weight: 400;
}

#vernetzt span span {
    display: block;
}

#vernetzt img {
    margin-left: 12px;
}