body{
    background-image: url("../img/bg/background.webp");
    background-color: #f7f8f9;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    font-family: calibri, arial, monospace;
    color: #687b84;
    max-width: 2000px;
    margin: auto;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth;
    image-rendering: -webkit-optimize-contrast;
}
h1{
    font-size: 3rem;
    margin: 0;
    font-weight: normal;
}
h2{
    font-size: 2rem;
}
article a{color:#687b84;text-decoration: none}
article a:hover {color: #9C1C1E;text-decoration: underline}
hr {
    border: solid 1px #687b84;
    opacity: 50%;
    margin: 2rem 0;
}
ul.numlist {
    font-size: 1rem;
    list-style: decimal;
}
ul.numlist li{list-style: decimal;font-size: 1.5rem;}
.pt1rem {
    padding-top: 1rem;
}
.v-tr {
    height: 40px;
    width: 1px;
    background-color:#687b84;
    display: none;
}
.tooltip {
    padding: 0.6rem;
    font-size: 0.7rem;
    background-color: #333333;
    color: #FFFFFF;
    display: none;
    z-index: 2;
    border: solid 1px #525252;
    border-radius: 5px;
    opacity: 0;
}
#map:hover .tooltip {
    display:block;
    position:fixed;
    overflow:hidden;
    opacity: 0;
    animation: tooltip;
    animation-duration: 4s;
}
@keyframes tooltip {
    
    0%{opacity: 100%}
    90%{opacity: 100%}
    100% {opacity: 0;}
    
}
.linkbutton a{
    font-size: 1.2rem;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border: solid 1px #687b84;
    border-radius: 15px;
    margin: 3rem 0;
    transition: 0.3s;
    width: 250px;
}
.linkbutton a img{
    padding:0 0.8rem;
    transform: translate(0,0);
    transition: 0.3s;
}
.linkbutton a:hover img{
    transform: translate(11px,0);
}
.linkbutton a:hover {
    text-decoration: none;
    color: #687b84;
    background-color: #DFDFDF;
}
.linkbutton a:active {
    text-decoration: none;
    color: #687b84;
    background-color: #A8A8A8;
}
a img.arrow {
    width: 12px!important;
}
.current a{
    color:#e30614; 
}
.profession {
    font-weight: bold;
    padding-bottom: 6px;
}
nav a{
    text-decoration: none;
    color: #687b84;
}
#nav {
    min-height: 222px;
    padding:0 60px;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#nav img{
    max-width: 577px;
    max-height: 170px;
    width: 100%;
}
#nav nav.anav {
    width: 960px
}
#nav nav.anav ul {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    font-size: 2rem;
    list-style: none;
    margin-left: 4rem;
}
#nav nav.anav ul a:hover {
    color: #3F3F3F;
}
article {
    padding: 2rem 60px;
    background-color: #fff;
    padding-bottom: 8rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    background-image: url("../img/logo/logobig.webp");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
article.bgalt {
    background-image: url("../img/infographic/info1.svg");
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    background-position: calc( 100% + 50px) 50px;
}
article .articleimg  {
    display: flex;
    flex-direction: column;
    align-items: center;
}
article .articleimg a img{
    width: 390px;
    padding: 2rem;
}
article .articlewrapper{
    width: 60%;
}
article .articlewrapperbig{
    width: 100%;
}
article .articlewrapper p,
article .articlewrapperbig p{
    font-size: 1.5rem;
}
article.locations{
    display: block;
}
article .logobackground {
    height: 500px;
    width:  574px;
    margin-right: -6rem;
}
article .flexcontent {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
}
div.left {
    padding: 4rem 0;
    width: 100%;
}
div.right {
    padding: 4rem 0;
}
div.right img {
    width: 100%;
    min-width: 300px;
    max-width: 400px;
}
.list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap:2rem;
}
.list a p {
    padding: 1rem;
    margin: 0.2rem 0;
    text-decoration: none;
    color: #687b84;
}
.list a.lielement{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(255,255,255,0.70);
    border-radius: 1rem;
    border: solid 1px #D3D3D3;
    transition: 0.3s;
    padding: 1rem;
    backdrop-filter: blur(6px);
    width: 100%;
    text-decoration: none;
}
.list a.lielement:hover {
    transform: translateY(-20px)
}
.list a.lielement img {
    max-width: 200px;
    padding: 1rem;
    width: 100%;
}
footer {
    margin-top: auto;
    height: 75px;
    background-color: #f7f8f9;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0 60px;
    position: relative;
}
footer .linkwrapper {
    font-size: 1.5rem;
    width:280px;
    display: flex;
    justify-content: space-between;
}

