/* barlow-semi-condensed-regular - latin */
@font-face {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/barlow-semi-condensed-v5-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Barlow Semi Condensed Regular'), local('BarlowSemiCondensed-Regular'),
    url('../fonts/barlow-semi-condensed-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/barlow-semi-condensed-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/barlow-semi-condensed-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/barlow-semi-condensed-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/barlow-semi-condensed-v5-latin-regular.svg#BarlowSemiCondensed') format('svg'); /* Legacy iOS */
}
/* barlow-semi-condensed-600 - latin */
@font-face {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/barlow-semi-condensed-v5-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Barlow Semi Condensed SemiBold'), local('BarlowSemiCondensed-SemiBold'),
    url('../fonts/barlow-semi-condensed-v5-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/barlow-semi-condensed-v5-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/barlow-semi-condensed-v5-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/barlow-semi-condensed-v5-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/barlow-semi-condensed-v5-latin-600.svg#BarlowSemiCondensed') format('svg'); /* Legacy iOS */
}
/* barlow-semi-condensed-700 - latin */
@font-face {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/barlow-semi-condensed-v5-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Barlow Semi Condensed Bold'), local('BarlowSemiCondensed-Bold'),
    url('../fonts/barlow-semi-condensed-v5-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/barlow-semi-condensed-v5-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/barlow-semi-condensed-v5-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/barlow-semi-condensed-v5-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/barlow-semi-condensed-v5-latin-700.svg#BarlowSemiCondensed') format('svg'); /* Legacy iOS */
}
/* barlow-semi-condensed-700italic - latin */
@font-face {
    font-family: 'Barlow Semi Condensed';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/barlow-semi-condensed-v5-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local('Barlow Semi Condensed Bold Italic'), local('BarlowSemiCondensed-BoldItalic'),
    url('../fonts/barlow-semi-condensed-v5-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/barlow-semi-condensed-v5-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/barlow-semi-condensed-v5-latin-700italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/barlow-semi-condensed-v5-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/barlow-semi-condensed-v5-latin-700italic.svg#BarlowSemiCondensed') format('svg'); /* Legacy iOS */
}


/* ------- ANIMATION -------- */

@keyframes bg-pulse {
    0% {background: rgba(103, 5, 44, 0.66)}
    50% {background: rgb(133,5, 50) }
    100% {background: rgba(103, 5, 44, 0.66)
    }
}

/* ------- ALLGEMEIN -------- */

:root {
    --main: #2e4153;
    --secondary: #ededed;
    --pink: #850532;
    --gray:#EEEEEE;
    --dark-grey:#696969;
    --white:#FFF;
    --black:#212121;
    --alert:#FE0001;
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Barlow Semi Condensed';
    color: #182827;
    background-color: #fff;
}
body, a, p, span, ul, li, footer, section, header, h1, h2, h3, h4, h5, h6, label, input, textarea, strong, u, b, small, button, html {
    font-family: 'Barlow Semi Condensed';
}
.cookie-clicker__modal-open {
    padding:unset !important;
    background-color: unset !important;
    position: relative !important;
    top: unset !important;
    right: unset !important;
    cursor: pointer;
    border: unset !important;
    margin: unset !important;
}
header {
    padding: 10px 0px;
    overflow: hidden;
    background-image: url('../img/online-marketing.jpg');
    background-size: cover;
    color: #182827;
    background-position: center;
    margin-top:75px;
}

header h1, header h3 {
    color:#fff;
}

section {
    padding: 0px 0px;
    position: relative;
    background-color: #fff;
}

.container {
    padding: 50px 0px;
}

.two-cols {
    column-gap: 40px;
    column-count: 2;
}

