/*
Theme Name: Der Rote Ritter 2023/24
Theme URI: https://3-mal-1.de
Author: 3MAL1
Author URI: https://3-mal-1.de
Description: MAIN THEME
Version: 1.0.7
*/
 @import url('roots.css');
 @import url('resources/fonts/fonts.css');
blockquote:empty{
	display:none !important;
}
.hero-stoerer {
    display: flex;
    justify-content: center;
}
.hero-stoerer section {
    min-width: 300px;
    padding: 0 1rem;
    box-sizing: border-box;
	position:relative;	
}
.hero-stoerer section a{
	position:absolute;
	top:0;left:0;
	width:100%;height:100%;
}
.content-wrapper h1{
	font-size: 2.2em;
}
.content-wrapper p {
    margin-bottom: 1.4rem;
    line-height: 1.4;
}
.uk-switcher section:nth-of-type(3) .uk-first-column .uk-fieldset>*:not(:first-child), .uk-switcher section .uk-first-column .uk-fieldset>*:not(:first-child) {
  border-top: 1px solid red;
  padding-top: 1rem;
}



 .grid__card {
  overflow: hidden;
}

 .has-kuh-red-color{
  color:var(--brand-color-1);
}
.has-theme-mint-color{
  color:var(--theme-color-1);
}
.has-theme-rosa-color{
  color:var(--theme-color-2);
}
.has-theme-bright-yellow-color{
  color:var(--theme-color-3);
}
.has-theme-bright-rosa-color{
  color:var(--theme-color-4);
}
.has-theme-levendel-color{
  color:var(--theme-color-5);
}
h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h2, h3, h4, p {
  margin: 0;
}

h2, h3 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  h2 {
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
  }
}

@media (min-width: 62em) {
  h2 {
    font-size: 2rem;
  }
}

p {
  line-height: inherit;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
    color: #333;
}

blockquote {
  font-size: 1.5rem;
    color: #333;
}

small {
  font-size: 1rem;
}

.navbar__list {
  font-weight: 400;
}

.navbar__list a {
  font-size: 0.975rem;
  padding: 0.5rem 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  line-height: 1.4;
}

ul {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
  font-family: Montserrat, sans-serif;
}

img, svg, video, audio, iframe {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

img, svg, video {
  height: auto;
}

figure {
  margin: 0;
  padding: 0;
}

.content-wrapper {
  margin: 0 auto;
  width: 95%;
  max-width: 1170px;
}

.content-wrapper .cat-list a {
  font-size: 1.3em;
}

.content-wrapper--narrow {
  max-width: 900px;
}

@media (min-width: 62em) {
  .content-wrapper--narrow {
    width: 75%;
    padding: 3rem 0;
  }
}

.content-wrapper--footer {
  background: #fff;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-jc-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.t-center {
  text-align: center;
}

.padding-t {
  padding-top: 2rem;
}

@media (min-width: 30em) {
  .padding-t {
    padding-top: 4rem;
  }
}

.padding-t-b {
  padding: 2rem 0;
}

@media (min-width: 30em) {
  .padding-t-b {
    padding: 4rem 0;
  }
}

.p-relative {
  position: relative;
}

.bestellform *[name]:not([type="checkbox"]) {
  width: 100%;
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transition-property: color,background-color,border;
  transition-property: color,background-color,border;
  height: 40px;
  vertical-align: middle;
  display: inline-block;
}

.bestellform button {
  background-color: transparent;
  color: #333;
  border: 1px solid #e5e5e5;
}

.bestellform [type="submit"] {
  cursor: pointer;
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: .875rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  -webkit-transition-property: color,background-color,border-color;
  transition-property: color,background-color,border-color;
}

.search {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: none;
  height: 30px;
  border-radius: 30px;
  padding: 5px;
}

@media (min-width: 75em) {
  .search {
    display: inline-block;
  }
}

.search:hover .search__input {
  width: 150px;
  padding-left: .5rem;
  border-radius: 30px;
  background: #f3f3f3;
}

.search__input {
  float: left;
  border: none;
  padding: 0;
  background: none;
  outline: none;
  color: black;
  font-size: .9rem;
  line-height: 30px;
  -webkit-transition: .4s;
  transition: .4s;
  width: 0;
}

.search__input:focus {
  width: 150px;
  padding-left: .5rem;
  border-radius: 30px;
  background: #f3f3f3;
}

.search__btn {
  float: right;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search__btn i {
  font-size: 1.2rem;
}

.navbar {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 0%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  font-family: Montserrat, sans-serif;
  padding: .6rem 0;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0, 1);
}

.navbar--active {
  width: 100%;
  overflow: auto;
}

@media (min-width: 75em) {
  .navbar {
    background: #fff;
    width: 100%;
    overflow: visible;
  }
}

.navbar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.navbar__list--active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all .3s ease .5s;
  transition: all .3s ease .5s;
}

