:root {
    --step--2: clamp(0.91rem, calc(0.88rem + 0.05vw), 0.89rem);
    --step--1: clamp(1.09rem, calc(0.94rem + 0.21vw), 1.00rem);
    --step-0: clamp(1.13rem, calc(1.01rem + 0.42vw), 1.31rem);
    --step-1: clamp(1.27rem, calc(1.08rem + 0.70vw), 1.58rem);
    --step-2: clamp(1.42rem, calc(1.14rem + 1.05vw), 1.89rem);
    --step-3: clamp(1.60rem, calc(1.20rem + 1.50vw), 2.27rem);
    --step-4: clamp(1.80rem, calc(1.25rem + 2.07vw), 2.72rem);
    --step-5: clamp(2.03rem, calc(1.28rem + 2.78vw), 3.27rem);
    --step-6: clamp(2.28rem, calc(1.30rem + 3.68vw), 3.92rem);

    --primary-color: rgb(230, 0, 126);
    --primary-color-light: rgb(217, 152, 187);
    --schmuckfarbe-01:#DDD7C6;
    --schmuckfarbe-02:#D8BFD8;
    --schmuckfarbe-03:#956C94;
    --schmuckfarbe-04:#1ABEBA;
    --schmuckfarbe-05:#CADDFF;
    --himmelblau: hsl(218.5, 100%, 99.5%);
    --schmuckfarbe-06:#D7DAE5;
    --schmuckfarbe-07:#F9DBEB;
    --green:#0b7167;
    --schmuckfarbe-09:#FA4946;
    --schmuckfarbe-10:#8A124A;
    --schmuckfarbe-11:#37816A;
    --bordeaux:#A62A68;
    --bordeaux-light: hsl(330, 59.6%, 98%);
    --schmuckfarbe-13:#EBF2FF;
    --schmuckfarbe-14:hsl(162, 39%, 97%);

    --stundenplan-kinder:#FBCC5D;
    --stundenplan-kinder-darker: #fab619;
    --stundenplan-jugendliche: #f58d47;
    --stundenplan-jugendliche-darker: #f57118;
    --stundenplan-erwachsene:#CADDFF;
    --stundenplan-erwachsene-darker: #99beff;

    --bg-tuerkis: #A9D2D5;
    --bg-magenta: rgb(230, 0, 126);
    --bg-soft: #EEE6ED;
    --color-white: #ffffff;  
    --color-black: rgb(19, 21, 20);
    --color-gray: #001f3f;
    --color-gray-light: #b7b7b7;
    --color-navbar-toggler: #ffffff;

    --font-family-serif: 'Arima Madurai';
    --font-family-sans-serif: 'Noto Sans Display';

    --xs: 0;
    --sm: 576px;
    --md: 768px;
    --lg: 992px;
    --xl: 1200px;
    --xxl: 1400px;

}

html,
body {
    height: 100%;
    /* background-color: rgb(19, 21, 20); */
    /* background-color: var(--bg-tuerkis); */
        
    background-color: var(--bg-soft);
    background-color: var(--schmuckfarbe-14);
    background-color: var(--himmelblau);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 3rem;
}

body {
    font-family: var(--font-family-serif);
    display: flex;
    flex-direction: column;
}

video {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.container-fluid {
    background-color: var(--bg-magenta);
    /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 100%); 
    clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 100%); */
    padding-left: 0;
    padding-right: 0;
}

main .frame {
    margin-bottom: 7rem;
}

main .frame-space-after-no-space {
    margin-bottom: 0;
}

main .frame-space-after-small {
    margin-bottom: 1.5rem;
}

main > .frame:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

main .frame-type-3col-container .container .row .frame {
    margin-bottom: 3rem;
}

@media screen and (max-width: 576px) {
    main .frame {
        margin-bottom: 5rem;
    }

    main .frame-space-after-small {
        margin-bottom: 1rem;
    }

    main .frame:last-child {
        margin-bottom: 0;
    }

    main .container .row .col-md-4 {
        margin-bottom: 1.5rem;
    }

    main .frame-space-after-no-space {
        margin-bottom: 1rem;
    }
}

main > .frame > .container {
    padding-left: 22px;
    padding-right: 22px;
}

main > .frame > .container .container {
    padding-left: 0;
    padding-right: 0;
}

.row .container {
    padding-left: 0;
    padding-right: 0;
}

.sticky-top {
    position: sticky;
    top: 3rem;
    margin-bottom: 7rem;
}

