@font-face {
    font-family:'Sequel-Sans-bold';
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/Sequel-Sans/Sequel_Sans_Bold_Disp.otf") format('opentype');
 }
 @font-face {
    font-family:'Sequel-Sans-medium';
    font-style: normal;
    font-weight: normal;
    src: url("/../fonts/Sequel-sans\ Sans\ Medium\ Disp.otf") format('opentype');
 }

 @font-face {
    font-family:'Sequel-Sans-light';
    font-style: normal;
    font-weight: light;
    src: url("../fonts/Sequel-Sans/Sequel\ Sans\ Light\ Disp.otf") format('opentype');
 }

body {
    font-family: 'Sequel-Sans-medium', 'Helvetica';
    letter-spacing: 1px;
}


h1 {
    font-family: "Sequel-Sans-bold", 'Helvetica';
    font-weight: bold;
    color: #ffffff;
}

.nav {
    justify-content: space-around;
    margin-top: 40px;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.nav-link {
    color: white;
    font-size: 15px;
    font-family: 'Sequel-Sans-light';
    letter-spacing: 2px;
}

.nav-link:hover {
    color: lightgrey;
}

.logo-active {
    font-family: 'Sequel-Sans-bold';
    font-size: 17px;
}


.wrapper {
    text-align: center;
    width: 100%;
    height: 800px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url("../Resources/pexels-karolina-grabowska-5899215.jpg");
    background-size: cover;
    background-position: center;
}

.sub-headlines {
    margin-top: 300px;
}

.wrapper h1 {
    font-size: 80px;
    font-family: "Sequel-Sans-bold", 'Helvetica';
}
.wrapper h2 {
    font-size: 20px;
    font-family: "Sequel-Sans-light", 'Helvetica';
    letter-spacing: 1px;
    margin-top: 40px;
    color: #ffffff;
}



.header-image img{
    width: 100%;
    height: 400px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 30px;
}

.btn-primary {
    background-color: white;
    border: none;
    color: black;
    padding: 10px 20px 10px 20px;
}
.btn-primary:hover {
    background-color: lightgrey;
}

section {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


#header-wrapper {
    width: 60%;
    margin: 0 auto;
}

.vorwort {
    padding-top: 100px; 
}

.vorwort h1 {
    font-size: 30px;
    color: black;
}

.vorwort p {
    text-align: left;
    padding-top: 10px;
    font-size: 18px;
    color: grey;
    font-family: "Sequel-Sans-light";
    line-height: 2;
    
}

 .cards {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    display: flex;
    justify-content: space-evenly;
    font-family: "Sequel-Sans-light";
    margin-top: 100px;
    
 }

 .card-selection {
    padding-top: 40px;
    border-radius: 5px;  
    
}


.img-item-1 {
    background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../Resources/phone.jpg");
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
    
}

.img-item-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../Resources/pexels-ekaterina-bolovtsova-4047435.jpg");
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: none;
    margin-right: 10px;
}

.img-item-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../Resources/pexels-cottonbro-studio-5081971.jpg");
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    margin-right: 10px;
}

.card-selection h1 {
    font-size: 15px;
    color: white;
}

.card-selection p {
    font-size: 13px;
    color: white;
}

.desc {
    margin-top: 20px;
}

.description {
    margin-top: 120px;
    margin-left: 15px;
}


.scale {
    scale: 0.7;
    margin-top: 0;
    padding-top: 0;
    position: relative;
    top: -30px;
}

.faq {
    text-align: center;
    margin-top: 150px;
}

@import url('https://fonts.googleapis.com/css?family=Hind:300,400&display=swap');
 .container {
     margin-top: 100px auto;
	 width: 80%;
}
.container h1 {
    color: #000;
}

.accordion {
    color: #000;
}

