@charset "utf-8";
/* CSS Document */

:root {
    --bs-primary: #481e04;
    --bs-secondary: #ffebc3;
    --bs-dark: #170600;
}

body {
	font-family: "korolev", sans-serif;
	font-weight: 300;
    font-size: 20px;
}
strong, bold {
    font-weight: 700;
}

img {
    max-width: 100%;
}
h1, h2 {
	font-family: "rosella-solid", sans-serif;
	font-weight: 400;
}
h1 {
    font-size: 40px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
h1 span {
    display: inline-block;
    background: #fff;
    padding: 0 25px;
}
.h1-line {
    height: 2px;
    background: var(--bs-primary);
    position: relative;
    width: 100%;
    top: 40px;
}
h2 {
    font-size: 48px;
}
.h2-desc {
	font-size: 30px;
	letter-spacing: 5px;;
	text-transform: uppercase;
}
.h2-desc2 {
	font-family: "rosella-solid", sans-serif;
	font-weight: 400;
	font-size: 30px;
}
.text-primary {
    color: var(--bs-primary) !important;
}
.text-secondary {
    color: var(--bs-secondary) !important;
}
.bg-primary {
    background-color: var(--bs-primary) !important;
}
section {
	padding: 80px 0;
}
#header {
    background: url("../images/header-bg.jpg") no-repeat center center;
    background-size: cover;
}
#lead {
	background: linear-gradient(138deg, #764f30, #daad75, #502d15, #fed9af, #a98256);
	background: linear-gradient(138deg, #a98256, #fed9af, #5f3c24);
	color: var(--bs-dark);
}
#prozess {
	background: #1f0800;
	color: var(--bs-secondary);
}
#prozess img {
    border-radius: 40px;
}
#arten {
	color: var(--bs-primary);
}

#contact {
	color: #fff;
    background: url("../images/footer-bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 80px 0;
}
.nety_cookie a {
    color: var(--bs-secondary);
}
#nety_close_button.nety_accept_button {
    background-color: #5a341d;
}
#nety_close_button.nety_accept_button:hover {
    color: var(--bs-secondary);
    background-color: var(--bs-primary);
}

/* grid */
.row {
    --bs-gutter-x: 40px;
    overflow: hidden;
}
.mb-4 {
    margin-bottom: 40px !important;
}
span.mockup {
    display: inline-block;
    overflow: hidden;
}
.mockup img {
    transition: all 0.2s ease-in-out;
}
.mockup img:hover {
    transform: scale(1.1);
}
.hr-top, .hr-bottom {
    height: 2px;
    background: var(--bs-secondary);
    position: relative;
    display: block;
}
span.hr-top {
    top: -70px;
}
span.hr-bottom {
    bottom: -70px;
}
.gradient-light-gray {
    background: linear-gradient(#c4c4c4, #eee);
}
.gradient-light-blue {
    background: linear-gradient(#76a4d3, #dae7f4);
}
.gradient-dark-gray {
    background: linear-gradient(#181818, #4a4a4a);
}
.gradient-yellow {
    background: linear-gradient(#e9d4a6, #fbf7ec);
}
.gradient-brown {
    background: linear-gradient(#2f1606, #723510);
}
.gradient-light-brown {
    background: linear-gradient(#ae825e, #fee6cc);
}
.gradient-dark-brown {
    background: linear-gradient(#010000, #5e0000);
}



/* responsive */
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1200px;
    }
}
@media (min-width: 992px) {
    .row {
        margin-bottom: 80px;
    }
    .row:last-of-type {
        margin-bottom: 0;
    }

}
@media (max-width: 991px) {
    .row, .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 100px;
    }
    .row > * {
        margin-bottom: 40px;
    }
    section {
/*        margin-bottom: 80px;*/
    }
}
@media (min-width: 768px) {
    .gemahlener img {
        max-width: 150%;
        position: relative;
    }
    .gemahlener div:first-child img {
        left: 5%;
    }
    .gemahlener div:nth-child(2) img {
        left: -25%;
    }
    .gemahlener div:last-child img {
        left: -55%;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 18px;
        overflow-x: hidden;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 36px;
    }
    .h2-desc {
        font-size: 26px;
    }
    .gemahlener img {
        max-width: 160%;
        position: relative;
        left: -30%;
    }
    .nety_cookie h2 {
        font-family: "korolev", sans-serif;       
        font-size: 16px;
    }
    .nety_accept_button_container {
        width: 100% !important;
        margin-right: 0 !important;
    }
}