
/* poppins-300 - latin */
@font-face {
  font-display: optional;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('assets/fonts/poppins-v23-latin-300.woff2') format('woff2'),
       url('assets/fonts/poppins-v23-latin-300.ttf') format('truetype');
}
/* poppins-regular - latin */
@font-face {
  font-display: optional;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/poppins-v23-latin-regular.woff2') format('woff2'),
       url('assets/fonts/poppins-v23-latin-regular.ttf') format('truetype');
}
/* poppins-500 - latin */
@font-face {
  font-display: optional; 
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('assets/fonts/poppins-v23-latin-500.woff2') format('woff2'),
       url('assets/fonts/poppins-v23-latin-500.ttf') format('truetype');
}
/* poppins-700 - latin */
@font-face {
  font-display: optional;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/poppins-v23-latin-700.woff2') format('woff2'),
       url('assets/fonts/poppins-v23-latin-700.ttf') format('truetype');
}

body {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  color: #010101;
  font-family: 'Poppins', sans-serif;
}

h1, h2, h3 {
  font-weight: 500;
  clear: both;
  line-height: 1.4;
  margin: 0 0 20px;
  color:#010101;
}

h1 {
  font-size: 44px;
}
#kontakt h1 span, #viernullvier h1 span {
  font-size:1rem;
  display:block;
  margin-top:15px;
  font-weight:300;
}
h2 {
  font-size: 38px;
}

h3 {
  font-size: 32px;
}

p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 20px;
  padding: 0;
  color: #010101;
}
.contact-small {
  font-size:.8rem;
}
.contact-small a {
  color:#010101;
  text-decoration: underline;
}
a {
  color: #151515;
  -webkit-transition: color 80ms ease-in;
  transition: color 80ms ease-in;
}
a:hover {
  color: white; 
  text-decoration: none !important;
  border-bottom:1px solid #010101;
}

 i {
  font-style: italic;
}

strong {
  color: #151515;
}

h1, h2, h3,
#masthead.site-header #site-navigation #top-menu ul li a,
#masthead.site-header #site-navigation ul li a,
body {
  font-family: 'Poppins', sans-serif !important;
  font-display: swap !important;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
Contents
--------------------------------------------------------------*/


/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #909090;
}

::-moz-placeholder {
  color: #909090;
  opacity: 1;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-b-90 {
  margin-bottom: 90px;
}

.p-x-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.no-padding {
  padding: 0;
}

.empty-space-30 {
  height: 30px;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer {
  padding: 20px 0 20px;
  position: absolute;
  bottom:0;
  left:50px; 
}
#main .site-footer {
  width:100%;
  padding:20px 50px;
  left:0; 
  z-index:5;
  /* background:#010101; */
  background:#E1C04C;
  border:none;
  color:white;
} 
#impressum .site-footer, #datenschutz .site-footer, #kontakt .site-footer,#viernullvier .site-footer {
  position: relative;
  left:0;
}
.site-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-footer ul li {
  display: inline-block;
}
.site-footer:not(.centered) {
  background-color:#E1C04C
}
.site-footer:not(.centered) .social-links-menu li {
  margin-left: 12px;
}
.site-footer:not(.centered) .container, .site-footer:not(.centered) .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-footer:not(.centered) .container:after, .site-footer:not(.centered) .container-fluid:after {
  content: initial;
}
.site-footer .copyright {
  color: white;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}
.site-footer .social-links-menu li {
  margin: 0 6px;
}
.site-footer .social-links-menu li a {
  color: #151515;
  text-decoration: none;
  font-size: 14px;
}
.site-footer .social-links-menu li i {
  color: white;
  font-size: 14px;
}
.site-footer .social-links-menu li a:hover i {
  color: rgba(21, 21, 21, 0.6);
}
footer .site-info a {
  margin:0 15px; 
  color:#010101; 
  font-size:.8rem;
  font-weight:300;
} 
footer .site-info.links {
  padding:0 20px;
}
.site-footer.standard.dark {
  background-color: #202020;
  border: 0;
}
.site-footer.standard.dark .copyright {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer.standard.dark .social-links-menu li a,
.site-footer.standard.dark .social-links-menu li a i {
  color: #fff;
}
.site-footer.standard.dark .social-links-menu li a:hover,
.site-footer.standard.dark .social-links-menu li a i:hover {
  opacity: .6;
}
.scroll-top-link {
  position: fixed;
  z-index: 9;
  right: 30px;
  bottom: 30px;
  background: #e9e9e9;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 25px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s all;
  display: none;
}
.scroll-top-link i {
  line-height: 29px;
}
.scroll-top-link.active {
  visibility: visible;
  opacity: 1;
}
.scroll-top-link:hover {
  opacity: .7;
}

@media (min-width: 1100px) {
  .scroll-top-link {
    display: block;
  }
}
/*--------------------------------------------------------------
Header Standard
--------------------------------------------------------------*/
#masthead.site-header.standard {
  position: fixed;
  background-color: #ffffff;
  transition: top 0.3s ease;
}

