nav {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 111px;
    top: 0;
}

header {
    margin-top: 111px;
    padding-top: 150px;
    padding-bottom: 50px;
    margin-bottom: 100px;
}

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, .footerLink:nth-child(3) {
    padding-right: 0;
}

section {
    padding: 100px 0;
}

section:first-of-type {
    padding: 60px 0 100px 0;
}

.firstSection {
margin-top: 120px;
}

.background-lightgray {
    background-color: #F5F5F5;
}

.background-gray {
    background-color: #C4C8C7;
    color: #FFFFFF;
}

.background-cyan {
    background-color: #00AEEF;
    color: #FFFFFF;
}

.background-red {
    background-color: #ED1C24;
    color: #FFFFFF;
}

.background-white {
    background-color: #FFFFFF;
    color: #919396;
}

.background-img-green {
    background-image: url(/assets/img/4_Kontaktsektion/Rasenflaeche_Sektion.jpg);
    color: #FFFFFF;
    text-shadow: 0 0 20px rgba(0,0,0,0.8);
}



.background-header {
    background-image: url(/assets/img/1_Header/Rasenflaeche_Header2.jpg);
    background-position:center;
}

.head1 {
    text-transform: uppercase;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 3.5rem;
    margin-bottom: 20px;
}

.head2 {
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 2.2rem;

}
.headImage {
    position: absolute;
    width: 120%;
    left: -100px;
    top: -170px;

}

.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;
}

.boxHead {
    padding: 30px 15% 20px 45px;
}


.full {
    width: 100%;
}

.buttonLifeTime {
    background-image: url(/assets/img/1_Header/Stoerer.svg);
    width: 150px;
    height: 150px;
    position: absolute;
    right: 80px;
    bottom: -30px;
}


.buttonLifeTimeEN {
    background-image: url(/assets/img/1_Header/Stoerer_EN.svg);
}

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: #ED1C24;
}

button {
    transition: 200ms ease all;
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid #ED1C24;
    background-color: #ED1C24;
    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: #ED1C24;
}

::-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: 0px;
}

ul.specList li:last-child {
    padding-bottom: 0px;
}


.navbar-collapse {
    background-color: white;
    padding: 20px 0;
}

.btnWhiteRed {
    text-transform: uppercase;
    padding: 10px 35px 10px 35px;
    border: 2px solid #ED1C24;
    background-color: #FFFFFF;
    color: #919396;
    display: inline-block;
}

.btnWhiteRed a {
    color: #919396;
    text-decoration: none;
    font-weight: 700;
}

.btnWhiteRed:hover {
    text-transform: uppercase;
    padding: 10px 35px 10px 35px;
    border: 2px solid #ED1C24;
    background-color: #ED1C24;
    color: white !important;
    display: inline-block;
}

.btnWhiteRed:hover a {
    color: white !important;
}

.btnWhiteRed a:hover {
    color: white !important;
 }

.draw1, .draw4 {
    padding-top: 90px;
}
.draw1:before {
    content: ' ';
    background-image: url(../assets/img/2_Baenke/1er_Bank.svg);
    position: absolute;
    width: 150px;
    height: 132px;
    left: calc(50% - 75px);
    top: -80px;

}

.draw4:before {
    content: ' ';
    background-image: url(../assets/img/2_Baenke/4er_Bank.svg);
    position: absolute;
    width: 215px;
    height: 132px;
    left: calc(50% - 107px);
    top: -80px;

}

.moveUp { margin-top:-40px; }

/****************************/
/*   BOOTSTRAP ÄNDERUNGEN   */
/****************************/

@media (min-width: 1440px) {
    .container {
        max-width: 1380px;
    }
}


@media (min-width: 1440px) {
    .container {
        max-width: 1380px;
    }
}

.w-90 {
    width: 90% !important;
}

.mb-10 {
    margin-bottom: 8rem;
}
.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;
}

.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; }

@media (max-width: 1440px) {
  .buttonLifeTime {
      bottom:40px;
      right: 90px;
  }
}

@media (max-width: 1199px) {
    .navbar {
        max-width: 960px;
        margin: 0 auto;
        padding: 0;
    }
    .navbar-brand {
        padding: 0;
    }

    .navbar-brand img {
        padding: 0 0 0 15px;
    }

    .navbar-toggler {
        margin-right: 15px;
    }

    .headImage {
        position: static;
        width: 80%;
        margin-left: 10%;
        margin-top: 30px;
    }

    .w-90 {
        width: 100%!important;
        text-align:center;
        margin-bottom: 1.5rem;
    }

    header {
        padding-top: 75px;
        padding-bottom: 25px;
    }

    header p {
        margin:0;
    }

    .background-header {
        background-image: url(/assets/img/1_Header/Rasenflaeche_Header.jpg);
        background-position:center;
    }

    .boxHead { padding: 30px 20px; }

    .buttonLifeTime {
       width: 120px;
       height: 120px;
    }

}

@media (max-width: 760px) {
    body {
        font-size: 15px; line-height: 20px;
    }
    nav { height: 75px;}
    header { margin-top: 50px }
    section:first-of-type { padding: 30px 0 50px 0; }

    .firstSection {
        margin-top: 60px;
    }

    section { padding: 50px 0; }

    .headImage {
        width: 100%;
        margin-left: 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: 35px; margin: 20px 0 }

    .buttonLifeTime {
        width: 90px;
        height: 90px;
        bottom: 0;
        right: 9%;
    }
    .footerLink, .footerLink:first-child { float: left; padding: 0 20px 0 0;}

    .head1 { font-size: 2.0rem; line-height: 2.2rem; margin-bottom:10px; }
    .head2 { font-size: 1.05rem; line-height: 1.4rem; }
}