.btn-primary {
    background-color: var(--bg-magenta);
    border-color: transparent;
    transition: background-color .3s ease;
}

.btn-primary:hover {
    background-color: var(--schmuckfarbe-10);
    border-color: transparent;
}

@media screen and (max-width: 576px) {
    .sticky-top {
        margin-bottom: 5rem;
    }

}

.sticky-top > container {
    position: relative;
}

p {
    font-family: var(--font-family-sans-serif);
    font-weight: 250;
    font-variation-settings: 'wdth' 100;
    line-height: 1.6;
    margin-bottom: 1.2em;
    font-size: var(--step-0);
    color: var(--color-black);
}

ul {
    padding-left: 1.3em;
}

ul li {
    font-family: var(--font-family-serif);
    line-height: 1.6;
    font-size: var(--step-0);
    font-weight: 300;
    color: var(--color-black);
    margin-bottom: .5em;
}

ul li::marker {
    color: var(--bg-magenta);
}

p.small {
    font-size: var(--step--1);
}

.frame-text-hell {
    /*background-color: #f1f1f1;*/
    padding-top: 31px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPgo8cmVjdCB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSIjNDAzYzNmIj48L3JlY3Q+CjxwYXRoIGQ9Ik0wIDBMOCA4Wk04IDBMMCA4WiIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2U9IiMxZTI5MmQiPjwvcGF0aD4KPC9zdmc+");
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPgo8cmVjdCB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSIjOWU5ZTllIj48L3JlY3Q+CjxwYXRoIGQ9Ik0wIDVMNSAwWk02IDRMNCA2Wk0tMSAxTDEgLTFaIiBzdHJva2U9IiM4ODgiIHN0cm9rZS13aWR0aD0iMSI+PC9wYXRoPgo8L3N2Zz4=");
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPgo8cGF0aCBkPSJNLTIgMTBMMTAgLTJaTTEwIDZMNiAxMFpNLTIgMkwyIC0yIiBzdHJva2U9IiMyMjIiIHN0cm9rZS13aWR0aD0iNC41Ij48L3BhdGg+Cjwvc3ZnPg=="),url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImciIHgyPSIxIiB5Mj0iMSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGMTkiPjwvc3RvcD4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMENGIj48L3N0b3A+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZykiPjwvcmVjdD4KPC9zdmc+");

/*    background-color: #fff;
    background-image:
            linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
            linear-gradient(#eee .1em, transparent .1em);
    background-size: 100% 1.2em;*/
}

.frame-text-hell h3,
.frame-text-hell h4 {
    color: white;
}
/*.frame-type-6col-container > .container {
    padding: 20px;
    background-color: #e3e2e2;
}

.frame-type-6col-container > .container::before {
    content: '';
    border-top: 1px solid var(--color-gray-light);
    display: block;
    margin-bottom: 1.5rem;
}

.frame-type-6col-container > .container::after {
    content: '';
    border-top: 1px solid var(--color-gray-light);
    display: block;
}*/

p.stundenplan {
    font-size: var(--step--2);
    line-height: 1.5;
    padding: 0.8em .5em;
    background-color: var(--schmuckfarbe-01);
}


p.stundenplan-kinder {
    font-size: var(--step--2);
    line-height: 1.5;
    padding: 0.8em .5em;
    background-color: var(--stundenplan-kinder);
}

p.stundenplan-jugendliche {
    font-size: var(--step--2);
    line-height: 1.5;
    padding: 0.8em .5em;
    background-color: var(--stundenplan-jugendliche);
}

p.stundenplan-erwachsene {
    font-size: var(--step--2);
    line-height: 1.5;
    padding: 0.8em .5em;
    background-color: var(--stundenplan-erwachsene);
}

p.stundenplan-kinder a,
p.stundenplan-jugendliche a,
p.stundenplan-erwachsene a {
    color: var(--color-black);
}

p.stundenplan-kinder a:hover,
p.stundenplan-jugendliche a:hover,
p.stundenplan-erwachsene a:hover {
    text-decoration: none;
}


strong {
    font-weight: 600;
}

h1 {
    font-family: var(--font-family-serif);
    font-weight: 900;
    font-size: var(--step-6);
    margin-bottom: .25em;
    color: var(--primary-color);

    /*-webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to right, var(--primary-color) 0%, var(--schmuckfarbe-10) 30%);
    color: transparent;*/
}

