
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    background: #FBFBFB;
    color: #000;
    height: 100%;
}

html, body {
    overflow-x: hidden;
    overflow-y: hidden;
}

/* ---------------------------------------------------------------------------------------------------------- styles */

.select1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
    width: 100%;
}

.select2 {
    color: #fff;
    background: var(--default-color);
    padding: 12vh;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2vh;
    width: 10vh;
    height: 10vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


#btwPlanner {
    background: url(img/planner-titel.jpg);
    background-size: cover;
    position: relative;
}
#btwPlanner .plannerOpacity {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: #000000;
    border-radius: 2vh;
}
#btwPlanner .plannerDiv {
    z-index: 1;
    font-size: 2.2vh;
}

#btwZtyler {
    background: url(img/ztyler-titel.jpg);
    background-size: cover;
    position: relative;
}
#btwZtyler .ztylerOpacity {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: #000000;
    border-radius: 2vh;
}
#btwZtyler .ztylerDiv {
    z-index: 1;
    font-size: 2.2vh;
}

.font1 {
    font-family: "fontName1";
}

.font2 {
    font-family: "fontName2";
}

