@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');
:root {
    --black: #333;
    --white: #fff;
    --light-color: #666;
    --light-bg: #eee;
    --border: .2rem solid rgba(0, 0, 0, .1);
    --box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
}

* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*::-webkit-scrollbar {
    height: .5rem;
    width: 1rem;
}

*::-webkit-scrollbar-track {
    background-color: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--blue);
}

html {
    font-size: 80%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 6.5rem;
}

section {
    padding: 100px 100px !important;
}

.header {
    padding: 2rem;
}

.header.active {
    background-color: white;
    border: 0;
}

.header .logo {
    font-size: 2.1rem;
    color: #3a6cf4;
    text-decoration: none;
    cursor: pointer;
}

.logo {
    font-weight: 600;
}

.header .logo span {
    font-weight: 600;
    color: #dc270b;
    text-decoration: none;
}

.header .nav a {
    margin: 0 1rem;
    font-size: 1.7rem;
    color: black;
}

.header .nav a:hover {
    color: #336cf2;
    text-decoration: none;
}

#menu-btn {
    font-size: 2.5rem;
    color: black;
    cursor: pointer;
    display: none;
}

.main {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-right: 30px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background: url(../images/img5.jpg) no-repeat;
    background-color: #8baddb;
}

.main h2 {
    font-size: 2em;
    font-weight: 500;
}

.main h2 span {
    display: inline-block;
    margin-top: 100px;
    color: rgb(5, 31, 78);
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 45px;
}

.main h4 {
    display: inline-block;
    background-color: gold;
    font-family: 'Cursive', sans-serif;
    border-radius: 15px;
    color: rgb(5, 31, 78);
    font-size: 30px;
}

.list-style-home {
    text-align: left;
    border-bottom: 5%;
    padding-top: 20px;
    margin-left: 30px;
    font-size: 20px;
}

.list-color {
    font-size: 21px;
    color: rgb(253, 247, 247) !important;
}