.accordion-item {
    border: none;
    
}

 .accordion button {
	 position: relative;
	 display: block;
	 text-align: left;
	 width: 100%;
	 padding: 1em 0;
	 font-size: 1.15rem;
	 font-weight: 400;
	 border: none;
	 color: #000;
     background: none;
	 outline: none;
}
 .accordion button:hover, .accordion button:focus {
	 cursor: pointer;
	 color: #000;
}
 .accordion button:hover::after, .accordion button:focus::after {
	 cursor: pointer;
	 color: #000;

}
 .accordion button .accordion-title {
	 padding: 1em 1.5em 1em 0;
}
 .accordion button .icon {
	 display: inline-block;
	 position: absolute;
	 top: 18px;
	 right: 0;
	 width: 22px;
	 height: 22px;

}
 .accordion button .icon::before {
	 display: block;
	 position: absolute;
	 content: '';
	 top: 9px;
	 left: 5px;
	 width: 10px;
	 height: 2px;
	 background: #000;
}
 .accordion button .icon::after {
	 display: block;
	 position: absolute;
	 content: '';
	 top: 5px;
	 left: 9px;
	 width: 2px;
	 height: 10px;
	 background: currentColor;
}
 .accordion button[aria-expanded='true'] {
	 color: #000;
}
 .accordion button[aria-expanded='true'] .icon::after {
	 width: 0;
}
 .accordion button[aria-expanded='true'] + .accordion-content {
	 opacity: 1;
	 max-height: 250px;
	 transition: all 200ms linear;
	 will-change: opacity, max-height;
}
 .accordion .accordion-content {
	 opacity: 0;
	 max-height: 0;
	 overflow: hidden;
	 transition: opacity 200ms linear, max-height 200ms linear;
	 will-change: opacity, max-height;
}
 .accordion .accordion-content p {
	 font-size: 16px;
	 font-weight: 300;
	 padding-bottom: 200px;
     text-align: left;
}
 

footer {
    display: flex;
    justify-content: space-around;
    padding: 40px;
    background-color: black;
    margin-top: 100px;
    height: 200px;
    color: white;
    bottom: 0;
}

footer h1 {
    font-size: 24px;
}

footer p {
    font-family: 'Sequel-Sans-light';

}

footer a {
    list-style-type: none;
    text-decoration: none;
    color: white;
    font-family: 'Sequel-Sans-light';
}

footer a:hover {
    color: lightgrey;
}

.contact {
    display: flex;
    flex-direction: column;
}

.about {
    display: flex;
    flex-direction: column;
}

.social {
    display: flex;
    flex-direction: column;
}

.container-footer {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}


@media screen and (max-width: 1080px) {

    #header-wrapper {
        width: 80%;
        margin: 0 auto;
    }

    .wrapper {
        max-height: 700px;
    }

    .wrapper h1 {
        font-size: 35px;
    }

    .wrapper h2 {
        margin-top: 10px;
        font-size: 12px;
    }

    .sub-headlines {
        margin-top: 200px;
    }

    .sub-headlines .btn{
        margin-top: 40px;
    }

    .vorwort h1 {
        font-size: 20px;
    }

    .vorwort p {
        font-size: 14px;
    }
    .card-selection {
        margin: 20px auto;
    }

    .cards {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        font-family: "Sequel-Sans-light";
        flex-direction: column;
     }

    .img-item-1 {
        width: 100%;
        height: 300px;
    }
    .img-item-2 {
        width: 100%;
        height: 300px;

    }
    .img-item-3 {
        width: 100%;
        height: 300px;

    }
    
    .accordion .accordion-content p {
        font-size: 14px !important;
        color: #000;
        text-decoration: none;
        list-style-type: none;
    }

    footer {
        height: 400px !important;
        width: 100%;
        display: flex;
    
    }

    .container-footer {
        width: 95%;
        display: flex;
        flex-direction: column !important;
        justify-content: space-around;

    }
    footer h1 {
        font-size: 12px;
    }

    .about a {
        font-size: 12px;
    }

    .contact p {
        font-size: 12px;
    }

    .social a {
        font-size: 12px;;
    }

 }