.untertitel{
    background: white;
    padding: 15px
}

.untertitel p{
    padding-top:0!important
}

#rating .col:nth-child(1){
    width: 40%
}
.rating_box .questionline:nth-child(even){
    background-color: white!important;
}



.rating_box .rating_thumb{
    display: none;
}

/*
//////////////////////////////////////////////////////////////
////////////////////////POP UP///////////////////////////////
//////////////////////////////////////////////////////////////
*/

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 8888; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    position: relative;
    background-color: rgb(255, 255, 255);
    margin: 10vh auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid rgba(136, 136, 136, 0);
    width: 80%; /* Could be more or less, depending on screen size */
}
@media (min-width: 1366px) {
  .modal-content {
      position: relative;
    background-color: rgb(254, 254, 254);
    margin: 10vh auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid rgba(136, 136, 136, 0);
    width: 70%; /* Could be more or less, depending on screen size */
	}
}

@media screen and (max-width: 575px){
    .modal-content {
      position: relative;
    background-color: rgb(254, 254, 254);
    margin: 10vh auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid rgba(136, 136, 136, 0);
    width: 90%!important; /* Could be more or less, depending on screen size */
	}
}

/* The Close Button */
.close {
    color: #ffffff;
    float: right;
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top:20px;
    z-index: 10
   
}



.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

button.button {
 	background:none;
  border-top:none;
  border-right:none;
  border-left:none;
  border-bottom:#02274a 1px solid;
  padding:0 0 3px 0;
  font-size:16px;
}

button.button:hover {
  border-bottom:#a99567 1px solid;
  color:#a99567;
}


video{
    width:100%;
}

#modal-link{
    font-weight: 600;
    color:#ffffff;
    padding: 10px;
    background: #55ab3e;
    width: 200px;
    text-align: center;
    transition:0.2s;
}

#modal-link:hover{
    transition:0.2s;
    background: #9fd648;
  
}



@media screen and (max-width: 1365px){
    .modal-content{
        width: 70%;
        height: auto;
        
    }
    

}


/*
//////////////////////////////////////////////////////////////
////////////////////////POP UP///////////////////////////////
//////////////////////////////////////////////////////////////
*/






/* dsa Störer ANFANG */

.rating-siegel img{
    width:100%
}


.call, .mail{
    position: fixed;
    right:10px;
    top: 120px;
    width: 40px;
    height:40px;
    transition: 0.2s;
    z-index: 999999999;
}

.call:hover, .mail:hover{
    transition: 0.2s;
    opacity: 0.5;
}

.mail{
    top: 180px
}




.flex{
    display: block;
}

.flex .icon-text{
    display: flex;
    margin-bottom:50px;
}

.icon-text div{
    padding-left: 5%
}

.flex img{
   width: 150px;
    height: 150px;
}

#dsa-stoerer{
    display: none;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    padding: 2.5%;
    width: 90%;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border: 0px solid #000000;
    background: #fff; background-image:  url(../images/bg.jpg), url(../images/bg-left.jpg) ;
    background-position: right bottom, left top; background-repeat: no-repeat;
    z-index: 9999999;
}



#dsa-stoerer #active, #dsa-stoerer #activelabel{
    display: none;
}

.landingpage a{
    background: #3b772b;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 10px;
    color: #fff;
}

#close-dsa-stoerer{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 12pt;
    font-weight: bold;
    font-size: 24pt;
    cursor: pointer;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 24px;
    line-height: 1;
    opacity: .75;
    color: #55ab3e!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #55ab3e!important;
}

/* dsa Störer ENDE */

/*------------------------------------

CSS Style document for responsive onepage template

dsa Marketing AG
Im Lipperfeld 22A-24
46047 Oberhausen

Fon: +49208 97070
www.dsa-marketing.ag
info@dsa-marketing.ag

------------------------------------ */

/*In CS3 können Variablen vergeben werden für Werte. Hier werden für die Hauptfarben auf der Seite Variablen vergeben*/



