@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700;800&family=Poppins:ital,wght@0,400;0,800;1,400&display=swap');

/* ----- GENERIC ----- */
* {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

body {
    font-size: 13pt;
    color: #222222;
    text-align: left;
    padding: 0;
    margin: 0;
}

img {
    width: 100%;
    /* border: 0; */
    border-radius: 10px;
}

h1,
h2 {
    font-weight: 800;
}

a,
a:visited {
    text-decoration: none;
    color: #222222;
    outline: none;
}

a:active,
a:hover {
    text-decoration: none;
    color: #00BF1C;
}

a[href^="mailto:"] {
    color: #FE9300;
}

.btn {
    border: 0 !important;
    color: #ffffff;
    background: #00BF1C;
    padding: 3px 10px 3px 10px;
    text-align: center;
    display: inline-block;
    margin: 5px;
    font-size: 1.2em;
    -webkit-appearance: none;
}

.btn:hover,
.btn:active,
.btn:visited,
.btn {
    color: #ffffff;
    background: #00BF1C;
    text-decoration: none;
}

a.button:hover,
a.button:active,
a.button:visited,
a.button {
    border: 0 !important;
    color: #ffffff;
    background: #00BF1C;
    padding: 1% 2%;
    text-align: center;
    margin: 1% 0;
    text-decoration: none;
    display: inline-block;
}

a.rbutton:hover,
a.rbutton:active,
a.rbutton:visited,
a.rbutton {
    border: 0 !important;
    color: #ffffff;
    background: #00BF1C;
    padding: 1% 2%;
    text-align: center;
    margin: 1% 0;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
}

.b {
    font-weight: bold;
}

.i {
    font-style: italic;
}

.u {
    text-decoration: underline !important;
}

.r {
    text-align: right;
}

.l {
    text-align: left;
}

.c {
    text-align: center;
}

.h {
    display: none;
}

.noclick {
    pointer-events: none;
}

.w30 {
    width: 30%;
}

.w50 {
    width: 50%;
}

.w70 {
    width: 70%;
}

.w100 {
    width: 100%;
}

.row {
    display: flex;
    flex-direction: row;
}

.transparent {
    background-color: transparent !important;
}

.blue {
    background-color: #00B0F7;
}

.pink {
    background-color: #FE0090;
}

.orange {
    background-color: #FE9300;
}

.green {
    background-color: #00BF1C;
}

.red {
    background-color: #FF1217;
}

/* Content */
div.content {
    width: 100%;
    min-height: calc(100vh - 150px);
    background: #ffffff;
    text-align: justify;
    /* max-width: 1200px; */
    margin-top: 100px !important;
    margin: auto;
    padding: 30px 0;
    font-size: 1em;
}

div.contentb {
    width: 80%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 30px; */
    margin-bottom: 30px;
}

div#main {
    max-width: 1920px;
    margin: auto;
    overflow-x: hidden;
}

div.inlineblock {
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    margin-bottom: 10px;
    min-height: 10px;
}

/* Cookies */
div#cookie {
    width: 100%;
    padding: 5px;
    font-size: 0.9em;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background: rgba(0, 0, 0, .8);
    color: #ffffff;
    text-align: center;
    display: none;
    z-index: 100;
}

div#cookie a {
    color: #ffffff;
    text-decoration: underline;
}

div#cookie input {
    border: 0;
    background: #FE9300;
    color: #ffffff;
    padding: 3px 10px;
    margin-left: 10px;
}

/* Menu */
div#head {
    background: #ffffff;
    overflow: hidden;
    min-height: 100px;
    width: 100%;
    margin: auto;
    position: absolute;
    z-index: 80;
}

div#headb {
    overflow: hidden;
    min-height: 100px;
    width: 100%;
    max-width: 1200px;
    margin: 1% auto;
    padding: 0 15px 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: flex-start;
}

#head_logo {
    width: 200px;
    height: 100px;
    display: inline-block;
    background-image: url(images/logo.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#head_menu {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    flex-grow: 1;
    text-align: center;
}

#menu_info {
    display: flex;
    flex-direction: row;
    justify-content: right;
}

#menu_info a {
    margin: 6px;
    padding: 0 10px;
    border-right: 1px solid #444444;
    color: #000 !important;
}

#menu_info a:hover {
    background: rgba(256, 256, 256, 0.7) !important;
}

#menu_pages {
    width: 90%;
    height: 2em;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background: rgba(256, 256, 256, 0.7) !important;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

div#head .menu0,
div#head .menusel0 {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    /* padding: 10px 10px; */
    margin-right: 10px;
    font-size: 0.9em;
    height: 100%;
    line-height: 70px;
    display: flex;
    align-items: center;
}

div#head .menu0:hover,
div#head .menu0:active {
    color: #00BF1C;
}

div#head_menu>.submenu::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 0;
    border: .55rem solid transparent;
    border-top: none;
    border-bottom-color: #fff;
    filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
}

div#head_menu>.submenu {
    display: none;
    position: absolute;
    background: #fff;
    padding: 0;
    box-shadow: 1px 1px 3px #aaa;
    text-align: left;
    z-index: 100;
}

div#head_menu .submenu a {
    display: block;
}

div#head_menu>.submenu>.submenuf>.submenub>a {
    padding: 5px 20px;
}