h1::before {
    content: '';
    margin-bottom: 0.4em;
    margin-left: 0.05em;
    width: 7%;
    height: 4px;
    background-color: var(--primary-color);
    display: block;
    border-radius: 2px;
}

.has-subheader h1 {
    margin-bottom: 0;
}

header.has-subheader h1 + h2 {
    color: var(--color-gray);
    margin-bottom: .8em;
}

h2 {
    font-family: 'Arima Madurai';
    font-weight: 800;
    font-size: var(--step-4);
    color: var(--bg-magenta);
    margin-bottom: 0.75em;
    hyphens: auto;
}

h2::after {
    content: '';
    display: block;
    width: 2.3em;
    height: .65em;
    border-bottom: 0.1em solid var(--bg-magenta);
    margin-bottom: .65em;
}


h2.has-subheader {
    margin-bottom: .05em;
}

h2.has-subheader::after {
    display: none;
}


header.has-subheader h2 {
    margin-bottom: .05em;
}

header.has-subheader h2::after {
    display: none;
}

header.has-subheader h2 + h3::after {
	content: '';
	display: block;
	width: 3.1em;
	height: .9em;
	border-bottom: 0.14em solid var(--bg-magenta);
	margin-bottom: 1.2em;
}

.h5, h5 {
    font-size: var(--step-4);
    font-weight: 600;
    color: var(--color-gray);
}

h3 {
    font-family: var(--font-family-serif);
    font-weight: 700;
    font-size: var(--step-2);
    color: var(--color-gray);
    margin-bottom: 0.5em;
}

h3.subheader::after {
    content: '';
    display: block;
    width: 2em;
    height: .75em;
    border-bottom: 0.14em solid var(--bg-magenta);
    margin-bottom: .75em;
}


h4 {
    font-family: var(--font-family-serif);
    font-weight: 800;
    font-size: var(--step-1);
    color: var(--color-gray);
}


main a {
    color: var(--color-black);
    font-weight: 500;
    text-decoration: none;
    /*-webkit-box-shadow: #fdf2be 0 -.5em 0 inset;*/
    box-shadow: var(--schmuckfarbe-04) 0 -.2em 0 inset;
    transition: box-shadow .25s ease;
    word-break: break-all;
}

main a:hover {
    color: var(--color-black);
    box-shadow: var(--schmuckfarbe-04) 0 -1em 0 inset;
}

main .kurs-grid a {
    box-shadow: var(--primary-color) 0 -.2em 0 inset;
    transition: box-shadow .25s ease, color .3s ease;
}

main .kurs-grid a:hover {
    box-shadow: var(--primary-color) 0 -1.3em 0 inset;
    color: var(--color-white);
}

main .stundenplan-erwachsene a {
    box-shadow: var(--stundenplan-erwachsene-darker) 0 -.2em 0 inset;
    transition: box-shadow .25s ease;
}

main .stundenplan-erwachsene a:hover {
    box-shadow: var(--stundenplan-erwachsene-darker) 0 -1.3em 0 inset;
}

main .stundenplan-jugendliche a {
    box-shadow: var(--stundenplan-jugendliche-darker) 0 -.2em 0 inset;
    transition: box-shadow .25s ease;
}

main .stundenplan-jugendliche a:hover {
    box-shadow: var(--stundenplan-jugendliche-darker) 0 -1.3em 0 inset;
}

main .stundenplan-kinder a {
    box-shadow: var(--stundenplan-kinder-darker) 0 -.2em 0 inset;
    transition: box-shadow .25s ease;
}

main .stundenplan-kinder a:hover {
    box-shadow: var(--stundenplan-kinder-darker) 0 -1.3em 0 inset;
}

@media (max-width: 576px) {
    .h5, h5 {
        transform: rotate(-90deg);
        transform-origin: top right;
        position: absolute;
        top: 0;
        right: 100%;
    }
}



.frame-type-mask_kontakte::after {
	content: '';
	display: block;
	width: 5%;
	border-bottom: 2px solid var(--schmuckfarbe-10);
	margin: 10px auto 60px 0;
}

main .frame-layout-60 .frame-type-mask_kontakte::after {
	content: '';
	display: block;
	width: 7%;
	border-bottom: 2px solid var(--green);
	margin: 10px auto 60px 0;
}


/* .frame-type-2col-container-sticky-sm h3 {
	color: var(--bordeaux);
	transform: rotate(-90deg);
	width: 350px;
	transform-origin: top left;
	display: inline-block;
	margin-top: 350px;
} */