div.cssbox {
  display: inline-block;
}

span.cssbox_full {
  z-index: 999!important;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.8);
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  cursor: default;
  transition: opacity 0.5s linear;
}

span.cssbox_full img {
  position: fixed;
  background-color: white;
  margin: 0;
  padding: 0;
  max-height: 90%;
  max-width: 90%;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px black;
    width: 50%;
}

a.cssbox_close,
a.cssbox_prev,
a.cssbox_next {
  z-index: 999;
  position: fixed;
  text-decoration: none;
  visibility: hidden;
  color: white;
  font-size: 36px;
}

a.cssbox_close {
  top: 1%;
  right: 1%
}

a.cssbox_close::after {
  content: '\00d7';
}

a.cssbox_prev,
a.cssbox_next {
  top: 50%;
  transform: translate(0%, -50%);
}

a.cssbox_prev {
  left: 5%;
}

.rating-siegel{
    position: absolute;
    top: 0;
    z-index: 999999999;
    margin-left: 25%;
    width: 100px;}

a.cssbox_next {
  right: 5%;
}

#rating{
    padding-left: 4%;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 4%;
}

#rating .col{
    padding-left: 2%;
    padding-right: 2%;
    float: left;
    width: 50%
}

.rating-1 {
   display: none;
}

.clear{
    clear: both;
}

#captcha{
    width: 30%
}

a:target ~ a.cssbox_close,
a:target ~ a.cssbox_prev,
a:target ~ a.cssbox_next {
  visibility: visible;
}

a:target > img.cssbox_thumb + span.cssbox_full {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
    z-index: 999;

     z-index: 999!important;
}


html {
    --maincolor: #000;
    --subcolor1: #eee;
    --subcolor2: #ddd;
    scroll-behavior: smooth;
}

/* ==========================================================================
   fonts
   ========================================================================== */
/* nunito-200 - latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/nunito-v11-latin-200.eot');
    /* IE9 Compat Modes */
    src: local('Nunito ExtraLight'), local('Nunito-ExtraLight'),
        url('../fonts/nunito-v11-latin-200.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/nunito-v11-latin-200.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/nunito-v11-latin-200.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/nunito-v11-latin-200.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/nunito-v11-latin-200.svg#Nunito') format('svg');
    /* Legacy iOS */
}

/* nunito-200italic - latin */
@font-face {
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 200;
    src: url('../fonts/nunito-v11-latin-200italic.eot');
    /* IE9 Compat Modes */
    src: local('Nunito ExtraLight Italic'), local('Nunito-ExtraLightItalic'),
        url('../fonts/nunito-v11-latin-200italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/nunito-v11-latin-200italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/nunito-v11-latin-200italic.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/nunito-v11-latin-200italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/nunito-v11-latin-200italic.svg#Nunito') format('svg');
    /* Legacy iOS */
}

/* nunito-300 - latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/nunito-v11-latin-300.eot');
    /* IE9 Compat Modes */
    src: local('Nunito Light'), local('Nunito-Light'),
        url('../fonts/nunito-v11-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/nunito-v11-latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/nunito-v11-latin-300.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/nunito-v11-latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/nunito-v11-latin-300.svg#Nunito') format('svg');
    /* Legacy iOS */
}

/* nunito-300italic - latin */
@font-face {
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/nunito-v11-latin-300italic.eot');
    /* IE9 Compat Modes */
    src: local('Nunito Light Italic'), local('Nunito-LightItalic'),
        url('../fonts/nunito-v11-latin-300italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/nunito-v11-latin-300italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/nunito-v11-latin-300italic.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/nunito-v11-latin-300italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/nunito-v11-latin-300italic.svg#Nunito') format('svg');
    /* Legacy iOS */
}

/* nunito-regular - latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nunito-v11-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Nunito Regular'), local('Nunito-Regular'),
        url('../fonts/nunito-v11-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/nunito-v11-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/nunito-v11-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/nunito-v11-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/nunito-v11-latin-regular.svg#Nunito') format('svg');
    /* Legacy iOS */
}