@media (min-width: 992px) {
  #masthead.site-header.standard #site-branding a {
    padding: 30px 0;
  }
  #masthead.site-header.standard #site-navigation .menu a {
    letter-spacing: .4px;
  }
  #masthead.site-header.standard #site-navigation .menu > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
    padding: 35px 20px;
  }
  #masthead.site-header.standard #site-navigation .menu > li:last-of-type {
    padding-right: 0;
  }
  #masthead.site-header.standard #site-navigation .menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .8rem;
    letter-spacing: .5px;
    font-weight: 300;
    text-transform: uppercase;
  }
  #masthead.site-header.standard #site-navigation .menu > li ul {
    position: absolute;
    top: 70px;
    background-color: #101010;
    width: 170px;
    z-index: 10;
    left: -7px;
    margin-left: 0;
    opacity: 0;
    display: none;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: visibility 0s, opacity 0.3s linear,transform 0.3s;
    -o-transition: visibility 0s, opacity 0.3s linear, transform 0.3s;
    -webkit-transition: visibility 0s, opacity 0.3s linear,-webkit-transform 0.3s;
    transition: visibility 0s, opacity 0.3s linear,-webkit-transform 0.3s;
    transition: visibility 0s, opacity 0.3s linear, transform 0.3s;
    transition: visibility 0s, opacity 0.3s linear,transform 0.3s, -webkit-transform 0.3s;
  }
  #masthead.site-header.standard #site-navigation .menu > li ul li {
    margin: 0;
    padding: 13px 25px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
  }
  #masthead.site-header.standard #site-navigation .menu > li ul li:last-of-type {
    border-bottom: 0;
  }
  #masthead.site-header.standard #site-navigation .menu > li ul li a {
    font-size: 12px;
    line-height: 18px;
    display: block;
    color: #fff;
    text-transform: capitalize;
  }
  #masthead.site-header.standard #site-navigation .menu > li ul ul {
    background-color: #19191a;
    left: 170px;
    top: 0;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  #masthead.site-header.standard #site-navigation .menu > li:hover > ul {
    -webkit-animation: dropdown-effect .2s ease-out;
    -moz-animation: dropdown-effect .2s ease-out;
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #masthead.site-header.standard #site-navigation .menu > li:hover > ul > li:hover ul {
    display: block;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dropdown-effect .2s ease-out;
    -moz-animation: dropdown-effect .2s ease-out;
    opacity: 1;
    visibility: visible;
  }
   #masthead.site-header.standard #site-navigation .menu > li:hover > a {
    color: rgba(21, 21, 21, 0.6);
  }
  #masthead.site-header.standard #site-navigation .menu > li:hover > a {
    color: white;
  }
  #masthead.site-header.standard #site-navigation .menu > li > a {
    color: white;
    border-color:white; 
  }
  #masthead.site-header.standard #site-navigation.dark .menu > li > a {
    color:#010101;
    border-color: #010101;
    font-weight: 300;
  }
}
@-webkit-keyframes dropdown-effect {
  0% {
    opacity: .6;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------------------------------------
Header Hamburger
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Header Hamburger
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Header General
--------------------------------------------------------------*/
#masthead.site-header {
  width: 100%;
  z-index: 9;
}
#site-navigation {
  margin-left:auto;
  margin-right:auto;
}
#masthead.site-header a {
  text-decoration: none;
}
#masthead.site-header #site-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: normal;
}
#masthead.site-header #site-branding {
  line-height: 0;
}
#masthead.site-header #site-branding .retina-logo {
  display: none;
}
#masthead.site-header #site-branding a {
  display: inline-block;
  line-height: normal;
  padding: 30px 0;
}
#masthead.site-header .container, #masthead.site-header .container-fluid {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#masthead.site-header .container:after, #masthead.site-header .container-fluid:after {
  content: initial;
}
#masthead.site-header .container-fluid {
  padding-left: 50px;
  padding-right: 65px;
}
#masthead.site-header.transparent {
  position: fixed;
  width: 100%;
  background-color: transparent;
  top:0;
}
#masthead.site-header.no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#masthead.site-header.standard {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 1200px) {
  #masthead.site-header .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  #masthead.site-header:not(.hamburger-side) #site-navigation {
    position: absolute;
    width: 100%;
    z-index: 10;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s  ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
    padding:0;
    margin-left: -15px;
    top:0;
    height:calc(100vh - 56px);
    background:#E1C04C;
    display:flex;
    margin-top:60px;
  }
  #masthead.site-header:not(.hamburger-side) #site-navigation.open {
    opacity: 1;
    visibility: visible;
  }
  .noscroll {
    overflow: hidden;
    height: 100vh; 
  }
  #masthead.site-header:not(.hamburger-side) #site-navigation .menu {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    padding-left:25px; 
  }
  #masthead.site-header:not(.hamburger-side) #site-navigation .menu li {
    position: relative;
    padding-left:0;
    padding-bottom:0px !important;
    padding-left:0px !important;
  }
    #masthead.site-header:not(.hamburger-side) #site-navigation .menu li.active {
    border-color: #010101 !important;
  }
  #masthead.site-header:not(.hamburger-side) #site-navigation .menu li:last-of-type {
    border-bottom: 0;
  }
  #masthead.site-header:not(.hamburger-side) #site-navigation .menu a {
    font-size: 1.5rem;
    letter-spacing: .4px;
    font-weight: 500;
    display: block;
    padding: 15px 20px;
    text-transform: uppercase;
    color: #010101;
    padding-bottom:5px; 
    padding-left:0;
  }
  #masthead.site-header:not(.hamburger-side) #site-navigation .menu a:hover {
    color: rgba(225, 225, 225, 0.7);
  }
  #masthead.site-header:not(.hamburger-side) #site-navigation .menu > li ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  #masthead.site-header:not(.hamburger-side) #site-navigation .menu > li ul a {
    margin-left: 12px;
  }
  #masthead.site-header:not(.hamburger-side) #site-navigation .menu > li ul ul a {
    margin-left: 24px;
  }
   #masthead.site-header:not(.hamburger-side) #site-navigation .menu > li:hover > a {
    color: rgba(225, 225, 225, 0.7);
  }
  #masthead.site-header:not(.hamburger-side) #site-navigation .menu > li:hover > a {
    color: rgba(225, 225, 225, 0.7);
  }
}
@media (max-width: 767px) {
  #masthead.site-header.standard {
    margin: 0 !important;
    padding: 0  !important;
  }

  #masthead.site-header #site-branding a {
    padding: 25px 0;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #masthead.site-header #site-branding .retina-logo {
    display: block;
  }
  #masthead.site-header #site-branding .logo {
    display: none;
  }
}
/*--------------------------------------------------------------
Site Layout
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  height:100%;
}

* {
  box-sizing: inherit;
}
*:before, *:after {
  box-sizing: inherit;
}

.site-content {
  overflow: hidden;
}

#page {
  position: relative;
  word-wrap: break-word;
  min-height: 100vh;
  display: flex; 
  flex-direction: column; 
}

body {
  background-color: #fff;
  height:100%;
}
/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
img {
  height: auto;
}
/*--------------------------------------------------------------
Lists
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button, input, optgroup, select, textarea {
  font-size: 15px;
  line-height: 1.15;
  margin: 0;
}

label {
  color: #151515;
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
}

fieldset {
  margin-bottom: 1em;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
  color: #151515;
  background: transparent;
  border: 1px solid #e6e6e6;
  display: block;
  padding: 12px 15px;
  width: 100%;
  font-family: 'Poppins', sans-serif;
}

textarea {
  color: #151515;
  background: transparent;
  border: 1px solid #e9e9e9;
  display: block;
  padding: 15px;
  width: 100%;
  resize: none;
  height: 200px;
}

select {
  color: #151515;
  border: 1px solid #e9e9e9;
  padding: 10px 5px;
  max-width: 100%;
}

input[type="radio"], input[type="checkbox"] {
  margin-right: 0.5em;
}
input[type="radio"] + label, input[type="checkbox"] + label {
  font-weight: 400;
}

button, input[type="button"], input[type="submit"] {
  background-color: #151515;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding: 14px 28px;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: 80ms ease-in;
  transition: 80ms ease-in;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover {
  background-color: #151515;
  color: #fff;
}

div.kraftcf .ajax-loader.is-active {
  visibility: hidden;
}

.kraftcf-form div.kraftcf-mail-sent-ok,
.kraftcf-form div.kraftcf-response-output {
  display: none;
  border: 0;
  text-align: center;
}
.kraftcf-form div.kraftcf-mail-sent-ok.validated,
.kraftcf-form div.kraftcf-validation-errors.validation-error {
  display: block;
}
.kraftcf-form .contact-form-main .kraftcf-submit {
  margin-left: auto;
  margin-right: auto;
  display: inherit;
  margin-top: 40px;
}
.kraftcf-form .contact-form-main + .kraftcf-validation-errors, .kraftcf-form .contact-form-main + .kraftcf-mail-sent-ok {
  text-align: center;
}
.kraftcf-form .contact-form-fields-wrap {
  margin-left: -15px;
  margin-right: -15px;
}
.kraftcf-form .contact-form-fields-wrap {
  margin-bottom: 30px;
}
.kraftcf-form .contact-form-fields-wrap:after, .kraftcf-form .contact-form-fields-wrap:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.kraftcf-form input, .kraftcf-form textarea {
  background-color: #fafafa;
}
.kraftcf-form > p {
  clear: both;
}
.kraftcf-form .contact-form-fields {
  display: inline-block;
  width: 33.33333333333333%;
  float: left;
  padding: 0 15px;
  margin-bottom:20px;
}
.kraftcf-form .kraftcf-form-control-wrap {
  display: block;
  width: 100%;
}
.kraftcf-form input[type="submit"] {
  margin-top: 20px;
}
.kraftcf-form span.kraftcf-not-valid-tip {
  display: none;
  color: #e8252e;
  margin-top: 10px;
  font-size:.8rem;
}
.kraftcf-form span.kraftcf-not-valid-tip.validation-error {
  display: block;
}
.kraftcf-mail-sent-ok {
    background: #4CE076;
    padding: 15px;
}
.kraftcf-form div.kraftcf-validation-errors, .kraftcf-form div.kraftcf-acceptance-missing {
  display: none;
  border: none;
  color: #e8252e;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}
.kraftcf-form textarea {
  height: 150px;
  font-family: 'Poppins', sans-serif;
}
.kraftcf-form .kraftcf-submit {
  background-color: #151515;
  color: #fff;
}
.kraftcf-form .kraftcf-submit:hover {
  opacity: .9;
}

div.kraftcf .ajax-loader {
  position: absolute;
  bottom: -13px;
}

@media (max-width: 767px) {
  .left-block, .right-block {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .kraftcf-form .contact-form-fields {
    float: none;
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  .kraftcf-form .contact-form-fields:first-of-type {
    margin-top: 0;
  }
}
/*--------------------------------------------------------------
Buttons
--------------------------------------------------------------*/
.btn-container a {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 24px;
  background-color: transparent;
  color: white;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: 80ms ease-in;
  transition: 80ms ease-in;
  line-height: normal;
  text-decoration: none;
  border: 2px solid white;
}
.btn-container a:hover {
  background: white;
  color: #010101;
}
.btn-container {
  color:#010101;
}
.btn-container .nutritional-table-wrapper {
  overflow: hidden;
  max-height: 0px; 
  transition: max-height 0.5s ease;
}
.btn-container.open .nutritional-table-wrapper {
  max-height: 400px;
}
.btn-container table, .modal-content table {
  margin-top: 10px;
  border-collapse: collapse;
  font-size:.8rem;
}
.btn-container table td, .modal-content table td {
  padding: .5rem;
  border:0.5px solid #010101;
}
.btn-container tr:last-child td, .modal-content tr:last-child td {
  border: none;
}
.toggle-btn {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
}
#das-mehl {
  background-color:#010101;
}
#das-mehl .btn-container {
  color:white;
}
#das-mehl table, #dasmehl table td {
  border-color: white;
}
#das-mehl h1 {
  color:#e2c04b;
  font-size:6rem;
  line-height:5rem;
  letter-spacing: -1px;
  font-weight: 700;
}
#das-mehl h2 {
  font-weight:300;
  color:white;
}
#das-mehl p {
  color:white;
}
#das-semola {
  background-color: #e30513;
} 
#das-semola h1 {
  font-size:6rem;
  line-height:5rem;
  letter-spacing: -1px;
  font-weight: 700; 
}
#das-semola p {
  color:#010101;
}
#das-semola h2 {
  font-weight:400;
  margin-bottom:-.5rem;
}
#das-mehl-glutenfrei {
  background-color: #e2c04b;
}
#das-mehl-glutenfrei h1 {
  font-size:6rem;
  line-height:5rem;
  letter-spacing: -1px;
  font-weight: 700;
  display:flex;
  flex-direction: column;
}
#das-mehl-glutenfrei h2 {
  font-weight:400;
}
#das-mehl-glutenfrei h1 span {
  color:white;
}
#das-mehl-glutenfrei p {
  color:#010101;
}
#das-mehl-glutenfrei .klein {
  font-size:4.2rem;
  margin-top:-.5rem;
}
#das-mehl-glutenfrei .gross {
  font-size:8rem;
}
#das-mehl-pro {
  background-color: #373621;
}
#das-mehl-pro h1 {
  color:#e2c04b;
  font-size:6rem;
  line-height:5rem;
  letter-spacing: -1px;
  font-weight: 700;
}
#das-mehl-pro h1 span {
    color: white;
    font-size: 3rem;
    line-height: 2rem;
}
#das-mehl-pro h2 {
  font-weight:400;
  color:white;
}
#das-mehl-pro p {
  color:white;
}
#das-mehl-pro .btn-container {
  color:white;
}
#das-mehl-pro table, #das-mehl-pro table td {
  border-color: white;
}
#das-mehl .btn-container table td, #das-mehl-pro .btn-container table td {
  border-color: white;
}
#impressum header a, #datenschutz header a, #kontakt header a, #viernullvier header a {
  color: #010101 !important;
  border-color: #010101 !important;
}
header .active a {
  border-bottom:1px solid #010101;
}
.logo {
  font-weight:600;
  color:#010101;
  font-size:2rem;
  letter-spacing: -1px;
  display:flex;
  width:55px;
}
.retina-logo {
  font-weight:600;
  color:#010101;
  font-size:2rem;
  letter-spacing: -1px;
  display:flex;
  width:55px;
}
#impressum .site-content-contain, #datenschutz .site-content-contain, #kontakt .site-content-contain, #viernullvier .site-content-contain {
  padding-top:120px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
