* {
    box-sizing: border-box;
}

/* FONTS */

@font-face {
    font-family: "Open Sans";
    src: url("../../files/assets/fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../../files/assets/fonts/Open_Sans/OpenSans-BoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 700;
font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../../files/assets/fonts/Open_Sans/OpenSans-ExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../../files/assets/fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 800;
font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../../files/assets/fonts/Open_Sans/OpenSans-Italic.ttf") format("truetype");
    font-style: italic;
    font-weight: 400;
font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../../files/assets/fonts/Open_Sans/OpenSans-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../../files/assets/fonts/Open_Sans/OpenSans-LightItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 300;
font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../../files/assets/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../../files/assets/fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../../files/assets/fonts/Open_Sans/OpenSans-SemiBoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 600;
font-display: swap;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: normal !important;
}

.font-arial {
    font-family: "Arial";
}

.font-open-sans {
    font-family: "Open Sans";
}

/* FONT SIZES */

.fs-17 {
    font-size: 17px;
}

.fs-15 {
    font-size: 15px;
}

/* SPACINGS */

.my-60 {
    margin: 60px 0;
}

.mr-10 {
    margin-right: 10px;
}

.mr-21 {
    margin-right: 21px;
}

.mr-30 {
    margin-right: 30px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-17 {
    margin-bottom: 17px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-30 {
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {
    .mb-100 {
        margin-bottom: 30px;
    }
}

.line-30 {
    line-height: 30px;
}

.line-24 {
    line-height: 24px;
}

.line-80 {
    line-height: 80px;
}

.m-width-525 {
    max-width: 525px;
}

.m-width-581 {
    max-width: 581px;
}

.italic {
    font-style: italic;
}

.w-100 {
    width: 100%;
}

.relative {
    position: relative;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', Arial, sans-serif;
    background-color: #FFFFFA;
    font-family: "Open Sans";
    overflow-x: hidden;
}

#main {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    word-break: break-word;
}

@media only screen and (max-width: 823px) {
    #main {
        max-width: 720px;
        padding: 0px 24px;
    }
}

.mod_article {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 30px;
    position: relative;
}

.mod_article p {
    margin-top: 0;
}

.ce_text p {
    margin: 0;
}

.ce_text_content {
    font-family: "Arial";
    word-break: break-word;
}

.ce_text_content p {
    margin-bottom: 0;
}

.article-headline {
    font-family: "Open Sans";
    margin: 0;
    font-weight: 300;
    font-size: 25px;
    line-height: 32px;
}

.article-subheadline {
    font-size: 20px;
    font-family: "Open Sans";
    font-weight: 300;
    text-transform: uppercase;
}

.atelier-article-container {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    position: relative;
}

.atelier-article-container .atelier-image {
    max-width: 100%;
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {
    .mod_article {
        flex-direction: column;
    }
    .atelier-article-container {
        display: flex;
        flex-direction: column-reverse;
        background-color: #fff;
    }
}

/* HEADER */

#header {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 110px;
    padding-bottom: 100px;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
}

.header-image-desktop {
    display: inline-block;
}

.header picture img {
    max-width: 100%;
}

.header-mobile {
    display: none;
}

.mobile-page-title {
    font-weight: 300;
    display: none;
    word-break: break-word;
}

@media only screen and (max-width: 823px) {
    #header {
        padding: 20px 24px;
        background-color: #fff;
        position: sticky;
        top: 0;
        background-color: #fff;
        z-index: 10;
    }
    .header-mobile {
        display: flex;
        justify-content: space-between;
    }
    .header-image-desktop {
        display: none;
    }
    .mobile-page-title {
        display: inline-block;
        font-size: 35px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 640px) {
    #header {
        padding: 17px 15px;
    }
    .header-image-mobile {
        max-width: 213px;
    }
    .header picture img {
        max-width: 213px;
    }
    .mobile-page-title {
        padding-top: 15px;
        padding-bottom: 15px;
        text-transform: uppercase;
    }
    .mod_article {
        padding: 15px;
    }
    .mod_article p {
        margin-top: 0;
    }
}

/* NAVIGATION */

aside#left {
    position: fixed;
    top: 17.125rem
}

