body {
    margin: 0 auto;
}

.menuMobile {
    display: none;
}

header .menu a {
    text-decoration: none;
    color: var(--mgppu-blue);
    font-size: 0.8rem;
}

header .menu a:hover {
    cursor: pointer;
}

.menu p {
    color: var(--mgppu-blue);
    font-size: 0.8rem;
}

header li {
    list-style-type: none;
}

header {
    width: 100vw;
    height: 14vh;
    margin: 0 auto;
    border-bottom: 1px solid #006CB733;
    position: absolute;
}

header nav {
    display: flex;
    flex-direction: row;
}

header .logo {
    width: 15vw;
    height: 14vh;
    display: flex;
    border-right: 1px solid #006CB733;
    align-items: center;
    justify-content: center;
}

header .logo img {
    width: 12vw;
}

header .technical_values {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #006CB733;
    height: 7vh;
    width: 85vw;
    padding-left: 1vw;
}

header .technical_button {
    display: inline-flex;
    align-items: center;
}

header .search input, .search button {
    border: none;
    outline: none;
    background: transparent;
}

header .search {
    height: 2vh;
    margin-right: 1vw;
}

header .search input {
    width: 8vw;
    height: 100%;
    background: #FFFFFF;
    border-bottom: 1px solid #006CB7;
    display: inline-flex;
}

header .search button {
    cursor: pointer;
}

header .technical_button a {
    margin: 1vh 2vw 0 1vw;
}

header .nav_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 7vh;
    width: 85vw;
}

header .nav_menu .structure {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-left: 0;
}

header .nav_menu .structure a {
    padding: 0 1vw;
    color: #006CB7;
    font-weight: normal;
    font-size: 0.9rem;
    cursor: pointer;
    display: flex;
    align-items: center;
}

header .nav_menu .aboutUni {
    margin-left: 1vw;
    background: transparent;
    height: 5vh;
    width: 10vw;
    border-radius: 6px;
    justify-content: center;
    text-align: center;
    display: flex;
}

header .nav_menu .aboutUni:hover {
    margin-left: 1vw;
    background: var(--mgppu-blue);
    color: white;
    height: 5vh;
    width: 10vw;
    border-radius: 6px;
    justify-content: center;
    display: flex;
}

header .nav_menu .abitur {
    background: transparent;
    height: 5vh;
    width: 8vw;
    border-radius: 6px;
    justify-content: center;
    display: flex;
    text-align: center;
}

header .nav_menu .abitur:hover {
    background: var(--mgppu-darkred);
    color: white;
    height: 5vh;
    width: 8vw;
    border-radius: 6px;
    justify-content: center;
    display: flex;
}

header .nav_menu .stud {
    background: transparent;
    height: 5vh;
    width: 6vw;
    border-radius: 6px;
    justify-content: center;
    display: flex;
    text-align: center;
}

header .nav_menu .stud:hover {
    background: var(--mgppu-purple);
    color: white;
    height: 5vh;
    width: 6vw;
    border-radius: 6px;
    justify-content: center;
    display: flex;
}

header .nav_menu .education {
    background: transparent;
    height: 5vh;
    width: 7vw;
    border-radius: 6px;
    justify-content: center;
    display: flex;
    text-align: center;
}

header .nav_menu .education:hover {
    background: var(--mgppu-darkgreen);
    color: white;
    height: 5vh;
    width: 7vw;
    border-radius: 6px;
    justify-content: center;
    display: flex;
}

header .nav_menu .science_projects {
    background: transparent;
    height: 5vh;
    width: 10vw;
    border-radius: 6px;
    justify-content: center;
    display: flex;
    text-align: center;
}

header .nav_menu .science_projects:hover {
    background: var(--mgppu-orange);
    color: white;
    height: 5vh;
    width: 10vw;
    border-radius: 6px;
    justify-content: center;
    display: flex;
}

header .nav_menu .dropbtn {
    background: transparent;
    border: none;
    color: var(--mgppu-blue);
    height: 5vh;
    width: 4vw;
    border-radius: 6px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
}

header .nav_menu .dropbtn:hover {
    background: var(--mgppu-blue);
    border: none;
    height: 5vh;
    width: 4vw;
    border-radius: 6px;
    justify-content: center;
    display: flex;
    align-items: center;
    cursor: pointer;
}

header .nav_menu .dropbtnsvg {
    fill: #006CB7;
}

header .nav_menu .dropbtn:hover .dropbtnsvg {
    color: white;
    fill: white;
}

header .nav_menu .structure li {
    margin-right: 2vw;
}

header .nav_menu .contacts {
    color: white;
    background: var(--mgppu-blue);
    border: none;
    height: 5vh;
    width: 13vw;
    border-radius: 6px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 1vw;
    text-align: center;
}

header .nav_menu .contacts:hover {
    text-decoration: none;
    background: var(--mgppu-darkblue);
    cursor: pointer;
    height: 5vh;
    width: 13vw;
}
@media (max-device-width: 1045px) {
    header .nav_menu .structure a{
        font-size: 0.7rem;
    }
    header .nav_menu .contacts {
        font-size: 0.8rem;
    }
}
@media (max-device-width: 810px) {
    .menu {
        display: none;
    }

    .menuMobile {
        height: 8vh;
        width: 100vw;
        background: white;
        display: block;
    }

    .menuMobile .menuMobileContent {
        height: 7vh;
        width: 100vw;
        background: white;
        border-bottom: 1px solid var(--mgppu-lightblue);
        margin-bottom: 3vh;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menuMobile .menuMobileContent .logo {
        height: 7vh;
        display: flex;
        align-items: center;
        padding-left: 2vw;
    }

    .menuMobile .menuMobileContent .logo img {
        height: 5vh;
    }

    .menuMobile .menuMobileContent .menuButtons {
        display: inline-flex;
        padding-right: 2vw;
    }

    .menuMobile .menuMobileContent .menuButtons img {
        height: 4vh;
        margin-left: 5vw;
    }
}