#impressum #content, #kontakt #content, #viernullvier #content {
  flex:1
}
#datenschutz h2, #impressum h2 {
  font-size:1.5rem;
  margin-bottom:10px;
}
.logo-brand:hover {
  border:none !important;
  color:inherit;
}
.logo-brand {
  font-weight:800;
  color:white;
  letter-spacing: -1px;
  font-size:1.5rem;
  line-height:20px !important
}
.logo-brand.dark {
  color:#010101;
}
.slide {
  height: 100vh;
  scroll-snap-align: start;
  width:100%;
  display:flex;
  overflow-y:hidden;
  overflow-x: visible;
  position: relative;
}
#snap {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  overflow-y: scroll;
  height: 100vh;
  padding:0;
} 
.kraft-ms-section {
  width:40%; 
  display:flex;
  align-items: center;
  float:right;
  margin-left:auto;
  padding-right:5%;
}
.title-wrap {
  max-width:720px;
  z-index:4;
  width:100%;

}
.layer {
  position: absolute;
  top: 0;
  left: 0;
}
.layer1 {
  z-index:2;
}
.layer2 {
  z-index:1;
}
.layer3 {
  z-index:0;
}
.left-section {
  width:50%;
  left:0;
  position: relative;
  overflow:visible;
}
#das-mehl-layer1 {
  bottom:0;
  top:unset;
  width:50vw;
  transform: scale(1.1); 
  transform-origin: bottom center;
  animation: das-mehl-moveUp-layer1 30s ease infinite alternate;
}
#das-mehl-layer2 {
  transform: translate(-50%, -50%) rotate(2deg);
  left:50%;
  top:50%;
  animation: das-mehl-moveUp-layer2 20s ease infinite alternate;
}
#das-mehl-layer3{
  bottom:0; 
  top:unset; 
  width:55vw; 
  height:80vh;
  object-fit: cover;
  object-position: bottom right;
  transform-origin: bottom center;
  animation: das-mehl-moveUp-layer3 80s ease infinite alternate;
}
.icons {
  list-style: none;
  display:flex;
  padding-bottom:15px;
}
.icons img {
  max-width:40px;
}
.icons li {
  padding:0 15px;
}
.icons li:first-child {
  padding-left:0;
}
@keyframes das-mehl-moveUp-layer1 {
  0% {
    transform: scale(1.1) skew(0deg);
  }
  100% {
    transform: translateY(0%) scale(1) skew(10deg)
  } 
}
@keyframes das-mehl-moveUp-layer2 {
  0% {
    transform: translate(-50%, -50%) rotate(2deg) scale(1.2);
  }
  100% {
    transform: translate(-50%, -60%) rotate(4deg) scale(1.2)
  }
}
@keyframes das-mehl-moveUp-layer3 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: translateY(0%) scale(1)
  }
}
#das-semola-layer1 {
  bottom:0;
  top:unset;
  width:38vw;
  transform-origin: bottom center;
  animation: das-semola-moveUp-layer1 30s ease infinite alternate;
}