/*-- MOBILE NAV --*/

nav.bnav {
    display: none;
}
#menuToggle {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    justify-content: space-between;
}
#menuToggle input
{
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}
#menuToggle span
{
    margin-bottom: 10px;
    width: 40px;
    height: 2px;
    position: relative;
    background: #687b84;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
          background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
          opacity 0.55s ease;
}
#menuToggle span:first-child
{
    transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2)
{
    transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span
{
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #36383F;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2)
{
    transform: rotate(-45deg) translate(0, -1px);
}
#menu
{
    opacity: 0;
    transition: 0.3s;
    transition-timing-function: cubic-bezier(.86,0,.07,1);
    transform: translate(-100%, 0);
    width: calc(100vw - 100px);
    padding: 50px;
    background-color: #ffffff;
    position: absolute;
    margin-top: 76px;
    margin-left: -48px;
    border-bottom: solid 1px #687b84;
}
#menu li
{
    padding: 10px 0;
    transition-delay: 2s;
    font-size: 2rem;
    border-bottom: solid 1px #E4E4E4;
    margin-bottom: 2rem;
}
#menu li:hover {
    border-width: 2px;
    border-color: #687b84;
}
#menuToggle input:checked ~ ul
{
    transform: none;
    opacity: 100%;
}

footer a {
    text-decoration: none;
    color: #687b84;
}

@media screen and (max-width: 1500px) {
    article{
        background-size: 1000px!important;
    }
    #nav {
    flex-direction: column;
    }
    #nav {
        padding: 1rem;
    }
    #nav img{
    min-width: 288px;
    min-height: 85px;
    width: 30%;
    }
    nav{
        padding: 2rem;
    }
    #nav nav.anav{
        width: 90%;
        padding: 2rem;
    }
    #nav nav.anav ul{
        margin-left: 0!important;
    }
    article .articlewrapper{
    width: 100%;
    }
    .v-tr {
        display: block;
    }
    a {
    width: min-content;
    }
    article .articleimg a img{
    width: 300px;
    padding: 2rem;
}
}

@media screen and (max-width: 1235px) {
    .list {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .list a.lielement{
        width: 43%;
    }
    article .articleimg{
       display: none;
    }
}

@media screen and (max-width: 875px) {
    nav.anav {
        display: none;
    }
    nav.bnav {
        display: flex;
        flex-direction: row;
        transition: 0.3s;
        padding: 0;
    }
    #nav {
        flex-direction: row-reverse;
        min-height: 0;
        padding: 1rem 3rem;
    }
    #nav nav{
        padding: 0;
        width: 100%;
    }
        #nav img {
        min-width: 210px;
        min-height: 61px;
        width: 13%;
    }
    h1 {
        font-size: 2rem;
        font-weight: bold;
    }
    .list a.lielement{
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
    }
    .list a.lielement img {
       max-width: 200px;
    }
}

@media screen and (max-width: 650px) {
    article{padding: 1rem;}
    #nav{padding: 1rem;}
    #menu {margin-left: -16px;}
    article .articlewrapper p, article .articlewrapperbig p{font-size: 1.2rem;}
    footer{height: 2rem;}
    footer a{font-size: 1rem;justify-content: center!important;}
    footer.linkwrapper{justify-content: center;align-items: center;}
}