* {
    margin: 0 auto;
    padding: 0;
    scroll-behavior: smooth;
    background-color: transparent;
    /*        background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;  */
}

html {
    width: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;

}


body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    /*  background-image: url(img/titelbild.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; */
    /* position: relative; */
    overflow-anchor: none;
    background: transparent !important;

}

.parallax-hg {
    height: 100vh;
    position: fixed;
    z-index: -1;
    width: 100%;
}

.hintergrund {

    /* background-image: url(img/titelbild_02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; 
     position: relative; */
}

.parallax-hg img {
    height: 100vh;
    object-fit: cover;
}



.parallax-window {
    min-height: 100vh;
    background: transparent;
}

.bg {
    display: none;
}



img {
    width: 100%;
    background: transparent;
}

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 7em;
    color: #a8b327;
    padding-top: 5%;
    padding-right: 6%;
}


h2 {
    font-family: 'Shadows Into Light', cursive;
    font-size: 3.5em;
    font-weight: 700;
    padding-bottom: 5%;
    color: #1b1b25;
    line-height: 1;
}

h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #1b1b25;
    font-size: 3em;
    padding-top: 4%;
    padding-bottom: 2%;
}

h4 {
    font-family: 'Shadows Into Light', cursive;
    font-size: 8em;
    font-weight: 700;
    color: #1b1b25;
    line-height: 1;

}

.logo {
    position: absolute;
    top: 15%;
    left: 8%;
    width: 100%;
}

.logo p {
    font-family: 'Roboto Condensed', sans-serif;
    color: #a8b327;
    font-size: 3em;
    margin-left: 10%;
    margin-top: -1%;
}

.text-trenner {
    width: 100%;
    clear: both;
    text-align: center;

}



hr {
    background-color: #1b1b25;
    width: 50%;
    height: 0.1em;
    border: 0;
}

p {
    font-size: 1.1em;
    font-family: 'Roboto Slab', sans-serif;
    padding-bottom: 4%;
    line-height: 1.6;
    color: #1b1b25;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0 1% 0 0;
    display: inline-block;
    width: 50%;
    float: right;
}

li {
    float: right;
    padding-right: 4%;
}

li:first-child {
    padding-right: 2%;
}

li a {
    color: #1b1b25;
    text-decoration: none;
    font-size: 1.3em;
    font-family: 'Roboto Slab', sans-serif;
    transition: all .35s linear;
}

#navi,
#footer-navi {
    z-index: 1;
    padding-top: 1.2%;
    padding-bottom: 1.2%;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    transition: all .15s linear;
}

#footer-navi {
    text-align: center;
    position: relative;
    background-color: transparent;
    padding-top: 10%;
    padding-bottom: 0.5%;
    opacity: 1;
}

#footer-navi ul {
    float: none;
}

#footer-navi li {
    float: none;
    display: inline;
}

#footer-navi li:first-child {
    padding-right: 4%;
}

#footer-navi li:last-child {
    padding-right: 0%;
}

#footer-navi li a {
    font-size: 1.1em;
    display: inline-block;
}

#navitext {
    opacity: 0;
    transition: all .35s linear;
}

#navitext h2 {
    font-size: 1.5em;
    padding-bottom: 0;
    padding-left: 2%;
    float: left;
    padding-right: 1%;
}

#navitext p {
    padding: 0;
    font-size: 0.9em;
    float: left;
}

.icon-fb,
.icon-ig {
    width: 3.5%;
    padding-right: 2.5%;
    transition: all .35s linear;
    display: inline-block;
    margin-top: -0.3%;
}


#navi li a:hover {
    color: #a8b327;
    transition: all .35s linear;
}

.active {
    color: #a8b327 !important;
    box-sizing: border-box;
    border-radius: 0.3vw;
    opacity: 1;
    transition: all .35s linear;
}

#wrapper {
    background-color: rgba(0, 0, 0, 0) !important;
    width: 100%;

    padding-top: 100vh;
}

#wrapper-impressum {
    background: url(img/impressum--hintergrund.jpg);
    background-repeat: no-repeat;
    width: 100%;

}

.linienwrapper {
    width: 100%;
    background-color: rgba(0, 0, 0, 0) !important;
    background: transparent !important;

}

