:root {
    --cyan: #5AC1FF;
    --blue: #4A60FF;
    --dark-blue: #1E2836;
    --gray: #EBEBEB;
    --white: #FFFFFF;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


*,
:after,
:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    scroll-behavior: smooth;
    scroll-padding-top: 8rem;
}

::-moz-selection {
    background: var(--cyan);
    color: var(--white);
}

::selection {
    background: var(--cyan);
    color: var(--white);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/********************** FONTS ************************/

/* raleway-100 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/raleway-v29-latin-100.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* raleway-200 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/raleway-v29-latin-200.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* raleway-300 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/raleway-v29-latin-300.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* raleway-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/raleway-v29-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* raleway-500 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/raleway-v29-latin-500.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* raleway-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/raleway-v29-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* raleway-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/raleway-v29-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* raleway-800 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/raleway-v29-latin-800.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* raleway-900 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/raleway-v29-latin-900.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/********************** GENERAL ************************/

html {
    font-size: 100%;
}

body {
    font-family: 'Raleway';
    background: var(--gray);
}

.flex-box {
    display: flex;
}

.wrap {
    max-width: 1920px;
    padding: 0 5% 0 5%;
    margin: auto;
}

h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
    line-height: 3.375rem;
    text-transform: uppercase;
    color: var(--dark-blue);
}

h1 span,
h2 span {
    font-weight: 600;
}

h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
    line-height: 3.375rem;
    text-transform: uppercase;
    color: var(--dark-blue);
}

h3 {
    font-size: 1.375rem;
    margin-bottom: 1.375rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: var(--dark-blue);
}

p,
li {
    font-size: 1.125rem;
    margin-bottom: 1.125rem;
    line-height: 1.625rem;
    color: var(--dark-blue);
    list-style: none;

}

a {
    text-decoration: none;
    font-size: 1.125rem;
    color: var(--dark-blue);
}

.font-gradient {
    background: linear-gradient(to top right, var(--cyan), var(--blue));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}


