/* ============GENERAL-RULES========== */
:root {
    --animate-delay: 0.2s;
}





/* * {
    outline: 4px solid green !important;
} */

body,
html {
    font-family: 'Montserrat', Arial, sans-serif;
    font-display: swap;
    height: 100%;
    min-width: 320px;
    max-width: 100%;
    font-weight: bold;
    color: rgb(255, 255, 255);

}

.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;

}

section {
    padding: 100px 0;

}

img {
    width: 100%;
    height: 100%;
}

h1 {
    line-height: 120%;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 58px;
}

a {
    text-decoration: none;
    color: white;
}

ul {
    list-style: none;
}


p {
    font-size: 1.1em;
}

/* =============ELEMENTS-COPYING======*/





.read-more__button {
    background-color: transparent;
    border: 0;
    color: white;
}

#more {
    display: none;
}

.read-more__button {

    font-weight: 600;
}






.section-title {
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
}

.title--lines {
    display: flex;
    align-items: center;
}

.title--lines>span {
    display: inline-block;
    border-radius: 5px;
    height: 10px;
    background-color: white;
}

.title--small {
    letter-spacing: 1px;
    text-decoration: underline;
    text-underline-offset: 8px;
    font-weight: 400;
    line-height: 1.4;
}


.button--dark {
    color: white;
    background-color: #0f1013;
    margin: 0 auto;
    border-radius: 7px;
    transition: all .3s ease;
    transform: scale(1);
    border: 0;
    white-space: nowrap;
    padding: 4px 20px;
    max-width: 200px;
    border-radius: 25px;
}

.button--dark:hover {
    background-color: #0f1013;
    transition: all .3s ease;
    transform: scale(1.1);
    border: 0;

}


.button--light {
    color: white;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(20, 37, 63, 1) 0%, rgba(77, 122, 193, 1) 0%, rgba(51, 93, 159, 1) 46%, rgba(33, 51, 80, 1) 100%, rgba(19, 18, 18, 1) 100%);
    margin: 0 auto;
    transition: all .3s ease;
    transform: scale(1);
    border: 0;
    font-weight: 400;
    font-size: 0.9em;
    letter-spacing: 1px;
    white-space: nowrap;
    padding: 7px 20px;
    border-radius: 25px;
}

.button--light:hover {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(20, 37, 63, 1) 0%, rgba(77, 122, 193, 1) 0%, rgba(51, 93, 159, 1) 46%, rgba(33, 51, 80, 1) 100%, rgba(19, 18, 18, 1) 100%);
    transition: all .3s ease;
    transform: scale(1.1);
    border: 0;
}

.button-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.button--transparent {
    border: white solid 1.5px;
    color: white;
    background: transparent;
    margin: 0 auto;
    transition: all .3s ease;
    transform: scale(1);
    white-space: nowrap;
    padding: 2px 20px;
    max-width: 200px;
    padding: 5px 16px;
    border-radius: 25px;
    font-size: 0.9em;
}

.button--transparent:hover {
    background-color: white;
    transition: all .3s ease;
    transform: scale(1.1);
    color: black;
}

/* =========HEADER==HEADER/HOME====== */

.header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/images/backgrounds/bg-ai.jpg");
}

.header-bottom-inner {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}

.header-bottom-text {
    border-bottom: 2px solid white;
    line-height: 140%;
    letter-spacing: 1px;
    font-weight: 600;
}

p {
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 1px;
}

