@font-face {
    font-family: 'SuizaCondensedDEMO';
    src:url("../assets/fonts/SuizaCondensedDEMO-Bold.otf") format("opentype");
    font-weight: 600;
    font-style: bold;
}
@font-face {
    font-family: 'SuizaCondensedDEMO';
    src:url("../assets/fonts/SuizaCondensedDEMO-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
  font-family: 'SuizaCondensedDEMO';
  src:url("../assets/fonts/SuizaCondensedDEMO-Light.otf") format("opentype");
  font-weight: 300;
  font-style: light;
}

body {
    font-family: 'SuizaCondensedDEMO'
}


.header-section {
    background-image: url("../assets/images/testbg.jpg");
    height: 85vh;
    background-position: center center;
    background-size:cover;
    position: relative;
}

#sidenavigation {
    z-index: 10;
    position: fixed;
    height: 100%;
    right: 0;
    width: 250px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: 60vh;
}

#sidenavigation {
    position: fixed;
    top: 0;
    flex-direction: row;
    width: 100%;
    height: 100px;
    right: unset;
    align-items: center;
    background-color: #F2F2F2;
}

#sidenavigation .nav-items {
    display: flex;
    flex-direction: column;
}

#sidenavigation .nav-items .nav-item {
    color: #2E4772;
    text-decoration: none;
    padding-bottom: 10px;
    font-size: 1.5rem;
}

#sidenavigation .sidebar-logo {
    color: #2E4772;
    padding-top: 50px;
    font-size: 70px;
}

#sidenavigation .social-media .social-media-item {
    color: #2E4772;
    font-size: 2rem;
    padding-right: 15px;
}

#sidenavigation .sidebar-logo {
    padding-left: 10px;
    padding-top: 0;
    font-size: 4.5rem;
}

#sidenavigation .social-media {
    padding-right: 10px;
}

#sidenavigation .nav-items {
    flex-direction: row;
}

#sidenavigation .nav-item:not(:last-child) {
    margin-right: 15px;
}

.grey-section {
    background: #F2F2F2;
    color: #2E4772;
}

.section-headline {
    font-size: 2.3rem;
    position: relative;
}

.section-headline-text {
    z-index: 2;
}

.grey-section .dot {
    background-color: #2E4772;
}

.blue-section .dot {
    background-color: #E1E1E1;
}

.section-headline .icon {
    margin-right: 10px;
}

.blue-section {
    background: #2E4772;
    color: #F2F2F2;
}

.logo-xxl {
    font-size: 40px;
}

.logo-dot {
    display: inline;
    color: #ACB9C0;
    font-family: 'Times New Roman', Times, serif;
}

.header-text {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
    color: #F2F2F2;
   /* width:49vw; */
    font-weight: bold;
    font-size: 5rem;
    position: absolute;
    top: 20%;
    left: 10%;
    font-family: 'Helvetica';
}

.header-description {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
    color: #F2F2F2;
   /* width:49vw; */
    font-weight: normal;
    font-size: 3rem;
    font-family: 'Helvetica';
}

.images-container img {
    max-width: 30%;
}

.images-container {
    display: flex;
    width: 100%;
    justify-content: center;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .footer-menu {
    display: flex;
}

footer .footer-menu-item:not(:last-child) {
    margin-right: 30px;
}

footer .footer-link {
    text-decoration: none;
    
    color: #2E4772;
    font-weight: bold;
}

.contact-container {
    display: flex;
    justify-content: center;
    
}

.contact-container .contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 15px;
    font-size: 1.5rem;
}

.contact-container .headline {
    font-weight: bold;
    margin-right: 15px;
    margin-bottom: 10px;
}

.contact-container .text {
    margin-bottom: 10px;
}

.contact-container .map {
    margin-right: 15px;
}

.dot {
    position: absolute;
    height: 100%;
    border-radius: 50%;
    display: inline-block;
    aspect-ratio: 1 / 1;
    left: 20px;
    z-index: 1;
    opacity: 0.3;

  }

.team-description-box-wrapper {
    padding: 10px;
}  

.team-description-box {
   /* border: 2px solid #2E4772; */
}

.team-description-box .team-name {
    color: #2E4772;
    font-weight: bold;
    font-size: 1.3rem;
}

.team-description-box .team-description {
    font-size: 1.1rem;
}

.team-description-box:last-child {
    margin-bottom: 1.5rem;
}

.team-description-wrapper {
    display: flex;
    height: 100%;
}

.grey-section-border-top {
    border-top: 2px solid #2E4772; 
}

.person {
    max-height: 400px;
}

.keyfacts-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.keyfacts-wrapper .keyfacts-icon {
    font-size: 4rem;
    text-align: center;
}

.keyfacts-wrapper .keyfacts-text {
    font-size: 1.3rem;
    text-align: center;
}

.legaldescription {
    font-size: 1.2rem;
    color: #2E4772;
    font-weight: bold;
    text-align: justify;
}
.legal-logo {
    color: #2E4772;
    font-size: 4rem;
    text-align: end;
}

.mailtolink {
    text-decoration: none;
    color: #2E4772;
    font-weight: bold;
}

.mailtolink:hover {
    color: #2E4772;
}

.team-description-box {
    width: 200px;
}

.image-wrapper {
    align-items: end;
    display: flex;
}


.footer-logo {
    color: #2E4772;
}

#dsgvo header,
#impressum header {
    background-color: #2E4772;
    color: white;
}

.dotfont {
    font-family: 'Times New Roman', Times, serif;
    display: inline;
}

@media only screen and (max-width: 1399px) {

    .header-section {
        padding-top: 100px !important;
    }
    /*#sidenavigation {*/
    /*    position: fixed;*/
    /*    top: 0;*/
    /*    flex-direction: row;*/
    /*    width: 100%;*/
    /*    height: 70px;*/
    /*    right: unset;*/
    /*    align-items: center;*/
    /*    background-color: #2E4772;*/
/**/
    /*}*/

    #sidenavigation .sidebar-logo {
        padding-left: 10px;
        padding-top: 0;
        font-size: 3.5rem;
    }

    #sidenavigation .social-media {
        padding-right: 10px;
    }

    #sidenavigation .nav-items {
        flex-direction: row;
    }

    #sidenavigation .nav-item:not(:last-child) {
        margin-right: 15px;
    }
  }

  @media only screen and (max-width: 767px) { 
    .map {
        display: none;
    }

  }


  @media only screen and (max-width: 575px) {
    footer {
        flex-direction: column;
    }

    .map {
        display: none;
    }

    .contact-container .contact {
        font-size: 1.5rem;
    }

    .header-text {
        left: 6%;
        font-size: 3rem;
    }

    .team-description-wrapper {
        flex-direction: column;
    }

  }

  @media only screen and (max-width: 420px) {

    .contact-container .contact {
        font-size: 1.2rem;
    }
  }