/* Import Webfonts */
@font-face {
  font-family: "KlavikaLight";
  src: url("../Fonts/Klavika-Light.otf") format('opentype');
}

@font-face {
  font-family: "KlavikaBold";
  src: url("../Fonts/Klavika-Bold.otf") format('opentype');
}

@font-face {
  font-family: "Roboto";
  src: url("../Fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url("../Fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("../Fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("../Fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
}

p {
  margin-bottom: 15px;
}

.text-right {
  text-align: right;
}

.ce-headline-center {
  text-align: center;
  margin: auto;
}

.cc-allow,
.cc-deny {
	color: #ffd200 !important;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0px !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

h1 {
  font-family: "KlavikaLight", serif;
  font-size: 64px;
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 300;
  color: #111;
  text-transform: none;
  padding: 0px;
  line-height: 110%;
}

h2 {
  font-family: "KlavikaLight", serif;
  font-family:"KlavikaBold";
  font-size: 28px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 500;
  color: #232323;
  text-transform: none;
  padding: 0px;
  line-height: 110%;
}

h3 {
  font-family: "KlavikaLight", serif;
  font-family:"KlavikaBold";
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  color: #686868;
  text-transform: none;
  padding: 0px;
  margin: 0px !important;
  padding-bottom: 8px;
}
.anmeldeFormular h3 {
	display: none;
}

h4 {
  font-family: "KlavikaLight", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  color: #000;
  text-transform: none;
  padding: 0px;
  padding-bottom: 15px;
  padding-top: 10px;
  line-height: 130%;
}

h5 {
  font-family: 'KlavikaBold', sans-serif;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  line-height: 100%;
  color: #000;
  text-transform: none;
  padding: 0px;
  margin-bottom: 4px;
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
}

h6 {
  font-family: 'KlavikaBold', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  color: #FEA513;
  padding: 0px;
  margin-bottom: 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

strong {
  font-weight: 500 !important;
}

.font-orange {
  color: #FEA513;
}

.font-magenta {
  color:#f327b2
}
 
.font-small {
  font-size:16px; 
}

figcaption {
  font-size:16px !important; 
}


footer h3 {
  font-size: 19px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
}

footer p,
a.megura {
  font-family: "urw-din", sans-serif;
  color: #fff;
  line-height: 137%;
  font-weight: 300;
  font-size: 19px;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

#footer-c1 p {
  text-transform: uppercase;
  margin-bottom: 15px;
}

#footer-c2 fieldset {
	color: #fff;
}



/* Listen */

ol li,
ul li {

    margin-bottom: 12px;
 
}



.number_orange ol {
  list-style: none;
  counter-reset: steps;
}
.number_orange ol li {
  counter-increment: steps;
}
.number_orange ol li::before {
  content: counter(steps);
  margin-right: 0.5rem;
  background: #F49B0E;
  color: white;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  line-height: 1.2em;
}




/* Linkstile  Section Weiss*/
main a img,
a,
a img,
img {
  border: 0px;
  outline: none !important;
}
a img,
a,
a img,
img {
  border: 0px;
  outline: none !important;
}




main a,
main a:visited,
main a.download,
main a.internal-link,
main a.external-link-new-window,
main a.mail,
main a.pdf {
  display: inline-block;
  color: #000;
  text-decoration: underline;
  padding: 0;
  background-color: transparent;
  transition: all 0.2s ease;

}

main a:hover,
main a.internal-link:hover,
main a.external-link-new-window:hover,
main a.internal-link-new-window:hover,
main a.pdf:hover,
main a.download:hover,
main a.mail:hover {
  color: #F49B0E;
  text-decoration: underline;
}

/* Linkstile  Section Weiss*/
main .bg-black a,
main .bg-black a:visited,
main .bg-black a.download,
main .bg-black a.internal-link,
main .bg-black a.external-link-new-window,
main .bg-black a.mail,
main .bg-black a.pdf {
  color: #fff;
}

main .bg-black a:hover,
main .bg-black a.internal-link:hover,
main .bg-black a.external-link-new-window:hover,
main .bg-black a.internal-link-new-window:hover,
main .bg-black a.pdf:hover,
main .bg-black a.download:hover,
main .bg-black a.mail:hover {
  color: #fff;
}

/* Footer Linkstile */
footer a,
footer a:visited {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}
footer a:hover,
footer a:focus {
  color: #fff;
  text-decoration: underline;
}
a.megura {
  text-decoration: none !important;
  color: #fff !important;
  padding: 0px;
}
a.megura:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

/* Buttons */
.btn {
  font-size: inherit !important;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn-primary {
  background-color: #008f9b;
  border-color: #008f9b;
}

.btn-primary:hover {
  background-color: #aaaaaa;
  border-color: #aaaaaa;
}

/*
.button-standard,
a.button-standard,
span.button-standard,
p.button-standard,
button.button-standard,
input.button-standard,
input.tx-indexedsearch-searchbox-button,
#abmeldenNav form input,
.anmeldeFormular form input[type="submit"] {
  background-color: transparent;
  display: inline-block;
  padding: 6px 25px 6px 25px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #000 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-decoration: none !important;
  transition: all 0.3s ease;
  color: #000;
  border-radius: 0;
  padding: 10px 30px !important;
}

a.button-standard:hover,
span.button-standard:hover,
div.button-standard:hover,
button.button-standard:hover,
input.button-standard:hover,
input.tx-indexedsearch-searchbox-button:hover,
#abmeldenNav form input:hover,
.anmeldeFormular form input[type="submit"]:hover {
  border: 1px solid #000;
  color: #FFF;
  background-color: #F49B0E;
  border-color: #F49B0E !important;
  font-weight: 700;
}

p .icon-link {
  letter-spacing: 0.2rem;
}

*/



/* Isotope 
.isotope-item a,
.isotope-item a:visited,
.isotope-item a.internal-link {
  display: inline-block;
  color: #000;
  text-decoration: none;
  padding: 0;
  background-color: transparent;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 131%;
  letter-spacing: 0.05em;
}

.isotope-item a:hover,
.isotope-item a.internal-link:hover {
  color: #000;
  text-decoration: underline;
}

a.isotopeGeschichte::after,
a.isotopeBestellen::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  font: var(--fa-font-regular);
  height: 18px;
  width: 18px;
  margin-left: 5px;
}

#form-ui label {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}



/* Fillialen 
.fillialen-fsc h2 {
  color: #000;
  font-size: 60px;
  letter-spacing: 0.01em;
  line-height: 110%;
}

.fillialen-fsc .font-lead {
  color: #000;
  font-size: 26px;
  letter-spacing: 0.06em;
  line-height: 254%;
  font-weight: 400;
  margin-bottom: -15px;
}

/* Moserbrot 
.moserbrotHerstellung .font-lead {
  color: #000;
  font-size: 26px;
  letter-spacing: 0.04em;
  line-height: 254%;
  font-weight: 400;
  margin-bottom: 5px;
}

.font-lead {
  color: #000;
  font-size: 26px;
  letter-spacing: 0.03em;
  line-height: 138%;
  font-weight: 400;
  margin-bottom: 5px;
}
*/




/* RESPONSIVE FONTS
------------------------------------------------- */

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 992px) {
  h1, h2 {
    font-size: 36px;
  }

  .fillialen-fsc h2 {
    font-size: 36px;
  }

}

@media screen and (max-width: 767px) {

  h1, h2 {
    font-size: 34px;
  }


  .modal .modal-header h2 {
    font-size: 34px;
  }

  .modal-header h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 23px;
  }

  .teigruhe h4 {
    font-size: 28px;
  }

  .fillialen-fsc h2 {
    font-size: 34px;
  }

  .fillialen-fsc .font-lead {
    font-size: 20px;
  }
  .moserbrotHerstellung .font-lead {
    font-size: 20px;
  }
  .font-lead {
    font-size: 20px;
  }

  .moserbrotFacts .font-lead {
    margin-bottom: 50px;
  }

  .moserbrotClaim p {
    font-size: 24px;
    margin-bottom: 25px;
  }

}

@media screen and (max-width: 576px) {

  h1, h2 {
    font-size: 32px;
  }

  .fillialen-fsc h2 {
    font-size: 32px;
  }

}

@media screen and (max-width: 480px) {

  h1, h2 {
    font-size: 30px;
  }

  h2 {
    font-size: 27px;
  }

  h3 {
    font-size: 18px;
  }
  
  h4 {
    font-size: 19px;
  }

  .fillialen-fsc h2 {
    font-size: 30px;
  }

  body,
  p {
    font-size: 17px;
    line-height: 130%;
  }

}




/* RTE STYLES
------------------------------------------------- */
.htmlarea-content-body, .htmlarea-content-body p,
.cke_editable h1,
.cke_editable h2,
.cke_editable h3,
.cke_editable h4,
.cke_editable h5,
.cke_editable h1.white,
.cke_editable h2.white,
.cke_editable h3.white,
.cke_editable h4.white,
.cke_editable h5.white {
  color: #000000 !important;
}

.cke > h2 {
  color: #000000 !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.cke_editable a {
  text-decoration-color: #ffd200;
  color: #000;
}