.btn {
    color: var(--white);
    background: var(--cyan);
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

.btn:hover {
    color: var(--cyan);
    background: var(--white);
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.reveal {
    transform: translateY(100px);
    opacity: 0;
    transition: 1s
}

.reveal.active {
    transform: translateY(0);
    opacity: 1
}

.move {
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

.move:hover {
    transform: translateY(-5px);
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

/********************** HEADER ************************/



header .main-navigation {
    position: fixed;
    width: 80%;
    margin: 5vh 10% 0 10%;
    height: 70px;
    z-index: 200;
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0 10px 5px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 10px 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 5px 0 rgba(0, 0, 0, .1);
}

header .main-navigation .logo {
    position: absolute;
    right: 180px;
    top: 15px;
    width: 100px;
}

header .progress-container {
    position: absolute;
    top: 5px;
    left: 30px;
    right: 30px;
    height: 5px;
    background: var(--gray);
    border-radius: 5px;
}


header .progress-bar {
    height: 5px;
    background: linear-gradient(to top right, var(--cyan), var(--blue));
    width: 0%;
    border-radius: 5px;
}

header .burger::after,
header .burger::before {
    content: "";
    display: block;
    z-index: 150;
    width: 30px;
}


header nav ul {
    display: none;
    height: 0;
    -webkit-transition: .6s ease-in;
    -o-transition: .6s ease-in;
    transition: .6s ease-in
}

header .burger-menu {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    top: 32px;
    left: 60px;
}

header .burger,
header .burger::after,
header .burger::before {
    position: absolute;
    height: 5px;
    background: var(--dark-blue);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    border-radius: 5px;
}

header .burger {
    width: 100%;
    top: 10%
}

header .burger::before {
    top: 10px
}

header .burger::after {
    bottom: 10px
}

header .burger-menu.menu-on .burger::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    bottom: 0;
    background: var(--white)
}

header .burger-menu.menu-on .burger::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 0;
    background: var(--white)
}

header .burger-menu.menu-on .burger {
    background: var(--dark-blue);
}

header nav .burger-menu.menu-on + ul {
    display: grid;
    position: fixed;
    grid-template-rows: 10vh 10vh 10vh 10vh 10vh 10vh;
    padding: 20vh 0;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: .6s ease-in;
    -o-transition: .6s ease-in;
    transition: .6s ease-in;
    background: var(--dark-blue);
    text-align: center;
    z-index: 50;
    margin: auto;
    justify-content: center
}

header nav .burger-menu.menu-on + ul a {
    color: var(--white);
    text-align: center;
    font-size: 20px;
    font-weight: 600;

}

header .call-to-action {
    position: fixed;
    border-radius: 20px 0 0 20px;
    padding: 10px;
    top: 30vh;
    right: 0;
    background: var(--blue);
    z-index: 999;
    transition: width 0.3s ease-in-out, transform 0.3s ease-in-out;
    width: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    transform: translateY(0);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

header .call-to-action:hover {
    width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

header .call-to-action .cta-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 5px;
    transition: transform 0.3s ease-in-out;
}

header .call-to-action .cta-item:hover {
    transform: translateY(-3px);
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

header .call-to-action svg {
    height: 35px;
    width: 35px;
    padding: 5px;
    fill: var(--white);
    transition: fill 0.3s ease-in-out;
}

header .call-to-action .cta-text {
    display: none;
    color: var(--white);
    padding-left: 10px;
    white-space: nowrap;
    min-width: 150px;
    font-size: 1.3rem;
}

header .call-to-action:hover .cta-text {
    display: block;
}


/********************** MAIN ************************/

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.main-heading,
.btn {
    opacity: 0;
    animation: fadeInUp 1s ease forwards;
    animation-delay: 0.5s;
    /* Optional: Verzögerung vor dem Start der Animation */
}

#home {
    position: relative;
    background: url(../images//background1.svg) center center/cover no-repeat;
    width: 100%;
    height: 220vh;
}

#home .container {
    position: absolute;
    top: 24%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#home h1 span {
    color: var(--blue);
}


/********************** WEBSOLUTIONS ************************/

#websolutions {
    background: var(--dark-blue);
    margin-top: -2px;
    padding-bottom: 20vh;
}

#websolutions h2 {
    color: var(--white);
    margin-top: -
}

#websolutions .flex-box .container:first-of-type {
    background: var(--white);
    padding: 50px;
    border-radius: 20px;
    width: 48%;
    margin: 20px;
    -webkit-box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.25);
}

#websolutions h3 {
    color: var(--cyan);
}

#websolutions .flex-box .container:first-of-type ul li {
    margin-left: 20px;
    position: relative;
}


#websolutions .flex-box .container:first-of-type ul li:before {
    content: '\2713';
    position: absolute;
    left: -20px;
    top: 0px;
    font-size: 20px;
    color: var(--cyan);
    font-weight: 600;
}

#websolutions .flex-box .container:last-of-type {
    width: 100%;
}

#websolutions .flex-box .container:last-of-type .card {
    background: var(--white);
    width: 100%;
    margin: 20px;
    text-align: center;
    padding: 30px;
    border-radius: 20px;
    -webkit-box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.25);
}

#websolutions .flex-box .container:last-of-type .card h3 {
    margin-top: 20px;
}

/********************** HERO STOERER ************************/

#hero {
    position: relative;
    background: url(../images//background2.svg) center center/cover no-repeat;
    width: 100%;
    height: 100vh;
}

#hero h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#hero h2 span {
    color: var(--blue);
}

/********************** MARKETING ************************/

#marketing {
    background: var(--dark-blue);
    padding: 20vh 0;

}

#marketing h2 {
    color: var(--white);
}


#marketing .splide__slide {
    background: var(--white);
    padding: 30px;
    margin: 10px 0;
    text-align: center;
    border-radius: 20px;
    -webkit-box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.25);
}

#marketing .splide__slide svg {
    width: auto;
    height: 100px;
    margin-bottom: 2rem;
}

#marketing .splide__slide h3 {
    color: var(--cyan);
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb > .splide__list {
    display: block
}

.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

.splide__arrow svg {
    fill: var(--cyan);
    height: 1.2em;
    width: 1.2em;

}

