@import url('https://fonts.verwaltungsportal.de/import/?family=Open+Sans:300,400,300i,400i,600,600i%7CLora:400,700');

body {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #43201c;
    background: #f7ede5;
    font-size: 1rem;
    /* 1rem = 16px */
    line-height: 1.5;
}

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

a {
    color: #86962e;
}

a:hover,
a:focus {
    color: #86962e;
    text-decoration: underline;
}

#content a, b, strong {
    font-weight: 400;
}

/* ------------------------------------------------ topbar ----------------------------------------------- */

#topbar {
    overflow: hidden;
    background: #302426;
}

#topbar::before {
    content: '';
    width: 100%;
    height: 10px;
    background: #cc9f68;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

#topbar .optionsbar {
    background-color: #43201c;
    margin-left: auto;
}

@media (max-width: 991px) {
    #topbar .optionsbar {
        margin-left: unset;
        margin-right: auto;
    }
}


@media (min-width: 992px) {
    #contrast_style {
        line-height: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.50);
        padding: 4px 22px;
    }

    #contrast_style button {
        padding: 0;
        border: none;
        background: transparent;
        display: inline-block;
        font-size: 20px;
    }

    #contrast_style button+button {
        margin-left: 4px;

    }

    #style {
        padding-left: 20px;
        padding: 4px 10px 4px 15px;
    }

    #style button {
        font-size: 20px;
        background: transparent;
        padding: 0 0 4px 0;
        border: none;
        color: #fff;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        position: relative;
        line-height: 1;
        -webkit-transition: color 150ms linear;
        -moz-transition: color 150ms linear;
        -ms-transition: color 150ms linear;
        -o-transition: color 150ms linear;
        transition: color 150ms linear;
    }

    #style button+button {
        margin-left: 4px;
        border-left: 1px solid #fff;
        padding-left: 10px;
    }

    #style button:hover {
        color: #ccdc65;
        text-decoration: underline;
    }
}

#search {
    position: relative;
}

#search>a {
    display: block;
    width: 80px;
    background-color: #2f1916;
    height: 2.3rem;
    padding: 5px 10px 3px 22px;
    font-size: 20px;
    min-height: 40px;
}

#search img {
    position: relative;
    transition: all, 300ms;
    left: 0px;
}

#search::after {
    content: '';
    width: 400px;
    position: absolute;
    right: -400px;
    top: 0px;
    pointer-events: none;
    background-color: #2f1916;
    display: inline-block;
    height: 100%;
}

#search:hover img,
#search:focus img {
    left: 4px;
}

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

/* burgermenu for tablet */

@media (max-width: 991px) {
    #burgerButton {
        font-size: 0;
        border: none;
        display: block;
        height: 50px;
        width: 60px;
        border-radius: 2px;
        padding: 6px 8px;
        cursor: pointer;
        background-color: #f7ede5;
        -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: #43201c;
        border-radius: 2px;
        position: absolute;
        width: 40px;
        height: 3px;
        left: 10px;
        -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;
    }

    .navbar-collapse {
        top: 0;
        background: #43201c;
        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;
    }
}

@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) {
    #menu {
        background-color: #43201c;
        border-top: 1px solid rgba(218, 200, 138, 0.4);
    }

    nav.horizontally .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    nav.horizontally .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
    }

    nav.horizontally .navbar-nav>li:last-of-type>.dropdown-menu {
        left: auto;
        right: 0;
    }

    nav.horizontally .navbar-nav>li:last-of-type>.dropdown-menu>li>.dropdown-menu {
        left: auto;
        right: 100%;
    }

    nav.horizontally .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        position: absolute;
        left: 100%;
        top: 0;
    }

    nav.horizontally .navbar-nav>li, nav.horizontally .navbar-nav>li>.dropdown-menu>li {
        position: relative;
    }

    .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"]: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;
    }

    .navbar-default .navbar-nav li[class*="toplevel"]:hover>ul,
    .navbar-default .navbar-nav li[class*="secondlevel"]:hover>u {
        z-index: 1003;
    }
}

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

.navbar-default .navbar-nav>li>a {
    color: #cc9f68;
    font-weight: 700;
    text-align: center;
    padding: 10px 35px;
    position: relative;
    font-family: "Lora", sans-serif;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav>li {
        border-top: 1px solid rgba(218, 200, 138, 0.4);
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li+li {
        margin-left: 0px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 19px 5px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
}

@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:hover>a,
.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: #d6beb2;
    background-color: transparent;
}

.navbar-nav>li:focus-within>a {
    color: #d6beb2;
    background-color: transparent;
}

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

.navbar-default .navbar-nav>li>.dropdown-menu, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    background-color: #e6cec1;
}


