/* FONTS */
@font-face {
  font-family: "TheSansUHHBold";
  src: url("https://assets.stellenpool24.de/uhh/fonts/TheSansUHHBold.eot");
  src: url("https://assets.stellenpool24.de/uhh/fonts/TheSansUHHBold.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TheSansUHHBoldCaps";
  src: url("https://assets.stellenpool24.de/uhh/fonts/TheSansUHHBoldCaps.eot");
  src: url("https://assets.stellenpool24.de/uhh/fonts/TheSansUHHBoldCaps.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TheSansUHHRegular";
  src: url("https://assets.stellenpool24.de/uhh/fonts/TheSansUHHRegular.eot");
  src: url("https://assets.stellenpool24.de/uhh/fonts/TheSansUHHRegular.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TheSansUHH";
  src: url("https://assets.stellenpool24.de/uhh/fonts/TheSansUHHRegular.eot");
  src: url("https://assets.stellenpool24.de/uhh/fonts/TheSansUHHRegular.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TheSansUHHRegularCaps";
  src: url("https://assets.stellenpool24.de/uhh/fonts/TheSansUHHRegularCaps.eot");
  src: url("https://assets.stellenpool24.de/uhh/fonts/TheSansUHHRegularCaps.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TheSansUHHSemiLightCaps";
  src: url("https://assets.stellenpool24.de/uhh/fonts/TheSansUHHSemiLightCaps.eot");
  src: url("https://assets.stellenpool24.de/uhh/fonts/TheSansUHHSemiLightCaps.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
/* VARIABLES */
/* NORMALIZE */
p {
  margin: 0;
}

ul {
  margin-left: 25px;
  -webkit-margin-before: 0px;
  -webkit-padding-start: 0px;
  -moz-margin-before: 0px;
  -moz-padding-start: 0px;
}

/* ELEMENTE */
.noMg {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

strong,
.strong {
  font-family: "TheSansUHHBold", sans-serif;
}

h1 {
  display: inline-block;
  padding: 33px 66px 20px;
  font-family: "TheSansUHHBoldCaps", sans-serif;
  font-size: 38px;
  color: #0271bb;
  line-height: 100%;
  font-weight: normal;
  margin: 5px 0 2.15rem;
}
h1 p {
  margin: 0 !important;
  font-family: "TheSansUHH", sans-serif;
  color: #333;
  font-size: 20px;
  text-transform: uppercase;
}

h2 {
  margin: -6px 0 15px;
  /* font-family: "TheSansUHHBoldCaps", sans-serif; */
  font-family: "TheSansUHHBold", sans-serif;
  font-size: 23px;
  font-weight: normal;
  color: #3a515b;
}

subheader {
  font-family: "TheSansUHHBold", sans-serif;
}
.intro a {
    color: #4e4e4e;
    position: relative;
    display: inline-block;
    -webkit-transition: all ease-in-out 0.03s;
    -o-transition: all ease-in-out 0.03s;
    transition: all ease-in-out 0.03s;
    text-shadow: 0 0 2px #fff;
    font-family: "TheSansUHHRegular", sans-serif;
  }
.styleBox a {
color: #4e4e4e;
position: relative;
display: inline-block;
-webkit-transition: all ease-in-out 0.03s;
-o-transition: all ease-in-out 0.03s;
transition: all ease-in-out 0.03s;
text-shadow: 0 0 2px #fff;
font-family: "TheSansUHHRegular", sans-serif;
}

a {
  color: #4e4e4e;
  position: relative;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.03s;
  -o-transition: all ease-in-out 0.03s;
  transition: all ease-in-out 0.03s;
  text-shadow: 0 0 2px #fff;
  font-family: "TheSansUHHRegular", sans-serif;
}
a.bigger {
  font-size: 16px;
  line-height: 24px;
}

header a::before {
  display: none;
}



a:hover::before {
  content: "";
  width: 100%;
}

.bewerbungButton {
  text-align: right;
}

a.btn {
  text-align: right;
  background: #0271bb;
  text-decoration: none;
  color: #fff;
  padding: 8px 16px;
  margin: 10px 0 25px;
  text-shadow: none;
  font-family: "TheSansUHHSemiLightCaps", sans-serif;
  letter-spacing: 0.5px;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
a.btn::before {
  display: none;
}
a.btn:hover {
  background: #e2001a;
}
ol li {
  margin-left: -27px;
}
ul {
  list-style: none;
}
ul li {
  position: relative;
}
ul li::before {
  content: "";
  background: #c40017;;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 9px;
  margin-left: -25px;
}
ul ul li {
  margin-left: -2px;
}
ul ul li::before {
  content: "";
  background: #c40017;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 9px;
  margin-left: -23px;
}

.styleBox ul li::before,
.styleBox ul ul li::before {
  background: #4e4e4e;
}

/* CONTAINER */
body {
  background: #fff;
  color: #4e4e4e;
  line-height: 24px;
  font-family: "TheSansUHH", sans-serif;
  overflow-x: hidden;
}

.body-wrapper {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
}

.contentWrapper {
  width: 100%;
  max-width: 760px;
  border: 1px solid #d4d4d4;
}

/* HEADER */
header {
  padding: 60px 33px 60px 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.index_img header {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 60px 66px;
}
.fachbereich header {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.fachbereich header .extra_logo,
.multi_logos header .extra_logo {
  margin-bottom: -2px;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 27px;
  letter-spacing: 0.24px;
  padding-left: 10px;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.fachbereich header .extra_logo span,
.multi_logos header .extra_logo span {
  display: block;
  font-family: "TheSansUHHSemiLightCaps", sans-serif;
  color: #0271bb;
  margin-bottom: -5px;
}
.fachbereich header .extra_logo span.subFachbereich,
.multi_logos header .extra_logo span.subFachbereich {
  position: relative;
  height: 90px;
  margin-bottom: 0;
}
.fachbereich header .extra_logo span.subFachbereich p,
.multi_logos header .extra_logo span.subFachbereich p {
  position: absolute;
  bottom: 0;
}
.fachbereich header .extra_logo span strong,
.multi_logos header .extra_logo span strong {
  display: block;
  font-family: "TheSansUHHBoldCaps", sans-serif;
  color: #4e4e4e;
  letter-spacing: 2px;
}
.fachbereich header .logo_uni_hamburg,
.multi_logos header .logo_uni_hamburg {
  height: auto;
  margin-right: 22px;
}
.multi_logos header {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  padding-bottom: 60px;
}
.multi_logos header div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -25px;
}

.cosybioLogo {
  width: 100%;
  max-width: 255px;
  margin-bottom: -15px !important;
}

header #exzellenz {
  width: 68px;
  height: 73px;
  margin-top: 0;
}
header #hhInno {
  width: 70% !important;
  height: 94px;
  margin-top: -14px !important;
  margin-bottom: -10px !important;
  float:right;
}
header .ahoiLogo {
  width: 290px;
  margin-bottom: -13px;
  margin-top: 57px;
}
header .ahoiLogo.ahoiNeu {
  margin-top: 10px;
  margin-bottom: -20px;
  width: 257px;
}

.logo_uni_hamburg {
  width: 100%;
  max-width: 270px;
  height: 100%;
  max-height: 87.3px;
  display: block;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-right: 66px;
}
.marketing .logo_uni_hamburg {
  margin-right: 0;
}

.logo_hra {
  width: 100%;
  max-width: 206px;
  height: 100%;
  max-height: 62px;
  display: block;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding-top: 28px;
}

#css_logo {
  width: 100%;
  max-width: 195px;
  height: 100%;
  max-height: 36px;
  margin-left: 4px;
}

.jubilaeumslogo {
  height: 100%;
  max-height: 103px;
  width: 100%;
  max-width: 94px;
  display: block;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  top: 59px;
  right: 62px;
  position: absolute;
  display: none;
  /*.fachbereich &, .multi_logos &
   * position: relative
   * top: -12px
   * left: -8px
   * margin-right: $paddingDrittel
   * max-height: 96px
   * max-width: 90px */
}
.jubilaeumslogo + .auditWrapper p {
  margin-bottom: -2px;
}

#hcheLogo {
  height: 100%;
  height: 58px;
  width: 100%;
  width: 296px;
  display: block;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  top: 98px;
  right: 62px;
  position: absolute;
}

.logo_marketing {
  width: 100%;
  max-width: 220px;
  margin-bottom: 3px;
}
.index_img .logo_marketing {
  display: none;
}

.hero {
  width: 100%;
}

/* INHALT */
.boxWrapper > .intro {
  background: #f0f0f0;
  margin-top: -7px;
  padding: 33px 66px;
}
.boxWrapper > .intro p {
  margin: 1rem 0 0;
}
.boxWrapper > .intro p:first-child {
  margin: 0 0;
}

.boxWrapper > .intro h1 {
  padding: 33px 0 20px;
}

.box {
  margin: 33px 0;
  padding: 0 66px;
}
.box p {
  margin: 0 0 1rem;
}
.box > *:last-child {
  margin-bottom: 0 !important;
}

.side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.side > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 2 - 3%);
  flex: 0 0 calc(100% / 2 - 3%);
  -ms-flex-preferred-size: calc(100% / 2 - 2%);
  flex-basis: calc(100% / 2 - 2%);
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.side > *:first-child {
  padding-right: 22px;
}
.side > * > *:last-child {
  margin-bottom: 0;
}

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

  list-style: none;
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.iconWrapper li {
  margin: 0;
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  padding-top: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;

  list-style-type: none;
  width: 30%;
  left: 50px;
}
.iconWrapper.wrap2 > * {
    flex: 0 0 50%;
}
.iconWrapper.wrap2 li {
    left: 36px;
}

.iconWrapper li span {
  display: inline-block;
  padding-left: 10px;
  padding-right: 30px;
  font-size: 14px;
  line-height: 16px;
}

.iconWrapper li:nth-child(1),
.iconWrapper li:nth-child(4),
.iconWrapper li:nth-child(7),
.iconWrapper li:nth-child(10) {
 left: 36px;
}

.iconWrapper li:nth-child(3n) span {
  padding-right: 20px;
}

.iconWrapper > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  padding: 0 10px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.iconWrapper .icon {
  max-width: 30px;
  max-height: 30px;
}

.iconWrapper li::before {
  background: none;
  content: ' ';
  width: 30px;
  height: 30px;
  z-index: 100;
  background-size: contain;
}

.location span,
.educationLeave span,
.vacation span,
.laptop span,
.mobile span {
  padding-top: 10px !important;
}

.balance {
  padding-top: 2px !important;
}

/** von azubi **/
  .iconWrapper .salary::before {
    background-image:url('https://assets.stellenpool24.de/uhh/img/neue_icons/verguetung.svg');
  }
  .iconWrapper .premium::before {
    background-image:url('https://assets.stellenpool24.de/uhh/img/neue_icons/abschlusspraemie.svg');
  }
  .iconWrapper .vacation::before {
    background-image:url('https://assets.stellenpool24.de/uhh/img/neue_icons/azubi_urlaub.svg')
  }
  .iconWrapper .health::before {
    background-image:url('https://assets.stellenpool24.de/uhh/img/neue_icons/azubi_gesundheit.svg')
  }
  .iconWrapper .mensa::before {
    background-image:url('https://assets.stellenpool24.de/uhh/img/neue_icons/mensaverguenstigung.svg')
  }
  .iconWrapper .roundtable::before {
    background-image:url('https://assets.stellenpool24.de/uhh/img/neue_icons/azubistammtisch.svg')
  }
  .iconWrapper .ticket::before {
    background-image:url('https://assets.stellenpool24.de/uhh/img/neue_icons/hvvticket.svg')
  }
  .iconWrapper .specialization::before {
    background-image:url('https://assets.stellenpool24.de/uhh/img/neue_icons/mobiles_arbeiten.svg')
  }
  .iconWrapper .shortduration::before {
    background-image:url('https://assets.stellenpool24.de/uhh/img/neue_icons/individuellebenefits.svg')
  }
/** von azubi ende **/

.iconWrapper .salary::before {
  background-image:url('https://assets.stellenpool24.de/uhh/img/neue_icons/verguetung.svg');
}
.iconWrapper .education::before {
  background-image:url('https://assets.stellenpool24.de/uhh/img/neue_icons/weiterbildung.svg')
}
.iconWrapper .retirement::before {
  background-image:url('https://assets.stellenpool24.de/uhh/img/neue_icons/altersvorsorge.svg')
}
.iconWrapper .location::before {
  background-image:url('https://assets.stellenpool24.de/uhh/img/neue_icons/lage.svg')
}
.iconWrapper .flexibility::before {
  background-image:url('https://assets.stellenpool24.de/uhh/img/neue_icons/arbeitszeiten.svg')
}
.iconWrapper .balance::before{
  background-image:url('https://assets.stellenpool24.de/uhh/img/neue_icons/beruf_familie.svg')
}
.iconWrapper .health::before {
  background-image:url('https://assets.stellenpool24.de/uhh/img/neue_icons/gesundheitsmanagement.svg')
}
.iconWrapper .laptop::before {
  background-image:url('https://assets.stellenpool24.de/uhh/img/neue_icons/laptop.svg')
}
.iconWrapper .mobile::before {
  background-image:url('https://assets.stellenpool24.de/uhh/img/neue_icons/mobiles_arbeiten.svg')
}
.iconWrapper .educationLeave::before {
  background-image:url('https://assets.stellenpool24.de/uhh/img/neue_icons/bildung.svg')
}
.iconWrapper .vacation::before {
  background-image:url('https://assets.stellenpool24.de/uhh/img/neue_icons/urlaub.svg')
}

.iconWrapper .ticket::before {
  background-image:url('https://assets.stellenpool24.de/uhh/img/neue_icons/hvvticket.svg')
}
.iconWrapper .onboarding::before {
  background-image:url('https://assets.stellenpool24.de/uhh/img/neue_icons/onboarding.svg');
}
.iconWrapper .verbeamtung::before {
  background-image:url('https://assets.stellenpool24.de/uhh/img/neue_icons/verbeamtung.svg');
}


.styleBox {
  background: #f3f3f3;
  padding: 10px 0 6px;
  margin-bottom: 50px;
}

.styleBox h2 {
  margin-bottom: 24px;
}

.smallBox {
  font-size: 12px;
  line-height: 16px;
  padding-top: 5px;
}

.borderTop {
  border-top: 3px solid #fff;
  margin: 0 66px;
}
.intro .borderTop {
  margin: 2rem 0;
}

/* FOOTER */
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 33px 66px 36px 66px;
  /*.fachbereich &, .multi_logos &
   * justify-content: space-between
   * padding: $paddingHalb $paddingStandard 36px $paddingStandard */
}
.marketing footer {
  display: none;
}
footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer > div #diversity {
  height: 128px;
  width: 108px;
  /*margin-top: -40px;*/
}

footer a {
  display: grid;
}

.auditWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: flex-end;
  padding-bottom: 16px;
  /*.fachbereich &, .multi_logos &
   * margin-top: -10px
   * p
   * 	margin-bottom: 31px */
}
.auditWrapper svg {
  width: 90px;
  height: 8 0px;
}
.auditWrapper p {
  font-size: 12px;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
  padding: 0 17px 0 0;
  margin-bottom: -2px;
}

table {
  width: 100%;
  margin-bottom: 12px;
}

table.contact tr td {
  vertical-align: text-top;
}

#uhhmg {
  width: 80%;
  max-width: 200px;
  margin-top: 34px;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (display: flow-root) {
    svg#diversity {
      margin-top: -10px !important;
    }
    footer {
      padding-top: 5px;
      padding-right: 66px;
      padding-left: 66px;
      padding-bottom: 40px;
    }
    .diversityWrapper {
      margin-top: 15px !important;
    }
    .auditWrapper {
      margin-bottom: 0px;
    }
    .auditWrapper p {
      /* margin-bottom: 25px; */
    }
  }
}

/* IE */
@media all and (-ms-high-contrast: none) {
  ul {
    margin-left: -12px;
  }

  .iconWrapper {
    margin-left: -50px;
  }

  .iconWrapper > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
  }
  .auditWrapper p {
    margin-bottom: 27px;
  }
  footer {
    padding-bottom: 20px;
  }
  footer > div svg#diversity {
    margin-top: -8px;
  }
}
/* MOBILE */
@media screen and (max-width: 700px) {
  .fachbereich header .extra_logo span,
  .multi_logos header .extra_logo span {
    font-size: 3.39vw;
    line-height: 3.79vw;
  }
  .fachbereich header .extra_logo span.subFachbereich,
  .multi_logos header .extra_logo span.subFachbereich {
    height: 12.3vw;
  }
}
@media screen and (max-width: 630px) {
  .body-wrapper {
    padding: 0.5rem;
  }

  header {
    padding: 22px;
  }
  header.fachbereich .logo_uni_hamburg,
  .multi_logos header .logo_uni_hamburg {
    max-width: 230px;
  }

  .boxWrapper {
    padding: 0;
  }
  .boxWrapper .box:last-child {
    margin-bottom: 0;
  }

  .bewerbungButton {
    text-align: left;
  }

  table.contact tr > *:first-child {
    padding-right: 10px;
  }

  table.contact tr > *:last-child {
    padding-left: 10px;
  }
}