.splide__arrow:hover:not(:disabled) {
    opacity: .9;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.splide__arrow:disabled {
    opacity: .3
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__arrow--prev {
    left: -3em
}

.splide__arrow--prev svg {
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: -3em;
}

.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__pagination {
    bottom: -1em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page {
    background: var(--gray);
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 10px;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__progress__bar {
    background: var(--gray);
    height: 3px
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.splide__slide:focus {
    outline: 0
}

@supports(outline-offset:-3px) {
    .splide__slide:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf
    }
}

@supports(outline-offset:-3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf
    }

    .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
        border-color: #0bf
    }
}

.splide__toggle {
    cursor: pointer
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__track--nav > .splide__list > .splide__slide {
    border: 3px solid transparent;
    cursor: pointer
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
    border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg)
}

.splide__pagination--ttb {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}


/********************** TESTIMONIALS ************************/

#testimonials {
    position: relative;
    background: url(../images//background3.svg) center center/cover no-repeat;
    width: 100%;
    height: 220vh;
}

#testimonials .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 10vh 5%;
    background: var(--white);
    border-radius: 20px;
    width: 60%;
    -webkit-box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.25);
}

#testimonials h2 span {
    color: var(--blue);
}

#testimonials .container .flex-box {
    gap: 50px;
    margin: 20vh 0;
    text-align: center;
    justify-content: center;
}

#testimonials .container svg {
    width: 60%;
}

/********************** CONTAKT ************************/

#contact {
    background: var(--dark-blue);
    padding: 10vh 0;
}

#contact a {
    color: var(--cyan);
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

#contact a:hover {
    color: var(--blue);
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

#contact h2 {
    color: var(--white);
}

#contact .flex-box .container:first-of-type {
    width: 48%;
    margin-right: 2%;
    margin-top: 10vh;
}

#contact .flex-box .container:last-of-type {
    width: 48%;
    margin-left: 2%;
    margin: auto;
}

#contact .flex-box .container svg {
    width: 100%;
}

#contact .elem-group {
    margin: auto;
    padding: 15px 0;
    display: flex;

}

#contact label {
    margin-right: 25px;
    width: 40%;
    text-align: right;
    padding-top: 15px;
    color: var(--white);
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

#contact input {
    width: 100%;
    background: var(--white);
    border: none;
    border-radius: 10px;
    padding: 10px 10px;
    border: 2px solid var(--white);
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

#contact textarea {
    width: 100%;
    background: var(--white);
    border: none;
    border-radius: 10px;
    padding: 20px 10px;
    border: 2px solid var(--white);
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

#contact button {
    background: var(--cyan);
    border: none;
    color: var(--white);
    padding: 10px 20px;
    border-radius: 10px;
    float: right;
    width: 25%;
    font-size: 18px;
    font-family: "Raleway";
    border: 2px solid var(--cyan);
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

#contact #check {
    width: 50px;
    margin: 0 20px 0 0;
    background: var(--white);
    border: 2px solid var(--cyan);
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

#contact p {
    margin: 0;
    color: var(--white);
}

#contact button:hover {
    color: var(--cyan);
    background: var(--white);
    border: 2px solid var(--cyan);
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    cursor: pointer;
}

#contact #check:hover {
    opacity: .5;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    cursor: pointer;
}

#contact input,
#contact textarea {
    font-size: 18px;
    color: var(--dark-blue);
    font-family: "raleway";
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

#contact input:focus,
#contact textarea:focus {
    border: 2px solid var(--cyan);
    outline: none;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

#contact input:hover,
#contact textarea:hover {
    border: 2px solid var(--cyan);
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

/********************** FAQ ************************/


#faq {
    background: url(../images//background4.svg) center center/cover no-repeat;
    width: 100%;
    height: 100%;

}

#faq .wrap {
    padding-top: 20vh;
    padding-bottom: 20vh;
}

#faq .container {
    margin: auto;
    padding: 5vh 5%;
    background: var(--white);
    border-radius: 20px;
    width: 100%;
    -webkit-box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.25);
}

#faq h2 {
    text-align: center;
}

#faq .card-wrapper {
    padding-bottom: 100px;
    padding-top: 25px;
}

