@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    font-family: 'Bai Jamjuree';
    width: 100vw;
    overflow-x: hidden;
}

img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

h1 {
    font-style: italic;
    margin-bottom: 15px;
}

main {
    margin-top: 150px;
}




.hero {
    width: 100%;
    justify-content: center;
    margin-top: 10%;
}

.hero_img {
    position: absolute;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: -1;
}
.hero_img_3 img {
    display: flex;
    justify-content: center;
    width: 400px;
}

.hero_img img {
    width: 100vw;
}

.hero_side {
    position: absolute;
    width: 600px;
    top: 550px;
    left: 200px;
}

.hero_side p {
    color: #2f4b72;
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
}

.header {
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    font-style: italic;
    margin-bottom: 120px;
    margin-top: 440px;
}
.header_1 {
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 30px;
    color: #2f4b72;
    font-style: italic;
    margin-bottom: 120px;
    margin-top: 140px;
}


#red {
    color: #ff0000;
}

.main_container {
    width: 100%;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 30px;

}

.first_container {
    display: flex;
    align-items: center;
    gap: 120px;
    justify-content: center;
}

.first_container_img {
    width: 700px;
   
}

.first_container_img img {
    width: 700px;
}

.first_text {
    color: #2f4b72;
    width: 600px;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
   
}

.second_container {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 50px;
}

.second_container_img img {
    width: 543px;
    margin-left: 100px;
}

.second_text {
    color: #2f4b72;
    width: 500px;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    margin-left: 200px;
}

footer {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 400px;
    padding-top: 45px;
    background: #e6e6e6;
}

.row {
    line-height: 1.8;
    font-weight: 500;
}

footer a, h3 {
    text-decoration: none;
    color: #2f4b72;
}

footer p {
    color: #2f4b72;
}

.row_4 h3, p {
    margin-bottom: 10px;
}

a > h3 {
    transition: 0.5s;
}

a > h3:hover {
    color: #ff0000;
}




.intro_container {
    margin-left: 80px;
    margin-top: 100px;
    font-style: italic;
    font-weight: 500;
    color: #2f4b72;
    font-size: 20px;
    width: 80%;
    padding-bottom: 50px;
}

.contact_container {
    display: flex;
    width: 100%;
    background: #2f4b72;
    padding-top: 80px;
    padding-bottom: 30px;
    font-style: italic;
}

.white_text {
    margin-left: 80px;
    color: #fff;
    font-size: 20px;
}

.white_text h2 {
    margin-bottom: 10px;
}
.contact_img {
   position: relative;
   left: 35%;
}

.contact_img img {
    width: 600px;
    margin-bottom: 40px;
}

.container_fluid {
    background: #2f4b72;
    margin-top: -120px;
    padding-left: 70px;
    padding-bottom: 50px;
}


.send {
    text-transform: uppercase;
    padding: 10px 20px;
    background: transparent;
    color: #fff;
    border-radius: 50px;
    border: 2.5px solid #ff0000;
    transition: 0.5s;
    font-weight: bold;
    cursor: pointer;
}

.send:hover {
    background-color: #ff0000;
    color: #fff;
}



.vorteile_container {
    background: #2f4b72;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 30px;
    font-style: italic;
    display: flex;
    padding-bottom: 120px;
}

.vorteile {
    display: flex;
    flex-direction: column;
    line-height: 2;
}

.vorteile i {
    padding-right: 5px;
    color: #ff0000;
}

.vorteile span {
    font-style: normal;
}

.vorteile_img {
    position: absolute;
    right: 150px;
    top: 1100px;
}

.vorteile_img img {
    width: 600px;
    height: 700px;
}

.intro_container_go {
    margin-left: 80px;
    margin-top: 100px;
    font-style: italic;
    font-weight: 500;
    color: #2f4b72;
    font-size: 20px;
    width: 100%;
    padding-bottom: 150px;
    display: flex;
}

.intro_container_go {
    width: 90%;
}

#GOM {
    font-weight: bold;
}

#GO {
    padding-left: 20px;
}

.intro_container_go i {
    padding-right: 5px;
    color: #ff0000;
}

.intro_container_img {
    padding-left: 160px;
}

.intro_container_img img {
    width: 550px;
}

.technische_data {
    display: flex;
    background: #2f4b72;
    gap: 125px;
    padding-top: 50px;
    align-items: center;
}

