@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: "Ubuntu", sans-serif;
}

h5 {
  margin: 0;
  padding: 0;
}

body {
  background-color: #ffffff;
  font-size: 14px;
}

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

.audioplayer {
  width: 100%;
}

input:focus {
  outline: none;
}

img {
  border: 0px;
}

.master_flex {
  width: 100%;
}

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

.mediadata_cover {
  display: block;
  width: 220px;
  margin: 15px;
  box-sizing: border-box;
  cursor: pointer;
}

.mediadata_cover.light {
  border: 1px solid #000000;
}

.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;
}

.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: #000000;
  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 {
  background-image: url(../img/verlauf_re.png);
  width: 7.8%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  background-size: 100%;
}

.verlauf_li {
  background-image: url(../img/verlauf_li.png);
  width: 7.8%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 10;
  position: absolute;
  background-size: 100%;
}

#toprow nav {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #eaeaea;
  width: 100%;
  z-index: 100;
  display: none;
}

#toprow nav div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#toprow nav a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  padding-left: 1%;
  padding-right: 1%;
  box-sizing: border-box;
  color: #000000;
  font-size: 16px;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 8px;
  float: left;
  transition: 0.3s ease-in-out all;
  text-transform: uppercase;
}

#toprow nav a:hover {
  background-color: #CCCCCC;
  transition: 0.3s ease-in-out all;
}

#toprow nav .toplink {
  font-weight: 700;
  font-size: 20px;
  border-bottom: 2px solid #000000;
  margin-bottom: 0px;
  flex-grow: 1;
}

#toprow nav .toplink:hover {
  background-color: #FFFFFF;
}

#toprow {
  height: 120px;
  background-color: #000000;
  width: 100%;
  position: relative;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
}

#toprow .inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

#toprow .inner .logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

#toprow .inner .logo-secondary {
  margin-right: auto;
}

#toprow .inner a {
  display: block;
}

#toprow .inner #logo {
  float: left;
}

#toprow .inner #logo_1truck {
  width: 150px;
}

#burger {
  width: 64px;
  height: 48px;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#burger .stripe {
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: 0.2s all linear;
}

#burger .stripe:nth-child(1) {
  transform-origin: 0% 50%;
}

#burger .stripe:nth-child(3) {
  transform-origin: 0% 50%;
}

#burger.active .stripe:nth-child(1) {
  transform: rotate(45deg);
}

#burger.active .stripe:nth-child(2) {
  opacity: 0;
}

#burger.active .stripe:nth-child(3) {
  transform: rotate(-45deg);
}

#suche {
  border: 0px;
  border-bottom: 3px solid #ffffff;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
  color: #fff;
  width: 100%;
}

.suche-wrapper {
  width: 15%;
  margin-right: 2rem;
}

.suchdiv {
  width: 100%;
  position: relative;
  z-index: 1000;
}

.suchdiv::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  right: 0px;
  top: 0px;
  background-image: url(../img/lupe_2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
}

.widgets {
  margin-top: 9px;
  border: 2px solid transparent;
  padding: 10px 0px;
  box-sizing: border-box;
  display: flex;
}
@media only screen and (max-width: 1800px) {
  .widgets {
    padding: 7px 0px;
  }
}
@media only screen and (max-width: 750px) {
  .widgets {
    gap: 5px;
  }
}

.widgets.asfinag {
  -webkit-animation: borderBlink 3s infinite;
  -moz-animation: borderBlink 3s infinite;
  -ms-animation: borderBlink 3s infinite;
  -o-animation: borderBlink 3s infinite;
  animation: borderBlink 3s infinite;
  border: 2px solid;
}

.widgets a {
  display: block;
  margin-left: 7px;
  margin-right: 7px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .widgets a {
    margin: 0;
  }
}

.widgets a:after {
  color: #000000;
  text-decoration: none;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 100;
  font-size: 10px;
  background-color: #ffffff;
  padding: 2px;
  box-sizing: border-box;
}

.widgets a:hover:after {
  content: attr(data-name);
}

