@font-face {
    font-display: swap; 
    font-family: 'contentregular';
    src: url('../fonts/content-regular-webfont.woff2') format('woff2'),
         url('../fonts/content-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* oswald-regular - latin */
@font-face {
    font-display: swap; 
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/oswald-v53-latin-regular.woff2') format('woff2'); 
  }

@font-face {
    font-display: swap; 
    font-family: 'headlineregular';
    src: url('../fonts/headline-regular-webfont.woff2') format('woff2'),
         url('../fonts/headline-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


:root {
    --black:    #1D1D1C;
    --beige1:   #FEEAD3;
    --beige2:   #F7D9B4;
    --beige3:   #E6BE9F;
    --brown:    #B08A77;
    --sorte1:   #7a6155;
    --sorte2:   #c5a188;
}

html, body {
    font-family: Oswald sans-serif;
    font-size: 25px;
    color: #1D1D1C;
    line-height: 1.3;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    overflow-x: hidden!important;
}

*:focus, .btn.focus, .btn:focus, button:focus {
    outline: 0 none;
    border: 0;
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)!important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)!important;
}

::-webkit-scrollbar {
    width: 6px
}
::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0px
}
::-webkit-scrollbar-thumb {
    background: var(--beige3);
    border-radius: 0px
}

h1, h2 {
    font-family: headlineregular;
    font-size: 90px;
}

h4  {
    font-family: headlineregular;
    font-size: 60px;
    color: var(--black)
}

h3 {
    font-family: contentregular;
    font-size: 35px;
}

h5, .h5 {
    font-family: contentregular;
    font-size: 30px;
}

p {
    font-family: Oswald;
    font-size: 25px;
}

figure {
    margin: 0;
    padding: 0;
}

.padding {
    padding-top: 100px;
    padding-bottom: 100px;
}



/* Navigation */
.logo {
    width: 50%;
}

.bg-nav {
    background-color: var(--black);
    color: var(--beige1);
    padding-top: 10px;
    padding-bottom: 10px;
    
}

.bg-body-tertiary {
    background-color: rgba(var(--black), var(--black)) !important;
}


.nav-link {
    color: var(--beige1);
    padding: 0px 12px;
}

.nav-link:hover {
    color: var(--brown);
}


/*.home {
    display: none;
    display: inline-block;
}*/


/* Home */

.bg-home {
    background-image: url(../images/kreperei-marco-wanke-hintergrund-berge.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.logomobile {
    max-width: 150px;
    height: auto;
}



/* Sortiment*/

.bg-sortiment {
    /*background-image: url(../images/kreperei-marco-wanke-crepe-02.png);
    background-position: center right;
    background-size: auto;
    background-repeat: no-repeat;*/
    background-color: var(--brown);
    color: var(--beige1);
}

.box-black {
    background-color: var(--black);
    text-align: center;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}

.box-beige {
    background-color: var(--beige2);
    text-align: center;
    color: var(--black);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}

.bg-sorte1 {
    background-color: var(--sorte1);
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 22px;
    padding: 0 0 5px 0;
    margin-bottom: 15px;
    
}

.bg-sorte2 {
    background-color: var(--sorte2);
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 22px;
    padding: 0 0 5px 0;
    margin-bottom: 15px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.n-margin {
    margin-bottom: -40px;
    margin-top: 30px;
}

.n-margin-h4 {
    margin-bottom: -30px;
    margin-top: 30px;
}

.n-margin-image {
    margin-bottom: -150px;
    margin-top: 10px;
    margin-left: 60px;
    margin-right: -160px;  
}

@media screen and (max-width: 991px) {
    .n-margin-image {
        margin-bottom: -150px;
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 0px;
        max-width: 100%;
        height: auto;
    }

    .border-end {
        border: 0px solid transparent!important;
    }
    
}

.box-beige .border-end {
    border-color: var(--black)!important;
}


/* Über uns */

.bg-ueber-uns {
    background-image:     
    url(../images/kreperei-marco-wanke-wellen.png),
    url(../images/kreperei-marco-wanke-form-02.png), 
    url(../images/kreperei-marco-wanke-form-03.png), 
    url(../images/kreperei-marco-wanke-hintergrund-tafel.jpg);
    background-position: center bottom, top left, bottom right, center center;
    background-size: 100% auto, auto, auto, cover;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    color: var(--beige1);
    padding-bottom: 200px;
}

a.button {
    padding: 3px 50px 20px 50px;
    border: solid;
    color: var(--beige1);
    background-color: var(--black);
    text-decoration: none;
}



/* Kontakt*/

.bg-kontakt {
    background-color: var(--black);
    background-image: url(../images/kreperei-marco-wanke-erdnuss-01.png);
    background-position: right bottom;
    background-size: auto;
    background-repeat: no-repeat;
    color: var(--beige1);
}

.box1 {
    background-color: var(--beige2);
    text-align: center;
    color: #1D1D1C;
    padding-top: 20px;
    padding-bottom: 20px;
    
}

.box2 {
    background-color: var(--brown);
    text-align: center;
    color: #1D1D1C;
    padding-top: 20px;
    padding-bottom: 20px;
}

.box3 {
    background-color: var(--beige3);
    text-align: center;
    color: #1D1D1C;
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-2 {
    padding-top: 50px;
    padding-bottom: 50px;
}


a.footerboxen {
    text-decoration: none;
}

.navbar-nav li a.nav-link{
    padding-top: 20px;
    font-family: contentregular;
    font-size: 25px;    
}

.h20px {
    height: 20px;
    width: auto;
}

.h25px {
    height: 25px;
    width: auto;
}

.h30px {
    height: 30px;
    width: auto;
}

.h35px {
    height: 35px;
    width: auto;
}

.h80vh {
    height: 80vh;
}

.anhaenger {
    position: absolute;
    bottom:30px;
    right: 0px;
    z-index: 10;
    transition: right 0.5s ease; /* Smooth transition */
}


@media screen and (max-width: 991px) {
    .anhaenger {
        position: absolute;
        bottom:0px;
        right: 0px;
        z-index: 10;
        transition: right 0.5s ease; /* Smooth transition */
        width: 100%;
        height: auto;
    }
}

.vordergrund {
    position: absolute;
    bottom:0;
    right: 0;
    width: 100vw;
    height: auto;
    z-index: 20;
}

.Impressum {
    padding-left: 100px;
    padding-top: 100px;
    padding-bottom: 150px;
}

.Datenschutz {
    padding-left: 100px;
    padding-top: 100px;
    padding-bottom: 150px;
}

.wagen-ip-ds {
    background-image: url(../images/kreperei-marco-wanke-kreperei-wagen-pick-up.png);
    background-position: right bottom;
    background-size: auto;
    background-repeat: no-repeat;
}



.Impressum a,
.Datenschutz a {
    color: var(--beige1);
}

.Impressum ul li,
.Datenschutz ul li {
    font-family: Oswald;
}