body {
  font-family: Universlt, sans-serif;
  color: #444;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}

h1 {
  margin-top: 20px;
  margin-bottom: 41px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 3.76em;
  line-height: 1.3em;
  font-weight: 300;
  text-align: center;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #017cba;
  font-size: 1.4em;
  line-height: 2em;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 41px;
  font-size: 3.76em;
  line-height: 1.3em;
  font-weight: 300;
  text-align: center;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Universlt, sans-serif;
  font-size: 2.1em;
  line-height: 1.7em;
  font-weight: 300;
}

p {
  margin-bottom: 10px;
  font-size: 1.42em;
  line-height: 1.6em;
  text-align: center;
}

a {
  color: #00b4dc;
  font-weight: 300;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 1.42em;
  line-height: 2.8em;
  text-align: center;
}

li {
  padding: 12px 50px;
  border-top: 1px solid #acacac;
  line-height: 1.8em;
}

.menubutton {
  display: block;
  width: 105px;
  height: 105px;
  padding-top: 27px;
  float: none;
  border-color: #d8d8d8;
  border-right-style: solid;
  border-right-width: 1px;
  background-color: #fff;
  color: #a7a7a7;
  font-size: 1.125em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.menubutton.w--open {
  height: 100%;
  border-width: 2px;
  border-right-style: solid;
  background-color: #fff;
  cursor: default;
}

.subitems {
  position: absolute;
  left: 100%;
  top: 0px;
  display: block;
  height: 100%;
  min-width: 300px;
  padding: 90px 0px 10px;
  background-color: #4b4b4b;
  cursor: default;
}

.mainmenuitem {
  display: block;
  padding: 16px 20px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #9f9f9f;
  font-size: 2em;
  line-height: 1.2em;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.mainmenuitem:hover {
  background-color: #f2f2f2;
  color: #444;
}

.mainmenuitem.mainmenudirectlink {
  cursor: pointer;
}

.navmenu {
  overflow: visible;
  min-width: 300px;
  margin-left: 105px;
  padding-top: 0px;
  background-color: #fff;
  text-align: left;
}

.navbar {
  position: fixed;
  top: 0px;
  height: 100%;
  float: none;
  border-right: 1px solid #d8d8d8;
  background-color: #fff;
  box-shadow: none;
}

.submenuitem {
  display: block;
  padding: 16px 20px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.submenuitem:hover {
  background-color: #575757;
  color: #fff;
}

.menutext {
  padding-top: 12px;
  background-color: transparent;
  color: #a7a7a7;
}

.menuopenicon {
  position: absolute;
  left: 28px;
  top: 35px;
  cursor: pointer;
}

.menucloseicon {
  position: absolute;
  left: 29px;
  top: 26px;
  display: none;
  background-color: transparent;
  cursor: pointer;
}

.leftallign {
  display: block;
  text-align: left;
}

.leftallign.listtext.listtextadresse {
  width: 100%;
}

.container.containercentered {
  margin-bottom: 100px;
  text-align: center;
}

.container.containerfooter {
  margin-top: 0px;
}

.container.containerwithbreadcrumb {
  margin-top: 15px;
}

.container._404container {
  margin-top: 50px;
  margin-bottom: 150px;
  padding-right: 10px;
  padding-left: 115px;
}

.container.container404 {
  margin-bottom: 110px;
}

.container.intvdeo {
  min-height: 200px;
}

.backdrop {
  position: fixed;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
}

.headersection {
  position: relative;
  height: 61vh;
}

.headersection.headersectionds {
  background-image: url('../images/header_Duales-Studium.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.headersection.headerbs {
  height: 15vh;
  margin-left: 0px;
  background-image: -webkit-linear-gradient(270deg, #004475, #0085c9);
  background-image: linear-gradient(180deg, #004475, #0085c9);
}

.headersection.headersectionwub {
  background-image: url('../images/header_wir-ueber-uns.jpg');
  background-position: 48% 50%;
  background-size: cover;
}

.headersection.headersectionstart {
  background-image: url('../images/header_home.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.headersection.headersectionazubi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/header_azubis-video.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.headersection.headersectionwiwi {
  background-image: url('../images/header_management-nachwuchs.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.headersection.headersectionit {
  background-image: url('../images/header_it.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.headersection.headersectionberufserfahrene {
  background-image: url('../images/header_berufserfahrene.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.headersection.headersectioninternal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/prev.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.headerbar {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 68px;
  background-color: rgba(1, 124, 186, .8);
}

.headertext {
  padding-right: 10px;
  padding-left: 0px;
  color: #fff;
  font-size: 2.5em;
  line-height: 2.3em;
  text-align: center;
}

.logo {
  position: fixed;
  left: 125px;
  top: 0px;
  z-index: 9999;
  width: 157px;
}

.logo.w--current {
  z-index: 1;
}

.ctabox {
  display: inline-block;
  min-width: 200px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding: 6px 40px 4px;
  border: 2px solid #999;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Universlt, sans-serif;
  color: #999;
  font-size: 1.4em;
  line-height: 2em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.ctabox:hover {
  border-color: #707070;
  background-color: #707070;
  color: #fff;
}

.ctabox.small {
  min-width: 99px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 10px 30px;
  font-size: 1em;
  line-height: 1.2em;
}

.ctabox.centered {
  display: inline-block;
}

.ctabox.blue {
  min-width: 228px;
  float: left;
  border-style: none;
  background-color: #00b4dc;
  color: #fff;
}

.ctabox.blue:hover {
  background-color: #017cba;
}

.ctabox.blue.ctaboxcentered {
  float: none;
}

.ctabox.kontakt {
  min-width: 228px;
  margin-top: 1px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 3px;
  float: left;
  clear: left;
}

.ctabox.sectionnavigation {
  border-style: none;
  background-color: #64bfe4;
  color: #fff;
}

.ctabox.sectionnavigation:hover {
  border-color: #017cba;
  background-color: #017cba;
}

.ctabox.pdf-download {
  display: inline-block;
  padding-right: 65px;
  padding-left: 30px;
  background-image: url('../images/download-icon.png');
  background-position: 83% 43%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.ctabox.pdf-download:hover {
  background-image: url('../images/download-icon-hover.png');
  background-size: 20px;
}

.cta-arrow {
  display: inline-block;
  margin-right: 20px;
  padding: 10px 18px 5px 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  background-image: url('../images/arrow-right.png');
  background-position: 100% 65%;
  background-size: 13px;
  background-repeat: no-repeat;
  color: #00b4dc;
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.2px;
  cursor: pointer;
}

.cta-arrow:hover {
  background-image: url('../images/arrow-right-hover.png');
  background-size: 13px;
  color: #017cba;
}

.cta-arrow.cta-ul {
  margin-right: 0px;
  padding-top: 4px;
  padding-bottom: 0px;
  float: right;
  background-position: 100% 85%;
  background-size: 13px;
  font-size: 1em;
  line-height: 1em;
}

.cta-arrow.cta-ul.floatleft {
  background-position: 100% 79%;
}

.cta-arrow.breadcrumb {
  margin-top: 20px;
  margin-left: 135px;
  padding-top: 5px;
  padding-left: 16px;
  background-image: url('../images/arrow-left.png');
  background-position: 0px 50%;
  background-size: 13px;
}

.cta-arrow.cta-arrowfloat {
  float: left;
  clear: left;
}

.cta-arrow.cta-arrowup {
  background-image: url('../images/link-arrow-up-lightblue.svg');
  background-position: 100% 28%;
}

.cta-arrow.cta-termine {
  font-size: 1em;
  line-height: 1em;
}

.cta-arrow.floatleft {
  float: left;
}

.cta-arrow.regionalgesellschaft {
  float: right;
  clear: none;
  background-image: url('../images/datenschutz_down.png');
  background-position: 94% 64%;
  background-size: 14px;
  font-size: 1em;
  line-height: 1.3em;
}

.cta-arrow.regionalgesellschaft:hover {
  background-image: url('../images/datenschutz_down_hover.png');
  background-size: 14px;
}

.karriereteaser {
  margin-top: 30px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.jobteasercopy {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 1.25em;
  line-height: 1.8em;
}

.kaufmanniconbar {
  margin-bottom: 40px;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 700;
}

.kaufmannicon {
  margin-top: 20px;
  margin-bottom: 30px;
}

.fullwidthfooter {
  height: 385px;
  background-color: #001e78;
}

.fullwidthfooter.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footerhead {
  margin-top: 40px;
  margin-bottom: 120px;
  padding-left: 0px;
  float: none;
  color: #fff;
  text-align: left;
}

.logofooter {
  position: relative;
  z-index: 500;
  margin-top: -95px;
  float: right;
}

.imageihrebewerbung {
  margin-top: 13px;
}

.menulogo {
  margin-left: 20px;
}

.stickyjobhalfcollapsed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 108px;
  padding-right: 30px;
  padding-left: 33px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.stickyjobtext {
  display: block;
  padding-left: 24px;
  color: #fff;
  font-size: 1.34em;
  line-height: 1.3em;
  text-transform: uppercase;
}

.stickyjobslabel {
  margin-bottom: -10px;
  color: #fff;
  font-size: 1em;
  line-height: 2em;
}

.stickyjobexpanded {
  text-align: center;
}

.stickyjob {
  position: fixed;
  top: 100px;
  right: 0px;
  z-index: 10000;
  background-color: #14b6da;
}

.stickyjobsearchbutton {
  width: 100%;
  background-color: #fff;
  color: #444;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.stickyjobsearchbutton:hover {
  background-color: #017cba;
  color: #fff;
  font-weight: 400;
}

.textoverimage {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -52px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.whitetext {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
}

.copygeorgia {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 1.42em;
  line-height: 1.7em;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.copygeorgia.rightalign {
  text-align: right;
}

.leftalligned {
  text-align: left;
}

.sectionnavigationdiv {
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.listprofil {
  margin-top: 55px;
}

.listprofil.listmaster {
  margin-top: 0px;
}

.footerlink {
  display: inline-block;
  margin-right: 15px;
  color: #fff;
  font-size: 1.42em;
  line-height: 1.6em;
  text-decoration: none;
}

.h3compressor {
  padding-right: 100px;
  padding-left: 100px;
}

.h3compressor.h1karriereteaser {
  margin-bottom: 11px;
}

.teaserdiv {
  padding: 15px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  font-size: 1em;
}

.teaserimage {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.teaserhead {
  margin-top: 0px;
  text-align: left;
}

.teaserhead.h2toh3 {
  font-weight: 700;
}

.tabtab {
  width: 210px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: transparent;
  color: #00b4dc;
  font-size: 1.42em;
  line-height: 1.5em;
  text-align: center;
}

.tabtab.w--current {
  background-color: transparent;
  color: #444;
  font-size: 1.42em;
  line-height: 1.5em;
  font-weight: 700;
  text-decoration: none;
}

.tabtab.tabfirst {
  border-left-style: none;
}

.tabtab.tablast {
  border-right-style: none;
}

.tabsmenu {
  margin-top: -50px;
  background-color: #ebebeb;
  text-align: center;
}

.tabsmenu.tabskeinumbruch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -50px;
  margin-right: -14px;
  margin-left: -14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ebebeb;
}

.tasertext {
  font-size: 1.25em;
  line-height: 1.5em;
}

.subpageheadertext {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 17px;
  color: #fff;
  font-size: 2.51em;
  font-weight: 300;
}

.doubleblocktext {
  text-align: left;
  -webkit-column-count: 2;
  column-count: 2;
}

.doubleblocktext.doubletextwspacing {
  margin-top: 27px;
}

.tabtext {
  display: inline;
}

.listtext {
  width: 80%;
  padding-top: 0px;
  padding-bottom: 8px;
  float: left;
  font-size: 1em;
  line-height: 1.5em;
  text-align: left;
}

.listtext.datenschutz {
  padding-top: 0px;
  float: none;
  font-size: 1.84em;
  line-height: 1.6em;
  font-weight: 300;
}

.listtext.listtextadresse {
  width: 100%;
  margin-bottom: 0px;
}

.h1georgia {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #017cba;
  font-size: 1.4em;
  line-height: 2em;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.h2teaser {
  margin-top: 12px;
  margin-bottom: 0px;
  font-family: Universlt, sans-serif;
  color: #444;
  font-size: 1.84em;
  line-height: 1.6em;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.h2toh3 {
  font-family: Universlt, sans-serif;
  color: #444;
  font-size: 1.84em;
  line-height: 1.6em;
  text-transform: none;
}

.h2toh3.white {
  color: #fff;
}

.listitemfirst {
  border-top-style: none;
}

.h4-table {
  margin-top: 74px;
  text-align: center;
}

.centered {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.tabindicator {
  position: absolute;
  left: 50%;
  top: 100%;
  right: 0px;
  z-index: 10;
  display: none;
  margin-top: -2px;
  margin-left: -15px;
}

.tabcontent {
  margin-top: 30px;
  text-align: center;
}

.icontext {
  font-weight: 700;
}

.fullwidthimagetext {
  max-width: 960px;
  margin-top: 10px;
  margin-bottom: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.fullwidthimagetext.h3teaser {
  color: #fff;
}

.h3leftalign {
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.h3leftalign._5050section {
  margin-top: -10px;
  margin-bottom: 20px;
}

.section {
  padding: 50px 10px 50px 0px;
  font-size: 1em;
  line-height: 2em;
}

.section.greybackground {
  background-color: #707070;
  background-image: -webkit-linear-gradient(270deg, #f5f5f5, #f5f5f5);
  background-image: linear-gradient(180deg, #f5f5f5, #f5f5f5);
}

.section.groundsection {
  padding-bottom: 0px;
}

.section.groundsection.fadeup {
  background-image: -webkit-linear-gradient(90deg, #ebebeb, #fff);
  background-image: linear-gradient(0deg, #ebebeb, #fff);
}

.section.groundsection.fadedown {
  background-image: -webkit-linear-gradient(270deg, #ebebeb, #fff);
  background-image: linear-gradient(180deg, #ebebeb, #fff);
}

.section.topperspektiven {
  height: 60vh;
  margin-left: 105px;
}

.section.bluefadebackground {
  background-image: -webkit-linear-gradient(270deg, #0c648c, #54bfeb);
  background-image: linear-gradient(180deg, #0c648c, #54bfeb);
}

.section.fadeup {
  background-image: -webkit-linear-gradient(90deg, #ebebeb, #fff);
  background-image: linear-gradient(0deg, #ebebeb, #fff);
}

.section.pageendteaser {
  padding-bottom: 130px;
  background-image: -webkit-linear-gradient(90deg, #ebebeb, #fff);
  background-image: linear-gradient(0deg, #ebebeb, #fff);
}

.section.subpagesection {
  padding-top: 0px;
}

.section.flexgroundcenter.tipps {
  height: 70vh;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5) 13%, transparent 60%), url('../images/fullwidth_Azubis.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5) 13%, transparent 60%), url('../images/fullwidth_Azubis.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.section.flexgroundcenter.aktuellekarrieretermine {
  height: 60vh;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .3), transparent 68%), url('../images/fullwidth_uns_treffen.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .3), transparent 68%), url('../images/fullwidth_uns_treffen.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.fullwidthsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  margin-left: 105px;
  padding-bottom: 25px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .51), transparent 48%), url('../images/fullwidth_wir-ueber-uns.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .51), transparent 48%), url('../images/fullwidth_wir-ueber-uns.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.section.fullwidthsection.topperspektiven {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .63), transparent 52%), url('../images/fullwidth_Duales-Studium.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .63), transparent 52%), url('../images/fullwidth_Duales-Studium.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.fullwidthsection.bachelor {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5), transparent 39%), url('../images/fullwidth_Bachelor.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 39%), url('../images/fullwidth_Bachelor.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section.fullwidthsection.master {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5), transparent 39%), url('../images/fullwidth_Master.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 39%), url('../images/fullwidth_Master.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section.fullwidthsection.aktuelletermine {
  display: none;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .52), transparent 53%), url('../images/fullwidth_uns_treffen.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .52), transparent 53%), url('../images/fullwidth_uns_treffen.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.fullwidthsection.wiwi {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .51), transparent 48%), url('../images/fullwidth_management-nachwuchs.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .51), transparent 48%), url('../images/fullwidth_management-nachwuchs.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.fullwidthsection.it {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .51), transparent 48%), url('../images/fullwidth_it.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .51), transparent 48%), url('../images/fullwidth_it.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.fullwidthsection.berufserfahrene {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .51), transparent 48%), url('../images/header_wir-ueber-uns.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .51), transparent 48%), url('../images/header_wir-ueber-uns.jpg');
  background-position: 0px 0px, 48% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.sectionteaserstart {
  padding-top: 20px;
}

.section.sectiontabs {
  padding-right: 0px;
  padding-left: 100px;
}

.section.erfahungsberichtesection {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.fade {
  background-image: -webkit-linear-gradient(270deg, #f5f5f5, #fff);
  background-image: linear-gradient(180deg, #f5f5f5, #fff);
}

.flexgroundcenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.groundtextcolumn {
  padding-bottom: 30px;
}

.flexcentercenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.imageorganigramm {
  text-align: center;
}

.map {
  margin-bottom: 10px;
}

.mobilejobtext {
  display: inline;
  margin-left: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 1.8em;
  line-height: 1.1em;
}

.stickymobilejob {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 750;
  display: none;
  width: 100%;
  height: 54px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00b4dc;
  text-decoration: none;
}

.quote {
  padding-right: 120px;
  padding-left: 120px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #017cba;
  font-size: 2.42em;
  font-style: italic;
  text-align: left;
}

.quote.erfahrungsbereichtequote {
  margin-bottom: 60px;
}

.h4tableheader {
  margin-top: 29px;
  margin-bottom: 0px;
  text-align: center;
}

.teasercolumn {
  margin-top: 20px;
}

.listtermine {
  text-align: left;
}

.listtermineveranstaltung {
  font-weight: 700;
}

.accordioncontent {
  display: none;
  width: 100%;
  padding-top: 20px;
  clear: left;
  opacity: 1;
  text-align: center;
}

.tabscontentcontainer {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.imopressumul {
  font-size: 1em;
  line-height: 1em;
}

.ul-datenschutz {
  padding-left: 21px;
  text-align: left;
}

.listitemdatenschutz {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-style: none;
}

.listitemdatenschutz.paddingbottom20 {
  padding-bottom: 20px;
}

.ol-datenschutz {
  font-size: 1.42em;
  text-align: left;
}

.floatright {
  float: right;
}

.accordiondown {
  width: 22px;
  height: 18px;
}

.accordiondown.floatright {
  width: 22px;
  height: 18px;
  background-image: url('../images/datenschutz_down.png');
  background-position: 0px 0px;
  background-size: cover;
  cursor: pointer;
}

.accordiondown.floatright:hover {
  background-image: url('../images/datenschutz_down_hover.png');
  background-size: cover;
}

.accordiondown.cta-arrow.regionalgesellschaftdown {
  width: auto;
  height: auto;
  float: left;
  background-image: url('../images/filled-arrow-down-lightblue.png');
  background-size: 15px;
  font-size: 1em;
  line-height: 1.3em;
}

.accordiondown.cta-arrow.regionalgesellschaftdown:hover {
  background-image: url('../images/filled-arrow-down-darkblue.png');
  background-position: 100% 65%;
  background-size: 15px;
}

.accordiondown.cta-arrow.regionalgesellschaftdown.accordionright {
  float: right;
}

.accordiondown.cta-arrow.regionalgesellschaftup {
  width: auto;
  height: auto;
  float: right;
  background-image: url('../images/datenschutz_up.png');
  background-position: 100% 57%;
  background-size: 14px;
  font-size: 1em;
  line-height: 1.3em;
}

.accordiondown.cta-arrow.regionalgesellschaftup:hover {
  background-image: url('../images/datenschutz_up_hover.png');
  background-size: 14px;
}

.accordiondown.cta-arrow.hochschuledown {
  width: auto;
  height: auto;
  margin-right: 0px;
  padding-top: 4px;
  padding-bottom: 0px;
  float: left;
  clear: left;
  background-image: url('../images/filled-arrow-down-lightblue.png');
  background-position: 100% 57%;
  background-size: 15px;
  font-size: 1em;
  line-height: 1.3em;
}

.accordiondown.cta-arrow.hochschuledown:hover {
  background-image: url('../images/filled-arrow-down-darkblue.png');
  background-size: 15px;
}

.accordionup {
  display: inline-block;
  width: 22px;
  height: 18px;
}

.accordionup.floatright {
  display: none;
  background-image: url('../images/datenschutz_up.png');
  background-position: 0px 0px;
  background-size: cover;
  cursor: pointer;
}

.accordionup.floatright:hover {
  background-image: url('../images/datenschutz_up_hover.png');
  background-size: cover;
}

.accordionup.cta-arrow.regionalgesellschaftup {
  display: none;
  width: auto;
  height: auto;
  float: left;
  background-image: url('../images/filled-arrow-up-lightblue.png');
  background-position: 100% 57%;
  background-size: 15px;
  font-size: 1em;
  line-height: 1.3em;
}

.accordionup.cta-arrow.regionalgesellschaftup:hover {
  display: inline-block;
  background-image: url('../images/filled-arrow-up-darkblue.png');
  background-position: 100% 57%;
  background-size: 15px;
}

.accordionup.cta-arrow.hochschuleup {
  display: none;
  width: auto;
  height: auto;
  margin-right: 0px;
  padding-top: 4px;
  padding-bottom: 0px;
  float: left;
  clear: left;
  background-image: url('../images/filled-arrow-up-lightblue.png');
  background-position: 100% 59%;
  background-size: 15px;
  font-size: 1em;
  line-height: 1.3em;
}

.accordionup.cta-arrow.hochschuleup:hover {
  background-image: url('../images/filled-arrow-up-darkblue.png');
  background-size: 15px;
}

.footerdisclaimer {
  margin-top: 6px;
  color: #fff;
  font-size: 1em;
  line-height: 1.3em;
  text-align: left;
}

.erfarhungsberichteimg {
  margin-bottom: 10px;
}

.colnopaddingleft {
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 0px;
}

.liste {
  width: 66%;
  margin-right: auto;
  margin-left: auto;
}

.flexhorizontalcenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.awardimage {
  margin: 10px 20px;
}

.awardflexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hoverhand {
  cursor: pointer;
}

.personen {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.times1 {
  margin-bottom: 10px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #017cba;
  font-size: 1.4em;
  font-weight: 400;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading {
  width: 940px;
  background-color: rgba(0, 152, 255, .27);
}

.paragraph {
  float: left;
  text-align: left;
}

.column {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
}

.column-2 {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
}

.column-3 {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
}

.column-4 {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
}

.lightboxvideo {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
}

.videoplayer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.button {
  position: absolute;
  top: 20px;
  right: 20px;
}

.button.videoclosebutton {
  background-color: #00b4dc;
  color: #f5f5f5;
  font-weight: 400;
}

.startvideobutton {
  width: 100px;
  height: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  background-image: url('../images/playbutton-blue.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.startvideobutton.posrel {
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.startvideobutton.small {
  width: 70px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.startvideobutton.klein {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 60px;
  height: 60px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.startvideobutton.blackbg {
  width: 120px;
  height: 120px;
  padding: 20px;
  background-color: #070707;
  background-position: 50% 50%;
  background-size: 100px 100px;
}

.containerplayer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

html.w-mod-js *[data-ix="backdropshowhide"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="initialyhide"] {
  display: none;
}

@media (max-width: 991px) {
  .menubutton {
    border-right-style: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .menubutton.w--open {
    position: relative;
    height: 104px;
    border-right-style: none;
    border-bottom-style: none;
  }
  .subitems {
    position: static;
    height: auto;
    margin-top: 16px;
    margin-bottom: 7px;
    padding-top: 0px;
    background-color: transparent;
  }
  .navmenu {
    margin-top: 105px;
    margin-left: auto;
    padding-top: 50px;
  }
  .navbar {
    position: fixed;
    width: 100%;
    height: 105px;
    border-bottom: 1px solid #d8d8d8;
    border-right-style: none;
  }
  .backdrop {
    margin-top: 105px;
  }
  .headersection {
    height: 39vh;
    margin-top: 105px;
    margin-left: 0px;
  }
  .headersection.headersectionds {
    margin-left: 0px;
  }
  .headersection.headersectionwiwi {
    background-position: 50% 0px;
  }
  .headertext {
    margin-left: 0px;
    padding-left: 10px;
  }
  .logo {
    margin-top: 8px;
  }
  .logo.w--current {
    z-index: 9999;
  }
  .ctabox.small {
    min-width: 182px;
  }
  .ctabox.sectionnavigation {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cta-arrow.breadcrumb {
    margin-left: 21px;
  }
  .fullwidthfooter {
    margin-left: 0px;
  }
  .footerhead {
    margin-bottom: 162px;
  }
  .menulogo {
    display: none;
  }
  .stickyjobtext {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .textoverimage {
    margin-right: 10px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .sectionnavigationdiv {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .h3compressor {
    padding-right: 0px;
    padding-left: 0px;
  }
  .tabtab {
    width: 50%;
    border-bottom: 2px solid #fff;
  }
  .tabtab.taberfahrung {
    width: 25%;
  }
  .tabtab.dreiertab {
    width: 33%;
  }
  .tabsmenu.tabskeinumbruch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .listtext {
    width: 80%;
  }
  .fullwidthimagetext {
    margin-top: -10px;
    margin-bottom: -10px;
    margin-left: 0px;
  }
  .fullwidthimagetext.h3teaser {
    margin-bottom: 5px;
  }
  .h3leftalign._5050section {
    margin-top: 20px;
  }
  .section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.topperspektiven {
    margin-left: 0px;
  }
  .section.fullwidthsection {
    height: 61vh;
    margin-left: 0px;
    background-position: 0px 0px, 34% 0%;
  }
  .section.fullwidthsection.bachelor {
    background-position: 0px 0px, -120px 0px;
    background-repeat: repeat, no-repeat;
  }
  .section.fullwidthsection.master {
    background-position: 0px 0px, -139px 0px;
  }
  .section.fullwidthsection.wiwi {
    background-position: 0px 0px, 53% 0px;
  }
  .section.fullwidthsection.berufserfahrene {
    background-position: 0px 0px, 46% 0px;
  }
  .section.sectiontabs {
    padding-left: 0px;
  }
  .sectionstickyjobsearchplaceholder {
    height: 55px;
  }
  .stickymobilejob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tabscontentcontainer {
    width: 100%;
  }
  .accordiondown.cta-arrow.hochschuledown {
    float: right;
  }
  .accordionup.cta-arrow.hochschuleup {
    margin-right: 0px;
  }
  .lightboxvideo {
    left: 0px;
    top: 0px;
    z-index: 99999;
  }
  .startvideobutton.klein {
    display: block;
    width: 70px;
    height: 70px;
    margin-top: 28px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 3em;
  }
  li {
    padding-right: 0px;
    padding-left: 0px;
  }
  .menubutton {
    width: 75px;
    height: 75px;
  }
  .menubutton.w--open {
    height: 74px;
  }
  .subitems {
    margin-bottom: 0px;
  }
  .mainmenuitem {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .navmenu {
    overflow: scroll;
    height: 80vh;
    max-height: 80vh;
    margin-top: 75px;
    padding-top: 0px;
  }
  .navbar {
    height: 75px;
  }
  .submenuitem {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .menuopenicon {
    left: 14px;
    top: 15px;
  }
  .menucloseicon {
    left: 14px;
    top: 6px;
    display: none;
  }
  .leftallign.azubihandtabtext {
    margin-top: 25px;
  }
  .backdrop {
    margin-top: 75px;
  }
  .headersection {
    height: 61vh;
    margin-top: 75px;
  }
  .headersection.headerbs {
    height: 39vh;
  }
  .headersection.headersectionstart {
    background-position: 39% 0px;
  }
  .headersection.headersectionazubi {
    background-position: 60% 50%;
  }
  .headersection.headersectionwiwi {
    background-position: 39% 0px;
  }
  .headersection.headersectioninternal {
    background-position: 60% 50%;
  }
  .headerbar {
    height: 80px;
  }
  .headertext {
    font-size: 2em;
    line-height: 1.7em;
  }
  .logo {
    width: 129px;
    margin-top: 0px;
  }
  .cta-arrow.cta-ul {
    margin-right: 0px;
    float: left;
    clear: left;
  }
  .cta-arrow.breadcrumb {
    margin-top: 15px;
    margin-left: 15px;
  }
  .cta-arrow.cta-arrowup {
    float: left;
    background-image: url('../images/datenschutz_up.png');
    background-position: 100% 56%;
    background-size: 13px;
  }
  .cta-arrow.cta-arrowup:hover {
    background-image: url('../images/datenschutz_up_hover.png');
    background-position: 100% 56%;
    background-size: 13px;
  }
  .cta-arrow.regionalgesellschaft {
    float: left;
    clear: left;
  }
  .fullwidthfooter.section {
    height: 285px;
  }
  .footerhead {
    margin-bottom: 23px;
  }
  .logofooter {
    max-width: 50%;
  }
  .imageihrebewerbung {
    max-width: 60%;
  }
  .copygeorgia {
    margin-bottom: 25px;
  }
  .copygeorgia.rightalign {
    text-align: left;
  }
  .copygeorgia.rightalign.erfahrungsberichtesubtext {
    margin-left: 50%;
  }
  .sectionnavigationdiv {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .tabtab {
    max-width: 100%;
    min-width: 50%;
  }
  .tabtab.taberfahrung {
    min-width: 33.3%;
  }
  .tabtab.tabazubi {
    height: 69px;
  }
  .tabtab.dreiertab {
    min-width: 100%;
  }
  .tabsmenu {
    margin-top: -30px;
  }
  .tabsmenu.tabskeinumbruch {
    display: block;
    margin-top: -30px;
  }
  .listtext {
    width: 60%;
  }
  .tabindicator {
    display: none;
  }
  .section {
    padding: 30px 15px;
  }
  .section.bluefadebackground {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section.flexgroundcenter.tipps {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section.flexgroundcenter.aktuellekarrieretermine {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .3), transparent), url('../images/fullwidth_uns_treffen.jpg');
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .3), transparent), url('../images/fullwidth_uns_treffen.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .section.fullwidthsection.bachelor {
    background-position: 0px 0px, 50% 0px;
  }
  .section.fullwidthsection.master {
    background-position: 0px 0px, 50% 0px;
    background-repeat: repeat, no-repeat;
  }
  .section.fullwidthsection.berufserfahrene {
    background-position: 0px 0px, 48% 0px;
  }
  .flexgroundcenter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flexcentercenter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .emptycol {
    height: 20px;
  }
  .quote {
    padding-right: 50px;
    padding-left: 50px;
  }
  .accordiondown.cta-arrow.regionalgesellschaftdown {
    clear: left;
  }
  .accordionup.cta-arrow.regionalgesellschaftup {
    clear: left;
  }
  .erfarhungsberichteimg {
    width: 47%;
    margin-bottom: 20px;
    float: left;
  }
  .awardflexbox {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .personen {
    width: 40%;
  }
  .startvideobutton.klein {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin: 56px auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .containerplayer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 479px) {
  .headersection.headersectionds {
    background-position: 55% 0px;
  }
  .headersection.headerbs {
    height: 15vh;
  }
  .headersection.headersectionstart {
    background-position: 47% 0px;
  }
  .headersection.headersectionwiwi {
    background-position: 41% 0px;
  }
  .headersection.headersectionberufserfahrene {
    background-position: 59% 0px;
  }
  .cta-arrow.cta-ul {
    float: left;
  }
  .cta-arrow.breadcrumb:hover {
    background-image: url('../images/arrow-left-hover.png');
    background-size: 13px;
  }
  .cta-arrow.regionalgesellschaft {
    float: left;
  }
  .fullwidthfooter.section {
    height: 400px;
  }
  .footerhead {
    margin-bottom: 25px;
  }
  .logofooter {
    position: relative;
  }
  .stickyjobtext {
    text-align: left;
  }
  .copygeorgia.rightalign.erfahrungsberichtesubtext {
    margin-left: 0px;
  }
  .sectionnavigationdiv {
    padding-right: 0px;
    padding-left: 0px;
  }
  .tabtab {
    width: 100%;
  }
  .tabtab.taberfahrung {
    width: 100%;
  }
  .tabtab.tabazubi {
    height: auto;
  }
  .doubleblocktext {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .listtext {
    width: 100%;
  }
  .section.fullwidthsection.topperspektiven {
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .63), transparent 91%), url('../images/fullwidth_Duales-Studium.jpg');
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .63), transparent 91%), url('../images/fullwidth_Duales-Studium.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .section.fullwidthsection.bachelor {
    background-position: 0px 0px, -178px 0px;
  }
  .section.fullwidthsection.master {
    background-position: 0px 0px, 36% 0px;
  }
  .section.fullwidthsection.wiwi {
    background-position: 0px 0px, 54% 0px;
  }
  .quote {
    padding-right: 0px;
    padding-left: 0px;
  }
  .quote.erfahrungsbereichtequote {
    padding-right: 10px;
    padding-left: 10px;
  }
  .erfarhungsberichteimg {
    width: 100%;
  }
  .awardimage {
    width: 50%;
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .awardflexbox {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .personen {
    width: 65%;
  }
  .startvideobutton.klein {
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 22px;
    margin-right: auto;
    margin-left: auto;
  }
}

@font-face {
  font-family: 'Universlt';
  src: url('../fonts/4e00405b-a96d-4972-bdff-2d55e1066c45.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Universlt';
  src: url('../fonts/d270a34d-b6b8-4c07-8454-03a6a3db7603.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Universlt';
  src: url('../fonts/74bdff6d-c5de-42e8-a4d8-11ea14eddb22.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}