@charset "UTF-8";
@font-face {
  font-family: "FS Elliot Pro";
  src: url("font/FS_Elliot_Pro/FSElliotPro-Bold.woff2") format("woff2"), url("font/FS_Elliot_Pro/FSElliotPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FS Elliot Pro";
  src: url("font/FS_Elliot_Pro/FSElliotPro-Thin.woff2") format("woff2"), url("font/FS_Elliot_Pro/FSElliotPro-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FS Elliot Pro";
  src: url("font/FS_Elliot_Pro/FSElliotPro.woff2") format("woff2"), url("font/FS_Elliot_Pro/FSElliotPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FS Elliot Pro";
  src: url("font/FS_Elliot_Pro/FSElliotPro-BoldItalic.woff2") format("woff2"), url("font/FS_Elliot_Pro/FSElliotPro-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "FS Elliot Pro";
  src: url("font/FS_Elliot_Pro/FSElliotPro-Heavy.woff2") format("woff2"), url("font/FS_Elliot_Pro/FSElliotPro-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FS Elliot Pro";
  src: url("font/FS_Elliot_Pro/FSElliotPro-ThinItalic.woff2") format("woff2"), url("font/FS_Elliot_Pro/FSElliotPro-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "FS Elliot Pro";
  src: url("font/FS_Elliot_Pro/FSElliotPro-HeavyItalic.woff2") format("woff2"), url("font/FS_Elliot_Pro/FSElliotPro-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "FS Elliot Pro";
  src: url("font/FS_Elliot_Pro/FSElliotPro-LightItalic.woff2") format("woff2"), url("font/FS_Elliot_Pro/FSElliotPro-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "FS Elliot Pro";
  src: url("font/FS_Elliot_Pro/FSElliotPro-Italic.woff2") format("woff2"), url("font/FS_Elliot_Pro/FSElliotPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "FS Elliot Pro";
  src: url("font/FS_Elliot_Pro/FSElliotPro-Light.woff2") format("woff2"), url("font/FS_Elliot_Pro/FSElliotPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: url("font/Ubuntu/Ubuntu-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  src: url("font/Ubuntu/Ubuntu-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: url("font/Ubuntu/Ubuntu-Bold.ttf") format("truetype");
}
/*CUSTOM FONTS FOR QUOTES START*/
@font-face {
  font-family: "Parisienne";
  font-weight: 400;
  font-style: normal;
  src: url("font/Parisienne/Parisienne-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Bad Script";
  font-weight: 400;
  font-style: normal;
  src: url("font/Bad_Script/BadScript-Regular.ttf") format("truetype");
}
/*CUSTOM FONTS FOR QUOTES END*/
* {
  font-family: "FS Elliot Pro", sans-serif;
}

h5 {
  margin: 0;
  padding: 0;
}

body {
  background-color: #0F1111;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}

html {
  margin: 0px;
  padding: 0px;
}

input:focus {
  outline: none;
}

img {
  border: 0px;
}

.orange {
  color: #ed7c00;
}

.ta-left {
  text-align: left !important;
}

.ta-right {
  text-align: right !important;
}

.ta-center {
  text-align: center !important;
}

.master_flex {
  width: 100%;
  margin-bottom: 44px;
}

.mediadata_flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  max-width: 500px;
  margin: auto;
}

.showmob {
  display: none !important;
}
@media only screen and (max-width: 660px) {
  .showmob {
    display: inline !important;
  }
}

@media only screen and (max-width: 660px) {
  .nomob {
    display: none !important;
  }
}

.mediadata_cover {
  display: block;
  width: 220px;
  margin: 15px;
  box-sizing: border-box;
  cursor: pointer;
}
.mediadata_cover.light {
  border: 1px solid #0F1111;
}
.mediadata_cover img {
  max-width: 100%;
}

.cta {
  color: #FFF;
  background-color: #ed7c00;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  cursor: pointer;
  padding: 10px 15px;
  border: 0;
  margin: 15px 0;
  transition: 0.3s box-shadow ease;
  text-decoration: none;
  display: inline-block;
}
.cta:hover {
  box-shadow: 0 0 15px #ed7c00;
}
.cta.secondary {
  border: 1px solid #ed7c00;
  background-color: initial;
}

/*BRANCHENVERZEICHNIS*/
#branchen_results {
  display: flex;
  flex-direction: column;
}
#branchen_results #top_branchen {
  margin-bottom: 50px;
  background-color: rgba(237, 124, 0, 0.85);
  padding: 15px;
  box-sizing: border-box;
}
#branchen_results #branchen {
  padding: 15px;
  box-sizing: border-box;
}
#branchen_results #top_branchen,
#branchen_results #branchen {
  width: 100%;
  display: grid;
  grid-template-columns: 29% 29% 29%;
  grid-column-gap: 6.5%;
  grid-row-gap: 50px;
}
@media screen and (max-width: 900px) {
  #branchen_results #top_branchen,
#branchen_results #branchen {
    grid-template-columns: 46% 46%;
    grid-column-gap: 8%;
    grid-row-gap: 50px;
  }
}
@media screen and (max-width: 600px) {
  #branchen_results #top_branchen,
#branchen_results #branchen {
    grid-template-columns: 100%;
    grid-column-gap: 0%;
    grid-row-gap: 25px;
  }
}
#branchen_results #top_branchen .item {
  background-color: #0F1111;
}
#branchen_results .item {
  border: 1px solid #ffffff;
  padding: 10px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
}
#branchen_results .item .title {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
}
#branchen_results .item .teaser {
  font-size: 12px;
}

.branchen_header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}
.branchen_header .branche_buchen {
  border: 2px solid #ed7c00;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  box-sizing: border-box;
  text-decoration: none;
  margin-left: auto;
  text-align: center;
}
.branchen_header .branche_buchen:hover {
  background-color: #ed7c00;
}
.branchen_header h1 {
  white-space: nowrap;
  padding-right: 15px !important;
}
@media screen and (max-width: 600px) {
  .branchen_header h1 {
    white-space: inherit;
  }
}

#branchen_suche {
  align-self: flex-start;
  margin: auto auto auto 20px;
  max-width: 300px;
  border: 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 3px solid #ed7c00;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border-radius: 0;
  background-color: #0F1111;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  #branchen_suche {
    width: 100%;
    max-width: inherit;
  }
}

.branchen_header .such_wrap {
  position: relative;
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: auto;
}
.branchen_header .back {
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: auto;
}
.branchen_header .back a {
  color: #ed7c00 !important;
  font-size: 20px !important;
  text-decoration: none;
}
.branchen_header .such_wrap:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: 0px;
  top: 10px;
  background-image: url(../img/lupe_branche.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .branchen_header {
    flex-wrap: wrap;
  }
}

/*branchen_page*/
#branchen_page {
  width: 100%;
}
#branchen_page .branchen_infos {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 900px) {
  #branchen_page .branchen_infos {
    flex-wrap: wrap;
  }
}
#branchen_page .branchen_infos .logo {
  width: 50%;
  max-width: 300px;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  #branchen_page .branchen_infos .logo {
    width: 100%;
    max-width: 600px;
    margin: 0 0 25px 30px;
  }
}
#branchen_page .branchen_infos .fakts {
  margin-left: 30px;
}
#branchen_page .branchen_infos .fakts h2 {
  margin-top: 0;
}

.morevideosslider.branchen {
  position: relative !important;
  left: inherit !important;
  margin: auto !important;
  display: grid;
}
.morevideosslider.branchen .smallvideoitem {
  display: block;
  width: 100% !important;
  float: inherit !important;
}

.morevideos .titel.branchen {
  padding: 20px 0;
}

/*BRANCHENVERZEICHNIS ENDE*/
.christmas_abo {
  width: 100%;
  position: relative;
  background-image: url("../img/christmas/hg3_DESK_2.jpg");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  max-width: 1920px;
  margin: auto;
}
@media only screen and (max-width: 996px) {
  .christmas_abo {
    background-image: url("../img/christmas/hg3_MOB.jpg");
  }
}
@media only screen and (max-width: 660px) {
  .christmas_abo .subheadline,
.christmas_abo .copy {
    padding: 0 30px;
    padding: 0px 70px;
  }
}
.christmas_abo .headline {
  font-size: clamp(1.5rem, 4vw, 4rem);
  color: #ffffff;
  padding-top: 2%;
  text-align: center;
  text-shadow: 3px 4px 8px #000;
  width: 100%;
  max-width: 996px;
  margin: auto;
}
@media only screen and (max-width: 1400px) {
  .christmas_abo .headline {
    font-size: 2.5em;
    padding-top: 3%;
  }
}
@media only screen and (max-width: 996px) {
  .christmas_abo .headline {
    padding: 50px 30px 0 30px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 660px) {
  .christmas_abo .headline {
    padding-top: 60px;
    font-size: 7vw;
  }
}
.christmas_abo .subheadline {
  font-size: clamp(1rem, 1.6vw, 3rem);
  padding: 0 20vw;
  color: #ffffff;
  margin-top: 2%;
  text-align: center;
  text-shadow: 3px 4px 8px #000;
}
@media only screen and (max-width: 996px) {
  .christmas_abo .subheadline {
    padding: 0 30px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 660px) {
  .christmas_abo .subheadline {
    margin-top: 21%;
  }
}
.christmas_abo .copy {
  font-size: clamp(1rem, 1.6vw, 3rem);
  padding: 0 18vw;
  color: #ffffff;
  margin-top: 2%;
  text-align: center;
  text-shadow: 3px 4px 8px #000;
}
@media only screen and (max-width: 996px) {
  .christmas_abo .copy {
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 1em;
  }
}
.christmas_abo .form {
  width: 60%;
  margin: auto;
  margin-top: 10%;
  color: #ffffff;
  padding: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1400px) {
  .christmas_abo .form {
    margin-top: 6%;
  }
}
@media only screen and (max-width: 996px) {
  .christmas_abo .form {
    width: 80%;
    margin-top: 15%;
  }
}
@media only screen and (max-width: 660px) {
  .christmas_abo .form {
    margin-top: 0;
  }
}
.christmas_abo .form .interest {
  max-width: 200px;
}
.christmas_abo .form .interest img {
  margin-top: 5px;
  max-width: 100%;
}
.christmas_abo .highlight {
  color: #ed7c00;
}

.videonomute {
  position: absolute;
  z-index: 500;
  right: 0px;
  bottom: 0px;
  width: 7%;
  height: 5px;
  max-width: 50px;
}
.videonomute img {
  width: 100%;
}

.werbungschliessen {
  position: absolute;
  z-index: 300;
  right: 0px;
  top: 0px;
  width: 7%;
  height: 5px;
  max-width: 50px;
}

.weltrekord_countdown {
  max-width: 70%;
  margin: auto;
  color: #ffffff;
  font-size: 1.6em;
  text-align: center;
}
.weltrekord_countdown .hl {
  font-weight: bold;
  color: #ed7c00;
}

.jobsNavigation {
  color: #ed7c00;
}

.greyout {
  color: #A3A3A3;
}

.caption {
  padding: 10px 5px 0 5px;
}

.verlauf_re {
  width: 7.8%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  background: linear-gradient(-90deg, #0F1111 10%, rgba(0, 0, 0, 0) 100%);
}

.verlauf_li {
  width: 7.8%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 10;
  position: absolute;
  background: linear-gradient(90deg, #0F1111 10%, rgba(0, 0, 0, 0) 100%);
}

@-webkit-keyframes borderBlink {
  0% {
    border-color: #ffffff;
  }
  50% {
    border-color: #ed7c00;
  }
  100% {
    border-color: #ffffff;
  }
}
@-moz-keyframes borderBlink {
  0% {
    border-color: #ffffff;
  }
  50% {
    border-color: #ed7c00;
  }
  100% {
    border-color: #ffffff;
  }
}
@-ms-keyframes borderBlink {
  0% {
    border-color: #ffffff;
  }
  50% {
    border-color: #ed7c00;
  }
  100% {
    border-color: #ffffff;
  }
}
@-o-keyframes borderBlink {
  0% {
    border-color: #ffffff;
  }
  50% {
    border-color: #ed7c00;
  }
  100% {
    border-color: #ffffff;
  }
}
@keyframes borderBlink {
  0% {
    border-color: #ffffff;
  }
  50% {
    border-color: #ed7c00;
  }
  100% {
    border-color: #ffffff;
  }
}
#topvideos {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
}

.arrowright {
  position: absolute;
  right: 10.5%;
  top: 50%;
  margin-top: -87px;
  cursor: pointer;
  width: 2%;
  max-width: 24px;
}

.arrowleft {
  position: absolute;
  left: 10.5%;
  top: 50%;
  margin-top: -87px;
  cursor: pointer;
  width: 2%;
  max-width: 24px;
  display: none;
}

.owl-height {
  height: auto;
}

.posttags {
  width: 100%;
  background-color: #121212;
}
.posttags .tagswrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 10px;
}
.posttags .tagswrapper .tag {
  margin-right: 10px;
  padding: 10px;
}
.posttags .tagswrapper .tag a {
  text-decoration: none;
}
.posttags .tagswrapper .tag:hover {
  background-color: #292929;
}

#topslider {
  position: relative;
}
#topslider:before, #topslider:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 20%;
  z-index: 50;
}
@media screen and (min-width: 1700px) {
  #topslider:before, #topslider:after {
    width: 400px;
  }
}
@media screen and (max-width: 1700px) {
  #topslider:before, #topslider:after {
    width: 250px;
  }
}
@media screen and (max-width: 1400px) {
  #topslider:before, #topslider:after {
    width: 100px;
  }
}
@media screen and (max-width: 600px) {
  #topslider:before, #topslider:after {
    width: 20px;
  }
}
#topslider:before {
  left: 0;
  background: linear-gradient(90deg, #0F1111 10%, rgba(0, 0, 0, 0) 100%);
}
#topslider:after {
  right: 0;
  background: linear-gradient(-90deg, #0F1111 10%, rgba(0, 0, 0, 0) 100%);
}
#topslider .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: 0;
  z-index: 100;
}
#topslider .owl-nav .disabled {
  opacity: 0;
}
#topslider .owl-next {
  background: none !important;
  position: absolute;
  transform: translateY(-50%);
}
#topslider .owl-prev {
  background: none !important;
  position: absolute;
  transform: translateY(-50%);
  left: 165px !important;
}
#topslider .owl-next {
  right: 165px !important;
}
#topslider .owl-dots {
  margin: 15px 0;
}
#topslider .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 3px 4px;
}
@media screen and (max-width: 600px) {
  #topslider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
}
#topslider .owl-dots .owl-dot.active span, #topslider .owl-dots .owl-dot:hover span {
  background: #ed7c00;
}

