/* General Site Width */
.section-default {
    width: 85vw;
    margin: auto;
    min-width: 284px;
}

html {
    font-size: 24px;
    font-size: 1.5vw;
    line-height: 140%;
}

body {
    min-width: 320px;
    position: relative;
}

/*Hintergrundbild 03.02.22*/
/*
.body-bg {
    background: url(../Images/BG_trans_gross.png) no-repeat right bottom 134px;
}
*/
.body-bg .bg-main-section{
    position: relative;
    display: flex;
    flex-direction: column;
}

.body-bg .bg-main-section > .before{
    content:"";
    position:absolute;
    height:100%;
    width:100%;
    background: url(../Images/BG_trans_gross.png) no-repeat right bottom;
    max-height: 680px;
    bottom: 0;
    background-size: contain;
    z-index: -1;
}


.gallery-item {
    width: 100%;
}

.gallery-item img {
    /*height: fit-content;*/
}

@media (max-width: 991px) {
    html {
        font-size: 16px;
        line-height: 140%;
    }
}

/*
==============================================================================

Abschnitt: Header

==============================================================================

Meta Nav Styling

Logo + Main Nav + Hamburger Menu Container

Main Nav + Sub Nav + Logo Styling

*/
.navbar {
    padding: 0;
    width: 100%;
    top: 0;
    background:#fff;
}

.navbar > .section-default {}

@media (max-width: 991px) {
    .navbar .navbar-main {
        display: none;
    }
}

/* 
=========================================================================
Meta Nav Styling ======================================================== 
=========================================================================
*/
/* Meta Nav Font Styling */
header > .section-default > .metanav_wrapper a {
    font-size: 14px;
    line-height: normal;
    /* normal corresponds to a line-height of 1.2 */
    font-weight: 400;
    color: grey;
    -webkit-transition: color ease-in-out 150ms;
    transition: color ease-in-out 150ms;
}

/* Meta Nav Hover */
header > .section-default > .metanav_wrapper a:hover {
    color: black;
}


/* Meta Nav Styling Padding Top and Padding Bottom */
.metanav_wrapper {
    padding-top: 20px;
}




/* 
=======================================================================
Logo + Main Nav + Hamburger Menu Container  ===========================
=======================================================================
*/
.logo_Main-nav_hamburger-menu_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* ======================================================================
Main Nav + Sub Nav + Logo Styling =======================================
=========================================================================

Main Nav Styling 

Sub Nav Styling 

Logo Styling

*/
/* Main Nav + Sub Nav + Logo Variables */
/* ===== Main Nav Styling ======================================== */
.main-nav {
    -ms-flex-item-align: center;
    align-self: center;
}

/* Main Nav Font Styling */
.navbar-collapse.collapse ul li,
.language-menu li {
    font-size: 24px;
    font-size: 0.706em;
    line-height: normal;
    margin: 0 0.4em;
}

.navbar-collapse.collapse ul li a,
.language-menu li a {
    /* normal corresponds to a line-height of 1.2 */
    font-weight: 700;
    color: #e6332a;
    -webkit-transition: color ease-in-out 150ms;
    transition: color ease-in-out 150ms;
    position: relative;
    padding: 0.4em 0.6em;
    white-space: nowrap;
    display:block;
}
/*
.navbar-collapse.collapse ul li a::after {
    content: "";
    background-color: #000;
    height: 2px;
    width: 100%;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    transform: scale(0);
    transform-origin: left;
    transition: all 300ms cubic-bezier(.8, 0, .2, 1);
}
*/
/*
.navbar-collapse.collapse ul li a:hover::after,
.navbar-collapse.collapse ul li.active > a::after {
    transform: scale(1);
}
*/

.main-nav > nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main-nav {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 1.05em;
}

.navbar-collapse {
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
}

.navbar-collapse.collapse {
    display: block;
    padding: 0;
    padding-bottom: 0;
}

/* Ausschalten des Before und After Pseudoelementes */
.navbar.navbar-top::before,
.navbar.navbar-top::after,
.navbar-collapse.collapse::before,
.navbar-collapse.collapse::after {
    display: none;
}

.main-nav .navbar-collapse.collapse ul li.active.dropdown {
    background: none;
}


/* ===== Sub Nav Styling =================================================== */

