body {
    margin: 0; 
    padding: 0;
    background-image: url('./backgroundBLACK.jpg');
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.navbar {
    display: flex;
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    justify-content: space-between;
    height: 5%;
    background-color: rgb(63, 81, 176);
    align-items: center;
    border-radius: 0 0 15px 15px;
    font-size: 1.2rem;
}

.nav-links {
    display: flex;
    list-style-type: none;
    justify-content: space-around;
    align-content: center;
    gap: 4%;
    width: 100%;
}

.navbar a {
    color: antiquewhite;
    display: block;
    text-decoration: none;
}

.content {
    display: flex;
    margin: 2% 10% 0 10%;
    width: 80vw;
    height: 80vh;
}

.left {
    background-color: rgba(240, 248, 255, 0.336);
    display: flex;
    width: 50%;
    margin: 2% 0% 2% 2%;
    border-radius: 5px 0 0 5px;
    border-style: solid;
    border-width: thin;
    border-right-style: none;
    border-color: antiquewhite;
}

.kontakt {
    display: flex;
    flex-direction: row;
    overflow: visible;
    width: 50%;
}

.text {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 62%;
    padding-top: 80px;
    padding-left: 5%;
}

.t {
    margin: 0;
}

.MW {
    color: blue;
}

.t2 {
    margin-bottom: 8px;
}

.t4 {
    margin-bottom: 8px;
}

.mail {
    white-space: nowrap;
}

.logo { 
    width: 265px;
    height: 225px;
    margin-top: 10px;
}


.right {
    background-color: rgba(240, 248, 255, 0.336);
    width: 50%;
    margin: 2% 2% 2% 0;
    overflow: hidden;
    border-radius: 0 5px 5px 0;
    border-style: solid;
    border-width: thin;
    border-color: antiquewhite;
    border-left-style: none;
}

.right iframe {
    width: 100%;
    height: 100%;
}