﻿@font-face {
    font-family: "Open Sans", sans-serif;
    font-display: swap;
    src: url(/fonts/OpenSans.woff2);
}


body {
    font-family: 'Open Sans', sans-serif;
}

h4 {
    /*font-size: 1.5em;
    border-bottom: 2px dotted #C74A34;
    padding-bottom: 5px;
    color: #c74a34;
    font-weight: bold;
    text-transform: uppercase;
   text-shadow: -1ex 1ex 4px #eee, 1em -1ex 2px #ddd*/
    font-size: 1.7em;
    color: black;
    border-bottom: 3px dotted #cccccc;
    padding-bottom: 5px;
    /*font-weight: bold;*/
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #cccccc;
}

h3 {
    font-size: 1.3em;
    border-bottom: 2px solid #C74A34;
    padding-bottom: 5px;
    color: #464749;
    font-weight: bold;
}

h2 {
    font-size: 1.5em;
    border-bottom: 2px solid white;
    padding-bottom: 5px;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
}


/* Logoleiste */

.logo-leiste {
    text-align: center;
}

.logo-image {
    padding: 10px;
    max-height: 135px;
}

.navigation-leiste {
    padding-top: 40px;
}

@media (max-width: 1400px) {
    .navigation-leiste {
        padding-top: 32px;
    }
}

@media (max-width: 1200px) {
    .navigation-leiste {
        padding-top: 25px;
    }
}

@media (max-width: 1000px) {
    .navigation-leiste {
        padding-top: 0;
    }
}

.navbar-custom {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3em;
    color: black;
}

/* remove border */
@media (min-width: 768px) {
    .navbar.navbar-default {
        background-color: #99ccff;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: center;
    }

        .navbar.navbar-default .navbar-collapse {
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            text-align: center;
        }
}

/* center nav */
/*.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}*/

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

.navbar .navbar-collapse {
    text-align: center;
}

/* Content Container */

.content-container {
    text-align: center;
    width: 100%;
}

.content-container-2 {
    background-color: transparent;
}

#wrapperContent {
    text-align: center;
    margin: 0 auto;
    max-width: 1400px !important;
    max-height: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
}

/* Content mitte */

.content {
    background-color: white;
    padding: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    text-align: left;
    min-height: 500px;
}

    .content > a, a:visited {
        color: #C74A34;
        text-decoration: underline;
    }

        .content > a:hover, a:active {
            color: lightsalmon;
            text-decoration: none;
        }


/* copyright */
.copyright {
    color: white;
    font-family: 'Open Sans', sans-serif;
    color: white;
    text-align: center;
    min-height: 50px;
    padding: 15px;
}

    .copyright > a, .copyright > a:visited {
        color: #FFF;
        text-decoration: underline;
    }

        .copyright > a:hover, .copyright > a:active {
            color: #cccccc;
            text-decoration: none;
        }

/* Pallaxer Text */
.parallaxerText {
    background: #C74A34;
    opacity: 0.92;
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 1.8em;
    font-weight: bold;
    width: 55%;
    padding: 15px;
    text-align: center;
    position: relative;
    display: block;
    top: 40%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1250px) {
    .parallaxerText {
        width: 40%;
        font-size: 2.2em;
    }
}

@media (max-width: 768px) {
    .parallaxerText {
        width: 90%;
        font-size: 1.4em;
    }
}

/* Required field */

.required-field-block {
    position: relative;
}

    .required-field-block .required-icon {
        display: inline-block;
        vertical-align: middle;
        margin: -0.25em 0.25em 0em;
        background-color: #E8E8E8;
        border-color: #E8E8E8;
        padding: 0.5em 0.8em;
        color: rgba(0, 0, 0, 0.65);
        text-transform: uppercase;
        font-weight: normal;
        border-radius: 0.325em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: background 0.1s linear;
        -moz-transition: background 0.1s linear;
        transition: background 0.1s linear;
        font-size: 75%;
    }

    .required-field-block .required-icon {
        background-color: transparent;
        position: absolute;
        top: 0em;
        right: 0em;
        z-index: 10;
        margin: 0em;
        width: 30px;
        height: 30px;
        padding: 0em;
        text-align: center;
        -webkit-transition: color 0.2s ease;
        -moz-transition: color 0.2s ease;
        transition: color 0.2s ease;
    }

        .required-field-block .required-icon:after {
            position: absolute;
            content: "";
            right: 1px;
            top: 1px;
            z-index: -1;
            width: 0em;
            height: 0em;
            border-top: 0em solid transparent;
            border-right: 30px solid transparent;
            border-bottom: 30px solid transparent;
            border-left: 0em solid transparent;
            border-right-color: inherit;
            -webkit-transition: border-color 0.2s ease;
            -moz-transition: border-color 0.2s ease;
            transition: border-color 0.2s ease;
        }

        .required-field-block .required-icon .text {
            color: #B80000;
            font-size: 26px;
            margin: -3px 0 0 12px;
        }

/* To Top Scroller */
#ToTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 75px; /* Place the button at the bottom of the page */
    right: 50px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: 1px solid white; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #C74A34; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

    #ToTop:hover {
        background-color: #555; /* Add a dark-grey background on hover */
    }

/* Bubble */
.arrow_container {
    text-align: center;
    width: 100%;
}

.arrow_box {
    position: relative;
    background: #f1f1f1;
    border: 3px solid #646568;
    min-height: 100px;
    padding: 15px;
    max-width: 750px;
    font-size: 1.4em;
    color: #464749;
    margin: 0 auto;
}

    .arrow_box:after, .arrow_box:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(199, 74, 52, 0);
        border-top-color: #f1f1f1;
        border-width: 30px;
        margin-left: -30px;
    }

    .arrow_box:before {
        border-color: rgba(70, 71, 73, 0);
        border-top-color: #646568;
        border-width: 34px;
        margin-left: -34px;
    }

.main .img-responsive {
    /*margin-bottom: 30px;*/
}

.textbox {
    text-align: left;
    background: #F1F1F1;
    margin: 30px;
    border-radius: 10px;
    max-width: 250px;
}

.main {
    /*max-width: 800px;*/
}

.bild {
    -webkit-box-shadow: 8px 8px 3px -4px #464749;
    -moz-box-shadow: 8px 8px 3px -5px #464749;
    box-shadow: 8px 8px 3px -5px #464749;
    border: 1px solid #464749;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 3px;
    width: 250px;
    max-width: 100% !important;
    height: auto !important;
}
