@font-face {
    font-family: Eurostyle;
    font-weight: 400;
    font-style: normal;
    src: url(//themes/goldlion/assets/font/Eurostyle.eot);
    src: url(//themes/goldlion/assets/font/Eurostyle.eot?#iefix) format("embedded-opentype"), url(/themes/goldlion/assets/font/Eurostyle.woff) format("woff"), url(/themes/goldlion/assets/font/Eurostyle.ttf) format("truetype")
}

@font-face {
    font-family: Eurostyle;
    font-weight: 700;
    font-style: normal;
    src: url(/themes/goldlion/assets/font/EurostyleBold.eot);
    src: url(/themes/goldlion/assets/font/EurostyleBold.eot?#iefix) format("embedded-opentype"), url(/themes/goldlion/assets/font/EurostyleBold.woff) format("woff"), url(/themes/goldlion/assets/font/EurostyleBold.ttf) format("truetype")
}

@font-face {
    font-family: Abel;
    font-weight: 400;
    font-style: normal;
    src: url(/themes/goldlion/assets/font/Abel-Regular.eot);
    src: url(/themes/goldlion/assets/font/Abel-Regular.eot?#iefix) format("embedded-opentype"), url(/themes/goldlion/assets/font/Abel-Regular.woff) format("woff"), url(/themes/goldlion/assets/font/Abel-Regular.ttf) format("truetype")
}

html,
body {
    margin: 0;
    padding: 0;
    color: #1d1d1b;
    font-family: 'Eurostyle', sans-serif;
}

*,
 ::after,
 ::before {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

.d-none {
    display: none;
}

.slider {
    width: 100%;
    margin: 50px auto;
    height: 380px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center;
}

.slick-slide a {
    color: #fff;
}

.slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 1;
}

.slick-active {
    opacity: 1;
}

.slick-active {
    opacity: 1;
}

.slick-current img.hide {
    opacity: 0;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1d1d1b;
    opacity: 1;
    /* Firefox */
    font-family: Eurostyle;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1d1d1b;
    font-family: Eurostyle;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #1d1d1b;
    font-family: Eurostyle;
}

form span {
    font-size: 1.2em;
}

input[type=text],
input[type=email],
select,
textarea {
    display: block;
    width: 100%;
    border-radius: 20px 0;
    padding: 20px;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 10px;
    resize: vertical;
    outline: none;
    background: #fff;
    color: #1d1d1b;
    border: none;
}

textarea {
    height: 130px;
    width: 100%;
    outline: none;
    color: #1d1d1b;
}

.agrement_wrap {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 10px;
}

.submit_wrap {
    position: relative;
    background: #282355;
    border-radius: 20px;
    width: 195px;
    padding: 3px;
}

.submit_wrap:after {
    position: absolute;
    content: '';
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #282355;
    background-image: url(/themes/goldlion/assets/images/btn_Icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
}
button[type=submit] ,
input[type=submit] {
    position: relative;
    display: block;
    border: none;
    width: 100%;
    padding: 12px 60px 12px 30px;
    border-radius: 16px;
    background: #282355;
    color: #d2b077;
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .35s ease;
}
button[type=submit]:hover,
input[type=submit]:hover {
    background: #d2b077;
    color: #282355;
}
form .checkbox{
    margin-bottom: 10px;
    font-size: 14px;
}
a {
    text-decoration: none;
    color: #1d1d1b;
}

h1 {
    font-family: 'Eurostyle', sans-serif;
    color: #fff;
    font-size: 2.2vw;
}

h2 {
    font-family: 'Eurostyle', Arial, sans-serif;
    color: #1d1d1b;
    font-size: 1.8vw;
    text-align: center;
    font-weight: bold;
}

h2.produkte {
    font-family: 'Eurostyle', Arial, sans-serif;
    font-weight: 900;
    font-size: 35px;
    line-height: 89%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

h3.kontakt {
    font-family: 'Eurostyle', Arial, sans-serif;
    color: #fff;
    font-size: 1.6em;
    text-align: right;
    margin-right: 15%;
}

h3.kontakt-right {
    color: #1d1d1b;
    font-size: 1.4em;
    margin-left: 10%;
}

img.kontakt {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin-right: 12%;
    margin-top: 100px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.s_kontakt {
    padding: 50px 0 76px;
        background: linear-gradient(270deg, #a88752 10%, #d3b177 25%, #ffe6bd 50%, #d3b177 75%, #a88752 90%);
}

.kontakt_title {
    font-weight: 900;
    font-size: 35px;
    line-height: 89%;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #292455;
}

.kontakt_subtitle {
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #292455;
    margin-bottom: 20px;
}

#content4-right form {}

h4.kontakt {
    color: #fff;
    font-size: 2em;
    margin-right: 15%;
    margin-top: 20px;
    text-align: right;
}

h5.kontakt {
    color: #fff;
    font-size: 1.2em;
    margin-top: 20px;
    text-align: center;
    margin-left: 50%;
}

p.kontakt a {
    color: #fff;
}

p.kontakt {
    color: #fff;
    font-size: 1.3em;
    text-align: right;
    margin-top: 40px;
    margin-right: 15%;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Eurostyle;
    -webkit-print-color-adjust: exact !important;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.1pt;
}

body.overflow{
    overflow: hidden;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#main {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    /* overflow: hidden; */
}

@media(min-width: 1024px){
    #main {
        padding-top: 145px;
    }
}

#top {
    position: relative;
    width: 100%;
    box-shadow: inset 0 -1px 5px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    padding: 20px 0;
}

#top:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    left: 0;
    top: 0;
    background: linear-gradient(270deg, #a88752 10%, #d3b177 25%, #ffe6bd 50%, #d3b177 75%, #a88752 90%);
}

#top:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
    background: linear-gradient(270deg, #a88752 10%, #d3b177 25%, #ffe6bd 50%, #d3b177 75%, #a88752 90%);
}

#top1 {
    width: 100%;
    background: rgb(43, 47, 47);
    overflow: hidden;
    position: relative;
    z-index: 99;
}

#top1 a {
    color: #eb9e00;
    text-decoration: underline;
}

#top3 {
    width: 100%;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    position: fixed;
    z-index: 2;
}

#top1 p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 8px;
    margin: 0 auto;
    color: #fff;
    background: linear-gradient(45deg, #282355 0%, #482d7f 34.62%, #282355 70%);
}

#top1 span {
    display: block;
    text-align: center;
    line-height: 55px;
    margin: 0 auto;
    color: #eb9e00;
    font-size: 1.2em;
    font-weight: bold;
}

#top1 span:before,
#top1 span:after {
    display: none;
}

#logo {
    display: flex;
    align-items: center;
    height: 100%
}