.navbar-main li.dropdown:hover > ul.dropdown-menu {
    display: block;
    margin: 0;
    opacity: 1;
    -webkit-transition: opacity ease-in-out 150ms;
    transition: opacity ease-in-out 150ms;
    z-index: 2;
}

.dropdown-menu {
    padding: 0 0 10px;
    padding: 0 0 0.294em;
    border: 0;
    width: auto;
    min-width: auto;
    left: auto;
    z-index: -1;
    background-color: #e6332a;
    -webkit-transition: opacity ease-in-out 150ms;
    transition: opacity ease-in-out 150ms;
    opacity:0;
    display:block;
}

.navbar-collapse.collapse ul li .dropdown-menu li a {
    padding: 0;
    text-transform: none;
}

.navbar-collapse.collapse ul li .dropdown-menu li a:hover {
    color:#000;
}

.dropdown-menu > li > a:hover {
    text-decoration: none;
}

.dropdown-menu > .active > a {
    background-color: none;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-main > li .dropdown-menu li {
    background-color: none;
    position: relative;
    padding: 0.4em 0.6em;
    margin: 0;
}

.navbar-collapse.collapse ul li a:hover {
    text-decoration: none;
    color:#636569;
}
.navbar-collapse.collapse ul li.dropdown:hover a {
    text-decoration: none;
    background: #e6332a;
    color: white;
    -webkit-transition: background ease-in-out 150ms;
    transition: background ease-in-out 150ms;
}
.navbar-collapse.collapse ul li.dropdown:hover > a:hover {
    text-decoration: none;
    color:#fff;
}

/* Dropdown Menu Dreieck */
/* .main-nav nav > ul > li.dropdown:hover > a::before {
    content: url(../Images/Dreieck.svg);
    position: absolute;
    height: 32px; 
    width: 46px; 
    top: 100%;
    left: 50%;
    transform: translateY(-99%) translateX(-50%);
    display: none;
} */

@media (max-width: 991px) {

    /* Main Nav Font Styling */
    .main-hamburger-menu ul li a {
        font-size: 25px;
        color: #e6332a;
    }
    
    .main-hamburger-menu ul li a:focus,.main-hamburger-menu ul li a:hover {
        outline: none;
        color: #000;
    }

    .main-nav-hamburger-menu {
        padding-left: 5vw;
        padding-right: 5vw;
        padding-bottom: 150px;
        padding-top: 60px;
    }

    .main-nav-hamburger-menu ul {
        padding: 0 0 0 20px;
        list-style: none;
        margin: 0;
    }

    .main-nav-hamburger-menu a {
        padding-bottom: 6px;
        padding-top: 6px;
        display: block;
    }

    .main-nav-hamburger-menu ul.dropdown-menu {
        padding-bottom: 20px;
    }

    .main-nav-hamburger-menu ul li {
        clear: both;
    }

    .main-nav-hamburger-menu .show > .dropdown-toggle::after {
        border-top: 0;
        border-right: 0.3em solid transparent;
        border-bottom: 0.3em solid;
        border-left: 0.3em solid transparent;
    }
    .main-nav-hamburger-menu .dropdown-toggle::after{
        display:none;
    }


    .main-hamburger-menu ul li.active > a {
        color: #000;

    }

    .main-hamburger-menu ul li.dropdown:hover > .dropdown-menu {
        display: block;
    }

    /* ===== Sub Nav Styling ============================================== */
    .dropdown-menu {
        position: relative;
        background: none;
        width: 100%;
        opacity:1;
        z-index:0;
    }

    .dropdown-menu:before {
        display: none;
    }

    /* Sub Nav Font Styling */
    .dropdown-menu > li > a {
        font-size: 25px;
    }

    /* ===== Logo Styling ================================================= */
    /* Logo Desktop On/Off */
    .logo-1 > a {
        display: block;
    }

    /* Logo Mobile On/Off */
    .logoMobileView {
        display: none;
        height: auto;
    }

    /* Logo Padding Top and Padding Bottom */
    .logo-1 a {
        float: none;
        height: auto;
        padding: 20px 0 20px 0;
    }
}

/* ===== Logo Styling ======================================================== */

.logo-1 {
    background: #fff;
    position: relative;
    z-index: 1;
}


/* Logo Padding Top and Padding Bottom */
.logo-1 a {
    float: none;
    height: auto;
    padding: 36px 0;
    padding: 0.8em 0;
    font-size: 1em;
}

/* Logo Height */
.logo-1 > a > img {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    height: 158px;
    height: 2.5em;
    width: auto;
}

/* Logo Mobile On/Off */
.logoMobileView {
    display: none;
}





/*
==============================================================================

Abschnitt: Background Slider Startseite

==============================================================================
*/


.carousel .carousel-content {
    font-size: 1.4em;
}

.carousel .carousel-item h1,
.carousel .carousel-item h2,
.carousel .carousel-item h3,
.carousel .carousel-item h4,
.carousel .carousel-item h5,
.carousel .carousel-item h6,
.carousel .carousel-item p {
    /*text-shadow: 0px 3px 4px #000;*/
}

.carousel .carousel-item h1 {
    font-weight:700;
}
.carousel .carousel-item h2 {
    font-weight:600;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 0;
}

.carousel .carousel-item .valign {
    width: 85vw;
    max-width: initial;
    min-width: 272px;
}

.carousel .carousel-item .valign .carousel-text.vcontainer {
    margin-bottom: 20px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.carousel .carousel-item-type-header .valign {
    align-items: flex-start;
}

@media (min-width: 991px) {

    .carousel-item-type-header .carousel-text-inner {
        margin: 0;
        padding-bottom: 5em;
        padding-top: 2.4em;
        float: right;
        padding-left: 3.4em;
    }

}

@media (max-width: 990px) {

    .carousel-item-type-header .carousel-text-inner {
        margin: 0;
        padding-bottom: 5em;
        padding-top: 1.5em;
        /*float: right;*/
        padding-left: 0.938em;
    }
}



@media (max-width: 991px) {
    .carousel-fullscreen .item {
        height: 400px;
    }

}

@media (max-width: 425px) {
    h1.carousel-header.none {
        font-size: 25px;
    }

}

.carousel-item-type-text .carousel-text-inner {
    width: 100%;
}

.carousel .carousel-control-icon {
    background: none;
}

.carousel .carousel-control-icon:before {
    width: 2em;
    height: 2em;
    border-top: 0em solid #fff;
    border-right: 0em solid #fff;
    background: url(../Images/Pfeil_Links.svg) no-repeat;
}

.carousel.carousel-fullscreen .carousel-control-icon:before {
    width: 2.5em;
    height: 2.5em;
        background: url(../Images/Pfeil_Links.svg) no-repeat;
}

.carousel .carousel-control-prev .carousel-control-icon:before {
    transform: rotate(359deg);
}

.carousel .carousel-control-next .carousel-control-icon:before {
    transform: rotate(180deg);
}

.carousel-control-next {
    right: 1em;
}

.carousel-control-prev {
    left: 1em;
}


.carousel .item {
    height: 18.2vw;
    min-height: 180px;
}

.carousel.carousel-fullscreen .item {
    height: 80vh;
}

.carousel-item-type-call_to_action .carousel-box {
    max-width: none;
    background-color:transparent;
    padding:0;
    text-align:center;
}

.carousel-item-type-call_to_action .carousel-box *{
    display:inline-block;
}

.carousel-item-type-call_to_action .carousel-box a{
    font-weight: inherit;
    font-size: 1em;
    padding: 0;
    line-height: normal;
    background: transparent;
    border: none;
    vertical-align: initial;
    color:inherit;
    margin: 0 0.4em;
}

.carousel .carousel-item-type-call_to_action .carousel-content {
    font-size: 1em;
}
@media (max-width: 768px) {
    .carousel.carousel-fullscreen .item {
        max-height: 450px;
    }
}
/*
==============================================================================

Abschnitt: Footer

==============================================================================
*/

@media (max-width: 991px) {

    .footer-section {
        font-weight: 300 !important;
        font-size: 0.9em !important;
    }

    .fa-instagram {
        font-size: 1.9rem !important;
        line-height: 41% !important;
    }


    #education {
        width: 135px;
    }

    .column-2-footer-left {
        max-width: 177px;
        margin: auto;
    }

    .column-2-footer-center {
        text-align: -webkit-center !important;
        text-align: center !important;
    }

    #page-footer a {
        text-decoration: none;
        text-align: center;
    }

    .footer-section .frame {
        padding-top: 1em;
        padding-bottom: 1em;
    }
}