#topvideos #topslider .item {
  max-width: 1400px;
  position: relative;
  cursor: pointer;
  margin: auto;
  padding: 30px;
}
@media screen and (max-width: 600px) {
  #topvideos #topslider .item {
    padding: 0px 15px;
  }
}
#topvideos #topslider .item .hideafterclick {
  box-shadow: #000 0px 0px 30px;
}
#topvideos #topslider .item a {
  display: block;
}

.hideafterclick {
  position: relative;
}

#topvideos #topslider iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#topvideos #topslider .item img {
  width: 100%;
  opacity: 1;
  cursor: pointer;
  z-index: 1;
}
#topvideos #topslider .item .play {
  width: 15%;
  position: absolute;
  z-index: 5;
  left: 42%;
  top: 30%;
  opacity: 1;
  cursor: pointer;
  z-index: 2;
}
#topvideos #topslider .item .textbox {
  background-image: url(../img/grey_bg.png);
  width: 100%;
  left: 0px;
  position: absolute;
  bottom: 0px;
  padding: 1%;
  box-sizing: border-box;
  color: #FFFFFF;
  z-index: 3;
  font-size: 14px;
}
#topvideos #topslider .item .textbox a {
  color: #FFFFFF;
}
#topvideos #topslider .item h2 {
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 10px;
}
#topvideos .circles {
  width: 100px;
  height: 15px;
  margin-top: 10px;
  bottom: 20px;
  position: absolute;
  left: 50%;
}
#topvideos .circles .circle {
  width: 10px;
  height: 10px;
  background-color: #333333;
  margin-left: 5px;
  margin-right: 5px;
  float: left;
  border-radius: 25px;
  cursor: pointer;
}
#topvideos .circles .circleactive {
  background-color: #ed7c00;
}

.morevideos {
  width: 100%;
  background-color: #1F1F1F;
  padding-bottom: 20px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}

.morevideos-headline {
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.morevideos .titel {
  color: #ed7c00;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  font-size: 24px;
}
.morevideos .morevideosslider {
  position: relative;
  margin-top: 20px;
  min-height: 150px;
}
.morevideos .morevideosslider .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: 0;
}
.morevideos .morevideosslider .owl-nav .disabled {
  opacity: 0;
}
.morevideos .morevideosslider .owl-next {
  background: none !important;
  position: absolute;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1400px) {
  .morevideos .morevideosslider .owl-next {
    right: 135px !important;
  }
  .morevideos .morevideosslider .owl-next img {
    width: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  .morevideos .morevideosslider .owl-next {
    right: 100px !important;
  }
  .morevideos .morevideosslider .owl-next img {
    width: 25px;
  }
}
.morevideos .morevideosslider .owl-prev {
  background: none !important;
  position: absolute;
  transform: translateY(-50%);
  left: 200px !important;
}
@media only screen and (max-width: 1400px) {
  .morevideos .morevideosslider .owl-prev {
    left: 135px !important;
  }
  .morevideos .morevideosslider .owl-prev img {
    width: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  .morevideos .morevideosslider .owl-prev {
    left: 100px !important;
  }
  .morevideos .morevideosslider .owl-prev img {
    width: 25px;
  }
}
.morevideos .morevideosslider .owl-next {
  right: 200px !important;
}
.morevideos .moretoleft {
  position: absolute;
  right: 11.5%;
  margin-top: -5px;
  top: 50%;
  cursor: pointer;
  width: 2%;
  text-align: center;
  z-index: 10;
}
.morevideos .moretoleft img {
  width: 100%;
  max-width: 25px;
}
.morevideos .moretoright {
  position: absolute;
  left: 11.5%;
  margin-top: -5px;
  top: 50%;
  cursor: pointer;
  display: none;
  width: 2%;
  text-align: center;
  z-index: 10;
}
.morevideos .moretoright img {
  width: 100%;
  max-width: 25px;
}
.morevideos .smallvideoitem {
  position: relative;
  text-decoration: none;
  overflow: hidden;
  background-color: #0F1111;
  display: block;
}
.morevideos .smallvideoitem img {
  width: 100%;
  opacity: 0.6;
  transition: 0.3s ease-in-out all;
}
.morevideos .smallvideoitem:hover img {
  opacity: 1;
  transition: 0.3s ease-in-out all;
}
.morevideos .smallvideoitem .textbox {
  background-image: url(../img/grey_bg.png);
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding: 5%;
  box-sizing: border-box;
  color: #FFFFFF;
  z-index: 3;
  font-weight: bold;
}

#footer {
  border-top: 2px solid #FFFFFF;
}
#footer .inner {
  padding-top: 20px;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  #footer .inner {
    margin: 0 !important;
    width: initial !important;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 15% 0 15%;
  }
  #footer .inner * {
    float: initial;
    clear: both;
  }
}
#footer .inner .footerbox {
  float: left;
  width: 15%;
}
@media only screen and (max-width: 900px) {
  #footer .inner .footerbox {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    gap: 0.5rem 1rem;
    flex-wrap: wrap;
  }
  #footer .inner .footerbox > a:first-of-type,
#footer .inner .footerbox > span:first-of-type {
    width: 100%;
  }
  #footer .inner .footerbox br {
    display: none;
  }
}
#footer .inner .footerbox.partner .logoflex {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
}
#footer .inner .footerbox.partner .logoflex a {
  display: inline-block;
  width: initial;
}
@media only screen and (max-width: 900px) {
  #footer .inner .footerbox.partner .logoflex a {
    display: block;
    width: 100%;
  }
}
#footer .inner .link {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
}
#footer .inner .toplink {
  font-weight: 700;
  font-size: 16px;
}
#footer .inner .impressum {
  float: right;
}
@media only screen and (max-width: 900px) {
  #footer .inner .impressum {
    margin-left: 0 !important;
  }
}
#footer .inner .impressum.only-mob {
  display: none;
}

.beitrag {
  width: 70%;
  margin-top: 30px;
  color: #FFFFFF;
  max-width: 1333px;
  margin: 0 auto;
  margin-top: 30px;
}
.beitrag .video {
  position: relative;
  padding-bottom: 40%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  width: 70%;
  margin-left: 15%;
}
.beitrag .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.beitrag h1 {
  color: #ed7c00;
  margin: 0px;
  margin-top: 20px;
  padding: 0px;
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 10px;
}
.beitrag .trenn-balken {
  width: 100%;
  height: 10px;
  background: url(./../img/balken.png);
  background-repeat: repeat-x;
  background-size: contain;
  margin: 30px 0;
}
.beitrag .trenn-balken.animated {
  animation: animateBalkenBackground 0.5s infinite linear;
}
.beitrag .kalender_headline {
  color: #ed7c00;
  margin: 0px;
  margin-top: 20px;
  padding: 0px;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 10px;
}
.beitrag .kalender_wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.beitrag .kalender_wrapper.center {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.beitrag .kalender_left {
  width: 50%;
}
.beitrag .kalender_right {
  width: 50%;
}
.beitrag .kalender_right #kalenderbild {
  width: 90% !important;
  margin: auto;
}

@keyframes animateBalkenBackground {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 10px 0px;
  }
}
.kalender_left #kalenderbild {
  width: 90% !important;
  margin: auto;
}

.beitrag .beitraginhalt {
  width: 70%;
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 1.4;
  margin-left: 15%;
}
.beitrag.branchenverzeichnis .beitraginhalt {
  width: 100%;
  margin-left: 0%;
}
.beitrag .beitraginhalt a {
  color: inherit;
}
.beitrag .beitraginhalt h2, .beitrag .beitraginhalt h3 {
  font-size: 22.5px;
}
.beitrag .beitraginhalt img {
  /*width: 100% !important;*/
  max-width: 100%;
  height: auto;
}
.beitrag .beitraginhalt span[draggable=false] {
  width: 100% !important;
}

.videoactive {
  border: 1px solid #ed7c00;
  box-sizing: border-box;
}

.searchresults {
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 900px) {
  .searchresults {
    padding: 15px;
    gap: 15px;
    grid-template-columns: 1fr;
  }
}
.searchresults .searchitem {
  width: 100%;
  margin: 0 !important;
}