.technische_data_text {
    margin-left: 80px;
    color: #fff;
    font-size: 20px;
    width: 40%;
    font-weight: 500;
    font-style: italic;
}

.technische_data_text h2 {
    margin-bottom: 10px;
}


.technische_data_img img {
    width: 800px;
}

.go_table {
    background: #2f4b72;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 50px;
}

#GO_T {
    text-align: center;
    border-collapse: collapse;
    width: 1400px;
    margin-left: 2%;

}

tr {
    border-bottom: 3px solid #ff0000;
    color: #fff;
}

td {
    height: 50px;
    justify-content: center;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
}



.kiesel_img {
    margin-left: 400px;
    margin-top: -100px;
}



.alternative_container {
    margin-left: 80px;
    margin-top: 100px;
    font-style: italic;
    font-weight: 500;
    color: #2f4b72;
    font-size: 20px;
    width: 80%;
    padding-bottom: 50px;
}

.alternative_con {
    display: flex;
}

.alternative_img img {
    width: 800px;
    position: relative;
    top: 80px;
    left: 10%;
}

.realisierbarkeit_container {
    background-color: #fff;
    width: 100%;
    margin-left: 80px;
    margin-top: 150px;
    padding-bottom: 50px;
}

.realisierbarkeit_container h2 {
    font-style: italic;
    color: #2f4b72;
}

.realisierbarkeit_container img {
    justify-content: center;
    width: 60%;
    margin-left: 325px;
    margin-top: 35px;
}

.vergeleich_container img {
    justify-content: center;
    width: 60%;
    margin-left: 325px;
}

.vergeleich_container h2 {
    font-style: italic;
    color: #2f4b72;
    
}

.vergeleich_container {
    margin-left: 80px;
    margin-top: 55px;
    padding-bottom: 50px;
}



.hero_side_2 h1 {
    color: #2f4b72;
    margin-top: 75px;
}

.xr0_table {
    background: #2f4b72;
    width: 100%;
    padding-top: 25px;
   
}

.xr0_table h2 {
    color: #fff;
    margin-left: 80px;
    margin-top: 50px;
    font-style: italic;
}

table {
    text-align: center;
    border-collapse: collapse;
    width: 1800px;
    margin-left: 65px;
}

tr {
    border-bottom: 3px solid #ff0000;
    color: #fff;
}

td {
    height: 50px;
    justify-content: center;
    font-weight: 500;
    font-style: italic;
    font-size: 18px;
}

.table_img {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    background-color: #fff;
    padding-bottom: 50px;
    height: 400px;
}

.xr0_info {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.xr0_text {
    font-size: 20px;
    width: 600px;
    margin-left: 140px;
    color: #2f4b72;
    font-weight: 500;
}

.xr0_img img {
    width: 500px;
    margin-left: 350px;
	margin-right: 100px;
}



.hero_img_2 {
    display: flex;
    justify-content: center;
    margin-top: -50px;
}

.hero_img_2 img {
    width: 350px;
}

@media screen and (max-width: 1700px) {
    #GO_T {
        width: 1400px;
        margin-left: 2%;
    }
	td {
        font-size: 15px;
    }
    table {
        width: 1400px;
		margin-left: 45px
    }
}