#slide {
    max-width: 100%;
    padding-top: 150px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-bottom: 40px;
}

#slide1 {
    max-width: 50%;
    margin-left: 7.5%;
    z-index: 999999;
}

#slide img {
    margin-top: 30px;
}

#slide #teaser {
    position: relative;
    padding: 480px 0 20px;
    padding: 50vh 0 70px;
}

#content1 {
    position: relative;
}

.flex {
    display: flex;
}

.aic {
    align-items: center;
}

#content1 h2 {
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    margin-left: 20px;
}

#content1 p.left {
    color: #fff;
}

#left {
    margin-top: 200px;
}

#right {
    margin-top: 200px;
}

#body {
    width: 100%;
    background: #fff;
}

#body1 {
    width: 100%;
    background-size: cover;
    background-position: center;
}

#leftt {
    background: #1d1d1b07c;
}

#rightt {
    width: 50%;
    height: 300px;
    float: right;
    background: #1d1d1b042;
}

#content2 {
    width: 75%;
    margin: 100px auto;
    height: 100px;
}

#content2 p {
    text-align: center;
    font-size: 1.2em;
    margin-top: 0;
}

#content2>div {
    margin-bottom: 25px;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    height: auto;
}

#left1 {
    float: left;
    width: 20%;
    margin-right: 3.33%;
    height: 300px;
}

#left2 {
    float: left;
    width: 20%;
    margin-right: 3.33%;
    margin-left: 3.33%;
    height: 300px;
}