.footer-section-content {
    background-color: #e6332a;
}

.footer-section {
    font-weight: 300;
    font-size: 0.75em;
}

.footer-section .frame {
    padding-top: 1em;
    padding-bottom: 1em;
}

.footer-section p {
    color: white;
}


.footer-section-content a:not(.btn) {
    color: #fff;
}

.footer-section-content a:not(.btn):hover,
.footer-section-content a:not(.btn):focus {
    color: #fff;
}

.scroll-top {
    display: none;
}

footer ul {
    list-style: none;
    padding: 0;
}

a.back-to-top {
    margin-top: 2.5em;
    clear: both;
    display: block;
    position: relative;
}

a.back-to-top span {
    transform: rotate(-90deg) translate(0.8em, 0.6em);
    transform-origin: center;
    text-align: center;
    font-size: 2.6em;
    font-weight: 100;
    top: 0;
    line-height: 1;
    position: absolute;
}

.footer-section-meta {
    display: none;
}

.row .section-default,
.background-slider > .section-default,
.google-maps > .section-default {
    width: 100%;
    min-width: 0;
}


/*
==============================================================================

Abschnitt: Hintergrund Inhaltselemente

==============================================================================
*/



.carousel.contentbackground {
    overflow: visible;
}

.contentbackground .carousel-backgroundimage-container {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    z-index: -1;
}

