/** assets.mobile.2d9c2971.css generated 2022-10-18 16:25:01.000000 **/


/*#region styles_mobile.css*/

html {

}

header .Container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}


header .logo {
    height: 70px;
    margin: 0px 15px 0 0;
}

header.Minimized .logo {
    height: 50px;
}

header #Navigation {
    position: absolute;
    top: 125%;
    right: initial;
    left: -100%;
    float: none;
    width: auto;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

header #NavigationToggle {
    position: absolute;
    right: 0;
    float: none;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin: 25px 20px;
    padding: 0;
    cursor: pointer;
}

header.Minimized #NavigationToggle {
    margin: 15px 20px;
}

header #NavigationToggle .PullRight {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-size: 30px 30px;
}

header #Navigation.toggle-hidden {
    width: 100%;
    opacity: 0;
}

header #Navigation.toggle-visible {
    left: 0;
    overflow-x: auto;
    width: 100%;
    opacity: 1;
    border-radius: 20px;
    background: rgb(210, 240, 162);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
}

header.Minimized #Navigation.toggle-visible {
    margin: 0;
}

header #Navigation ul {
    position: relative;
    display: block;
    float: left;
    box-sizing: border-box;
    width: auto;
    min-width: initial;
    max-width: 100%;
    height: auto;
    margin: 0px;
    padding: 5% 10% 5% 10%;
    text-align: left;
}

header #Navigation ul.Mobile {
    display: block;
    padding: 5% 10%;
}

header.Minimized #Navigation ul {
    margin: 0px;
    padding: 5% 10%;
}

header #Navigation li {
    position: relative;
    display: block;
    float: none;
    width: 100%;
    margin: 10px auto 5px auto;
    text-align: left;
}

header #Navigation li a {
    font-size: 28px;
    line-height: 32px;
    display: inline-block;
    width: auto;
    padding: 5px 10px;
    border-bottom: 2px solid transparent;
}


.Container {
    max-width: 90%;
}


/* BURGER */

span.burger {
    position: relative;
    display: block;
    width: 100%;
    height: 5px;
    transition: all .3s;
    border-radius: 3px;
    background: rgb(21, 143, 94);
    box-shadow: 0px 1px 1px 0 rgb(232, 247, 208);
}

.toggle-expanded span.burger + span.burger {
    margin-top: 17px;
}

span.burger + span.burger {
    margin-top: 10px;
}

.toggle-expanded span.burger:nth-child(1) {
    animation: ease .7s top forwards;
}

.toggle-collapsed span.burger:nth-child(1) {
    animation: ease .7s top-2 forwards;
}

.toggle-expanded span.burger:nth-child(2) {
    animation: ease .7s scaled forwards;
}

.toggle-collapsed span.burger:nth-child(2) {
    animation: ease .7s scaled-2 forwards;
}

.toggle-expanded span.burger:nth-child(3) {
    animation: ease .7s bottom forwards;
}

.toggle-collapsed span.burger:nth-child(3) {
    animation: ease .7s bottom-2 forwards;
}

@keyframes top {
    0% {
        top: 0;
        transform: rotate(0);
    }
    50% {
        top: 22px;
        transform: rotate(0);
    }
    100% {
        top: 22px;
        transform: rotate(45deg);
    }
}

@keyframes top-2 {
    0% {
        top: 22px;
        transform: rotate(45deg);
    }
    50% {
        top: 22px;
        transform: rotate(0deg);
    }
    100% {
        top: 0;
        transform: rotate(0deg);
    }
}

@keyframes bottom {
    0% {
        bottom: 0;
        transform: rotate(0);
    }
    50% {
        bottom: 22px;
        transform: rotate(0);
    }
    100% {
        bottom: 22px;
        transform: rotate(135deg);
    }
}

@keyframes bottom-2 {
    0% {
        bottom: 22px;
        transform: rotate(135deg);
    }
    50% {
        bottom: 22px;
        transform: rotate(0);
    }
    100% {
        bottom: 0;
        transform: rotate(0);
    }
}

@keyframes scaled {
    50% {
        transform: scale(0);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes scaled-2 {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

/* GLIDER */
#Glider .glider__title {
    font-size: 28px;
    line-height: 36px;
}

#Glider .glider__subtitle {
    font-size: 22px;
    line-height: 28px;
}

#TitleGlider .text_white {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: -12px;
}


#TitleGlider .glide__content {
    width: 94%;
}

/* == FOOTER == */

footer {
    height: auto;
    min-height: initial;
    margin: 0;
    padding: 0;
}

footer #NavigationFooter {
    float: none;
    width: 94%;
    height: auto;
    padding: 20px 0 10px 0;
}

footer #NavigationFooter ul {
    display: inline-block;
}

footer .Titel {
    font-size: 28px;
    line-height: 30px;
}

.col50 {
    margin: 0px 0 8% 0 !important;
}


/* == BOX == */
.wrapper {
    justify-content: space-around;
    width: 90%;
}

.box {
    margin: 2%;
    padding: 2%;
}

article.flip {
    width: 48%;
    height: auto;
    margin: 3% 0;
    padding-bottom: 48%;

}


/* STANDARD ARTICLE */
article.standard {
    max-width: 90%;
    margin: 5% auto 5% auto;
}


img.logo {
    position: absolute;
    /* margin-top: -160px; */
    /* float: right; */
    top: 0px;
    right: 0px;
    width: 100px;
}

/* == ACCORDEON ARTICLE == */
.toggle {
    font-size: 18px;
    line-height: 24px;
    max-width: 90%;
}