.widgets.bigger a img {
  width: 60px;
}

.widgets a img {
  width: 40px;
  display: block;
}

.interactionElements {
  display: flex;
  justify-content: flex-end;
  width: auto;
  margin-left: auto;
  align-items: center;
}

.social {
  padding-right: 10px;
  margin-top: 21px;
  display: flex;
}

.social a {
  display: block;
  float: left;
  margin-left: 7px;
  margin-right: 7px;
}

#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: #eaeaea;
}

.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 .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: 0;
}
#topslider .owl-nav .disabled {
  opacity: 0;
}
#topslider .owl-next,
#topslider .owl-prev {
  background: none !important;
  position: absolute;
  transform: translateY(-50%);
}
#topslider .owl-prev {
  left: 165px !important;
}
#topslider .owl-next {
  right: 165px !important;
}
#topslider .owl-dots {
  margin: 15px 0;
}
#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;
}

.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: #000000;
  z-index: 3;
  font-size: 14px;
}

#topvideos #topslider .item .textbox a {
  color: #000000;
}

#topvideos #topslider .item h2 {
  color: #000000;
  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: #eaeaea;
  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,
.morevideos .morevideosslider .owl-prev {
  background: none !important;
  position: absolute;
  transform: translateY(-50%);
}
.morevideos .morevideosslider .owl-prev {
  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;
}
@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 .moretoleft {
  position: absolute;
  right: 11.5%;
  margin-top: -5px;
  top: 50%;
  cursor: pointer;
  width: 2%;
  text-align: center;
  z-index: 10;
}

.morevideos .moretoleft img,
.morevideos .moretoright 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 .smallvideoitem {
  position: relative;
  text-decoration: none;
  overflow: hidden;
  background-color: #ffffff;
  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: #000000;
  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;
}

#footer .inner .footerbox {
  float: left;
  width: 15%;
}

#footer .inner .link {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
}

#footer .inner .toplink {
  font-weight: 700;
  font-size: 16px;
}

#footer .inner .impressum {
  float: right;
}

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

.beitrag {
  width: 70%;
  margin-top: 30px;
  color: #000000;
  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 .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_left {
  width: 50%;
}

.beitrag .kalender_right {
  width: 50%;
}

.beitrag .kalender_right #kalenderbild,
.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 .beitraginhalt h2, .beitrag .beitraginhalt h3 {
  font-size: 22.5px;
}

.beitrag .beitraginhalt a {
  color: inherit;
}

.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%;
  float: initial;
  margin: 0 !important;
}
.searchresults .searchitem .searchright {
  height: initial;
}

.searchitem {
  width: 46%;
  border: 1px solid #333333;
  padding: 2%;
  display: block;
  margin-bottom: 10px;
  box-sizing: border-box;
  color: #000000;
  text-decoration: none;
  float: left;
  margin-right: 2%;
  margin-left: 2%;
  transition: 0.3s ease-in-out all;
  margin-top: 10px;
}

.searchitem:hover {
  border: 1px solid #8c8c8c;
  transition: 0.3s ease-in-out all;
}

.searchitem img {
  width: 45%;
  float: left;
}

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

.searchitem .searchright {
  width: 45%;
  float: right;
  overflow: hidden;
  height: 160px;
}

.searchright h5 {
  color: #000000;
  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 #000000;
  padding-bottom: 15px;
}

#magazin .magazinimg {
  float: left;
  width: 65%;
  margin-bottom: -40px;
}

#magazin .magazinimg img {
  width: 100%;
}

#magazin .magazintext {
  color: #000000;
  width: 30%;
  float: left;
  margin-left: 5%;
  padding-bottom: 30px;
}

#magazin .magazintext a {
  color: #000000;
  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 #ed7c00 !important;
  margin-top: 3px;
  padding: 2% !important;
  width: 90% !important;
  height: 20px;
  background-color:#ffffff;
  */
  display: none;
}

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

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

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

.seperator {
  border-top: 1px solid #ec6708 !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,
.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;
}