@media (min-width: 75em) {
  .navbar__list {
    width: unset;
    white-space: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.navbar__list li {
  position: relative;
  text-align: left;
  width: 100%;
  cursor: pointer;
  display: inline-block;
  margin-right: .3rem;
  padding: 0.5rem 1rem;
}

@media (min-width: 75em) {
  .navbar__list li {
    text-align: center;
    padding: 0 0.5rem;
    height: 100%;
  }
}

.navbar__list a {
    /*padding-bottom: 80%; */
}

.navbar__list a:hover,
.navbar__list a:hover a {
  color: #666666;
  text-decoration: none;
}

.navbar__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  padding: 0;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 95vw;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: .2s ease-in 100ms;
  transition: .2s ease-in 100ms;
  /* 100ms delay to prevent animation when the user passes over drop down menu unintentionally */
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

@media (min-width: 75em) {
  .navbar__sub-list {
    margin-top: 3rem;
    width: auto;
  }
}

.navbar__sub-list--nested {
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.navbar__sub-list::before, .navbar__sub-list--nested::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 20px;
  width: 15px;
  height: 15px;
  border: .8rem solid transparent;
  border-bottom-color: #dd3309;
}

.navbar__sub-list li {
  text-align: left;
  padding: 0 .4rem;
  margin: 0;
  display: block;
}

.navbar__sub-list li:nth-child(2):hover .navbar__sub-list--nested {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.navbar__sub-list li a {
  display: inline-block;
  background: #f3f3f3;
  width: 100%;
  padding: 1rem;
  border-bottom: 3px solid transparent;
}

.navbar__sub-list li a:hover {
  border-bottom: 3px solid #dd3309;
}

.navbar__list li:hover .navbar__sub-list {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.navbar__sub-list li:hover > a {
  background: #e6e6e6;
}

.logo {
  width: 100px;
  margin-right: auto;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  display: none;
}

@media (min-width: 75em) {
  .logo {
    display: initial;
  }
}

.logo--active {
  -webkit-transform: translateY(60px) scale(2);
          transform: translateY(60px) scale(2);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.logo-mobile {
  position: fixed;
  top: .7rem;
  left: .8rem;
  width: 4.75rem;
  z-index: 100;
}

@media (min-width: 75em) {
  .logo-mobile {
    display: none;
  }
}

.page:not(.home) .logo {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.slider__item {
  width: 100vw;
  height: 100vh;
}

.slider__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
}

.arrow {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.arrow__icon {
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.arrow:hover .arrow__icon {
  opacity: 1;
}

.arrow--down {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.arrow--down .arrow__icon {
  padding: .4rem;
  border: 1px solid #fff;
  border-radius: 50px;
  opacity: 1;
  font-size: 1.7rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.arrow--down .arrow__icon:hover {
  border: 1px solid transparent;
}

.banner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-family: Montserrat, sans-serif;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
  background: linear-gradient(to right, white, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
}

.banner.zitat-block>img {
    position: absolute;
    top: -6rem;
    left: 1rem; 
    height: 230px;
    image-rendering: -webkit-optimize-contrast;
}

.banner.zitat-block>.banner__inner {
    width: 76%;
    margin-left: 23%;
    padding-right: 1rem; 
}

@media (max-width: 800px) {
    .banner {
	top: 67%;
    }
    .banner.zitat-block>img {
	display: none; 
    }
    .banner.zitat-block>.banner__inner {
	width: 90%;
	margin-left: auto;
	padding-right: 0; 
    }
}

@media (min-width: 48em) {
  .banner {
    top: calc(100% - 6em);
    width: 85%;
  }
  .banner.zitat-block {
    top: 70%;
  }
}

@media (min-width: 75em) {
  .banner {
    width: 55%;
  }
}

.banner__inner {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .banner__inner {
    width: 80%;
  }
}

.banner__heading {
  margin: 1.7rem 0 0;
  margin: 1rem 0;
  font-size: 1.2rem;
}

@media (min-width: 48em) {
  .banner__heading {
    font-size: 1.7rem;
  }
}

.banner__content {
  position: relative;
  margin: .9rem 0 1.5rem;
  line-height: 1.6;
  font-size: 1rem;
  z-index: 1;
}

@media (min-width: 48em) {
  .banner__content {
    font-size: 1.2rem;
  }
}

.banner__content::before {
  font-family: "Font Awesome 5 Free";
  content: "\f10e";
  position: absolute;
  top: -1rem;
  left: -0.75rem;
  font-weight: 900;
  font-size: 2rem;
  font-style: normal;
  color: #E68B8C;
  opacity: .8;
  z-index: -1;
}

@media (min-width: 48em) {
  .banner__content::before {
    font-size: 4rem;
    top: -2.5rem;
    left: -2.18rem;
  }
}

.banner__content::after {
  font-family: "Font Awesome 5 Free";
  content: "\f10d";
  position: absolute;
  bottom: -0.625rem;
  -webkit-transform: translateX(-0.625rem);
          transform: translateX(-0.625rem);
  font-weight: 900;
  font-size: 2rem;
  font-style: normal;
  color: #E68B8C;
  opacity: .8;
  z-index: -1;
}

@media (min-width: 48em) {
  .banner__content::after {
    font-size: 4rem;
    bottom: -2.1875rem;
    -webkit-transform: translateX(-0.875rem);
            transform: translateX(-0.875rem);
  }
}

.banner__content--secondary {
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  padding: 0 0.625rem;
}

@media (min-width: 48em) {
  .banner__content--secondary {
    padding: 0;
    font-size: 1.9rem;
  }
}

.banner__content--secondary::before {
  left: 0;
}

.banner__content--blue::before, .banner__content--blue::after {
  color: #7B8FFF;
}

.banner__content--green::before, .banner__content--green::after {
  color: #66CC66;
}

.banner__author {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #e17677;
}

.page-id-4639 .banner {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(rgba(255, 255, 255, 0.6)), color-stop(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.page-id-4639 .banner__inner {
  width: 100%;
  background: none;
}

.page-id-4639 .banner__heading {
  margin: 0;
  padding: 6rem 0 0.6rem;
}

.grid {
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
  -ms-grid-columns: (minmax(265px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
  grid-auto-rows: 1fr;
}

@media (min-width: 30em) {
  .grid {
    -ms-grid-columns: (minmax(300px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

.grid__card {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 250px 1fr min-content;
      grid-template-rows: 250px 1fr -webkit-min-content;
      grid-template-rows: 250px 1fr min-content;
  position: relative;
}

.grid__card .post_date {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.8em;
  text-shadow: 0px 0px 1px #000000;
  display: inline-block;
  padding: 0.1rem 0.3rem;
}

.grid__card .cat-icon {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 3em;
  height: auto;
  padding: 0.3em;
  background: #ffffff9c;
  border: 1px solid #ff0000bf;
  border-radius: 50%;
}

.grid__card:nth-child(2n) .grid__card--bottom {
  background: #FFE199;
}

.grid__card:nth-child(3n) .grid__card--bottom {
  background: #F6D5D6;
}

.grid__card:nth-child(4n) .grid__card--bottom {
  background: #C3ECC3;
}

.grid__card:nth-child(5n) .grid__card--bottom {
  background: #7B8FFF;
}

.grid__card:nth-child(6n) .grid__card--bottom {
  background: #E68B8C;
}

.grid__card:nth-child(7n) .grid__card--bottom {
  background: #FFCF5A;
}

.grid__card--top img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid__card--bottom {
  padding: 1rem;
  background-color: #66CC66;
  color: #333;
  font-family: Montserrat, sans-serif;
}

.grid__card--link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.media-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.schmal {
  margin-bottom: 0.625rem;
  min-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -ms-grid;
  display: grid;
  border: 1px solid;
}

.schmal__top {
  width: 60%;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .schmal__top {
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 48em) {
  .schmal {
    padding-top: 2rem;
    min-width: 33%;
    margin-bottom: 0;
  }
}

.schmal__bottom {
  height: 100%;
  margin-left: 3.3rem;
  padding-bottom: .8rem;
}

@media (min-width: 48em) {
  .schmal__bottom {
    margin-left: 2.4rem;
  }
}

.schmal__bottom h3 {
  font-size: .8rem;
  padding-left: 3rem;
}

@media (min-width: 48em) {
  .schmal__bottom h3 {
    padding-bottom: 1rem;
    padding-left: 0;
    font-size: initial;
  }
}

.schmal__bottom a {
  font-weight: 600;
  font-size: .8rem;
  padding-left: 1.6rem;
}

@media (min-width: 48em) {
  .schmal__bottom a {
    padding: .5rem 0;
    font-size: initial;
  }
}

.schmal__bottom a:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.schmal__bottom i {
  margin-right: .5rem;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.breit {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 60%;
          flex: 1 0 60%;
  position: relative;
}

@media (min-width: 48em) {
  .breit {
    margin-left: 0.625rem;
    height: 27.5rem;
  }
}

.breit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.breit h2 {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  top: 4vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}

.breit h3 {
  position: absolute;
  color: #000;
  top: 15%;
  right: 5vw;
  pointer-events: none;
}

.breit h3 i {
  position: absolute;
  top: 56px;
  right: -2vw;
  font-size: 2.5rem;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media (min-width: 48em) {
  .breit h3 i {
    font-size: 3.5rem;
  }
}

.breit span {
  display: block;
}

.breit:hover i {
  color: #fff;
}

.sicherheitsartikel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.625rem 0;
}

.sicherheitsartikel__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 265px;
  height: 300px;
}

@media (min-width: 48em) {
  .sicherheitsartikel__box {
    height: 400px;
  }
}

.sicherheitsartikel__box-two {
  position: relative;
  background: #C3ECC3;
}

.sicherheitsartikel__box-two::before {
  content: "\f3ed";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 5rem;
  top: 2rem;
  right: 3rem;
}

@media (min-width: 48em) {
  .sicherheitsartikel__box-two::before {
    font-size: 8rem;
  }
}

.sicherheitsartikel__box-two-content {
  position: absolute;
  bottom: 2rem;
  padding-left: 3vw;
}

.sicherheitsartikel__box-two-content h2 {
  font-size: 1.7rem;
  color: #dd3309;
  line-height: 1.3;
  margin-bottom: 1.2rem;
}

@media (min-width: 48em) {
  .sicherheitsartikel__box-two-content h2 {
    font-size: 2.2rem;
  }
}

@media (min-width: 62em) {
  .sicherheitsartikel__box-two-content h2 {
    font-size: 3rem;
  }
}

.sicherheitsartikel__box-two-content a {
  padding: 1.5rem 0;
  font-weight: 600;
}

.sicherheitsartikel__box-two-content a:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.sicherheitsartikel__box-two-content a i {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.sicherheitsartikel__box-item {
  width: 50%;
  height: 50%;
}

.sicherheitsartikel__box-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.four-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.625rem;
}

@media (min-width: 30em) {
  .four-parts {
    margin-bottom: 0;
  }
}

/* flex container */
.ritter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem 0;
}

/* immediate children are flex items */
.ritter > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 265px;
          flex: 1 1 265px;
  height: 150px;
}

@media (min-width: 48em) {
  .ritter > * {
    height: 400px;
  }
}

.ritter__image-container img {
  height: 100%;
  width: 60%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 30em) {
  .ritter__image-container img {
    width: 100%;
    margin-left: auto;
  }
}

.ritter__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 3vw;
}

@media (min-width: 48em) {
  .ritter__content {
    padding-left: 0;
  }
}

.ritter__content h2 {
  color: #dd3309;
  line-height: 1.3;
  margin-bottom: .2rem;
}

.ritter__content a {
  padding: 1rem 0;
  font-weight: 600;
}

.ritter__content a:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.ritter__content a i {
  padding: 0 .3rem;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

#der-rote-ritter .ritter-narrow {
    height: auto;
    background: transparent; 
}

#der-rote-ritter .ritter-narrow>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#der-rote-ritter .ritter-wide {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
    position: relative;
    height: auto;
    background: #FFE199;
    padding: 1rem 2rem; 
}

#der-rote-ritter .ritter-wide>h2 {
    color: var(--wp--preset--color--kuh-red);
}

#der-rote-ritter .ritter__content {
    position: relative; 
    align-items: flex-end;
}

#der-rote-ritter .ritter__content a i {
    font-size: 1rem; 
}

.application-container {
    text-align: center; 
}

.application-container>h3 {
    color: var(--wp--preset--color--kuh-red);
    font-size: 1.9rem;
    padding: 0 180px;
}

@media (max-width: 900px) {
    .application-container>h3 {
	padding: 0;
    }
}

.application-container>div>a {
    font-weight: bold; 
    
}

.application-container>div>a>.fa-file-signature {
    font-size: 3rem; 
}

.application-container>div>a:hover>.fa-file-signature {
    transform: translateX(0);
}

.preisverleihung .narrow__inner {
    justify-content: space-between;
    margin-left: 2.4rem;
}

.preisverleihung .narrow__inner h3 {
    font-size: 1.3rem;
    padding-top: 3rem; 
}

.preisverleihung .narrow__inner a {
    font-weight: normal; 
    margin-bottom: 2.5rem;
    padding: 0;
}

.preisverleihung .narrow__inner a:hover {
    text-decoration: underline; 
}

.preistraeger .grid__card--bottom>h4 {
    font-weight: normal; 
}

.teilenev-media .breit {
    background-color: #EFF0EB;
    overflow: hidden; 
}

.teilenev-media .breit img {
    object-fit: contain; 
}

.teilenev-media .breit .slider__item video {
    width: 100%; 
}

.teilenev-media .breit .slider__item .caption {
    height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    position: absolute;
    top: 0;
    background-color: #EFF0EB;
    width: 100%;
    padding-top: 0.7rem;
    transition: 0.5s ease all;
    transition-delay: 0.5s;
    transform: translateY(-50px);
    opacity: 0; 
}

.teilenev-media .breit .slider__item.slick-active .caption {
    transform: translateY(0);    
    opacity: 1; 
}

.teilenev-media .breit .controls {
    position: absolute; 
    height: 50px; 
    top: 0; 
}

.teilenev-media .breit .controls>div>i:before {
    /* color: initial; */
}

.teilenev-media .breit:hover i {
    color: initial; 
}

@media (max-width: 767px) {
    .teilenev-media .breit .slider__item {
	height: 100%; 
    }
}

#order {
    position: relative; 
}

#order .uk-tab>*>a {
    background-color: var(--wp--preset--color--kuh-red);
    color: white; 
    padding: 1rem;
    padding: 0.7rem;
    transform: translateY(0.5rem);
    text-transform: none; 
    transition: 0.3s ease all; 
}

#order .uk-tab>.uk-active>a {
    background-color: var(--wp--preset--color--kuh-red);
    color: white; 
    padding: 1rem;
    padding: 1rem;
    transform: translateY(0);
    text-transform: uppercase; 
}

#order .bubbles>div>a {
    padding: 1rem;
    color: #fff;
}

@media (min-width: 1000px) {
    #order .bubbles>div {
	position: absolute;
	top: 0; 
	right: 0; 
	border-radius: 50%; 
	color: #fff;
	border: 5px solid #fff;
	width: 260px;
	height: 260px;
	overflow: hidden;
	background: #e30613;
	transform: rotate(5deg);
    }

    #order .bubbles>div:nth-of-type(1) {
	top: -3rem; 
	right: 4rem; 
    }

    #order .bubbles>div:nth-of-type(2) {
	top: 8rem;
	right: -6rem; 
    }

    #order .bubbles>div>a {
	padding: 2rem;
	font-size: 1em;
	color: #fff;
    }
}

#order .order-form {
    margin-top: 5rem; 
}

#order .order-form .uk-switcher section .uk-background-secondary {
    text-transform: none;
    color: #fff;
    background: #e30613;
    font-size: 1.1rem; 
}

#order .order-form #runOrder {
    color: #fff;
    background: #e30613;
}

