@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*-- Common Style --*/
:root {
    --clr-yellow: #FFE601;
    --clr-green: #63D825;
    --clr-gray: #4F4F4F;
    --clr-red:rgba(255, 90, 63, 1);
    /* --clr-light-green: */
    --borderraduis: 5px;
    --rotate: rotate(-2deg);
    --border: 1px solid #8f9698;
}

*,
::after,
::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

li {
    list-style-type: none;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
body,
button,
select,
input,
textarea,
p,
a,
li,
input::placeholder {
    font-family: 'Oswald';
}

h1,
h2,
h3,
h4,
h5,
p,
span,label {
    color: #000;
}
i{
    font-size: 20px;
}
input,
select {
    height: 65px;
    outline: none;
    border: solid 1px #8C8C8C;
    width: 100%;
    padding: 16px 60px 16px 16px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 300;
    background: white;
}

option {
    font-size: 18px;
    font-weight: 300;
}

input[type=checkbox] {
    width: 16px;
    height: 16px;
}

select {
    appearance: none;
}

.button {
    outline: none;
    border: none;
    box-shadow: none;
}

.btn:focus {
    outline: none;
    border: none;
    box-shadow: none !important;
}

a {
    text-decoration: none;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Oswald';
}

.br {
    border-radius: 5px;
}

.borders {
    border: 1px solid rgba(143, 150, 152, 1);
}

.bb {
    border-bottom: 1px solid rgba(143, 150, 152, 1);
}

.bg-green {
    background-color: var(--clr-green);
}

.bg-yellow {
    background-color: var(--clr-yellow);
    border-radius: var(--borderraduis);
}

.black {
    color: #000;
}

.heading-bg-black {
    color: white;
    background: #000;
    margin: 0;
    padding: 0 5px;
    border-radius: var(--borderraduis);
}

.green-white {
    color: white;
    background: var(--clr-green);
    margin: 0;
    padding: 1px 5px;
    border-radius: var(--borderraduis);
}

.text-green {
    color: var(--clr-green);
}

.text-14300 {
    font-weight: 300;
    font-size: 14px;
}

.text-18300 {
    font-weight: 300;
    font-size: 18px;
}

.text-18700 {
    font-weight: 700;
    font-size: 18px;
}

.text-20700 {
    font-weight: 700;
    font-size: 20px;
}

.text-25500 {
    font-weight: 500;
    font-size: 25px;
}

.text-30700 {
    font-weight: 700;
    font-size: 30px;
}

.btn-black {
    background: #000;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
}

.tooltip-inner {
    background-color: #fff;
    opacity: 1 !important;
    color: #000;
    border: solid 1px;
    font-weight: 700;
    font-size: 12px;
    font-family: 'Oswald';
}
.tooltip-inner i{
    font-size: 16px;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #000 !important;
}

.input-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 26px;
}

.rotate-heading,
.rotate-heading-green {
    display: flex;
    justify-content: center;
}
.rotate-heading h2 {
    color: #FFF;
    display: flex;
    justify-content: center;
    transform: rotate(2deg);
}

.rotate-heading div {
    background: #000;
    transform: var(--rotate);
    border-radius: var(--borderraduis);
    padding: 3px 30px 3px 20px;
    display: inline;
}
.rotate-heading-green div {
    background: var(--clr-green);
    transform: var(--rotate);
    border-radius: var(--borderraduis);
    padding: 3px 30px 3px 20px;
    padding: 0;
    display: inline;
}

.rotate-heading-green h2 {
    color: #000;
    display: flex;
    justify-content: center;
    transform: rotate(2.6deg);
    line-height: 0.8;
    margin-bottom: 4px;
}
.progress{
    height: 10px;
}
.progress-bar{
    background: var(--clr-green);
    border-radius: .25rem;
}
/* reponsive */
@media screen and (max-width:991px) {
    .text-30700 {
        font-size: 24px;
    }

    .text-20700 {
        font-size: 16px;
    }

    .text-25500 {
        font-weight: 500;
        font-size: 20px;
    }


}

/*********************** homepage ********* *********/
/********* header *********/
header {
    height: 122px;
    background: #FFFFFF;
    box-shadow: 4px 4px 19px rgba(0, 0, 0, 0.25);
}

.navbar {
    height: 122px;
}

#home-header {
    background: url(../images/hero-img.jpg) no-repeat center;
    background-size: cover;
    height: 110vh;
    overflow: hidden;
}