.searchitem {
  width: 46%;
  border: 1px solid #333333;
  padding: 2%;
  display: block;
  margin-bottom: 10px;
  box-sizing: border-box;
  color: #FFFFFF;
  text-decoration: none;
  margin-right: 2%;
  margin-left: 2%;
  transition: 0.3s ease-in-out all;
  margin-top: 10px;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 1100px) {
  .searchitem {
    flex-wrap: wrap;
  }
}
.searchitem:hover {
  border: 1px solid #ffffff;
  transition: 0.3s ease-in-out all;
}
.searchitem .searchleft {
  width: 45%;
}
@media only screen and (max-width: 400px) {
  .searchitem .searchleft {
    width: 100%;
  }
}

.visitenkarte img {
  width: inherit !important;
  max-width: 300px !important;
}

.searchitem .searchright {
  width: 45%;
}
@media only screen and (max-width: 400px) {
  .searchitem .searchright {
    width: 100%;
  }
}
.searchitem .searchright p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  /* Adjust the number of lines as needed */
  -webkit-box-orient: vertical;
  max-height: 160px;
  color: #fff;
}

.searchright h5 {
  color: #FFFFFF;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.searchright ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.searchright li {
  clear: both;
}

#magazin {
  width: 70%;
  margin-top: 30px;
  margin-left: 15%;
}
#magazin h3 {
  width: 100%;
  color: #ed7c00;
  font-weight: 700;
  font-size: 24px;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 15px;
}
#magazin .magazinimg {
  float: left;
  width: 65%;
  margin-bottom: -40px;
}
#magazin .magazinimg img {
  width: 100%;
}
#magazin .magazintext {
  color: #FFFFFF;
  width: 30%;
  float: left;
  margin-left: 5%;
  padding-bottom: 30px;
}
#magazin .magazintext a {
  color: #FFFFFF;
  background-image: url(../img/linkimg.png);
  background-repeat: no-repeat;
  text-decoration: none;
  padding-left: 35px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 700;
}

.aboleft {
  float: left;
  width: 50%;
  margin-bottom: 15px;
}
.aboleft.vonbis {
  width: 24% !important;
  display: none;
}
.aboleft.vonbis input {
  cursor: pointer;
}

.abofull {
  width: 100% !important;
}

.aboleft select {
  border: 1px solid #ed7c00 !important;
  margin-top: 3px;
  padding: 1.5% !important;
  width: 94% !important;
  height: 43px;
}
.aboleft input[type=tel], .aboleft input[type=text], .aboleft input[type=email], .aboleft input[type=date] {
  border: 1px solid #ed7c00 !important;
  margin-top: 3px;
  padding: 2% !important;
  width: 90% !important;
  height: 20px;
}

.abofull input[type=text] {
  border: 1px solid #ed7c00 !important;
  margin-top: 3px;
  padding: 2% !important;
  width: 93% !important;
  height: 20px;
}

.aboleft input[type=file] {
  /*
  border: 1px solid $truckOrange !important;
  margin-top: 3px;
  padding: 2% !important;
  width: 90% !important;
  height: 20px;
  background-color:#ffffff;
  */
  display: none;
}

.file-upload {
  border: 1px solid #ed7c00 !important;
  margin-top: 3px;
  padding: 2% !important;
  width: 90% !important;
  height: 20px;
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
  display: block;
  text-align: left;
}

textarea {
  border-radius: 0;
  background-color: #ffffff;
}

input.text, input[type=text], input[type=button] {
  border-radius: 0;
  background-color: #ffffff;
}

select {
  border-radius: 0;
  background-color: #ffffff;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

.seperator {
  border-top: 1px solid #ed7c00 !important;
  margin: 10px 0;
  width: 100%;
}

.radioSelect {
  font-size: 20px;
  padding: 5px 0 5px 0;
}
.radioSelect input {
  width: 20px;
  height: 20px;
}
.radioSelect label {
  cursor: pointer;
}

.beitrag.jobbeitrag {
  padding-bottom: 50px;
}

.jobs_headline {
  background-color: #121212;
  box-sizing: border-box;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.jobs_headline .headline {
  color: #ed7c00;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 36px;
  font-weight: normal;
  text-decoration: none;
}
.jobs_headline .back a {
  color: #ed7c00;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 36px;
  font-weight: normal;
  text-decoration: none;
  font-size: 20px !important;
  display: block;
  padding-top: 17px !important;
}

.job_headline {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
}
.job_headline .back a {
  font-size: 20px !important;
  display: block;
  padding-top: 17px !important;
}
.job_headline .headline,
.job_headline .back a {
  color: #ed7c00;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 36px;
  font-weight: normal;
  text-decoration: none;
}

.jobicon {
  display: inline;
  position: relative;
  top: 4px;
  margin-right: 8px;
}

.stats_mobile {
  display: none;
}

.jobbeitrag {
  width: 80% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin: auto !important;
}
.jobbeitrag a {
  color: #ffffff;
}
.jobbeitrag .claim {
  color: #ed7c00;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0px;
  font-size: 30px;
  font-weight: normal;
  text-decoration: none;
  display: block;
}
.jobbeitrag .claim img {
  max-width: 100%;
}

.jobheader {
  margin-bottom: 50px;
  display: block;
}

.bookJobFlex {
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 1700px;
  margin: auto;
}
.bookJobFlex .bookStats {
  display: block;
  text-decoration: none;
  /*width:50%;*/
  font-size: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  flex-grow: 1;
}
.bookJobFlex .bookButtons {
  display: block;
  text-decoration: none;
  width: 30%;
  padding-top: 39px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.bookJobFlex .bookButtons .price {
  display: flex;
  justify-content: space-between;
}
.bookJobFlex .bookButtons .price .text {
  width: 70%;
  position: relative;
}
.bookJobFlex .bookButtons .price .text span {
  font-size: 18px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 4px;
}
.bookJobFlex .bookButtons a {
  text-decoration: none;
  display: block;
}

.book {
  background-color: #ed7c00;
  height: 50px;
  color: #ffffff;
  margin: 50px auto 0 auto;
  display: block;
  max-width: 400px;
  width: 33%;
  text-decoration: none;
}
.book table {
  width: 100%;
  height: 50px;
}

.bookJobFlex .bookJobItem {
  width: 100%;
  background-color: #ed7c00;
  height: 50px;
  color: #ffffff;
}
.bookJobFlex .bookJobItem table {
  width: 100%;
  height: 50px;
}

.JobStartSeperator {
  border-top: 1px solid #ed7c00 !important;
  margin: 30px 0;
  width: 100%;
}

.jobkats {
  width: 100%;
  display: flex;
}
.jobkats .jobkat {
  width: 33%;
  aspect-ratio: 1.5/1;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.jobkats .jobkat.fahrer {
  background-image: url("../img/job/jobFahrer.jpg");
}
.jobkats .jobkat.mechaniker {
  background-image: url("../img/job/jobWerkstatt.jpeg");
}
.jobkats .jobkat.gewerblicher {
  background-image: url("../img/job/jobGewerbe.jpeg");
}
.jobkats .jobkat.dispo {
  background-image: url("../img/job/jobOffice.jpeg");
}
.jobkats .jobkat:nth-last-of-type(2) {
  margin: 0 0.5% 0 0.5%;
}
.jobkats .jobkat span {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 20px;
  background-image: url(../img/grey_bg.png);
  box-sizing: border-box;
  padding: 5%;
  color: #FFFFFF;
  z-index: 3;
  font-weight: bold;
}

.allJobsKat {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: #121212;
  box-sizing: border-box;
  padding: 10px 10px 0 10px;
}

.allJobsKatItem {
  width: 24%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 10px;
  margin-right: 1.3%;
}
.allJobsKatItem:nth-child(4) {
  margin-right: 0;
}
.allJobsKatItem span {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: url(../img/grey_bg.png);
  box-sizing: border-box;
  padding: 5%;
  color: #FFFFFF;
  z-index: 3;
  font-weight: bold;
  font-size: 13px;
}

.jobsection_02,
.jobsection_03 {
  display: none;
}

.job_next,
.job_back {
  background-color: #ed7c00;
  border: 1px solid #ed7c00;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 1%;
  width: 45%;
  font-weight: 700;
  cursor: pointer;
  color: #000000;
  text-align: center;
}

.job_form_wrapper select {
  height: 55px;
}

.job_back {
  margin-right: 3%;
}
.job_back.inactive {
  opacity: 0;
  cursor: auto;
}

.job_next.inactive {
  opacity: 0;
  cursor: auto;
}

.jobstep {
  cursor: pointer;
  background-color: #121212;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.job_content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ed7c00;
  width: 100%;
}
.job_content li {
  padding: 5px;
  padding-left: 10px;
  font-size: 17px;
  color: #000000;
}
.job_content li:nth-child(odd) {
  background: #FFFFFF;
}
.job_content li:nth-child(even) {
  background: #DBDBDB;
}

.job_done {
  background-color: #DBDBDB;
  padding: 10px 20%;
  width: 100%;
  color: #000;
  font-size: 20px;
  text-align: center;
  box-sizing: border-box;
}

.joblogo {
  max-width: 100%;
  width: auto;
  display: inline;
}

.stats {
  background-color: #ffffff;
}

.job_logo_top td,
.job_stats_list td {
  padding-bottom: 20px;
}

.stats ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.beitrag .firmenprofilprofil td,
.beitrag .stellenanzeige td {
  background-color: #121212;
  width: 100%;
  padding: 20px;
  border-top: 1px solid #ed7c00;
}

.logoTd {
  width: 50%;
}

.logoMob {
  display: none;
}

.logoTd img {
  max-width: 100%;
  width: auto !important;
  max-height: 200px;
}

.stats ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
.stats li {
  padding: 5px;
  padding-left: 10px;
  font-size: 17px;
  color: #000000;
}
.stats li:nth-child(odd) {
  background: #DBDBDB;
}
.stats li:nth-child(even) {
  background: #FFFFFF;
}

.kTitel td {
  border-top: 1px solid #ed7c00;
  color: #ed7c00;
  font-weight: bold;
}

.beitrag .kPerson td,
.beitrag .kTitel td {
  background-color: #121212;
  padding: 10px 20px 10px 20px;
}
.beitrag .kPerson a {
  color: #ffffff;
}

.aboleft textarea {
  border: 1px solid #ed7c00 !important;
  margin-top: 3px;
  padding: 1.5% !important;
  width: 94% !important;
  height: 100px;
  resize: none;
  font-family: Arial;
  font-size: 12px;
}
.aboleft .smalltextarea {
  height: 45px;
  width: 90% !important;
}

.absendenbutton {
  background-color: #ed7c00;
  border: 1px solid #ed7c00;
  float: left;
  font-size: 20px;
  margin-top: 10px;
  padding: 1%;
  width: 400px;
  font-weight: 700;
  cursor: pointer;
}
.absendenbutton.job {
  width: 47%;
}

#vorschau {
  width: 70%;
  position: relative;
  box-sizing: border-box;
  max-width: 1400px;
  margin: 30px auto 30px auto;
}
#vorschau * {
  box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  #vorschau {
    margin-left: initial;
    padding: 0 25px;
    width: 100%;
  }
}
#vorschau h3 {
  width: 100%;
  color: #ed7c00;
  font-weight: 700;
  font-size: 24px;
}
#vorschau .owl-stage {
  display: flex;
  align-items: stretch;
}
#vorschau .owl-item {
  flex-grow: 1;
  align-self: stretch;
}

.kalenderCtaContainer {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .kalenderCtaContainer {
    right: 25px;
  }
}
@media screen and (max-width: 750px) {
  .kalenderCtaContainer {
    position: relative;
    right: unset;
    top: unset;
    justify-content: center;
  }
}
.kalenderCtaContainer .cta {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .kalenderCtaContainer .cta {
    margin-top: 15px;
  }
}