@media (max-width: 1000px) {
    #order>div>.trans-bg {
	margin-top: 2rem; 
    }
}

@media (max-width: 960px) {
    #roterritter-form {
	height: 200px; 
    }
}

.media-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.narrow {
  margin-bottom: 0.625rem;
  min-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FFE199;
}

@media (min-width: 48em) {
  .narrow {
    min-width: 33%;
    margin-bottom: 0;
    height: 27.5rem;
  }
}

.narrow__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}


.narrow__inner h3 {
  padding-bottom: 1rem;
  padding-right: 1rem;
}

@media (min-width: 48em) {
  .narrow__inner h3 {
    padding-bottom: 5rem;
  }
}

.narrow__inner a {
  padding: 1.5rem 0;
  font-weight: 600;
}

.narrow__inner a:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

@media (min-width: 48em) {
  .narrow__inner a {
    padding-bottom: 2.5rem;
  }
}

.narrow__inner i {
  margin-right: .5rem;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.wide {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 60%;
          flex: 1 0 60%;
  position: relative;
  height: 18.75rem;
  background: lightgray;
}

@media (min-width: 48em) {
  .wide {
    height: 27.5rem;
  }
}

.wide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wide i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3.5rem;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  cursor: pointer;
}

@media (min-width: 48em) {
  .wide i {
    font-size: 6.5rem;
  }
}