#hero {
    width: 70%;
    min-width: 870px;
    margin-top: 25vh;
}

#hero h1,
.hero-headeing {
    transform: rotate(-1.66deg);
    font-weight: 500;
    font-size: 74px;
    line-height: 150%;
    padding-inline: 20px 60px;
    display: inline-block;
    background: #000;
    color: white;
    border-radius: var(--borderraduis);
}

#hero--input {
    height: 65px;
    padding-right: 64px !important;
}

.hero-form-icon {
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
}
i.hero-form-icon{
    color: var(--clr-green);
    font-size: 20px;
}

.hero--form .btn-black {
    font-size: 20px;
    width: 160px;
    height: 65px;
}

.hero--bg-add {
    width: 100%;
    height: 80px;
    background: #fff;
    position: absolute;
    bottom: -40px;
    transform: rotate(-2.5deg);
}

/********* ease *********/
.section--heading {
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 49px;
}

.slide h4 {
    font-size: 33px;
}

.slide p {
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    max-width: 350px;
    color: #636363;
}

.slider-icon {
    background: #000;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 13;
    cursor: pointer;
}

#landing-slider .slider-prev {
    left: 30px;
}

#landing-slider .slider-next {
    right: 30px;
}

.slick-dots {
    display: flex;
    justify-content: center;
}

.slick-dots li button {
    text-indent: -9999px;
    width: 14px;
    height: 14px;
    background: #D9D9D9;
    border-radius: 50%;
    border: none;
    outline: none;
    margin-inline: 5px;
}

.slick-dots li.slick-active button {
    background: #000;
}

.slider-advantage {
    margin-top: 220px;
}

/* app */
#app {
    background: url(../images/app-bg.jpg) no-repeat left top;
    background-size: cover;
    /* height: 100vh; */
}

.app--text {
    max-width: 56vw;
    padding-top: 21vh;
    margin-left: 30vw;
}

.app--text h2 {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 54px;
    transform: var(--rotate)
}

.app--text p {
    max-width: 80%;
    line-height: normal;
}

.app-btns a {
    border: solid 1px black;
    border-radius: var(--borderraduis);
    display: inline-block;
    width: 171px;
    height: 50px;
    margin-inline: 4px;
}

.app-btns a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* advantage */
.advantage--slide {
    margin-inline: 18px;
}

.advantage--slide div.center {
    width: 125px;
    height: 128px;
    background: var(--clr-green);
    transform: rotate(-2deg);
    border-radius: 5px;
    font-size: 70px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.advantage--slide h4 {
    font-weight: 700;
    font-size: 22px;
    padding: 8px 24px;
    transform: rotate(-2deg);
    white-space: nowrap;
}

.advantage--slide p {
    font-weight: 300;
    font-size: 18px;
    color: #4F4F4F;
    padding: 0 16px;
}

.slider-advantage .slick-center {
    transform: translateY(-100px) !important;
    z-index: 12;
    transition: .3s;
}

.slider-advantage .slick-list {
    overflow-y: visible !important;
    overflow-x: clip;
}

.slider-advantage-btn {
    width: 460px
}

.slider-advantage .slider-prev {
    left: -92px;
}

.slider-advantage .slider-next {
    right: -92px;
}

#award {
    padding: 100px 0;
    margin-top: 140px;
    /* background: linear-gradient(180deg, #F0FFE9 0%, #FFFFFF 73.19%, #FFFFFF 75.15%); */
    position: relative;
    overflow: hidden;
}

#award .bg-add {
    width: 100%;
    height: 80px;
    position: absolute;
    top: -40px;
    transform: rotate(-2.5deg);
    background-color: #F0FFE9;
}

#award .money {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(-2.74deg);
}

#award .money h2 {
    font-weight: 700;
    font-size: 54px;
    display: inline-block;
    padding-right: 60px;
    padding-left: 170px;
    margin-left: 70px;
}

#award .money h2 span {
    font-size: 68px;
    color: var(--clr-green);
}

#award .money img {
    position: absolute;
    left: 0%;
}

.award--text {
    height: 100%;
    margin-left: 35px;
}

.award--text .btn {
    width: 410px;
    height: 65px;
    margin-top: 80px;
    margin-bottom: 16px;
}

.award--des,
.p-gray {
    font-weight: 300;
    font-size: 18px;
    line-height: 36px;
    color: #4F4F4F;
}

.award--sub {
    font-weight: 400;
    font-size: 14px;
    color: #4F4F4F;
}

