



.header {
    background-color: #0091DA;
    border-radius: 0.7rem;
    margin: 2rem 3rem;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    height: 18rem;
}




div .nav a[href] {
    color: #334155;
}

div .nav a:hover {
    color: #0091DA;
}

.search {
    display: flex;
    flex-direction: row;
    background-color: #eceeef;
    border-radius: 0.5rem;
    width: 40%;
    height: 6rem;
    margin-top: 8rem;
    margin-left: 55rem;
}

div .search .text {
    color: #64748E;
}

div .search input[placeholder] {
    color: #334155;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 1rem;
    margin-right: 25rem;
}

.text {
    color: #334155;
    font: normal 2rem/2 "georgia";
    text-align: justify;
    word-break: break-all;
}
.text span {
    font-weight: bold;
}
.text-text {
    margin: 2rem 3rem;
}
.text-center {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
div form {
    padding: 1rem;
}


.banner {
    width: 50%;
}

.b {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 12rem 3rem 3rem;
}

.c {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: 40%;
    width: 10%;
}


.banner span{
    color: #f1f1f1;
}
.title {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
    color: #0091DA;
}
.kurs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 2rem 3rem;
    gap: 20px 50px;

    
}
.article {
    font: bold 2rem "Cambria";
    text-align: center;
    margin: 2rem 2rem 5rem 2rem;
    width: 20%;
}
.video {
    height: 100%;
}
.text-kurs{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/*HTML*/
.h1-title {
    margin: 4rem;
    font-size: 2.5rem;
    font-weight: bold;
    color: #0091DA;
    text-align: center;
}
.image {
    display: flex;
    flex-direction: row;
    width: 50%;
    margin:4rem 25% 10rem 25%;
}
.image img {
    width: 100%;
}
/*Kontakte*/
.form-container {
    width: 60%;
    margin: 2rem auto;
}

.form {
    font-size: 2rem;
}

.form-title {
    margin-bottom: 1rem;
    font-size: 2.5rem;
    font-weight: bold;
    color: #0091DA;
}

.form label,
.form input,
.form textarea {
    display: block;
    margin-top: 1.5rem;
    width: 100%;
    font-weight: bold;
}

.form input[placeholder],
.form textarea[placeholder] {
    padding: 1rem 0.5rem;
    color: #334155;
}


.button {
    font-size: 2rem;
    margin: 0 45%;
    background-color: #0091DA;
    padding: 1rem 2rem;
    border: solid #0091DA;
    border-radius: 0.6rem;
    font-weight: bold;
}


.table tr:nth-child(even){
    background-color: #c0f88d;
}

.table tr:hover {
    background-color: #ddd;
}
.table td, .table th {
    border: 1px solid #c0f88d;
    padding: 10px 15px !important;
}
.table td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align:center;
}
.table tr:nth-child(3) td:nth-child(2), .table tr:nth-child(4) td:nth-child(2) {
    font-weight: bold;
    color: #0091DA;
}
.table tr:nth-child(1) td:nth-child(1), tr:nth-child(2) td:nth-child(1), tr:nth-child(3) td:nth-child(1), tr:nth-child(4) td:nth-child(1){
    font-weight: bold;
}
.email {
    margin: 1rem 3rem 7rem 3rem;
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    color: #0091DA;
}