
html, body {
    height: 100%;
    position:relative;
}

body {
    margin: 0px;
    background-color: #FFDC00;
    padding: 0px;
    height: auto;
}
    
h1, h2, h3, h4, p, a, li, input, textarea, button, span, .success  {
    color: #000000;
    font-weight: 400;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;  
    font-size: 20px;
    line-height: 1.1;
    text-align: left;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    -ms-word-break: break-word;
     word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    
    text-decoration: none;
}

h1, figcaption span {
    font-size: 42px;
    margin-top: 50px;
    margin-bottom: 10px;
    font-weight: bold;
    padding: 0 10px;
}

h2 {
    padding: 0 10px;
    font-size: 32px;
    margin-bottom: 20px;
    letter-spacing: 0.75px;
    margin-top: 0;
}

h3 {
    padding: 12px 0;
    margin: 0;
}

p {
    padding: 0 10px 20px;
    line-height: 1.3;
}

ul {
    text-align: left;
    padding: 0 10px;
}

li {
    border-bottom: 1px #000 solid;
    padding: 10px 0;
    list-style-type: none;
    font-size: 20px;
}

li.title {
    font-weight: bold; 
}
li.menge, li.menge span, .preiszusatz  {
    font-size: 16px; 
}

li span {
    float: right;
}

h1.mask {
    margin-top: 10px;
}

.wichtig {
    margin: 0;
    padding-bottom: 15px;;
}

.minus:before { 
    content:''; 
    background-image:url(../img/minus.svg); 
    background-size:contain; 
    background-repeat:no-repeat; 
    display: inline-block;
    width: 10px; 
    height: 20px;
    padding-left: 20px;
    margin: 4px 0 7px 0;
    vertical-align: middle;
}

.plus:before { 
    content:''; 
    background-image:url(../img/plus.svg); 
    background-size:contain; 
    background-repeat:no-repeat; 
    display: inline-block;
    width: 10px; 
    height: 20px;
    padding-left: 20px;
    margin: 4px 0 7px 0;
    vertical-align: middle;
}

.button {
    background-color: #00a700;
    padding: 20px 38px;
    border-radius: 55px;
    border: none;
    margin: 30px 0px 50px;
    cursor: pointer;
    display: inline-block;
    
}

.button a {
    color: #fff; 
    font-weight: bold;
}

/*---------------------------------- 
main-nav
-----------------------------------*/
#navcontainer {
    width: 90%;
    padding: 0px 5%;
    background-color: #fff;
    padding-top: 0px;
    position: fixed;
    top: 0;
    z-index: 999;
}

.navcovid {
    position: relative;
    width: 80%;
    float: left;
}

.h3nav {
    display: inline-block;
}


/*---------------------------------- 
nav
-----------------------------------*/

#navburger {
    float: right;
    width: 25px;
    height: 17px;
    margin-top: 16px;
    position: relative;
    cursor: pointer;
    transition: ease 1s;
}

#navburger span {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #005A32;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#navburger span:nth-child(1) {
    top: 0px;
}

#navburger span:nth-child(2),#navburger span:nth-child(3) {
    top: 7px;
}

#navburger span:nth-child(4) {
    top: 14px;
}

#navburger.open span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
}

#navburger.open span:nth-child(2) {
  transform: rotate(45deg);
}

#navburger.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#navburger.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.nav {
    background-color: #ffdc00;
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 10;
    display: none;
    left: 0;
}

.nav ul {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 0;
    -webkit-transition: 1.25s ease-in-out;
    transition: 1.25s ease-in-out;
    top: 10%;
}

.nav ul.up {
    top: 30%;
}

.nav li {
    list-style-type: none;
    -webkit-transition: 1.25s ease-in-out;
    transition: 1.25s ease-in-out;
    text-align: center;
    font-weight: bold;
    border: none;
}

.nav a {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    text-align: center;
    padding: 0px;
    font-size: 42px;
    font-weight: bold;
}

.nav li.open {
    padding: 14px;
}

.nav a:hover {
    font-size: 46px;
}

/*---------------------------------- 
    start
-----------------------------------*/

section {
    width: 90%;
    margin: 0 5%;
    position: relative;
    display: inline-block;
   
}

.maskencontainer {
    margin-bottom: 100px;
    display: inline-block;
}

.h1top {
    width: 90%;
    padding: 40px 5% 0;
    margin: 0;
    position: relative;
}