.jobs_headline .back a,
.job_headline .back a {
  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 .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: #000000;
}

.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 .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 {
  display: block;
  text-decoration: none;
  width: 30%;
  padding-top: 39px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.bookJobFlex .bookButtons a {
  text-decoration: none;
  display: block;
}

.book {
  background-color: #ec6708;
  height: 50px;
  color: #000000;
  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: #ec6708;
  height: 50px;
  color: #000000;
}

.bookJobFlex .bookJobItem table {
  width: 100%;
  height: 50px;
}

.JobStartSeperator {
  border-top: 1px solid #ec6708 !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.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: #ec6708;
  border: 1px solid #ec6708;
  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 #ec6708;
  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: #000000;
}

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

.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 #ec6708;
}

.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: #000000;
}

.aboleft textarea {
  border: 1px solid #ec6708 !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%;
  margin-top: 30px;
  margin-left: 15%;
  margin-bottom: 30px;
  position: relative;
}

#vorschau h3 {
  width: 100%;
  color: #ed7c00;
  font-weight: 700;
  font-size: 24px;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 15px;
}

.advent3 {
  text-align: right;
}

.advent3 img {
  width: 55px;
}

.advent3::after {
  content: " ";
  text-align: center;
  color: #fff;
  float: right;
  position: relative;
  bottom: 7px;
  background: url(../img/gewinnspiel/Adventkalender_Gewinnspiel_3_klein.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 50px;
  width: 46px;
}

.advent-verstecke img {
  width: 50px;
  float: right;
  margin-top: -13px;
}

.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 #ec6708 !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 #ec6708 !important;
  width: 70% !important;
}

.newsletter_flex .newsletter_form input[type=submit] {
  text-align: center;
  color: #000000;
  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: #000000;
  background-color: #ed7c00;
  font-weight: bold;
  margin-bottom: 50px;
}

#newsletter {
  width: 70%;
  margin-top: 30px;
  margin-left: 15%;
  margin-bottom: 30px;
  color: #000000;
}

#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: #000000;
}

#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;
  padding: 0px;
  color: #000000;
  font-size: 20px;
}

#vorschau .vorschauitem h2 span {
  font-size: 16px;
  font-weight: normal;
}

.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 .gewinnspiel_img {
  float: left;
  width: 35%;
}

.gewinnspiel .gewinnspiel_img img {
  width: 100%;
}

.gewinnspiel .gewinnspiel_form {
  float: left;
  width: 45%;
  color: #000000;
  margin-left: 5%;
}

.gewinnspiel .gewinnspiel_form label {
  padding-bottom: 5px;
  padding-top: 10px;
  display: block;
}

.gewinnspiel .gewinnspiel_form input[type=text] {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ed7c00;
}

.gewinnspiel .gewinnspiel_form input[type=email] {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ed7c00;
}

.gewinnspiel .gewinnspiel_form input[type=submit] {
  width: 200px;
  text-align: center;
  color: #000000;
  background-color: #ed7c00;
  border: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}

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

.required {
  font-weight: bold;
}

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

#misswahl h1 {
  color: #ed7c00;
  font-weight: 700;
  font-size: 24px;
}

#truckwahl h1 {
  color: #ed7c00;
  font-weight: 700;
  font-size: 24px;
}

#trophywahl h1 {
  color: #ed7c00;
  font-weight: 700;
  font-size: 24px;
}

#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 {
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 15px;
}

.truckwahl-title div:nth-child(1) {
  float: left;
}

.truckwahl-title div:nth-child(2) {
  float: right;
  margin-right: 1%;
}

.trophywahl-title div:nth-child(1) {
  float: left;
}

.trophywahl-title div:nth-child(2) {
  float: right;
  margin-right: 1%;
}

.misswahl-title div:nth-child(1) {
  float: left;
}

.misswahl-title div:nth-child(2) {
  float: right;
  margin-right: 1%;
}

#misswahl .missitem {
  float: left;
  color: #000000;
}

