nav {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 111px;
    top: 0;
}

h2 { text-align: center }

header {
    margin-top: 111px;
}

footer {
    padding: 40px 0;
}

footer a {
    text-decoration: none;
    color: unset;
}

footer a:hover,
footer a:active,
footer a:focus {
    text-decoration: none;
    color: unset;
}

.footerLink {
    float: right;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 20px;
}

.footerLink:first-child {
    padding-right: 0;
}

section {
    padding: 100px 0;
}

section:first-of-type {
    padding: 60px 0 100px 0;
}

.background-red {
    background-color: #8B1014;
    color: #FFFFFF;
}

.background-lightgray {
    background-color: #F5F5F5;
}

.background-gray {
    background-color: #C4C8C7;
    color: #FFFFFF;
}

.h1-wrapper {
    display: inline-block;
    padding: 80px 100px;
    position: absolute;
    bottom: 10%;
}

.bar {
    padding: 30px 50px;
    margin: 0 0 3rem 0;
}

.box {
    padding: 30px 20px;
}

.full {
    width: 100%;
}

.firstSection {
    margin-top: 120px;
}

.privacyPolicy h2 { font-size: 1.5rem !important; margin-bottom: 10px; font-weight: bold; }
.privacyPolicy h3 { font-size: 1.2rem !important; }
.privacyPolicy h4 { font-size: 1.0rem !important; }

label a {
    text-decoration: none;
    color: #F1F1F1;
}

label a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

input[type="text"] {
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid #FFFFFF;
    background-color: #C4C8C7;
    width: 100%;
    line-height: 3rem;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
    padding: 0 25px;
    margin: 0 0 1.5rem 0;
}

input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label {
    padding-left: 30px;
    cursor: pointer;
}

input[type="checkbox"] + label::before {
    width: 1.3rem;
    height: 1.3rem;
    background-color: transparent;
    border: 2px solid #FFFFFF;
    display: block;
    content: "";
    position: absolute;
    left: 15px;
}

input[type="checkbox"]:checked+label::before {
    background-color: #FFFFFF;
}

textarea {
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid #FFFFFF;
    background-color: #C4C8C7;
    width: 100%;
    line-height: 1.6rem;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
    padding: 13px 25px;
    margin: 0 0 1.5rem 0;
}

/* Formerror */
input[type="text"].formerror,
textarea.formerror,
input[type="checkbox"].formerror + label::before {
    border-color: #8b1014;
}

button {
    transition: 200ms ease all;
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid #8B1014;
    background-color: #8B1014;
    line-height: normal;
    color: #FFFFFF;
    font-weight: 700;
    outline: none !important;
    padding: 13px 75px;
    margin: 0;
    text-transform: uppercase;
}

button:hover {
    background-color: #F5F5F5;
    color: #8B1014;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #FFFFFF;
    font-weight: 500;
    text-transform: uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #FFFFFF;
    font-weight: 500;
    text-transform: uppercase;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #FFFFFF;
    font-weight: 500;
    text-transform: uppercase;
}
:-moz-placeholder { /* Firefox 18- */
    color: #FFFFFF;
    font-weight: 500;
    text-transform: uppercase;
}

li.nav-item:last-child a{
    padding-right: 0 !important;
}

.header-bg-image {
    background-image: url("/assets/img/header/header.jpg");
    padding-bottom: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


ul.specList {
    list-style:none;
    padding:0;
    margin: 0;
}

ul.specList li {
    padding-bottom: 6px;
}

ul.specList li:last-child {
    padding-bottom: 0px;
}


.navbar-collapse {
    background-color: white;
    padding: 20px 0;
}

/****************************/
/*   BOOTSTRAP ÄNDERUNGEN   */
/****************************/

@media (min-width: 1440px) {
    .container {
        max-width: 1380px;
    }
}


@media (min-width: 1440px) {
    .container {
        max-width: 1380px;
    }
}

.container > :last-child {
    margin-bottom: 0 !important;
}

.container > :last-child .col > p:last-child {
    margin-bottom: 0 !important;
}

.box > :last-child {
    margin-bottom: 0 !important;
}

.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    color: #919396;
    font-weight: 400;
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-light .navbar-nav .nav-link::after {
    display: block;
    content: attr(data-content);
    font-weight: 700;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover{
    color: #919396;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .navbar {
        max-width: 960px;
        margin: 0 auto;
        padding: 0 15px 0 15px;
    }
    .navbar-brand {
        padding: 0;
    }
}


@media (max-width: 1199px) {
    .navbar {
        max-width: 960px;
        margin: 0 auto;
        padding: 0 15px 0 15px;
    }
    .navbar-brand {
        padding: 0;
    }
}

@media (max-width: 760px) {
    body {
        font-size: 15px; line-height: 20px;
    }
    nav { height: 75px;}
    header { margin-top: 75px }
    section:first-of-type { padding: 30px 0 50px 0; }
    section { padding: 50px 0; }


    .bar { padding: 15px 25px; }
    .subheadline { font-size: 1.2rem }
    h1 { font-size: 2rem}
    h2 { font-size: 1.3rem}
    h3 { font-size: 1.2rem}

    .h1-wrapper { padding: 10px 20px; }

    .mb-5 { margin-bottom: 1.2rem!important }

    .navbar-brand img { height: 75px; }

    .firstSection {
        margin-top: 60px;
    }

}