@media screen and (max-width: 768px) {
    .frame-type-2col-sticky-container .sticky-top {
        margin-bottom: 17rem;
    }

    .frame-type-2col-sticky-container .sticky-top h4 {
        transform: rotate(-90deg);
        transform-origin: top right;
        position: absolute;
        top: 0;
        right: 100%;
        white-space: nowrap;
    }
}

.frame-type-2col-container-sticky-sm .sticky-top h3 {
	position: relative;
	background-color: var(--bordeaux);
	font-size: var(--step-0);
	color: white;
	padding: 0.6em 0.8em 0.5em;
	width: 75%;
	border-radius: 5px;
	line-height: 1.2;
	height: 3.5em;
	width: 10em;
}

.frame-type-2col-container-sticky-sm .sticky-top h3::after {
	position: absolute;
	left: 100%;
	content: '';
	border: 1.5em solid transparent;
	width: 4em;
	height: 3.1em;
	border-left: 0.7em solid var(--bordeaux);
	top: 4px;
}

main .frame-layout-60.frame-type-2col-container-sticky-sm .sticky-top h3 {
    background-color: var(--green);
}

main .frame-layout-60.frame-type-2col-container-sticky-sm .sticky-top h3::after {
    border-left: 0.7em solid var(--green);
}

@media (max-width: 990px) {
    .frame-type-2col-container-sticky-sm .sticky-top h3 {
        text-align: center;
        transform: rotate(-90deg);
        width: 290px;
        transform-origin: top left;
        display: inline-block;
        margin-top: 290px;
        height: 2.4em;
    }

    .frame-type-2col-container-sticky-sm .sticky-top h3::after {
        content: '';
        position: absolute;
        right: 100%;
        left: initial;
        border: 1em solid transparent;
        border-right: 0.4em solid var(--bordeaux);
        border-left: none;
        width: 0;
        height: 1em;
    }

    main .frame-layout-60.frame-type-2col-container-sticky-sm .sticky-top h3::after {
        border-left: none;
        border-right-color: var(--green);
    }
}




.frame-type-mask_kontakte h2 {
    font-size: var(--step-3);
}

.frame-type-mask_kontakte h2,
.frame-type-mask_kontakte a {
    color: var(--bordeaux);
}

.frame-type-mask_kontakte h2::after {
    border-bottom: 0.1em solid var(--bordeaux);
}


main .frame-layout-60 .frame-type-mask_kontakte h2,
main .frame-layout-60 .frame-type-mask_kontakte a {
    color: var(--green);
}

main .frame-layout-60 .frame-type-mask_kontakte h2::after {
    border-bottom: 0.1em solid var(--green);
}



.logo figure {
    margin: 0;
}

.logo img {
    width: 65px;
    height: auto;
}

main .ce-gallery[data-ce-columns="3"] .ce-row {
    display: flex;
    gap: 1rem;
}

@media screen and (min-width: 576px) {
    .logo img {
        width: 120px;
    }
}

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

/*
 Teaser-Portrait Startseite
 */
.teaser-portrait {
    position: relative;
}

.teaser-portrait-image {
    position: relative;
}

.teaser-portrait-link {
    text-decoration: none;
}

.teaser-portrait-text {
    position: relative;
    font-size: var(--step-0);
    font-weight: 900;
    line-height: 1.1;
    width: 100%;
    /*
    background-color: var(--bg-magenta);
    */
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 15px), calc(100% - 20px) 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 15px), calc(100% - 20px) 100%, 0 100%, 0 0);

    background: linear-gradient(to left,var(--bg-magenta) 50%,var(--schmuckfarbe-10) 50%) right;
    background-size: 200%;
    color: var(--color-white);
    padding: 0.9em 1em 0.7em;
    margin: 0;
    transition: background-position .25s ease-in-out;
}


.teaser-portrait-link:hover .teaser-portrait-text {
    /*
    background-color: var(--color-black);
    */
    background-position: left;
}

.teaser-portrait-text span {
    display: block;
    text-decoration: none;

}

.teaser-portrait-text span.type,
.teaser-portrait-text span.instructor {
    font-family: var(--font-family-sans-serif);
    font-weight: 250;
    font-variation-settings: 'wdth' 100;
}

.teaser-portrait-text span.title {
    margin-bottom: .25em;
    font-size: var(--step-1);
}

.teaser-portrait-text span.type {
    margin-bottom: .5em;
}

