* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

*::before,
*::after {
    display: inline-block;
}

html,
body {
    height: 100%;
}

body {
    line-height: 1;
    scrollbar-gutter: stable;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
}

input,
textarea {
    width: 100%;
}

label {
    display: inline-block;
}

button,
select,
option {
    cursor: pointer;
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

body {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 1.125rem;
    line-height: 1.3125rem;
    font-weight: 200;
}

.h3 {
    line-height: 2.4375rem;
    font-weight: 500;
    font-size: 1.875rem;
}

.h4 {
    line-height: 1.875rem;
    font-size: 22px;
    font-weight: 600;
}

.h2 {
    color: white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.1875rem;
}

[class*="__container"] {
    max-width: 55em;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.header {
    font-weight: 300;
    text-align: center;
    min-height: 2.6875rem;
    padding: 1.25rem;
}

.main {
    flex: 1 1 auto;
}

.hero {
    background: url('img/b9744a8b-dfbd-11e9-99fe-0697e5ca793e_4ecc7e3e8b21da042528ee944177ef9097e3cddf_Titelbild_quer (6).png') no-repeat center/cover;
}

.hero__content {
    padding: 120px 0;
    min-height: 43.75rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1.875rem;
    max-width: 37.5rem;
}

.hero__content img {
    object-fit: cover;
    width: 100%;
    max-width: 29.375rem;
}

.h1 {
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 3.75rem;
    letter-spacing: -3%;
}

.hero__text {
    font-weight: 300;
    font-size: 1.25rem;
}

.hero__two-btn {
    display: flex;
    gap: 3.125rem;
}

.button {
    min-width: fit-content;
    display: inline-block;
    padding: 1.25rem 3.125rem;
    background-color: rgb(214, 152, 153);
    font-size: 1.25rem;
    border-radius: .4375rem;
    color: white;
    font-weight: 700;
    line-height: 1.5625rem;
    box-shadow: 0 14px 24px rgba(214, 152, 153, 0.3);
    transition: .5s;
}

.button:hover {
    box-shadow: 0 14px 24px rgba(214, 152, 153, 0.8);
}

.button-03 {
    font-size: .875rem;
    text-decoration: underline;
    min-width: fit-content;
    display: flex;
    align-items: center;
    transition: .5s;
}

.button-03:hover {
    color: #fff;
}

.services {
    text-wrap: balance;
}

.services__container {
    display: flex;
    gap: 3.125rem;
    justify-content: center;
    align-items: flex-start;
}

.column {
    flex-direction: column;
    display: flex;
    gap: 1.25rem;
    text-align: center;
    margin: 3.125rem 0;
}

.column__icon img {
    width: 8.8125rem;
    height: 8.8125rem;
}

.action {
    margin: 30px 0;
}

.action__body {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background-color: rgb(214, 152, 153);
    padding: 2.5rem;
    border-radius: 1.875rem;
}

.action__title {
    margin-bottom: 1.875rem;
}

.action__text {
    color: #fff;
    font-size: .9375rem;
    font-weight: 300;
    margin-bottom: 1.875rem;
}

.act-content {
    color: #fff;
    font-weight: 300;
    display: flex;
    gap: .62rem;
}

.act-content__icon {
    margin-right: .3125rem;
}

.act-content__text {
    font-size: 1rem;
}

.button_02 {
    min-width: fit-content;
    display: inline-block;
    padding: 1.25rem 2.5rem;
    font-size: 1.1875rem;
    border-radius: .4375rem;
    border: .125rem solid #fff;
    color: white;
    font-weight: 700;
    line-height: 1.5625rem;
    white-space: nowrap;
    transition: 0.5s;
}

.button_02:hover {
    color: #000;
    background-color: white;
}

.te-scope {
    margin: 1.25rem 0;
}

.te-scope__content {
    display: flex;
    align-items: center;
    gap: 1.875rem;
}

.te-scope__column {
    position: relative;
    padding: 3.125rem;
}

.line-l::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    height: 100px;
    width: 3px;
    background-color: rgb(214, 152, 153);
}

.te-scope__text {
    margin-bottom: .9375rem;
}

.main__v-block {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3.125rem 0;
    background-color: rgba(214, 152, 153, 0.1);
}

.line {
    height: 3px;
    width: 3.125rem;
    background-color: rgb(214, 152, 153);
    margin: 20px auto;
}

.v-block__title {
    margin-bottom: 15px;
}

.v-block__text {
    margin-bottom: 50px;
}

video {
    width: 500px;
    height: 550px;
    object-fit: cover;
    max-width: 100%;
    border-radius: 10px;
}

@media (max-width: 768px) {
    video {
        width: 100%;
        height: auto;
    }
}

.action-02 {
    padding: 3.125rem;
}

.action-02__body {
    gap: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.action-02__body .button {
    padding: 1.25rem 2.5rem;
    white-space: nowrap;
}

.action-02__text {
    font-weight: 300;
    color: #000;
}

.gallery {
    padding: 3.125rem 0;
    background-color: rgba(214, 152, 153, 0.1);
}

.gallery__container {
    flex-direction: column;
    display: flex;
    align-items: center;
}

.gallery__title {
    margin-bottom: 1.875rem;
}

.gallery__images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.875rem;
}

.gallery__img img {
    width: 100%;
    max-width: 28.125rem;
}

.feedback {
    padding: 3.125rem 0;
}

.feedback__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feedback__title {
    margin-bottom: 1.875rem;
}

.feedback__content {
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
    justify-content: center;
}

.feedback__content img {
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    max-width: 28.75rem;
}

.info-block {
    margin-top: -9.375rem;
    background-color: rgba(214, 152, 153, 0.1);
    padding: 12.5rem 0 3.125rem 0;
}

.info-block__title {
    margin-bottom: 1.875rem;
}

.list li {
    list-style-type: disc;
    margin-left: 1.25rem;
    padding: .3125rem;
}

.about {
    padding: 3.125rem 0;
}

.about__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about__title {
    margin-bottom: 1.875rem;
}

.about__content {
    display: flex;
    align-items: center;
    gap: 1.875rem;
}

.about__author {
    flex: 1 1 40%;
}

.about__txt-content {
    flex: 1 1 57%;
}

.footer {
    margin-top: 50px;
}

.footer-top {
    background-color: #efefef;
    padding: .625rem;
}

.footer-top__container {
    display: flex;
    gap: 3.125rem;
}

.footer__text {
    font-size: .625rem;
    font-weight: 300;
    line-height: .9375rem;
}

.footer__links {
    display: flex;
    align-items: center;
    gap: 7px;
}

.footer__links a {
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    text-decoration: underline;
}

.footer-bottom {
    padding: .625rem;
    display: flex;
    align-items: center;
}

.footer-bottom span {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    margin: 0 auto;
}

.main_02 [class*="__container"] {
    max-width: 53.125rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.action-03 {
    margin-top: -100px;
}

.action-03 .action__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 12.5rem;
}

.hero-content-02 {
    max-width: 100%;
    width: 100%;
}

.arrow-down {
    width: 60px;
    height: 60px;
}

.btn-green {
    background-image: linear-gradient(0deg, rgb(76, 217, 100) 57%, rgb(194 255 204 / 65%) 100%);
}

.two-block {
    margin-top: -100px;
}

.two-block__container {
    max-width: 50rem !important;
    display: flex;
    align-items: center;
    gap: 30px;
}

.card {
    text-align: center;
    min-height: 28.125rem;
    flex: 1 1 50%;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: .625rem;
    border-radius: 1.25rem;
    padding: 1.875rem;
    color: #fff;
    background-color: rgb(192, 97, 99);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.card h4 {
    font-weight: 500;
    font-size: 2.5rem;
}

.block-space {
    flex: 1 1 auto;
}

.button-g {
    border: 2px solid #fff;
}

.card img {
    width: 72px;
    height: 72px;
}

.card .__text {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 1rem;
    font-weight: 300;
}

.action-03 .action__column_l {
    text-align: center;
}

@media (max-width: 48.0625em) {
    .button {
        font-size: 1.125rem;
        padding: 1.25rem 2.5rem;
    }

    .h1 {
        font-size: 2.5rem;
        line-height: 3.125rem;
    }

    .hero__two-btn {
        flex-wrap: wrap;
    }

    .services {
        padding: 1.875rem 0;
    }

    .services__container {
        flex-wrap: wrap;
        gap: 0;
    }

    .column {
        margin: 1.875rem 0;
    }

    .action__body {
        flex-wrap: wrap;
        gap: 3.125rem;
    }

    .button_02 {
        white-space: normal;
    }

    .action-02 {
        padding: 1.875rem;
    }
	
	 .two-block__container {
        flex-wrap: wrap-reverse;
    }
}

@media (max-width: 27.625em) {

	.hero-content-02 {
	  padding: 50px 0;
	}

    .h1 {
        font-size: 2.1875rem;
    }

    .action__body {
        padding: 1.875rem;
    }

    .action-02__body .button {
        white-space: normal;
    }

    .action-02__body {
        gap: 2.5rem;
        flex-wrap: wrap;
    }

    .act-content {
        flex-wrap: wrap;
    }

    .te-scope__content {
        flex-wrap: wrap;
    }

    .te-scope__column {
        padding: 1.875rem;
    }

    .about__content {
        flex-wrap: wrap;
    }

    .footer-top__container {
        flex-wrap: wrap;
        gap: 1.875rem;
        text-align: center;
        justify-content: center;
    }
}