.linienwrapper img {
    display: block;
    background-color: rgba(0, 0, 0, 0) !important;
    background: transparent !important;


}

.linie {
    border-bottom: 1em solid #a8b327;
}


#ueber-mich-container {
    margin-bottom: -10vw;
    width: 100%;
    background-image: url(img/ueber-mich-hintergrund.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

#ueber-mich-wrapper {
    display: inline-block;
}

.ueberschrift {
    text-align: right;
}

#ueber-mich-bild {
    width: 30%;
    float: left;
    padding: 4% 2% 0% 13%;
}

#ueber-mich-text {
    width: 40%;
    float: right;
    padding: 3% 13% 0% 2%;

}

button {
    background-color: #a8b327;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #1b1b25;
    font-size: 1.3em;
    border-radius: 0.4em;
    border: none;
    box-shadow: none;
    padding: 2%;
    margin-top: 3%;
    margin-bottom: 15%;
    cursor: pointer;
}

*:focus {
    outline: 0 !important;
}

/* MODAL */

#modal {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #a8b327;
    color: white;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    overflow-y: scroll;
}




.modal_content_box {
    width: 85%;
    background-color: white;
    color: black;
    display: inline-block;
    padding-top: 3%;
    padding-bottom: 3%;
}

.modal_title {
    text-align: right;
    color: black;
    margin: 1vw 2vw 0 0;
    font-size: 3em;
    cursor: pointer;
}


.flex-referenzen-container {
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    margin: 0 10% 0 10%;
}

.flex-referenzen-container a {
    display: none;
}

.flex-referenz {
    flex: 0 0 auto;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 25%;
    text-align: center;
    margin: 0 2% 0 2%;
}

#modal h2 {
    font-size: 2.2em;
    padding-bottom: 10%;
}

#modal h3 {
    font-size: 1.1em;
    text-align: center;
    line-height: 1;
    padding-bottom: 1.5%;
}

#modal p {
    font-size: 0.9em;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 2%;
}

.close {
    position: absolute;
    right: 0;
    font-size: 3em;
    padding-right: 1.5%;
    padding-top: 1%;
    color: #000;
    cursor: pointer;
}








#trenner {

    width: 100%;
    display: inline-block;
    display: flex;
    justify-content: center;
    margin-bottom: -1%
}

#trenner-links,
#trenner-rechts {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 40%;
    text-align: center;
    margin: 0 2%;
}




#trenner h2 {
    font-size: 2em;
    padding-top: 0;
    text-align: left;
    animation-duration: .8s;
    /* don't forget to set a duration! */
}

#trenner p {
    padding-bottom: 6%;
    text-align: left;
    margin-bottom: 10%;
    font-size: 1em;
    animation-duration: .8s;
    /* don't forget to set a duration! */
}

#trenner h3 {
    font-size: 18em;
    float: left;
    color: #a8b327;
    line-height: 0.9em;
    border-right: 3px solid #a8b327;
    padding: 0;
    margin-bottom: 25vw;
    margin-right: 3%;
}



#angebote-container {
    width: 100%;
    background-image: url(img/angebote-hintergrund.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: top;
}

#ueberschrift {
    width: 100%;
    display: inline-block;
}

.ueberschrift-untertitel {
    float: left;
    padding-top: 5.5%;
    padding-bottom: 0;
    width: 25%;
    padding-left: 3.5%;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1.2em;
}

#angebote-container h1 {
    text-align: left;
    padding-left: 6%;
    padding-right: 0;
    float: left;
}

#angebote-container h2 {
    font-size: 2.5em;
    margin-top: 3%;
}




.flex-container {
    display: flex;
    justify-content: center;
    margin: 0 10% 0 10%;
    flex-wrap: wrap;
}

.zwei {
    margin-bottom: 6%;
}

.flex-item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 25%;
    padding-top: 6%;
    text-align: center;
    margin: 0 3% 0 3%;
}



#kontakt-container {
    width: 100%;
    background-image: url(img/kontakt-hintergrund.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    min-height: 100%;
    padding-bottom: 6%;
}


#kontakt-container h1 {
    text-align: left;
    padding-left: 6%;
    padding-right: 0;
    float: left;
    padding-bottom: 3%;
    width: 80%;
}

#kontakt-container p {
    padding-bottom: 0;
}