#das-semola-layer2 {
  transform: translate(-50%, -50%) rotate(2deg);
  left:50%;
  top:50%;
  animation: das-semola-moveUp-layer2 20s ease infinite alternate;

}
#das-semola-layer3{
  bottom:0; 
  top:unset; 
  width:55vw; 
  transform-origin: bottom left;
  height:85vh;
  object-fit: cover;
  object-position: bottom right;
  animation: das-semola-moveUp-layer3 60s ease infinite alternate;
}
@keyframes das-semola-moveUp-layer1 {
  0% {
    transform: scale(1.1) skew(0deg)
  }
  100% {
    transform: translateY(0%) scale(1) skew(10deg)
  } 
}
@keyframes das-semola-moveUp-layer2 {
  0% {
    transform: translate(-60%, -50%) rotate(4deg) scale(1.2)
  }
  100% {
    transform: translate(-50%, -65%) rotate(8deg) scale(1.2)
  }
}
@keyframes das-semola-moveUp-layer3 {
  0% {
    transform: scale(1) skew(0deg)
  }
  100% {
    transform: translateY(0%) scale(1.3) skewX(15deg)
  }
}

#das-mehl-glutenfrei-layer1 {
  bottom:0px;
  top:unset;
  width:50vw;
  transform: scale(1.3); 
  transform-origin: bottom center;
  animation: das-mehl-glutenfrei-moveUp-layer1 40s ease infinite alternate;

}
#das-mehl-glutenfrei-layer2 {
  transform: translate(-50%, -50%) rotate(2deg);
  left:50%;
  top:50%;
  animation: das-mehl-glutenfrei-moveUp-layer2 20s ease infinite alternate;

}
#das-mehl-glutenfrei-layer3{
  bottom:0; 
  top:unset; 
  width:55vw;  
  transform-origin: bottom left;
  object-fit: cover;
  object-position: bottom right;
  height:80vh;
  animation: das-mehl-glutenfrei-moveUp-layer3 60s ease infinite alternate;
}
@keyframes das-mehl-glutenfrei-moveUp-layer1 {
  0% {
    transform: scale(1.1) skew(0deg);
  }
  100% {
    transform: translateY(0%) scale(1) skew(10deg)
  } 
}
@keyframes das-mehl-glutenfrei-moveUp-layer2 {
  0% {
    transform: translate(-60%, -50%) rotate(8deg) scale(1.2)
  }
  100% {
    transform: translate(-50%, -65%) rotate(4deg) scale(1.2)
  }
}
@keyframes das-mehl-glutenfrei-moveUp-layer3 {
  0% {
    transform: scale(1.2)
  }
  100% {
    transform: scale(1)
  }
}
#das-mehl-pro-layer1 {
  bottom:0;
  top:unset;
  width:35vw;
  transform: scale(1.1); 
  transform-origin: bottom center;
  animation: das-mehl-pro-moveUp-layer1 30s ease infinite alternate;
}
#das-mehl-pro-layer2 {
  transform: translate(-50%, -50%) rotate(2deg);
  left:50%;
  top:50%;
  animation: das-mehl-pro-moveUp-layer2 20s ease infinite alternate;
}
#das-mehl-pro-layer3{
  bottom:0; 
  top:unset; 
  width:50vw; 
  transform-origin: bottom center;
  height:85vh;
  object-fit: cover;
  object-position: bottom right;
  animation: das-mehl-pro-moveUp-layer3 60s ease infinite alternate;

}
@keyframes das-mehl-pro-moveUp-layer1 {
  0% {
    transform: scale(1.1) skew(0deg);
  }
  100% {
    transform: translateY(0%) scale(1) skew(10deg)
  } 
}
@keyframes das-mehl-pro-moveUp-layer2 {
  0% {
    transform: translate(-55%, -50%) rotate(2deg) scale(1.1)
  }
  100% {
    transform: translate(-50%, -65%) rotate(4deg) scale(1.1)
  }
}
@keyframes das-mehl-pro-moveUp-layer3 {
  0% {
    transform: scale(1.1) skewX(-5deg)
  }
  100% {
    transform: translateY(0%) scale(1) skewX(1deg)
  }
}
#ueberuns-layer1 {
  bottom:0;
  top:unset;
  width:50vw;
  height:100vh;
  object-fit: cover;
}
#ueberuns ul {
  list-style: none;
}
#ueberuns ul li img {
    width: 100%;
    filter: grayscale(1);
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
    max-width:97%;
}
#ueberuns ul li img:hover {
  opacity: 1;
  filter:none;
  transition: all 0.5s ease-in-out;
}
#ueberuns ul {
  display:flex;
  justify-content: space-between;
  padding:0;
  margin:0;
}
.dot-nav {
  position: fixed;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  display: block;
  transition: background-color 0.3s;
  border:1px solid #dbdbdb;
}
.dot.active {
  background-color: #D9AF50;
}
footer img {
  width:20px;
}