.advent-verstecke img {
  width: 70px;
  float: right;
  margin-top: -10px;
}

.vorschau_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.vorschau_flexitem {
  width: 33%;
  color: #ffffff;
}
.vorschau_flexitem h1 {
  width: 100%;
  color: #ed7c00;
  font-weight: 700;
  font-size: 24px;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 15px;
}

.interrests_headline {
  font-size: 18px;
  font-weight: bold;
  display: block;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 5px;
}

.interrests {
  display: flex;
  margin-bottom: 10px;
  width: 100%;
}
.interrests .interest {
  padding-right: 10px;
  font-size: 15px;
}

.newsletter_flex {
  display: flex;
  margin-bottom: 50px;
}
.newsletter_flex .newsletter_text {
  width: 50%;
  padding: 4px 10px 4px 0;
}
.newsletter_flex .newsletter_form {
  width: 50%;
}
.newsletter_flex .newsletter_form form {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: flex-end;*/
}
.newsletter_flex .newsletter_form input[type=email], .newsletter_flex .newsletter_form input[type=submit] {
  padding: 2% !important;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 16px;
  background: #fafafa;
  border: 1px solid #ed7c00 !important;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-sizing: border-box;
  box-sizing: border-box;
}
.newsletter_flex .newsletter_form .newsletter_check {
  padding-top: 4px;
}
.newsletter_flex .newsletter_form input[type=email] {
  border: 1px solid #ed7c00 !important;
  width: 70% !important;
}
.newsletter_flex .newsletter_form input[type=submit] {
  text-align: center;
  color: #FFFFFF;
  background-color: #ed7c00;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  width: 30%;
}

.newsletter_erfolgreich {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  color: #FFFFFF;
  background-color: #ed7c00;
  font-weight: bold;
  margin-bottom: 50px;
}

#newsletter {
  width: 70%;
  margin-top: 30px;
  margin-left: 15%;
  margin-bottom: 30px;
  color: #ffffff;
}
#newsletter .g-recaptcha {
  width: 100%;
}
#newsletter h3 {
  width: 100%;
  color: #ed7c00;
  font-weight: 700;
  font-size: 24px;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 15px;
}
#newsletter .newsletter_mail {
  width: 50%;
}
#newsletter .newsletter_mail input[type=text] {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ed7c00;
}

#vorschau .vorschauitem {
  /*float:left;
  width:28.7%;*/
  color: #FFFFFF;
  background-color: #1F1F1F;
  padding: 20px;
  display: block;
  text-decoration: none;
  height: 100%;
}
#vorschau .vorschauitem-category {
  margin-top: 25px;
  color: #ed7c00;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
}
#vorschau .vorschauitem p {
  margin: 0;
}
#vorschau .vorschauitem:nth-child(2) {
  margin-left: 0px;
}
#vorschau .vorschauitem:nth-child(3) {
  margin-left: 7%;
}
#vorschau .vorschauitem:nth-child(4) {
  margin-left: 6.9%;
}
#vorschau .vorschauitem h2 {
  margin: 0px 0px 30px 0px;
  padding: 0px;
  color: #FFFFFF;
  font-size: 20px;
  position: relative;
}
#vorschau .vorschauitem h2 span {
  font-size: 15px;
  font-weight: normal;
  padding-top: 10px;
  display: inline-block;
}
#vorschau .vorschauitem h2:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -20px;
  height: 1px;
  width: 70%;
  background-color: #ed7c00;
}

.banner-big {
  width: 70%;
  margin-top: 30px;
  margin-left: 15%;
  margin-bottom: 30px;
}

.banner-left {
  width: 34.5%;
  margin-top: 30px;
  margin-left: 15%;
  margin-bottom: 30px;
  float: left;
}

.banner-right {
  width: 34.5%;
  margin-top: 30px;
  margin-left: 1%;
  margin-bottom: 30px;
  float: left;
}

.banner-middle {
  width: 35%;
  margin-left: 32%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.banner-big img,
.banner-left img,
.banner-right img,
.banner-middle img {
  width: 100%;
}

.gewinnspiel {
  width: 70%;
  margin-top: 30px;
  margin-left: 15%;
  margin-bottom: 30px;
}
.gewinnspiel h1 {
  width: 100%;
  color: #ed7c00;
  font-weight: 700;
  font-size: 24px;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 15px;
}
.gewinnspiel h4 {
  color: #ed7c00;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  margin-bottom: 5px;
}
.gewinnspiel .gewinnspiel-title a {
  color: #ed7c00;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-top: 1.2em;
  margin-bottom: 0;
  display: inline-block;
  text-decoration: none;
}
.gewinnspiel .gewinnspiel-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 15px;
}
.gewinnspiel .gewinnspiel-title .gewinnspiel-title-left {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.gewinnspiel .gewinnspiel-title img {
  max-height: 55px;
  padding: 10px;
  background: #fff;
}
.gewinnspiel .gewinnspiel-title .gewinnspiel-title-right a {
  margin-top: 0px !important;
}
.gewinnspiel.advent {
  position: relative;
}
.gewinnspiel.advent h1 {
  border-bottom: 0;
  padding-bottom: 55px;
}
.gewinnspiel .gewinnspiel_img {
  float: left;
  width: 35%;
}
.gewinnspiel .gewinnspiel_img img {
  width: 100%;
}
.gewinnspiel .gewinnspiel_form {
  float: left;
  width: 45%;
  color: #FFFFFF;
  margin-left: 5%;
}
.gewinnspiel .gewinnspiel_form label {
  padding-bottom: 5px;
  padding-top: 10px;
  display: block;
}
.gewinnspiel .gewinnspiel_form input[type=text], .gewinnspiel .gewinnspiel_form input[type=email], .gewinnspiel .gewinnspiel_form input[type=tel] {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ed7c00;
}
.gewinnspiel .gewinnspiel_form input[type=submit] {
  width: 200px;
  text-align: center;
  color: #FFFFFF;
  background-color: #ed7c00;
  border: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}
.gewinnspiel .gewinnspiel_checkbox_container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.gewinnspiel .gewinnspiel_checkbox_item {
  display: flex;
  margin-right: 20px;
  align-items: baseline;
}

.error {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  color: #FFFFFF;
  background-color: #840002;
  font-weight: bold;
  margin-bottom: 10px;
}

#misswahl,
#truckwahl,
#trophywahl {
  width: 70%;
  margin-top: 40px;
  margin-left: 15%;
  margin-bottom: 30px;
  position: relative;
}

.beitrag #truckwahl {
  width: 100%;
  margin: initial;
}

#misswahl h4,
#truckwahl h4,
#trophywahl h4 {
  color: #ed7c00;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  margin-bottom: 5px;
}

#truckwahl .truckwahl-title a,
#misswahl .misswahl-title a,
#trophywahl .trophywahl-title a {
  color: #ed7c00;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-top: 1.2em;
  margin-bottom: 0.67em;
  display: inline-block;
  text-decoration: none;
}

#truckwahl .truckwahl-title,
#misswahl .misswahl-title,
#trophywahl .trophywahl-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 15px;
}

#truckwahl .truckwahl-title .truckwahl-title-left,
#misswahl .misswahl-title .misswahl-title-left {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

#trophywahl .trophywahl-title .trophywahl-title-left {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  gap: 0px;
}

#truckwahl .truckwahl-title img,
#misswahl .misswahl-title img,
#trophywahl .trophywahl-title img {
  max-height: 55px;
}

#truckwahl .truckwahl-title .truckwahl-title-right img,
#trophywahl .trophywahl-title .trophywahl-title-right img {
  padding: 10px;
  background: #fff;
}

#truckwahl .truckwahl-title .truckwahl-title-right a,
#misswahl .misswahl-title .misswahl-title-right a {
  margin-bottom: 5px !important;
  margin-top: 0px !important;
}

#trophywahl .trophywahl-title .trophywahl-title-right a {
  margin-bottom: 5px !important;
  margin-top: 0px !important;
}
#trophywahl .trophywahl-title .trophywahl-title-left a {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.bewerbung-cta {
  background: #ed7c00;
  color: #fff !important;
  padding: 5px 10px;
  margin: 0 !important;
  margin-bottom: 5px !important;
  font-weight: normal !important;
}

#misswahl .missitem,
#truckwahl .truckitem {
  float: left;
  color: #FFFFFF;
}

#trophywahl .ladyitem {
  float: left;
  color: #FFFFFF;
}
#trophywahl .ladyitem a {
  word-break: break-all;
}

#misswahl .col3 {
  width: 32%;
  margin-right: 1%;
}
#misswahl .col4 {
  width: 24%;
  margin-right: 1%;
}

#truckwahl .col4,
#trophywahl .col4 {
  width: 24%;
  margin-right: 1%;
}

#misswahl .col5,
#truckwahl .col5,
#trophywahl .col5 {
  width: 19%;
  margin-right: 1%;
}

#truckwahl .col6 {
  width: 15.6%;
  margin-right: 1%;
}
#truckwahl .col5:nth-child(n+7),
#truckwahl .col4:nth-child(n+6) {
  padding-top: 4%;
}

#misswahl .missitem .missbild,
#truckwahl .truckitem .truckbild,
#trophywahl .ladyitem .ladybild {
  position: relative;
}

#misswahl .missitem .missbild img,
#truckwahl .truckitem .truckbild img,
#trophywahl .ladyitem .ladybild img {
  width: 100%;
}

/* blink animation (zb für Halbfinale)*/
.truckbild.animation {
  border: 30px double transparent;
  animation: halbfinale-blink 2s infinite;
  -webkit-animation: borderBlinkTopBottom 2s infinite;
  -moz-animation: borderBlinkTopBottom 2s infinite;
  -ms-animation: borderBlinkTopBottom 2s infinite;
  -o-animation: borderBlinkTopBottom 2s infinite;
  animation: borderBlinkTopBottom 2s infinite;
}

@keyframes borderBlinkTopBottom {
  0% {
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
  40% {
    border-top-color: #ed7c00;
    border-bottom-color: #ed7c00;
  }
  80% {
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
  100% {
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
}
#misswahl .missitem .missbild .missname,
#truckwahl .truckitem .truckbild .truckname,
#trophywahl .ladyitem .ladybild .ladyname {
  background-image: url(../img/grey_bg.png);
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding: 5%;
  box-sizing: border-box;
  color: #FFFFFF;
  z-index: 3;
  font-weight: bold;
}

#trophywahl .ladyitem .ladybild .ladyname {
  font-size: 0.7rem;
  padding: 2%;
  font-weight: normal;
}

#misswahl .missitem .votings {
  float: left;
  width: 50%;
}

#truckwahl .truckitem .votings,
#trophywahl .ladyitem .votings {
  margin-top: 20px;
  float: left;
  width: 50%;
}

#misswahl .missitem .votingbutton {
  float: left;
  width: 50%;
  font-weight: bold;
  color: #ed7c00;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #ed7c00;
  box-sizing: border-box;
  background-color: #0F1111;
}

#truckwahl .truckitem .votingbutton {
  margin-top: 20px;
  float: left;
  width: 50%;
  font-weight: bold;
  color: #ed7c00;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #ed7c00;
  box-sizing: border-box;
  background-color: #0F1111;
  cursor: pointer;
}

#trophywahl .ladyitem .votingbutton {
  margin-top: 20px;
  float: left;
  width: 50%;
  font-weight: bold;
  color: #ed7c00;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #ed7c00;
  box-sizing: border-box;
  background-color: #0F1111;
}

