html{
    scroll-behavior: smooth;
}

.handy-ressort-button {
    z-index: 2;
    position: fixed;
    margin-top:0.5%;
    margin-right: 1%;
    right: 0;
}

.top-font {
    z-index: 2;
    position: fixed;
    margin-top: 0;
    margin-left: 36%;
    height: 10vw;
    max-width: 35vw;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3;
    color: white;
    font-weight: bold;
    overflow: hidden;
}

.logo {
    z-index: 2;
    position: fixed;
    margin-left: 2%;
}

.admin-buttons {
    z-index: 2;
    position: fixed;
    margin-left: 2%;
}

.container {
    position: relative;
    left:0;
    height:auto;
    display: flex;
    flex-direction: column;
}

.big-container {
    display: flex;
    flex-wrap: wrap;
    left: 0;
    height: auto;
    padding-left: 1.5%;
    padding-top: 5%;
}

.normal-container {
    display: flex;
    overflow-x: auto;
    left: 0;
    height: auto;
    padding-left: 1.5%;
}

.ressort-container {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    flex-direction: column;
    gap: 20px;
    right:0px;
    height:72%;
    z-index: 1;
}

.ressort-container a {
    display: flex;
    flex-wrap: wrap;
}

.ressort-button {
    max-width: 70%;
    height: auto;
    object-fit: contain;
    z-index: 2;
    margin-top: 6.5%; /* When adding the calender & pdf-button to the Website: set to 4%, removing: 6% */
    margin-left: 18%;
    margin-right: 12%;
    margin-bottom: 6.5%; /* When adding the calender & pdf-button to the Website: set to 4%, removing: 6%  */
}

.big-container .big-article-box {
    text-decoration: none;
    flex: 1 0 47vh;
    align-items: center;
    justify-content: center;
    margin-left: 1.8%;
    margin-right: 1.8%;
    margin-bottom: 3%;
}

.article-image {
    max-width:100%;
    
}

.big-article-title {
    margin-bottom: 0%;
    margin-top: 0%;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 600;
    font-size: 4vh;
    color: black;
}

.big-article-description {
    margin-bottom: 0%;
    margin-top: 0%;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 2.4vh;
    font-weight: 200;
    color: black;
}

.normal-article-box {
    text-decoration: none;
    flex: 1 0 35vh;
    align-items: center;
    justify-content: center;
    margin-left: 1.8%;
    margin-right: 1.8%;
    margin-bottom: 3%;
    
}

.normal-article-title {
    margin-bottom: 0%;
    margin-top: 0%;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 600;
    font-size: 3vh;
    color: black;
}

.normal-article-description {
    margin-bottom: 0%;
    margin-top: 0%;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 2vh;
    font-weight: 200;
    color: black;
}

.normal-container-title {
    text-decoration: none; 
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 100;
    font-size: 2vh;
    color: black;
    padding-left: 3.3%;
}

::selection {
    background: rgba(43, 226, 104, 0.314);
}

.dot {
    position: fixed;
    width: 14px;
    height: 14px;
    background-color: rgba(60, 143, 51, 0.446);
    border-radius: 50%;
    transition: transform 1s ease;
    z-index: 4; 
    pointer-events: none;
}

.smaller {
    transform: scale(0);
}