*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

/* TYPOGRAPHY */
/* roboto-slab-700 - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-slab-v11-latin-700.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/roboto-slab-v11-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab-v11-latin-700.woff2") format("woff2"), url("../fonts/roboto-slab-v11-latin-700.woff") format("woff"), url("../fonts/roboto-slab-v11-latin-700.ttf") format("truetype"), url("../fonts/roboto-slab-v11-latin-700.svg#RobotoSlab") format("svg");
  /* Legacy iOS */
}
/* roboto-slab-regular - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-slab-v12-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-slab-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab-v12-latin-regular.woff2") format("woff2"), url("../fonts/roboto-slab-v12-latin-regular.woff") format("woff"), url("../fonts/roboto-slab-v12-latin-regular.ttf") format("truetype"), url("../fonts/roboto-slab-v12-latin-regular.svg#RobotoSlab") format("svg"); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v20-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto-v20-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-300.woff2") format("woff2"), url("../fonts/roboto-v20-latin-300.woff") format("woff"), url("../fonts/roboto-v20-latin-300.ttf") format("truetype"), url("../fonts/roboto-v20-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v20-latin-regular.woff") format("woff"), url("../fonts/roboto-v20-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v20-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v20-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/roboto-v20-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-500.woff2") format("woff2"), url("../fonts/roboto-v20-latin-500.woff") format("woff"), url("../fonts/roboto-v20-latin-500.ttf") format("truetype"), url("../fonts/roboto-v20-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v20-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-700.woff2") format("woff2"), url("../fonts/roboto-v20-latin-700.woff") format("woff"), url("../fonts/roboto-v20-latin-700.ttf") format("truetype"), url("../fonts/roboto-v20-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
h1 {
  font-family: "Roboto Slab", Times, "Times New Roman", Georgia, serif;
  font-weight: 700;
  color: #0073ab;
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 450px) {
  h1 {
    font-size: 22px;
    line-height: 26px;
  }
}

h2 {
  font-family: "Roboto Slab", Times, "Times New Roman", Georgia, serif;
  font-weight: 700;
  color: #131314;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 450px) {
  h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}

body {
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  line-height: 26px;
  color: #131314;
}
body b {
  font-weight: 600;
}
@media only screen and (max-width: 450px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
}
body.no-scroll {
  overflow: hidden;
}
body p {
  margin: 0 0 15px 0;
}
body img {
  border: 0px;
}
body ul {
  margin: 0 0 15px 40px;
  list-style-type: disc;
}
body ol {
  margin: 0 0 15px 40px;
  list-style-type: decimal;
}
body .cleardiv {
  clear: both;
  height: 0px;
}
body .wrapper {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px 0 20px;
}
@media only screen and (max-width: 450px) {
  body .wrapper {
    padding: 0 10px 0 10px;
  }
}
body .wrapper-carousel {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 50px 0 50px;
}
@media only screen and (max-width: 700px) {
  body .wrapper-carousel {
    padding: 0 30px;
  }
}
body .shadow-top {
  background-image: url(../images/trenner_news.jpg);
  width: 100%;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  body .shadow-top {
    margin: 0;
  }
}
body .shadow-bottom {
  background-image: url(../images/trenner_news.jpg);
  width: 100%;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  margin-top: 20px;
}
@media only screen and (max-width: 1100px) {
  body .shadow-bottom {
    margin: 0;
  }
}
body .nowrap {
  white-space: nowrap;
}
body .dark-layer {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(1, 1, 1, 0.2);
  z-index: 1;
  visibility: hidden;
}
body .dark-layer.active {
  visibility: visible;
}
body .mb30 {
  margin-bottom: 30px;
}

main {
  min-height: calc(100vh - 140px);
}

.arrow-link {
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
  display: block;
  margin: 8px 0 8px 0;
  transition: all 0.3s ease;
}
.arrow-link.blue {
  color: #0073ab;
}
.arrow-link.blue .arrow-right:before {
  box-shadow: inset 0 0 0 32px #0073ab;
}
.arrow-link.white {
  color: #ffffff;
}
.arrow-link.white .arrow-right:before {
  box-shadow: inset 0 0 0 32px #ffffff;
}
.arrow-link.grey {
  color: #999999;
}
.arrow-link.grey .arrow-right:before {
  box-shadow: inset 0 0 0 32px #999999;
}
.arrow-link:hover {
  transform: translateX(4px);
}
.arrow-link .arrow-right {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border-width: 4px 4px 0 0;
  border-style: solid;
  margin: 0 15px 0 8px;
  transform: rotate(45deg);
}
.arrow-link .arrow-right:before {
  content: "";
  box-sizing: border-box;
  right: 0;
  top: -3px;
  position: absolute;
  height: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 23px;
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.underline-link {
  text-decoration: underline;
  display: block;
}

.underline-link-inline {
  text-decoration: underline;
}

.contact-link {
  color: #131314;
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  margin: 0 0 0 0;
}
.contact-link:hover {
  border-color: #131314;
}

.footer-link {
  color: #ffffff;
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  margin: 10px 20px 0 0;
}
.footer-link:hover {
  border-color: #ffffff;
}

.download-link {
  display: flex;
  align-items: center;
}
.download-link img {
  height: 20px;
  width: 20px;
  margin-right: 15px;
}
.download-link span:hover {
  text-decoration: underline;
}

.button-link {
  background-color: #0073ab;
  color: #ffffff;
  padding: 10px 30px;
  cursor: pointer;
}
.button-link.grey {
  background-color: #999999;
}

header {
  position: relative;
  background-image: url(../images/header_hg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 20px solid #0073ab;
  margin: 0;
}
@media only screen and (max-width: 1100px) {
  header {
    margin: 0;
  }
}
@media only screen and (max-width: 700px) {
  header {
    background-image: url(../images/header_hg_mobil.jpg);
    border-bottom: 10px solid #0073ab;
  }
}
header #navbar {
  position: fixed;
  background-color: transparent;
  width: 100%;
  height: 60px;
  vertical-align: middle;
  transition: all 0.6s ease;
  z-index: 10;
}
@media only screen and (max-width: 700px) {
  header #navbar {
    height: 45px;
  }
}
header #navbar .nav-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 9px;
}
@media only screen and (max-width: 700px) {
  header #navbar .nav-container {
    margin-top: 3px;
  }
}
header #navbar .nav-container a {
  width: 90%;
}
header #navbar .nav-container a .logo {
  float: left;
  height: 40px;
  width: 40px;
  z-index: 11;
}
@media only screen and (max-width: 700px) {
  header #navbar .nav-container a .logo {
    float: left;
    height: 30px;
  }
}
header #navbar .nav-container a .logo img {
  height: 40px;
}
header #navbar .nav-container .nav-icon {
  position: relative;
  float: right;
  cursor: pointer;
  margin-top: 8px;
}
@media only screen and (max-width: 700px) {
  header #navbar .nav-container .nav-icon {
    margin-top: 10px;
    margin-right: 10px;
  }
}
header #navbar .nav-container .nav-icon div {
  height: 4px;
  margin-bottom: 8px;
  width: 40px;
  background-color: #0073ab;
  transition: all 0.5s ease;
  transition: background-color 1.5 ease;
}
@media only screen and (max-width: 700px) {
  header #navbar .nav-container .nav-icon div {
    height: 3px;
    margin-bottom: 6px;
    width: 30px;
  }
}
header #navbar .nav-container .nav-icon.active div:nth-child(1) {
  transform: translateY(12px) rotate(-45deg);
}
@media only screen and (max-width: 700px) {
  header #navbar .nav-container .nav-icon.active div:nth-child(1) {
    transform: translateY(9px) rotate(-45deg);
  }
}
header #navbar .nav-container .nav-icon.active div:nth-child(2) {
  opacity: 0;
}
header #navbar .nav-container .nav-icon.active div:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}
@media only screen and (max-width: 700px) {
  header #navbar .nav-container .nav-icon.active div:nth-child(3) {
    transform: translateY(-9px) rotate(45deg);
  }
}
header #navbar .menu {
  font-family: "Roboto Slab", Times, "Times New Roman", Georgia, serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #ffffff;
  margin: 7px 0 15px auto;
  background-color: #0073ab;
  text-align: right;
  width: 30%;
  padding: 30px;
  border-radius: 50px 0 50px 50px;
  transform: translateY(-120%);
  transition: all 0.3s ease;
  display: none;
}
header #navbar .menu div {
  margin: 9px 10px;
}
header #navbar .menu div a {
  padding: 3px 0px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
header #navbar .menu div a:hover {
  border-color: #ffffff;
}
header #navbar .menu div a.english {
  font-family: "Roboto Slab", Times, "Times New Roman", Georgia, serif;
  font-weight: 400;
}
header #navbar .menu.active {
  opacity: 100%;
  width: 20%;
  min-width: 270px;
  height: auto;
  transform: translateY(0);
  display: block;
}
header #navbar.sticky {
  background-color: #ffffff;
  border-bottom: 1px solid #999999;
}
header #navbar.sticky .nav-container a .logo {
  background-image: url(../images/header_logo_sticky.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}
header #navbar.sticky .nav-container .nav-icon div {
  background-color: #999999;
}
header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 60px 0 60px 0;
  align-items: center;
}
header .container .item {
  width: 44%;
}
@media only screen and (max-width: 700px) {
  header .container .item {
    width: 100%;
  }
}
header .container .item.item-left {
  text-align: right;
}
@media only screen and (max-width: 700px) {
  header .container .item.item-left {
    display: none;
  }
}
header .container .item.item-left img {
  width: 90%;
  max-width: 500px;
  padding: 30px 0 15px 0;
}
header .container .item .quote {
  font-family: "Roboto Slab", Times, "Times New Roman", Georgia, serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 65px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 3px 2px #919191;
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 1100px) {
  header .container .item .quote {
    font-size: 38px;
    line-height: 46px;
    text-shadow: 2px 1px #919191;
  }
}
header .container .item .author {
  color: #ffffff;
}
header .certificate-wrapper {
  position: absolute;
  bottom: -28px;
  width: 200px;
  height: auto;
  right: calc((100% - 1440px) / 2);
}
@media screen and (max-width: 1480px) {
  header .certificate-wrapper {
    right: 20px;
  }
}
@media screen and (max-width: 800px) {
  header .certificate-wrapper {
    width: 150px;
  }
}
@media screen and (max-width: 700px) {
  header .certificate-wrapper {
    bottom: -19px;
  }
}
@media screen and (max-width: 500px) {
  header .certificate-wrapper {
    width: 100px;
  }
}
header .certificate-wrapper img {
  max-width: 100%;
}

aside {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
aside .item {
  width: 30%;
}
aside .item .subitem:not(:last-child) {
  margin-bottom: 30px;
}
aside .item.downloads {
  background-color: #0073ab;
  color: #ffffff;
  padding: 30px;
  border-radius: 50px 0 50px 50px;
}
@media only screen and (max-width: 1100px) {
  aside .item.downloads {
    width: 100%;
    order: -1;
  }
}
aside .item.downloads h1 {
  color: #ffffff;
}
aside .item.downloads h2 {
  color: #ffffff;
}
aside .item.downloads .download-item {
  color: #ffffff;
  margin-bottom: 15px;
}
aside .item.bewerbung {
  background-color: #0073ab;
  color: #ffffff;
  padding: 30px;
  border-radius: 50px 0 50px 50px;
  order: -1;
}
@media only screen and (max-width: 1100px) {
  aside .item.bewerbung {
    width: 100%;
    order: -1;
  }
}
aside .item.bewerbung h1 {
  color: #ffffff;
}
@media only screen and (max-width: 1100px) {
  aside .item.kontakt {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  aside .item.kontakt {
    order: 1;
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  aside .item.services {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  aside .item.services {
    width: 100%;
  }
}

.home .block {
  padding: 20px 0 20px 0;
}
.home aside .item {
  margin-bottom: 30px;
}
.home .intro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home .intro .item .team-image {
  border-radius: 50px 0 50px 50px;
  margin-top: 8px;
}
@media only screen and (max-width: 1100px) {
  .home .intro .item .team-image {
    margin-top: 20px;
  }
}
.home .intro .item.item-left {
  width: 63%;
}
@media only screen and (max-width: 1100px) {
  .home .intro .item.item-left {
    width: 100%;
  }
}
.home .intro .item.item-right {
  width: 33%;
}
@media only screen and (max-width: 1100px) {
  .home .intro .item.item-right {
    width: 100%;
  }
}
.home .intro .item img {
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .home .intro {
    padding-top: 0;
  }
}
.home .leistungen .item {
  text-align: center;
  margin: 10px 0 10px 0;
}
.home .leistungen .item .img img {
  width: 50%;
  max-width: 120px;
  margin: 0 auto;
}

main:not(.home) {
  margin-top: 60px;
}
main:not(.home) .container {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
main:not(.home) .container section {
  width: 65%;
}
@media only screen and (max-width: 1100px) {
  main:not(.home) .container section {
    width: 100%;
  }
}
main:not(.home) .container section article {
  margin-bottom: 30px;
}
main:not(.home) .container section article + article {
  border-top: 1px solid #999999;
  padding-top: 15px;
}
main:not(.home) .container section article.first-item {
  border-top: 1px solid #999999;
  padding-top: 15px;
}
main:not(.home) .container aside {
  width: 30%;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
@media only screen and (max-width: 1100px) {
  main:not(.home) .container aside {
    width: 100%;
    flex-direction: row;
  }
}
main:not(.home) .container aside .item {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1100px) {
  main:not(.home) .container aside .item.kontakt {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  main:not(.home) .container aside .item.kontakt {
    order: 1;
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  main:not(.home) .container aside .item.services {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  main:not(.home) .container aside .item.services {
    width: 100%;
  }
}

main.partner .container section article .first-paragraph {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 700px) {
  main.partner .container section article .first-paragraph {
    flex-wrap: wrap;
  }
}
main.partner .container section article .first-paragraph .image-container {
  width: 150px;
  flex-shrink: 0;
  margin: 0 15px 15px 0;
}
main.partner .container section article .first-paragraph .image-container.treuhandunion {
  margin-top: 5px;
}
main.partner .container section article .first-paragraph .image-container img {
  width: 100%;
}

main.team .container section .team-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 280px));
  gap: 30px;
  margin-bottom: 30px;
  justify-content: center;
}
main.team .container section .team-container .item {
  background-color: #0073ab;
  border-radius: 50px 0 50px 50px;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  padding-bottom: 15px;
}
main.team .container section .team-container .item .team-image {
  margin-bottom: 10px;
}
main.team .container section .team-container .item .team-image img {
  width: 100%;
  border-radius: 50px 0 0 0;
}
main.team .container section .team-container .item .info {
  font-size: 16px;
  line-height: 22px;
  padding: 0 10px;
}
main.team .container section .team-container .item .info > * {
  margin-bottom: 12px;
}
main.team .container section .team-container .item .info .name {
  font-family: "Roboto Slab", Times, "Times New Roman", Georgia, serif;
  font-weight: 700;
}
main.team .container aside {
  width: 30%;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
@media only screen and (max-width: 1100px) {
  main.team .container aside {
    width: 100%;
    flex-direction: row;
  }
}
@media only screen and (max-width: 1100px) {
  main.team .container aside .item.kontakt {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  main.team .container aside .item.kontakt {
    order: 1;
    width: 100%;
  }
}

main.kontakt .container section .maps {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
main.kontakt .container section .maps iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

main.news .fetch-news {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
main.news .fetch-news:hover {
  transform: translateX(4px);
}
main.news .fetch-news-img {
  width: 34px;
  height: 34px;
  margin-right: 10px;
}
main.news .fetch-news-img img {
  width: 100%;
}
main.news .fetch-news-desc {
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #0073ab;
}

main.leistungen .container section article .headline-container {
  display: flex;
  align-items: center;
}
main.leistungen .container section article .headline-container .icon {
  height: 80px;
  margin: 0 10px 15px 0;
}
@media only screen and (max-width: 450px) {
  main.leistungen .container section article .headline-container .icon {
    height: 60px;
  }
}
main.leistungen .container section article .headline-container .icon img {
  height: 100%;
}

main.downloads .container section .download-link {
  padding: 10px 0;
}
main.downloads .container section article {
  margin-bottom: 15px;
}
main.downloads .container section article:last-of-type {
  border-bottom: 1px solid #999999;
}
main.downloads .container section article.active h1:after {
  transform-origin: center center;
  transform: translateY(10px) rotate(225deg) scale(-1);
}
main.downloads .container section article h1 {
  cursor: pointer;
}
main.downloads .container section article h1:after {
  content: "";
  width: 20px;
  height: 20px;
  float: right;
  margin: 0 10px 0 15px;
  border-width: 4px 0 0 4px;
  border-style: solid;
  border-color: #0073ab;
  transform-origin: center center;
  transform: translate(0, 0) rotate(225deg);
}
@media only screen and (max-width: 450px) {
  main.downloads .container section article h1:after {
    width: 15px;
    height: 15px;
    border-width: 3px 0 0 3px;
  }
}
main.downloads .container section article .download-content {
  display: none;
}
main.downloads .container section article .download-content .download-link {
  padding: 10px 0;
}

main.karriere .karriere-hero {
  border-radius: 50px 0 50px 50px;
  margin-top: 8px;
  margin-bottom: 20px;
  max-width: 100%;
}
main.karriere .container section article .headline-container {
  display: flex;
  align-items: center;
}
main.karriere .container section article .headline-container h1 {
  margin-bottom: 0;
}
main.karriere .container section article .headline-container .icon {
  height: 80px;
  margin: 15px 10px 15px 0;
}
@media only screen and (max-width: 450px) {
  main.karriere .container section article .headline-container .icon {
    height: 60px;
  }
}
main.karriere .container section article .headline-container .icon img {
  height: 100%;
}

footer {
  min-height: 80px;
  background-color: #999999;
  color: #ffffff;
  padding-bottom: 20px;
}

input[type=text],
input[type=password],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f6f6f6;
  border: none;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  color: #131314;
  display: block;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  max-width: 100%;
  padding: 0.8rem 1rem;
  resize: none;
  width: 100%;
}

input[type=file] {
  display: none !important;
}

form .form-input {
  border-bottom: 3px solid #999999;
  margin-bottom: 20px;
  display: block;
}

form .form-input.blue-stroke {
  border-bottom: 3px solid #0073ab;
}

form .form-input.form-input-error {
  border-bottom: 3px solid #ff0000;
}

form [type=checkbox].form-input.form-input-error {
  outline: 2px solid red;
}

form label {
  font-size: 1rem;
  color: #131314;
  font-weight: bold;
}

#job-application {
  max-width: 800px;
  padding-top: 20px;
  margin-bottom: 20px;
}

.form-row-2-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .form-row-2-cols {
    display: block;
  }
}

.form-col.flex {
  display: flex;
  gap: 10px;
}

.cta-submit {
  background-color: #0073ab;
  color: #ffffff;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  border: none;
}

.form-info {
  padding-top: 20px;
}

.form-info.hidden {
  display: none;
}

.form-error {
  color: #ff0000;
  margin-bottom: 20px;
}

.form-spacer {
  padding-bottom: 60px;
}

.file-input {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.captcha-image {
  display: block;
}

.captcha-container {
  display: flex;
}

.reload-cta {
  background-image: url(../images/arrows-rotate-solid.svg);
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
}

#job-application-popup {
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
  width: calc(100% - 60px);
  max-width: 500px;
  padding: 50px;
  transition: 0.4s all ease-in-out;
  opacity: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
#job-application-popup b {
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  #job-application-popup {
    padding: 25px;
    width: calc(100% - 10px);
  }
}
#job-application-popup h1 {
  margin-bottom: 0;
}
#job-application-popup.active {
  opacity: 1;
}
#job-application-popup .text {
  color: #999999;
  text-align: center;
}
#job-application-popup .button-link {
  flex-shrink: 0;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #job-application-popup .button-link {
    margin: 15px 0 0 0;
    width: 100%;
  }
}
#job-application-popup .close {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}
#job-application-popup .close > div {
  height: 3px;
  margin-bottom: 8px;
  width: 20px;
  background-color: #999999;
}
#job-application-popup .close > div:nth-child(1) {
  transform: translateY(6px) rotate(-45deg);
}
#job-application-popup .close > div:nth-child(2) {
  transform: translateY(-5px) rotate(45deg);
}

#cookie-popup {
  display: none;
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 750px;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
  padding: 2rem;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #cookie-popup {
    top: unset;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    transform: unset;
  }
}
#cookie-popup.active {
  display: block;
  z-index: 999;
}
#cookie-popup h1 {
  padding-top: 20px;
}
#cookie-popup .actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  #cookie-popup .actions {
    flex-direction: column;
    padding-top: 2rem;
    gap: 10px;
  }
}
#cookie-popup .text {
  color: #999999;
  text-align: center;
  padding-top: 2rem;
}
#cookie-popup .underline-link {
  display: inline;
}
#cookie-popup .button-link {
  flex-shrink: 0;
  text-align: center;
  min-width: 290px;
}
@media only screen and (max-width: 600px) {
  #cookie-popup .button-link {
    margin: 15px 0 0 0;
  }
}
#cookie-popup .close {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}
#cookie-popup .close > div {
  height: 3px;
  margin-bottom: 8px;
  width: 20px;
  background-color: #999999;
}
#cookie-popup .close > div:nth-child(1) {
  transform: translateY(6px) rotate(-45deg);
}
#cookie-popup .close > div:nth-child(2) {
  transform: translateY(-5px) rotate(45deg);
}

.cookie-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 998;
}/*# sourceMappingURL=main.css.map */