﻿@font-face {
    font-family: 'RobotoCondensed';
    src: url(res/fonts/RobotoCondensed-VariableFont_wght.ttf);
}

body {
    font-family: 'RobotoCondensed', sans-serif;
    font-size: 16px;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    height: 100%;
}

h1 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 1.3em;
    text-align: center;
}

h1:first-child {
    margin-top: 0px;
}

a, a:active {
    text-decoration: underline;
    color: #000000;
}

a:hover {
    text-decoration: underline;
    color: #0a6aa1;
}

p {
    text-align: justify;
    line-height: 170%;
}

.hidden {
    display: none;
}

.highlight {
    font-size: 1.5em;
    text-align: center;
    line-height: 130%;
}

#ajax_loader {
    display: none;
}

.ajax_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.ajax_loader img {
    width: 50px;
    height: 50px;
}
 #logo {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translateX(-50%) translateY(-50%);
     max-width: 300px;
     width: 80%;
 }

 #logo img {
     width: 100%;
     filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
     
 }

#copyright {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 95%;
    text-align: center;
    transform: translateX(-50%);
    color: #000000;
    font-size: 0.8em;
}

#copyright a, #copyright a:active, #copyright a:hover {
    color: #000000 !important;
    text-decoration: none;
}




#pagecontainer {
    position: relative;
    min-height: 100vh;
}

#pagehead {
    height: 80px;
    background-color: #ececec;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#pagehead_logo {
    position: absolute;
    left: 30px;
    top: calc(50% + 2px);
    transform: translateY(-50%);
}

#pagehead_logo img {
    max-height: 70px;
}

#pagehead_menu {
    position: absolute;
    left: 220px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4em;
}

#pagehead_menu a, a:active {
    text-decoration: none;
    color: #000000;
}

#pagehead_menu a:hover {
    text-decoration: underline;
    color: #000000;
}

#pagehead_hamburger {
    position: absolute;
    right: 30px;
    top: 25px;
    visibility: hidden;
}

#pagehead_hamburger img {
    max-height: 30px;
    opacity: 0.4;
}

#hamburger_close {
    display: none;
}


#pagebody {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 105px;
}

#pagefooter {
    position: absolute;
    bottom: 0;


    background-color: #4c4f5b;
    color: #ffffff;
    padding: 20px 20px 20px 20px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

#pagefooter img {
    max-width: 16px;
    max-height: 16px;
    filter:invert(1);
}

#pagefooter a, #pagefooter a:active {
    text-decoration: none;
    color: #ffffff;
}

#pagefooter a:hover {
    text-decoration: underline;
}

#pagefooter div {
    display: inline-block;
    padding: 0 10px 0 10px;
    text-align: left;
}

#pagefooter div:not(:last-child) {
    border-right: 1px solid #ffffff;
}

#pagefooter_sm img {
    max-width: 32px;
    max-height: 32px;
}

@media screen and (max-width: 850px) {
    #pagefooter div {
        display: block;
        padding-bottom: 10px;
        text-align: center;
    }

    #pagefooter div:not(:last-child) {
        border-right: 0;
    }

    #pagebody {
        padding-bottom: 280px;
    }

    #pagehead_logo {
        left: 15px;
    }
}

.section {
    position: relative;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    margin: auto;
}

.section_halfs {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    vertical-align: middle;
}

.section_halfs img {
    max-width: calc(100% - 30px);
    margin: 15px;
}

.section_thirds {
    display: inline-block;
    width: 33.3%;
    box-sizing: border-box;
    vertical-align: top;
    padding-right: 20px;
}

.section_thirds img {
    max-width: 30%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.section_image, .section_content {
    display: inline-block;
    box-sizing: border-box;
}

.section_image {
    width: 70px;
    margin-right: 30px;
    padding-top: 30px;
    vertical-align: top;
}

.section_image img {
    max-width: 100%;
}

.section_content {
    width: calc(100% - 100px);
}

@media screen and (max-width: 850px) {
    h1 {
        font-size: 1.5em;
    }

    .section_halfs {
        display: block;
        width: 100%;
    }

    .section_thirds {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    #pagehead_menu {
        visibility: hidden;
    }

    #pagehead_hamburger {
        visibility: visible;
    }
}

#hamburger_menu {
    position: fixed;
    display: none;

    background-color: #dcdcdc;
    top: 80px;
    left: 0px;
    right: 0px;
    bottom: 0px;

    z-index: 1000;
}

.hamburger_menu_item {
    padding: 20px 30px 20px 30px;

    font-size: 1.2em;
    color: #4c4f5b;
    font-weight: bold;
    border-bottom: 2px solid #ececec;
}

#dialog_overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #4c4f5b;
    opacity: 0.5;
    z-index: 1001;
}

#privacy_dialog {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 600px;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 5px;
    z-index: 1002;
    text-align: center;
}

#privacy_dialog button {
    outline: 0;
    border: 0;
    color: #ffffff;
    padding: 10px 30px 10px 30px;
    font-weight: bold;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 80%;
}

#privacy_dialog_accept_all {
    background-color: #008f00;
}

#privacy_dialog_save {
    background-color: #b2b2b2;
}