* {
  margin: 0;
  padding: 0; 
}

/* Icon 1 */

#hamburger {
  width: 35px;
  height:17px;
  position: relative;
  margin: 10px auto;
  margin-right:0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #010101;
  border-radius: 9px;
  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;
}
#hamburger span:nth-child(1) {
  top: 0px;
}
#hamburger span:nth-child(2),#hamburger span:nth-child(3) {
  top: 8px;
}
#hamburger span:nth-child(4) {
  top: 16px;
}
#hamburger.open span:nth-child(1) {
  top:8px;
  width: 0%;
  left: 50%;
}
#hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hamburger.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
#hamburger {
  display:none;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.modal-content {
  background: #fff;
  padding: 20px;
  max-height: 80vh;
  overflow-y: auto;
  width: 90%;
  max-width: 500px;
  position: relative;
  border-radius: 8px;
}
.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  font-weight: bold;
  color: #333;
}
#start {
  background-color:#E2C04B;
  display:flex;
  align-items: center;
  justify-content: center; 
  flex-direction: column;
  padding-top:13rem;
}
#start img {
  max-height:80vh;
  object-fit: contain;
}
#start h1 {
  font-weight:700;
  font-size:4rem
}
#start .content {
  text-align: center;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.scroll-indicator {
  position: relative;
  transform: rotate(90deg);
  font-size:.8rem;
}
.scroll-indicator-wrapper {
  position: absolute;
  bottom:130px;
}
.page-scroll__line {
  position: absolute;
  top: 50%;
  left: 120%;
  width: 100px;
  height: 1px;
  background-color: #000;
  transform: translateY(-50%);
  animation: elasticus 2.5s cubic-bezier(1,0,0,1) infinite;
}