#misswahl .missitem .not-active,
#truckwahl .truckitem .not-active,
#trophywahl .ladyitem .not-active {
  border: 2px solid #666666;
  color: #666666;
}

.moblupe {
  width: 25px;
  cursor: pointer;
  display: none;
}

#cookiebar {
  background-color: #363636;
  font-size: 14px;
  line-height: 30px;
  color: #FFFFFF;
  padding: 1%;
  position: fixed;
  bottom: 0px;
  z-index: 10000;
}
#cookiebar a {
  color: #FFFFFF;
}
#cookiebar div {
  background-color: #FFFFFF;
  color: #000000;
  width: 170px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  cursor: pointer;
  margin-top: 12px;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  transition: 0.3s ease-in-out;
}
#cookiebar div:hover {
  color: #FFFFFF;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}

.cleardiv {
  clear: both;
  height: 0px;
}

@media only screen and (max-width: 1280px) {
  .owlSlider {
    max-width: calc(100% - 120px);
    margin: auto;
  }
}
.owlSlider .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
}
.owlSlider .owl-prev img {
  max-width: none !important;
}
.owlSlider .owl-next {
  background: none !important;
  position: absolute;
  transform: translateY(-50%);
}
.owlSlider .owl-next img {
  max-width: none !important;
}
.owlSlider .owl-prev {
  background: none !important;
  position: absolute;
  transform: translateY(-50%);
  left: -60px !important;
}
.owlSlider .owl-next {
  right: -60px !important;
}
.owlSlider .owl-prev.disabled,
.owlSlider .owl-next.disabled {
  visibility: hidden;
}

.gewinnspiel .gewinnspiel_video {
  width: 50%;
  float: left;
}
.gewinnspiel .gewinnspiel_video iframe {
  width: 100%;
}

/*
.subheader{
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: auto;

    @media only screen and (max-width: 800px){
        flex-wrap: wrap;
    }

    .partnerlogos{
        display: flex;
        gap: 15px;
        justify-content: flex-start;
        margin-top: 15px;
        @media only screen and (max-width: 800px){
            width: 100%;
            justify-content: center;
        }
    }

    .etrc{

        @media only screen and (max-width: 800px){
            width: 100%;
        }


    }


}*/
/*RACE RANKING*/
.raceranking {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: auto;
  margin-top: 15px;
}
@media only screen and (max-width: 800px) {
  .raceranking {
    flex-wrap: wrap;
    width: 100%;
  }
}
.raceranking .results {
  text-align: right;
}
@media only screen and (max-width: 800px) {
  .raceranking .results {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}
.raceranking .results .headline a {
  color: #ed7c00;
  font-size: 25px;
  text-decoration: none;
}
@media only screen and (max-width: 1100px) {
  .raceranking .results .headline a {
    font-size: 15px;
  }
}
.raceranking .results .platzierung {
  display: flex;
  margin-top: 10px;
}
@media only screen and (max-width: 800px) {
  .raceranking .results .platzierung {
    justify-content: center;
  }
}
.raceranking .results .platzierung .platz {
  margin: 0 0 0 15px;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}
@media only screen and (max-width: 1100px) {
  .raceranking .results .platzierung .platz {
    font-size: 13px;
  }
}
@media only screen and (max-width: 800px) {
  .raceranking .results .platzierung .platz {
    margin: 0 15px;
  }
}
.raceranking .results .platzierung .platz:before {
  color: #ed7c00;
  font-size: 20px;
  margin-right: 10px;
}
@media only screen and (max-width: 1100px) {
  .raceranking .results .platzierung .platz:before {
    font-size: 13px;
  }
}
.raceranking .results .platzierung .platz:nth-of-type(1):before {
  content: "1.";
}
.raceranking .results .platzierung .platz:nth-of-type(2):before {
  content: "2.";
}
.raceranking .results .platzierung .platz:nth-of-type(3):before {
  content: "3.";
}
.raceranking .results .platzierung .platz .points {
  font-weight: normal;
  font-size: 17px;
}
@media only screen and (max-width: 1100px) {
  .raceranking .results .platzierung .platz .points {
    font-size: 13px;
  }
}
.raceranking .results .platzierung .platz .points:after {
  content: "P)";
}
.raceranking .results .platzierung .platz .points:before {
  content: "(";
}

@media only screen and (max-width: 800px) {
  .nextRace {
    width: 100%;
  }
}
.nextRace .headline {
  font-size: 25px;
}
@media only screen and (max-width: 1100px) {
  .nextRace .headline {
    font-size: 18px;
  }
}
@media only screen and (max-width: 800px) {
  .nextRace .headline {
    text-align: center;
    display: block;
  }
}
.nextRace .countdownRace {
  display: flex;
  align-items: bottom;
}
@media only screen and (max-width: 800px) {
  .nextRace .countdownRace {
    justify-content: center;
  }
}
.nextRace .separator {
  margin: 0 10px;
  font-size: 40px;
  font-weight: 100;
}
@media only screen and (max-width: 1100px) {
  .nextRace .separator {
    font-size: 30px;
  }
}
.nextRace .hl {
  font-size: 40px;
  color: #ed7c00;
}

/*RACE RANKING ENDE*/
.aussteller_beitraege {
  background-color: transparent;
}
.aussteller_beitraege .headline {
  color: #ed7c00;
  margin: 0px;
  margin-top: 20px;
  margin-left: 2%;
  padding: 0px;
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 10px;
  width: 100%;
}
.aussteller_beitraege .beitrag {
  background-color: #121212;
}

.messeplan {
  position: relative;
}
.messeplan .aussteller {
  position: absolute;
  display: block;
}
.messeplan .aussteller.A1 {
  top: 63%;
  left: 21%;
  width: 14%;
  height: 25%;
}
.messeplan .aussteller.A2 {
  top: 74%;
  left: 37%;
  width: 10%;
  height: 14%;
}
.messeplan .aussteller.A3 {
  top: 73%;
  left: 51%;
  width: 12%;
  height: 16%;
}
.messeplan .aussteller.B {
  top: 49%;
  left: 81%;
  width: 14%;
  height: 25%;
}

.MesseHeader {
  max-width: 1400px;
  width: 70%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  /*background-color:#ffffff;*/
  padding: 10px;
}
.MesseHeader .messe_button {
  color: #ed7c00;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  position: relative;
}
.MesseHeader .messe_button:hover {
  background-color: #ed7c00;
  color: #000000;
}
.MesseHeader .messe_button.next_Aussteller::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0;
  height: 0;
  border-left: 20px solid #ed7c00;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  z-index: 100;
  right: -20px;
}
.MesseHeader .messe_button.prev_Aussteller::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0;
  height: 0;
  border-right: 20px solid #ed7c00;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  z-index: 100;
  left: -20px;
}

@media only screen and (max-width: 1500px) {
  .bookJobFlex {
    justify-content: space-between;
  }
  .bookJobFlex .bookButtons {
    width: 40%;
  }
}
@media only screen and (max-width: 1280px) {
  .MesseHeader {
    width: 90%;
  }

  .bookJobFlex .bookStats,
.bookJobFlex .bookButtons {
    width: 100%;
  }

  .stats_mobile {
    display: block;
  }
  .stats_mobile ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 20px 0;
  }

  .job_stats_list {
    display: none;
  }

  .joblogo {
    width: 100%;
  }

  .aboleft select {
    width: 98% !important;
  }
  .aboleft input[type=tel], .aboleft input[type=text], .aboleft input[type=email], .aboleft input[type=date] {
    width: 93% !important;
  }

  .file-upload {
    width: 93% !important;
  }

  #footer .inner {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
  }

  .beitrag {
    width: 96%;
  }
  .beitrag .beitraginhalt {
    width: 100%;
    margin-left: 0;
    padding: 0 15px;
    box-sizing: border-box;
  }

  #misswahl .missitem {
    width: 47.5%;
    margin-bottom: 20px;
    margin-right: 5%;
  }
  #misswahl .missitem:nth-child(2n+3) {
    margin-right: 0px;
  }

  #truckwahl .truckitem,
#trophywahl .ladyitem {
    width: 47.5%;
    margin-bottom: 20px;
    margin-right: 5%;
  }

  #truckwahl .truckitem:nth-child(2n+3),
#trophywahl .ladyitem:nth-child(2n+3) {
    margin-right: 0px;
  }

  #truckwahl .col5:nth-child(n+7),
#trophywahl .col5:nth-child(n+7),
#truckwahl .col4:nth-child(n+6) {
    padding-top: 0;
  }

  .owl-prev img,
.owl-next img {
    max-width: 80% !important;
  }

  .raceranking {
    width: 96%;
    margin-left: 2%;
  }
}
@media only screen and (max-width: 900px) {
  .MesseHeader .messe_button {
    padding: 10px 10px;
    font-size: 13px;
  }

  .iframe_image_nomob {
    display: none;
  }

  .iframe_image_showmob {
    display: block !important;
  }

  .beitrag .kalender_wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .beitrag .kalender_left {
    width: 100%;
    padding-top: 20px;
  }
  .beitrag .kalender_right {
    width: 100%;
  }

  .job_logo_top td img {
    width: 100% !important;
  }

  .interrests {
    flex-wrap: wrap;
  }
  .interrests .interest {
    width: 100%;
  }
  .interrests .interest.cent {
    text-align: center;
  }

  .searchright ul {
    font-size: 12px;
  }
  .searchright li img {
    display: none;
  }

  .book {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }

  .jobs_headline {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .jobs_headline .headline {
    width: 100%;
  }
  .jobs_headline .back {
    width: 100%;
    margin-bottom: 20px;
  }

  .job_headline {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .job_headline .headline,
.job_headline .back {
    width: 100%;
  }

  .aboleft.vonbis {
    width: 50% !important;
    display: none;
  }

  .jobkats {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .jobkats .jobkat {
    width: 100%;
    margin: 10px 0 10px 0;
  }
  .jobkats .jobkat:nth-last-of-type(2) {
    margin: 0px;
  }

  .bookJobFlex {
    flex-wrap: wrap;
  }
  .bookJobFlex a {
    width: 100%;
  }
  .bookJobFlex .bookJobItem {
    margin-bottom: 10px;
  }

  .allJobsKatItem {
    width: 100%;
    margin-bottom: 20px;
  }

  .logoTd {
    display: none;
  }

  .logoMob {
    display: table-cell;
    width: 100%;
  }

  .newsletter_flex {
    flex-wrap: wrap;
  }
  .newsletter_flex .newsletter_text,
.newsletter_flex .newsletter_form {
    width: 100% !important;
    padding-bottom: 10px;
  }

  #truckwahl .truckwahl-title,
#trophywahl .trophywahl-title,
#misswahl .misswahl-title {
    flex-wrap: wrap;
  }

  #truckwahl .truckwahl-title img,
#misswahl .misswahl-title img,
#trophywahl .trophywahl-title img {
    max-height: 35px;
  }

  .bewerbung-cta {
    display: none !important;
  }

  #misswahl .misswahl-title a {
    margin-top: 0;
    font-size: 14px;
  }

  .beitrag .beitraginhalt img {
    width: 100% !important;
  }

  #topvideos #topslider .item .textbox {
    width: 100%;
    left: 0%;
    bottom: 0px;
  }
  #topvideos #topslider .item .textbox h2 {
    font-size: 16px;
    padding: 2%;
    margin-bottom: 0px;
  }
  #topvideos #topslider .item .textbox span {
    display: none;
  }

  .arrowright,