.main h3 {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.main-btn {
    color: #fff;
    background-color: #4a6cf4;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 600;
    display: inline-block;
    padding: 0.9375em 2.1875em;
    letter-spacing: 1px;
    border-radius: 15px;
    margin-bottom: 40px;
    margin-left: 5rem;
    transition: 1s ease;
}

.main-btn:hover {
    background-color: #3706ab;
    transform: scale(1, 1);
}

.social-icons a {
    color: #fff;
    font-size: 1.7em;
    padding: 10px;
    margin-left: 40px;
}

.social-icons-footer a {
    color: #fff;
    font-size: 1.7em;
    padding: 10px;
}


/* Services background-color  */

.cards1 {
    background-color: #fff;
    /* background-color: rgb(5, 31, 78); */
}

.cards {
    background-color: rgb(5, 31, 78);
}


/* Services */

.title {
    display: flex;
    justify-content: center;
    color: #3a6cf4;
    font-size: 2.2em;
    font-weight: 800;
    margin-bottom: 30px;
}

.content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.card_lessons {
    background-color: #fff;
    width: 25em;
    box-shadow: 0 5px 25px rgba(1 1 1 /15%);
    border-radius: 20px;
    padding: 30px;
    margin: 8px;
    font-size: 14px !important;
}

.card {
    background-color: #fff;
    width: 21em;
    box-shadow: 0 5px 25px rgba(1 1 1 /15%);
    border-radius: 10px;
    padding: 30px;
    margin: 8px;
    transition: 0.8s ease;
}

.card:hover {
    transform: scale(1.1);
}

.icon {
    color: #3a6cf4;
    font-size: 3em !important;
    text-align: center;
}

.info {
    text-align: center;
}

.info p {
    text-align: left;
}

.info a {
    text-align: left;
    color: #3a6cf4;
    text-decoration: none;
}

.info a:hover {
    text-decoration: underline;
}

.card .icon a {
    color: #3a6cf4;
    text-decoration: none;
}

.list-style {
    text-align: left;
    border-bottom: 5%;
    padding-top: 20px;
}

.faq-list-style {
    color: #3a6cf4;
    margin-left: 30px;
}

.info h3 {
    color: #3a6cf4;
    font-size: 1.2em;
    font-weight: 700;
    margin: 10px;
}


/*Beging FAQ  **/

.faqs {
    padding: 0px 20px 20px;
}

.text {
    color: #3a6cf4;
    font-size: 18px;
    padding-top: 10px;
    padding-left: 15px;
}

 ::-webkit-details-marker {
    float: right;
    margin-top: 3px;
}

details {
    background-color: #ecedef;
    color: #000016;
    padding: 10px 20px;
    border-radius: 7px;
    margin-top: 20px;
    font-family: "Rubik";
    font-size: 18px;
    letter-spacing: 1px;
    cursor: pointer;
}

details summary {
    outline: none;
}


/* ende */


/* Project karte*/

.live_classes {
    background-color: #fff;
}

.library {
    background-color: rgb(5, 31, 78);
}

.about {
    color: black;
    font-size: 18px;
}

.projects {
    margin-top: 30px;
    background-color: #fff;
}

.projects .content {
    margin-top: 30px;
}

.content-workshops {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.project-card {
    background-color: #fff;
    border: 1px solid #fff;
    min-height: 14em;
    width: 15rem !important;
    overflow: hidden;
    border-radius: 10px;
    margin: 20px;
    transition: 1s ease;
}

.project-card:hover {
    transform: scale(1.1);
}

.project-card:hover .project-image {
    opacity: 0.9;
}

.project-card-library {
    background-color: #fff;
    border: 1px solid rgb(66, 71, 225);
    width: 10rem;
    border-radius: 10px;
    margin: 5px;
    transition: 1s ease;
}

.project-image img {
    width: 100%;
}


/*Text in der Karte  */

.project-info {
    padding: 1em;
}

.project-category {
    font-size: 0.8em;
    color: #000;
}

.more-details {
    text-align: center;
    color: #111112;
    font-size: 13px;
}

.more-details:hover {
    color: #601cfc;
}

.project-title {
    display: flex;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 10px;
    text-align: center;
}


/* Contact */

.cards_contact1 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}


/*
.cards_contact1 .content .card {
    margin-left: 3rem;
}*/

.contact .info p {
    font-size: 1.4em;
}

.faq {
    background-color: rgb(5, 31, 78);
    color: #fff;
}

.bewertung {
    color: #fff;
}

.content .icon {
    font-size: 4.5em;
}

.card .icon a:hover {
    color: #3050a5;
}

.content .info h3 {
    color: #000;
}

.footer {
    background-color: #060642;
    color: #fff;
    padding: 1em;
    display: flex;
    justify-content: space-between;
}

.footer-title {
    font-size: 1.2em;
    font-weight: 600;
}

.footer-title span {
    color: #3a6cf4;
}

.footer .social-icons a {
    font-size: 1.6em;
    /*  oben - rechts - unten - links  */
    padding: 0 15px 0 0;
}

.about-info {
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 20px;
    display: flex;
}

.about-info p {
    width: calc(100% - 10px);
    margin-left: 2rem !important;
    margin-top: 5rem;
    padding-left: 20px;
}

.about audio {
    font-size: 50rem;
}

.about img {
    height: 20%;
    width: 20%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}


/*2.html */


/* projects1*/

.card-Workshops {
    width: 80rem;
    background-color: #fff;
    box-shadow: 0 5px 25px rgba(1 1 1 /15%);
    border-radius: 20px;
    padding: 25px;
    margin: 20px;
    transition: 0.8s ease;
    font-size: 16px;
}

.footer-title span {
    color: #3a6cf4;
}

.footer-title span h {
    color: #dc270b;
}


/*
.card-Workshops:hover {
    transform: scale(1.1);
}
*/

.card-Workshops .info .list-style {
    padding-left: 2rem;
}

.projects1-card:hover {
    transform: scale(8);
}

@media(min-width:1700px) {
    html {
        font-size: 95%;
    }
    .header .logo {
        font-size: 2.1rem;
        margin: -200px;
    }
    .header .link-btn {
        display: none;
        margin-left: 100rem !important;
    }
    .main {
        min-height: 0vh;
        background-repeat: round
    }
    section {
        padding: 15rem 12rem;
    }
    .about-info {
        font-size: 1.3rem;
        margin-bottom: 30px;
        padding: 0 20px;
        display: flex;
    }
    .about-info p {
        margin-top: 4rem;
        padding-left: 20px;
    }
    .cards_contact1 {
        font-size: 1.1rem;
    }
    audio {
        margin-left: 3rem;
    }
    .project-card-library {
        width: 15rem;
    }
    .about img {
        height: 15%;
        width: 15%;
    }
}

@media(max-width:1500px) {
    .about-info img {
        font-size: 3rem;
        height: 12rem;
        width: 12rem;
    }
    .about-info p {
        margin-top: 1rem;
        padding-left: 20px;
    }
}

@media(max-width:1050px) {
    .about-info img {
        font-size: 3rem;
        height: 12rem;
        width: 12rem;
    }
    .about-info p {
        margin-top: -1rem;
        padding-left: 20px;
    }
    .projects1 {
        margin-top: 10rem;
    }
    .card-Workshops {
        width: 100%;
    }
    .card {
        font-size: 1.3rem !important;
    }
}

#menu-btn.fa-times {
    transform: rotate(180deg);
}