/* nunito-italic - latin */
@font-face {
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/nunito-v11-latin-italic.eot');
    /* IE9 Compat Modes */
    src: local('Nunito Italic'), local('Nunito-Italic'),
        url('../fonts/nunito-v11-latin-italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/nunito-v11-latin-italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/nunito-v11-latin-italic.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/nunito-v11-latin-italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/nunito-v11-latin-italic.svg#Nunito') format('svg');
    /* Legacy iOS */
}

/* nunito-600 - latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/nunito-v11-latin-600.eot');
    /* IE9 Compat Modes */
    src: local('Nunito SemiBold'), local('Nunito-SemiBold'),
        url('../fonts/nunito-v11-latin-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/nunito-v11-latin-600.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/nunito-v11-latin-600.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/nunito-v11-latin-600.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/nunito-v11-latin-600.svg#Nunito') format('svg');
    /* Legacy iOS */
}

/* nunito-600italic - latin */
@font-face {
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/nunito-v11-latin-600italic.eot');
    /* IE9 Compat Modes */
    src: local('Nunito SemiBold Italic'), local('Nunito-SemiBoldItalic'),
        url('../fonts/nunito-v11-latin-600italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/nunito-v11-latin-600italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/nunito-v11-latin-600italic.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/nunito-v11-latin-600italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/nunito-v11-latin-600italic.svg#Nunito') format('svg');
    /* Legacy iOS */
}

/* nunito-700 - latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/nunito-v11-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Nunito Bold'), local('Nunito-Bold'),
        url('../fonts/nunito-v11-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/nunito-v11-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/nunito-v11-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/nunito-v11-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/nunito-v11-latin-700.svg#Nunito') format('svg');
    /* Legacy iOS */
}

/* nunito-700italic - latin */
@font-face {
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/nunito-v11-latin-700italic.eot');
    /* IE9 Compat Modes */
    src: local('Nunito Bold Italic'), local('Nunito-BoldItalic'),
        url('../fonts/nunito-v11-latin-700italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/nunito-v11-latin-700italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/nunito-v11-latin-700italic.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/nunito-v11-latin-700italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/nunito-v11-latin-700italic.svg#Nunito') format('svg');
    /* Legacy iOS */
}

/* nunito-800 - latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/nunito-v11-latin-800.eot');
    /* IE9 Compat Modes */
    src: local('Nunito ExtraBold'), local('Nunito-ExtraBold'),
        url('../fonts/nunito-v11-latin-800.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/nunito-v11-latin-800.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/nunito-v11-latin-800.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/nunito-v11-latin-800.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/nunito-v11-latin-800.svg#Nunito') format('svg');
    /* Legacy iOS */
}

/* nunito-800italic - latin */
@font-face {
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 800;
    src: url('../fonts/nunito-v11-latin-800italic.eot');
    /* IE9 Compat Modes */
    src: local('Nunito ExtraBold Italic'), local('Nunito-ExtraBoldItalic'),
        url('../fonts/nunito-v11-latin-800italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/nunito-v11-latin-800italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/nunito-v11-latin-800italic.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/nunito-v11-latin-800italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/nunito-v11-latin-800italic.svg#Nunito') format('svg');
    /* Legacy iOS */
}

/* nunito-900 - latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/nunito-v11-latin-900.eot');
    /* IE9 Compat Modes */
    src: local('Nunito Black'), local('Nunito-Black'),
        url('../fonts/nunito-v11-latin-900.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/nunito-v11-latin-900.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/nunito-v11-latin-900.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/nunito-v11-latin-900.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/nunito-v11-latin-900.svg#Nunito') format('svg');
    /* Legacy iOS */
}