#kontakt-container h2 {
    font-size: 2.5em;
    padding-top: 10%;
    padding-bottom: 0;
}

.abstand {
    margin-bottom: 1%;
}

#kontakt-text {
    float: left;
    width: 45%;
    padding-left: 6%;
    padding-top: 1%;
}


#heyho {

    position: absolute;
    width: 25vw;
    left: 50%;
    transform: translateX(-65%);
    z-index: 0;

}



#footer {
    background-color: #a8b327;
    width: 100%;
    margin-top: -1%;
    display: inline-block;
}

#footer p {
    text-align: center;
    padding-top: 1%;
}



/* KONTAKTFORMULAR */


#kontaktformular {
    width: 35%;
    text-align: left;
    padding-left: 3vw;
    float: right;
    margin-top: -5%;

}

#kontaktformular label {
    font-size: 1.3em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #1b1b25;
    display: block;
    margin-bottom: 0.5vw;
    margin-top: 1.5vw;
}

#kontaktformular label.text-success {
    font-size: 1.3em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #1b1b25;
    display: block;
    margin: 0;
    float: left;
    margin-top: 1.5vw;
}

#kontaktformular label.text-danger {
    font-size: 1.3em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: red;
    display: block;
    margin: 0;
    padding-top: 1vw;
    float: left;
}

.error {
    width: 100%;
    float: left;
    display: block;
    text-align: left;
    margin-bottom: 2%;
}



input[type=checkbox] {
    display: none;
}

/* selektiert das Label Tag nach jeder Checkbox */
input[type="checkbox"] + label::before {
    width: 1em;
    height: 1em;
    background-color: #fff;
    display: block;
    content: "";
    float: left;
    margin-right: 1%;
    border: 0.15em solid #1b1b25;
    border-radius: 50%;
}

input[type="checkbox"]:checked + label::before {
    box-shadow: inset 0px 0px 0px 0.2vw #fff;
    background-color: #1b1b25;
}



input[type=submit] {
    color: #1b1b25;
    cursor: pointer;
}

.btn-info {
    background-color: #a8b327;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #1b1b25;
    font-size: 1.3em;
    border-radius: 0.4em;
    border: none;
    box-shadow: none;
    padding: 2%;
    margin-top: 3%;
}

#kontaktformular .row {
    margin: 0;
}

#kontaktformular .col-md-4 {
    width: 100%;
}


#kontaktformular.group:after {
    clear: both;
    content: "";
    display: table;
}

input.form-control {
    width: 20em;
    height: 1.2em;

}


textarea,
input {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1em;
    padding: 1%;
    border: 0.2em solid #a8b327;
    border-radius: 0.3em;
}

textarea {
    width: 20em;
    height: 10em;
}

label#con {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1em;
    line-height: 1.5;
}

.pflicht {
    font-size: 0.8em;
}


#impressum {
    padding-top: 6%;
    text-align: center;
    width: 50%;
    padding-bottom: 4%;
}

#impressum h2 {
    font-size: 4em;
    padding-bottom: 4%;
}

#impressum h3 {
    font-size: 1.5em;
}

#impressum p {
    padding-bottom: 2%;
}

#impressum a {
    color: #1b1b25;
    text-decoration: underline;
    font-size: 1.1em;
    font-family: 'Roboto Slab', sans-serif;
    transition: all .35s linear;
}

#impressum ul {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1.1em;
    line-height: 1.6;
    text-align: left;
    display: inline-block;
    float: none;
    width: 80%;
    padding-bottom: 4%;
}

#impressum li {
    list-style-type: disc;
    float: none;
}