footer {
    padding: 50px 0px 70px;
    color: var(--main, #182827);
    font-size: 0.8rem;
}

footer a {
    color: var(--white, #FFF);
}

footer h3 a {
    color:#fff;
}

footer a:hover {
    color: var(--white, #111111);
}

.dark-footer {
    padding: 75px 0px;
    background-color: #222;
    color: #fff;
}

.dark-footer .st1 {
    fill: #fff;
}

.stoerer {
    width: 150px;
    height: 150px;
    padding: 20px;
    position: absolute;
    top: 30px;
    right: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    transform: rotate(20deg);
}

.stoerer h3 {
    font-size: 2rem;
    line-height: 100%;
    margin-bottom: 0px;
    font-weight: 600;
}


.cap {
    position: absolute;
    top: -40px;
    left: 30px;
    width: 60%;
    transform: rotate(15deg);
}


.stoerer-2 {
    width: 170px;
    height: 170px;
    padding: 40px 15px 20px;
    position: absolute;
    top: 300px;
    right: -50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    transform: rotate(20deg);
}

.stoerer-2 h3 {
    font-size: 1.25rem;
    line-height: 100%;
    margin-bottom: 0px;
    font-weight: 600;
}
.stoerer-2 p {
    line-height: 100%;
    margin-top:10px;
}

.top-bar {
    width: 100%;
    height: 45px;
    padding: 10px;
}

.top-bar a {
    color: var(--white, #FFF);
    text-transform:uppercase;
    letter-spacing: 1px;
}
.top-bar a:hover {
    text-decoration: none;
}


img.buch-mockup {
    transform:scale(1.1)
}

/* ------- FONT -------- */


h1,h2,h3,h4,h5,h6 {
    font-weight: 300 ;
    text-transform: uppercase;
}

h1 {
    font-size: 10rem;
    line-height: 90%;
}

h2 {
    font-size: 13.7rem;
    line-height: 110%;
    color: var(--main, #182827 );
}

h2.smm {
    font-size: 8rem;
    line-height: 100%;
    color: var(--main, #182827 );
}
h3 {
    font-size: 2.2rem;
    margin-bottom:5px;
}


h4 {
    font-size: 1.7rem;
    font-weight: 400;
    margin-bottom: 0px;
}

p, ul, li{
    line-height:150%;
    font-size:1.1rem;
}

small {
    line-height: 120%;
    display: block;
}
span {
    line-height: 150%;
    font-size: 1.1rem;
}

ul {
}

.even-smaller {
    line-height: 120%;
    font-size: 0.7rem;
}

.zoom {
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.zoom:hover {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

/* ------- BUTTONS -------- */

.leseprobe {
    background-color: var(--alert, #FE0001);
    color: var(--white, #FFF);
    text-transform: uppercase;
    padding: 2px 4px;
}

.btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    clip-path:
        polygon(
                0% 0px,                 /* top left */
                0px 0%,                 /* top left */
                calc(100% - 0px) 0%,    /* top right */
                100% 0px,               /* top right */
                100% calc(100% - 0px),  /* bottom right */
                calc(100% - 0px) 100%,  /* bottom right */
                15px 100%,               /* bottom left */
                0 calc(100% - 15px)      /* bottom left */
        );
}

.btn:hover {
    color: var(--white, #FFF);
}


.btn-light:hover {
    color: var(--main, #111111 )
}

.btn .shipping {
    margin-left: 5px;
    display: inline-block;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.btn:hover .shipping{
    -webkit-transform: translateX(50px) rotate(-15deg);
    -moz-transform: translateX(50px) rotate(-15deg);
    -ms-transform: translateX(50px) rotate(-15deg);
    -o-transform: translateX(50px) rotate(-15deg);
    transform: translateX(50px) rotate(-15deg);
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}



/* ------- BACKGROUND-COLORS -------- */


.bg-dark {
    background-color:#dcd1cd !important;
}
.bg-primary {
    background-color:#2e4153 !important;
    color: #fff;
}

.bg-secondary {
    background-color:#850532 !important;
    color: #fff;
}

.bg-third {
    background-color:#ec6707 !important;
    color: #fff;
}

.bg-secondary h1,.bg-secondary h2,.bg-secondary h3,.bg-secondary h4,.bg-secondary h5,.bg-secondary h6,
.bg-primary h1,.bg-primary h2,.bg-primary h3,.bg-primary h4,.bg-primary h5,.bg-primary h6,
.bg-third h1,.bg-third h2,.bg-third h3,.bg-third h4,.bg-third h5,.bg-third h6,
.bg-fourth h1,.bg-fourth h2,.bg-fourth h3,.bg-fourth h4,.bg-fourth h5,.bg-fourth h6 {
    text-transform: uppercase;
    color: #fff;
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #204367 !important;
}

a.bg-third:focus, a.bg-third:hover, button.bg-third:focus, button.bg-third:hover {
    background-color: #b45907 !important;
}
.bg-grau {
    background-color:#EEEEEE;
}

.checkup {
    position: absolute;
    top:75px;
    right:0px;
    width:auto;
    text-transform:uppercase;
    color:#2e4153;
}

.checkup h3 {
    font-size: 5rem;
    line-height:90%;
    display: inline;
    text-transform:uppercase;
    padding-right: 15px;
}
.checkup span {
    position: absolute;
    padding-top: 20px;
}
.bg-trans {
    overflow: hidden;
    padding: 20px;
    background: rgba(255,255,255,.7);
}
.bg-pulse {
    animation: bg-pulse 3s infinite;
    z-index: 333;
}

.bg-pulse:hover {
    animation: none;
    background-color: #850532;
}
.bg-white{
    background-color:#fff;
}
.notched-topright {
    clip-path:
        polygon(
            0% 0px,                 /* top left */
            0px 0%,                 /* top left */
            calc(100% - 70px) 0%,    /* top right */
            100% 70px,               /* top right */
            100% calc(100% - 0px),  /* bottom right */
            calc(100% - 0px) 100%,  /* bottom right */
            0px 100%,               /* bottom left */
            0 calc(100% - 0px)      /* bottom left */
        );
}
.notched-bottomleft {
clip-path:
    polygon(
            0% 0px,                 /* top left */
            0px 0%,                 /* top left */
            calc(100% - 0px) 0%,    /* top right */
            100% 0px,               /* top right */
            100% calc(100% - 0px),  /* bottom right */
            calc(100% - 0px) 100%,  /* bottom right */
            40px 100%,               /* bottom left */
            0 calc(100% - 40px)      /* bottom left */
    );

}
.notched-bottomleft-custom {
    width: 100%;
    border:none;
    margin: 10px;
    clip-path:
            polygon(
                    0% 0px, /* top left */
                    0px 0%, /* top left */
                    calc(100% - 0px) 0%, /* top right */
                    100% 0px, /* top right */
                    100% calc(100% - 0px), /* bottom right */
                    calc(100% - 0px) 100%, /* bottom right */
                    15px 100%, /* bottom left */
                    0 calc(100% - 15px) /* bottom left */);

    background:rgb(37, 51, 67);
    padding: 15px;
    font-size: inherit;
}

input[type="date"]{
    font-family: 'Barlow Semi Condensed';
    color: rgb(133,133,133);
    width: 100%;
}

ul.checkpoints li {
    background: url('../img/checkpoint.png') no-repeat left center;
    list-style: none;
    padding-left:50px;
    margin-left:-30px;
}

ul.checkpoints li h3 {
    color: #212121;
}

.divider {
    width: 100%;
    height: 3px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23F5F5F5FF' stroke-width='6' stroke-dasharray='11%2c 30' stroke-dashoffset='5' stroke-linecap='square'/%3e%3c/svg%3e");
    margin-bottom:30px;
    margin-top:30px;
}


.divider-dark {
    width: 100%;
    height: 3px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%233A3A3AFF' stroke-width='6' stroke-dasharray='11%2c 30' stroke-dashoffset='5' stroke-linecap='square'/%3e%3c/svg%3e");
    margin-bottom:30px;
    margin-top:30px;
}


/* ------- NAVBAR -------- */

.nav-item.active {
    background-color: var(--white, #fff );
    padding-right: 1rem;
    padding-left: 1rem;
}

.nav-item.active.bg-type7-signal a {
    background-color: var(--pink, #004639) !important;
    color: var(--white, #FFF) !important;
}

nav ul {
    padding-left:0px;
    font-size: 1.2rem;
    text-align:right;
    margin-bottom:0px;
}

nav ul li {
    list-style: none;
    display: block;
    padding: 10px 30px 10px 0px;
    line-height: 180%;
    transition: all ease-in-out 0.3s;
    text-transform: uppercase;
    letter-spacing:1px;
}
nav ul li a {
    color:#fff;
}
nav ul li a:hover {
    color:#efefef;
    text-decoration: none;
}
nav ul li:hover {
    list-style: none;
    padding: 10px 40px 10px 0px;
    line-height: 180%;
    transition: all ease-in-out 0.3s;
}

nav ul li::after {
    content: ' •';
}

.nav-link {
    color:#888;
    text-decoration: none;
}

nav {
    position: fixed;
    z-index: 99;
    right:0px;
    top:50%;
    transform: translate(0%, -50%);
    color: #fff;
    mix-blend-mode: difference;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.50);
}


.navbar {
    position: fixed;
    top:0px;
    width: 100%;
    padding: 0px;
    background-color:#fff;
    z-index:10000;
}

.navbar-brand {
    padding: 10px;
}


.navbar .navlink {
    height:100%;
    padding: 10px 30px;
    color:#222;
    transition: all linear 0.1s;
}

.navbar .navlink:hover {
    height:100%;
    background-color:#dadada;
    text-decoration: none;
    transition: all linear 0.1s;
}

.navbar button {
    border:none;
    background-color:transparent;
    color:#222;
}

.navbar button:focus, .navbar button:active {
    outline:none;
    box-shadow:none;
    border:none;
}

#toggler {
    transition: all linear 0.2s;
}

.seo-nav, .smm-nav, .kontakt-nav   {
    border-bottom:solid 5px;
}

.seo-nav {
    border-bottom-color: #2e4153;
}
.smm-nav {
    border-bottom-color: #ec6707;
}

.seo-nav:hover {
    background-color: #2e4153 !important;
    color: #fff;
}
.smm-nav:hover {
    background-color: #ec6707 !important;
    color: #fff;
}

.kontakt-nav {
    border-bottom-color: #dadada;
}
@media screen and (max-width: 991px) {

    .navbar .navlink {
        width:100%;
        height:0px;
        overflow:hidden;
        padding:0px 30px;
    }


    .navbar .open .navlink {
        width:100%;
        height:50px;
        overflow:unset;
        padding: 20px 30px;
    }

    .rotate90 {
        transform: rotate(90deg);
        transition: all linear 0.2s;
    }
    .seo-nav, .smm-nav, .kontakt-nav   {
        border-bottom:none;
    }


}


/* ------- SLIDEOUT ICONS -------*/

.sticky-nav {
    position: fixed;
    top:32%;
    z-index: 100;
    right: 0px;
}

.sticky-btn {
    position: relative;
    right:-220px;
    height: 60px;
    width: 279px;
    transition: all ease-in-out 0.6s;
    margin-bottom:2px;
}

.sticky-btn:hover {
    right: 0px;
    transition: all ease-in-out 0.6s;
}

.sticky-icon {
    position: absolute;
    top:0px;
    left:0px;
    width: 60px;
    padding: 10px;
    border-right: solid 1px #fff;
}

.sticky-icon img  {
}

.sticky-content {
    position: absolute;
    left:80px;
    top:0px;
    height: 60px;
    width: 220px;
    background-color: var(--main);
    padding: 17px;
    color: #fff;
}

.sticky-content h5 {
    margin-bottom:0;
    font-weight: 400;
}


#dim {
    position: fixed;
    top: 0px;
    left: 0px;
    width:100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0);
    z-index: -1;
    opacity: 0;
    transition: all ease-in-out 0.6s;
}

.dim {
    background-color: rgba(0,0,0,0.3) !important;
    z-index: 99 !important;
    opacity: 1 !important;
    transition: all ease-in-out 0.6s;
}

/* ------- FOOTER -------*/

.sticky-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}


.sem-icons {
    transform: scale(1.1);
}

.grecaptcha-badge {
    bottom:100px !important;
}
/* --------- Modal / Pop Up ------------*/

.modal-dialog {
}

.modal-content {
}

.modal-body {
}

.modal-body button.close {
}

.modal-text {
}

.modal-text p {
}

.modal-footer {
}


/* ------- MEDIA QUERIES -------- */

@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 991px) {

    h1 {
        font-size: 3.5rem;
    }

    h2 {
        font-size: 8rem;
        color: #999;
    }

    h3 {
        font-size: 2.2rem;
    }
    img.buch-mockup {
        max-width: 100%;
        transform:scale(1)
    }
    .stoerer {
        right: 20%;
    }
    h2.smm {
        font-size: 5rem;
    }
}

@media screen and (max-width: 767px) {

    header {
        padding: 50px 0px;
    }
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 8rem;
        color: #999;
    }

    h2.smm {
        font-size: 5rem;
    }
    h3 {
        font-size: 2rem;
    }


    .bg-messe {
        opacity: 0.2;
        mix-blend-mode: multiply;
    }
    .stoerer {
        width: 130px;
        height: 130px;
        padding: 15px;
    }
    .stoerer h3 {
        font-size: 1.6rem;
    }
    .quote {
        font-size: 1.5rem;
    }
    .shorten-fader {
        display: none;
    }

}

@media screen and (max-width: 575px) {

    h1 {
        font-size: 5rem;
    }

    h2 {
        font-size: 5rem;
        color: #999;
    }

    h2.smm {
        font-size: 4.5rem;
        line-height: 100%;
    }
    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.2rem;
    }

    p {
        font-size: 1rem;
    }

    header {
        padding: 0px;
    }

    header p {
        font-size: 0.9rem;
        line-height: 130%;
    }

    .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .checkup h3 {
        font-size: 3rem;
    }

    .checkup span {
        font-size: 12px;
        padding-top: 8px;
    }

    ul.checkpoints {
        padding-left: 20px;
    }

    ul.checkpoints li {
        padding-left: 35px;
        margin-left: -20px;
    }

    nav {
        position: fixed;
        z-index: 99;
        left: 0px;
        width: 100%;
        bottom: 0px;
        top: unset;
        transform: unset;
        color: #fff;
        mix-blend-mode: unset;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.0);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
        -webkit-transform: translateZ(0)
    }

    nav ul {
        padding-left: 0px;
        font-size: 1rem;
        text-align: center;
        display: flex;
    }

    nav ul li {
        list-style: none;
        display: inline-block;
        width: calc(100% / 4);
        transition: all ease-in-out 0.3s;
        text-transform: uppercase;
        letter-spacing: 1px;
        background: rgb(210, 210, 210);
        background: linear-gradient(0deg, rgba(210, 210, 210, 1) 0%, rgba(247, 247, 247, 1) 100%);
        margin: 0px;
        box-sizing: border-box;
        border-right: 1px solid #ccc;
        padding: 15px 0px;
    }

    nav ul li:last-of-type {
        border-right: none;
    }

    nav ul li:hover, nav ul li:active {
        background: rgb(32, 48, 62);
        background: linear-gradient(0deg, rgba(32, 48, 62, 1) 0%, rgba(46, 65, 83, 1) 100%);
        color: #fff;
    }

    nav ul li:hover a, nav ul li:active a {
        color: #fff;
    }

    nav ul li a {
        color: #222;
        padding: 15px 10px;
    }

    nav ul li a:hover {
        color: #fff;
        text-decoration: none;
        padding: 15px 10px;
    }

    nav ul li:hover {
        list-style: none;
        display: inline-block;
        line-height: 180%;
        transition: all ease-in-out 0.3s;
        padding: 15px 0px;
    }

    nav ul li::after {
        content: '';
    }
    .sem-icons {
        transform: scale(1.5);
    }
    .two-cols {
        column-count: 1;
    }
}

@media screen and (max-width: 415px) {

    h1 {
        font-size: 3.5rem;
    }

    h2 {
        font-size: 5rem;
        color: #999;
    }

    h3 {
        font-size: 1.5rem;
    }

    .btn-group-lg>.btn, .btn-lg {
        font-size: 1rem;
    }

    nav ul li {
        letter-spacing: 0px;
    }
    .sem-icons {
        transform: scale(1.3);
    }

    .checkup h3 {
        font-size: 2.3rem;
    }

    .checkup span {
        font-size: 9px;
        padding-top: 5px;
    }
}

input, textarea {
    padding: 15px;
    border:none;
    clip-path:
            polygon(
                    0% 0px,                 /* top left */
                    0px 0%,                 /* top left */
                    calc(100% - 0px) 0%,    /* top right */
                    100% 0px,               /* top right */
                    100% calc(100% - 0px),  /* bottom right */
                    calc(100% - 0px) 100%,  /* bottom right */
                    15px 100%,               /* bottom left */
                    0 calc(100% - 15px)      /* bottom left */
            );
    background-color: #efefef;
    margin: 10px;
    width: 100%;
}
input[type=checkbox], input[type=radio] {
    display: inline-block;
    width:auto;
    border:none;
    clip-path:
        polygon(
                0% 0px,                 /* top left */
                0px 0%,                 /* top left */
                calc(100% - 0px) 0%,    /* top right */
                100% 0px,               /* top right */
                100% calc(100% - 0px),  /* bottom right */
                calc(100% - 0px) 100%,  /* bottom right */
                3px 100%,               /* bottom left */
                0 calc(100% - 3px)      /* bottom left */
        );
}

div[class^='input-'] input, div[class^='input-'] textarea, .notched-bottomleft-custom{
    margin-left: 0;
    margin-right: 0;
}

input#datenschutz[type="checkbox"] + label::before {
    display: none;
}

input#datenschutz[type="checkbox"] {
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 0px;
}

span.datenschutz{
font-size:14px;
}

#contactForm > div:nth-child(17) > div > label{
    text-align:center;
}