/* nunito-900italic - latin */
@font-face {
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 900;
    src: url('../fonts/nunito-v11-latin-900italic.eot');
    /* IE9 Compat Modes */
    src: local('Nunito Black Italic'), local('Nunito-BlackItalic'),
        url('../fonts/nunito-v11-latin-900italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/nunito-v11-latin-900italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/nunito-v11-latin-900italic.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/nunito-v11-latin-900italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/nunito-v11-latin-900italic.svg#Nunito') format('svg');
    /* Legacy iOS */
}


@font-face {
    font-family: 'Forte';
    font-style: normal;
    font-weight: 400;
    src:
        local('Forte'),
        local('Forte-Regular'),
        url(fonts/FORTE.ttf) format('ttf'),
        url(fonts/FORTE.ttf) format('ttf');
}

/* ==========================================================================
   html
   ========================================================================== */


html,
body,
input,
textarea {
    color: #000;
    font: 16px/27px 'Nunito', sans-serif;
    font-weight: 300;
    /* Schriftschitt/Größe/Zeilenabstand/Art
    Dieser Standardwert wird dem Anforderungen entsprechend in der style.css überschrieben*/
}

.row {
    overflow: hidden
}

html,
section,
body {
    overflow-y: inherit !important;
}


* {
    box-sizing: border-box;
}


/*******************************
links
*******************************/

a {
    color: #eee;
    text-decoration: none;
    transition: all 1s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* Die Schrift wird schärfer dargestellt*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a:hover,
a:focus,
a,
footer,
section,
div {
    outline: none !important
}


/*******************************
headlines
*******************************/

h1 {
    font-family: 'Forte';
    font-size: 55px;
    color: #55ab3e;
    margin-bottom: 30px;
    line-height: 50px
}

span {
    color: #9fd648
}

h2 {
    font-family: 'Forte';
    font-size: 54px;
    color: #55ab3e;
    margin-bottom: 30px;
    line-height: 50px
}

h3 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px
}

h4 {
    text-transform: uppercase;
}

/*******************************
text
*******************************/

p {
    color: currentColor;
    font-size: 1rem;
    line-height: 1.75rem
}

.untertitel h3{
    margin-bottom: -20px;
    margin-top: 20px;

}

p + p {
    margin-top: 1.75rem
}

li {
    font-size: 0.9rem;
    line-height: 1.75rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

b,
strong {
    font-weight: 500
}

/*******************************
list
*******************************/

ul,
li {
    list-style: none
}

ul.bull li {
    margin: 1rem 0 1rem 15px;
    list-style-position: outside
}

ul.bull b {
    display: block
}

/*
ul.bull li::before {
    position: absolute;
    margin-left: -15px;
    font-size: 20px;
    content: '•';
    color: #fff
}
*/

/*******************************
images
*******************************/

img {
    width: 60%;
    height: auto
}

/*
 * Bilder und Figure-Tags haben keine Mous-Events mehr.
 * Verhindert Drag&Drop von Bildern.
 *
 */
img,
figure:not(#my-gallery figure) {
    pointer-events: none;
}

/* Elemente mit der Klasse .notsafe erhalten ihre Pointer-Events zurück*/
.notsafe {
    pointer-events: auto !important;
}

/*
 * Elemente mit Hintergrundbild bekommen ein zweites Hintergrundbild.
 * Dadurch ist die Option "Hintergrundbild anzeigen" für diese Elemente
 * bei Rechtsklick nicht mehr verfügbar.
 */
#safeimg {
    background-image: url("mein_hintergrund.jpg"), url("transparent.gif");
}



/*******************************
padding
*******************************/

.nopad {
    padding: 0
}

/*******************************
margin
*******************************/

.m-auto {
    margin: 0 auto
}

.border-bottom{
    position: absolute;
    bottom:0;
    height: 100px;
    width: 100%;
}

/* ==========================================================================
   header
   ========================================================================== */
header {
    width: 100%;
    height: auto;
    position: relative;
    height: 700px;
    background: url(../images/gemuese-regional.jpg) no-repeat top center / cover;
}

#header-besonderheit {
    width: 100%;
    height: auto;
    position: relative;
    height: 700px;
    background: url(../images/bunte-gemuese-auswahl.jpg) no-repeat top center / cover;
}