/* city */
.city--btn-container {
    margin: auto;
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.city--btn-container button {
    background: white;
    color: black;
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 25px;
    width: 150px;
    height: 75px;
    border-radius: 5px;
    transition: .3s;
    margin-bottom: 80px;
}

.city--btn-container button:hover,
.city--btn-container button.active {
    background: var(--clr-green);
    color: white;
    transition: .3s;
}

.city--card {
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
}

.city--card .city-card-bg {
    position: absolute;
    background-color: #000;
    bottom: 0;
    left: 5px;
    border-radius: 5px;
    transform: rotate(-2.69deg);
}

.city--card .city-card-bg h3 {
    color: white;
    font-size: 32px;
    margin: 0;
    padding: 3px 20px;
    transform: rotate(2.69deg);

}

footer {
    margin: 100px 0;
}

footer li {
    text-align: center;
}

footer li a {
    font-weight: 700;
    font-size: 33px;
    color: black;
}

/* responsive */
@media screen and (max-width:1399px) {
    #award .money img {
        left: -9%;
    }

    .slider-advantage .slider-prev {
        left: -46px;
    }

    .slider-advantage .slider-next {
        right: -46px;
    }
}

@media screen and (max-width:1199px) {
    #award .money img {
        left: -5%;
        width: 350px;
    }
}

@media screen and (max-width:991px) {

    #hero h1,
    .hero-headeing {
        font-size: 54px;
    }

    #hero {
        width: 95%;
        min-width: initial;
    }

    .hero--form .btn-black {
        font-size: 20px;
        width: 100%;
    }

    #award .money h2 {
        font-size: 34px;
        margin-left: 10px;
        padding: 5px 15px;

    }

    #award .money h2 span {
        font-size: 38px;
    }

    #award .money img {
        left: 55%;
        width: 180px;
        top: -65%;
    }

    .city--btn-container {
        max-width: 95%;
    }

}

@media screen and (max-width:767px) {

    #hero h1,
    .hero-headeing {
        font-size: 34px;
    }

    .section--heading {
        font-size: 30px;
    }

    .slide h4 {
        font-size: 22px;
    }

    .slide p {
        font-size: 18px;
    }

    .slider-advantage {
        margin-top: 100px
    }

    .advantage--slide div.center {
        width: 85px;
        height: 85px;
        font-size: 45px;
    }

    .advantage--slide h4 {
        font-size: 20px;
        padding: 4px 10px;
        white-space: nowrap;
    }

    .advantage--slide p {
        font-size: 16px;
    }

    .slider-advantage .slick-center {
        transform: translateY(0px) !important;
    }

    .slider-advantage-btn,
    .award--text .btn {
        width: 90%;
    }

    .city--btn-container button {
        font-size: 18px;
        width: 120px;
        height: 55px;
        margin-bottom: 40px;
    }

    .city--card img {
        display: block;
        margin-inline: auto;
    }
}

/*********************** bestellseite ****************/
.main-menu {
    /* position: absolute; */
    /* right: 0; */
    /* margin-left: auto; */
}

.nav--input {
    min-width: 295px;
}

.nav--btn--container {
    background: #D9D9D9;
    border-radius: 5px;
    padding: 5px;
    height: 65px;
    margin-left: 12px;
}

.nav--btn--container button {
    background: transparent;
    border-radius: 5px;
    color: black;
    width: 98px;
    height: 55px;
    border: none;
    outline: none;
}

.nav--btn--container button.active,
.nav--btn--container button:hover {
    background: black;
    color: white;
}

.nav--user svg {
    vertical-align: sub;
    margin-right: 5px;
}

.navbar-brand img {
    max-width: 180px;
}

.category--btns button {
    height: 60px;
    width: 190px;
}

.categories {
    background: linear-gradient(180deg, #dbffc8e4 10%, #FFFFFF 108.98%);
    padding-top: 50px;
}

.category--btns button.active,
.green-hover:hover {
    background: var(--clr-green);
    border-color: var(--clr-green);
    color: white;
}

.categories .section--heading {
    margin-block: 100px 60px;
}

.categories--slide .btn-black {
    width: 150px;
    height: 60px;
    font-size: 20;
    font-weight: 500;
    margin-top: 30px;
    display: block;
    margin-inline: auto;
}

.categories--slide img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    display: block;
    margin-inline: auto;
}

.categories--slider .slider-prev {
    left: -75px;
}

.categories--slider .slider-next {
    right: -75px;
}

.category--search {
    margin-top: 80px;
}