/* Small Desktop devices (Desktop, 1200px and up) */
@media screen and (max-width: 1280.89px) and (min-width: 1201px) {


    .hintergrund {
        content: url("img/titelbild_1200.jpg");
    }

    .logo p {
        font-family: 'Roboto Condensed', sans-serif;
        color: #a8b327;
        font-size: 3em;
        margin-left: 13%;
        margin-top: -1%;
    }

    #navitext h2 {
        font-size: 1.4em;
    }

    #ueber-mich-text {
        width: 38%;
        padding: 3% 13% 0% 2%;
    }

    #ueber-mich-bild {
        width: 33%;
        padding: 5% 2% 0% 12%;
    }
    


    .flex-item {
        width: 25%;
    }

    p {
        font-size: 1em;
    }
    
    #trenner {
        margin-bottom: -5%; 
    }

    #trenner h2 {
        font-size: 1.6em;
        padding-bottom: 3%;
    }

    h2 {
        font-size: 2.9em;
    }

    h3 {
        font-size: 3em;
    }

    .ueberschrift-untertitel {
        font-size: 1em;
    }

    button {
        font-size: 1.3em;
    }

    #footer-navi li a {
        font-size: 1em;
    }

    #trenner-links,
    #trenner-rechts {
        width: 45%;
    }

    #trenner p {
        font-size: 0.9em;
    }


}


/* Tablet devices (Tablet, 796px and up) */
@media screen and (max-width: 1200px)  {


    .hintergrund {
        content: url("img/titelbild_1200.jpg");
    }

    h4 {
        font-size: 6em;

    }

    .logo p {
        font-family: 'Roboto Condensed', sans-serif;
        color: #a8b327;
        font-size: 3em;
        margin-left: 13%;
        margin-top: -1%;
    }

    ul {
        width: 70%;
    }

    a {

        color: #1b1b25;
    }

    body {
        min-height: 100vh;
  min-height: -webkit-fill-available;
        background-image: none;
    }

    .bg {

        /* position: relative; */
    }


    .icon-fb,
    .icon-ig {
        width: 4%;
        padding: 1% 4.5% 0 0;

    }

    h1 {
        font-size: 5em;
    }

    li {
        padding-right: 6%;
        line-height: 2;
    }

    #navi {
        padding: 1.5% 0 0.8% 0;
    }
    
    #navitext {
       opacity: 0;
    }

    #navitext p {
        font-size: 1em;
        margin-top: 0.3%;
    }

    #navitext h2 {
        font-size: 1.8em;
        padding-left: 4%;
        top: 18%;
    }

    #ueber-mich-text {
        width: 43%;
        padding: 3% 8% 0% 2%;
    }

    #ueber-mich-bild {
        width: 35%;
        padding: 5% 2% 0% 8%;
    }


    .modal_content_box {
        width: 80%;
    }


    #modal h2 {
        margin-top: 15%;
    }

    .flex-referenzen-container {
        flex: 0 0 auto;
        flex-wrap: wrap;

    }


    .flex-referenz {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: auto;
        width: 35%;
        text-align: center;
        margin: 0 2% 0 2%;
    }


    .flex-container {
        margin: 0 0% 0 0%;
    }
    .flex-item {
        width: 25%;
    }

    .close {
        padding-right: 2%;
    }

    p {
        font-size: 1em;
    }
    
    #trenner {
        margin-bottom: 10%;
    }

    #trenner h2 {
        font-size: 1.8em;
    }
    
    #trenner h3 {
        font-size: 9em;
         margin-bottom: 30vw;
    }
    
    #trenner-links,#trenner-rechts {
        width:40%;
    
    }

    h2 {
        font-size: 2.9em;
    }

    h3 {
        font-size: 2.7em;
    }

    .ueberschrift-untertitel {
        font-size: 1em;
        width: 45%;
    }

    button {
        font-size: 1.3em;
    }

    .btn-info {
        -webkit-appearance: none;
    }

    textarea,
    input {
        -webkit-appearance: none;
    }

    #footer-navi li a {
        font-size: 1em;
    }

    #kontaktformular {
        padding-left: 0;
        padding-right: 6%;
    }

    #heyho {
        display: none;
    }

    #footer-navi {
        padding-top: 5%;
    }

    #impressum {
        padding-top: 10%;

    }

    #impressum h3 {
        font-size: 1.2em;
    }

    #impressum h2 {
        font-size: 3em;
    }

    #impressum ul {
        font-size: 1em;
    }

    #impressum li {
        line-height: 1.6;
    }

}