#truckwahl .truckitem {
  float: left;
  color: #000000;
}

#trophywahl .ladyitem {
  float: left;
  color: #000000;
}

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

#misswahl .col4,
#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 .missname {
  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;
}

#truckwahl .truckitem .truckbild .truckname {
  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 {
  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;
}

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

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

#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;
}

#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;
}

#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;
}

#misswahl .missitem .not-active {
  border: 2px solid #666666;
  color: #666666;
}

#truckwahl .truckitem .not-active {
  border: 2px solid #666666;
  color: #666666;
}

#trophywahl .ladyitem .not-active {
  border: 2px solid #666666;
  color: #666666;
}

.moblupe {
  float: right;
  margin-top: 18px;
  width: 25px;
  margin-right: 15px;
  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: #000000;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}

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

.owlSlider .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
}
.owlSlider .owl-prev img,
.owlSlider .owl-next img {
  max-width: none !important;
}
.owlSlider .owl-next,
.owlSlider .owl-prev {
  background: none !important;
  position: absolute;
  transform: translateY(-50%);
}
.owlSlider .owl-prev {
  left: -60px !important;
}
.owlSlider .owl-next {
  right: -60px !important;
}

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

.gewinnspiel .gewinnspiel_video iframe {
  width: 100%;
}

.raceranking {
  width: 70%;
  margin-left: 15%;
  color: #000000;
  margin-top: 24px;
}

.raceranking .racerankingitem {
  float: right;
  margin-left: 20px;
}

.raceranking .racerankingitem .bold {
  font-weight: bold;
  color: #ed7c00;
}

.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: 1800px) {
  #logo {
    width: 150px !important;
    margin-top: 17px !important;
  }

  #toprow .inner #logo_1bus {
    width: 100px;
  }

  #logo,
#logo_1truck {
    margin-left: 2%;
  }

  #burger {
    margin-right: 2%;
  }

  #toprow .inner {
    width: 100%;
    padding: 0 30px;
  }

  nav {
    top: 60px;
  }

  #burger {
    width: 40px;
    margin-top: 17px;
    height: 29px;
  }

  #burger .stripe:nth-child(2),