#left3 {
    float: left;
    width: 20%;
    margin-right: 3.33%;
    margin-left: 3.33%;
    height: 300px;
}

#left4 {
    float: right;
    width: 20%;
    margin-left: 3.33%;
    height: 300px;
}

#side {
    width: 100%;
    margin: 50px auto 0 auto;
    height: 200px;
    background-image: url("/assets/images/Page-15.jpg");
    background-size: cover;
    background-position: top center;
    display: none;
}

#side1 {
    width: 100%;
    margin: 0px auto 0 auto;
    height: 200px;
    background-image: url("/assets/images/Page-16.jpg");
    background-size: cover;
    background-position: top center;
    z-index: 1;
    display: none;
}

#body6 {
    position: relative;
    width: 100%;
    height: 900px;
    background-image: linear-gradient(to right, #111113, #222222, #111118);
    z-index: 1;
}

#body6:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(to bottom, #464645, #2B2B2A);
}

#content3 {
    background-size: cover;
    margin: auto;
    padding-top: 60px;
    height: auto;
}

.produkte_images {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.produkte_image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 68px;
    background-color: #fff;
    border-radius: 10px 0;
    padding: 1px;
}

.product_item>* {
    transition: all .35s ease
}

.product_item:hover a {
    color: #c3b090;
}

#left11 {
    float: left;
    width: 25%;
    margin-right: 6.25%;
    height: 300px;
}

#left22 {
    float: left;
    width: 25%;
    margin-right: 6.25%;
    margin-left: 6.25%;
    height: 300px;
}

#left33 {
    float: left;
    width: 25%;
    margin-left: 6.25%;
    height: 300px;
}

.clear {
    clear: both;
}

.lang_flag {
    margin-left: 20px;
}

#nav {
    height: 100%;
}

#nav ul {
    padding: 0;
}

#nav ul li {
    padding: 0 1%;
    list-style: none;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1em;
    color: #1d1d1b;
}

#nav ul li a.current {
    display: block;
    width: 69px;
    height: 120px;
    background-image: url("/assets/images/de.png");
    margin-top: -26px;
}

#nav ul li a.current_en {
    display: block;
    width: 69px;
    height: 120px;
    background-image: url("/assets/images/en.png");
    margin-top: -26px;
}

#nav .form-control{
    padding: 6px 12px 6px 2px;
    display: inline-flex;
    margin: auto 30px;
    width: auto;
    border: 1px solid #000;
    background-color: #292455;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    /* width: 60px; */
    /* height: 20px; */
    /* background-image: url("/themes/goldlion/assets/images/GB.svg"); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* #nav[data-lang="lang_de"] .form-control{
    background-image: url("/themes/goldlion/assets/images/DE.svg");
} */

#teaser h1 {
    font-weight: 900;
    font-size: 35px;
    line-height: 89%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

p.teaser {
    position: relative;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    padding-left: 40px;
    max-width: 70%;
}

p.teaser:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 100%;
    left: 18px;
    top: 0;
    background: linear-gradient( to bottom, #a88752 10%, #d3b177 25%, #ffe6bd 50%, #d3b177 75%, #a88752 90%);
}

p.produkte {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #fff;
}

p.produkte-content3 {
    text-align: center;
    font-size: 1.4em;
    margin-top: 82px;
    color: #fff;
}

a.teaser {
    display: block;
    width: 420px;
    height: 100px;
    background: url("/assets/images/Page-08.png") no-repeat;
    margin-left: 250px;
    margin-top: 50px;
    background-size: cover;
}

p.teile {
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
}

img.left {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    border: 1px solid;
}

img.leftt {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    max-width: 30%;
    height: auto;
}

img.left:hover {
    opacity: 0.8;
    background: #ccc;
    transform: scale(1.1, 1.1);
    transition: transform 0.8s;
}

img.right {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

p.left {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
}

p.left b.accent {
    color: #ED9B15;
}

.img_center {
    display: flex;
    justify-content: center;
    margin: 10px auto;
    width: 110px;
    height: 110px;
}

.img_center img {
    width: 110px;
}

img.img-content3 {
    display: block;
    margin: 0 auto;
    width: 400px;
    height: auto;
}

#footer {
    position: relative;
    padding: 60px 0;
    color: #fff;
    background-color: #282355;
}

