/*#############general Stylesheet#############*/

html {
    height: 100%;
}

body {
    padding-top: 5rem;

}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3em;
}

.pw {
    color: #ffffff;
    font-size: 2em;
}

a {
    color: white;
}

a:hover {
    font-weight: normal;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rubik', sans-serif;
}

h1 {
    font-size: 4em;
}

h2 {
    font-size: 2.5em;
}

h3 {
    margin-bottom: 0;
    font-size: 1.5em;
}

h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
}

.h1w,
.h2w,
.h3w {
    color: #ffffff;
}

hr {
    margin-top: 3em;
}

.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

ul {
    float: right;
    margin-left: auto;
}

li {
    display: inline;
}


.logo {
    max-height: 45px;
}

.navbar {
    background-color: #000000;
}

.navbar-nav.navbar-right {
    font-family: 'Rubik', sans-serif;
    font-size: 1.5em;
}

.navbar-brand > img {
    max-width: 90%;
}

a.nav-link {
    color: #ffffff !important;
    margin: 0 0.5em 0 0.5em;
}

a.nav-link:hover {
    background: #ffffff;
    border-radius: 20px;
    color: #000000 !important;
    -webkit-transition: 0.4s;
    /* Safari */
    transition: 0.4s;
}

.active > a.nav-link {
    color: #000000 !important;
}

.active {
    background: #ffffff;
    border-radius: 20px;
}

.active:hover {}

.navbar-toggler {
    border: 1px white solid;
    border-color: rgba(255, 255, 255, 0.9) !important;
}

.whiteb {
    height: 12.5px;
    background-color: #ffffff;
    margin-top: -1em;
}

.content {
    background-image: url("../images/background.png");
    min-height: 100vh;
}

.start {
    margin-top: 2%;
}

.abstand1 {
    margin-top: 15%;
}

.bild1 {
    display: block;
    margin: 0 auto;
    height: 80%;
    max-height: 550px;
}

button {
    font-family: 'Rubik', sans-serif;
}

.btn-default {
    font-size: 1.5em;
    width: 25%;
    display: block;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.3);
    border: 1.5px solid #fcb827;
    color: #ffffff;
    margin-top: 2%;

}

.btn-default:hover {
    color: #000000;
    cursor: pointer;
    background-color: #fcb827;

}

.btn-default:hover > .down {
    content: url('../images/down-hover.svg');
}

.down {
    content: url('../images/down.svg');
    max-height: 15px;
    max-width: 50px;
}

.pfeil {
    display: block;
    margin: 0 auto;
    content: url('../images/down.svg');
    max-height: 25px;
    max-width: 70px;
    margin-top: 50%;
}

.second {
    min-height: 90%;
}

.winfos {
    margin-top: 5%;

}

.winfosh {}

.footer {
    background-color: #000000;
    color: #ffffff;
    height: 3em;
    font-family: 'Rubik', sans-serif;
    margin-top: 10%;
}

.footer .row {
    text-align: right;
}

.pwimp {
    color: #ffffff;
    font-size: 1em;
}

#anschrift {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #ffffff;
}

.pwimp a {
    text-decoration: underline;
}

.pwimp a:hover {
    font-weight: bold;
}

#video {
    margin-top: 5em;
    margin-bottom: 8em;
}

.aufzaehlung li {
    display: block;
    list-style-type: disc !important;
    display: list-item;
    font-size: 1.3em;
}

ul .aufzaehlung {
    display: block;
    margin-left: 0;
}

#hometext {
    margin-top: 5em;
}

video {
-webkit-box-shadow: 0px 0px 43px 20px rgba(5,5,5,1);
-moz-box-shadow: 0px 0px 43px 20px rgba(5,5,5,1);
box-shadow: 0px 0px 43px 20px rgba(5,5,5,1);
}

@media (max-width: 1199px) {
    .btn-default {
        width: 32%;
    }
}

@media (max-width: 1030px) {
    a.nav-link {
        margin: 0 0 0 0;
        font-size: 1em;
    }
}

@media (max-width: 992px) {
    .btn-default {
        width: 40%;
    }
    body {
        font-size: 90%;
    }
}

@media (max-width: 900px) {
    a.nav-link {
        font-size: 0.8em;
    }

    .whiteb {
        height: 5px;
    }
}

@media (max-width: 768px) {
    .whiteb {
        height: 7px;
    }

    .btn-default {
        width: 55%;
        margin-top: 10px;
    }

    .abstand1 {
        margin-top: 0;
    }

    h1 {
        font-size: 3.25em;
    }

    .pw {
        font-size: 1.75em;
    }

    h2 {
        font-size: 2em;
    }

    p {
        font-size: 1.25em;
    }

    .liste ul li {
        font-size: 1.25em;
    }

    a.nav-link {
        padding-left: 0.5em !important;
        padding-right: 0.25em !important;
        padding-top: 0.5em !important;
        padding-bottom: 0.5em !important;
    }

    #hometext {
        display: none;
    }
}

@media (max-width: 540px) {
    .btn-default {
        width: 65%;
        min-width: 40%;
    }
}

@media (max-width: 500px) {
    .logo {
        width: 150px;
    }

    .whiteb {
        height: 3px;
    }

    h1 {
        font-size: 3em;
    }

    .pw {
        font-size: 1.5em;
    }

    body {
        font-size: 70%;
    }
}

@media (max-width: 300px) {
    .logo {
        width: 120px;
    }
}
