/*
Theme Name: activated
Author: Eric Tobler
*/

/*Schrfiten*/



@font-face {
    font-family: 'switzerextrabold_italic';
    src: url('fonts/switzer-extrabolditalic-webfont.woff2') format('woff2'),
         url('fonts/switzer-extrabolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'switzerbold';
    src: url('fonts/switzer-bold-webfont.woff2') format('woff2'),
         url('fonts/switzer-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'switzerbold_italic';
    src: url('fonts/switzer-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/switzer-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'switzerlight';
    src: url('fonts/switzer-light-webfont.woff2') format('woff2'),
         url('fonts/switzer-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'maison';
    font-style: normal;
    font-weight: 100;
    src: url(fonts/MaisonNeueWEB-Light.woff) format('woff');
  }


/*entferne default link styling in webview auf mobile*/
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html, body, h1, h2, h3, h4, h5, h6, p, a {
    margin: 0;
    color: #000;
}

body {
    font-family: 'switzerlight';
    font-size: 1rem;
    font-weight: 300;
    position: relative;
    margin: 5.5rem 0 0 0;
}

img {
    display: block;
}

h1 {
    font-family: 'switzerextrabold_italic';
    font-size: 6rem;
}

h2 {
    font-family: 'switzerextrabold_italic';
    font-size: clamp(3rem, 6vw, 6rem);
    line-height: 1.5;
}

h3 {
    font-size: 1.625rem;
    font-weight: 500;
}

h4 {
    font-family: 'switzerextrabold_italic';
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 100;
}

h5 {
    font-family: 'switzerlight';
    font-size: 2.25rem;
}


p {
    font-size: 1.125rem;
    line-height: 1.375rem; 
    /*font-size: min(max(1.8vw, 1.2rem), 1.5rem);*/
    font-weight: 300;
   /*line-height: min(max(1.8vw, 1.5rem), 1.8rem);*/
}

a {
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;

}

.blog-link {
    font-family: 'switzerbold_italic';
    font-size: 1rem;
    font-weight: 100;
}

.mehr {
    padding: 0;
}

header {

    height: 100%;
    width: 100%;
}

footer {
    background: #ffffff;
    width: 100%;
    bottom: 0px;
    /* position: absolute; */
    height: 50px;
}

footer section {
    padding: 3rem;
}

footer span {
    font-family: 'switzerbold_italic';
    display: inline-block;
    padding: 0 3px 0 0;
}

footer section {
    padding: 1.5rem;
}

section {
    padding: 0;
}

.main-content {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}

/*grids*/

.row {
    display: grid;
    width: 100%;
    /* grid-template-columns: repeat(5, 1fr) 300px repeat(7, 1fr); */
    grid-template-columns: repeat(4, 0.5fr) repeat(9, 1fr);
    grid-auto-rows: min-content;
    align-items: center;
    grid-gap: 2vw 1.25rem;
}

.row-cont-nav {
    display: flex;
    width: 100%;
    /* grid-template-columns: repeat(12, 1fr); */
    align-items: center;
    justify-content: space-evenly;
}

.row-news {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.row-news .col {
    background-color: #fff;
}

.row-news a {
    line-height: 0;
}

.row-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: min-content;
    align-items: stretch;
    grid-gap: 2vw;
}

.row-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: min-content;
    align-items: center;
    grid-gap: 2vw 1.25rem;
}

.main-title {
    grid-row: 1 / 3;
    grid-column: 3 / 5;
    z-index: 1;
    align-self: baseline;
}

.img-right {
    grid-column: 10 / 14;
    grid-row: 1 / 2;
    position: relative;
}

.img-left {
    grid-column: 1 / 7;
    grid-row: 2 / 3;
}

.lb-t-left {
    grid-column: 5 / 9;
    grid-row: 1 / 2;
    min-width: 390px;
    z-index: 3;
}

.lb-t-right {
    grid-column: 8 / 11;
    grid-row: 2 / 3;
    /* align-self: baseline; */
    position: relative;
}

/*Seitenverhältnisse Bilder, Boxen, etc*/

img {
    max-width: 100%;
    height: auto;
}

.ratio-4-to-3 {
    position: relative;
    overflow: hidden;
    /* padding-top: 56.25%; */
    padding-top: 66.67%;
    height: auto;
}

.ratio-4-to-3 > * {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*Header*/

.sticky-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: -webkit-fill-available;
    width: -moz-available;
    position: fixed;
    top: 0;
    margin: 0;
    padding: 1rem 2rem 1.6rem;
    z-index: 999;
    transition: 
    top 0.4s ease-in-out, 
    opacity 0.4s ease-in-out, 
    background-color 0.4s ease-in-out;

    background-color: #fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);

}

body.nonescroll {
    overflow: hidden;
}

.x-change .sticky-header {
    background-color: #fff;
}

.logo-main {
    width: 220px;   
}

.logo-container {
    line-height: 0px;
}

.blog-container {
    width: 100%;
    max-width: 800px;
}

/*Navigation*/
.navbar-topright {
    text-align: right;
}

header .navbar-mobile-topright {
    display: none;
}

.x-menu {
    display: none;
}

.current_page_item a {
    border-bottom: 3px solid #000;
}

header .menu-topright li {
    display: inline-block;
    display: inline;
    line-height: 1;
    padding: 0 4rem 0 0;
    padding-right: clamp(1rem, 4vw, 5rem);
}

header .menu-topright li a:hover {
    border-bottom: 3px solid #000;
}

header .menu-topright li:last-child {
    padding: 0;
}

.menu-topright {
    margin: 0;
}

header .menu-topright li a {
    font-family: switzerbold_italic;
    text-decoration: none;
    font-size: 1.25rem;
    /* font-size: min(1.625rem, 2vw); */
}

.hidden {
    display: none;
}

.blob-container {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

/*d-arrow*/
.d-arrow-bg {
    background-color: #EBEAE5;
    width: 100%;
    position: relative;
}

.d-arrow {
	max-width: 12px;
	vertical-align: baseline;
	position: relative;
	top: -3px;
	animation: 1.3s ease infinite normal none running arrowdown;
    margin: 0 auto -40px;
    z-index: 1;
}


@keyframes arrowdown {
	0% {
		top: -3px;
	}

	51% {
		top: 3px;
	}
}


/*Reveal Effect*/
.custom-logo {
	max-width: 320px;
}

.overflow-hidden {
	overflow: hidden;
}

.reveal {
	position: relative;
	transform: translateY(20px);
	opacity: 0;
	transition: transform 1s ease-in-out, opacity 1.5s ease-in-out;
}

.reveal.active-reveal {
	transform: translateY(0px);
	opacity: 1;
}

.reveal-rl {
	position: relative;
	transform: translateX(20px);
	opacity: 0;
	transition: transform 1s ease-in-out, opacity 1.5s ease-in-out;
}

.reveal-rl.active-reveal-rl {
	transform: translateX(0px);
	opacity: 1;
}

.revealfirst {
	position: relative;
	animation: revealfirst ease 1.5s;
}

@keyframes revealfirst {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}

	50% {
		opacity: 0;
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}

/*Blobs*/

.blob-bg1 {
    grid-row: 1 / 2;
    grid-column: 11 / 14;
    min-width: 1580px;
    position: absolute;
}

.blob-bg2 {
    grid-row: 4 / 5;
    grid-column: 1 / 6;
    left: -1500px;
    position: absolute;
}

.blob-bg3 {
    grid-row: 2 / 3;
    grid-column: 1 / 10;
    left: -600px;
    position: absolute;
    z-index: -1;
}

.lb-blob, .z-blob{
    /* position: absolute; */
    width: 100%;
}

.lb-blob {
    visibility: hidden;
}

.blob1 {
    grid-row: 1 / 2;
    grid-column: 3 / 10;
    min-width: 560px;
    margin-bottom: -8vw;
}

.blob2 {
    grid-row: 1 / 2;
    grid-column: 2 / 5;
}

.blob3 {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
}

.blob456-area {
    grid-column: 10 / 14;
    grid-row: 2 / 3;
    justify-self: center;
}

.blob-ang {
    position: absolute;
    z-index: 1;
    width: 40vw;
    margin: 0 auto;
    left: 28vw;
    top: 2vw;
}

.row-3 {
    grid-row: 3 / 4;
    position: relative;
}

.a-blob {
    grid-row: 3 / 4;
    grid-column: 1 / 6;
}

/* .motion-path {
    grid-row: 4 / 5;
    grid-column: 2 / 4;
} */


.blob-nav {
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    /* display: inline;
    margin-top: clamp(-2rem, 4vw, -4rem);
    width: 2rem;
    height: 2rem; */
}

.blob-link svg {
    width: 0vw;
}

.blob-link:hover svg {
    opacity: 1;
    width: 8vw;
}

/*Banner*/

#banner-home {
    line-height: 0;
}

.banner-bg {
    background-size: cover;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
}

/*Leitbild*/

.leitbild {
    position: relative;
    overflow: hidden;
}

.leitbild .main-content {
    max-width: 1440px;
}

.row-1 p {
    position: relative;      
    padding: 40px 40px 40px 20px;  
}

/*Section Content Menu*/
.content-menu {
    text-align: center;
}

.content-menu > a:after, .arrow-menu:after {
    content: '';
    background-image: url('/wp-content/uploads/2022/09/arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    display: block;
    height: 10px;
    right: 40px;
    position: relative;
    transition: left 0.2s ease-in-out;
    left: -5px;
}

.content-menu > a:hover:after, .arrow-menu:hover:after {
    left: 10px;
}



#content-nav {
    padding-left: 10px;
    padding-right: 10px;
}

a.cont-nav {
    font-family: switzerextrabold_italic;
    font-size: clamp(1.5rem, 4vw, 4rem);
}

/*News*/

.row-news .slick-slide {
    margin: 0 1rem;
}

/*Über uns*/
.about-intro {
    grid-column: 2 / 6;
}

.z-img {
    grid-column: 7 / 12;
}

#angebote {
    padding-bottom: 16rem;
}

#angebote h4 {
    font-family: 'switzerbold';
    font-size: min(max(1.8vw, 1.2rem), 1.5rem);
    line-height: min(max(2vw, 1.7rem), 2rem);
    text-align: center;
    hyphens: auto;
}

#angebote h2 {
    grid-column: 1 / 4;
}