#faq .faq-card a {
    text-decoration: underline;
}

#faq .content-cc {
    display: flex;
    justify-content: center;
    align-items: center;
}


#faq .faq-ilustrations {
    position: relative;
}

#faq .faq-accordion {
    padding: 10px 20px;
    background: var(--white);
    margin-bottom: 20px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.25);
}

#faq .faq-accordion-content p {
    padding-top: 20px;
}

#faq input.tgg-title {
    appearance: unset;
    all: unset;
}

#faq .faq-accordion-title {
    position: relative;
}

#faq .faq-accordion-title label {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

#faq .faq-accordion-title h3 {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    font-weight: 400;
    width: 95%;

}

#faq .faq-accordion-title span {
    margin-left: auto;
    transition: transform .4s ease-in-out;
}

#faq .faq-accordion-title span svg {
    width: 20px;
    height: auto;
    padding: 10px 0 5px 0;
}

#faq .faq-accordion-content {
    color: var(--dark-blue);
    overflow: hidden;
    max-height: 0;
    transition: max-height .4s ease-in-out;
}


#faq .faq-accordion .tgg-title:checked + div > label > span {
    will-change: transform;
    transform: rotate(180deg);
}

#faq .faq-accordion .tgg-title:checked ~ .faq-accordion-content {
    will-change: max-height;
    max-height: 300px;

}


/********************** FOOTER ************************/

footer {
    background: var(--dark-blue);
    padding: 10vh 0 2vh 0;
}

footer h2 {
    color: var(--white);
    margin-bottom: 100px;
}

footer .contact div {
    width: 50%;
    margin: auto;
}

footer .contact div:last-of-type h3 {
    color: var(--white);
}

footer .contact div:last-of-type a {
    color: var(--white);
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

footer .contact div:last-of-type a:hover {
    color: var(--cyan);
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

footer .contact img {
    width: 100%;
    margin-bottom: 50px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.25);
}

footer .cta {
    text-align: center;
}

footer .cta a {
    width: 100%;
    margin: auto;
    text-align: center;
}

footer .imda {
    width: 100%;
    padding-top: 3vh;
    margin-top: 7vh;
    border-top: 1px solid var(--white);
}

footer .imda div {
    width: 50%;

}

footer .imda p {
    color: var(--white);
    margin-bottom: 0;
    font-size: 0.9rem;
    opacity: 0.75;
}

footer .imda a {
    color: var(--white);
    margin: auto;
    font-size: 0.9rem;
    opacity: 0.75;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

footer .imda a:hover {
    opacity: 1;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}


/********************** 404 PAGE / CHECKED  ERROR ************************/

#error,
#checked,
#fail {
    background: var(--dark-blue);
    height: 100vh;
    width: 100%;
    text-align: center;
    position: relative;
}

#error .container,
#checked .container,
#fail .container {
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}


#error svg,
#checked svg,
#fail svg {
    margin-bottom: 5vh;
    
}

#error a,
#checked a,
#fail a{
    padding: 10px 10%;
}

#error p,
#checked p,
#fail p {
    color: var(--white);
    padding-bottom: 1rem;
}


/********************** DATENSCHUTZ / Impressum ************************/

#datenschutz .color-box,
#impressum .color-box {
    height: 20vh;
    background: var(--dark-blue);
    width: 100%;
    margin-bottom: 5vh;
}

#datenschutz h2,
#impressum h2 {
    margin-top: 6rem;
}

#datenschutz h3,
#impressum h3 {
    margin-top: 3rem;
}

/********************** RESPONSIVE ************************/


@media (max-width: 1920px) {}

@media (max-width: 1600px) {

    html {
        font-size: 80%;
    }


    header .call-to-action:hover {
        width: 300px;
    }

    #contact .flex-box .container:last-of-type {
        width: 30%;
    }

    footer .cta svg {
        width: 40%;
    }

    #websolutions .flex-box svg {
        width: auto;
        height: 50%;
    }
}

@media (max-width: 1440px) {

    #home,
    #testimonials {
        height: 155vh;
    }

}