.footer_title {
    font-weight: 900;
    font-size: 35px;
    line-height: 89%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.footer_subtitle {
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-top: 15px;
}

.row_bordered {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 60px;
}

.row_bordered:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
    background: linear-gradient(270deg, #a88752 10%, #d3b177 25%, #ffe6bd 50%, #d3b177 75%, #a88752 90%);
}

#footer p,
#footer a {
    color: #fff;
}

.subscribe_input_wrap {
    position: relative;
}

.submit_input_wrap {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 20px;
    padding: 3px;
    color: rgba(40, 35, 85, 0.9);
    background: linear-gradient(270deg, #a88752 10%, #d3b177 25%, #ffe6bd 50%, #d3b177 75%, #a88752 90%);
}

.subscribe_form [type="email"] {
    border-radius: 20px 20px 20px 0;
}

.subscribe_form input[type=submit] {
    height: 100%;
    padding: 14px;
    background-color: transparent;
    color: rgba(40, 35, 85, 0.9);
}

.subscribe_form:hover input[type=submit] {
    background-color: rgba(40, 35, 85, 0.9);
    color: #fff;
}

.footer_list h4 {
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #d2b077;
    margin-bottom: 30px;
}

#footer .footer_list {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
}

.footer_list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer_list li {
    margin-bottom: 10px;
}

.footer_list a {
    display: inline-block;
    transition: all .35s ease
}

#footer .footer_list ul a:hover {
    transform: translateX(5px)
}

#footer .footer_list a:hover {
    color: #d2b077;
}

.contact_list_item {
    margin-bottom: 5px;
}

.contact_list_item.address {
    margin-bottom: 20px;
}

.contact_list_item.email {
    margin-top: 20px;
}

#footer .contact_list_item.email a {
    color: #d2b077;
}

.subfooter {
    background: rgba(41, 36, 85, 0.95);
    padding: 25px 0;
    font-size: 14px;
    color: #fff;
}

.subfooter_text {
    text-align: center;
}

a.scroll-to-top {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    color: #1d1d1b;
    font-size: 32px;
    padding: 0 4px;
    text-align: center;
    background-color: #ccc;
    line-height: 38px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 1;
    z-index: 10;
    transition: opacity .5s linear, background-color .5s linear;
    z-index: 9;
}

#content i.fa {
    color: #1d1d1b;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

.modal {
    opacity: 0;
    padding: 50px;
    position: absolute;
    z-index: 1100;
    -webkit-transition: opacity 600ms linear 600ms;
    -moz-transition: opacity 600ms linear 600ms;
    -ms-transition: opacity 600ms linear 600ms;
    -o-transition: opacity 600ms linear 600ms;
    transition: opacity 600ms linear 600ms;
}

.modal_info {
    background: #FCF9F2;
    padding: 50px;
    width: 11d1d1bpx;
    max-width: 98%;
    display: none;
}

.modal_info.modal_content {
    display: block;
}