.category--search-input-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}

.switch {
    width: 80px;
    height: 37px;
    background: #8C8C8C;
    border-radius: 5px;
    transition: 0.3s;
    padding: 5px;
    position: relative;
}

.switch span {
    width: 35px;
    height: 27px;
    background: #fff;
    border-radius: 5px;
    transition: 0.3s;
    position: absolute;
    top: 5px;
    left: 5px;
}

.input-chk:checked~.switch span {
    left: 40px;
}

.input-chk:checked~.switch {
    background: var(--clr-green);
}

.result--card {
    margin-top: 50px;
    min-height: 200px;
    position: relative;
}

.result--card i {
    position: absolute;
    top: 14px;
    right: 18px;
}

.result--card-main-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.result--card-time {
    position: absolute;
    background: var(--clr-green);
    border-radius: 5px;
    transform: rotate(-2deg);
    padding: 2px 8px;
    top: 10px;
    left: 010px;
}

.result--card-time p {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    transform: rotate(2deg);
}

.result--card-logo {
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 5px;
    bottom: 15px;
    left: 15px;
}

.result--card-text p {
    margin: 0;
    color: var(--clr-gray);
    font-size: 14px;
}

.icon-bg-green {
    background: var(--clr-green);
    padding: 1px 2px;
}

.result--card-offer {
    transform: var(--rotate);
    position: absolute;
    top: -8%;
    right: 5%;
}

.result--card-offer p {
    margin: 0;
}

.result--card-offer h2 {
    font-size: 38px;
}

.result--card-offer .green-white {
    font-size: 20px;
}

.result--card-discount p {
    font-size: 12px;
    color: #000;
    font-weight: 700;
    border-radius: var(--borderraduis);
}

.result--card-offer-time p {
    font-size: 10px;
    font-weight: 600;
    margin-right: 6px;
}

.code {
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    bottom: 8px;
    right: 16px;
}

/* ===========responsive========== */
@media screen and (max-width:1199px) {
    .result--card-img {
        max-width: 300px;
    }

    .main-menu {
        /* position: absolute; */
        /* right: 0; */
        margin-left: auto;
    }
}

@media screen and (max-width:991px) {
    .switch {
        width: 60px;
        height: 30px;
    }

    .switch span {
        width: 25px;
        height: 20px;
        top: 5px;
        left: 5px;
    }

    .input-chk:checked~.switch span {
        left: 30px;
    }

}

@media screen and (max-width:767px) {
    .result--card-offer {
        position: static;
        padding-bottom: 40px;
        padding-inline: 10px;
    }

    .result--card-img {
        max-width: initial;
    }

}

/******************** Speisekarte **********************/
.speisekarte-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), url(../images/Speisekarte-hero.jpg) no-repeat center;
    background-size: cover;
    height: 500px;
}

.speisekarte-hero--text {
    color: white !important;
    padding-top: 240px;
}

.speisekarte-nav {
    padding: 30px 15px;
    box-shadow: 4px 4px 19px rgba(0, 0, 0, 0.4);
}

.speisekarte-nav .nav-item .nav-link {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-inline: 5px;
}

.speisekarte-nav .nav-item .nav-link.active,
.speisekarte-nav .nav-item .nav-link:hover {
    background-color: #000;
    color: white;
}

/* spar-dich */
.spar-dich {
    background: linear-gradient(180deg, #dbffc8ba 0%, #FFFFFF 50.19%, #FFFFFF 100%);
    margin-bottom: 120px;
}

.speisekarte-slide .result--card-offer {
    position: relative;
}

.speisekarte-slide div.border {
    padding: 14px;
    padding-bottom: 40px;
    margin-inline: 10px;
    border-radius: var(--borderraduis);
    position: relative;
    margin-bottom: 40px;
}

.speisekarte-slide div.border>.btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    font-size: 20px;
    padding-inline: 26px;
}

.speisekarte-slider-wrapper {
    padding: 0 40px;
    position: relative;
}

.speisekarte-slider .slider-prev {
    left: -74px;
}

.speisekarte-slider .slider-next {
    right: -74px;
}

.food-card {
    padding: 22px;
    box-shadow: -3px 1px 12px -3px;
    border-radius: var(--borderraduis);
    border: 1px solid #8F9698;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.food-card p {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 8px !important;
}

.bill--body button {
    padding: 3px;
}

.bill--body-p {
    font-size: 12px;
    font-weight: 300;
    text-decoration: underline;
}

