#glassbig {
    position: relative;
    width: 99.999%;
    display: none;
}

#glasssmall {
    position: relative;
    width: 99.999%;
    display: flex;
}

.vid-cont {
    float: left;
    width: 99.999%;
    padding-bottom: 2em;
}

.heading {
    float: left;
    width: 100%;
    font-size: 200%;
    color: #FFF;
    z-index: 300000;
    position: absolute;
    text-align: center;
    margin: 0% 0% 0% 0%;
    font-weight: bold;
}

.heading p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}



body {
    margin: 0;
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    background-color: #fff;
}

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

a {
    color: #000;
}

/* header */

.header {
    background-color: #fff;
    position: relative;
    width: 100%;
    z-index: 3;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .2);
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}

.header li a {
    display: block;
    padding: 20px 20px;
    border-right: 0px solid #f4f4f4;
    text-transform: uppercase;
    text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
    background-color: #dfe6e9;
}

.header .logo img {
    display: block;
    float: left;
    max-width: 100%;
    max-height: 40px;
    padding: 10px 20px;
    text-decoration: none;
}


/* menu */

.header .menu {
    clear: both;
    max-height: 0;
}

.header .menu {
    transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
}

.header .menu-icon {
    /* cursor: pointer; */
    user-select: none;
}

.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    width: 18px;
}

.header .menu-icon .navicon {
    transition: background .2s ease-out;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    transition: all .2s ease-out;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 240px;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}


.name-cont #first,
.name-cont #email {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.name-cont #last,
.name-cont #tel {
    float: right;
    width: 48%;
}

.news-cont #first,
.news-cont #last {
    float: left;
    width: 100%;
    margin-right: 0%;
}

.news-cont #email {
    float: left;
    width: 100%;
}

.news-cont:after {
    clear: both;
}

.footer-full .right,
.footer-full .left,
.footer-full .centered {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #2c3e50;
}

.footer-full {
    font-size: medium;
    background-color: #2c3e50;
    color: #dfe6e9;
    position: relative;
    bottom: 0;
    padding-top: 1em;
    width: 100%;
    padding-bottom: 1em;
    overflow: hidden;
}

.footer-full a {
    color: #dfe6e9;
    margin-left: 0.5em;
}

.footer-full a:hover {
    color: #FFF;
}

.footer-full p {
    margin-top: 0em;
    margin-bottom: 0.5em;
}

.footer-full .logo img {

    max-width: 100%;
    max-height: 25px;
    text-decoration: none;
}



.iconUrlF {
    width: 2em;
    height: 2em;
    display: inline-block;
    background-image: url("../svg/icons/facebook-line-hover.svg");
    background-size: 2em 2em;
}

.iconUrlF:hover {
    background-image: url("../svg/icons/facebook-line.svg");
}

.iconUrlT {
    width: 2em;
    height: 2em;
    display: inline-block;
    background-image: url("../svg/icons/twitter-line-hover.svg");
    background-size: 2em 2em;
}

.iconUrlT:hover {
    background-image: url("../svg/icons/twitter-line.svg");
}

.iconUrlG {
    width: 2em;
    height: 2em;
    display: inline-block;
    background-image: url("../svg/icons/github-line-hover.svg");
    background-size: 2em 2em;
}

.iconUrlG:hover {
    background-image: url("../svg/icons/github-line.svg");
}

.desc,
.desc-imprint {
    width: 95%;
    margin: 0 auto;
    clear: left;
    color: #2c3e50;
}

.desc {
    text-align: center;
}

#contact-form {
    text-align: left;
}

.desc p {
    font-size: large;
}

.desc-imprint p,
.desc-imprint a {
    font-size: large;
    color: #2c3e50;
}

.desc-imprint a:hover {
    color: black;
}

.column-2 {
    float: left;
    width: 50%;
}

.column-10 {
    float: left;
    width: 10%;
    text-align: right;
    padding-right: 5%;

}

.column-90 {
    float: left;
    width: 85%;
    text-align: left;

}

.column-90 p {
    margin-top: 2%;
    margin-bottom: 8%;
}

.column-90 h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.5em;
}

/* Clear floats after the columns */
.row-2:after {
    content: "";
    display: table;
    clear: both;
}

#screenshot {
    width: 90%;
}

.section {
    margin-bottom: 4em;
}


@keyframes slideshow {
    9.09% {
        left: 0;
        opacity: 1;
    }

    18.18% {
        left: 0;
        opacity: 1;
    }

    27.27% {
        left: -100%;
        opacity: 1;
    }

    36.36% {
        left: -100%;
        opacity: 1;
    }

    45.45% {
        left: -200%;
        opacity: 1;
    }

    54.54% {
        left: -200%;
        opacity: 1;
    }

    63.63% {
        left: -300%;
        opacity: 1;
    }

    72.72% {
        left: -300%;
        opacity: 1;
    }

    81.81% {
        left: -400%;
        opacity: 1;
    }

    90.90% {
        left: -400%;
        opacity: 1;
    }


    100% {
        left: -500%;
        opacity: 1;
    }

}