#header-hofladen {
    width: 100%;
    height: auto;
    position: relative;
    height: 700px;
    background: url(../images/hofladen.jpg) no-repeat bottom center / cover;
}

#header-kontaktieren {
    width: 100%;
    height: auto;
    position: relative;
    height: 700px;
    background: url(../images/gemuesekorb.jpg) no-repeat top center / cover;
}

#header-bewerten {
    width: 100%;
    height: auto;
    position: relative;
    height: 700px;
    background: url(../images/gemuese-regional.jpg) no-repeat top center / cover;
}

.wrapper {
    width: 100%;
    min-height: 600px;
    padding: 0px 70px;
    display: flex;
    justify-content: space-between;
    margin-top: 30px
}

.content {
    width: 50%;
    height: auto;
    display: inline-block;
    color: black;
}

.new-section{
    padding-top:50px;
}



.content a {
    color: #9fd648;
    font-weight:600;
}

.contact {
    color: #9fd648;
    margin-bottom: 20px
}

.content-img {
    background-position: center;
    background-size: cover;
    width: 45%;
    height: auto;
    display: inline-block;
}

.weiter {
    width: 50px;
    color: #55ab3e;
    display: block;
    margin: 0 auto;
    position: relative;

}

.weiter a::before {
    content: url(../images/blatt.png);
    position: absolute;
    top: -25px;
    left: 5px;

}

.weiter a {
    color: #55ab3e;
    position: relative
}

/* ==========================================================================
   resp navi
   ========================================================================== */
.resp-nav {
    display: none
}


.button_container {
    position: fixed;
    top: 5%;
    right: 2%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

.button_container:hover {
    opacity: .7;
}

.button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #FFF;
}

.button_container.active .middle {
    opacity: 0;
    background: #FFF;
}

.button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #FFF;
}

.button_container span {
    background: #fff;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 11px;
}

.button_container span:nth-of-type(3) {
    top: 22px;
}

.overlay {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 89;
}

.overlay.open {
    opacity: .9;
    visibility: visible;
    height: 100%;
}

.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
    font-family: 'Nunito';
    font-weight: 400;
    text-align: center;
    background: #fff !important;

}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: block;
    height: 25%;
    height: calc(50% / 4);
    min-height: 50px;
    position: relative;
    opacity: 0;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #419e2c;
    text-decoration: none;
    overflow: hidden;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 100%;
}

.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    -webkit-transition: .35s;
    transition: .35s;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}


/* ==========================================================================
   navi
   ========================================================================== */

.logo {
    position: absolute;
    top: 10px;
    left: 70px;
    width: 210px;
    height: 80px;
    z-index: 100
}

nav {
    width: 100%;
    height: 150px;
    background: url(../images/holzboden-navigation.png)no-repeat;
    background-position: top;
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: 90;
    left: 0;
}

nav ul {
    width: 60%;
    text-align: right;
    position: absolute;
    right: 100px;
    top: 55px;
}

nav ul li {
    display: inline-block;
    margin-left: 40px
}

nav ul li a {
    font-size: 17px;
    font-weight: 800
}

/* ==========================================================================
   section
   ========================================================================== */

/*******************************
herkunft
*******************************/
#herkunft {
    width: 100%;
    height: auto;
    padding: 100px 70px;
    display: flex;
    justify-content: space-between;
}

#herkunft article {
    width: 50%;
    height: auto;
    display: inline-block;
}

#herkunft h3 {
    color: #55ab3e
}

#herkunft .abstand {
    padding-top: 50px
}

#herkunft article img {
    width: 60%;
    display: flex;
}

/*******************************
parallax
*******************************/

.parallax {
    width: 100%;
    height: 600px;
    background: url(../images/parallax-bg.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1
}





.border-top{
    width: 100%
}

/*******************************
besonderheit
*******************************/
#besonderheit {
    width: 100%;
    height: auto;
    padding: 0px 40px;
    display: flex;
    justify-content: space-between;
}