.modal_overlay {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 900;
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -ms-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

.display {
    opacity: 1;
    visibility: visible;
}

.conceal {
    visibility: visible;
}

.btn_container {
    height: 100%;
    text-align: center;
}

.btn_container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

a.open_button.load {
    opacity: 0;
}

button.modal_close {
    background: #363D4E;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #FFFFFF;
    cursor: pointer;
    outline: none;
    width: 52px;
    height: 52px;
    position: fixed;
    right: 20%;
    z-index: 9;
    top: 200px;
    -webkit-transition: -webkit-transform 600ms;
    -moz-transition: -moz-transform 600ms;
    -ms-transition: -ms-transform 600ms;
    -o-transition: -o-transform 600ms;
    transition: transform 600ms;
}

button.modal_close:hover {
    background: #3E465A;
    -webkit-transform: rotate(360deg) scale(1.10);
    -moz-transform: rotate(360deg) scale(1.10);
    -ms-transform: rotate(360deg) scale(1.10);
    -o-transform: rotate(360deg) scale(1.10);
    transform: rotate(360deg) scale(1.10);
    -webkit-transition: -webkit-transform 600ms;
    -moz-transition: -moz-transform 600ms;
    -ms-transition: -ms-transform 600ms;
    -o-transition: -o-transform 600ms;
    transition: transform 600ms;
}

button.modal_close span:first-child {
    background: none;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

button.modal_close span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

button.modal_close span:after {
    -webkit-transform: translateY(-2px) rotate(-45deg);
    -moz-transform: translateY(-2px) rotate(-45deg);
    -ms-transform: translateY(-2px) rotate(-45deg);
    -o-transform: translateY(-2px) rotate(-45deg);
    transform: translateY(-2px) rotate(-45deg);
    top: 2px;
}

.modal_info p {
    text-align: justify;
}

.modal_info h2 {
    text-align: justify;
}

html,
body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

.slider {
    width: 100%;
    margin: 50px auto;
    height: 380px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide a {
    color: #fff;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.slick-active {
    opacity: 1;
}

.slick-current img.hide {
    opacity: 0;
}

.slick-prev,
.slick-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 10px 0;
    background-color: transparent;
    transition: all .35s ease;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: #fff;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

@media print {
    #top3 {
        position: relative;
    }
    body {}
    #nav ul li {
        padding: 0 1%;
        float: left;
        list-style: none;
        font-size: 1em;
        font-weight: bold;
        line-height: 1em;
        color: #1d1d1b;
    }
    #nav {
        width: 80%;
    }
    #content3 {
        width: 100%;
        margin: 0 auto;
        height: auto;
    }
    .slick-slide {
        margin: 5px 0px;
    }
    .slick-slide p {
        color: #fff;
        font-size: 1em;
        font-weight: bold;
        text-align: center;
    }
    @main {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

@media only screen and (min-width: 500px) and (max-width: 1024px) {
    #left1 {
        width: 40%;
        float: left;
    }
    #left2 {
        width: 40%;
        float: right;
    }
    #left3 {
        width: 40%;
        float: left;
    }
    #left4 {
        width: 40%;
        float: right;
    }
    #top3 {
        position: relative;
        width: 100%;
        height: 400px;
        background: #fff;
        margin: 0 auto;
    }
    #top1 {
        width: 100%;
        height: auto;
    }
    #top1 span {
        display: block;
        text-align: center;
        line-height: 30px;
        margin: 0 auto;
        color: #eb9e00;
        font-size: 1.2em;
        font-weight: bold;
    }
    #nav .main_menu {
        width: 100%;
    }
    #nav .lang_menu {
        margin: 0 0 0 auto;
        padding: 0;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    #top #nav ul li {
        padding: .7% 1%;
        margin: 1% auto;
        float: none;
        width: 100%;
        list-style: none;
        font-size: 1.2em;
        font-weight: bold;
        line-height: 1em;
        color: #1d1d1b;
        background: #fff;
        text-align: center;
    }
    #nav ul li a.current {
        display: block;
        width: 69px;
        height: 100px;
        background-image: url("/assets/images/de.png");
        margin: 0 auto;
        background-repeat: no-repeat;
    }
    #nav ul li a.current_en {
        display: block;
        width: 69px;
        height: 69px;
        background-image: url("/assets/images/en.png");
        margin: 0 auto;
        background-repeat: no-repeat;
    }
    #left {
        max-width: 35%;
        height: 100%;
        margin-top: 100px;
        float: left;
        margin-left: 10%;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("/assets/images/bild5.png");
    }
    #right {
        max-width: 35%;
        height: 100%;
        margin-top: 100px;
        float: right;
        margin-right: 10%;
        background-image: url("/assets/images/bild5.png");
        background-size: contain;
        background-repeat: no-repeat;
    }
    #slide {
        max-width: 100%;
        padding-top: 50px;
    }
    /* #slide1 {
        max-width: 50%;
        margin-left: 7.5%;
        background-image: url(/assets/images/slide1.png);
        z-index: 999999;
    } */
    p.teaser {
        font-size: 14px;
        margin-left: 1%;
    }
    h1 {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    #left1 {
        width: 100%;
        float: none;
    }
    #left2 {
        width: 100%;
        float: none;
    }
    #left3 {
        width: 100%;
        float: none;
    }
    #left4 {
        width: 100%;
        float: none;
    }
    #left {
        max-width: 80%;
        height: 100%;
        float: none;
        margin: 100px auto;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(/assets/images/bild5.png);
    }
    #right {
        max-width: 80%;
        height: 100%;
        margin: 100px auto;
        float: none;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(/assets/images/bild5.png);
    }
    h2 {
        font-family: 'Eurostyle', Arial, sans-serif;
        color: #1d1d1b;
        font-size: 1vw text-align: center;
        font-weight: bold;
    }
    #content1 {
        width: 100%;
        height: auto;
    }
    #body {
        width: 100%;
        height: auto;
    }
    #body2 {
        width: 100%;
        height: auto;
    }
    #content2 {
        height: auto;
    }
    #content4-right {
        width: 100%;
    }
    #content4-left {
        width: 100%;
    }
    #top3 {
        position: relative;
        width: 100%;
        height: 400px;
        background: #fff;
        margin: 0 auto;
    }
    #top1 {
        width: 100%;
        height: auto;
    }
    #top1 span {
        display: block;
        text-align: center;
        line-height: 18px;
        margin: 5px auto;
        color: #eb9e00;
        font-size: 16px;
        font-weight: bold;
    }
    #logo {
        width: 100%;
        text-align: center;
    }
    #nav {
        width: 100%;
        height: 600px;
    }
    #top #nav ul li {
        padding: .7% 1%;
        margin: 1% auto;
        float: none;
        width: 100%;
        list-style: none;
        font-size: 1.2em;
        font-weight: bold;
        line-height: 1em;
        color: #1d1d1b;
        background: #fff;
        text-align: center;
    }
    #nav ul li a.current {
        display: block;
        width: 69px;
        height: 100px;
        background-image: url("/assets/images/de.png");
        margin: 0 auto;
        background-repeat: no-repeat;
    }
    #nav ul li a.current_en {
        display: block;
        width: 69px;
        height: 69px;
        background-image: url("/assets/images/en.png");
        margin: 0 auto;
        background-repeat: no-repeat;
    }
    #slide {
        max-width: 100%;
    }
    #slide1 {
        max-width: 50%;
        /* max-height: 200px; */
        margin-left: 7.5%;
        background-image: url(/assets/images/slide1.png);
        z-index: 999999;
    }
    #slide img {
        position: absolute;
        margin: 50px;
        max-width: 100px;
        height: auto;
    }
}