.h1red {
    font-family:"Arial Black", "Arial Bold", Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 75px;
    width: 90%;
    padding: 26px 5%;
    margin: 0;
    margin-top: 45px;
    position: relative;
    background-color: #EB0029;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}

.bestellung {
    position: fixed;
    width: 90%;
    padding: 15px 5%;
    margin: 0;
    background-color: #fff;
    z-index: 99;
}

.twoicon {
    width: 45%;
    float: left;
    margin-right: 10%;
    margin-top: 20px;
    display: inline-block;
}

.twoicon.r {
    margin-right: 0;
}

.threeicon {
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-top: 20px;
    display: inline-block;
}

.threeicon.r {
    margin-right: 0;
}

.fouricon {
    width: 25%;
    float: left;
}

.productb {
    padding: 20px 30px;
    background-color: #00a700;
    color: #fff;
    margin: 0;
    margin-bottom: 30px;
}

.imgcontainer {
    margin-bottom: 70px;
    display: inline-block;
}

.newscontainer {
    margin: 40px 0px;
}

/*---------------------------------- 
    footer
-----------------------------------*/

footer {
    position: relative;
    display: inline-block;
    background-color: #fff;
    width: 90%;
    padding: 0 5%;
    float: left;
}

.footerkontakt {
    margin-top: 50px;
}

.disclamer {
    cursor: pointer;
    font-size: 14px;
}

#datenschutz p {
    font-size: 14px;
}

#datenschutz {
    display: none;
    padding: 0px 0px 40px 0px;
    position: relative;
    float: left;
}

#optoutbanner99 {
	font-size: 12px;
    line-height: 18px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    text-align: right;
    z-index: 200;
}

#optoutbanner99 a,
#optoutbanner99 p{
	cursor: pointer;
    font-size: 15px;
    display: inline-block;
    margin-left: 20px;
}
#optoutbanner99 p{
	padding: 0;
}


#acceptga {
	text-decoration: none !important;
	background-color: #EB0029;
	color: #fff !important;
	font-weight: normal !important;
    padding: 20px;
}


/*----------------------------------
    Cookiebanner
-----------------------------------*/

#cookiebanner {
    position: fixed;
    bottom: -300px;
    left: 40px;
    border-radius: 10px;
    width: 350px;
    background-color: white;
    padding: 15px;
    z-index: 9999;
    transition: bottom 0.5s cubic-bezier(0.2, 0.8, 0.3, 2);
  }
  
  #cookiebanner p {
    color: black;
    margin: 0;
  }
  
  #cookiebanner.visible {
    bottom: 25px;
  }
  
  #cookiebanner button {
    font-size: 20px;
    letter-spacing: 0;
    text-decoration: none; 
  }
  
  #declineBtn, #acceptBtn {
    border-radius: 30px;
    margin-top: 20px;
  }
  
  #declineBtn {
    padding: 10px 20px;
    background:none;
    border: 1px solid gray; 
    color: gray;
    opacity: 0.5;
  }
  
  #acceptBtn {
    border: none;
    padding: 10px 40px;
    background: black;
    color: white;
    margin-right: 5px;
  }
  
  #acceptBtn:hover,
  #declineBtn:hover {
    transition: opacity 0.5s ease-in-out;
    opacity: 0.75; ;
  }

/*---------------------------------- 
responsive ipad
-----------------------------------*/

@media only screen and (max-width: 1300px) {
    .h1red {font-size: 60px; width: 90%; padding: 26px 5%;}
    h1 {font-size: 34px;}
    h2 {font-size: 26px;}
    p, p a, li {font-size: 18px;}
    .maskencontainer {margin-bottom: 20px;}
}
    
@media only screen and (max-width: 1200px) {
    .h1red {font-size: 50px;}
    h1, .nav a {font-size: 25px;}
    h2 {font-size: 20px;}
    p, p a, li, li span, h3, h3 a {font-size: 16px; line-height: 1.4;}
    .twoicon {margin-right: 4%; width: 48%}
    .twoicon.r {margin-right: 0%;}
    .threeicon {margin-right: 4%; width: 48%}
    .threeicon.rr {margin-right: 0px;}
    .threeicon.r {margin-right: 4%;}
    .productb {padding: 20px 20px;}
    .fouricon {width: 50%;}
}


@media only screen and (max-width: 900px) {
    .twoicon, .threeicon {margin-right: 0; width: 100%}
    .maskencontainer {margin-bottom: 0px;}
}

@media only screen and (max-width: 510px) {
    .h1red {font-size: 31px; padding: 26px 5%;margin-top: 65px;}
    .h3nav {width: 80%;}
    h1 {margin-top: 30px;}
    .productb {margin-bottom: 0px;}
    .fouricon {width: 100%;}

    #cookiebanner {width: calc(100% - 70px); left: 20px;}
    #cookiebanner.visible {bottom: 60px;}
    
}