#besonderheit article {
    width: 45%;
    height: auto;
    display: inline-block;
}

#besonderheit h3 {
    color: #55ab3e
}

#besonderheit .abstand {
    padding-top: 50px
}



/*******************************
hofladen
*******************************/

#hofladen {
    width: 100%;
    height: auto;
    padding: 0px 70px;
    display: flex;
    justify-content: space-between;
}

#hofladen article {
    width: 45%;
    height: auto;
    display: inline-block;
}

#hofladen h3 {
    color: #55ab3e
}

#hofladen .abstand {
    padding-top: 50px
}

#hofladen .galerie a {
  display: inline-block;
}


/*******************************
galerie
*******************************/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: #000;
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 14px;
    height: 14px;
    background: url(../images/controls.png) no-repeat 0 0;
}

#cboxTopCenter {
    height: 14px;
    background: url(../images/border.png) repeat-x top left;
}

#cboxTopRight {
    width: 14px;
    height: 14px;
    background: url(../images/controls.png) no-repeat -36px 0;
}

#cboxBottomLeft {
    width: 14px;
    height: 43px;
    background: url(../images/controls.png) no-repeat 0 -67px;
}

#cboxBottomCenter {
    height: 43px;
    background: url(../images/border.png) repeat-x 0 -67px;
}

#cboxBottomRight {
    width: 14px;
    height: 43px;
    background: url(../images/controls.png) no-repeat -36px -67px;
}

#cboxMiddleLeft {
    width: 14px;
    background: url(../images/controls.png) repeat-y -175px 0;
}

#cboxMiddleRight {
    width: 14px;
    background: url(../images/controls.png) repeat-y -211px 0;
}

#cboxContent {
    background: #fff;
    overflow: visible;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 5px;
}

#cboxLoadingOverlay {
    background: url(../images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(../images/loading.gif) no-repeat center center;
}

#cboxTitle {
    position: absolute;
    bottom: -25px;
    left: 0;
    text-align: center;
    width: 100%;
    font-weight: bold;
    color: #444;
}

#cboxCurrent {
    position: absolute;
    bottom: -25px;
    left: 0;
    font-weight: normal;
    color: #444;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    bottom: -26px;
    background: url(../images/controls.png) no-repeat 0px 0px;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
}

#cboxPrevious {
    bottom: 50%;
}

#cboxNext {
    bottom: 50%;
    right: 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0;
}

#cboxPrevious {
    left: 0px;
    background-position: -51px -25px;
}

#cboxPrevious:hover {
    background-position: -51px 0px;
}

#cboxNext {
    right: 0;
    background-position: -75px -25px;
}

#cboxNext:hover {
    background-position: -75px 0px;
}

#cboxClose {
    right: 0;
    background-position: -100px -25px;
}

#cboxClose:hover {
    background-position: -100px 0px;
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -125px 0px;
    right: 27px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -150px 0px;
}

.cboxSlideshow_off #cboxSlideshow {
    background-position: -150px -25px;
    right: 27px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -125px 0px;
}

.galerie img {
    width: 190px;
    height: auto;
}

    legend, td, th {
    padding: 0;
    font-size: 14px!important;
}

.galerie {
    padding: 50px;
    width: 50%
}

/*******************************
footer
*******************************/

footer {
    width: 100%;
    height: auto;
    background: #55ab3e;
    position: relative;
    padding: 0px 100px 100px 100px;
    display: flex;
    justify-content: space-around;
    color: #fff;

}

footer .flaeche{
    
   background: url(../images/border-bottom-green.png) no-repeat bottom center/ contain;
    width:100%;
    position: absolute;
    top:-250px;
    z-index: 2;
    height: 250px;
    left: 0
}



footer article {
   width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
    padding-top: 100px;
}

footer h2 {
    color: #fff;
}

.form-control{
    background-color: #75b94b!important;
}