@media(max-width:991px) {
    html {
        font-size: 70%;
    }
    .header .link-btn {
        display: none;
    }
    #menu-btn {
        display: inline-block;
    }
    .header .nav {
        position: absolute;
        top: 99%;
        left: 0;
        right: 0;
        padding: 1rem 0;
        background-color: var(--white);
        text-align: center;
        flex-flow: column;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
    .header .nav.active {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    .header .nav a {
        margin: 1rem 0;
        font-size: 1.7rem;
    }
    /** */
    .header .link-btn {
        display: none;
    }
    section {
        padding: 5rem 2rem;
    }
    .content {
        font-size: 1.5rem;
    }
    .about-info {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .about-info img {
        font-size: 3rem;
        height: 12rem;
        width: 12rem;
        margin-top: 1rem;
    }
    .about-info p {
        margin-top: -1rem;
        padding-left: 20px;
    }
    .cards_contact1 {
        font-size: 1rem;
    }
    .card-Workshops {
        font-size: 16px !important;
    }
}


/*Bei aufkleppen die Button drehen*/

@media(max-width:768px) {
    .header .link-btn {
        display: none;
    }
    section {
        padding: 3rem 1rem;
    }
    #menu-btn {
        display: inline-block;
    }
    .header .nav {
        position: absolute;
        top: 99%;
        left: 0;
        right: 0;
        padding: 1rem 0;
        background-color: var(--white);
        text-align: center;
        flex-flow: column;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
    .header .nav.active {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    .header .nav a {
        margin: 1rem 0;
        font-size: 2rem;
    }
    .home {
        background-position: center;
    }
    .home .content {
        padding-top: 35rem;
    }
    .home .content h3 {
        font-size: 4rem;
    }
    .home .content p {
        line-height: 2;
        font-size: 2rem;
        color: black;
        padding: 1rem 0;
    }
    .content {
        font-size: 1.5rem;
        flex-direction: column;
        align-items: center !important;
    }
    .card_lessons {
        font-size: 1.2rem !important;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .wrapper {
        padding: 0 80px;
    }
    .wrapper .box {
        font-size: 1rem;
        width: 35rem;
        padding: 20px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .card-Workshops {
        margin-left: -1rem;
        font-size: 14px;
    }
    details {
        font-size: 18px;
    }
    details .text {
        font-size: 18px;
    }
    .projects1 {
        margin-top: 10rem;
    }
    .card-Workshops {
        width: 100%;
        margin-left: 0.5px;
    }
}

@media(max-width:660px) {
    section {
        padding: 10px 10px !important;
    }
    html {
        font-size: 55%;
    }
    .title {
        padding-top: 12px;
        font-size: 2rem;
    }
    .home .content h3 {
        font-size: 4rem;
    }
    .header .link-btn {
        display: none;
    }
    .heading {
        font-size: 3rem;
    }
    #menu-btn {
        padding-left: 1rem !important;
        display: inline-block;
    }
    .card {
        font-size: 2rem !important;
        flex-direction: column;
        align-items: center;
    }
    .card_lessons {
        font-size: 2rem !important;
        flex-direction: column;
        align-items: center;
        width: 80%;
    }
    .projects1 {
        margin-top: 10rem;
    }
    .card-Workshops {
        width: 100%;
        margin-left: 0.5px;
    }
    .content {
        font-size: 1.4rem;
    }
    .content-workshops {
        font-size: 1.4rem;
        flex-direction: column;
        align-items: center;
    }
    .project-card {
        width: 32rem !important;
        text-align: center;
    }
    .project-card-library {
        width: 30rem;
        text-align: center;
    }
    .about img {
        height: 40%;
        width: 40%;
    }
    .about-info {
        font-size: 15px;
        margin-bottom: 30px;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about-info p {
        margin-top: 1rem;
        padding-left: 20px;
        flex-direction: column;
        align-items: center;
    }
    details {
        font-size: 13px;
    }
    details .text {
        font-size: 13px;
    }
    audio {
        margin-left: 5rem;
    }
    .wrapper {
        flex-direction: column;
        align-items: center;
    }
    .wrapper p {
        font-size: 1.5rem;
    }
}

@media(max-width:450px) {
    section {
        padding: 10px 10px !important;
    }
    html {
        font-size: 55%;
    }
    .title {
        padding-top: 2rem;
        font-size: 2rem;
    }
    .home .content h3 {
        font-size: 4rem;
    }
    .header .link-btn {
        display: none;
    }
    .heading {
        font-size: 3rem;
    }
    #menu-btn {
        padding-left: 1rem !important;
        display: inline-block;
    }
    .card {
        font-size: 1.6rem !important;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }
    .card_lessons {
        font-size: 1.5rem !important;
        flex-direction: column;
        align-items: center;
    }
    .content-workshops {
        font-size: 1.4rem;
        flex-direction: column;
        align-items: center;
    }
    .project-card {
        width: 32rem !important;
        text-align: center;
    }
    .project-card-library {
        width: 30rem;
        text-align: center;
    }
    .about img {
        height: 40%;
        width: 40%;
    }
    /*
    .title .card-Workshops {
        width: 2px;
        font-size: 13px;
        margin-top: 20rem;
    }*/
    .projects1 {
        margin-top: 10rem;
    }
    .card-Workshops {
        width: 100%;
        margin-left: 0.5px;
    }
    .wrapper {
        flex-direction: column;
        align-items: center;
        padding: 0 10px;
    }
    .wrapper p {
        font-size: 1.5rem;
    }
    details {
        font-size: 13px;
    }
    details .text {
        font-size: 13px;
    }
    audio {
        margin-left: 3rem;
    }
    .content {
        font-size: 1.5rem;
        flex-direction: column;
        /*        padding-left: 10px !important;*/
    }
}