.toggle-content {
    max-width: 90%;
}


/* FONTS */

.Titel, h1 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 10px 0;
}

article.standard .Titel::after {
    margin-top: 15px;
}

.Untertitel {
    font-size: 20px;
    line-height: 26px;
}

.Textnormal, .Textfett,
.Download, .Telefon, .Verweis, .Anfahrt, .Email,
ul, li, td, tr, p, span {
    font-size: 15px;
    line-height: 23px;
}

.Textgross,
.Textgrossfett {
    font-size: 17px;
    line-height: 23px;
}

.Textklein,
.TextkleinFett {
    font-size: 12px;
    line-height: 16px;
}

.Mehr {
    margin: 15px 0px 0px 0px;
}

.Feld {
    max-width: 150px;
}

.Feldtext {
    max-width: 250px;
}

.Button {
    padding: 10px 20px;
}

/* == Kontaktformular == */
input[type='text'],
input[type='textarea'],
input[type='password'],
input[type='date'],
select,
textarea {
    width: 95%;
    margin: 0;
}


.inputcontainer{
    width: 100%;
}

.formular {
    max-width: 100%;
    padding: 4% 5%;
}

article.contact ul {
    padding: 0 0 0 5px;
}

.footertop {
    margin-top: 10%;
}

.formtitle {
    font-size: 22px;
    line-height: 36px;
}

.Feld, .Feldtext, .Felddate, .Feldtime, .Select {
    max-width: 60% !important
}

/* == STANDARD ==*/
.Desktop {
    display: none !important;
}

.Mobil {
    display: block !important;
}

article img {
    width: 100% !important;
    height: 200px !important;
}

#map-container,
#map-container #map {
    height: 400px;
}

/* == TEASER == */

.jarallax {
    min-height: 400px;
}

.teaserimage {
    width: 100% !important;
    height: 100% !important;
}


@media only screen and (max-width: 700px) {
    .Glidertitel {
        top: 60%;
    }

    article .image,
    article .image.right,
    article .image.left {
        float: none;
        width: 100%;
        max-width: 300px;
        margin: 0 0 2% 0;
    }

    article.standard.right .text-content,
    article.standard.left .text-content {
        width: 100%;
        margin: 0;
    }

}

@media only screen and (max-width: 650px) {
    .col25, .col50 {
        display: block;
        float: none;
        box-sizing: border-box;
        width: 100%;
        margin: 0px 0 0px 0;
        padding: 0 0 0 0;
    }

    article.fancybox-content .text-content {
        width: 100%;
    }
}



@media only screen and (max-width: 600px) {

    #HeadGlider .glide__content{
        top: 60%;
    }

    .Space30 {
        display: none;
    }

    .box {
        width: 44%;
        margin: 3%;
        padding: 2%;
    }

    .box .Textnormal {
        font-size: 13px;
        line-height: 18px;
    }

    .map .Container {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    #address {
        float: none;
        padding: 20px 25px 15px 25px;
        border-radius: 0px;
        background-color: #706f6f;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #address a {
        color: #ffffff;
    }

    #Glider .glide__slide {
        background-color: rgba(0, 0, 0, 0);
    }

    #Glider .background {
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        width: 100%;
        height: 50%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    #Glider .glide__content {
        top: auto;
        left: 0;
        width: 100%;
        height: auto;
        min-height: 50%;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        background-color: #f4f4f4;
    }

    #Glider .glider__title {
        font-size: 24px;
        line-height: 30px;
    }

    #Glider .glider__subtitle {
        font-size: 18px;
        line-height: 24px;
    }

    #Glider .glide__text {
        font-size: 16px;
        line-height: 25px;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        min-width: 300px;
        max-width: 100%;
        margin: auto;
        padding: 3% 5%;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
        background: transparent;
    }

    #Glider .Verweis {
        margin-top: 5px;
    }

    #Glider .glide__bullets .glide__bullet {
        font-size: 15px;
        line-height: 15px;
        width: 15px;
        height: 15px;
        margin: 12px 8px 0 8px;
    }

    article.flip {
        width: 60%;
        padding-bottom: 50%;
    }

    .jarallax {
        min-height: 250px;
    }

    .toggle.Titel {
        font-size: 18px;
        line-height: 20px;
    }


    .Titel.datestitle {
        font-size: 26px;
        line-height: 32px;
    }


    .glide__content .Titel{
        font-size: 18px;
        line-height: 26px;
    }

    .Glidertitel.Titel {
        font-size: 22px;
        line-height: 32px;
    }

}

.halffooter{
    width: 100%;
}


footer .Textfett,
footer .Textnormal,
footer a {
    font-size: unset;
    line-height: unset;
    margin-bottom: unset;
}


@media only screen and (max-width: 500px) {

    #TitleGlider .text_white {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: -10px;
    }


    ol.Variants li{
        flex-wrap: wrap;
        justify-content: unset;
    }

    .variantimg{
        margin: 5% 0 10% 0;
        width: 100%;
    }

    table th,
    table.td{
        width: 100%;
    }

    header #Navigation li a {
        font-size: 28px;
        line-height: 32px;
    }

    article.start {
        padding: 10px;
    }

    article.detailtext .detailimage {
        float: none;
        width: 60%;
        margin: 0 auto;
    }

    article.flip {
        width: 80%;
        padding-bottom: 80%;
    }


}

@media only screen and (max-width: 400px) {
    .box {
        width: 100%;
        margin: 2%;
        padding: 2%;
    }
}







/*#endregion styles_mobile.css*/