body {
    overflow-x: hidden;
    position: relative;
    min-width: 320px;
}

#nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#nav ul {
    display: flex;
    margin: 0;
    margin-left: auto;
    align-items: center;
}

#top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#logo {
    float: none;
    width: auto;
}

.open_menu_btn span {
    width: 30px;
    height: 2px;
    background: #2b2f2f;
    display: block;
}

.close_btn:before,
.close_btn:after,
.open_menu_btn span:before,
.open_menu_btn span:after {
    display: none;
}

.open_menu_btn span:nth-child(2) {
    margin: 5px 0;
}

.open_menu_btn,
.close_btn {
    display: none;
}

#logo a {
    display: block;
}

h2 {
    font-size: 26px;
}

#content1>div {}

#content1-1 {
    padding: 50px 10px 40px;
}

.lang_menu a {
    display: block;
    padding: 10px;
}

#nav ul li a.current_en,
#nav ul li a.current {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 90px;
    margin-top: 5px;
}

.lang_menu_fixed {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 50vh;
    left: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: #2A2356;
    border-radius: 0 5px 5px 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    overflow: hidden;
}

#nav .lang_menu_fixed li a.current_en,
#nav .lang_menu_fixed li a.current {
    padding: 0;
    width: 40px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0;
    background-image: none;
}

.small_adv_item {
    text-align: center;
    font-size: 14px;
    padding: 15px 0;
    max-width: 80%;
    margin: auto;
}