.fixed-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0px;
    z-index: 99999;
}

.relative-wrapper {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    height: 0px;
    width: 100%;
    position: relative;
}

.main-navigation {
    position: absolute;
    top: 279px;
    left: -130px;
    margin: 0;
    width: 118px;
    z-index: 9999;
}

.main-navigation>a, nav.footer-navigation>a, .main-navigation-mobile>a {
    display: none;
}

nav.main-navigation ul {
    min-width: 118px;
    list-style: none;
    padding: 0;
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    line-height: 27px;
}

nav.main-navigation ul li {
    padding-bottom: 27px;
}

nav.main-navigation ul li a, nav.main-navigation ul li strong {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

@media only screen and (max-width: 1450px) {
    .relative-wrapper, #main {
        max-width: 61%;
    }
}

.main-navigation-mobile {
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: top 1s ease;
    list-style: none;
    display: none;
}

.main-navigation-mobile ul {
    display: flex;
    height: 100%;
    line-height: 80px;
    flex-direction: column;
    align-items: flex-end;
    ;
    transition: top 1s ease;
    list-style: none;
    padding: 0 24px;
    margin: 36px 0 0 0;
}

.main-navigation-mobile ul li a, .main-navigation-mobile ul li strong {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 25px;
}

.main-navigation-mobile .header {
    display: flex;
    justify-content: space-between;
    padding: 17px 15px;
}

@media only screen and (max-width: 823px) {
    aside#left, .relative-wrapper {
        display: none;
    }
    #main, .relative-wrapper {
        max-width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .main-navigation-mobile ul {
        line-height: 50px;
    }
}

@media only screen and (max-height: 414px) {
    .main-navigation-mobile ul {
        line-height: 24px;
    }
}

@media only screen and (max-height: 320px) {
    .main-navigation-mobile ul {
        margin-top: 0;
    }
}

/* NAVIGATION COLORING */

nav.main-navigation ul li.home.active strong, .main-navigation-mobile ul li.home.active strong {
    color: #0098AD;
    font-weight: 300;
}

nav.main-navigation ul li.home a:hover, .main-navigation-mobile ul li.home a:hover {
    color: #0098AD;
    text-decoration: underline;
}

nav.main-navigation ul li.aktuell.active strong, .main-navigation-mobile ul li.aktuell.active strong {
    color: #760099;
    font-weight: 300;
}

nav.main-navigation ul li.aktuell a:hover, .main-navigation-mobile ul li.aktuell a:hover {
    color: #760099;
    text-decoration: underline;
}

nav.main-navigation ul li.konzept.active strong, .main-navigation-mobile ul li.konzept.active strong {
    color: #33CC00;
    font-weight: 300;
}

nav.main-navigation ul li.konzept a:hover, .main-navigation-mobile ul li.konzept a:hover {
    color: #33CC00;
    text-decoration: underline;
}

nav.main-navigation ul li.kurse.active strong, .main-navigation-mobile ul li.kurse.active strong {
    color: #FF9900;
    font-weight: 300;
}

nav.main-navigation ul li.kurse a:hover, .main-navigation-mobile ul li.kurse a:hover {
    color: #FF9900;
    text-decoration: underline;
}

nav.main-navigation ul li.atelier.active strong, .main-navigation-mobile ul li.atelier.active strong {
    color: #FF0000;
    font-weight: 300;
}

nav.main-navigation ul li.atelier a:hover, .main-navigation-mobile ul li.atelier a:hover {
    color: #FF0000;
    text-decoration: underline;
}

nav.main-navigation ul li.team.active strong, .main-navigation-mobile ul li.team.active strong {
    color: #FF00CC;
    font-weight: 300;
}

nav.main-navigation ul li.team a:hover, .main-navigation-mobile ul li.team a:hover {
    color: #FF00CC;
    text-decoration: underline;
}

nav.main-navigation ul li.referenzen.active strong, .main-navigation-mobile ul li.referenzen.active strong {
    color: #DAC21D;
    font-weight: 300;
}

nav.main-navigation ul li.referenzen a:hover, .main-navigation-mobile ul li.referenzen a:hover {
    color: #DAC21D;
    text-decoration: underline;
}