.wide i:hover {
  color: #fff;
}

.kontakt {
  display: block;
}

@media (min-width: 48em) {
  .kontakt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.kontakt__wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.625rem;
  height: 18.75rem;
  width: 100%;
}

@media (min-width: 48em) {
  .kontakt__wide {
    margin-right: 0.625rem;
    margin-bottom: 0;
    height: 27.5rem;
    width: 67%;
  }
}

.kontakt__wide-top {
  height: 300px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.kontakt__wide-top img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kontakt__wide-bottom {
  background: #FFE199;
  padding: 1rem;
}

.kontakt__narrow {
  background: #C3ECC3;
  padding: 2rem 1rem 1rem 1rem;
  width: 100%;
  margin-top: 123px;
}

@media (min-width: 48em) {
  .kontakt__narrow {
    padding: 6rem 1rem 0 3rem;
    width: 33%;
    margin-top: 0;
  }
}

.kontakt__narrow h2 {
  color: #dd3309;
}

.kontakt__narrow h3 {
  display: inline;
  padding: 0 2rem 0 0;
}

.kontakt__icon {
  display: block;
  font-size: 2rem;
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  .kontakt__icon {
    font-size: 3rem;
  }
}

.kontakt i {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.kontakt a:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.uk-article {
  font-size: 1rem;
}

.uk-article p {
  margin-bottom: 1.4rem;
  line-height: 1.4;
}

.uk-article em {
  color: #333;
  font-weight: 100;
  text-shadow: 0 0 1px black, 0 0 2px #fff, 0 0 1px black;
}

.uk-article blockquote {
  font-size: 1.1em;
  padding-left: 1.4rem;
  margin-left: 1.4rem;
  position: relative;
}

.uk-article blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 3px;
  background: #dd3309;
}

.uk-article a:not([data-featherlight]) {
  position: relative;
  color: #dd3309;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-shadow: 0px 0px 0px #333333;
}

.uk-article a:not([data-featherlight]):before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0px;
  background: #e30613;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 1px #ffffff, 0px 0px 1px #000000, 0px 0px 1px #dd3309;
          box-shadow: 0px 0px 1px #ffffff, 0px 0px 1px #000000, 0px 0px 1px #dd3309;
}