@keyframes elasticus {
  0% {
    transform-origin: 0% 0%;
    transform: scale(0, 1);
  }
  
  50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1);
    
  }
  
  50.1% {
    transform-origin: 100% 0%;
    transform: scale(1, 1);
  }
  
  100% {
    transform-origin: 100% 0%;
    transform: scale(0, 1);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#start h1,
#start p,
#start img {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

#start h1 {
  animation-delay: 0.2s;
}

#start p {
  animation-delay: 0.5s;
}

#start img {
  animation-delay: 0.8s;
}




/* Tablets */
@media (max-width: 1366px) {
    #start img {
    max-height:75vh;
    max-width:100vw;
  }
  #masthead.site-header.standard #site-branding a {
    padding:20px;
  }
  #masthead.site-header.standard #site-navigation .menu > li {
    padding:10px 20px;
  }
  p {
    font-size:15px;
    line-height:24px;
  }
  .kraft-ms-section {
    width:50%;
    padding-right:5%;
  }
  #das-mehl-layer3 {
    width:60vw;
    height:75vh;
  }
  #das-mehl-layer2 {
    max-width:15rem;
  }
  #das-mehl-layer1{
    width:60vw;
  }
  #das-semola-layer3 {
    width:65vw;
    height:80vh;
  }
  #das-semola-layer2 {
     max-width:15rem;
  }
  #das-semola-layer1{
    width:55vw;
    height:40vh;
  }
  #das-mehl-glutenfrei-layer3 {
    width:55vw;
    height:70vh;
  }
  #das-mehl-glutenfrei-layer2 {
    max-width:17rem;
  }
  #das-mehl-glutenfrei-layer1{
    width:50vw;
    height:50vh;
  }
  #das-mehl-pro-layer3 {
    width:50vw;
    height:70vh;
  }
  #das-mehl-pro-layer2 {
    max-width:19rem;
  }
  #das-mehl-pro-layer1{
    width:50vw;
  }
  #ueberuns-layer1 {
    width:45vw;
  }
  #das-mehl h1 {
    font-size:5rem;
    line-height:4rem;
  }
  #das-semola h1 {
    font-size:5rem;
    line-height:4rem;
  }
  #das-semola h2 {
    margin-bottom:0;
  }
  #das-mehl-glutenfrei h1 {
    font-size:5rem;
    line-height:4rem;
  }
  #das-mehl-glutenfrei .klein {
    font-size:3.5rem;
  }
  #das-mehl-glutenfrei .gross {
    font-size:6.7rem;
  }
  #das-mehl-pro h1 {
    font-size:5rem;
    line-height:4rem;
  }
  .btn-container table {
    font-size:.7rem;
  }
}