.carousel.contentbackground h1 {}

.carousel.contentbackground h1,
.carousel.contentbackground h2,
.carousel.contentbackground h3,
.carousel.contentbackground h4,
.carousel.contentbackground h5,
.carousel.contentbackground h6,
.carousel.contentbackground p {
    color: #fff;
    /*text-shadow: 0px 3px 4px #000;*/
}

.carousel.contentbackground .btn-default {
    border-color: #fff;
    color: #fff;
}

.carousel.contentbackground .btn-default:hover {
    border-color: #7E000D;
}



/*
==============================================================================

Abschnitt: Korrekturen Abstaende

==============================================================================
*/

.background-slider > .frame {
    padding: 0;
}

.frame.frame-none {
    padding: 0;
}

.main-section > .section-default {
    /*padding-top: 2rem;*/
}

.background-slider > .frame-space-before-extra-small,
.background-slider > .frame-space-after-extra-small,
.background-slider > .frame-space-before-small,
.background-slider > .frame-space-after-small,
.background-slider > .frame-space-before-medium,
.background-slider > .frame-space-after-medium,
.background-slider > .frame-space-before-large,
.background-slider > .frame-space-after-large,
.background-slider > .frame-space-before-extra-large,
.background-slider > .frame-space-after-extra-large {
    margin: 0;
}


/*
==============================================================================

Abschnitt: Accordion

==============================================================================
*/

.card a:not(.btn) {
    color: #e6332a;
    border-bottom: 1px solid #636569 !important;
}

.card a:not(.btn):hover {
    color: #636569;
}

.card {
    border: none;
    /* margin-bottom: 0.15em; */
    background: transparent;
    border-bottom: 2px solid #636569 !important;
}

.card-header {
    border: none;
    padding: 0;
    background:transparent;
}

.card-header .btn-link {
    font-weight: 400;
    color: #7E000D;
    text-decoration: none;
    font-weight: 700;
    padding: 0.375rem 0;
    width: 100%;
    text-align: left;
    background: transparent;
    border:0;
}

.card-header .btn-link:after {
    content: "»";
    position: absolute;
    right: 1.2rem;
    transform: rotate(90deg);
    transform-origin: center;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-right: 0.05em;
    margin-top: 0.0em;
    font-size: 1.5em;
    line-height: 100%;
    font-weight:300;
}

.card-header .btn-link.collapsed:after {
    transform: rotate(0deg);
    transform-origin: center;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-right: 0.12em;
    margin-top: -0.1em;
}

.card-body {
    padding: 0.5rem 0 1.5rem;
}

.card-body > header, .card-body > .section-default > header{
    display:none;
}


/*
==============================================================================

Abschnitt: Bildergalerie

==============================================================================
*/


.carousel.default-slide .item {
    height: auto;
    padding: 0;
}

.carousel.default-slide .item img {
    width: 100%;
}

.carousel.default-slide .item figure {
    margin-bottom: 0;
}

.carousel.default-slide .carousel-control,
.carousel.default-slide .carousel-indicators {
    z-index: initial;
    opacity: 1;
}