@media (max-width: 1366px) {

    #home,
    #testimonials {
        height: 175vh;
    }

    #faq .faq-accordion {
        padding: 10px 20px 30px 20px;
    }

    #faq .faq-accordion-content p {
        padding-top: 40px;
    }
    
    #error .container,
    #checked .container,
    #fail .container {
        width: 50%;

    }

}

@media (max-width: 1260px) {}

@media (max-width: 1024px) {

    #home,
    #testimonials {
        height: 150vh;
    }

}

@media (max-width: 840px) {

    html {
        font-size: 70%;
    }

    #home,
    #testimonials {
        height: 210vh;
    }

    #contact .flex-box {
        display: block;
    }

    #contact .flex-box .container:first-of-type {
        width: 100%;
    }


    #contact .flex-box .container:last-of-type {
        width: 70%;
    }
}

@media (max-width: 720px) {

    #home {
        background: url(../images//background1-mobile.svg) center center/cover no-repeat;
    }

    #testimonials {
        background: url(../images//background3-mobile.svg) center center/cover no-repeat;
    }

    #home,
    #testimonials {
        height: 100vh;
    }

    header .main-navigation {
        margin-top: 2vh;
    }

    #websolutions {
        padding-bottom: 5vh;
    }

    #websolutions .flex-box {
        display: block;
    }

    #websolutions .flex-box .container:first-of-type {
        width: 100%;
        margin: 20px 0;
    }

    #websolutions .flex-box .container:last-of-type .card {
        margin: 20px 0;
    }

    #websolutions .flex-box svg {
        height: 10vh;
    }

    .splide {
        width: 95%;
        margin: auto;
    }

    #hero {
        height: 40vh;
    }

    #marketing {
        padding: 5vh 0;
    }

    #home .container {

        top: 30%
    }

    #testimonials .container {

        width: 90%;
        padding: 5vh 5%;
    }

    #testimonials .container .flex-box {
        margin: 5vh 0;
    }

    #contact {
        padding: 5vh 0;
    }

    #contact .elem-group {
        display: block;
    }

    #faq {
        background: url(../images//background4-mobile.svg) center center/cover no-repeat;
        ;
    }

    #faq .container {
        width: 100%;
    }

    #faq .wrap {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }



    #faq .card-wrapper {
        padding-bottom: 25px;
    }


    footer {
        padding: 5vh 0 2vh 0;
    }

    footer .flex-box.contact {
        display: block;
    }

    footer .contact div {
        width: 80%;
    }

    footer .contact div:last-of-type {
        margin-top: 5vh;
    }
    
        #error .container,
#checked .container,
#fail .container {
    width: 80%;
    
    }

}

@media (max-width: 480px) {


    html {
        font-size: 60%;
    }


    header .call-to-action:hover {
        width: 250px;
    }


    header .burger-menu {

        left: 20px;
    }

    header .main-navigation .logo {
        right: 110px;
        top: 23px;
    }

    header .main-navigation .logo svg {
        height: 30px;
    }

    #home,
    #testimonials {
        height: 110vh;
    }

    #home .container {
        width: 100%;
    }

    #contact .flex-box .container svg {
        height: 50vh;
        margin: 5vh 0
    }

    #home .container {

        top: 22%;
    }

    footer .imda.flex-box {

        display: block;
    }

    footer .imda.flex-box div {
        width: 100%;
    }

    footer .imda a {
        margin-top: 10px;
    }

    .splide__arrow--next {
        right: 1rem;
    }

    .splide__arrow--prev {
        left: 1rem;
    }

    .splide__pagination {
        bottom: -2.5em;
    }

}

@media (max-width: 375px) {

    #contact button {
        width: 50%;
    }

    footer .contact div:last-of-type {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .section-heading {
        width: 100%;

    }

    h1,
    h2 {
        font-size: 2rem;
        line-height: 2rem;
    }

    #marketing .splide__slide svg {
        height: 60px;
    }

    #testimonials .container svg {
        margin: auto;
        width: 100%;
    }
}

@media (max-width: 360px) {

    #faq .faq-accordion {
        padding: 10px 20px 45px 20px
    }
}

@media (max-width: 320px) {}

@media (max-width: 320px) {}