@media screen and (max-width: 500px) {
    nav {
        display: none;
    }
    .header {
        font-size: 10px;
        top: -275px;
        margin-top: 450px;
        overflow: hidden;
    }
    .hero_img {
       overflow: hidden;
    }
    .hero {
        margin-top: 25%;
    }
    .first_container {
        position: relative;
        flex-direction: column;
        margin-top: -300px;
    }
    .first_text {
        font-size: 15px;
        width: 350px;
    }
    .first_container_img img {
        display: none;
    }
    .first_container_img {
        display: flex;
        justify-content: center;
    }
    .second_container {
        flex-direction: column;
        width: 350px;
        justify-content: center;
    }
    .second_container_img {
        width: 350px;
        align-items: center;
    }
    .second_container_img img {
        width: 350px;
        margin-left: 18px;
    }
    .second_text {
        font-size: 15px;
        width: 350px;
        margin-left: 35px;
    }
    footer {
        font-size: 10px;
        flex-direction: column;
        display: flex;
        align-items: center;
    }
    .row {
        align-items: center;
        text-align: center;
    }
    .alternative_container {
        align-items: center;
        flex-direction: column;
        margin-left: 20px;
        font-size: 15px;
    }
    .alternative_container h1 {
        font-size: 25px;
    }
    .alternative_con {
        flex-direction: column;
        align-items: center;
    }
    .alternative_img img {
        width: 350px;
        align-items: center;
        margin-top: -40px;
        margin-left: -25px;
    }
    .realisierbarkeit_container {
        flex-direction: column;
        margin-left: 20px;
        font-size: 15px;
        width: 300px;
    }
    .realisierbarkeit_container img {
        margin-left: -3px;
        width: 350px;
    }
    .vergeleich_container {
        flex-direction: column;
        margin-left: 20px;
    }
    .vergeleich_container img {
        width: 350px;
        margin-left: 2px;
        margin-top: 20px;
    }
    .intro_container {
        font-size: 15px;
        margin-left: 20px;
        width: 350px;
    }
    .white_text {
        margin-left: 20px;
        font-size: 15px;
        margin-top: -50px;
    }
    .contact_img img {
        display: none;
    }
    .container_fluid {
        margin-top: 0px;
        margin-left: -40px;
    }
    .intro_container_go {
        margin-left: 20px;
        font-size: 15px;
        flex-direction: column;
    }
    .intro_container_go {
        margin-left: 20px;
    }
    .intro_container_text {
        font-size: 15px;
        width: 350px;
    }
    .intro_container_img img {
        width: 300px;
        margin-left: -135px;
        margin-top: 30px;
    }
    .technische_data {
        flex-direction: column;
    }
    .technische_data_text {
        margin-left: -30px;
        font-size: 15px;
        width: 300px;
    }
    .technische_data_img img {
        width: 350px;
        margin-top: -70px;
    }
    #GO_T {
        width: 360px;
        justify-content: center;
    }
    td {
        font-size: 10px;
    }
    .vorteile_img {
        display: none;
    }
    .vorteile_container {
        padding-left: 15px;
    }
    .logo {
        height: 40px;
        margin-left: -20px;
        padding-left: 0;
    }
    .logo img {
        width: 70px;
        position: relative;
        top: -40px;
        left: -5px;
    }
    .hero_img_2 img {
        width: 200px;
    }
    .hero_img_2 {
        width: 200px;
        margin-left: 90px;
    }
    .header_1 {
        font-size: 10px;
    }
    .hero_side {
        font-size: 10px;
        left: 80px;
        width: 300px;
        top: 400px;
        align-items: center;
    }
    .xr0_img {
        display: none;
    }
    .xr0_text {
        margin-left: 20px;
        width: 350px;
    }
    .xr0_table {
        display: none;
    }
    .hero_side_2 {
        font-size: 10px;
        left: 60px;
        width: 300px;
        top: 400px;
        align-items: center;
    }
    .header_nav .menu {
        clear: both;
        max-height: 0;
        transition: max-height .2s ease-out;
        background: #fff;
    }

}


a {
    color: #2f4b72;
    font-weight: 500;
}
  
  /* header */
  
.header_nav {
    background-color: transparent;
    margin-top: 20px;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    margin-bottom: 40px;
}
  
.header_nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: transparent;
}
  
.header_nav li a {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
}
  
.header_nav li a:hover,
.header_nav .menu-btn:hover {
    color: #ff0000;
}
  
.header_nav .logo {
    display: block;
    float: left;
    padding: 10px 20px;
    text-decoration: none;
}

.logo img {
    height: 85px;
    justify-content: left;
    align-items: center;
    margin-right: auto;
    margin-left: 20px;
}

  /* menu */
  
.header_nav .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}
  
  /* menu icon */
  
.header_nav .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}
  
.header_nav .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}
  
.header_nav .menu-icon .navicon:before,
.header_nav .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
  
.header_nav .menu-icon .navicon:before {
    top: 5px;
}
  
.header_nav .menu-icon .navicon:after {
    top: -5px;
}
  
  /* menu btn */
  
.header_nav .menu-btn {
    display: none;
}
  
.header_nav .menu-btn:checked ~ .menu {
    max-height: 240px;
}
  
.header_nav .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}
  
.header_nav .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header_nav .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}
  
.header_nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header_nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}
  
  /* 48em = 768px */
  
@media (min-width: 48em) {
    .header_nav li {
        float: left;
    }
    .header_nav li a {
        padding: 20px 30px;
    }
    .header_nav .menu {
        clear: none;
        float: right;
        max-height: none;
    }
    .header_nav .menu-icon {
      display: none;
    }
}