/*******************************
datenschutz
*******************************/
.datenschutz {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 3px;
    color: #55ab3e;
    background: #fff;
    z-index: 9999999999;
}

.datenschutz a {
    color: #55ab3e;
}

/*******************************
section8
*******************************/

/***************
SEO
***************/

/* ==========================================================================
   footer
   ========================================================================== */

/***************
Impressum
***************/


/* ==========================================================================
   aside
   ========================================================================== */

/*******************************
trennlinie
*******************************/

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

/*******************************
textmarkierungen
*******************************/

::selection {
    /* Textmakierungen lassen sich mit diesen Befehlen beliebig stylen */
    background: #000;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    /* Eine Extrawurst für den Firefox */
    background: #000;
    color: #fff;
    text-shadow: none
}


/* ==========================================================================
   media Queries
   ========================================================================== */

@media screen and (min-width: 1600px) {
    nav ul {
        top: 40px;
            right: 50px;
            width: 100%;
        }
    }

  

}

@media screen and (max-width: 1200px) {
    
    #rating .slick-prev:before, .slick-next:before{
        display: none;
    }    
    
    
    #rating{
        margin: 0 auto;
       width: 100%
        
    }
    
    #rating .col:nth-child(1){
    width: 100%;
}
    .logo {
        left: 20px
    }

    .rating-siegel {
    position: absolute;
    top: 0;
    z-index: 999999999;
    margin-left: 22%;
    width: 80px;
}
    
    nav ul {
        right: 50px;
        width: 100%;
    }

  

    h1 {
        font-size: 45px
    }

    .content-img {
        width: 50%;
    }

    #herkunft article {
        padding-top: 100px
    }

    .galerie img {
        width: 160px
    }

    .galerie {
        padding: 100px 25px
    }

    #hofladen article {
        width: 50%
    }

    #besonderheit h2 {
        font-size: 52px
    }

       .parallax {
        background-attachment: scroll;
           position: relative;
    }
    
   
    
    #rating .col {
    padding-left: 2%;
    padding-right: 2%;
    float: left;
        padding-bottom: 50px;
    width: 100%;
}
    
    #rating {
    padding-left: 4%;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-right: 4%;
}
}


@media screen and (max-width: 992px) {
.rating-siegel{
    display: none;
}

    
    #dsa-stoerer{width: 90%; padding: 40px;}
    
    .resp-nav {
        display: block
    }
    
    .flex .icon-text h3{
    text-align: left;
}
    
    .text-left h2, .text-left h3{
    text-align: left;
}
    
    
    
    .new-section .wrapper{
        display: block;
    }
    
    .new-section img{
        width: 50%;
        margin-top: 50px;
    }

    
    .rating-siegel {
    position: absolute;
    top: 0;
    z-index: 999999999;
    margin-left: 62%;
    width: 100px;
}
    nav ul {
        display: none
    }
    
    nav{
        top: -30px;
    }
    
    .logo{
        top:-0px    }

    .content-img {
        width: 30%;
        margin-top: 26%
    }

    .content {
        width: 70%
    }

    #herkunft article {
        display: none
    }

    #herkunft .abstand {
        display: block;
        width: 100%
    }

    #hofladen article {
        width: 100%;
        display: flex;

flex-wrap: wrap;