.uk-article a:not([data-featherlight]):hover {
  text-shadow: 0px 0px 1px #ffffff, 0px 0px 1px #000000, 0px 0px 1px #dd3309;
  text-decoration: none;
}

.uk-article a:not([data-featherlight]):hover:before {
  width: 100%;
}

.uk-article h1 {
  font-size: 2.2em;
}

.uk-article h2 {
  font-size: 2em;
}

.uk-article h3 {
  font-size: 1.6em;
  margin-bottom: 0.5rem;
}

.uk-article h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.uk-article ol, .uk-article ul {
  padding: 0;
  list-style: none;
}

.uk-article ol > li, .uk-article ul > li {
  padding: 10px 10px;
}

.uk-article ol > li:nth-of-type(odd), .uk-article ul > li:nth-of-type(odd) {
  background: #f8f8f8;
  border-bottom: 1px solid #e5e5e5;
}

.uk-article ol > li:nth-of-type(odd):not(:first-child), .uk-article ul > li:nth-of-type(odd):not(:first-child) {
  border-top: 1px solid #e5e5e5;
}

.uk-article ol > li:nth-of-type(odd) li, .uk-article ul > li:nth-of-type(odd) li {
  background: inherit;
}

.uk-article ol > li:nth-of-type(odd):last-child, .uk-article ul > li:nth-of-type(odd):last-child {
  border-bottom: inherit;
}

