@import url("https://smdfonts.smd-digital.at/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: 'GLOSSYMAGAZINE-REGULAR';
  src: url("../fonts/GLOSSYMAGAZINE-REGULAR.otf") format("otf"), url("../fonts/GLOSSYMAGAZINE-REGULAR.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GLOSSYMAGAZINE-REGULARCONDENSED';
  src: url("../fonts/GLOSSYMAGAZINE-REGULARCONDENSED.otf") format("otf"), url("../fonts/GLOSSYMAGAZINE-REGULARCONDENSED.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GLOSSYMAGAZINE-REGULARITALIC';
  src: url("../fonts/GLOSSYMAGAZINE-REGULARITALIC.otf") format("otf"), url("../fonts/GLOSSYMAGAZINE-REGULARITALIC.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

html,
body {
  width: 100%;
  height: 100%; }

body {
  font-family: "Raleway", sans-serif;
  color: #1D1D1B; }

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga"; }

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  text-decoration: none !important;
  color: #1D1D1B; }

a:active,
a:focus {
  outline: none; }

.p-tag-size {
  font-size: 18px;
  text-align: justify;
  margin-bottom: 70px; }

.visible-on-small-top {
  display: none; }
  @media (max-width: 1550px) {
    .visible-on-small-top {
      display: block; } }

.visible-on-small {
  display: none; }
  @media (max-width: 720px) {
    .visible-on-small {
      display: block; } }

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: #f18715;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-weight: 200;
  letter-spacing: 1px; }
  #mainNav .container-fluid {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    @media (max-width: 1024px) {
      #mainNav .container-fluid {
        max-width: 100%; } }
  #mainNav #logo-top {
    display: block;
    width: 100px;
    padding: 10px;
    transform: scale(1);
    transition: transform 125ms linear;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
    @media (max-width: 992px) {
      #mainNav #logo-top {
        width: 100px; } }

#mainNav .navbar-brand:hover,
#mainNav .navbar-brand:focus {
  color: #fcbd20; }

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 10px 10px 10px 40px;
  color: #fff;
  border: 0;
  outline: none;
  position: relative;
  font-size: 18px;
  text-transform: uppercase; }

#mainNav .navbar-toggler i {
  position: absolute;
  left: 3px;
  top: 4px;
  font-size: 30px;
  transition: all 200ms ease; }

@media (max-width: 992px) {
  #mainNav .navbar-nav {
    padding-top: 10px;
    padding-bottom: 10px; } }

@media (max-width: 992px) {
  #mainNav .navbar-nav > li {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center; } }

#mainNav .navbar-nav > li .img-klz-link {
  display: inline-block;
  height: 50px;
  padding: 0px !important;
  border: 0px solid red;
  margin-left: 80px;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }
  @media (max-width: 992px) {
    #mainNav .navbar-nav > li .img-klz-link {
      margin-left: 0;
      display: block;
      margin-top: 40px; } }
  #mainNav .navbar-nav > li .img-klz-link img {
    height: 100%; }
    @media (max-width: 992px) {
      #mainNav .navbar-nav > li .img-klz-link img {
        display: block;
        margin: 10px auto; } }

#mainNav .navbar-nav .filter-li {
  width: 350px; }
  @media (max-width: 1300px) {
    #mainNav .navbar-nav .filter-li {
      width: 300px; } }
  @media (max-width: 1100px) {
    #mainNav .navbar-nav .filter-li {
      width: 250px; } }
  @media (max-width: 992px) {
    #mainNav .navbar-nav .filter-li {
      width: 100%; } }