#left1 {
    width: 23%;
    margin-right: 0.33%;
}

img.center {
    width: 210px;
    height: 210px;
    object-fit: contain;
    margin-bottom: -10px;
}

.btn_link img {
    display: block;
    max-width: 100%;
    height: auto;
}

.slick-prev {
    left: -30px;
    z-index: 2;
}

.slick-next {
    right: -30px;
    z-index: 2;
}

#body6 {
    height: auto;
}

input[type=button] {
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.small_adv_item_icon {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s_adv_item_left,
.s_adv_item_right {
    margin-top: -60px;
    padding: 40px 60px;
}

.s_adv_item_left {
    background-color: #292455;
    border-radius: 20px 0 0 0;
}

.s_adv_item_right {
    background-color: #4b3e6a;
    border-radius: 0 0 20px 0;
}

#content4-right form {
    column-count: 2;
}


@media only screen and (max-width: 1200px) {
    input[type=text],
    select,
    textarea {
        max-width: 100%;
    }
    #content2>div {
        width: 48%;
        height: auto;
        margin: 0 1% 30px;
    }
}

.logo_mob {
    display: none;
}

@media (max-width: 1024px) {
    #slide .logo_mob {
        display: block;
    }
    #slide .logo_pc {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
    p.left br {
        display: none;
    }
    img.leftt {
        margin: 0 auto;
    }
    h2 {
        font-size: 22px;
        margin: 10px 0;
    }
    #content2 p {
        font-size: 16px;
        line-height: 20px;
    }
    p.left.last {
        width: 70%;
    }
    #top3 {
        height: auto;
    }
    #top {
        position: relative;
        padding: 10px 0;
    }
    #top:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 3px;
        background-color: rgb(43, 47, 47);
        left: 0;
        bottom: 0;
    }
    #logo img {
        max-height: 100%;
    }
    #nav ul li a.current_en,
    #nav ul li a.current {
        width: 42px;
        height: 48px;
        margin: 0;
    }
    #nav {
        height: 100%;
        padding-left: 0;
        justify-content: flex-end;
    }
    #nav ul {
        height: auto!important;
        padding: 40px 10px;
        margin: 0;
        align-items: center;
    }
    #nav ul.lang_menu_fixed {
        padding: 5px 0;
    }
    #nav ul.lang_menu_fixed li {
        background: none!important;
    }
    #nav ul.main_menu {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100vh!important;
        z-index: 9;
        background-color: white;
        padding: 50px 20px 30px;
        display: flex;
        flex-direction: column;
        opacity: 0;
        pointer-events: none;
        transition: all .3s ease-in-out;
        transform: translateX(-100%);
        max-width: 75vw;
    }
    #nav ul.main_menu.active {
        opacity: 1;
        pointer-events: all;
        transform: translateX(0);
        z-index: 999;
    }
    .close_btn {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 30px;
        color: #292455;
    }
    .open_menu_btn {
        display: block;
        margin: 10px 0 0;
    }
}

@media (max-width: 992px) {
    .open_menu_btn {
        display: block;
        margin: 0
    }
    .lang_flag {
        margin-right: 20px;
    }
    #nav {
        display: flex;
        align-items: center;
    }
    #top {
        padding: 10px 0;
    }
    #logo a {
        height: 40px;
    }
    #logo img {
        max-height: 100%
    }
    .footer_title {
        text-align: center;
    }
    .footer_subtitle {
        text-align: center;
    }
    .subscribe_form {
        max-width: 400px;
        margin: 30px auto 0;
    }
    .s_adv_item {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 990px) {
    .s_adv_item_left,
    .s_adv_item_right {
        margin-top: 0px;
    }
        .s_adv_item_left{
            margin-top: -15px;
        } 
}

