@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    color: #FFF;
    background-color: #000;
}

a:hover {
    text-decoration: none;
}

.back-to-top {
    cursor: pointer;
    bottom: 20px;
    right: 20px;
    position: absolute;
    position: fixed;
}

.fa-chevron-up {
    color: #ff5d00;
}

.navbar {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #FFF;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #ff5d00;
}

.navbar-toggler-icon {
    color: #FFF;
}


.navbar-collapse {
    text-align: center;
}


.nav-link {
    opacity: inherit;
    white-space: nowrap;
    margin: 5px;
}

.logo {
    margin-left: 20px;
    margin-right: 20px;
    float: left;
}

header {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    background-image: url('../assets/images/headerbild.jpg');
    background-position: center;
    background-size: cover;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.6;
    z-index: 1;
}

.button {
    background-color: #ff5d00;
    border: none;
    text-align: center;
}

.collapse-btn {
    width: 150px;
    margin: auto;
}

.content-box {
    padding: 40px 80px;
    background-color: #000;
}

.text-block {
    line-height: 2;

}


.form {
    background-color: #333;
    padding: 40px;
    white-space: nowrap;
}


.form-section {
    background-color: #333;
    padding-top: 40px;
    padding-bottom: 40px;
    white-space: nowrap;
}

fieldset {
    width: 600px;
}

header video {
    display: block;
}

.plan {
    color: #000;
    padding: 40px;
}

.ablaufplan-color img {
    background-color: #ff5d00;
    height: 100px;
    width: 100px;
    margin: auto;
}

.icon-box img {
    max-width: 100px;
    display: block;
    margin: 0 auto;
}

#ueberuns {
    padding-top: 40px;
    padding-bottom: 40px;

}

.icon-box {
    background-color: #ff5d00;
    max-width: 100%;
}

.line {
    height: 75px;
    width: 2px;
}

.text-box {
    color: #000;
    border: solid 1px;
    text-align: center;
    padding: 10px;
}

.carousel {
    width: 100%;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}



.carousel-item img {
    align-self: center;
    padding: 40px;
    background-position: center;
    background-size: auto;

}

.carousel-inner {
    width: 100%;
    opacity: 0.75;

}

#links {
    padding: 20px;
}


.links {
    padding-bottom: 40px;
    text-align: left;
    display: flex;
}

.links a {
    font-size: 18px;
}


.footer {
    padding-top: 20px;
}

iframe {
    height: 300px;
    width: 300px;
}


.list-group-horizontal .list-group {
    display: inline-block;
    margin: 20px;
    color: #fff;
}

legend {
    padding-left: 15px;
    padding-bottom: 20px;
}

.copyright {
    text-align: center;
    margin: 0;
    padding: 10px;

}

.icon-image {
    max-height: 30px;
    align-content: center;
    border: solid 1px;
    border-color: #fff;
    padding: 5px;

}


@media (pointer: coarse) and (hover: none) {
        {
        background: url('../assets/images/headerbild.jpg') black no-repeat center center scroll;
    }
}

@media screen and (max-width:500px) {
    .resize {
        font-size: 32px;
    }

    #ablaufplan h1 {
        font-size: 32px;
    }
}


.interessanteLinks {
    background-color: #FF5D00;
    text-align: center;
    color: #FFF;
    box-shadow: 0px 4px 7px -4px rgba(0, 0, 0, 1);
    height: 200px;
}


.interessanteLinks:hover {
    background-color: #FFF;
    text-align: center;
    color: #FF5D00;
    transition: 0.6s;

}