.uk-article ol li, .uk-article ul li {
  padding-left: 30px;
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
}

.uk-article ol li:before, .uk-article ul li:before {
  content: "";
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: list-item;
  list-style-position: inside;
  text-align: right;
}

.uk-article table {
  margin-top: 20px;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}

.uk-article table thead:not(thead) tr:nth-of-type(odd), .uk-article table thead :not(tfoot) tr:nth-of-type(odd), .uk-article table tfoot:not(thead) tr:nth-of-type(odd), .uk-article table tfoot :not(tfoot) tr:nth-of-type(odd), .uk-article table tbody:not(thead) tr:nth-of-type(odd), .uk-article table tbody :not(tfoot) tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.uk-article table thead:not(thead) tr:nth-of-type(odd):not(:first-child), .uk-article table thead :not(tfoot) tr:nth-of-type(odd):not(:first-child), .uk-article table tfoot:not(thead) tr:nth-of-type(odd):not(:first-child), .uk-article table tfoot :not(tfoot) tr:nth-of-type(odd):not(:first-child), .uk-article table tbody:not(thead) tr:nth-of-type(odd):not(:first-child), .uk-article table tbody :not(tfoot) tr:nth-of-type(odd):not(:first-child) {
  border-top: 1px solid #e5e5e5;
}

