html {
    background-image: url(../images/background.jpeg);
    background-position: top;
    background-size: 1000px 4500px;
    background-color: grey;
    overflow: -moz-scrollbars-none;
}

::-webkit-scrollbar {
    display: none;
}

body.en > [lang=nl] {
    display: none!important;
}

body.nl > [lang=en] {
    display: none!important;
}

body {
    margin: 0px;
    font-family: 'Handlee', cursive;
  }

h2 {
    font-size: 2vw;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
}

h3 {
    font-size: 1.5vw;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    color: white;
}

h4 {
    font-size: 1.5vw;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    color: white
}

h5 {
    font-size: 1.5vw;
    font-weight: normal;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
}

button {
    width: 20px;
    height: 20px;
    background-color: transparent;
    padding: 0;
    border: none;
    color: white;
}

button:hover {
    color: black;
    cursor: pointer;
}

#buttons {
    width: 50px;
    height: 30px;
    position: fixed!important;
    top: 0px;
    left: 0px;
    z-index: 2;
}

#logo {
    border-radius: 1.75vw 0.5vw 1.5vw 0vw;
    height: 10vw;
    vertical-align: -3.75vw;
}

#logo:hover {
    filter: saturate(2);
}

div {
    height: 100vh;
    width: 100%;
}

#top {
    height: 30vh;
}

#navbar,
#navibar {
    display: flex;
    justify-content: center;
    height: 0vh;
    overflow: visible;
    z-index: 1;
}

#navbar li,
#navibar li,
#navibar ul,
#navbar ul,
.navigation {
    list-style-type: none;
    color: white;
    font-size: 3vw;
    text-decoration: none;
    display: inline;
    padding: 1vw;
}

#navbar img,
#navibar img {
    margin: auto;
    display: block;
}

#navbar li,
#navibar li {
    top: -2vw;
    position: relative;
    width: 15vw;
    display: inline-block;
}

#navbar a,
#navibar a {
    display: table;
    margin: 0 auto;
}

#navbar a:hover,
#navibar a:hover {
    color: black;
}

.sticky {
    position: fixed;
    height: 15vh !important;
    top: 0px;
}

.sticky ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

.sticky #logo {
    border-radius: 1.225vw 0.35vw 1.05vw 0vw;
    height: 7vw;
    vertical-align: -2.625vw;
}

#bottom {
    height: 70vh;
}

.who {
    height: 80vh;
    width: 23.6vw;
    margin: 0.5vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
    float: left;
    text-align: center;
    border-radius: 10px;
    border-style: solid;
    border-width: 0.2vw;
    background: rgba(64, 64, 64, 0.6);
}
.who h5{
    color: white;
}
.who h3{
    color: black;
}
#white{
    color: white;
    font-weight: normal;
}
#who,
#wie {
    padding-top: 15vh;
    height: 85vh;
}

#martin {
    width: 20vw;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
}

.flag {
    width: 20%;
}

.activities {
    height: 80vh;
    width: 47.9vw;
    margin: 0.5vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
    float: left;
    text-align: center;
    border-radius: 10px;
    border-style: solid;
    border-width: 0.2vw;
    /*rgba(64, 64, 64, 0.6);*/
    background: rgba(64, 64, 64, 0.6) ;
}

.activities li {
    font-size: 1.5vw;
}

#activities,
#activiteiten {
    padding-top: 15vh;
    height: 85vh;
}

#activity li {
    display: none;
}

#activity h3:hover li {
    display: inline-block;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 30vw;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    left: 50%;
    opacity: 0;
    transition: opacity 0.3s;
    top: 100%;
    margin-left: -15vw;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.circle {
    width: 23vw;
    height: 76vh;
    border-radius: 300px;
    border-style: solid;
    border-width: 0.2vw;
    background: rgba(64, 64, 64, 0.6);
    float: left;
    overflow: hidden;
    text-align: center;
    margin-left: 0.7vw;
    margin-right: 0.5vw;
    margin-bottom: 2vh;
    margin-top: 2vh;
    padding: 0px 0px 0px 0px;
}

.partnerLogo {
    filter: grayscale(100%);
    width: 80%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.partnerLogo:hover {
    filter: none;
}

#partners {
    padding-top: 15vh;
    height: 85vh;
}

.contact {
    height: 80vh;
    width: 27vw;
    margin: 0.5vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
    float: left;
    border-radius: 10px;
    border-style: solid;
    border-width: 0.2vw;
}

#info {
    background: rgba(64, 64, 64, 0.6);
}

#contact {
    padding-top: 15vh;
    height: 85vh;
}

#map {
    width: 70vw;
    font-size: 4vw;
    overflow: hidden;
}

#info p {
    font-size: 2vw;
    margin-left: 0.5vw;
    margin-top: 0.5vh;
    color: white;
}

@media screen and (max-width: 800px) {
    h2 {
        font-size: calc(0.6vw + 1.8vh + 1.2vmin - 2px);
        margin-top: 1vw;
        margin-bottom: 0;
    }
    h3 {
        font-size: calc(0.5vw + 1.5vh + 0.8vmin - 1px);
        margin-top: 0;
        margin-bottom: 0;
    }
    h4 {
        font-size: calc(0.645vw + 1vh + 0.909vmin - 1.2px);
        margin-top: 0;
        margin-bottom: 0;
        font-style: italic
    }
    h5 {
        font-size: calc(1.72727vh + 0.25vw + 0.4vmin - 0.9px); 
        /*calc(0.7vw + 0.7vh + 0.7vmin)*/
        font-weight: normal;
        margin-top: 0.5vw;
        margin-bottom: 0.5vw;
        font-weight: normal;
    }
    #navbar li,
    #navibar li {
        width: 17vw;
        padding-top: 3vh;
    }
    #navbar #whopad,
    #navibar #whopad {
        padding-top: 0;
    }
    #navbar a,
    #navibar a {
        font-size: 4vw;
    }
    .who,
    .wie {
        width: 48vw;
        height: 40vh;
        margin-top: 0.5vh;
        margin-bottom: 0.5vh;
    }
    #martin{
        width: calc(16vmin);
    }
    #left {
        margin-left: 1vw;
    }
    .flag {
        width: 35%;
    }
    .activities {
        width: 94vw;
        margin-left: 3vw;
        height: 27vh;
        margin-top: 0.5vh;
        margin-bottom: 0.5vh;
    }
    #activity {
        height: 55vh;
    }
    #certification {
        margin-left: 1vw;
    }
    .tooltip .tooltiptext {
        width: 50vw;
        left: 50%;
        margin-left: -25vw;
    }
    .contact,
    #map {
        width: 94vw;
        height: 50vh;
    }
    .contact {
        margin-left: 3vw;
        height: 28vh;
        margin-top: 0.5vh;
        position: relative;
    }
    .contact a {
        float: right;
        top: 15vh;
        right: 0;
        margin-top: 1vh;
        margin-right: 1vw;
        position: absolute;
    }
    #fax {
        top: 7.5vh;
    }
    #mail {
        top: 0vh;
    }
    #info p {
        font-size: calc(0.5vw + 1.5vh + 0.8vmin - 1px);
        height: 50px;
    }
    .circle {
        width: 94vw;
        margin-left: 3vw;
        height: 19vh;
        margin-top: 1vh;
        margin-bottom: 0.5vh
    }
    .partnerLogo {
        filter: grayscale(100%);
        height: 80%;
        width: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    #greenseed {
        height: 50%;
    }
    #studiodott {
        height: 20%;
    }
    #tasteofeurope{
        height: 50%;
    }
}
/*rgba(41, 128, 185, 0.5)*/