/*fakten*/

#fakten ul {
    grid-column: 2 / 7;
    padding-left: 0px;
}

#fakten h2 {
    grid-column: 1 / 13;
}

#fakten li {
    font-family: 'switzerlight';
    font-size: min(max(1.8vw, 1.2rem), 1.5rem);
    line-height: min(max(1.8vw, 1.5rem), 1.8rem);
    list-style-type: none;
    padding: 5px 0 5px 10px;
    position: relative;
}


#fakten li:before {
    content: '';
    background-image: url(/wp-content/uploads/2022/08/blob-mark.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    background-size: contain;
    /* display: block; */
    margin: 7px 0 0 0;
    position: absolute;
    /* top: -1px; */
    left: -15px;
}

.cal, .pod, .int, .tog {
    grid-row: 2 / 3;
    position: relative;
    z-index: 2;
    height: auto;
    background-color: #fff;
}

/*Vorstand*/

#vorstand h2 {
    grid-column: 1 / 5;
}

.vorst {
    background-color: #fff;
    height: 100%;
}

.vorst p:first-child {
    font-family: 'switzerbold';
}


/*Aktuelles*/

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.thumbnail-desc {
    padding: 2.25rem 1.5rem;
    background: #fff;
    /*min-height: 11rem;*/
}

.thumbnail-desc p {
    font-size: 1rem;
    line-height: 1.275rem;
    display: inline;
}