/* Tablet devices (Tablet, 796px and up) */
@media screen and (max-width: 850px)  {


    .hintergrund {
        content: url("img/titelbild_1200.jpg");
    }

    h4 {
        font-size: 6em;

    }

    .logo p {
        font-family: 'Roboto Condensed', sans-serif;
        color: #a8b327;
        font-size: 3em;
        margin-left: 13%;
        margin-top: -1%;
    }

    ul {
        width: 70%;
    }

    a {

        color: #1b1b25;
    }

    body {
        min-height: 100vh;
  min-height: -webkit-fill-available;
        background-image: none;
    }

    .bg {

        /* position: relative; */
    }


    .icon-fb,
    .icon-ig {
        width: 4%;
        padding: 1% 4.5% 0 0;

    }

    h1 {
        font-size: 5em;
    }

    li {
        padding-right: 6%;
        line-height: 2;
    }

    #navi {
        padding: 1.5% 0 0.8% 0;
    }
    
    #navitext {
       opacity: 0;
    }

    #navitext p {
        font-size: 1em;
        margin-top: 0.3%;
    }

    #navitext h2 {
        font-size: 1.8em;
        padding-left: 4%;
        top: 18%;
    }

    #ueber-mich-text {
        width: 43%;
        padding: 3% 8% 0% 2%;
    }

    #ueber-mich-bild {
        width: 35%;
        padding: 5% 2% 0% 8%;
    }


    .modal_content_box {
        width: 80%;
    }


    #modal h2 {
        margin-top: 15%;
    }

    .flex-referenzen-container {
        flex: 0 0 auto;
        flex-wrap: wrap;

    }


    .flex-referenz {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: auto;
        width: 35%;
        text-align: center;
        margin: 0 2% 0 2%;
    }

 .flex-container {
        margin: 0 0% 0 0%;
     padding-bottom: 5%;
    }
    .flex-item {
        width: 35%;
    }

  

    .close {
        padding-right: 2%;
    }

    p {
        font-size: 1em;
    }
    
    #trenner {
        margin-bottom: 10%;
    }

    #trenner h2 {
        font-size: 1.8em;
    }
    
    #trenner h3 {
        font-size: 8em;
         margin-bottom: 50vw;
    }
    
    #trenner-links,#trenner-rechts {
        width:40%;
    
    }

    h2 {
        font-size: 2.9em;
    }

    h3 {
        font-size: 2.7em;
    }

    .ueberschrift-untertitel {
        font-size: 1em;
        width: 45%;
    }

    button {
        font-size: 1.3em;
    }

    .btn-info {
        -webkit-appearance: none;
    }

    textarea,
    input {
        -webkit-appearance: none;
    }

    #footer-navi li a {
        font-size: 1em;
    }

    #kontaktformular {
        padding-left: 0;
        padding-right: 6%;
        margin-right: 6%;
    }

    #heyho {
        display: none;
    }

    #footer-navi {
        padding-top: 5%;
    }

    #impressum {
        padding-top: 10%;

    }

    #impressum h3 {
        font-size: 1.2em;
    }

    #impressum h2 {
        font-size: 3em;
    }

    #impressum ul {
        font-size: 1em;
    }

    #impressum li {
        line-height: 1.6;
    }

}
