nav.main-navigation ul li.bilder.active strong, .main-navigation-mobile ul li.bilder.active strong {
    color: #3847A3;
    font-weight: 300;
}

nav.main-navigation ul li.bilder a:hover, .main-navigation-mobile ul li.bilder a:hover {
    color: #3847A3;
    text-decoration: underline;
}

/* FOOTER */

nav.footer-navigation ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: "Arial";
    flex-wrap: wrap;
}

nav.footer-navigation ul li {
    margin: 5px 10px;
    font-size: 15px;
}

nav.footer-navigation ul li a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
}

nav.footer-navigation ul li a:hover, nav.footer-navigation ul li a:active {
    text-decoration: underline;
    color: #000;
    font-weight: normal;
}

.footer-icons {
    display: flex;
    justify-content: center;
}

.footer-icons img:hover {
    opacity: 0.5;
}

nav.footer-navigation ul li strong {
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: normal;
}

/* FLECKEN */

.home-stain, .aktuell-stain, .konzept-stain-1, .konzept-stain-2, .atelier-stain-1, .atelier-stain-2, .team-stain, .referenzen-stain, .anfahrt-kontakt-stain-1, .anfahrt-kontakt-stain-2, .kurse-stain, .bilder-stain {
    display: none;
}

.home .home-stain {
    display: inline-block;
    position: fixed;
    right: 29rem;
    top: 8.6rem;
}

.aktuell .aktuell-stain {
    display: inline-block;
    position: fixed;
    right: 17.5rem;
    top: 13rem;
}

.konzept .konzept-stain-1 {
    display: inline-block;
    position: fixed;
    left: 30rem;
    top: 12.5rem;
}

.konzept .konzept-stain-2 {
    display: inline-block;
    position: fixed;
    left: 19.5rem;
    top: 47rem;
}

.atelier .atelier-stain-1 {
    display: inline-block;
    position: fixed;
    left: 29.8rem;
    top: 12.6rem;
}

.atelier .atelier-stain-2 {
    display: inline-block;
    position: fixed;
    right: 13rem;
    top: 22rem;
}

.bilder .bilder-stain {
    display: inline-block;
    position: fixed;
    right: 7rem;
    top: 13rem;
}

.team .team-stain {
    display: inline-block;
    position: fixed;
    right: 5rem;
    top: 17.5rem;
}

.referenzen .referenzen-stain {
    display: inline-block;
    position: fixed;
    left: 11rem;
    top: 43rem;
}

.anfahrt .anfahrt-kontakt-stain-1, .kontakt .anfahrt-kontakt-stain-1, .impressum .anfahrt-kontakt-stain-1 {
    display: inline-block;
    position: fixed;
    left: 25.5rem;
    top: 13rem;
}

.anfahrt .anfahrt-kontakt-stain-2, .kontakt .anfahrt-kontakt-stain-2, .impressum .anfahrt-kontakt-stain-2 {
    display: inline-block;
    position: fixed;
    left: 22rem;
    top: 43.7rem;
}

.kurse .kurse-stain {
    display: inline-block;
    position: fixed;
    right: 13.7rem;
    top: 28rem;
}

@media only screen and (max-width: 768px) {
    .home-stain, .aktuell-stain, .konzept-stain-1, .konzept-stain-2, .atelier-stain-1, .atelier-stain-2, .team-stain, .referenzen-stain, .anfahrt-kontakt-stain-1, .anfahrt-kontakt-stain-2, .kurse-stain, .bilder-stain {
        display: none !important;
    }
}

/* CONTENT */

.two-col-content {
    flex-direction: row;
    font-family: "Arial";
}

@media only screen and (max-width: 768px) {
    .two-col-content {
        flex-direction: column;
    }
}

.divider {
    padding-top: 12px;
    padding-bottom: 10px;
    height: 30px;
}

.kurse .divider {
    padding-bottom: 0;
}

/* LINKS STYLING */

.aktuell .ce_text_content a {
    text-decoration: none;
    color: #760099;
    font-weight: bold;
}