.thumbnail-desc h4 {
    line-height: 1.275rem;
}

.thumbnail-desc span:first-child{
    font-weight: 100;
}

/*Kontakt*/

.blob7 {
    grid-row: 1 / 2;
    grid-column: 6 / 12;
    position: relative;
}

.blob8 {
    grid-row: 1 / 2;
    grid-column: 2 / 10;
    position: relative;
    width: 100%;
}

.intro-k {
    grid-column: 1/7;
}

.k-form {
    position: relative;
    grid-row: 1 / 2;
    grid-column: 4 / 8;
}

.k-form h3 {
    font-family: 'switzerextrabold_italic';
    font-size: 2.2rem;
    font-weight: 100;
}

/*Flexible Grid Klassen*/

.full-column {
    grid-column: 1/4;
}

/*****Styling Klassen*******/
.border-top {
    border-top: 1px #000000 solid;
}

.strong {
    font-weight: 600;
    font-family: 'switzerbold';
    font-size: 1.5rem;
    line-height: 2rem;
}

.inline-block {
    display: inline-block; 
}

.block {
    display: block;
}

.bg-grey {
    background-color: #EBEAE5;
}

.bg-green {
    background-color: #91C7B1;
}

.bg-blue {
    background-color: #026e89;
}

.title-lh {
    line-height: 4rem;
}