justify-content: center;
    }

    #hofladen {
        display: block;
        padding: 10px 70px;
    }

    .galerie img {
        width: 190px
    }

    .galerie {
        padding: 40px 0px;
    }

    #besonderheit {
        display: block
    }

    #besonderheit article {
        display: block;
        width: 100%
    }

    .none {
        display: none !important
    }

    .overlay-menu {
        z-index: 500000000
    }

      .burger,
  .burger__span
  .burger__span:before,
  .burger__span:after {
    display: block;
  }

  .burger__span,
  .burger__span:before,
  .burger__span:after {
    width: 18px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -9px;
    margin-top: -1px;
    background-color: #333333;
  }


  .burger__span:before,
  .burger__span:after {
    transition: all 0.2s;
    content: '';
  }

  .burger {
    width: 50px;
    height: 50px;
    background-color: #94e02d;
    border-radius: 50%;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999;
  }

  .burger__span:before {
    margin-top: -6px;
  }

  .burger__span:after {
    margin-top: 4px;
  }

  .burger--active .burger__span {
    background-color: transparent;
  }

  .burger--active .burger__span:before,
  .burger--active .burger__span:after {
    margin-top: 0;
  }

  .burger--active .burger__span:before {
    transform: rotate(135deg);
  }

  .burger--active .burger__span:after {
    transform: rotate(-135deg);
  }

  .menu {

    background-color: rgba(85, 171, 62, 0.94);
    position: fixed;
    width: 100vw;
    color: #fff;
    height: 110vh;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    left: -100vw;
      margin-top: -50px;
  }

  .menu--active {
    left: 0;
  }

  .menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100vw;
  }
    nav ul li {
    float: none;
    padding-left: 0%;
}

  .menu-list__link {
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    line-height: 4;
    font-size: 18px;
      font-weight: 700;
    transition: all 0.2s;
  }

  .menu-list__link:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }

}


@media screen and (max-width: 768px) {
    .content {
        width: 100%;
        
    }
    
    header{height: 500px}

    .parallax {
        background-attachment: scroll;
    }

    .content-img {
        display: none
    }

    .header {
        padding-bottom: 180px
    }

    #hofladen {
        padding: 10px 40px;
    }

    footer {
        display: block;
        padding: 50px
    }

    footer article {
        display: block;
        width: 100%
    }

    footer h2 {
        font-size: 45px
    }
    
    .rating_top {
    margin: 30px 20px 20px 40px!important;
}
    
    h2 {
    font-family: 'Forte';
    font-size: 40px;
    color: #55ab3e;
    margin-bottom: 30px;
    line-height: 50px;
}
    
    
    article{
        width: 90%!important
    }
}


@media screen and (max-width: 630px) {
        .flex .icon-text{
    display: block;
            text-align: center;
            
            
}
    
    
    .icon-text div{
        padding: 0;
        
    }
    
    .flex .icon-text h3{
        text-align: center;
    }
}
    
    
    @media screen and (max-width: 576px) {
    h1 {
        font-size: 40px
    }

    .wrapper {
        padding: 0px 40px;
    }

    #herkunft {
        padding: 0px 40px;
        padding-top: 100px;
    }
    #hofladen .galerie a {
      display: block;
    }
}

@media screen and (max-width: 470px) {
    .weiter {
        display: none
    }

    .galerie img {
        width: 100%
    }

    footer {
        padding: 20px
    }

    h2 {
    font-family: 'Forte';
    font-size: 40px;
    color: #55ab3e;
    margin-bottom: 30px;
    line-height: 46px;
}
    #besonderheit h2{
        font-size: 40px;
    color: #55ab3e;
    margin-bottom: 30px;
    }
    
    .rating-siegel {
    position: absolute;
    width: 50px
}
    
    .rating_box .rating_thumb {
    display: none!important;
}
    
    h2 {
    font-family: 'Forte';
    font-size: 30px;
    color: #55ab3e;
    margin-bottom: 30px;
    line-height: 46px;
}
}

@media screen and (max-width: 1380px){
legend, td, th{
    padding: 0;
    width: 50%!important;
    padding-bottom: 15px!important;
}
}

@media screen and (max-width: 430px) {
    legend, td, th {
    font-size: 12px!important;
        line-height: 18px;
    width: 40%!important;
        padding-bottom: 15px!important;
}
    
    form#dsa-rating {
    width: 100%;
    padding: 0px!important;
}
    .rating_box .question {
    font-size: 11px!important;
    margin: 3px 4px!important;
    width: 54%;
}
}

@media screen and (max-width: 380px){
    .rating span {
    color: #ffc749;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding-left: 4px!important;
    line-height: 18px;
}
    
      .logo{
        width: 150px;
    height: auto;
    top:20px}
    
}