.home-heading {
    margin-left: auto;
    margin-right: auto;
    font-size: 62px;
    background: rgb(165, 171, 173);
    background: radial-gradient(circle, rgba(165, 171, 173, 1) 0%, rgba(169, 179, 185, 1) 7%, rgba(231, 239, 246, 1) 27%, rgba(150, 164, 179, 1) 74%, rgba(208, 208, 208, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-subtitle {
    margin-left: auto;
    margin-right: auto;
}

/* =========NAVBAR================== */


.nav-link {
    color: white;
    line-height: 140%;
    letter-spacing: 1px;
    font-weight: 600;
    transition: all .3s ease;
    transform: scale(1);
    text-decoration: none;
}

.nav-link:focus {
    color: white;
}

.nav-link:hover {
    color: white;
    transition: all .3s ease;
    transform: scale(1.05);
}


.navbar-toggler-icon {
    color: white;
    background-image: url("/images/icons/tog-icon.png");
}


.navbar-toggler:focus,
.collapsed,
.navbar-toggler {
    box-shadow: 0 0 0 0;
    border: 0;
}


.navbar {
    background-color: #1717177a;
}

/* =============================== */
/* =============================== */
/* ==============MAIN============= */

/* ===========MAIN-ABOUT-HOME=========== */
.main-about {
    background: rgb(0, 0, 0);
    background: linear-gradient(198deg, rgba(0, 0, 0, 1) 0%, rgba(20, 37, 63, 1) 0%, rgba(51, 93, 159, 1) 51%, rgba(33, 51, 80, 1) 76%, rgba(19, 18, 18, 1) 100%);
}

.main-about-content {
    max-width: 70%;
    margin: 0 auto;
}



.value-item-title {

    font-size: 40px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.2;
}


/* ==========MAIN-SEC-ABOUT========= */

.main-sec-about {
    background: rgb(0, 0, 0);
    background: linear-gradient(198deg, rgba(0, 0, 0, 1) 0%, rgba(20, 37, 63, 1) 0%, rgba(51, 93, 159, 1) 51%, rgba(33, 51, 80, 1) 76%, rgba(19, 18, 18, 1) 100%);
}

.main-sec-img-value-box {
    position: relative;
}



.main-sec-img-1 {
    border-radius: 5px;
    box-shadow: 8px 7px 23px 1px rgba(0, 0, 0, 0.56);
    z-index: 3;
    left: 10%;
    position: absolute;
    height: 260px;
    width: 270px;
    background-repeat: no-repeat;
    background-size: contain;

}

.main-sec-img-2>img {
    border-radius: 5px;
}

.main-sec-img-1>img {
    border-radius: 5px;
}

.main-sec-img-2 {
    border-radius: 5px;
    box-shadow: 8px 7px 23px 1px rgba(0, 0, 0, 0.56);
    top: 43%;
    left: 40%;
    position: absolute;
    height: 255px;
    width: 270px;
    background-image: url("/images/backgrounds/bg-sec-about-1.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}


/* ============MAIN-EXAMPLES============= */

.main-examples {
    padding: 100px 30px;
    background-color: #0f1013;
    background-image: url("/images/backgrounds/bg-blured.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}



.carousel-item {
    height: 700px;


}

.slide-1 {
    background-image: url("/images/examples-imgs/fliesen.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.slide-2 {
    background-image: url("/images/examples-imgs/naturstein.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.slide-3 {
    background-image: url("/images/examples-imgs/betonwerkstein.JPG");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.slide-4 {
    background-image: url("/images/examples-imgs/mosaik.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.slider-titel {
    font-size: 1.5em;
    line-height: 120%;
    font-weight: 700;
    letter-spacing: 1px;
}

.carousel-caption {
    background-color: #0f101375;
    bottom: 3rem;
}



/* ================HISTORY================== */

.history {
    line-height: 1.4;

}



/* =============MAIN-POWERS=================== */

.main-powers {
    background: rgb(0, 0, 0);
    background: linear-gradient(198deg, rgba(0, 0, 0, 1) 0%, rgba(20, 37, 63, 1) 0%, rgba(51, 93, 159, 1) 51%, rgba(33, 51, 80, 1) 76%, rgba(19, 18, 18, 1) 100%);
}

.powers-item-title {
    font-weight: 600;
    letter-spacing: 1px;
    text-underline-offset: 10px;
    line-height: 1.4;
    margin-bottom: 0.7em;
}

.powers-content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.powers-content-item:last-child {
    margin-bottom: 0;

}

.powers-content-item>img {
    height: 100px;
    width: 100px;
    margin-bottom: 1em;
}

.line-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.title-line {
    padding: 0 50px;
    margin-bottom: 0;
}

.line {
    border-radius: 10px;
    display: block;
    background-color: white;
    height: 8px;
    width: 16rem;
}

.powers-item-text>p {
    display: flex;
    margin-bottom: 0;
    margin: 0 auto;
    max-width: 95%;
}

/* ============MAIN-SEC-POWER============= */







.sec-power-list {
    list-style: circle;
    font-weight: 400;
    font-size: 0.9em;
    padding: 0 10px;
}



.main-sec-powers {
    background: rgb(0, 0, 0);
    background: linear-gradient(198deg, rgba(0, 0, 0, 1) 0%, rgba(20, 37, 63, 1) 0%, rgba(51, 93, 159, 1) 51%, rgba(33, 51, 80, 1) 76%, rgba(19, 18, 18, 1) 100%);
}


.sec-power-item {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
    padding-left: 7vw;
}

.sec-power-item:last-child {
    margin-bottom: 0;

}

.sec-power-imgbox {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.sec-power-title {
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.sec-power-text {
    max-width: 68%;
}

.sec-power-text>p {
    margin-bottom: 0;
}

.sp-1 {
    background-image: url("/images/icons/beratung.svg");
}

.sp-2 {
    background-image: url("/images/icons/iconizer-accounting.svg");
}

.sp-3 {
    background-image: url("/images/icons/planung.svg");
}

.sp-4 {
    background-image: url("/images/icons/termin.svg");
}

.sp-5 {
    background-image: url("/images/icons/iconizer-checklist.svg");
}

.sp-6 {
    background-image: url("/images/icons/iconizer-deal.svg");
}


/* ==============PARTNERS============== */

.main-partners {
    background-color: #0f1013;
    /*  background-image: url("/images/backgrounds/bg-blured.png"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}


.partner-logo-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.partner-logo-item {
    margin: 20px;
    width: 200px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}

.pl-1 {
    background-image: url("/images/logos/kissel__partnerimg.jpg");
}

.pl-2 {
    background-image: url("/images/logos/fliesenzentrum__partnerimg.jpg");
}

.pl-3 {
    background-size: contain;
    background-position: center bottom;
    background-image: url("/images/logos/emco__partnerimg.svg");
}

.pl-4 {
    background-image: url("/images/logos/schlutsys__parnterimg.jpg");
}

.pl-5 {
    background-image: url("/images/logos/fuma__partnerimg.jpg");
}

.pl-6 {
    background-image: url("/images/logos/raabkracher__partnerimg.jpg");
}

.pl-7 {
    background-image: url("/images/logos/sopro__partnerimg.jpg");
}

.pl-8 {
    background-image: url("/images/logos/akemi-logo.svg");
    background-color: white;
    background-size: contain;
}

.pl-9 {
    background-image: url("/images/logos/coder__partnerimg.jpg");
}

.pl-10 {
    background-image: url("/images/logos/pci_partnerimg.jpg");
}

/* ========FOOTER======= */

.footer {
    background-color: #171717;



}

.footer-nav-item {
    margin-bottom: 10px;

}

.footer-nav-item>a {
    font-weight: 400;
    line-height: 1.4;
    transform: scale(1);
    transition: all ease .3s;
}

.footer-nav-item>a:hover {
    text-decoration: underline;
    transform: scale(1.1);
    transition: all ease .3s;
}

.footer-nav-item>a:last-child {
    margin-bottom: 0;
}

.flw-inner {
    display: flex;
    justify-content: space-between;
}

.footer-nav-title {
    line-height: 140%;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 1em;
    text-decoration: underline;
    text-underline-offset: 8px;
    margin-bottom: 15px;
}

.footer-bottom {
    background-color: #0C0C0C;
    font-weight: 400;
    padding: 10px;
}

.footer-links-wrapper {
    display: flex;
    justify-content: space-around;
}

.footer-inner {
    padding: 30px 0;
    justify-content: space-between;
}



.footer-logo-link {

    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    min-height: 80px;
    min-width: 200px;
    background-image: url("/images/logos/virus-bau-logo-2.png");
}

/* ===========MAIN CUSTOMERS========== */

.main-customers, .main-history {
    background-color: #0f1013;
    background-image: url("/images/backgrounds/bg-blured.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}





.point-content {
    justify-content: space-around;
}

/* ===============TEAM=========== */

.team {
    background: rgb(0, 0, 0);
    background: linear-gradient(198deg, rgba(0, 0, 0, 1) 0%, rgba(20, 37, 63, 1) 0%, rgba(51, 93, 159, 1) 51%, rgba(33, 51, 80, 1) 76%, rgba(19, 18, 18, 1) 100%);
}


.team-img-box {
    background-image: url("/images/team/team-img.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    min-width: 1px;
    min-height: 1px;
    margin-right: 15px;
    width: 120px;
    height: 120px;
}

.team-item-inner {
    padding: 15px;
    background-color: #1717177a;
    display: flex;
    justify-content: center;
    min-width: 100%;
    height: 100%;
    align-items: center;
}



.team-item {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-item-text {
    display: flex;
    flex-direction: column;
}

.team-item-text>a {
    font-weight: 400;
    margin: 0;
}


/* ========SERVICE======== */

.service {
    background-color: #0f1013;
    background-image: url("/images/backgrounds/bg-blured.png");
}

.button-wrapper {
    display: flex;
    justify-content: center;
}

.form-wrapper {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}




form {
    max-width: 550px;
}

.form {
    background: rgb(0, 0, 0);
    background: linear-gradient(198deg, rgba(0, 0, 0, 1) 0%, rgba(20, 37, 63, 1) 0%, rgba(51, 93, 159, 1) 51%, rgba(33, 51, 80, 1) 76%, rgba(19, 18, 18, 1) 100%);
}

textarea {
    color: white;
    border: 0;
    padding: 5px 10px;
    background-color: #1717177a;
    width: 100%;
    min-height: 40px;
    font-size: 1.25em;
    margin-bottom: 20px;
}

input {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 1.25em;
    height: 40px;
    color: white;
    background-color: #1717177a;
    border: none;
    box-shadow: none;
}

input:last-child {
    margin-bottom: 0;
}

.form-button {
    background-color: #48587e;
}

.form-content-wrapper {
    display: flex;
    justify-content: center;

}

.form-center-box-inner {
    background-color: #1717177a;
    padding: 40px;

}

.form-content-item {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.form-content-item:last-child {
    margin-bottom: 0px;
}

.form-content-text {
    font-weight: 400;
}

.form-img-icon {
    margin-right: 35px;
    width: 80px;
    height: 80px;
}

.form-box {
    align-items: center;
}


.reference {
    background: rgb(0, 0, 0);
    background: linear-gradient(198deg, rgba(0, 0, 0, 1) 0%, rgba(20, 37, 63, 1) 0%, rgba(51, 93, 159, 1) 51%, rgba(33, 51, 80, 1) 76%, rgba(19, 18, 18, 1) 100%);
}



.soon-com {
    height: 200px;
    min-height: 200px;
}

.ref__card-box {
    padding: 0 20px;
    margin-bottom: 20px;



}

.ref__crad-link {
    height: 100%;
    width: 100%;

}

.ref__card-inner {
    background-color: #1717177a;
    align-items: center;
    -webkit-box-shadow: 1px 6px 18px 6px rgba(0, 0, 0, 0.47);
    box-shadow: 1px 6px 18px 6px rgba(0, 0, 0, 0.47);

}

.ref__crad-img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    background-position: center center;

}

.ref__card-text {
    font-size: 1em;
    padding: 20px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ref__card-title {
    font-weight: 600;
}

.ref__card-subtitle {
    font-weight: 400;
}


.ref__card-arrow {
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.rci-1 {

    background-image: url("/projekte/poject-7/project-imgs/p-prev-min.JPG");

}

.rci-2 {
    background-image: url("/projekte/project-8/project-imgs/m-prev-min.JPG");
}






/* ============PROJEKTE============ */

.header-projekte {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 50vh;
    background-size: cover;
    background-repeat: no-repeat;

}

.description-wrapper {
    align-items: center;
    padding: 30px 0;
}




.project-description-text {
    padding: 0 2%;
}

.car-img-box {

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

}

.p8-b1 {
    background-image: url("/projekte/project-8/project-imgs/m-prev-min.JPG");

}

.p8-b2 {
    background-image: url("/projekte/project-8/project-imgs/m-wc1-min.JPG");

}

.p8-b3 {
    background-image: url("/projekte/project-8/project-imgs/m-wc2-min.JPG");
    background-position: center bottom;
}

.p8-b4 {
    background-image: url("/projekte/project-8/project-imgs//m-wc3-min.JPG");
    background-position: center bottom;
}

.p7-b1 {
    background-image: url("/projekte/poject-7/project-imgs/p-prev-min.JPG");
}

.p7-b2 {
    background-image: url("/projekte/poject-7/project-imgs/p2-min.JPG");
}

.p7-b3 {
    background-image: url("/projekte/poject-7/project-imgs/p3-min.JPG");
}

.p7-b4 {
    background-image: url("/projekte/poject-7/project-imgs/p4-min.JPG");
}

.p7-b5 {
    background-image: url("/projekte/poject-7/project-imgs/p5-min.JPG");
}

/* ========POJECTS========= */


.project-descripton {
    background: rgb(0, 0, 0);
    background: linear-gradient(198deg, rgba(0, 0, 0, 1) 0%, rgba(20, 37, 63, 1) 0%, rgba(51, 93, 159, 1) 51%, rgba(33, 51, 80, 1) 76%, rgba(19, 18, 18, 1) 100%);
}





.project-points {
    text-align: center;
    padding: 0;
    margin: 0 auto;
}

.project-title {
    font-size: 3em;
}



.project-points-item {
    display: flex;
    font-size: 2em;
    align-items: center;
}

.project-points-item>span {
    display: block;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: white;
    margin-right: 10px;
}



/* ===========EXAMPLES========== */


.ex1 {
    background-image: url("/images/examples-imgs/fliese-ex-min.jpg");
}

.ex-wr {
    padding: 3px;
    -webkit-box-shadow: 2px -5px 154px 26px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 2px -5px 154px 26px rgba(0, 0, 0, 0.38);
    box-shadow: 2px -5px 154px 26px rgba(0, 0, 0, 0.38);
}

.ex {
    border-radius: 10px;
    -webkit-box-shadow: inset -1px 0px 71px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset -1px 0px 71px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset -1px 0px 71px 0px rgba(0, 0, 0, 0.75);
    display: flex;
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    justify-content: center;
    align-items: center;
    color: white;

}

.ex:hover {
    color: white;
}

.ex-text {
    text-align: center;
    background-color: #1717177b;
    display: inline-block;
    padding: 20px 30px;
    border-radius: 10px;
    font-size: 20px;


}

.ex-title {
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 1px;
}

.ex-subtitle {
    margin-bottom: 0;
}

.ex2 {
    background-image: url("/images/examples-imgs/mosaik-bg-min.jpg");
}

.ex3 {
    background-image: url("/images/examples-imgs/naturstein-ex-min.jpg");
}

/* ==========IMPRESSUM----DATENSCHUTZ========= */
.header-im {
    min-height: 100%;


}

.main-im, .main-datenschutz {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(20, 37, 63, 1) 0%, rgba(77, 122, 193, 1) 0%, rgba(51, 93, 159, 1) 46%, rgba(33, 51, 80, 1) 100%, rgba(19, 18, 18, 1) 100%);
}

.main-datenschutz {
    white-space: pre;
    font-weight: 400;
}

.im-block {
    text-align: left;
    font-weight: 400;

}


.im-title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 28px;
}

.im-text {
    margin-bottom: 8px;
}

.im-list {
    padding: 0;
    display: flex;
    flex-direction: column;
}

/* ====================PROJECTS============== */


























/* =========MEDIA========== */



@media screen and (max-width: 1399px) {

    body, html {
        font-family: 'Montserrat', sans-serif;
    }

    .ex {
        min-height: 350px;
    }

    .partner-logo-item {
        margin: 18px;
        width: 190px;
        height: 95px;
    }

    .cs>span {
        width: 10rem;
    }


}

@media screen and (max-width: 1199px) {

    .project-title {
        font-size: 2.8em;
    }



    .project-points-item {
        display: flex;
        font-size: 2em;
    }

    .project-points-item>span {
        display: block;
        height: 15px;
        width: 15px;
        border-radius: 50%;
        background: white;
        margin-right: 10px;
    }




    .header-projekte {
        min-height: 50vh;
    }


    .cs>span {
        width: 7rem;
    }

    .main-sec-img-1 {
        left: 4%;
        top: 10%;



    }

    .main-sec-img-2 {
        top: 45%;
        left: 30%;
    }

    .partner-logo-item {
        margin: 16px;
        width: 180px;
        height: 90px;
    }


    .carousel-item {
        height: 600px;
    }

    .line {
        width: 10rem;
    }
}



@media screen and (max-width: 991px) {

    .project-title {
        font-size: 2.5em;
    }

    .project-points {
        font-size: 0.9em;
    }

    .team-item-name {
        font-size: 1.2em;
    }

    .sec-power-item {
        padding-left: 5vw;
    }

    .powers-item-text>p {
        max-width: none;
        margin: 0;
    }

    .ex {
        min-height: 280px;
    }


    p {
        font-size: 1em;
    }

    .home-heading {
        font-size: 52px;
    }

    .sec-power-imgbox {
        width: 80px !important;
        height: 80px !important;
    }

    .header-projekte {
        min-height: 45vh;
    }


    .form-content {
        font-size: 0.9em;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        padding-bottom: 30px;
        text-align: center;
    }

    .form-content-text{
        text-align: left;
    }


    .form-content-item {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }

    .form-content-item>img {
        height: 60px;
        width: 60px;
        margin: 0 10px 0 0;
    }

    .team-item-text {
        font-size: 0.9em;
    }

    .team-img-box {
        width: 95px;
        height: 95px;
    }

    .form-img-icon {
        width: 100px;
        height: 100px;
    }

    .reference__card {
        padding: 0 10px;
    }

    .ref-card__text {
        padding: 20px 20px;
    }



    .main-sec-img-value-box {
        display: none;
    }

    .cs>span {
        width: 4.5rem;
    }



    .footer-logo-link {
        max-width: 100px;
        max-height: 50px;
    }

    .partner-logo-item {
        margin: 14px;
        width: 160px;
        height: 80px;
    }

    .container {
        max-width: none;
        padding: 0 30px;
    }

    .powers-item-text {
        text-align: left;
    }

    .powers-content-item {
        flex-direction: row;
        margin: 0 auto;
        margin-bottom: 50px;


    }

    .powers-content-item>img {
        height: 100px;
        width: 100px;
        margin-right: 40px;
    }

    .title-line {
        padding: 0 20px;
    }

    .line {
        width: 5rem;
    }

    .carousel-item {
        height: 500px;
    }

    section {
        padding: 80px 0;
    }

    .main-about-content {
        max-width: 80%;
    }

    h1 {
        font-size: 48px;
    }

    .header-bottom-inner {
        display: none;
    }

}


@media screen and (max-width: 767px) {



    .car-box {
        margin-bottom: 2em;
    }

    .project-description-text {
        margin-bottom: 2em;
    }

    .con-pr {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 5%;
    }

    .team-item-name {
        font-size: 1.5em;
    }

    .powers-item-text>p {
        max-width: none;
        margin: 0;
    }

    .ex-text {
        font-size: 15px !important;
        padding: 15px 20px;
        border-radius: 10px;

    }

    .ex {
        min-height: 280px;
    }

    .home-heading {
        font-size: 42px;
    }

    .header-projekte {
        min-height: 38vh;
    }

    .form-content {
        font-size: 1em;
        display: flex;
        align-items: start;
        flex-direction: column;
        width: 100%;
        padding-bottom: 30px;
    }

    .form-content-item>.form-img-icon {
        margin-right: 10px;
    }



    .form-content-item-text>input {
        display: inline-block;
    }

    .form-content-item-text {
        display: flex;
    }

    .form-content-text:first-child {
        padding-right: 10px;
        border-right: 1px solid white;
        margin-right: 10px;
    }

    .form-content-text:last-child {
        border: 0;
        padding-right: 0;
    }

    .form-content-item {
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
    }

    .form-content-item>img {
        height: 40px;
        width: 40px;
        margin: 0 10px 0 0;
    }


    .team-item-text {
        font-size: 0.8em;
    }

    .footer-nav-list {
        padding-left: 0;
    }

    .footer-logo {
        display: flex;
        justify-content: center;
    }

    .footer-logo-link {
        max-width: 300px;
        max-height: 150px;
    }

    .partner-logo-item {
        margin: 12px;
        width: 140px;
        height: 70px;
    }

    .powers-item-title {
        font-size: 1.2rem;
    }

    .powers-content-item>img {
        height: 100px;
        width: 100px;
        margin-right: 20px;
    }

    .line {
        display: none;
    }

    .carousel-item {
        height: 400px;
    }

    .carousel-caption {
        display: block;
    }

    h1 {
        font-size: 38px;

    }

    .main-about-content {
        max-width: none;
    }

    .sec-power-item {
        padding-left: 15vw;
        margin: 0 auto;
        margin-bottom: 1.5em;
    }

}

@media screen and (max-width: 575px) {

    .description-wrapper {
        padding: 0;
        width: 100%;

    }

    .project-title {
        font-size: 2em;
    }

    .project-points {
        font-size: 0.8em;
    }

    .car-box {
        padding: 0;
    }

    .project-description-text {
        padding: 0 5%;
    }

    .con-pr {
        padding: 0 0;
    }

    .footer-nav-item {
        text-align: center;

    }

    .ex-text {
        font-size: 13px !important;
        padding: 10px 15px;
        border-radius: 5px;

    }

    .ex {
        min-height: 220px;
    }

    .home-heading {
        font-size: 28px;

    }

    .header-projekte {
        min-height: 30vh;
    }


    .form-content {
        font-size: 1em;
        display: flex;
        align-items: start;
        flex-direction: column;
        width: 100%;
        padding-bottom: 30px;
    }

    .form-content-item>.form-img-icon {
        margin: 10px;
    }

    .form-content-item-text {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .form-content-text:first-child {
        padding: 0;
        margin: 0;
        border: 0;
    }

    .form-content-item-text>br {
        display: none;


    }

    .form-center-box-inner {
        padding: 20px;
    }


    .form-content-text:last-child {
        border: 0;
        padding-right: 0;
    }

    .form-content-item {
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
    }

    .form-content-item>img {
        height: 40px;
        width: 40px;
        margin: 0 10px 0 0;
    }




    .sec-power-imgbox {
        width: 70px !important;
        height: 70px !important;

    }

    .sec-power-title {
        font-size: 1em;
    }



    .footer-links-wrapper {
        flex-direction: column;
    }

    .footer-nav-list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .partner-logo-item {
        margin: 10px;
        width: 120px;
        height: 60px;
    }

    section {
        padding: 40px 0;
    }

    .powers-content-item {
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }

    .powers-item-title {
        margin-bottom: 8px;
    }

    .powers-content-item:last-child {
        margin-bottom: 0;
    }

    .powers-item-text {
        text-align: center;
    }

    .powers-content-item>img {
        height: 80px;
        width: 80px;
        margin-right: 0;
    }

    .carousel-item {
        height: 300px;
    }

    .main-examples {
        padding: 60px 20px;
    }


    .slider-subtitle {
        display: none;
    }

    section {
        padding: 60px 0;
    }

    .value-item-title {
        font-size: 30px;
    }

    .value-item:last-child {
        margin-bottom: 0;
    }

    h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 498px) {



    .team-img-box {
        width: 80px;
        height: 80px;
    }

    .team-item-inner {
        padding: 10px;
    }

    .team-item-name {
        font-size: 1.3em;
    }

    .sec-power-item {
        padding-left: 10vw;
    }

    .header-projekte {
        min-height: 28vh;
    }


    .value-item {
        padding: 0 0;
    }

    section {
        padding: 40px 0;
    }



    .powers-content-item>img {
        height: 50px;
        width: 50px;
        margin-right: 0;
    }

    .bet {
        width: 94%;
        right: 3%;
        left: 3%;
    }

    h1 {
        font-size: 30px;


    }

    p {
        font-size: 16px;
    }
}

@media screen and (max-width: 375px) {
    form-content-text {
        text-align: left;
    }

    .form-content-item>.form-img-icon {
        margin: 5px;
    }

    .team-img-box {
        display: none;
    }

    .sec-power-item {
        padding-left: 0;
    }

    .slider-titel {
        margin: 0;
        font-size: 1.5rem;
    }

}