.arrowleft {
    display: none !important;
  }

  #topvideos .circles {
    bottom: 22px;
  }

  #footer .inner .impressum.only-mob {
    display: inline;
  }

  .morevideos .smallvideoitem .textbox {
    position: inherit;
    font-size: 10px;
    font-weight: normal;
  }
  .morevideos .moretoleft,
.morevideos .moretoright {
    display: none !important;
  }

  .beitrag {
    margin-top: 10px;
  }
  .beitrag .beitraginhalt h1 {
    font-size: 26px;
  }

  .searchitem {
    width: 96%;
  }

  .aboleft {
    width: 100%;
  }

  .absendenbutton {
    font-size: 12px;
    padding: 10px;
    width: auto;
  }

  #magazin .magazinimg {
    width: 100%;
  }
  #magazin .magazintext {
    margin-left: 0px;
    width: 100%;
    margin-top: 40px;
  }

  #vorschau .vorschauitem {
    width: 100%;
    margin-left: 0px !important;
    border-bottom: 1px solid #222222;
    margin-top: 10px;
  }

  .gewinnspiel .gewinnspiel_video,
.gewinnspiel .gewinnspiel_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .gewinnspiel .gewinnspiel_form {
    width: 100%;
    margin-left: 0%;
  }
  .gewinnspiel .gewinnspiel-title {
    flex-wrap: wrap;
  }
  .gewinnspiel .gewinnspiel-title img {
    max-height: 35px;
  }

  #misswahl .missitem,
#truckwahl .truckitem,
#trophywahl .ladyitem {
    width: 100%;
    margin-right: 0px;
  }

  .banner-left {
    width: 70%;
  }

  .banner-right,
.banner-middle {
    width: 70%;
    margin-left: 15%;
    margin-top: 0px;
  }

  .owl-prev {
    left: -40px !important;
  }

  .owl-next {
    right: -40px !important;
  }

  .owl-prev img,
.owl-next img {
    max-width: 50% !important;
  }

  .raceranking {
    font-size: 11px;
  }
}
@media only screen and (max-width: 500px) {
  .MesseHeader .messe_button {
    padding: 10px 10px;
    padding: 2.5px 10px;
    text-align: center;
  }

  .widgets {
    padding: 5px;
    border: 1px solid transparent;
    margin-top: 15px;
  }
  .widgets a img {
    width: 27px;
  }
  .widgets a:after {
    display: none;
  }
}
.newsfeed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px 15px;
}
@media screen and (max-width: 600px) {
  .newsfeed {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 10px;
  }
}
.newsfeed .smallvideoitem {
  position: relative;
  text-decoration: none;
  overflow: hidden;
  background-color: #0F1111;
}
.newsfeed .smallvideoitem img {
  width: 100%;
  opacity: 0.6;
  transition: 0.3s ease-in-out all;
}
.newsfeed .smallvideoitem:hover img {
  opacity: 1;
  transition: 0.3s ease-in-out all;
}
.newsfeed .smallvideoitem .textbox {
  background-image: url(../img/grey_bg.png);
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding: 5%;
  box-sizing: border-box;
  color: #FFFFFF;
  z-index: 3;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .newsfeed .smallvideoitem .textbox {
    position: relative;
    font-size: 12px;
  }
}

.responsive-table {
  overflow-x: auto;
  width: 100%;
  color: #000;
  margin-bottom: 30px;
}

.testtable {
  border-spacing: 0px 10px;
  margin: 100px auto 0px auto;
  min-width: 800px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.testtable th {
  color: #ed7c00;
}
.testtable thead th {
  position: relative;
}
.testtable thead th span {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform-origin: bottom left;
  transform: rotate(-45deg);
  display: inline-block;
}
.testtable tbody tr {
  background-color: #F2F2F2;
}
.testtable tbody tr.total {
  background-color: #FEEDDC;
}
.testtable tbody tr.total td {
  padding: 15px 15px;
}
.testtable tbody tr.total td:nth-last-of-type(1):after, .testtable tbody tr.total td:nth-last-of-type(2):after, .testtable tbody tr.total td:nth-last-of-type(3):after {
  display: none;
}
.testtable tbody td {
  padding: 10px 15px;
  text-align: center;
  position: relative;
}
.testtable tbody td:nth-of-type(n+1):after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #ed7c00;
  top: 10px;
  right: 0;
  bottom: 10px;
}
.testtable tbody td:nth-last-of-type(1):after {
  display: none;
}
.testtable tbody h6 {
  color: #ed7c00;
  font-size: 16px;
  margin: 0;
  margin-bottom: 5px;
}

.technischtable {
  border-spacing: 0px 0px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  background-color: #F2F2F2;
  color: black;
  padding: 30px;
}
.technischtable td {
  padding: 10px 20px;
  font-weight: bold;
  vertical-align: top;
}
@media only screen and (max-width: 600px) {
  .technischtable td {
    display: block;
  }
}
.technischtable td + td {
  border-left: 2px solid #ed7c00;
  font-weight: normal;
}
@media only screen and (max-width: 600px) {
  .technischtable td + td {
    border-bottom: 2px solid #ed7c00;
    border-left: initial;
  }
}
@media only screen and (max-width: 600px) {
  .technischtable {
    width: 100%;
    margin: 0;
    display: block;
    max-width: 100%;
    padding: 15px;
  }
  .technischtable tbody,
.technischtable tr,
.technischtable td {
    display: block;
    max-width: 100%;
    word-wrap: break-word;
  }
}

.error-container {
  background-color: #000000;
  padding: 20px;
  text-align: center;
  color: #ffffff;
}

.error-title {
  font-size: 36px;
  margin-bottom: 10px;
  color: #ed7c00;
}

.error-description {
  margin-bottom: 20px;
}

.home-link {
  text-decoration: none;
  color: #ed7c00;
  font-weight: bold;
}

/*ADSERVER START*/
.adserver_infinity {
  margin: 0 !important;
}
.adserver_infinity iframe {
  width: 100% !important;
  max-width: 1400px !important;
  overflow: hidden !important;
  height: 170px;
}

.revive_resposnive_ad {
  margin: 15px 0;
  transform-origin: 0% 0%;
}
.revive_resposnive_ad .desktop img {
  width: 100% !important;
  height: inherit !important;
  max-width: 1400px;
  margin: auto;
}
.revive_resposnive_ad.adserver_prime .desktop img, .revive_resposnive_ad.adserver_up_prime .desktop img {
  width: 70% !important;
  height: inherit !important;
  max-width: 970px;
  margin: auto;
}
.revive_resposnive_ad .mobile img, .revive_resposnive_ad.adserver_prime .mobile img, .revive_resposnive_ad.adserver_up_prime .mobile img {
  max-width: 100%;
  height: inherit;
}

.adserver_sidebar.sticky {
  position: fixed;
  right: 0;
  top: 0;
}

.master_content.fullsize {
  width: 100% !important;
}

.revive_resposnive_ad.adserver_superplus {
  margin-top: 30px !important;
}
.revive_resposnive_ad.adserver_sidebar {
  padding-top: 0px !important;
  margin-top: 0px !important;
}
.revive_resposnive_ad.adserver_superplus, .revive_resposnive_ad.adserver_super {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 0 25px;
  box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
  .revive_resposnive_ad.adserver_superplus, .revive_resposnive_ad.adserver_super {
    width: 100%;
    margin: auto;
  }
}

/*ADSERVER END*/
/*Multiselect Anfang*/
.multi--hidden {
  display: none;
}

.multi {
  border: 1px solid #ec6708 !important;
  margin-top: 3px;
  width: 94% !important;
}

.dark button,
.dark .dropdown {
  background-color: black;
  color: white;
}
.dark .selected {
  color: #00EE00;
}
.dark .selected::after {
  filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}

.multi__display {
  overflow: hidden;
  width: 100%;
  font-family: sans-serif;
  /* border: 1px solid transparent; */
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #f8f9fa;
  padding: 0.475rem 0.75rem;
  line-height: 1.5;
  font-size: 14px;
  border-radius: 0.25%;
  position: relative;
  text-align: left;
  white-space: nowrap;
}

.multi__dropdown-toggle {
  background-color: #dae0e5;
}

.multi__display::after {
  background: url(../img/svg/angle-down-light.svg);
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 15px;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.multi__inner {
  width: 180px;
  overflow: hidden;
}

.multi__dropdown {
  background-color: #ffffff;
  font-family: sans-serif;
  border-left: 1px solid #ec6708;
  border-right: 1px solid #ec6708;
  border-bottom: 1px solid #ec6708;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  overflow-y: auto;
  color: #000000;
}
.multi__dropdown ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 15px;
  min-height: 100px;
}

.multi__li-item {
  cursor: pointer;
}

.multi__li-item--selected {
  color: #ec6708;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.multi__li-item--selected::after {
  background: url(../img/svg/check-light.svg);
  display: inline-block;
  width: 0.35em;
  height: 0.4em;
  font-size: 3.5em;
  /* position: absolute; */
  right: 10px;
  /* top: 15px; */
  content: "";
  /* border-width: 0 .26em .26em 0; */
}

/*Multiselect Ende*/
.colorBlink {
  animation: 2s colorBlink infinite linear;
}

@keyframes colorBlink {
  0% {
    color: #ffffff;
  }
  40% {
    color: #ed7c00;
  }
  60% {
    color: #ed7c00;
  }
  100% {
    color: #ffffff;
  }
}
/*FROALA START*/
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

img.fr-rounded,
.fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

img.fr-bordered,
.fr-img-caption.fr-bordered img {
  border: solid 5px #CCC;
}

img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img.fr-shadow,
.fr-img-caption.fr-shadow img {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.fr-view span[style~="color:"] a {
  color: inherit;
}
.fr-view strong {
  font-weight: 700;
}
.fr-view table {
  border: 0;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}
.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
  border-style: dashed;
}
.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}
.fr-view table td,
.fr-view table th {
  border: 1px solid #ddd;
}
.fr-view table td:empty,
.fr-view table th:empty {
  height: 20px;
}
.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
  border: 1px double red;
}
.fr-view table td.fr-thick {
  border-width: 2px;
}
.fr-view table th {
  background: #e6e6e6;
}
.fr-view table th.fr-thick {
  border-width: 2px;
}
.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  page-break-after: always;
}
.fr-view .fr-file {
  position: relative;
}
.fr-view .fr-file::after {
  position: relative;
  content: "📎";
  font-weight: 400;
}
.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.fr-view[dir=rtl] blockquote {
  border-left: 0;
  border-right: solid 2px #5e35b1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0;
}
.fr-view[dir=rtl] blockquote blockquote {
  border-color: #00bcd4;
}
.fr-view[dir=rtl] blockquote blockquote blockquote {
  border-color: #43a047;
}
.fr-view blockquote {
  border-left: solid 2px #5e35b1;
  margin-left: 0;
  padding-left: 5px;
  color: #5e35b1;
}
.fr-view blockquote blockquote {
  border-color: #00bcd4;
  color: #00bcd4;
}
.fr-view blockquote blockquote blockquote {
  border-color: #43a047;
  color: #43a047;
}
.fr-view span.fr-emoticon {
  font-weight: 400;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
  display: inline;
  line-height: 0;
}
.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
}
.fr-view .fr-text-gray {
  color: #AAA !important;
}
.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}
.fr-view .fr-text-spaced {
  letter-spacing: 1px;
}
.fr-view .fr-text-uppercase {
  text-transform: uppercase;
}
.fr-view img,
.fr-view span.fr-img-caption {
  position: relative;
  max-width: 100%;
}
.fr-view img.fr-dib,
.fr-view span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
.fr-view img.fr-dib.fr-fil,
.fr-view span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
.fr-view img.fr-dib.fr-fir,
.fr-view span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
.fr-view img.fr-dii,
.fr-view span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
.fr-view img.fr-dii.fr-fil,
.fr-view span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
.fr-view img.fr-dii.fr-fir,
.fr-view span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}
.fr-view .fr-video {
  text-align: center;
  position: relative;
}
.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: 0;
}
.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both;
}
.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}
.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}
.fr-view .fr-video.fr-dvi {
  display: inline-block;
}
.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left;
}
.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right;
}
.fr-view a.fr-strong {
  font-weight: 700;
}
.fr-view a.fr-green {
  color: green;
}
.fr-view .fr-img-caption {
  text-align: center;
}
.fr-view .fr-img-caption .fr-img-wrap {
  padding: 0;
  display: inline-block;
  margin: auto;
  text-align: center;
}
.fr-view .fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
}
.fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "alpha(Opacity=0)";
  width: 100%;
  text-align: center;
}
.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
  font-size: 24px;
}