#mainNav .navbar-nav > li > a {
  font-size: 140%;
  color: #fff;
  letter-spacing: 0px;
  padding: .7rem 1rem;
  font-family: 'GLOSSYMAGAZINE-REGULAR';
  text-transform: uppercase;
  position: relative;
  margin-right: 10px; }
  @media (max-width: 1300px) {
    #mainNav .navbar-nav > li > a {
      padding: .7rem .8rem;
      font-size: 110%;
      margin-right: 0; } }
  @media (max-width: 1080px) {
    #mainNav .navbar-nav > li > a {
      padding: .7rem .2rem;
      font-size: 110%; } }
  @media (max-width: 992px) {
    #mainNav .navbar-nav > li > a {
      margin-right: 0;
      padding: .7rem 1rem;
      font-size: 140%; } }
  #mainNav .navbar-nav > li > a .b-bottom {
    display: block;
    position: relative; }
    @media (max-width: 992px) {
      #mainNav .navbar-nav > li > a .b-bottom {
        display: inline-block; } }
    #mainNav .navbar-nav > li > a .b-bottom:after {
      content: "";
      display: block;
      width: 100%;
      height: 3px;
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 0%;
      background: #fff;
      transition: all 400ms ease; }
  #mainNav .navbar-nav > li > a:hover span:after {
    width: 100%; }
  #mainNav .navbar-nav > li > a .backtotop-icon {
    color: #fff;
    display: inline-block;
    margin-right: 20px; }
    @media (max-width: 992px) {
      #mainNav .navbar-nav > li > a .backtotop-icon {
        margin-right: 0;
        display: block;
        text-align: center; } }
    #mainNav .navbar-nav > li > a .backtotop-icon:hover {
      color: #ea493e; }
  #mainNav .navbar-nav > li > a .hidden-arrow {
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }

#mainNav .navbar-nav .nav-link-prev-var {
  border: 0px solid red;
  background: #cb7212; }
  @media (max-width: 1500px) {
    #mainNav .navbar-nav .nav-link-prev-var {
      margin-right: 0; } }
  @media (max-width: 992px) {
    #mainNav .navbar-nav .nav-link-prev-var {
      display: inline-block;
      background: transparent; }
      #mainNav .navbar-nav .nav-link-prev-var:after {
        content: "";
        display: block;
        width: 100%;
        height: 3px;
        background: #cb7212;
        position: absolute;
        bottom: 0;
        left: 0;
        display: none; } }

#mainNav .navbar-nav .nav-link-scroll {
  display: none; }
  @media (max-width: 992px) {
    #mainNav .navbar-nav .nav-link-scroll {
      display: inline-block; } }

#mainNav .navbar-nav > li > a.active {
  background-color: transparent;
  position: relative; }

#mainNav .navbar-nav > li > a.active:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #ea5056;
  position: absolute;
  bottom: -8px;
  left: 0;
  display: none; }

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent; }

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #fff; }

#mainNav.navbar-shrink {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  border-bottom: 0;
  /*.bg-logo {
    opacity: 1;
    width:400px;
  }*/ }
  #mainNav.navbar-shrink .navbar-toggler {
    color: #fff; }
  #mainNav.navbar-shrink #logo-top {
    width: 100px;
    position: relative; }
    @media (max-width: 992px) {
      #mainNav.navbar-shrink #logo-top {
        width: 100px; } }

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent; }
  #mainNav .navbar-brand {
    color: fade(white, 70%); }
  #mainNav .navbar-brand:hover,
  #mainNav .navbar-brand:focus {
    color: white; }
  #mainNav.navbar-shrink {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); } }

#mainNav .startseite-link i {
  position: relative;
  top: 6px;
  line-height: 2px; }

#mainNav .slogan-navbar {
  position: absolute;
  top: 15px;
  left: 180px;
  font-family: "Raleway", sans-serif;
  font-size: 30px !important;
  opacity: 0;
  transition: opacity 1s; }
  #mainNav .slogan-navbar a {
    display: block; }
  @media (max-width: 992px) {
    #mainNav .slogan-navbar {
      display: none; } }

#mainNav .slogan-navbar.visible {
  opacity: 1; }

/* FILTER */
.form-group {
  margin-bottom: 0; }
  .form-group .form-control {
    border-radius: 0; }