.aktuell .svg-divider {
    fill: #760099 !important;
    opacity: 0.18 !important;
}

.konzept .ce_text_content a {
    text-decoration: none;
    color: #3c0;
    font-weight: bold;
}

.teambox {
    display: flex;
    flex-direction: row;
}

.teambox img {
    max-width: 225px;
}

@media only screen and (min-width: 769px) and (max-width: 815px) {
    .teambox img {
        max-width: 165px;
    }
}

@media only screen and (max-width: 768px) {
    .teambox img {
        max-width: 165px;
    }
}

@media only screen and (max-width: 640px) {
    .teambox {
        flex-direction: column;
    }
    .teambox img {
        margin-bottom: 15px;
    }
}

.team .teambox a {
    text-decoration: none;
    color: #FF00CC;
    font-weight: bold;
}

.team .page-color {
    color: #FF00CC;
}

.referenzen .page-color {
    color: #dac21d;
}

/* REFERENCES  */

.referenzen h2, .impressum h2 {
    margin: 0;
}

.accordion-wrapper {
    margin-bottom: 30px;
}

.accordion-wrapper .chevron .a {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
}

.home .accordion-wrapper .chevron .a {
    stroke: #0098AD !important;
}

.konzept .accordion-wrapper .chevron .a {
    stroke: #33CC00 !important;
}

.kurse .accordion-wrapper .chevron .a {
    stroke: #FF9900 !important;
}

.aktuell .accordion-wrapper .chevron .a {
    stroke: #760099 !important;
}

.atelier .accordion-wrapper .chevron .a {
    stroke: #FF0000 !important;
}

.team .accordion-wrapper .chevron .a {
    stroke: #FF00CC !important;
}

.referenzen .accordion-wrapper .chevron .a {
    stroke: #dac21d !important;
}

.bilder .accordion-wrapper .chevron .a {
    stroke: #3847A3 !important;
}

.accordion-wrapper:last-of-type {
    margin-bottom: 0;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /*padding: 8px;*/
    margin: 0;
    border: 0px;
    background-color: #fff;
    font-size: 16px;
    font-weight: normal;
    color: #282828;
    cursor: pointer;
    transition: 0.5s;
}

.generic-accordion-wrapper .accordion-header {
    align-items: center;
}

.accordion-header p {
    margin: 0;
}

.accordion-body {
    max-height: 0px;
    max-width: 525px;
    background-color: #fff;
    /*padding: 0px 12px;*/
    overflow: hidden;
    transition: max-height 0.3s linear
}

.accordion-body p:first-of-type {
    padding-top: 20px;
    margin-bottom: 20px !important;
}

.generic-accordion-wrapper .accordion-body p {
    margin-bottom: 5px;
}

.generic-accordion-wrapper .accordion-body h2 {
    font-size: 20px;
    font-family: "Open Sans";
    font-weight: 300;
}

.generic-accordion-wrapper .accordion-body p:first-of-type {
    padding: 0;
    margin-top: 0px;
}

.generic-accordion-wrapper .accordion-body p:first-of-type {
    padding-top: 15px;
}

.generic-accordion-wrapper .accordion-body p:last-of-type {
    font-size: 20px;
    margin-top: 30px;
    padding-top: 12px;
    border-top: 1px dashed #000000;
    text-align: end;
}

.generic-accordion-wrapper .article-subheadline {
    margin-bottom: 18px !important;
}

.accordion-body p:first-of-type {
    padding-top: 20px;
}

.accordion-header-active .chevron {
    transform: rotate(180deg);
}

.simple-accordion:first-of-type {
    margin-top: 10px;
}

.simple-accordion p {
    margin-bottom: 0;
}

/* ANFAHRT */

.anfahrt-text {
    margin-right: 30px;
}