a.fr-view.fr-strong {
  font-weight: 700;
}
a.fr-view.fr-green {
  color: green;
}

img.fr-view,
span.fr-img-caption.fr-view {
  position: relative;
  max-width: 100%;
}
img.fr-view.fr-dib,
span.fr-img-caption.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
img.fr-view.fr-dib.fr-fil,
span.fr-img-caption.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
img.fr-view.fr-dib.fr-fir,
span.fr-img-caption.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
img.fr-view.fr-dii,
span.fr-img-caption.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
img.fr-view.fr-dii.fr-fil,
span.fr-img-caption.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
img.fr-view.fr-dii.fr-fir,
span.fr-img-caption.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

/*FROALA END*/
/* Kalender 2025 Startseite Blink Button Start */
.kalender-blink-button {
  transition: background-color 0.3s, transform 0.3s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: block;
  width: fit-content;
  border-radius: 3px;
  margin: 0 !important;
}
.kalender-blink-button:hover {
  background-color: #f4971e;
  transform: scale(1.05);
}
.kalender-blink-button:active {
  transform: scale(0.95);
}

/* Hover- und Aktiv-Animationen */
@keyframes pulsieren {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.kalender-blink-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 70%;
  margin: auto;
  margin-top: 15px;
}

.kalender-blink-button {
  animation: pulsieren 2s 2;
  animation-delay: 3s;
}

/* Kalender 2025 Startseite Blink Button End */
/* Gewinnspiel Lichterkette Advent Start */
.lightrope {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  margin: -15px 0 0 0;
  padding: 0;
  pointer-events: none;
  width: 100%;
  margin-top: -80px;
}
.lightrope li {
  position: relative;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 12px;
  height: 28px;
  border-radius: 50%;
  margin: 20px;
  display: inline-block;
  background: #00f7a5;
  box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
  -webkit-animation-name: flash-1;
  animation-name: flash-1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.lightrope li:nth-child(2n+1) {
  background: aqua;
  box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.5);
  -webkit-animation-name: flash-2;
  animation-name: flash-2;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.lightrope li:nth-child(4n+2) {
  background: #f70094;
  box-shadow: 0px 4.6666666667px 24px 3px #f70094;
  -webkit-animation-name: flash-3;
  animation-name: flash-3;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}
.lightrope li:nth-child(odd) {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}
.lightrope li:nth-child(3n+1) {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}
.lightrope li:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 9.3333333333px;
  border-radius: 3px;
  top: -4.6666666667px;
  left: 1px;
}
.lightrope li:after {
  content: "";
  top: -14px;
  left: 9px;
  position: absolute;
  width: 52px;
  height: 18.6666666667px;
  border-bottom: solid #222 2px;
  border-radius: 50%;
}
.lightrope li:last-child:after {
  content: none;
}
.lightrope li:first-child {
  margin-left: -40px;
}

@-webkit-keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}
@keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}
@-webkit-keyframes flash-2 {
  0%, 100% {
    background: #ec7c02;
    box-shadow: 0px 4.6666666667px 24px 3px #ec7c02;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(236, 124, 2, 0.2);
  }
}
@keyframes flash-2 {
  0%, 100% {
    background: #ec7c02;
    box-shadow: 0px 4.6666666667px 24px 3px #ec7c02;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(236, 124, 2, 0.2);
  }
}
@-webkit-keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    box-shadow: 0px 4.6666666667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}
@keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    box-shadow: 0px 4.6666666667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}
/* Gewinnspiel Lichterkette Advent END */
/* Share Buttons Start */
#share-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
}

#share-buttons-label {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 5px;
  color: #ffffff;
}

#share-buttons button {
  /*
  background-color: #313131;
  box-shadow: 0 2px 0 #242424, 1px 4px 2px rgba(0,0,0,0.2);
  */
  background-color: #aaa;
  border: none;
  border-radius: 24px;
  box-shadow: 0 2px 0 #888, 1px 4px 2px rgba(0, 0, 0, 0.2);
  color: white;
  display: block;
  font-size: 0.85em;
  font-weight: 300;
  outline: none;
  padding: 0.5rem 1rem;
  position: relative;
  overflow: hidden;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
#share-buttons button svg {
  fill: #fff;
  width: 15px;
  height: 15px;
}
#share-buttons button:hover {
  transform: scale(1.05);
}
#share-buttons button[data-sharer=facebook] {
  background-color: #3b5998;
  box-shadow: 0 2px 0 #224389, 1px 4px 2px rgba(0, 0, 0, 0.2);
}
#share-buttons button[data-sharer=linkedin] {
  background-color: #007AB5;
  box-shadow: 0 2px 0 #005E8C, 1px 4px 2px rgba(0, 0, 0, 0.2);
}
#share-buttons button[data-sharer=email] {
  background-color: #444;
  box-shadow: 0 2px 0 #222, 1px 4px 2px rgba(0, 0, 0, 0.2);
}
#share-buttons button[data-sharer=whatsapp] {
  background-color: #4DC247;
  box-shadow: 0 2px 0 #30AF29, 1px 4px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 600px) {
  #share-buttons button span {
    display: none;
  }
}

/* Share Buttons End */
/* Kategorie Beiträge Start */
.category-footer {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0px 0 50px 0;
}
.category-footer .loader {
  display: none;
  width: 60px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side, #fff 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: calc(100%/3) 50%;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}
.category-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 100px;
  padding: 20px 0 50px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 1400px) {
  .category-items {
    gap: 30px 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .category-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .category-items {
    gap: 30px 20px;
    grid-template-columns: repeat(1, 1fr);
    padding: 20px 50px;
    width: 100%;
  }
  .category-items img {
    width: 100%;
  }
}

.category-items-wrapper {
  max-width: 1400px;
  width: 70%;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .category-items-wrapper {
    width: 100%;
  }
}
.category-items-wrapper h4 {
  color: #ed7c00;
  font-weight: 700;
  margin: 18px 0;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  font-size: 24px;
}
@media only screen and (max-width: 600px) {
  .category-items-wrapper h4 {
    padding: 0 50px;
  }
}

.category-item {
  text-decoration: none;
  overflow: hidden;
  background-color: #000000;
  display: block;
  position: relative;
}
.category-item img {
  width: 100%;
  opacity: 0.6;
  transition: 0.3s ease-in-out all;
}
.category-item:hover img {
  opacity: 1;
  transition: 0.3s ease-in-out all;
}
.category-item .textbox {
  background-image: url(../img/grey_bg.png);
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding: 5%;
  box-sizing: border-box;
  color: #FFFFFF;
  z-index: 3;
  font-weight: bold;
}

/* Kategorie Beiträge End */
/* NEUE TOP ROW Start */
:root {
  --burger-height: 20px;
  --burger-width: 30px;
  --burger-stroke: 3px;
  --search-size: 55px;
  --border-size: 2px;
  --nav-gap: 1.5rem;
  --newsfeed-gap: 25px;
  --1truckOrange: #ed7c00;
}

@media only screen and (max-width: 850px) {
  :root {
    --search-size: 40px;
    --border-size: 2px;
  }
}
@media only screen and (max-width: 660px) {
  :root {
    --burger-height: 35px;
    --burger-width: 45px;
  }
}
#toprow {
  background-color: #fff;
}
#toprow * {
  box-sizing: border-box;
}
#toprow .header {
  border-bottom: 1px solid #5f5f5f;
}
#toprow .header .inner {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem 1rem;
}
@media only screen and (max-width: 600px) {
  #toprow .header .inner {
    gap: 1rem;
  }
}
@media only screen and (max-width: 500px) {
  #toprow .header .inner {
    flex-wrap: wrap;
    padding: 1rem 0.8rem;
    gap: 0.8rem;
    justify-content: center;
    align-items: center;
  }
}
#toprow .header .inner .left .logo a {
  display: block;
}
#toprow .header .inner .left .logo img {
  display: block;
}
@media only screen and (max-width: 1000px) {
  #toprow .header .inner .left .logo img {
    width: 205px;
  }
}
#toprow .header .inner .right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 500px) {
  #toprow .header .inner .right {
    gap: 0.5rem;
  }
}
#toprow .header .inner .right .buttons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 100%;
}
#toprow .header .inner .right .buttons .button a {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
}
@media only screen and (max-width: 850px) {
  #toprow .header .inner .right .buttons .button a {
    width: 45px;
    height: 45px;
  }
}
#toprow .header .inner .right .buttons .button a:hover::after {
  opacity: 1;
}
#toprow .header .inner .right .buttons .button a:after {
  content: attr(data-name);
  color: #000;
  text-decoration: none;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: -16px;
  width: 100;
  font-size: 10px;
  background-color: #fff;
  padding: 2px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#toprow .header .inner .right .buttons .button a img {
  max-width: 100%;
}
#toprow .inner {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}
#toprow .inner .burger-menu {
  position: relative;
  display: flex;
  align-items: center;
}
#toprow .inner .burger-menu .burger-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: var(--burger-width);
  height: var(--burger-height);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