.textfilter {
  position: relative; }
  .textfilter input {
    padding: .75rem .75rem;
    height: auto; }
    .textfilter input::-webkit-input-placeholder {
      color: #495057; }
    .textfilter input::-ms-input-placeholder {
      color: #495057; }
    .textfilter input::placeholder {
      color: #495057; }
    .textfilter input:focus {
      box-shadow: 0 0 0 0.2rem rgba(64, 91, 132, 0.25);
      border-color: #ea493e; }
  .textfilter .search-icon {
    display: inline-block;
    position: absolute;
    right: 18px;
    top: 4px;
    color: #495057;
    padding: .6rem .7rem;
    background: #fff; }

.selectfilter .btn {
  border-radius: 0;
  background: none;
  color: #495057;
  border: 1px solid #ced4da;
  padding: .75rem .75rem; }
  .selectfilter .btn .filter-option-inner-inner {
    color: #495057; }
  .selectfilter .btn:focus {
    outline: none !important; }

.selectfilter .btn-light:not(:disabled):not(.disabled).active,
.selectfilter .btn-light:not(:disabled):not(.disabled):active,
.selectfilter .show > .btn-light.dropdown-toggle {
  box-shadow: none !important;
  border-color: #ced4da; }

.selectfilter .dropdown-menu {
  border-radius: 0;
  padding: 0; }
  .selectfilter .dropdown-menu .dropdown-item {
    padding: .5rem 1.5rem;
    position: relative; }
    .selectfilter .dropdown-menu .dropdown-item .text-muted {
      padding-right: 1.5rem;
      position: absolute;
      top: 10px;
      right: 0; }
  .selectfilter .dropdown-menu .active {
    background-color: #ea493e; }

.selectfilter .show > .btn.dropdown-toggle {
  background-color: #fff !important; }

.selectfilter .btn:not(:disabled):not(.disabled):active {
  background-color: #fff !important; }

footer {
  padding-top: 70px;
  color: #333;
  border-top: 1px dotted #eee; }
  footer .footer-logo-klz {
    width: 110px; }
  footer .footer-info-txt-impressum {
    font-size: 1.5vh;
    font-weight: 600;
    margin-bottom: 20px; }
    footer .footer-info-txt-impressum p strong {
      font-size: 18px; }
    footer .footer-info-txt-impressum a {
      color: #fae9be;
      text-decoration: underline; }
      footer .footer-info-txt-impressum a:hover {
        color: #f18715; }
    footer .footer-info-txt-impressum i {
      position: relative;
      top: 4px;
      margin-right: 5px; }
    footer .footer-info-txt-impressum span {
      display: inline-block; }
    @media (max-width: 768px) {
      footer .footer-info-txt-impressum {
        margin: 20px 0px;
        text-align: center; } }
  footer ul {
    list-style-type: none;
    margin-top: 10px; }
    footer ul li a {
      position: relative;
      display: inline-block;
      color: #333;
      padding: 5px 5px 5px 25px;
      border-bottom: 1px dotted #f1f1f1;
      outline: none; }
      footer ul li a i {
        position: absolute;
        left: 0px; }
      footer ul li a:hover {
        opacity: .7; }
    @media (max-width: 768px) {
      footer ul li {
        display: block;
        width: 100%;
        text-align: center; } }

.footer-main {
  background: #fff;
  position: relative;
  padding-bottom: 40px; }

.dropshadow-footer {
  position: relative;
  /* -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; */ }

.dropshadow-footer:before,
.dropshadow-footer:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 50%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  top: 50%;
  bottom: 0;
  left: 25%;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px; }

.dropshadow-footer:after {
  right: 10px;
  left: auto;
  display: none;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg); }

/* SCHRAEGE BOX */
.intro-sujet-box {
  border: 1px solid blue;
  height: 800px; }
  .intro-sujet-box .intro-content-box {
    border: 1px solid red;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -ms-transform: skewX(-20deg);
    /* IE 9 */
    -webkit-transform: skewX(-20deg);
    /* Safari */
    transform: skewX(-20deg);
    /* Standard syntax */ }
    .intro-sujet-box .intro-content-box .intro-content-box-bg-img {
      width: 150%;
      height: 100%;
      position: absolute;
      left: -25%;
      top: 0;
      background-image: url(../img/sujet-test-bg.jpg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 200%;
      -ms-transform: skewX(20deg);
      /* IE 9 */
      -webkit-transform: skewX(20deg);
      /* Safari */
      transform: skewX(20deg);
      /* Standard syntax */ }
      .intro-sujet-box .intro-content-box .intro-content-box-bg-img:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.7); }
    .intro-sujet-box .intro-content-box .intro-content-txt {
      -ms-transform: skewX(20deg);
      /* IE 9 */
      -webkit-transform: skewX(20deg);
      /* Safari */
      transform: skewX(20deg);
      /* Standard syntax */
      border: 1px solid blue;
      padding: 40px; }

/* FOOTER SMD */
.backtotop-box {
  padding: 20px 0px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px; }

.backtotop-link {
  display: inline-block;
  position: relative;
  padding: 5px 10px 5px 35px;
  color: #666; }
  .backtotop-link i {
    position: absolute;
    left: 5px; }

.footer-smd {
  position: relative;
  padding: 0px 0px 50px 0px;
  border-bottom: 0px solid #033f6d; }
  .footer-smd:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 20px;
    background-image: url(../img/patt-cream_pixels.png); }

.footer-smd {
  color: #333;
  padding: 10px 10px 50px 10px;
  margin-top: 0px; }
  .footer-smd .text-right {
    text-align: right; }
    @media (max-width: 992px) {
      .footer-smd .text-right {
        text-align: center !important; } }
  @media (max-width: 992px) {
    .footer-smd .text-footer-lg-center {
      text-align: center !important; } }
  .footer-smd .img-link {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 10px; }
    @media (max-width: 992px) {
      .footer-smd .img-link {
        margin: 10px auto; } }
    .footer-smd .img-link img {
      display: block;
      margin: 0 auto;
      width: 180px;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      padding: 10px 0;
      position: relative;
      filter: grayscale(100%);
      top: 0; }
    .footer-smd .img-link .footer-smd-txt {
      width: 100%;
      position: absolute;
      line-height: 30px;
      font-size: 10px;
      text-align: center !important;
      top: 100%;
      letter-spacing: 2px;
      margin: 0;
      padding: 10px;
      margin-bottom: 10px;
      text-transform: uppercase;
      color: #3c3c3b;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }

@media (max-width: 768px) {
  .hidden-xs {
    display: none !important; } }

a {
  color: #313131; }
  a:hover {
    color: #313131; }

.nothing-found {
  text-align: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 150%;
  font-style: italic; }

.scrolltotop-outer {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
  opacity: 0;
  transition: all 200ms ease; }
  @media (max-width: 768px) {
    .scrolltotop-outer {
      display: none; } }
  .scrolltotop-outer a {
    display: block; }
    .scrolltotop-outer a span {
      display: inline-block;
      width: 30px;
      height: 60px;
      background-image: url(../img/i-backtotop-v2.svg);
      background-size: 70%;
      background-repeat: no-repeat;
      transition: all 200ms ease; }
    .scrolltotop-outer a:hover span {
      opacity: .5; }

h1 {
  font-family: 'GLOSSYMAGAZINE-REGULAR';
  text-align: center;
  padding-top: 100px; }

.intro-top {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/winter-2023.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .intro-top .img-logo {
    position: relative;
    top: 10%; }
    .intro-top .img-logo img {
      max-width: 200px;
      display: block;
      margin: 0 auto; }
      @media (max-width: 568px) {
        .intro-top .img-logo img {
          max-width: 180px; } }
  .intro-top .scrolldown-outer {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    text-align: center !important; }
    .intro-top .scrolldown-outer a {
      display: inline-block;
      padding: 50px 0; }
      .intro-top .scrolldown-outer a span {
        background-image: url(../img/scrolldown-arrow.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        width: 40px;
        height: 40px;
        animation: scrollDown-Ani 2s linear infinite;
        position: relative; }

@keyframes scrollDown-Ani {
  0% {
    top: 0; }
  50% {
    top: 20px; }
  100% {
    top: 0; } }

.content-all {
  position: relative;
  top: 100%; }

.ausgaben-outer {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-bottom: 100px; }
  .ausgaben-outer:before, .ausgaben-outer:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 70%;
    height: 1px;
    background: #000; }
  .ausgaben-outer:after {
    margin-top: 100px; }
    @media (max-width: 992px) {
      .ausgaben-outer:after {
        margin-top: 50px; } }
  .ausgaben-outer h1 {
    margin-bottom: 20px; }
  .ausgaben-outer .img-box-outer {
    padding: 20px;
    position: relative; }
    @media (max-width: 992px) {
      .ausgaben-outer .img-box-outer {
        margin-bottom: 60px; } }
    .ausgaben-outer .img-box-outer .img-box img {
      padding: 0 20px;
      transition: all 300ms ease; }
    .ausgaben-outer .img-box-outer .title {
      font-family: 'GLOSSYMAGAZINE-REGULAR';
      margin-top: 20px;
      text-align: center;
      font-size: 140%; }
    .ausgaben-outer .img-box-outer:hover img {
      transform: scale(0.95); }

.team-outer {
  margin-top: 100px;
  margin-bottom: 100px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-bottom: 100px; }
  .team-outer .img-box-outer {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative; }
    .team-outer .img-box-outer .img-box {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      background-repeat: no-repeat;
      margin: 0 auto 25px auto;
      background-size: 100%; }
    .team-outer .img-box-outer .b-prehofer {
      background-image: url(../img/b-prehofer.jpg);
      background-size: 140%;
      background-position: top center; }
    .team-outer .img-box-outer .b-stefitz {
      background-image: url(../img/b-stefitz.jpg);
      background-size: 130%;
      background-position: top center; }
    .team-outer .img-box-outer .b-rinesch {
      background-image: url(../img/b-rinesch.jpg);
      background-size: 140%;
      background-position: top center; }
    .team-outer .img-box-outer .b-wentzel {
      background-image: url(../img/b-wentzel.jpg);
      background-size: 140%;
      background-position: top center; }
    .team-outer .img-box-outer .b-kirchner {
      background-image: url(../img/b-kirchner.jpg);
      background-size: 140%;
      background-position: top center; }
    .team-outer .img-box-outer .title {
      font-family: 'GLOSSYMAGAZINE-REGULAR';
      margin-top: 10px;
      text-align: center;
      font-size: 160%; }
    .team-outer .img-box-outer .position {
      text-align: center;
      display: block;
      width: 100%;
      font-family: 'KLEINESANS-REGULAR'; }
      .team-outer .img-box-outer .position:before {
        content: "";
        display: block;
        width: 80px;
        height: 5px;
        background: #707070;
        margin: 10px auto; }

.border-editorial {
  margin: 30px 0;
  position: relative;
  overflow-x: hidden; }
  .border-editorial img {
    display: block;
    width: 100px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    z-index: 1;
    background: #fff; }
  .border-editorial .border-1 {
    width: 96%;
    height: 10px;
    border-top: 2px solid #f18715;
    position: absolute;
    z-index: -1;
    left: 2%;
    top: 50%; }
  .border-editorial .border-2 {
    margin-top: 20px;
    width: 100%;
    height: 15px;
    background: #1a5c9e;
    overflow: hidden;
    position: relative; }
    .border-editorial .border-2:before {
      content: "";
      display: block;
      width: 100%;
      height: 15px;
      position: absolute;
      top: 0px;
      right: 0;
      background: #fff;
      z-index: 5;
      -moz-animation: bar-animation2 12s ease-in-out infinite;
      -webkit-animation: bar-animation2 12s ease-in-out infinite;
      animation: bar-animation2 12s ease-in-out infinite; }

@keyframes bar-animation1 {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(100%); } }

@keyframes bar-animation2 {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(-100%); } }

.editorial {
  margin-top: 60px;
  border: 2px solid #f18715;
  padding: 40px;
  position: relative; }
  @media (max-width: 992px) {
    .editorial {
      margin: 30px 15px;
      padding: 20px; } }
  .editorial h3 {
    font-family: "GLOSSYMAGAZINE-REGULAR";
    text-align: center;
    font-size: 200%;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: absolute;
    top: -25px;
    left: 0px;
    width: 100%; }
    .editorial h3 span {
      display: inline-block;
      padding: 5px 20px;
      background: #fff;
      position: relative;
      /*&:after {
        content:"";
        width:100%;
        height:35%;
        background:#fff;
        position:absolute;
        left:0;
        bottom:0;
      }*/ }
  .editorial p {
    margin: 10px 0;
    line-height: 1.6; }
    @media (max-width: 1500px) {
      .editorial p {
        text-align: left; } }

.blog .item {
  border: 0px solid #f9f9f9;
  background: #fff;
  padding: 0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 50px;
  position: relative; }
  @media (max-width: 992px) {
    .blog .item {
      padding: 15px; } }
  .blog .item .itemImage-box {
    margin-bottom: 10px;
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
    @media (max-width: 992px) {
      .blog .item .itemImage-box {
        height: 400px !important; } }
    @media (max-width: 768px) {
      .blog .item .itemImage-box {
        height: 450px !important; } }
    @media (max-width: 568px) {
      .blog .item .itemImage-box {
        height: 300px !important; } }
    .blog .item .itemImage-box:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.45);
      position: absolute;
      left: 0;
      top: 0;
      transition: all 200ms ease;
      display: none; }
      @media (max-width: 400px) {
        .blog .item .itemImage-box:after {
          display: none; } }
    @media (max-width: 1200px) {
      .blog .item .itemImage-box {
        height: 300px; } }
    .blog .item .itemImage-box .itemImageCategory {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -8%;
      color: #fff;
      text-align: center;
      font-family: "GLOSSYMAGAZINE-REGULAR";
      font-size: 4vw;
      width: 100%;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      z-index: 10;
      font-family: "GLOSSYMAGAZINE-REGULARITALIC";
      letter-spacing: 2px;
      opacity: 0; }
      @media (max-width: 400px) {
        .blog .item .itemImage-box .itemImageCategory {
          display: none; } }
    .blog .item .itemImage-box .itemImage {
      border: 0px solid green;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      background-repeat: no-repeat; }
    @media (max-width: 768px) {
      .blog .item .itemImage-box .itemImage-bgsmall {
        background-size: 80% !important; } }
    @media (max-width: 768px) {
      .blog .item .itemImage-box .itemImage-p-top {
        background-position: top center !important; } }
  .blog .item .itemImage-box-small {
    height: 400px; }
  .blog .item .itemImage-box-big {
    height: 600px; }
  @media (max-width: 768px) {
    .blog .item .itemImage-box-sm {
      height: 500px !important; } }
  @media (max-width: 568px) {
    .blog .item .itemImage-box-sm {
      height: 300px !important; } }
  .blog .item .itemTxt {
    border: 0px solid yellow;
    padding: 15px 0; }
    .blog .item .itemTxt .itemCategory {
      margin: 5px 0;
      font-family: "GLOSSYMAGAZINE-REGULAR";
      text-transform: uppercase;
      font-size: 120%;
      display: none; }
    .blog .item .itemTxt .itemTitle h2 {
      font-size: 240%;
      font-family: "GLOSSYMAGAZINE-REGULAR"; }
      @media (max-width: 992px) {
        .blog .item .itemTxt .itemTitle h2 {
          font-size: 180%; } }
      .blog .item .itemTxt .itemTitle h2 .breaker {
        display: block; }
    .blog .item .itemTxt .itemDescription:before {
      display: block;
      content: "";
      width: 100px;
      height: 5px;
      background: #707070;
      margin: 10px 0;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease; }
    .blog .item .itemTxt .itemDescription p {
      position: relative;
      line-height: 1.8; }
      .blog .item .itemTxt .itemDescription p:after {
        content: "";
        display: inline-block;
        width: 50px;
        height: 16px;
        margin-left: 10px;
        background-image: url(../img/i-mehr-lesen.svg);
        background-size: 100%;
        background-position: center right;
        background-repeat: no-repeat;
        position: relative;
        left: 0;
        top: 2px;
        transition: all 200ms ease; }
    .blog .item .itemTxt .no-arrow p:after {
      display: none; }
    .blog .item .itemTxt .no-arrow .arrow-s {
      width: 50%;
      float: left; }
      .blog .item .itemTxt .no-arrow .arrow-s img {
        width: 50px;
        height: 16px;
        display: block; }
      .blog .item .itemTxt .no-arrow .arrow-s .arrow-left {
        transform: rotate(180deg); }
      .blog .item .itemTxt .no-arrow .arrow-s .arrow-right {
        margin-left: auto; }
    .blog .item .itemTxt .itemDate {
      display: none; }
  .blog .item .itemTxt-center {
    text-align: center; }
    .blog .item .itemTxt-center p {
      max-width: 70%;
      margin: 0 auto; }
      @media (max-width: 992px) {
        .blog .item .itemTxt-center p {
          max-width: 100%; } }
    .blog .item .itemTxt-center .itemDescription:before {
      margin: 10px auto; }
  .blog .item a {
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
  .blog .item:hover {
    border: 0px solid #ccc;
    background: #fff; }
    .blog .item:hover .itemTitle h2 {
      color: #f18715; }
    .blog .item:hover .itemDescription:before {
      background: #f18715;
      width: 150px; }
    .blog .item:hover .itemImage-box:after {
      opacity: 0; }
    .blog .item:hover .itemImage-box .itemImageCategory {
      opacity: 0;
      z-index: -5; }

.rss-whitespace {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  padding: 15px 15px;
  width: 100%; }
  .rss-whitespace img {
    display: block;
    width: 100px;
    margin: 0 auto;
    padding: 10px 10px;
    position: relative;
    z-index: 1;
    background: #fff;
    transform-origin: top center; }
    @media (max-width: 992px) {
      .rss-whitespace img {
        margin: 0 auto;
        display: block;
        padding: 10px;
        background: #fff; } }
  .rss-whitespace .rss-whitespace-line {
    width: 96%;
    height: 10px;
    border-top: 2px solid #f18715;
    position: absolute;
    z-index: -1;
    left: 2%;
    top: 50%; }

@keyframes animateLogo {
  0% {
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -webkit-transform: rotate(20deg); }
  50% {
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg); }
  100% {
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -webkit-transform: rotate(20deg); } }

@media (max-width: 992px) {
  .sticky-top {
    position: relative; } }

.bg-lila {
  background: #9a99cc; }

.bg-rot {
  background: #ea5056; }

.bg-orange {
  background: #ea493e; }

.bg-gelb {
  background: #e8c11a; }

.bg-gruen {
  background: #80ba26; }

.category-rezepte .itemDescription:before {
  background: #9a99cc !important; }

.category-rezepte .mehr-lessen-btn:before {
  background: #9a99cc !important; }

.category-kuechengarten .itemDescription:before {
  background: #ea5056 !important; }

.category-kuechengarten .mehr-lessen-btn:before {
  background: #ea5056 !important; }

.category-stories .itemDescription:before {
  background: #ea493e !important; }

.category-stories .mehr-lessen-btn:before {
  background: #ea493e !important; }

.category-deko .itemDescription:before {
  background: #e8c11a !important; }

.category-deko .mehr-lessen-btn:before {
  background: #e8c11a !important; }

.category-stories .itemDescription:before {
  background: #80ba26 !important; }

.category-stories .mehr-lessen-btn:before {
  background: #80ba26 !important; }

.category-videos .itemDescription:before {
  background: #ec619f !important; }

.category-videos .mehr-lessen-btn:before {
  background: #ec619f !important; }

.category-bezahlte_inhalte .itemDescription:before {
  background: #47bcc6 !important; }

.category-bezahlte_inhalte .mehr-lessen-btn:before {
  background: #47bcc6 !important; }

.intro-txt-outer {
  padding: 90px 0;
  margin: 30px 0;
  background: #cecece; }
  @media (max-width: 992px) {
    .intro-txt-outer {
      margin-top: 0; } }
  .intro-txt-outer .intro-txt-inner {
    color: #000;
    text-align: left; }
    .intro-txt-outer .intro-txt-inner img {
      display: block;
      max-width: 30px;
      margin: 20px auto; }
    .intro-txt-outer .intro-txt-inner .img-stern {
      max-width: 50px; }
    .intro-txt-outer .intro-txt-inner h1 {
      font-family: 'GLOSSYMAGAZINE-REGULAR';
      letter-spacing: 2px;
      text-align: center; }
      .intro-txt-outer .intro-txt-inner h1 span {
        display: block;
        text-transform: uppercase;
        font-size: 160%; }
        @media (max-width: 992px) {
          .intro-txt-outer .intro-txt-inner h1 span {
            font-size: 110%; } }
    .intro-txt-outer .intro-txt-inner .txt-center {
      text-align: center; }
    .intro-txt-outer .intro-txt-inner .btn-mediakit {
      display: inline-block;
      background: #fff;
      color: #707070;
      margin: 50px auto 0 auto;
      font-size: 120%;
      border-radius: 35px;
      padding: 20px 25px;
      min-width: 280px;
      font-family: 'KLEINESANS-BOLD';
      transition: all 200ms ease;
      text-align: center; }
      .intro-txt-outer .intro-txt-inner .btn-mediakit:hover {
        background: #707070;
        color: #fff; }
    .intro-txt-outer .intro-txt-inner .breaker {
      display: block; }
      @media (max-width: 992px) {
        .intro-txt-outer .intro-txt-inner .breaker {
          display: none; } }
    .intro-txt-outer .intro-txt-inner p {
      font-family: 'GLOSSYMAGAZINE-REGULARITALIC';
      font-size: 200%;
      margin-top: 40px; }
      @media (max-width: 992px) {
        .intro-txt-outer .intro-txt-inner p {
          font-size: 140%; } }

.zitat-bg-green {
  background: #f18715; }

.zitat-bg-orange {
  background: #fae9be; }
  .zitat-bg-orange .zitat-box-inner {
    color: #f18715; }

.clear {
  clear: both; }