.anfahrt-text p {
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .home .ce_text {
        margin-bottom: 20px;
    }
    .anfahrt-text {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .anfahrt-text p {
        text-align: left;
    }
}

/* KONTAKTFORMULAR */

.kontaktform-text {
    margin-right: 30px;
}

.kontaktform-text .explanation p, .contact-form label {
    text-align: right;
    margin-bottom: 0;
}

.contact-form label {
    font-family: "Arial";
    font-size: 11px;
    line-height: 15px;
}

.contact-form .widget.name, .contact-form .widget.email, .contact-form .widget.nachricht, .contact-form .submit {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin-left: auto;
}

.contact-form .widget.nachricht {
    width: 100%;
}

.explanation {
    margin-bottom: 30px;
}

.contact-form input, .contact-form textarea {
    border: 1px solid #707070;
    border-radius: 5px;
    box-sizing: border-box;
    font-family: "Arial";
    margin-bottom: 10px;
    margin-left: auto;
}

.contact-form input {
    height: 30px;
    width: 244px;
    padding: 0 10px;
}

.contact-form textarea {
    width: 100%;
    max-width: 525px;
    padding: 10px;
    min-height: 98px;
}

.contact-form button.submit {
    font-family: "Open Sans";
    text-transform: uppercase;
    border: 1px solid #000;
    background: #FFF;
    border: 1px solid #000;
    border-radius: 23px;
    padding: 10px 30px;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
}

.contact-form button.submit:hover {
    color: #fff;
    background-color: #000;
}

.contact-form-confirmation {
    justify-content: center;
}

/* IMPRESSUM */

.impressum p:first-of-type {
    padding-top: 30px;
}

.website-tracking-wrapper {
    display: flex;
    align-items: center;
    margin-top: 19px
}

.website-tracking-wrapper input {
    margin: 0;
    max-width: 15px;
    width: 100%;
}

.website-tracking-wrapper label {
    margin-left: 8px;
    font-weight: bold
}

@media only screen and (max-width: 1450px) {
    .website-tracking-wrapper input {
        /*width: 25px;*/
        /*   height: 25px;*/
    }
}

@media only screen and (max-width: 768px) {
    .kontaktform-text {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .kontaktform-text .explanation p, .contact-form label {
        text-align: left;
    }
    .contact-form .widget.name, .contact-form .widget.email, .contact-form .widget.nachricht, .contact-form .submit {
        display: flex;
        flex-direction: column;
        width: fit-content;
        margin-left: 0;
        margin-right: auto;
    }
    .contact-form input {
        height: 40px;
        width: 450px;
    }
    .contact-form textarea {
        width: 450px;
    }
}

@media only screen and (max-width: 640px) {
    .contact-form .widget.name, .contact-form .widget.email, .contact-form .widget.nachricht, .contact-form .submit {
        width: 100%;
    }
    .contact-form input, .contact-form textarea {
        width: 100%;
    }
    .contact-form button.submit {
        align-items: center;
    }
}

/* KURSE */

.calendar {
    display: none;
}

.kurse .calendar {
    display: inline-block;
}

.kurse .table-wrapper {
    width: 100%;
    padding-bottom: 30px;
    overflow: auto;
    z-index: 1;
}

.kurse .table {
    max-width: 1080px;
    border: none;
}

.kurse .table-data {
    line-height: 18px;
    font-family: "Arial";
}

.kurse .table p {
    margin: 0;
    font-size: 13px;
}

.kurse .time {
    color: #6B6B6B;
}

.kurse .title {
    font-weight: bold;
}

.kurse .hint {
    color: #FF9900;
    font-style: italic;
}

.kurse th {
    background-color: #F9F9F9;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
}

.kurse td, .kurse th {
    min-width: 188px;
}

.kurse table, .kurse th, .kurse td {
    border: 1px solid #D9D9D9;
    border-collapse: collapse;
}

.kurse th, .kurse td {
    padding: 8px 10px;
}

.kurse td {
    height: 109px;
}

.kurse td.no-border {
    border: none;
}

@media only screen and (max-width: 1451px) {
    .kurse .table-wrapper {
        overflow-x: scroll;
    }
}

.cover-sheet-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.cover-sheet-image-wrapper {
    min-width: 330px;
    height: 330px;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}

.cover-sheet-image {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.cover-sheet-image-wrapper p {
    background-color: black;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: -10px;
    margin: 0;
    min-width: 155px;
    font-size: 21px;
    font-weight: 300;
    font-family: "Open Sans";
    padding: 7px 10px;
}

.cover-sheet-image-wrapper .page-color {
    color: #fff !important;
}

@media only screen and (max-width: 768px) {
    .cover-sheet-image-wrapper {
        min-width: 300px;
        height: 300px;
    }
}

@media only screen and (max-width: 640px) {
    .cover-sheet-image-wrapper {
        min-width: 303px;
        height: 303px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 414px) {
    .cover-sheet-image-wrapper {
        min-width: 100%;
        height: 303px;
        padding: 0;
    }
}

/* IMAGE GALLERY PAGE */

.image-gallery {
    position: relative;
}

.gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.gallery-image-wrapper {
    height: 170px;
    width: 170px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 768px) {
    .gallery-image-wrapper {
        height: 155px;
        width: 155px;
    }
}

@media only screen and (max-width: 375px) {
    .gallery-image-wrapper {
        height: 130px;
        width: 130px;
    }
}

@media only screen and (max-width: 320px) {
    .gallery-image-wrapper {
        height: 111px;
        width: 111px;
    }
}

.preview-box {
    position: fixed;
    max-width: 500px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transform: translate(-50%, -50%) scale(0.9);
    background: #fff;
    opacity: 0;
    pointer-events: none;
    border-radius: 3px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    z-index: 5;
}

.preview-box.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%);
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease;
    top: 50%;
    min-width: 200px;
    width: auto;
    max-width: 90vw;
    z-index: 99999;
}

.icon-wrapper {
    position: absolute;
    right: -20px;
    top: -20px;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.preview-box .close-icon {
    cursor: pointer;
    font-size: 20px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.icon-wrapper:hover {
    background-color: #000;
}

.icon-wrapper:hover .close-icon {
    color: #fff;
}

.preview-box .img-box {
    display: flex;
    width: 100%;
    position: relative;
}

.img-box .slide {
    cursor: pointer;
}

.img-box .slide.prev {
    left: 0;
}

.img-box .slide.next {
    right: 0;
}

.preview-box .img-box {
    flex-direction: column;
}

.preview-box .img-box img.preview-image {
    width: 100%;
}

.image-preview {
    max-height: 70vh;
    object-fit: cover;
}

@media only screen and (max-width: 768px) {
    .preview-box.show {
        top: 20%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 460px) {
    .preview-box.show {
        top: 14%;
        transform: translateX(-50%);
    }
}

.preview-box-footer {
    display: flex;
    justify-content: space-between;
    padding: 19px 16px;
}

.comment {
    max-width: 80%;
    word-break: all-break;
    font-size: 15px;
}

.shadow {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.4);
}

/* DIVIDER */

.konzept .svg-divider {
    fill: #3c0 !important;
    opacity: 0.18 !important;
}

.atelier .ce_text_content a {
    text-decoration: none;
    color: red;
    font-weight: bold;
}

.atelier .svg-divider {
    fill: red !important;
    opacity: 0.18 !important;
}

.team .ce_text_content a {
    text-decoration: none;
    color: #FF00CC;
    font-weight: bold;
}

.team .svg-divider {
    fill: #FF00CC !important;
    opacity: 0.18 !important;
}

.referenzen .ce_text_content a {
    text-decoration: none;
    color: #dac21d;
    font-weight: bold;
}

.referenzen .svg-divider {
    fill: #dac21d !important;
    opacity: 0.18 !important;
}

.impressum .ce_text_content a {
    text-decoration: none;
    font-weight: bold;
}

.impressum .svg-divider {
    opacity: 0.18 !important;
}

.kurse .svg-divider {
    fill: #FF9900 !important;
    opacity: 0.18 !important;
}

.bilder .svg-divider {
    fill: #3847A3 !important;
    opacity: 0.18 !important;
}

/* PAGE COLORING */

.home .page-color {
    color: #0098AD;
}

.konzept .page-color {
    color: #33CC00;
}

.kurse .page-color {
    color: #FF9900;
}

.aktuell .page-color {
    color: #760099;
}

.atelier .page-color {
    color: #FF0000;
}

.team .page-color {
    color: #FF00CC;
}

.referenzen .page-color {
    color: #dac21d;
}

.bilder .page-color {
    color: #3847A3;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}