.carousel.default-slide .carousel-control-prev .carousel-control-icon {
    left: 0;
}

.carousel.default-slide .carousel-control-next .carousel-control-icon {
    right: 0;
}



/*
==============================================================================

Abschnitt: Powermail Formular (Mehrspaltig)

==============================================================================
*/

.tx-powermail .container-fluid {
    padding: 0;
}

.tx-powermail .powermail_fieldset.nolabel > div {
    padding: 0;
}

.tx-powermail .powermail_fieldwrap {
    margin-bottom: 1.4em;
}

.tx-powermail .row > legend {
    display: none;
}

.col-md-2_nolabel > label,
.col-md-3_nolabel > label,
.col-md-4_nolabel > label,
.col-md-5_nolabel > label,
.col-md-6_nolabel > label,
.col-md-7_nolabel > label,
.col-md-8_nolabel > label,
.col-md-9_nolabel > label,
.col-md-10_nolabel > label,
.col-md-12_nolabel > label {
    display: none;
}

.col-md-2_nolabel,
.col-md-3_nolabel,
.col-md-4_nolabel,
.col-md-5_nolabel,
.col-md-6_nolabel,
.col-md-7_nolabel,
.col-md-8_nolabel,
.col-md-9_nolabel,
.col-md-10_nolabel,
.col-md-12_nolabel {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}

