@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,300;1,500;1,900&display=swap');

body, h1, h2, h3, p, ul, li {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}


/* logo, nav */
.nav-container {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    margin-left: 10%;
    font-size: 50px;
    font-style: italic;
    font-weight: bold;
}

.logo span {
    color: orangered; 
}

.navbar {
    display: flex;
    margin-right: 10%;
}

.navbar img {
    margin: 0px 15px 0px 15px;
    width: 20px;
}

.navbar a {
    margin: 10px 15px 0px 15px;
    text-decoration: none;
    color: black;
    font-style: italic;
}

.link:hover {
    color: orangered;
    text-decoration: underline;
}

.dropdown {
    margin-top: 10px;
    position: relative;
}

.dropdown-menu {
    border: 1px whitesmoke solid;
    position: absolute;
    left: -5px;
    top: 30px;
    background-color: orangered;
    padding: 10px 50px 10px 20px;
    opacity: 0;
}

.dropdown-menu a {
    font-style: normal;
    display: block;
    margin: 10px;
    color: white;
}

.link-dropdown:hover {
    text-decoration: underline;
}

.dropdown > .link:focus + .dropdown-menu {
    opacity: 1;
}

.dropdown > .link:hover + .dropdown-menu {
    opacity: 1;
}

/* login button */