.submenuf>.submenu {
    display: none;
    background: #eee;
    padding: 10px 20px;
    text-align: left;
}

.submenuf {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}

#pop_menu {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    background: #565656 !important;
    color: #ffffff;
    overflow: hidden;
    padding: 10px;
    text-align: left;
}

#pop_menu a {
    display: block;
    color: #ffffff;
    padding: 10px 0;
}

#pop_menu_close {
    color: #ffffff;
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 20px;
    height: 20px;
    font-weight: bold;
    font-size: 1em;
    z-index: 105;
}

#pop_menu .submenu {
    padding-left: 15px;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
}

#hamburger {
    display: none;
    position: absolute;
    right: 10px;
    top: 20px;
    background: transparent url('images/hamburger.png') center center no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    z-index: 10;
    filter: invert(1);
}

#hider {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(100, 100, 100, .5);
    z-index: 50;
    display: none;
}

/* Footer */
div#foot {
    clear: both;
    padding: 5px;
    font-size: 0.8em;
}

div#foot a {
    color: #aaaaaa;
    text-align: center;
}

/* Breadcrumbs */
div#breadcrumbs {
    width: 100vw;
    color: #666666;
    font-size: 0.8em;
    line-height: 14pt;
    padding: 2% 0 1% 0;
    background-image: url(images/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-transform: uppercase;
}

div#breadcrumbs a {
    color: #666666;
    font-size: 0.9em;
}

#breadcrumbs>.links {
    width: 80%;
    max-width: 1200px;
    margin: auto;
}

#breadcrumbs h2 {
    margin-top: 1%;
    font-weight: normal;
    font-size: 1.8em;
}

/* Expandblock */
.expandblock {
    margin-bottom: 15px;
}

.expandblock_title {
    cursor: pointer;
    background: #999999 url('images/right.png') 5px center no-repeat;
    border-left: 4px solid #FE9300;
    color: #FFFFFF;
    padding: 3px 5px 3px 25px;
    font-weight: bold;
    line-height: 2em;
}

.expandblock_content {
    display: none;
    padding: 5px 10px 10px 10px;
    overflow: hidden;
    border-left: 4px solid #FE9300;
    border-bottom: 2px solid #999999;
    border-right: 2px solid #999999;
}

/* VBox */
.vbox8020,
.vbox7030,
.vbox6040,
.vbox5050,
.vbox4060,
.vbox3070,
.vbox2080 {
    width: 100%;
    display: flex;
    min-height: 10px;
    padding: 3px;
    flex-flow: center;
    align-items: flex-start;
    align-content: flex-start;
    text-align: left;
}

.vbox8020 .vbox_l,
.vbox7030 .vbox_l,
.vbox6040 .vbox_l,
.vbox5050 .vbox_l,
.vbox4060 .vbox_l,
.vbox2080 .vbox_l {
    min-height: 10px;
    padding: 10px;
}

.vbox8020 .vbox_r,
.vbox6040 .vbox_r,
.vbox5050 .vbox_r,
.vbox4060 .vbox_r,
.vbox3070 .vbox_r,
.vbox2080 .vbox_r {
    min-height: 10px;
    padding: 10px;
}

.vbox2080 .vbox_l {
    flex-basis: 20%;
}

.vbox2080 .vbox_r {
    flex-basis: 80%;
}

.vbox3070 .vbox_l {
    flex-basis: 30%;
}

.vbox3070 .vbox_r {
    flex-basis: 70%;
}

.vbox4060 .vbox_l {
    flex-basis: 40%;
}

.vbox4060 .vbox_r {
    flex-basis: 60%;
}

.vbox5050 .vbox_l {
    flex-basis: 50%;
}

.vbox5050 .vbox_r {
    flex-basis: 50%;
}

.vbox6040 .vbox_l {
    flex-basis: 60%;
}

.vbox6040 .vbox_r {
    flex-basis: 40%;
}

.vbox7030 .vbox_l {
    flex-basis: 70%;
}

.vbox7030 .vbox_r {
    flex-basis: 30%;
}

.vbox8020 .vbox_l {
    flex-basis: 80%;
}

.vbox8020 .vbox_r {
    flex-basis: 20%;
}

@media screen and (max-width: 800px) {

    .vbox8020,
    .vbox7030,
    .vbox6040,
    .vbox5050,
    .vbox4060,
    .vbox3070,
    .vbox2080 {
        display: block;
        padding: 0;
    }
}

/* Images */
div.iconblock {
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    margin-bottom: 10px;
    min-height: 10px;
}

div.iconblock img {
    margin-bottom: 10px;
}

a.minigallery {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

/* Footer */
div#foot {
    display: flex;
    justify-content: center;
    clear: both;
    padding: 20px;
    background-color: #777777;
}

div#foot a {
    color: #aaaaaa;
}

/* Responsive */
@media screen and (max-width: 1000px) {
    #hamburger {
        display: block;
    }

    div.inlineblock {
        padding: 10px;
    }

    #headb {
        display: flex;
        flex-direction: column;
        padding: 0 !important;
    }

    div#head .submenu {
        display: block;
    }

    div.contentb {
        padding: 10px;
    }
}

@media screen and (max-width: 800px) {
    div.contentb {
        padding: 0px;
    }
}

/* ----- CONTENT ----- */