.teaser-link:hover {
    text-decoration-color: var(--color-white);
}

.teaser-portrait-image img {
    max-width: 100%;
    height: auto;
}





/*
 Teaser-Text Bühne
 */
.teaser {
    position: relative;
}

.teaser-image {
    position: relative;
}

.teaser-text {
    position: relative;
    font-size: var(--step-0);
    font-weight: 900;
    line-height: 1.1;
    width: 100%;
    /*background-color: var(--bg-magenta);*/
    background: linear-gradient(to left,var(--bg-magenta) 50%,var(--schmuckfarbe-10) 50%) right;
    color: var(--color-white);
    padding: 0.9em 1em 0.7em;
    margin: 0;
    transition: background-position .25s ease-in-out;
    background-size: 200%;
}

.teaser-link:hover .teaser-text {
    background-position: left;
}



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


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

.frame-type-mask_workshops {
    position: relative;
}

main .img-workshop {
    margin-top: .5rem;
    margin-bottom: 1em;
    max-width: 100%;
    height: auto;
}

.attention {
    background-color: var(--primary-color);
    color: white;
    display: inline-block;
    padding: 0.2em 0.8em;
    border-radius: 0.3em;
    font-weight: 500;
    font-size: var(--step--1);
    position: relative;

    /* transform: rotate(1deg); */
    max-width: 250px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 3rem;
}

@media (min-width: 1410px) {
    .attention {
        position: absolute;
        top: 9px;
        right: 0;
    }
}

#navbar ul.level-1 {
    display: flex;
}

#navbar .nav-item,
#footer .footer-menu .nav-item {
    list-style: none;
}

#navbar .nav-link {
    color: var(--color-white);
    font-size: var(--step-1);
    transition: opacity .3s ease;
}

#navbar .nav-item.active a {
    text-decoration: underline;
    text-underline-offset: 4px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    }
}

#navbar .nav-link:hover {
    opacity: .7;
}

#header {
    display: grid;
    gap: 2rem;
    align-items: center;
    grid-template-columns: max-content auto max-content;
    width: 100%;
    /* padding: 1rem .5rem; */
}

main .container > .container {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 576px) {
    #header {
      gap: .5rem
    }
}

.site-name {
    font-family: 'Arima Madurai';
    font-weight: 600;
    font-size: var(--step-2);
    line-height: 1.1;
    color: var(--color-white);
}

/* Kurse */
.kurs-info {
    background: var(--schmuckfarbe-07);
    padding: 1.5rem 1rem;
    /* border-top: 1px solid var(--primary-color); */
    border-bottom: 3px solid var(--primary-color);
}

.kurs-grid {
    display: grid;
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
    grid-gap: .6rem 1.25rem;
    margin-bottom: 1.5rem;
}


.kurs-info .headline {
    font-weight: 500;
}

.grid-row-span-2 {
    grid-row: span 2;
}

.grid-row-span-3 {
    grid-row: span 3;
}

.grid-row-span-4 {
    grid-row: span 4;
}

.grid-row-span-5 {
    grid-row: span 5;
}

.grid-row-span-6 {
    grid-row: span 6;
}

.grid-row-span-7 {
    grid-row: span 7;
}

.grid-row-span-8 {
    grid-row: span 8;
}

.grid-row-span-9 {
    grid-row: span 9;
}

.grid-row-span-10 {
    grid-row: span 10;
}

.grid-row-span-11 {
    grid-row: span 11;
}

.grid-row-span-12 {
    grid-row: span 12;
}

.grid-row-span-13 {
    grid-row: span 13;
}

.grid-row-span-14 {
    grid-row: span 14;
}

.grid-row-span-15 {
    grid-row: span 15;
}

.grid-row-span-16 {
    grid-row: span 16;
}

.kurs-grid span,
.kurs-info p {
    font-size: var(--step--1);
    font-family: var(--font-family-sans-serif);
    display: inline-block;
    line-height: 1.3;
    font-weight: 250;
    font-variation-settings: 'wdth' 100;
}

.kurs-grid span b {
    font-weight: inherit;
    display: inline-block;
    width: 100px;
}

.link-list {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}

.link-list a {
    font-weight: 500;
    font-size: var(--step--1);
    box-shadow: initial;
}

.link-list a:hover {
    box-shadow: initial;
}

.link-list span {
    margin-left: .5em;
}


.kurs-grid-head-1 {
    grid-template-columns: 130px 1fr;
}