.login {
    margin: 0px 10px 0px 20px;
    background-color: orangered;
    border-radius: 6px;
    border: none;
    color: white;
    padding: 10px 16px 10px 16px;
    text-align: center;
    font-size: 16px;
    opacity: 0.6;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
  
.login:hover {opacity: 1}

/* modal pop up */

.modal-background {
    display: none; 
    position: fixed;
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
} 

.modal-content {
    background-color: #fefefe;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    border: 1px solid #888;
    border-radius: 10px;
    width: 350px;
    height: 350px;
}
  
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
  
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Login Design */

form {
    padding: 10px;
}

.login-text {
    font-size: 32px;
    font-weight: bold;
    color: orangered;
    margin-bottom: 50px;
}

input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 6px 0px 22px 0px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.submit-button {
    background-color: orangered;
    color: white;
    font-size: 16px;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

.submit-button:hover {
    opacity: 0.8;
}

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

.container {
    padding: 16px;
  }

/* hero */
.img-hero{
    background-image: url(images/hero.jpg);
    background-repeat: no-repeat;
    background-position-y: -100px;
    background-size: cover;
    width: auto;
    height: 800px;
}


.hero-box {
    width: auto;
    max-width: 800px;
    height: auto;
    position: absolute;
    top: 420px;
    left: 10%;
}

.title-hero {
    background-color: rgba(0, 0, 0, 0.010);
    border-radius: 10px;
    color: orchid;
    font-weight: bolder;
    font-size: 100px;
    line-height: 90%;
}

.text-hero {
    margin-right: 5%;
    margin-top: 50px;
    color:white;
    font-weight: 500;
    font-size: 24px;
    line-height: 95%;

}

.title {
    color: orangered;
}

/* signup button*/
.signup {
    margin-top: 50px;
    background-color: orangered; 
    border: none;
    color: white;
    padding: 25px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 27px;
    font-weight: bold;
}

.signclose {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
  
.signclose:hover,
.signclose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.sign-modal-content {
    background-color: #fefefe;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    border: 1px solid #888;
    border-radius: 10px;
    width: 350px;
    height: 520px;
}


/* text main */

.title-main {
    color: orangered;
    margin-top: 150px;
    font-size: 56px;
    font-weight: bold;
    text-align: center;
}

.text-main {
    color: rgb(180, 175, 175);
    margin-top: 10px;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

/* 3 Program */

.program-box-container {
    margin-top: 50px;
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.program-box-1 {
    background-image: url(images/program-bild-1.jpg);
    background-repeat: no-repeat;
    background-size: 500px;
    width: 400px;
    height: 600px;
    border: 3px orangered solid;
}

.program-box-2 {
    background-image: url(images/program-bild-2.jpg);
    background-repeat: no-repeat;
    background-size: 600px;
    width: 400px;
    height: 600px;
    border: 3px orangered solid;
}

.program-box-3 {
    background-image: url(images/program-bild-3.jpg);
    background-repeat: no-repeat;
    background-size: 500px;
    width: 400px;
    height: 600px;
    border: 3px orangered solid;
}

.program-box-1:hover {
    transition-duration: 2s;
    background-size: 525px;
}

.program-box-2:hover {
    transition-duration: 2s;
    background-size: 625px;
}

.program-box-3:hover {
    transition-duration: 2s;
    background-size: 525px;
}

.program-box-text {
    margin: 20px 0px 0px 15px;
    font-size: 16px;
    color:  rgb(180, 175, 175);
}

.program-box-h2 {
    margin: 5px 0px 0px 15px;
    font-size: 30px;
    color: orangered;
}

.program-box-line {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 400px;
    height: 2px;
    background-color: orangered;
}

/* section2 */
.img-section2-1 {
    background-image: url(images/bild-set-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}

.img-section2-2 {
    position: relative;
    background-image: url(images/bild-set-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}

.img-section-container {
    margin-top: 100px;
    height: 1000px;
    display: flex;
}

.section2-text-container {
    position: absolute;
    width: auto;
    left: 15%;
}

.section2-text1 {
    padding: 60% 15% 0% 15%;
    color: white;
    font-size: 56px;
    text-align: center;
    font-weight: bold;
}

.section2-text2 {
    margin-top: 25px;
    color: rgba(255, 255, 255, 0.445);
    text-align: center;
    font-size: 15px;
}

.section2-text3 {
    font-weight: bold;
    margin-top: 10px;
    color: white;
    text-align: center;
    font-size: 24px;
}

.quote {
    color: yellow;
    font-weight: bolder;
}

.getcode {
    background-color: orangered;
    width: auto;
    height: 50px;
}

.promocode {
    padding: 15px;
    font-weight: bold;
    color: white;
    text-align: center;
}

/* section3 */

.section3-container {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 400px 400px
}

.section3-box-container {
    position: relative;
}

.section3-text-container {
    margin: 25% 20% 25% 20%;
}

.section3-h2 {
    color:  rgb(180, 175, 175);
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: lighter;
}

.section3-h3 {
    color: orangered;   
    font-size: 24px; 
    margin-bottom: 10px;
}

.section3-text {
    margin-bottom: 10px;
    color:  rgb(180, 175, 175);
    font-weight: 500;
}

.section3-link {
    color: orangered;   
    font-size: 16px; 
    margin-bottom: 10px;
    font-weight: bolder;
}

.divimage1 {
    background-image: url(images/divimage1.jpg);
    background-size: cover;
}

.divimage2 {
    background-image: url(images/divimage2.jpg);
    background-size: cover;
}

.divimage3 {
    background-image: url(images/divimage3.jpg);
    background-size: cover;
}

.divimage4 {
    background-image: url(images/divimage4.jpg);
    background-size: cover;
}

/* footer */

.footer-main-container {
    display: flex;
    flex-wrap: wrap;
    background-color: orangered;
    height: auto;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    margin-left:15%;
    margin-right: 10%;
}

.h2-footer {
    font-weight: bolder;
    font-size: 18px;
}

.inhalt-footer {
    color: white;
    font-size: 16px;
    padding: 8px;
}

.footer-container-text {
    padding: 50px 20px 10px 20px;
    width: 220px;
    height: 300px;
}

.footer-container-boden {
    margin-left: 10%;
    margin-right: 10%;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.boden-footer {
    padding: 5px;
    color: white;
}

.datenschutz {
    display: flex;
}


/* media querie */
@media (max-width: 700px) {

	.img-hero {
        height: 1050px;
        background-position-y: 0px;
    
    }
    .title-hero {
        font-size: 74px;
    }

    .img-section-container {
        flex-wrap: wrap;
        height: 800px;
    }

    .img-section2-1 {
        width: 100%;
    }
    
    .img-section2-2 {
        width: 100%;
    }

    .section2-text-container {
        left: 5%;
    }

    .section2-text1 {
        padding: 20% 15% 0% 15%;
        font-size: 36px;
    }

    .section3-container {
        grid-template-columns: 100%;
        grid-template-rows: 400px 400px 400px 400px 400px 400px 400px 400px;
    }
}

@media (min-width: 700px) and (max-width: 1000px) {

	.img-hero {
        height: 850px;
        background-position-y: 0px;
    }

    .img-section-container {
        flex-wrap: wrap;
        height: 600px;
    }

    .section2-text-container {
        left: 8%;
    }

    .section2-text1 {
        padding: 50% 15% 0% 15%;
        font-size: 46px;
    }

    .section3-container {
        grid-template-columns: 50% 50%;
        grid-template-rows: 400px 400px 400px 400px;
    }
}