@media screen and (max-width: 500px) {
  .index_img header {
    padding: 33px;
  }
  h1 {
    padding: 15px 33px 0;
  }
  .box,
  .boxWrapper > .intro {
    padding-left: 33px;
    padding-right: 33px;
  }
  .iconWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 33px;
  }
  footer > div:first-child {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  footer > div #diversity {
    width: 8rem;
    height: 9rem;
  }
  .auditWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
  }
  .auditWrapper p {
    text-align: left;
    padding: 0;
    margin-bottom: 0;
  }
  .auditWrapper svg {
    width: 7rem;
    margin-top: 1rem;
  }
  .styleBox {
    margin-bottom: 0;
  }

  .iconWrapper li {
    display: block;
    left: 26px;
    width: 100%;
  }

  .iconWrapper li:nth-child(1),
  .iconWrapper li:nth-child(4),
  .iconWrapper li:nth-child(7),
  .iconWrapper li:nth-child(10) {
    left: 26px;
  }

  .iconWrapper li span {
    padding-left: 20px;
  }

  .retirement span,
  .health span,
  .ticket span,
  .education span {
    padding-top: 10px;
  }
  .balance span {
    padding-top: 6px;
  }

  #logoUke {
    margin-top: 32px;
  }

  #dkrz {
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .jubilaeumslogo {
    top: 22px;
    right: 22px;
  }

  h1 {
    font-size: 1.4rem;
  }

  h2 {
    font-size: 20px;
  }

  ul {
    margin-left: 15px;
  }
  ul li::before {
    margin-left: -15px;
  }
}
@media screen and (max-width: 480px) {
  header .jubilaeumslogo {
    max-height: 58px;
    max-width: 41px;
    right: 11px;
  }

  #hcheLogo {
    height: 100%;
    max-height: 36px;
    width: 100%;
    max-width: 174px;
    display: block;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    top: 136px;
    right: 62px;
    position: absolute;
  }
}

@media screen and (max-width: 420px) {
  .logo_uni_hamburg {
    max-height: 83.3px;
  }
}
@media screen and (max-width: 360px) {
  header .jubilaeumslogo {
    max-height: 75px;
  }

  footer svg {
    height: 78px;
  }

  .auditWrapper {
    margin-top: 30px;
    margin-bottom:  0px;
  }
  .auditWrapper svg {
    margin-left: -17px;;
  }
  .auditWrapper p {
    margin-bottom: 4px;
  }
}

.noWrap {
  white-space: pre;
  word-break: keep-all;
}