@media screen and (max-width: 768px) {
    .btn_wrap {
        margin-top: 40px;
    }
    .s_adv_item_right {
        margin: auto;
    }
    #body6:before {
        background-position: 0px 150px;
    }
    #footer-nav {
        margin: 0;
        height: auto;
    }
    #body1 {
        height: auto;
        background-size: contain;
    }
    .footer_title {
        font-size: 30px;
        line-height: 100%;
    }
    h3.kontakt-right {
        text-align: center;
        margin: auto;
        
    }
    #content4-right form {
        width: 400px;
        max-width: 100%;
        margin: auto;
        column-count: 1;
    }
    #content4-left>* {
        margin: 0 auto 20px;
        text-align: center;
    }
    #content4-left {
        position: relative;
        z-index: 1;
    }
    #content4-left:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, .5);
        z-index: -1;
    }
    img.kontakt {
        display: block;
    }
    #body1 {
        display: flex;
        flex-direction: column;
    }
    #body1>div {
        float: none;
        height: auto;
        width: 100%;
    }
    .slider {
        height: 300px;
    }
    .slider {
        padding: 10px 0;
    }
    #side {
        height: 140px;
    }
    #content3 {
        width: 100%;
        padding: 40px 15px 0;
        margin: 0;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
    p.produkte-content3 {
        margin-top: 0;
    }
    #content1 {
        flex-direction: column;
        align-items: center;
        height: inherit;
    }
}

@media screen and (max-width: 575px) {
    .s_adv_item_left,
    .s_adv_item_right {
        padding: 30px 20px;
    }
    .produkte_images {
        gap: 15px
    }
    #body6:before {
        background-position: 0px 220px;
    }
}

@media screen and (max-width: 500px) {
    #slide {
        position: relative;
    }
    #slide:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, .0), rgba(0, 0, 0, .6));
    }
    #footer {
        font-size: 14px;
    }
    img.center {
        width: 200px;
        height: 200px;
        margin: -20px auto -15px;
    }
    #content2>div {
        width: 100%;
        margin: 0 auto 20px;
        height: auto;
    }
    h1 {
        font-size: 14px;
    }
    p.teaser {
        font-size: 14px;
    }
    #slide img {
        position: relative;
        margin: 20px auto;
        max-width: 200px;
        display: block;
    }
    #slide #teaser {
        position: relative;
        margin: 0 auto;
        text-align: left;
        max-width: 100%;
        padding: 35vh 0 5vh;
    }
    #slide {
        padding: 100px 10px 30px;
        height: auto;
    }
    #slide1 {
        background-image: none;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    #side1 {
        display: none;
    }
    p.teaser br {
        display: none;
    }
    #slide {
        max-height: initial;
        padding-top: 40px;
    }
    #slide img {
        margin-top: 0;
    }
    #top3 {
        height: auto;
    }
    #top1 a {
        line-height: 20px;
        font-size: 1.1em;
        padding: 5px 0;
    }
}

#top #nav ul li {
    padding: 0;
}

.main_menu a {
    display: block;
    font-family: 'Eurostyle', sans-serif;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #292455;
    padding: 5px 7px;
}

.product_item {
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.03em;
}

.product_item:hover img {
    filter: sepia(1);
}

.product_item small {
    font-weight: 400;
    font-family: 'Abel', sans-serif;
    font-size: 14px;
    line-height: 130%;
}

.product_link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product_img_wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    transition: all 1s ease
}

.product_img_wrap img {
    border-radius: 20px 0;
    transition: all .5s ease
}

.product_slider {
    max-width: 800px;
    margin: 60px auto -10px;
    font-family: 'Abel', sans-serif;
}

.product_item a,
.product_item p {
    max-width: 220px;
    margin: auto;
}

.btn_wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #282355;
    border-radius: 25px;
    padding: 16px 10px 14px;
    width: 220px;
    text-align: center;
    background: linear-gradient(270deg, #a88752 10%, #d3b177 25%, #ffe6bd 50%, #d3b177 75%, #a88752 90%);
    z-index: 1;
    transition: all .35s ease;
}

.button:after {
    position: absolute;
    content: '';
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 20px;
    background-color: #282355;
    opacity: 0;
    z-index: -1;
    transition: all .35s ease;
}

.button:hover {
    color: #fff;
}

.button:hover:after {
    opacity: 1;
}

.language-switcher{
    display: flex;
    gap: 10px;
    padding-right: 20px;
}

.language-switcher a{
    display: block;
    width: 24px;
    height: 24px;
}