@media (max-width: 991px) {
    .navbar-default .navbar-nav>li>.dropdown-menu, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        padding: 15px;
    }
}

@media(min-width:992px) {
    .navbar-default .navbar-nav>li>.dropdown-menu, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .navbar-default .navbar-nav>li>.dropdown-menu {
        margin-top: 10px;
        left: 50%;
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        margin-top: -12px;
        margin-left: 10px;
    }

    .navbar-default .navbar-nav>li>.dropdown-menu::before {
        content: "";
        position: absolute;
        display: block;
        height: 10px;
        left: 0;
        right: 0;
        top: -10px;
    }

    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu::before {
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        top: 0;
        bottom: 0;
        left: -10px;
    }
}

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

.navbar-default .navbar-nav>li>.dropdown-menu>li>a, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
    color: #43201c;
    font-weight: 300;
    text-align: center;
    padding: 8px 35px;
    font-size: 1rem;
    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 {
        padding: 8px 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 {
    background: #f7ede5;
    color: #43201c;
}

.navbar-nav>li>.dropdown-menu>li:focus-within>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:focus-within>a {
    background: #f7ede5;
    color: #43201c;
}

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

#headerpic {
    margin: 0 auto;
    width: 100%;
    background: #2f1916;
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

@media (min-width: 992px) {
    #headerpic {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .index #headerpic {
        padding-top: 50px;
        padding-bottom: 90px;
    }

    #headerpic::before {
        content: '';
        display: block;
        height: 102px;
        width: 327px;
        background: url('../img/banner-links.png') center no-repeat;
        position: absolute;
        left: 0;
        bottom: -5px;
    }

    #headerpic::after {
        content: '';
        display: block;
        height: 74px;
        width: 295px;
        background: url('../img/banner-rechts.png') center no-repeat;
        position: absolute;
        right: 0;
        bottom: -5px;
    }
}

#sliderBorder {
    padding: 14px;
    background: #fff;
    border-radius: 15px;
}

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

@media (min-width: 992px) {
    #slider {
        max-height: 500px;
    }
}

.slider-wrapper, #slider {
    height: 100%;
}

.slider-mask {
    display: none;
}

#teaser {
    background: rgba(67, 32, 28, 0.9);
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    padding: 20px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
    #teaser {
        margin-top: 20px;
    }
}

#teaser b, #teaser strong {
    font-weight: 700;
}

#teaser a {
    color: #ffffff;
    font-size: 1rem;
    text-decoration: none;
}

#teaser h1,
#teaser h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
    color: #fff;
}

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

#headerpic #logo {
    margin-bottom: 30px;
}

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

#content {
    text-align: left;
    padding-bottom: 30px;
    padding-top: 30px;
}

@media (min-width: 992px) {
    #content {
        padding-bottom: 60px;
        padding-top: 30px;
    }

    .index #content {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

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

.h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, H6, H5, H4, H3, H2, H1 {
    font-weight: 700;
    line-height: 1.2;
    font-family: "Lora", sans-serif;
}

H1, H3, H5, H2, H4, H6 {
    color: #43201c;
}

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

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

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

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

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

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

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

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

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



/* ----------------------------------------------- news ----------------------------------------------- */

#news {
    background: #2f1916;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    padding-bottom: 40px;
    padding-top: 40px;
}

@media (min-width: 992px) {
    #news {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

#news>article {
    padding: 15px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
}

@media (min-width: 992px) {
    #news>article {
        padding: 60px 15px;
    }
}

#news .tabHeadline {
    color: #fff;
    font-size: clamp(1.25rem, 10vw, 3.125rem);
    font-weight: 600;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    #news .tabHeadline {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    #news .tab_link_entries {
        -ms-flex-wrap: wrap;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) {
    #news .tab_link_entries {
        padding-right: 100px;
        position: relative;
    }
}

#news .tab_link_entry {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    padding: 20px;
    width: 100%;
    border-radius: 15px;
}

#news .tab_link_entry > p {
    color: #1f1f1f;
}

#news .tab_link_date {
    color: #1f1f1f;
}

@media (min-width: 768px) {
    #news .tab_link_entry {
        padding: 35px 25px;
        width: calc(50% - 15px);
    }

    #news .tab_link_entry:nth-child(2n+1) {
        margin-right: 15px;
    }

    #news .tab_link_entry:nth-child(2n+2) {
        margin-left: 15px;
    }
}

