@charset "UTF-8";  

* {
    margin:0;
    padding:0;
}
body {
    font-family: 'Roboto', sans-serif;
    color: #585956;
    font-size: 26px;
    line-height: 32px;
    background-image: url(../media/wand_soft_45.png);
    background-repeat: no-repeat;
    background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 2.6em;
    margin-bottom: .5em;
}

p {
    margin-bottom: 1.5em;
}

a {
    text-decoration: none;
}

a > p {
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.verlauf {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f87329+0,ffd800+100 */
    background: #f87329;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f87329 0%, #ffd800 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f87329 0%, #ffd800 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f87329 0%, #ffd800 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f87329', endColorstr='#ffd800', GradientType=1);
    /* IE6-9 */
    height: 15px;
    width: 100%;
}

.center {
    text-align: center;
}

.abstand {
    margin-bottom: 3em;
}

.abstand-oben {
    margin-top: 3em;
}

.well,
.card {
    background: #fff;
    box-shadow: 0 0 30px #e4e4e4;
    border-radius: 0;
    border: 0;
}

.well {
    padding: 1em;
}

.card-title,
a .card-title {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: bold;
    font-size: 4em;
    color: #f87329;
    text-decoration: none;
}

.btn {
    color: #f87329;
    background: #fff;
    border: 2px solid #f87329;
    border-radius: 50px;
    width: 100%;
    white-space: pre-wrap;
}

.btn:hover {
    background: #f87329;
    color: #fff;
    border: 2px solid #f87329;
}

.card-text,
a .card-text,
.card-body {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #585956;
    text-decoration: none;
}

.card-text a {
    color: #f87329;
}

.card-text-sm {
    font-size: 26px;
    line-height: 32px;
}

.card-link {
    color: #fff;
    font-family: 'Roboto Slab', sans-serif;
}

.card-link:hover {
    color: #fff;
}

/*.carousel-item {
    max-height: 600px;
}*/

.carousel-caption p {
    font-size: 13px;
    line-height: 17px;
}

.card-header {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f87329+0,ffd800+100 */
    background: #f87329;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f87329 0%, #ffd800 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f87329 0%, #ffd800 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f87329 0%, #ffd800 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f87329', endColorstr='#ffd800', GradientType=1);
    /* IE6-9 */
    color: #fff;
    border-bottom: none;
}

footer {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f87329+0,ffd800+100 */
    background: #f87329;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f87329 0%, #ffd800 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f87329 0%, #ffd800 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f87329 0%, #ffd800 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f87329', endColorstr='#ffd800', GradientType=1);
    /* IE6-9 */
    padding: 3em;
    color: #fff;
}

footer a,
footer a:hover {
    color: #fff;
    text-decoration: none;
}

.small {
    font-size: 12px;
}

.abstand-small {
    margin-bottom: 1em;
}

header {
    position: relative;
    background-color: black;
    /*   height: 75vh;
   */
    /* min-height: 25rem; */
    width: 100%;
/*     overflow: hidden;
     */}

header video {

    width: 100%;
    height: auto;
    max-height: 65vh;
    padding: 0;
    margin: 0;
}

}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.view video {
    width: 100%;
    height: auto;
}

.well a {
    color: #f87329;
}

.card-img-top {
    width: 90%;
    height: auto;
    max-width: 200px;
    margin: 0 auto;
}


/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
@media (max-width: 544px) {
    p {
        font-size: 15px;
        line-height: 20px;
    }

    h1 {
        font-size: 30px;
        line-height: 33px;
    }

    h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .abstand {
        margin-bottom: 1em;
    }

    .abstand-oben {
        margin-top: 1em;
    }

    .card-img-top {
        width: 25%;
        height: auto;
        max-width: 200px;
        margin: 0 auto;
        margin-top: 0;
    }
}

footer img {
    width: 18%;
}

header img {
    width: 50%;
    margin-bottom: 1em;
}

header h1 {
    font-size: 35px;
    white-space: pre;
}


/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
    p {
        font-size: 15px;
        line-height: 20px;
    }

    h1 {
        font-size: 26px;
        line-height: 33px;
    }

    h2 {
        font-size: 20px;
        line-height: 25px;
    }

    h4 {
        font-size: 18px;
        line-height: 23px;
    }

    .btn {
        font-size: 13px;
    }

    .card-img-top {
        width: 50%;
        height: auto;
        max-width: 200px;
        margin: 0 auto;
        margin-bottom:1em;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    p {
        font-size: 17px;
        line-height: 22px;
    }

    h1 {
        font-size: 35px;
        line-height: 40px;
    }

    h4 {
        font-size: 20px;
        line-height: 27px;
    }

    .btn {
        font-size: .8em;
    }

    header h1 {
        font-size: 45px;
        white-space: pre;
    }

    footer img {
        width: 10%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    p {
        font-size: 18px;
        line-height: 26px
    }

    h1 {
        font-size: 39px;
        line-height: 41px;
    }

    h4 {
        font-size: 26px;
        line-height: 33px;
    }

    header img {
        width: 30%;
        margin-bottom: 1em;
    }

    footer img {
        width: 8%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    p {
        font-size: 18px;
        line-height: 26px
    }

    h1 {
        font-size: 37px;
        line-height: 42px;
    }

    h4 {
        font-size: 35px;
        line-height: 40px;
    }
}



@media (pointer: coarse) and (hover: none) {
    header {
        background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }

    header video {
        display: none;
    }

    @media (max-width:768px) {
        body {
            font-size: 13px;
            line-height: 18px;
        }
    }