#burger .stripe:nth-child(3) {
    margin-top: 10px;
  }

  .suchdiv::after {
    width: 20px;
    height: 23px;
    top: 7px;
  }

  #suche {
    padding-top: 5px;
    padding-bottom: 1px;
  }

  .social {
    margin-top: 20px;
  }

  .social img {
    width: 27px;
  }

  .widgets {
    margin-top: 8px;
  }

  .widgets a img {
    width: 27px;
  }

  .social img.advent-verstecke-top {
    height: auto;
    margin-top: 5px;
  }

  .advent-verstecke img {
    width: 40px;
    margin-top: 13px;
  }
}
@media only screen and (max-width: 1500px) {
  nav .toplink {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1280px) {
  .MesseHeader {
    width: 90%;
  }

  .bookJobFlex .bookStats {
    width: 100%;
  }

  .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%;
  }

  nav {
    width: 100%;
  }

  .beitrag {
    width: 96%;
  }

  .beitrag .beitraginhalt {
    /*width: 73.2%;
          margin-left: 13.4%;*/
    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,
.jobs_headline .back {
    width: 100%;
  }

  .jobs_headline .back {
    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-title div:nth-child(2),
.trophywahl-title div:nth-child(2) {
    width: 100%;
    margin-right: 0%;
  }

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

  .misswahl-title div:nth-child(2) {
    width: 100%;
    margin-right: 0%;
  }

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

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

  .moblupe {
    display: block;
  }

  .suchdiv {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    display: none;
  }

  .suchdiv::after {
    top: 10px;
    right: 10px;
  }

  #suche {
    box-sizing: border-box;
    padding: 10px;
  }

  #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 .footerbox {
    display: none;
  }

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

  nav div {
    flex-wrap: wrap;
  }

  nav a {
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-bottom: 10px;
  }

  .morevideos .smallvideoitem .textbox {
    position: inherit;
    font-size: 10px;
    font-weight: normal;
  }

  .morevideos .moretoleft,
.morevideos .moretoright {
    display: none !important;
  }

  nav {
    width: 80%;
    left: 20%;
  }

  nav .toplink {
    margin-top: 15px;
    padding-left: 15px;
  }

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

  .beitrag {
    margin-top: 10px;
  }

  .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 {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .gewinnspiel .gewinnspiel_form {
    width: 100%;
    margin-left: 0%;
  }

  #misswahl .missitem {
    width: 100%;
    margin-right: 0px;
  }

  #truckwahl .truckitem {
    width: 100%;
    margin-right: 0px;
  }

  #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: 750px) {
  #toprow {
    height: initial;
    padding: 15px 0;
  }

  #toprow .inner .logos {
    justify-content: flex-start;
    align-items: flex-end;
    order: 1;
  }

  #toprow .inner .suche-wrapper {
    order: 2;
    width: 25px;
    margin-left: 15px;
  }

  #toprow .inner #burger {
    order: 3;
    width: 40px;
    margin-right: 0;
    flex-shrink: 0;
  }

  #toprow .inner .interactionElements {
    order: 4;
    justify-content: center;
    gap: 30px;
  }

  #toprow .inner .logos .logo-secondary {
    margin-right: initial;
  }

  #toprow .inner .interactionElements {
    margin-left: initial;
    align-self: flex-start;
  }
}
@media only screen and (max-width: 500px) {
  #toprow .inner .logos {
    flex-wrap: wrap;
    width: 200px;
  }
  #toprow .inner .logos a {
    width: 100%;
  }

  #toprow .inner .interactionElements {
    gap: 10px;
    flex-wrap: wrap;
    align-self: center;
    margin: initial;
    width: initial;
  }

  #toprow .inner .interactionElements .widgets.bigger a img {
    width: 35px;
  }

  #toprow .inner .interactionElements .widgets {
    margin-top: 0;
    padding: 0;
    flex-direction: column;
  }

  .MesseHeader .messe_button {
    padding: 10px 10px;
    padding: 2.5px 10px;
    text-align: center;
  }

  /*.social{
  	position: absolute;
  	right: 0;
  	bottom: -35px;
  }*/
  .widgets {
    padding: 5px;
    border: 1px solid transparent;
    margin-top: 15px;
  }

  .widgets a img {
    width: 27px;
  }

  .widgets a:after {
    display: none;
  }

  .moblupe {
    margin: 0;
  }

  #burger {
    margin: 0;
    flex-shrink: 0;
  }

  .suche-wrapper {
    margin: 0;
  }
}
.newsfeed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px 15px;
}

.newsfeed .smallvideoitem {
  position: relative;
  text-decoration: none;
  overflow: hidden;
  background-color: #000000;
}

.newsfeed .smallvideoitem img {
  width: 100%;
  opacity: 0.85;
  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 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 10px;
  }

  .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;
  -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%;
  margin: 0 15px;
  -webkit-overflow-scrolling: touch;
  background-color: #F2F2F2;
  color: black;
  padding: 30px;
}
@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;
  }
}
.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;
  }
}
.technischtable td {
  padding: 10px 20px;
  font-weight: bold;
  vertical-align: top;
}
@media only screen and (max-width: 600px) {
  .technischtable td {
    display: block;
  }
}

.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 iframe {
  width: 100% !important;
  max-width: 1400px !important;
  overflow: hidden !important;
  height: 170px;
}

.adserver_infinity {
  margin: 0 !important;
  border-bottom: 1px solid #000000;
}

.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 {
  width: 70% !important;
  height: inherit !important;
  max-width: 970px;
  margin: auto;
}

.revive_resposnive_ad .mobile img,
.revive_resposnive_ad.adserver_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: 15px !important;
}

.revive_resposnive_ad.adserver_superplus,
.revive_resposnive_ad.adserver_super {
  width: 70%;
  margin: auto;
}

@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 {
  background-color: black;
  color: white;
}

.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*/