@media (min-width: 768px) {
    .col-md-2_nolabel {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3_nolabel {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4_nolabel {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5_nolabel {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6_nolabel {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7_nolabel {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8_nolabel {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9_nolabel {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10_nolabel {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-12_nolabel {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.powermail_form .powermail_label {
    width: 100%;
}

.powermail_form .powermail_input,
.powermail_form .powermail_textarea,
.powermail_form .powermail_date,
.powermail_form .powermail_select {
    background: transparent;
    border: 1px solid #e6332a;
    padding: 0.4em .6em;
    width: 100%;
    font-weight: 300;
    font-size: 0.85em;
}

.powermail_form .powermail_input:focus,
.powermail_form .powermail_select:focus,
.powermail_form .powermail_textarea:focus,
.powermail_form .powermail_date:focus {
    border: 1px solid #e6332a;
    outline: none;
}

.powermail_form .powermail_textarea {
    resize: vertical;
}

.powermail_form .powermail_input::-webkit-input-placeholder,
.powermail_form .powermail_textarea::-webkit-input-placeholder,
.powermail_form .powermail_select::-webkit-input-placeholder,
.powermail_form .powermail_date::-webkit-input-placeholder,
.powermail_form .powermail_input::-moz-placeholder,
.powermail_form .powermail_textarea::-moz-placeholder,
.powermail_form .powermail_select::-moz-placeholde,
.powermail_form .powermail_date::-moz-placeholde,
.powermail_form .powermail_input::-ms-input-placeholder,
.powermail_form .powermail_textarea:-ms-input-placeholder,
.powermail_form .powermail_select:-ms-input-placeholder,
.powermail_form .powermail_date:-ms-input-placeholder,
.powermail_form .powermail_input::-moz-placeholder,
.powermail_form .powermail_textarea:-moz-placeholder,
.powermail_form .powermail_select:-moz-placeholder,
.powermail_form .powermail_date:-moz-placeholder {
    /* Firefox 18- */
    color: #666;
    text-transform: uppercase;
    opacity: 1;
}

.powermail_form ul.parsley-errors-list {
    list-style: none;
    color: #e6332a;
    padding: 0;
    font-weight: normal;
    margin-bottom: 0;
}

.powermail_form ul.parsley-errors-list li {
    padding: 0.2em 0 0.3em;
}

.powermail_form .mandatory {
    padding-left: 0.3em;
}

.powermail_form .powermail_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../Images/dropdown_bg.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    border-radius: 0px;
}

.powermail_form .powermail_select option {
    padding: 0.2em 0 0.2em 0.2em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.powermail_form .powermail_message.powermail_message_error {
    background: none;
    border: none;
}

.powermail_form .powermail_message {
    min-height: 0;
    background-color: transparent;
    padding: 0 !important;
}

.powermail_form .powermail_message li:before {
    content: "" !important;
}

.powermail_form .powermail_fieldwrap_file {
    margin-bottom: 0.5em;
}

.powermail_form .powermail_fieldwrap_radio {
    margin-bottom: 0.5em;
}

.powermail_form .powermail_radio_legend {
    margin-bottom: 0.3em;
}

.powermail_form .powermail_radio_inner {
    margin-bottom: 0.3em;
}

.powermail_form .powermail_fieldwrap_file > label {
    margin-bottom: 0.3em;
}

.powermail_radio_inner > label {
    margin-left: 0.3em;
}

.powermail_form .row .powermail_fieldwrap_type_submit .powermail_submit {
    margin-top: 0px;
    padding: 8px 60px;
    font-weight: normal;
}

.powermail_form .powermail_fieldwrap_type_submit .powermail_field {
    width: auto;
    display: inline-block;
}

.powermail_form .powermail_fieldwrap_type_submit .powermail_field input:focus {
    outline: none;
}


/*
==============================================================================

Abschnitt: Powermail Date-Time-Picker

==============================================================================
*/

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #7E000D;
    box-shadow: #7E000D 0 1px 3px 0 inset;
    color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #7E000D;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #fff !important;
    background: #EC6500 !important;
}


/*
==============================================================================

Abschnitt: Powermail Styled Checkbox und Radio Button

==============================================================================
*/

/* The container */

.powermail_fieldwrap_type_check .checkbox,
.powermail_fieldwrap_type_radio .radio {
    display: block;
    position: relative;
    padding-left: 1.8em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.powermail_fieldwrap_type_check .checkbox input,
.powermail_fieldwrap_type_radio .radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.powermail_fieldwrap_type_check .checkbox .checkmark,
.powermail_fieldwrap_type_radio .radio .radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.2em;
    width: 1.2em;
    background-color: transparent;
    margin-top: 0.1em;
    border: 1px solid #000;
}

.powermail_fieldwrap_type_radio .radio .radiobtn {
    border-radius: 50%;
}

.powermail_fieldwrap_type_check .checkbox:hover input ~ .checkmark,
.powermail_fieldwrap_type_radio .radio:hover input ~ .radiobtn {
    border-color: #EC6500;
}

.powermail_fieldwrap_type_check .checkbox input:checked ~ .checkmark,
.powermail_fieldwrap_type_radio .radio input:checked ~ .radiobtn {
    background-color: #7E000D;
    border-color: #7E000D;
}

.powermail_fieldwrap_type_check .checkbox .checkmark:after,
.powermail_fieldwrap_type_radio .radio .radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}

.powermail_fieldwrap_type_check .checkbox input:checked ~ .checkmark:after,
.powermail_fieldwrap_type_radio .radio input:checked ~ .radiobtn:after {
    display: block;
}

.powermail_fieldwrap_type_check .checkbox .checkmark:after {
    left: 0.3em;
    top: 0.05em;
    width: 0.5em;
    height: 0.8em;
    border: solid white;
    border-width: 0 0.2em 0.2em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.powermail_fieldwrap_type_radio .radio .radiobtn:after {
    top: 0.35em;
    left: 0.34em;
    width: 0.44em;
    height: 0.45em;
    border-radius: 50%;
    background: white;
}




.language-menu {
    list-style: none;
    display: flex;
    margin-right: 2em;
    margin-bottom: 0;
}

.language-menu li {
    border-right: 1px solid #000;
}

.language-menu li:last-child {
    border-right: none;
}

.language-menu li a,
.language-menu li > span {
    margin: 0 0.235em;
}


@media (max-width: 991px) {
    .language-nav {
        display: none;
    }

    .language-menu {
        margin-top: 40px;
    }

    .language-menu li {
        border-right: 1px solid #fff;
    }
}

/*
==============================================================================

Abschnitt: Trennlinie bei Über uns

==============================================================================
*/

hr.trenner-ueber-uns {
    border: 1px solid white;
    border-radius: 1px;
    background-color: white;
}

/*
==============================================================================

Abschnitt: Beschriftung Kontakt Google Maps und Schreinerei Grädel

==============================================================================
*/

.col-6.text-right-columns-2,
.col-6.text-left-columns-1 {
    font-size: 0.7rem;
}

.col-6 .frame-space-after-medium {
    margin-bottom: 0rem;
}




/*
==============================================================================

Abschnitt: Cookie Notice

==============================================================================
*/

.cc-window.cc-floating {
    width: 25%;
    max-width: none;
    min-width: 280px;
    padding: 1rem 0 1.4rem;
}

.cc-window.cc-floating .cc-container{
    padding: 0 1.4rem;
}

.cc-window,
.cc-revoke {
    color: #fff;
    background-color: #1b1b1b;
    border: 1px solid #000;
    font-size: 0.85em;
}

.cc-btn,  .cc-btn:link, .cc-btn:visited{
    color: #fff !important;
    background-color: #e6332a;
    border-color: #e6332a;
    font-size:1em;
}

.cc-btn:hover {
    color: #e6332a !important;
    background-color: #fff;
    border-color: #e6332a;
}


.cc-btn:not(:disabled):not(.disabled):active,
.cc-btn:not(:disabled):not(.disabled).active,
.show > .cc-btn.dropdown-toggle {
    color: #e6332a;
    background-color: #fff;
    border-color: #e6332a;
}

.cc-btn:not(:disabled):not(.disabled):active:focus,
.cc-btn:not(:disabled):not(.disabled).active:focus,
.show > .cc-btn.dropdown-toggle:focus {
    box-shadow: none;
}

.cc-btn:focus,
.cc-btn.focus {
    color: #e6332a;
    background-color: #fff;
    border-color: #e6332a;
    box-shadow: none;
}

/*
==============================================================================

Abschnitt: Vertikaler Trenner

==============================================================================
*/

.v-div {
    background: url(../Images/Trenner_Formular.png);
    background-repeat: repeat-y;
    background-position: center;
    background-size: auto;
}

/*
==============================================================================

Abschnitt: Google Maps anpassungen

==============================================================================
*/

.google-maps-ratio .tx-go-maps-ext .js-map {
    height: 0 !important;
    padding-bottom: 80%;
}

/*
==============================================================================

Abschnitt: Instagram anpassungen

==============================================================================
*/


.filter-items {
    display: table;
}



.sb-inner,
.sb-foot {
    display: none !important;
}

span.origin-flag.sb-instagram {
    display: none !important;
}

img.sb-img {
    -webkit-box-shadow: 0px 5px 15px 0px #000000;
    box-shadow: 0px 5px 15px 0px #000000;
}

.sb-loadmore {
    width: 292px !important;
    height: 65px;
    background-color: #7E000D !important;
    color: white;
    text-align: center !important;
    font: normal normal bold 24px/33px Open Sans !important;
    letter-spacing: 0px !important;
    color: #FFFFFF;
    opacity: 1 !important;
}

.sb-loadmore:hover {
    background-color: #7D4C22 !important;
    color: white;
}

.filter-items.sb-modern {
    display: none;
}

.startseite .sboard .sb-item .sb-thumb {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    border-radius: 3px;
}

.startseite .sboard .sb-item a {
    height: 100%;
    width: 100%;
    position: absolute;
}

.startseite .sboard .sb-item .sb-thumb a img {
    object-fit: cover;
    height: 100% !important;
}


/*
==============================================================================

Abschnitt: Teaser Box       

==============================================================================
*/
.red-border{
    background:#fff;
    border: 2px solid #7E000D;
    padding: 10px 15px;
    font-size: 0.85em;
}
.red-border p:last-child{
    margin-bottom:0;
}


.red-bg{
    background: #7E000D;
    padding: 0.5em 0 1px;
}

@media (min-width: 768px) {
    .image-text .section-default {
        position: absolute;
        width: 100%;
        bottom: 1.2em;
}
}


.background-slider .gallery-row{
    margin:0;
}

.background-slider .gallery-item{
    padding:0;
}


@media (max-width: 991px) {
    .background-slider .gallery-row  {
        display:block;
        overflow:hidden;
    }


    .background-slider .gallery-item  {
        float: right;
        right: 50%;
        position: relative;
        min-width: 100%;
        width:auto;
    }
    .background-slider .gallery-item > div {
        float: right;
        right: -50%;
        position: relative;
        min-width: 100%;
        width:auto;
    }
    .background-slider .gallery-item  img {
        width: auto;
        max-width: none;
        position: relative;
        min-width:100%;
        min-height:80px;
    }
    .background-slider::after,.background-slider > div::after,
    .background-slider .gallery-row::after  {
        display: block;
        clear: both;
        content: "";
    }
}