/* Tablets 2*/
@media (max-width: 1181px) {
  #das-semola-layer1{
    width:50vw;
  }
  #das-mehl-pro-layer3 {
    width:45vw;
    height:65vh;
  }
}

/* Tablets 3 */
@media (max-width: 1024px) {
  #das-mehl-layer2 {
    max-width:10rem;
  }
  #das-mehl-layer1{
    height: 40vh;
  }
  #das-semola-layer2 {
     max-width:10rem;
  }
  #das-mehl-glutenfrei-layer2 {
    max-width:11rem;
  }
  #das-mehl-pro-layer2 {
    max-width:13rem;
  }
}
@media (max-width: 767px) { 
  #kontakt h1, #impressum h1, #datenschutz h1, #viernullvier h1 {
    font-size:2rem;
  }
}

/* Smartphones */
@media (max-width: 1024px) {
   body, html{
    /* overflow: scroll; */
  }
  .retina-logo{
    font-size:1.2rem;
  }
  #main p {
    font-size:1rem;
  }
  #main .site-footer, .site-content-contain .site-footer {
    position: relative;
    width:100%;
    float:left;
    padding:20px 15px;
    z-index:999;
    bottom: unset;
  }
  .site-footer:not(.centered) .container, .site-footer:not(.centered) .container-fluid {
    flex-direction: column;
    justify-content: center;
  }
  .site-info, .footer-socials {
    text-align: center;
    margin-bottom:15px;
    display:flex;
    flex-direction: column;
  }
  footer .site-info a {
    margin-bottom:15px;
  }
    footer .site-info a:last-child {
      margin-bottom:0;
    }
  #snap {
    scroll-snap-type: y proximity
  }
  .left-section {
    width:100%;
    min-height:30rem;
  }
  .kraft-ms-section {
    width:100%;
    padding-left:15px;
    padding-right: 15px;
    padding-top:5rem;
    padding-bottom:5rem;
  }
  .slide {
    min-height: unset;
    height:auto;
    display:flex;
    flex-direction: column-reverse;
    overflow-y: unset;
    overflow-x: hidden;
  }
  /* #das-mehl-glutenfrei {
    flex-direction: column;
    z-index:5;
    padding-top:5rem;
  }
  #das-mehl {
    flex-direction: column;
    z-index:4;
    padding-top:5rem;
  } */
  #ueber-uns .left-section {
    order:1;
  }
  #ueber-uns .kraft-ms-section {
    order: 2;
  }
  #ueber-uns .site-footer {
    order: 0;
  }
  #das-mehl-layer1{
    width:unset;
    height:40%;
  }
  #das-mehl-layer3{
    width:auto;
    height:100%;
  }
  #das-semola-layer1{
    width:unset;
    height:40%;
  }
  #das-semola-layer3{
    width:auto;
    height:100%;
  }
  #das-mehl-glutenfrei-layer1{
    width:unset;
    height:40%;
  }
  #das-mehl-glutenfrei-layer3{
    width:auto;
    height:100%;
  }
  #das-mehl-pro-layer1{
    width:unset;
    height:40%;
  }
  #das-mehl-pro-layer3{
    width:auto;
    height:100%;
  }
  #ueberuns-layer1 {
    width:100%;
    height:auto;
  }
  #masthead.site-header.standard #site-branding a {
    padding-left:0px;
  }
  .dot-nav {
    display:none;
  }
  #snap > div:last-child {
    scroll-snap-align: unset; /* or "none" */
  }
  #snap {
    height:auto;
  }
  #masthead.site-header .container-fluid {
    background: #E1C04C;
  }
  .retina-logo {
    width:45px;
  }
  #masthead.site-header.standard #site-branding a {
    padding-top:10px;
    padding-bottom:10px;
  }
  #hamburger {
    display:flex;
  }
  #start h1 {
    font-size:4rem !important;  
  }
  #start {  
    height:100vh;
    position: relative;
    justify-content: unset;
    padding-top:8rem;
  }
  .scroll-indicator-wrapper {
    height:100px;
    bottom:0px;
  }
  #start img {
    max-width:140vw; 
  }
  #start .content {
    position: relative;
  }
  .icons img {
    width:28px;
  }
}

@media (max-height: 900px) {
  #snap h1 {
    font-size:4.5rem !important;
    line-height:3.5rem !important;
  }
  #start h1 {
    font-size:4rem !important;
    line-height:3.5rem !important;
  }
  p {
    font-size:.8rem;
  }
  #das-mehl-glutenfrei .gross {
    font-size:6rem;
  }
  #das-mehl-glutenfrei .klein {
    font-size:3.2rem; 
  }
  #snap h2 {
    font-size:1.5rem;
  }
  #das-mehl-layer2, #das-semola-layer2 {
    max-width:13rem;  
  }
  #das-mehl-glutenfrei-layer2{
    max-width: 15rem; 
  }
  #das-mehl-pro-layer2 {
    max-width: 17rem;
  }
  .scroll-indicator-wrapper {
    bottom:65px;
  }
}