.section-gap {
    padding: 3rem;
}

/*Top und Bottom Abstand (small, medium, large, xl)*/

.tb-xl {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.tb-s {
    padding: 0.5rem 0;
}

.tb-m {
    padding: 1rem 0;
}

.tb-l {
    padding: 2rem 0;
}

.lr-m {
    padding-left: 1rem;
    padding-right: 1rem;
}

.lr-s {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.space-between {
    display: flex;
    justify-content: space-between;
}
.button {
    font-family: 'switzerbold_italic';
    font-size: 1.25rem;
    display: inline-block;
    padding: 2rem;
}


/*Kontaktformular*/
input[type='email'], input[type='search'], input[type='number'], input[type='url'], input[type='tel'], input[type='text'], textarea {
    border: none;
    background: none;
    box-shadow: none;
    border-bottom: 1px solid #707070;
    width: 100%;
    padding: 0rem;
    font-size: 1.125rem;
    color: #405765;
    border-radius: 0px;
    font-family: 'switzerlight';
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    background: none;
    box-shadow: none;
    border: 1px solid #707070;
    width: 100%;
    padding: 0.5rem;
}

.wpcf7-form input:focus, .wpcf7-form select:focus {
    background: none;
    border: none;
    border-bottom: 1px solid #707070;
    box-shadow: none;
    border-radius: 0px;
}

.wpcf7-form {
    max-width: 750px;
    margin: 0 auto;
}

.kontaktformular {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.kontaktformular > div {
    max-width: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
}

.kontaktformular > div:nth-child(odd) {
    padding: 1rem 2% 1rem 0;
}

.kontaktformular > div:nth-child(2n) {
    padding: 1rem 0 1rem 2%;
}

.kf-senden input[type="submit"] {
    transition: 0.0s;
    background: none !important;
    font-weight: 600;
    text-transform: unset;
    margin-top: 0px;
    border: none;
    border-radius: 0px;
    font-family: 'switzerbold_italic' !important;
    font-size: 1.125rem;
    color: #000 !important;
    font-weight: 200;
    padding: 1rem 0;
    cursor: pointer;
}

input[type="submit"]:hover {
    border: none;
    box-shadow: none;
    border-radius: 0px;
}

.kf-senden .content-button:hover input[type="submit"] {
    color: #000 !important;
}

.kontaktformular .col {
    padding: 0 20px 20px 20px !important;
}

.kontaktformular > p {
    width: 100%;
}

.kf-senden .button_arrow {
    padding: 15px 0px 15px 15px;
}

.wpcf7-spinner {
    margin: 0;
}

.wpcf7-not-valid-tip {
    font-size: 1rem;
}

.wpcf7-response-output {
    margin: 2em 0 !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #000 !important;
    opacity: 0.7;
    font-family: 'switzerlight';
    font-size: 1rem;
    font-weight: 200;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000 !important;
    opacity: 0.7;
    font-family: 'switzerlight';
    font-size: 1em;
    font-weight: 200;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000 !important;
    opacity: 0.7;
    font-family: 'switzerlight';
    font-size: 1rem;
    font-weight: 200;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000 !important;
    opacity: 0.7;
    font-family: 'switzerlight';
    font-size: 1rem;
    font-weight: 200;
}

.mandatory {
    margin: 25px 10px;
}

/* Tablet; Aktuelles auf screens, die 1200px oder weniger breit sind */
@media screen and (max-width: 1440px) {
    
    .row-news {
        grid-template-columns: repeat(3, 1fr);
    }  
} 


/* Tablet; Aktuelles auf screens, die 1200px oder weniger breit sind */
@media screen and (max-width: 1200px) {
    .row-news {
        grid-template-columns: repeat(2, 1fr);
    }  
} 

/* Tablet; Auf screens, die 768px oder weniger breit sind */
@media screen and (max-width: 768px) { 

    h1 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.5rem;
    }

  /*Nav Mobile*/
    .navbar-topright {
        display: none;
    }

    .sticky-header {
        background: #ffffff;
        max-height: 100%;
        align-items: flex-start;
        transition: all 0.2s ease-in-out;
        -webkit-box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.2);
        box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.2);
    }

    .logo-main {
        width: 180px;   
    }

    .x-change .sticky-header {
        height: 100vh;
    }

    header .navbar-mobile-topright {
        display: block;
        margin: 0 1rem 0 0;
        flex-grow: 1;
        height: 0px;
        padding: 1.2rem 0 0 0;
    }

    .menu-mobile-topright {
        list-style-type: none;
        padding: 0;
        text-align: right;
        opacity: 0;
        visibility: hidden;
        width: 0px;
        transition: opacity 0.4s ease-in-out;
        height: 0px;
    }

    .x-change .menu-mobile-topright {
        opacity: 1;
        visibility: visible;
        width: 100%;
    }

    .x-menu {
        width: 50px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        cursor: pointer;
        justify-content: space-between;
        padding: 0;
    }

    .bar1, .bar2, .bar3 {
        width: 50px;
        height: 3px;
        background-color: #333;
        margin: 0;
        transition: all 0.4s ease;
        position: relative;
    }

    .bar1 {
        transform: rotate(0deg);
        top: 0px;
    }

    .bar2 {
        transform: rotate(0deg);
        opacity: 1;
    }

    .bar3 {
        transform: rotate(0deg);
        bottom: 0px;
    }

    .x-change .bar1 {
        transform: rotate(45deg);
        top: 18px;
        transition: all 0.4s ease-in-out;
    }

    .x-change .bar2 {
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }

    .x-change .bar3 {
        transform: rotate(-45deg);
        bottom: 18px;
        transition: all 0.4s ease-in-out;
    }
    
    .x-change .menu-mobile-topright {
        width: 100%;
    }
    
    header .menu-mobile-topright li {
        display: block;
        line-height: 1.5;
    }
    
    header .menu-mobile-topright li a{
        font-size: 1.625rem;
    }

    .overlay {
        position: fixed;
        height: 0vh;
        width: 0vw;
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
        z-index: 222;
        background-color: none;
        transition: background-color 0.3s ease-in-out;
    }

    .x-change .overlay {
        background-color: #fff;
        height: 100vh;
        width: 100vw;
    }

    /*grids*/
    .row {
        grid-template-columns: repeat(13, 1fr);
        /* grid-auto-rows: 300px; */
    }

    .row2 {
        grid-template-columns: 1fr;
    }

    .row3 {
        grid-template-columns: 1fr;
    }

    /*Leitbild*/

    .main-title {
        grid-column: 2 / 14;
    }

    .row-1 p {
        padding: 0;
    }

    .lb-t-left {
        grid-column: 5 / 11;
        min-width: 260px;
    }

    .img-right {
        grid-column: 8 / 14;
        align-self: end;
    }

    .img-left {
        grid-column: 1 / 7;
    }

    .lb-t-right {
        grid-column: 8 / 14;
    }

    .blob1 {
        grid-column: 2 / 14;
        min-width: 560px;
    }

    .blob2 {
        grid-column: 2 / 5;
    }

    .blob3 {
        grid-column: 1 / 3;
        left: -20px;
        top: -20px;
    }

    /*******Styling Klassen********/

    /*Top und Bottom Abstand (small, medium, large, xl)*/

    .tb-xl {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .section-gap {
        padding: 1.5rem;
    }

    /*Banner*/

    .banner-bg {
        height: 450px;
    }

    footer .space-between {
        display: block;
    }

    /*Aktuelles*/

    .row-news {
        grid-template-columns: 1fr;
    }   
}

/* Smartphone; Auf screens, die 450px oder weniger breit sind */
@media screen and (max-width: 450px) {

    body {
        margin: 3.5rem 0 0 0;
    }
    
    p {
        font-size: 1.2rem;
    }
    
    section {
        padding: 0 1rem;
    }

  /*Nav Mobile*/
    .navbar-topright {
        display: none;
    }

    .sticky-header {
        padding: 1rem 2rem;
        background: #ffffff;
        max-height: 100%;
        align-items: flex-start;
        transition: all 0.2s ease-in-out;
        -webkit-box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.2);
        box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.2);
    }

    .logo-main {
        width: 120px;   
    }

    .x-change .sticky-header {
        height: 100vh;
    }

    header .navbar-mobile-topright {
        display: block;
        margin: 0 1rem 0 0;
        flex-grow: 1;
        height: 0px;
        padding: 1.2rem 0 0 0;
    }

    .menu-mobile-topright {
        list-style-type: none;
        padding: 0;
        text-align: right;
        opacity: 0;
        visibility: hidden;
        width: 0px;
        transition: opacity 0.4s ease-in-out;
        height: 0px;
    }

    .x-change .menu-mobile-topright {
        opacity: 1;
        visibility: visible;
        width: 100%;
    }

    .x-menu {
        width: 40px;
        height: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        cursor: pointer;
        justify-content: space-between;
        padding: 0;
    }

    .bar1, .bar2, .bar3 {
        width: 30px;
        height: 2px;
        background-color: #333;
        margin: 0;
        transition: all 0.4s ease;
        position: relative;
    }

    .bar1 {
        transform: rotate(0deg);
        top: 0px;
    }

    .bar2 {
        transform: rotate(0deg);
        opacity: 1;
    }

    .bar3 {
        transform: rotate(0deg);
        bottom: 0px;
    }

    .x-change .bar1 {
        transform: rotate(45deg);
        top: 14px;
        transition: all 0.4s ease-in-out;
    }

    .x-change .bar2 {
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }

    .x-change .bar3 {
        transform: rotate(-45deg);
        bottom: 6px;
        transition: all 0.4s ease-in-out;
    }
    
    .x-change .menu-mobile-topright {
        width: 100%;
    }
    
    header .menu-mobile-topright li {
        display: block;
    }
    
    header .menu-mobile-topright li a{
        font-size: 1.625rem;
    }

    .overlay {
        position: fixed;
        height: 0vh;
        width: 0vw;
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
        z-index: 222;
        background-color: none;
        transition: background-color 0.3s ease-in-out;
    }

    .x-change .overlay {
        background-color: #fff;
        height: 100vh;
        width: 100vw;
    }

    /*grids*/


    .row {
        grid-template-columns: repeat(7, 1fr);
        grid-auto-rows: max-content;
        grid-gap: 1rem;
    }

    .row3 {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1rem;
    }

    .row-3 {
        margin: 5rem 0 0 0;
    }

    .row-12 {
        grid-template-columns: repeat(1, 1fr);
    }

    /*d-arrow*/
    .d-arrow-bg {
        margin: 113px auto -155px;
    }


     /*Top und Bottom Abstand (small, medium, large, xl)*/

    .tb-xl {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .tb-l {
        padding: 1.5rem 0;
    }

    /*Banner*/
    #banner-home {
        padding: 0;
    }

    .banner-bg {
        height: 250px;
    }

    /*Leitbild*/

    .leitbild {
        padding-bottom: 0 !important;
    }

    .row > * {
        grid-row: auto;
    }

    .blob1, .blob2, .blob3 {
        grid-row: 1 / 2;
        position: relative;
    }

    .lb-t-1 {
        grid-row: 1 / 2;
    }

    .lb-t-2 {
        grid-row: 4 / 5;
    }

    .main-title {
        grid-column: 1 / 8;
        grid-row: 1 / 2;
        z-index: 4;
    }

    .lb-blob, .z-blob {
        z-index: 0;
    }

    .blob-bg1 {
    top: 36%;
    grid-column: 1 / 6;
    min-width: 980px;
    position: absolute;
    left: -345px;
    z-index: 1;
    }

    .blob1 {
        grid-column: 1 / 8;
        min-width: 550px;
        position: relative;
        top: 0;
        left: -20%;
        margin-bottom: 0px;
        z-index: 3;
      }

    .blob2 {
        grid-column: 1 / 3;
        position: relative;
        top: 35%;
        z-index: 2;
      }

    .blob3 {
        grid-column: 1 / 2;
        left: 0px;
        position: relative;
        top: 45%;
        z-index: 1;
    }

    .blob456-area {
        grid-column: 1 / 5;
        grid-row: 2 / 3;
        min-width: 1070px;
        justify-self: baseline;
        position: absolute;
        top: -315%;
        left: -125%;
    }

    .blob-link svg {
        opacity: 1;
        width: 15vw;
    }

    .lb-t-right {
        grid-row: 2 / 3;
        grid-column: 1 / 5;
        align-self: baseline;
    }

    .img-right, .img-left {
        grid-column: 1 / 6;
        z-index: 1;
        left: -1.5rem;
    }

    .img-r-1 {
        margin-top: 7rem;
    }

    .img-l-1 {
        display: none;
    }

    .a-blob {
        grid-row: 4 / 5;
        grid-column: 1 / 7;
        top: 20%;
        position: relative;
        left: 0%;
    }

    .lb-t-left {
        /*grid-column: 1 / 8;*/
        grid-column: 1 / 5;
    }

     /*Section Content Menu*/

    .row-cont-nav {
        grid-template-columns: 1fr;
        height: 150px;
    }


    /*Aktuelles*/

    .thumbnail-desc {
        line-height: 1.3rem;
        padding: 2.25rem 1.5rem;
    }

    .f-details {
        display: flex;
        flex-direction: column;
        padding: 30px 0;
        line-height: 1.375rem;
    }

    .f-details div {
        font-family: 'switzerlight';
        display: inline-block;
        padding: 0 3px 0 0;
    }

    .slash {
        display: none;
    }

    .news-section {
        padding: 2.5rem 0 !important;
    }
    
    .row-news .slick-slide {
        margin: 1rem 0.5rem;
    } 

    .news-section h2 {
        padding: 0 0 0 2.5rem;
    }

    /*about*/
    .about-intro {
        grid-column: 1 / 2;
    }

    .z-img {
        grid-column: 1 / 2; 
    }

    /*angebot*/
    .row-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }

    #angebote h2 {
        grid-column: 1 / 3;
        z-index: 3;
    }

    #angebote {
        padding-bottom: 6rem;
        overflow: hidden;
    }

    .cal, .pod, .int, .tog {
        grid-column: 1 / 3;
        grid-row: unset;
    }

    .blob-ang {
        position: absolute;
        z-index: 1;
        width: 170vw;
        margin: 0 auto;
        left: -22vw;
        top: 72vw;
    }

    #fakten h2 {
        grid-column: 1 / 2;
    }

    #fakten ul {
        grid-column: 1 / 2;
        padding-left: 20px;
    }

    #vorstand h2 {
        grid-column: 1 / 3;
    }

    .vorst {
        grid-column: 1 / 3;
        margin: 0 1rem;
    }

    /*Kontakt*/
    .k-form {
        grid-column: 1 / 2;
    }


    .blob8 {
        display: none;
    }
}