/* MOBILE devices (Mobile, 768px and down) */
@media screen and (max-width: 768.89px) {

    .hintergrund {
        content: url("img/titelbild_mobil.jpg");
    }

    h4 {
        font-size: 5em;
        text-align: center;
    }

    .logo {
        left: 50%;
        transform: translateX(-50%);
    }

    .logo p {
        font-size: 1.4em;
        margin-left: 25%;
    }


    #wrapper {}

    .parallax-window {
        display: none;
    }

    #modal {
        display: none;
    }




    body {
        min-height: 100vh;
        min-height: -webkit-fill-available;
    }

    #navi {
        padding: 3% 0 3% 0;
        background-color: rgba(255, 255, 255, 1);
    }

    #navitext h2,
    #navitext p {
        display: none;
    }

    #navi ul li.icon-fb,
    #navi ul li.icon-ig {
        display: none;
    }

    #navi ul {
        display: flex;
        flex-direction: row-reverse;
    }

    #navi li {
        padding-right: 0;
    }

    ul {
        width: 100%;
        float: none;
        padding: 0;
        text-align: center;

    }

    li {
        float: none;

    }

    #navi ul li {
        display: inline-block;

    }


    .modal_content_box {
        width: 80%;
    }


    #modal h2 {
        margin-top: 15%;
    }

    .flex-referenzen-container {
        flex-wrap: wrap;
        margin-top: 15%;
    }


    .flex-referenz {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: auto;
        width: 100%;
        text-align: center;
        margin: 0 2% 0 2%;
    }

    .flex-referenz h3 {
        font-size: 1.2em;
        padding-bottom: 1%;
    }

    .flex-referenz h2 {
        padding-top: 15%;
        font-size: 3em;
        color: #a8b327;
    }

    .flex-referenzen-container a {
        color: #a8b327;
        text-decoration: underline;
        font-size: 1.3em;
        font-family: 'Roboto Slab', sans-serif;
        margin-bottom: 15%;
        display: block;

    }



    .flex-item {
        width: 35%;
    }

    .close {
        padding-right: 2%;
    }

    #ueber-mich-container,
    #angebote-container,
    #kontakt-container {
        background-image: none;
        background-color: #fff;
    }

    #ueber-mich-text {
        width: 38%;
        padding: 3% 13% 0% 2%;
    }

    #ueber-mich-bild {
        width: 33%;
        padding: 5% 2% 0% 12%;
    }

    .flex-item {
        width: 35%;
    }

    p {
        font-size: 1em;
        padding-bottom: 8%;
        text-align: center;
    }

    #trenner h2 {
        font-size: 1.8em;
    }

    h1 {
        font-size: 3.5em;
        padding-right: 8%;
        text-align: center;
        padding-top: 15%;
    }

    h2 {
        font-size: 1.8em;
        text-align: center;
    }

    h3 {
        font-size: 1.8em;
        padding-bottom: 8%;
    }

    .ueberschrift-untertitel {
        font-size: 1em;
    }

    #ueber-mich-bild,
    #ueber-mich-text {
        padding: 0;
        width: 80%;
        padding: 10% 10% 5% 10%;
        text-align: center;
    }

    #trenner {
        display: block;
    }

    .text-trenner {
        opacity: 1;
        width: 80%;
    }

    #trenner h2,
    #trenner p {
        opacity: 1;
        text-align: center;
    }

    #trenner h3 {
        float: none;
        border: none;
        font-size: 10em;
        margin-right: 0;
        border-bottom: 3px solid #a8b327;
        border-right: none;
        margin-bottom: 5%;
    }

    #trenner-links,
    #trenner-rechts {
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }

    #angebote-container h1 {
        text-align: center;
        padding-left: 0;
        width: 100%;
    }

    #angebote-container h2 {
        font-size: 2em;
    }

    .ueberschrift {
        text-align: center;
        padding-right: 0;
    }

    .ueberschrift-untertitel {
        padding-left: 8%;
        width: 85%;
    }

    .flex-container {
        display: block;
        margin: 0;
        padding-top: 10%;
    }

    .flex-item {
        width: 80%;
        margin: 0 auto;
    }

    button {
        font-size: 1.3em;
    }



    #kontakt-container h1 {
        padding-left: 0;
        text-align: center;
        width: 100%;
    }

    #kontakt-container h2 {
        padding-top: 20%;
    }

    #kontakt-text {
        width: 85%;
        padding-left: 8%;
        padding-bottom: 10%;
    }

    #kontaktformular {
        width: 100%;
        float: none;
        padding: 0;
        margin: 0;
        display: inline-block;
        text-align: center;
        margin-top: 10%;
    }

    #kontaktformular .row {
        display: inline-block;
    }

    #kontaktformular label {
        text-align: center;
        margin-bottom: 3%;
    }

    input.form-control {
        width: 100%;
    }


    textarea {
        width: 100%;
        height: 10em;
    }

    #heyho {
        display: none;
    }

    #kontaktformular label#con {
        text-align: left;
    }

    #footer {
        width: 80%;
        padding: 3% 10%;
        margin-top: -3%;
    }

    hr {
        width: 100%;
        margin: 5% 0;
    }

    #footer-navi li a,
    #footer p {
        font-size: 0.8em;
    }

    #footer-navi li:first-child {}

    #wrapper-impressum {
        background-image: none;
    }

    #impressum {
        width: 80%;
        padding-top: 25%;
    }

    #impressum h3 {
        font-size: 1.2em;

    }

    #impressum a {
        font-size: 1em;
    }

    #impressum h2 {
        font-size: 2em;
    }

    #impressum ul {
        font-size: 1em;
    }



}