.uk-article table thead:not(thead) tr:hover, .uk-article table thead :not(tfoot) tr:hover, .uk-article table tfoot:not(thead) tr:hover, .uk-article table tfoot :not(tfoot) tr:hover, .uk-article table tbody:not(thead) tr:hover, .uk-article table tbody :not(tfoot) tr:hover {
  background: #ffd;
}

.uk-article table thead tr, .uk-article table tfoot tr, .uk-article table tbody tr {
  -webkit-transition: background-color .1s linear;
  transition: background-color .1s linear;
}

.uk-article table thead tr td, .uk-article table thead tr th, .uk-article table tfoot tr td, .uk-article table tfoot tr th, .uk-article table tbody tr td, .uk-article table tbody tr th {
  padding: 10px 12px;
  vertical-align: top;
}

.footer-nav {
  font-size: .8rem;
}

.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-nav__item {
  padding: 1.5rem 1.5vw;
}

.footer-nav__item:first-child {
  padding: 1.5rem 1vw 1.5rem 2px;
}

.footer-nav__arrow-up {
  margin-left: auto;
  margin-bottom: 4px;
}

.footer-nav__arrow-up a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f062';
  border: 1px solid;
  padding: 4px;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.footer-nav__arrow-up a::before:hover {
  border: 1px solid transparent;
}

@media (min-width: 48em) {
  .footer-nav {
    font-size: initial;
  }
}

.footer-nav .fb-icon a::before {
  font-family: "Font Awesome 5 brands";
  font-weight: 900;
  content: '\f082';
  font-size: 1.2rem;
}

.page:not(.home) .content-wrapper--footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
}

.hamburger {
  height: 25px;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1000;
  background: #f3f3f3;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 6px;
}

@media (min-width: 75em) {
  .hamburger {
    display: none;
  }
}

.hamburger > div {
  position: relative;
  width: 20px;
  height: 2px;
  background: #000;
  cursor: pointer;
}

.hamburger > div::before,
.hamburger > div::after {
  content: "";
  position: absolute;
  top: -5px;
  width: 100%;
  height: 2px;
  background: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.hamburger > div::after {
  top: 5px;
}

.hamburger.active {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.hamburger > div.active::before,
.hamburger > div.active::after {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

html.scroll-lock {
  position: fixed;
}

.half-page-landing {
  position: relative;
  width: 100vw;
  height: 50vh;
}

.half-page-landing img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-image-caption {
  padding-left: 0 !important;
  font-size: 14px;
}

.polaroid {
  position: absolute;
  bottom: 0;
  right: calc(1rem + 2vw);
  border: 5px solid #fff;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  width: 250px;
  height: 250px;
}

@media (min-width: 62em) {
  .polaroid {
    width: 600px;
    height: 300px;
  }
}
/*# sourceMappingURL=style.css.map */