#news .tab_link_entry+.tab_link_entry {
    margin-top: 30px;
}

@media (min-width: 768px) {
    #news .tab_link_entry:nth-child(2) {
        margin-top: 0;
    }
}

#news .tab_link_mehr {
    color: transparent;
    font-size: 0;
    margin-top: 30px;
}

@media (min-width: 992px) {
    #news .tab_link_mehr {
        margin-top: 0;
    }
}

#news .tab_link_mehr a {
    color: #1f1f1f;
    background: #fff;
    display: inline-block;
    font-weight: 600;
    line-height: 0.5;
    padding: 8px 10px 10px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    border-radius: 15px;
}

@media (min-width: 992px) {
    #news .tab_link_mehr a {
        align-content: center;
        align-items: center;
        bottom: 0;
        display: flex;
        justify-content: center;
        position: absolute;
        right: 15px;
        top: 0;
        width: 70px;
    }
}

#news .tab_link_mehr a:hover,
#news .tab_link_mehr a:focus {
    background: #cc9f68;
}

#news .tab_link_mehr a::after {
    content: "»";
    font-size: 60px;
}

@media (min-width: 992px) {
    #news .tab_link_mehr a::after {
        margin-top: -8px;
    }
}

#news .tab_link_title a {
    color: #1f1f1f;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.1;
}

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

#abovefooter {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    background-color: #43201c;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    #abovefooter {
        padding-top: 70px;
        padding-bottom: 20px;
    }
}

#abovefooter a {
    color: #fff;
}

#footer {
    background: #43201c;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-weight: 300;
    border-bottom: 5px solid #cc9f68;
}


#footer a {
    color: #dac88a;
}

#footer H1, #footer H2, #footer H3, #footer H4, #footer H5, #footer H6 {
    color: #f7ede5;
}

@media (max-width: 991px) {
    #footer H1, #footer H2, #footer H3, #footer H4, #footer H5, #footer H6 {
        margin-bottom: 10px;
    }
}

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

#vernetzt {
    text-align: right;
    font-size: 0.875rem;
    color: #f7ede5;
    line-height: 1.4;
    margin: 20px auto 0 auto;
    font-weight: 300;
    text-decoration: none;
}

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

#vernetzt b {
    color: #fff;
    font-weight: 400;
}

#vernetzt span {
    color: #fff;
}

#vernetzt span span {
    display: block;
}

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

/* ----------------------------------------------- maps ----------------------------------------------- */

#googleMaps {
    color: #e6cec1;
    background-color: #43201c;
}

#googleMaps .row {
    max-width: none;
}

#googleMaps .template-page .row,
#googleMaps .template-page .row [class^="col"] {
    margin: 0;
    padding: 0;
}

#googleMaps iframe, #googleMaps .iframe-wrapper-manual-enabling {
    display: block;
    width: 100% !important;
    min-width: 100% !important;
}

/* --------------------------------------------- innerfooter --------------------------------------------- */

#innerfooter {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1rem;
}

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: inline-block;
}

#innerfooter a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-weight: 300;
}

#innerfooter a:hover,
#innerfooter a:focus {
    color: #dac88a;
}

#innerfooter li+li::before {
    content: "\2022";
    margin: 0 10px;
    color: #fff;
}

@media (min-width: 1200px) {
    #innerfooter li+li::before {
        margin: 0 20px;
    }
}

/* --------------------------------------------- introtabs --------------------------------------------- */

#introtabs {
    padding: 20px 0;
}

@media (min-width: 992px) {
    #introtabs {
        padding-top: 0;
        padding-bottom: 40px;
        margin-top: -40px;
    }
}

#introtabs .introtab {
    position: relative;
    padding: 15px;
    background: #fff;
    border-radius: 15px;
}

#introtabs .introtab .tabContent {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    background: rgba(67, 32, 28, 0.8);
    display: block;
    text-align: center;
    color: #f7ede5;
}

#introtabs .introtab .tabContent a {
    color: #f7ede5;
    font-family: 'Lora', serif;
    font-size: 1.5rem;
    font-weight: bold;
}

#introtabs .introtab .banner,
#introtabs .introtab .banner img {
    object-fit: cover;
}

@media (max-width: 991px) {
    #introtabs .introtab {
        margin-bottom: 25px;
    }
}

@media (min-width: 992px) {

    #introtabs .introtab .banner,
    #introtabs .introtab .banner img {
        max-height: 260px;
        min-height: 260px;
    }
}