.kurs-grid-head-1-2 {
    grid-template-columns: 130px 1fr 2fr;
}


@media screen and (max-width: 576px) {
    .kurs-grid span,
    .kurs-info p {
        font-size: var(--step--2);
        font-weight: 350;
    }

    .kurs-grid-head-1 {
        grid-template-columns: 1fr;
    }

    .kurs-grid-head-1-2 {
        grid-template-columns: 1fr 1fr;
    }

    .grid-column-span-1 {
        grid-column: span 1;
    }

    .grid-column-span-2 {
        grid-column: span 2;
    }

    p {
        font-weight: 350;
    }

    .kurs-info {
        padding: .5rem .5rem;
    }

    .kurs-grid {
        margin-bottom: 1rem;
    }

    .kurs-info .kurs-grid .headline {
        /* grid-column: span 1; */
        grid-row: initial;
    }



    .kurs-grid span b {
        display: inline;
    }



    .grid-column-span-2 {
        grid-column: span 2;
    }

    .grid-column-span-3 {
        grid-column: span 3;
    }

    .grid-column-span-4 {
        grid-column: span 4;
    }
}

main .frame-layout-50,
main .frame-layout-60 {
    padding: 3rem 0;
}

main .frame-layout-50 {
    background-color: var(--bordeaux-light);
}

main .frame-layout-140 {

}


.scroll-to-top {
    color: var(--bg-magenta);
    position: fixed;
    right: 22px;
    bottom: 44px;
    border: none;
    background-color: transparent;
    outline: none;
    transition: opacity .3s ease;
    z-index: 100;
}

.scroll-to-top.hide {
    opacity: 0;
}

.scroll-to-top svg {
    width: 3.5rem;
    height: auto;
    z-index: 100;
}

/*
 *  Footer
 */

#footer {
    margin-top: auto;
}

#footer .container-fluid {
    background: var(--color-gray);
    background: var(--color-black);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#footer .container-fluid .container .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

#footer .social-media {
    width: 25px;
    height: auto;
}

#footer .social-media a {
    color: white;
}

#footer .social-media a:hover {
    color: #1b74e4;
    transition: color .25s ease;
}

#footer .social-media svg {
    width: 100%;
    height: auto;
}

#footer .footer-menu {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    align-items: center;
}

@media (min-width: 576px) {
    #footer .footer-menu {
        flex-direction: column;
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) {
    #footer .footer-menu {
        flex-direction: row;
    }
}

#footer .nav-link {
    color: var(--color-white);
    font-size: var(--step-0);
    transition: opacity .3s ease;
}

#footer .nav-link:hover {
    opacity: .65;
}


/*
 *  Formular
 */
form {
    font-family: var(--font-family-sans-serif);
    margin-bottom: 3rem;
}

form div.input {
    margin-bottom: 2rem;
}

form .form-check-input:checked {
    background-color: var(--bg-magenta);
    border-color: transparent;
}

@media (max-width: 576px) {
    form div.input {
        margin-bottom: 1rem;
    }

    form .btn-group {
        width: 100%;
    }
}

form label {
    color: var(--color-gray);
    margin-left: 0;
    margin-bottom: 0.3em;
}

form .form-control::placeholder {
    color: var(--color-gray-light);
    opacity: 1;
}

.teaser-pro {
    position: relative;
}



.teaser-pro .teaser-pro-overlay {
    position: absolute;
    bottom: 5%;
    right: 5%;
    padding: 20px 30px 30px;
    background-color: var(--primary-color);
    box-shadow: 1px 2px 15px 3px rgba(255,255,255,0.2);
}

.teaser-pro .teaser-pro-image  img {
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .teaser-pro .teaser-pro-overlay {
        position: relative;
        left: 0;
    }
}

.teaser-pro .teaser-pro-overlay .bodytext p {
    color: white;
}

.teaser-pro .teaser-pro-overlay .bodytext p:last-child {
    margin-bottom: 0;
}

.teaser-pro .teaser-pro-overlay .bodytext h2 {
    color: white;
}

.teaser-pro .teaser-pro-overlay .bodytext h2::after {
    border-color: white;
}

.frame-layout-130 .ce-bodytext {
    display: none;
}

#c495 .kurs-info {
    display: none;
}

/*#c493 .col-md-5 {*/
/*    align-content: flex-end;*/
/*}*/

#c495 .img-workshop {
    margin-bottom: 1rem;
}