@media (max-width: 50em) {
    #slider {
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        border: 5px solid transparent;
        border-radius: 10px;
    }

    #slider figure a {
        width: 16.6666%;
        float: left;
        display: inline-block;
        height: 6em;
    }

    #slider figure a img {
        max-width: 100%;
        max-height: 100%;
    }

    #slider figure {
        position: relative;
        width: 600%;
        margin: 0;
        left: 0;
        text-align: center;
        animation: 14s slideshow infinite;
    }

    .quest-container {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 650%;
    }
}


.desc-error {
    width: 75%;
    margin: 0 auto;
    clear: left;
    padding-top: .5px;
    color: #2c3e50;
}

.desc-error h1 {
    font-size: 400%;
    margin-bottom: 0.1em;
}

.desc-error p {
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 13em;
}

/* 48em = 768px */

@media (min-width: 50em) {

    #screenshot {
        width: 30%;
    }

    .desc-error h1 {
        margin-top: 1em;
        font-size: 800%;
    }

    .heading {
        margin: 4% 4% 0% 0%;
        font-size: 280%;
    }

    .header li {
        float: left;
    }

    .header li a {
        padding: 20px 20px;
    }

    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }

    .header .menu-icon {
        display: none;
    }

    #glassbig {
        position: relative;
        width: 99.999%;
        display: flex;
    }

    #glasssmall {
        position: relative;
        width: 99.999%;
        display: none;
    }

    .heading {
        margin-top: 6%;
    }

    .news-cont #first,
    .news-cont #last {
        float: left;
        width: 30%;
        margin-right: 4%;
    }

    .news-cont #email {
        float: left;
        width: 30%;
    }

    .desc,
    .desc-imprint {
        width: 75%;
        margin: 0 auto;
        clear: left;
        padding-top: .5px;
    }

    #requestFin {
        padding-bottom: 20em;
    }

    #slider {
        text-align: center;
    }

    #slider figure img {
        height: 4em;
        padding-top: 1em;
        padding-right: 2.5em;
        padding-bottom: 1.5em;
        padding-left: 2.5em;
    }

    #overlap {
        display: none;
    }

    /* Footer */
    .footer-full {
        font-size: medium;
        padding-bottom: 1em;
    }

    .footer-full .right,
    .footer-full .left,
    .footer-full .centered {
        float: left;
        width: 33%;
        margin-bottom: 0em;
    }

    .footer-full .left {
        text-align: left;
        float: left;
        padding-left: 0.5%;
    }

    .footer-full .right {
        padding-right: 0.5%;
        float: right;
        text-align: right;
    }

    .footer-full .right img {
        width: 2em;
    }

    .footer-full .centered {
        text-align: center;
    }

    .quest-container {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 220%;
        /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    }
}


.heart {
    background-color: red;
    display: inline-block;
    height: 8px;
    margin: 0 5px;
    position: relative;
    top: 0;
    width: 8px;
}

.heart {
    transform: rotate(-45deg);
}

.heart:before,
.heart:after {
    content: "";
    background-color: red;
    height: 8px;
    position: absolute;
    width: 8px;
}

.heart:before,
.heart:after {
    border-radius: 50%;
}

.heart:before {
    top: -4px;
    left: 0;
}

.heart:after {
    left: 4px;
    top: 0;
}


dl dt {
    font-weight: bold;
    padding-bottom: 1ex;
    padding-top: 1ex;
    font-variant: small-caps;
}


/* Style inputs with type="text", select elements and textareas */
input[type=text],
input[type=tel],
input[type=email],
select,
textarea {
    width: 100%;
    /* Full width */
    padding: 12px;
    /* Some padding */
    border: 1px solid #ccc;
    /* Gray border */
    border-radius: 4px;
    /* Rounded borders */
    box-sizing: border-box;
    /* Make sure that padding and width stays in place */
    margin-top: 6px;
    /* Add a top margin */
    margin-bottom: 16px;
    /* Bottom margin */
    font-size: 18px;
    resize: vertical
        /* Allow the user to vertically resize the textarea (not horizontally) */
}

label {
    font-size: 18px;
}

.containercheck {
    display: block;
    position: relative;
    margin-top: 6px;
    margin-bottom: 16px;
    cursor: pointer;
    font-size: 18px;
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: white;
    color: black;
    padding: 12px 20px;
    border: 1px solid black;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #dfe6e9;
}

/* Add a background color and some padding around the form */
.cont-container {
    border-radius: 5px;
    background-color: #ffffff;
    padding: 20px;
}


#mapid {
    height: 300px;
    margin-top: 6em;
    width: 100%;
}

.centeralt {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

textarea#subject {
    height: 200px;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}