#toprow .inner .burger-menu .burger-toggle span {
  display: block;
  width: 100%;
  height: var(--burger-stroke);
  background-color: #000;
  transition: all 0.3s ease-in-out;
  transform-origin: center center;
}
#toprow .inner .burger-menu .burger-toggle.active span {
  background-color: var(--1truckOrange);
}
#toprow .inner .burger-menu .burger-toggle.active span:nth-child(1) {
  transform: translateY(calc((var(--burger-height) / 2) - (var(--burger-stroke) / 2))) rotate(45deg);
}
#toprow .inner .burger-menu .burger-toggle.active span:nth-child(2) {
  opacity: 0;
}
#toprow .inner .burger-menu .burger-toggle.active span:nth-child(3) {
  transform: translateY(calc(((var(--burger-height) / 2) - (var(--burger-stroke) / 2)) * -1)) rotate(-45deg);
}
#toprow .inner .search-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--search-size);
  /* Höhe des initialen Kreises */
}
#toprow .inner .search-container * {
  box-sizing: revert-layer;
}
#toprow .inner .search-container-mobile {
  width: 100%;
  height: var(--search-size);
  width: 90%;
  border: var(--border-size) solid #000;
  /* Schwarzer Rand */
  border-radius: calc(var(--search-size) - (var(--border-size) * 2));
  /* Runde Ecken (Kreisform) */
  background-color: #fff;
  overflow: hidden;
  margin: 0.5rem auto;
}
@media only screen and (min-width: 500px) {
  #toprow .inner .search-container-mobile {
    display: none;
  }
}
#toprow .inner .search-container-mobile .search-input {
  border: none;
  outline: none;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 20px;
  background-color: transparent;
  width: 100%;
  color: #000;
  height: 100%;
  opacity: 1;
}
#toprow .inner .search-form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(var(--search-size) - (var(--border-size) * 2));
  width: calc(var(--search-size) - (var(--border-size) * 2));
  /* Initiale Breite (Kreis) */
  border: var(--border-size) solid #000;
  /* Schwarzer Rand */
  border-radius: calc(var(--search-size) - (var(--border-size) * 2));
  /* Runde Ecken (Kreisform) */
  background-color: #fff;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
  /* Animation beim Öffnen */
}
#toprow .inner .search-form.mobileOpen {
  border-color: #ed7c00;
}
#toprow .inner .search-form.open {
  width: 200px;
  /* Breite des geöffneten Suchfelds */
  border-color: var(--1truckOrange);
  /* Farbe des Randes beim Fokus */
}
@media only screen and (max-width: 850px) {
  #toprow .inner .search-form.open {
    width: 150px;
  }
}
@media only screen and (max-width: 500px) {
  #toprow .inner .search-form.open {
    width: calc(var(--search-size) - (var(--border-size) * 2));
    /* Initiale Breite (Kreis) */
  }
}
#toprow .inner .search-form.open .search-input {
  opacity: 1;
  /* Sichtbar beim Fokus */
  width: 100%;
  /* Breite des Eingabefelds */
}
@media only screen and (max-width: 500px) {
  #toprow .inner .search-form.open .search-input {
    opacity: 0;
    width: 0%;
  }
}
#toprow .inner .search-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 20px;
  background-color: transparent;
  opacity: 0;
  /* Unsichtbar im initialen Zustand */
  transition: opacity 0.3s ease-in-out;
  width: 0;
  /* Keine Breite im initialen Zustand */
}
#toprow .inner .search-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--search-size) - (var(--border-size) * 2));
  height: calc(var(--search-size) - (var(--border-size) * 2));
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#toprow .inner .search-button img {
  max-width: 60%;
  max-height: 60%;
}

/*
#main-navigation {
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 -2px 20px rgba(0, 0, 0, 0.1);

    .inner {
        display: flex;
        flex-direction: row;
        gap: var(--nav-gap);
        max-width: 1400px;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    a {
        text-decoration: none;
        color: #000;
        font-size: 1rem;
        transition: color 0.3s;
        position: relative;

        @media only screen and (max-width: 660px) {
            font-size: .8rem;
            font-weight: 500;
        }

        &:hover {
            color: var(--1truckOrange);
        }

        &::after {
            content: '';
            display: block;
            width: 1px; 
            height: 100%; 
            background-color: #ccc;
            position: absolute;
            right: calc(var(--nav-gap) / 2 * -1); 
            top: 0;
        }

        &:last-child::after {
            display: none;
        }
    }

    &.hidden {
        display: none;
    }
}*/
/* NEUE TOP ROW End */
/* POST FEED Start */
.post-feed {
  width: 70%;
  max-width: 1400px;
  margin: auto;
  box-sizing: border-box;
}
.post-feed * {
  box-sizing: border-box;
}
@media only screen and (max-width: 1400px) {
  .post-feed {
    width: 100%;
    padding: 25px;
  }
}
.post-feed h3 {
  width: 100%;
  color: #ed7c00;
  font-weight: 700;
  font-size: 24px;
}
.post-feed-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0 var(--newsfeed-gap);
}
.post-feed-wrapper .revive_resposnive_ad {
  width: 100%;
}
.post-feed-item {
  --itemBodyPadding: 20px;
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  margin: 10px 0;
  transition: background-color 0.3s ease-in-out;
}
.post-feed-item:hover {
  background-color: #1F1F1F;
}
.post-feed-item:hover .post-feed-item-visual img {
  transform: scale(1.05);
}
@media screen and (min-width: 1401px) {
  .post-feed-item {
    width: calc(25% - (var(--newsfeed-gap) * 3) / 4);
  }
}
@media screen and (max-width: 1400px) {
  .post-feed-item {
    width: calc(33.3% - (var(--newsfeed-gap) * 2) / 3);
  }
}
@media screen and (max-width: 750px) {
  .post-feed-item {
    width: 100%;
  }
}
.post-feed-item-visual {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  flex-shrink: 0;
}
.post-feed-item-visual img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}
.post-feed-item-visual.video {
  position: relative;
}
.post-feed-item-visual.video:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/play.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
}
.post-feed-item-body {
  padding: 20px var(--itemBodyPadding);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.post-feed-item-body h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  text-decoration: none !important;
}
.post-feed-item-body p {
  display: none;
  margin-top: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  /* Adjust the number of lines as needed */
  -webkit-box-orient: vertical;
  max-height: 100px;
  text-decoration: none !important;
}
.post-feed-item-meta {
  display: flex;
  margin-top: 0px;
  gap: 2rem;
}
.post-feed-item-date {
  color: #8E8E8E;
  font-size: 15px;
}
@media screen and (max-width: 1400px) {
  .post-feed-item-date {
    font-size: 13px;
  }
}
.post-feed-item-category a {
  color: #ED7C02;
  font-size: 15px;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .post-feed-item-category a {
    font-size: 13px;
  }
}
.post-feed-item-category a:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ED7C02;
  position: absolute;
  left: -1rem;
  top: 0;
}
@media screen and (min-width: 1401px) {
  .post-feed:not(.subsite) .post-feed-item:nth-child(-n+3) {
    background-color: #1F1F1F;
    width: calc(33.3% - (var(--newsfeed-gap) * 2) / 3);
    --itemBodyPadding: 20px;
  }
  .post-feed:not(.subsite) .post-feed-item:nth-child(-n+3) p {
    display: -webkit-box;
  }
  .post-feed:not(.subsite) .post-feed-item:nth-child(-n+3) h4 {
    font-size: 30px;
  }
  .post-feed:not(.subsite) .post-feed-item:nth-child(-n+3) .post-feed-item-meta {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .post-feed:not(.subsite) .post-feed-item:nth-child(-n+2) {
    background-color: #1F1F1F;
    width: calc(50% - (var(--newsfeed-gap)) / 2);
    --itemBodyPadding: 20px;
  }
  .post-feed:not(.subsite) .post-feed-item:nth-child(-n+2) p {
    display: -webkit-box;
  }
  .post-feed:not(.subsite) .post-feed-item:nth-child(-n+2) h4 {
    font-size: 30px;
  }
  .post-feed:not(.subsite) .post-feed-item:nth-child(-n+2) .post-feed-item-meta {
    margin-top: 25px;
  }
}
@media screen and (max-width: 750px) {
  .post-feed:not(.subsite) .post-feed-item:nth-child(-n+3) {
    background-color: #1F1F1F;
    width: 100%;
    --itemBodyPadding: 20px;
  }
  .post-feed:not(.subsite) .post-feed-item:nth-child(-n+3) p {
    display: -webkit-box;
  }
  .post-feed:not(.subsite) .post-feed-item:nth-child(-n+3) h4 {
    font-size: 30px;
  }
  .post-feed:not(.subsite) .post-feed-item:nth-child(-n+3) .post-feed-item-meta {
    margin-top: 25px;
  }
}
.post-feed-visual {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  flex-shrink: 0;
}
.post-feed-visual img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}
.post-feed-visual.video {
  position: relative;
}
.post-feed-visual.video:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/play.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
}
.post-feed-body {
  padding: 20px var(--itemBodyPadding);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.post-feed-body h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  text-decoration: none !important;
}
.post-feed-body p {
  display: none;
  margin-top: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  /* Adjust the number of lines as needed */
  -webkit-box-orient: vertical;
  max-height: 100px;
  text-decoration: none !important;
}
.post-feed-meta {
  display: flex;
  margin-top: 0px;
  gap: 2rem;
}
.post-feed-date {
  color: #8E8E8E;
  font-size: 15px;
}
@media screen and (max-width: 1400px) {
  .post-feed-date {
    font-size: 13px;
  }
}
.post-feed-category a {
  color: #ED7C02;
  font-size: 15px;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .post-feed-category a {
    font-size: 13px;
  }
}
.post-feed-category a:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ED7C02;
  position: absolute;
  left: -1rem;
  top: 0;
}
.post-feed-loadmore {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

/* POST FEED End */
.sticky-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  display: flex;
  justify-content: center;
  padding: 1rem 1rem;
  box-sizing: border-box;
}
.sticky-buttons .buttons {
  display: flex;
  gap: 0 1rem;
}
@media only screen and (max-width: 1000px) {
  .sticky-buttons .buttons {
    gap: 0 0.2rem;
  }
}
.sticky-buttons .buttons .button a {
  display: block;
  width: 28px;
  height: 28px;
  position: relative;
}
.sticky-buttons .buttons .button a.bus {
  width: auto;
  border-radius: 28px;
  overflow: hidden;
}
.sticky-buttons .buttons .button a.bus img {
  height: 28px;
}
.sticky-buttons .buttons .button a:hover::after {
  opacity: 1;
  visibility: visible;
}
.sticky-buttons .buttons .button a:after {
  content: attr(data-name);
  color: #000;
  text-decoration: none;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: fit-content;
  font-size: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 1000;
  visibility: hidden;
  min-width: 100%;
  text-align: center;
}
.sticky-buttons .buttons .button a img {
  max-width: 100%;
}

.navigation {
  max-width: 1400px;
  margin: auto;
  padding: 1rem 1rem;
}
.navigation.sub {
  padding-top: 0;
}
.navigation.sub nav {
  justify-content: center;
  background-color: #0F1111;
}
.navigation.sub .menu-item {
  background-color: #ffffff;
  color: #000000;
}
.navigation nav {
  display: flex;
  flex-wrap: nowrap;
  background-color: #fff;
  position: relative;
}
.navigation .menu-item {
  background-color: #000;
  color: #fff;
  padding: 7px 10px 5px 10px;
  text-decoration: none;
  border-radius: 3px;
  white-space: nowrap;
  margin-right: 5px;
  font-size: 14px;
}
.navigation .menu-item.active {
  color: #ed7c00;
}
.navigation .menu-item:hover {
  background-color: #ed7c00;
  color: #fff;
}
.navigation .burger-button {
  width: 40px;
  height: 28px;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  padding-left: 10px;
}
.navigation .burger-button.open {
  transform: translateX(10px);
  padding-left: 0;
}
.navigation .burger-button.open span:nth-child(1) {
  transform: rotate(45deg) translate(-2px, 0px);
  transform-origin: center left;
}
.navigation .burger-button.open span:nth-child(2) {
  opacity: 0;
}
.navigation .burger-button.open span:nth-child(3) {
  transform: rotate(-45deg) translate(-2px, 0px);
  transform-origin: center left;
}
.navigation .burger-button.open span {
  background-color: #ed7c00;
}
.navigation .burger-button span {
  background-color: #000;
  height: 3px;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.navigation .more-menu {
  display: none;
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px;
  z-index: 1000;
}
@media only screen and (max-width: 500px) {
  .navigation .more-menu {
    right: -1rem;
  }
}
.navigation .more-menu.show {
  display: block;
}
.navigation .more-menu a {
  display: block;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 3px;
  margin-bottom: 5px;
}
.navigation .more-menu a:last-child {
  margin-bottom: 0;
}
.navigation .more-menu a.active {
  color: #ed7c00;
}
.navigation .more-menu a:hover {
  background-color: #ed7c00;
  color: #fff;
}