.bill--body .mt-30 p {
    font-size: 12px;
    font-weight: 500;
    max-width: 75%;
    padding-left: 20px;
}





@media screen and (max-width:991px) {
    .speisekarte-nav .nav-pills {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .speisekarte-nav .nav-item .nav-link {
        font-size: 16px;
    }
}


/*8***************** modals ************/
.modal-dialog {
    max-width: 770px;
}

.modal-content {
    border-radius: 30px;
}

.modal-header {
    background-color: #D9D9D9;
    border-radius: 30px 30px 0px 0px;
    display: block;
    padding: 26px;
    position: relative;
}

.modal-header .btn-close {
    position: absolute;
    right: 30px;
    top: 37px;
}

.modal-body hr {
    background-color: var(--clr-green);
    height: 2px;
}

.input-container>label {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.input-container a {
    font-weight: 300;
    text-decoration: underline;
    color: #000;
}

.modal--footer>.btn {
    background-color: var(--clr-green);
    font-size: 26px;
    width: 370px;
    height: 65px;
    color: white;
    font-weight: 600;

}

/******************* Partnerin-werden **************************/
.Partnerin-hero {
    background: url(../images/Partnerin-hero.jpg) no-repeat center;
    background-size: cover;
    height: 125vh;
}

.Partnerin-hero--text {
    margin-top: 17vh;
    margin-left: 14vw;
}

.landing-slider2 .slide {
    transform: scale(.6) !important;
    transition: .3s linear;
}

.landing-slider2 .slick-center {
    transform: scale(1) !important;
    transition: .3s linear;
}

#landing-slider2 .slider-prev {
    left: -30px;
}

#landing-slider2 .slider-next {
    right: -30px;
}

.landing-partnerin {
    margin-top: 200px;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.rotate-bg{
    overflow: hidden;
    position: relative;
}
.rotate-bg::before {
    content: '';
    position: absolute;
    left: -5%;
    right: -5%;
    top: 40px;
    background: linear-gradient(180deg, #dbffc8ba 0%, #FFFFFF 50.19%, #FFFFFF 100%) center no-repeat;
    background-size: cover;
    height: 800px;
    z-index: -1;
    transform: rotate(-2.5deg);
}
.rotate-bg-shadow::before {
    top: -120px;
    height: 650px;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.25);
    background: linear-gradient(180deg, #DBFFC8 0%, #FFFFFF 73.19%, #FFFFFF 75.15%);
}
.green-bg{
    background: linear-gradient(180deg, #dbffc8e4 10%, #FFFFFF 108.98%);
}
.another-step::before {
    top: 50px;
    height: auto;
    left: -10%;
    right: -10%;
    bottom: 0;
    background: linear-gradient(180deg, #dbffc8df 0%, #dbffc8ab 100%);
}

.another-step--text {
    margin-top: 30%;
}

@media screen and (max-width:991px) {
    .landing-slider2 .slide {
        transform: scale(1) !important;
    }

    .another-step--text {
        margin-top: 5%;
    }
}

/******************* AnmeldungRegistrierung ********************/
.register {
    background: linear-gradient(180deg, #dbffc8e4 10%, #FFFFFF 100%);
    padding-block: 100px;
}

.main-content {
    width: 100%;
    max-width: 600px;
}

.main-content .top-img img{
    margin-bottom: -5px;
    width: 240px;
}
.main-content .form-login {
    padding: 60px 40px;
    border:var(--border) ;
    border-radius: var(--borderraduis);
    box-shadow: 0px 4px 24px 6px rgba(0, 0, 0, 0.17);
    width: 100%;
    background: white;
}
.register--btns a{
    margin-top: 30px;
    font-size: 1.25rem;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.register--btns a svg{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 30px;
    height: 40px;
}
.google-btn{
    background-color: white;
    border: var(--border);
    color: #949494;
}
.facebook-btn{
    color: white;
background: #3877EA;
}
.btn-register{
    color: black;
    border: var(--border);
}

/* responsive */
@media screen and (max-width:766px) {
    .register--btns a{
        font-size: 1rem
    }
    .main-content .form-login {
        padding: 30px 16px;
    }
}
/******************* Registrierung Formular ********************/
.logo-bg{
    background: url(../images/bg-logo.png);
}
.form-alert p{
    font-size: 14px;
    font-weight: 500;
    color: var(--clr-red);
    padding: 15px  0 15px 15px;
    border-left: solid var(--clr-red) 5px;
}