/* palanquin-dark-regular - latin */
@font-face {
	font-family: 'Palanquin Dark';
	font-style: normal;
	font-weight: 400;
	src: url('/assets/fonts/palanquin-dark-v3-latin/palanquin-dark-v3-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Palanquin Dark Regular'), local('PalanquinDark-Regular'),
	url('/assets/fonts/palanquin-dark-v3-latin/palanquin-dark-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/assets/fonts/palanquin-dark-v3-latin/palanquin-dark-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('/assets/fonts/palanquin-dark-v3-latin/palanquin-dark-v3-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('/assets/fonts/palanquin-dark-v3-latin/palanquin-dark-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/assets/fonts/palanquin-dark-v3-latin/palanquin-dark-v3-latin-regular.svg#PalanquinDark') format('svg'); /* Legacy iOS */
}
/* palanquin-dark-500 - latin */
@font-face {
	font-family: 'Palanquin Dark';
	font-style: normal;
	font-weight: 500;
	src: url('/assets/fonts/palanquin-dark-v3-latin/palanquin-dark-v3-latin-500.eot'); /* IE9 Compat Modes */
	src: local('Palanquin Dark Medium'), local('PalanquinDark-Medium'),
	url('/assets/fonts/palanquin-dark-v3-latin/palanquin-dark-v3-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/assets/fonts/palanquin-dark-v3-latin/palanquin-dark-v3-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
	url('/assets/fonts/palanquin-dark-v3-latin/palanquin-dark-v3-latin-500.woff') format('woff'), /* Modern Browsers */
	url('/assets/fonts/palanquin-dark-v3-latin/palanquin-dark-v3-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/assets/fonts/palanquin-dark-v3-latin/palanquin-dark-v3-latin-500.svg#PalanquinDark') format('svg'); /* Legacy iOS */
}
/* palanquin-dark-600 - latin */
@font-face {
	font-family: 'Palanquin Dark';
	font-style: normal;
	font-weight: 600;
	src: url('/assets/fonts/palanquin-dark-v3-latin/palanquin-dark-v3-latin-600.eot'); /* IE9 Compat Modes */
	src: local('Palanquin Dark SemiBold'), local('PalanquinDark-SemiBold'),
	url('/assets/fonts/palanquin-dark-v3-latin/palanquin-dark-v3-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/assets/fonts/palanquin-dark-v3-latin/palanquin-dark-v3-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
	url('/assets/fonts/palanquin-dark-v3-latin/palanquin-dark-v3-latin-600.woff') format('woff'), /* Modern Browsers */
	url('/assets/fonts/palanquin-dark-v3-latin/palanquin-dark-v3-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/assets/fonts/palanquin-dark-v3-latin/palanquin-dark-v3-latin-600.svg#PalanquinDark') format('svg'); /* Legacy iOS */
}
/* palanquin-dark-700 - latin */
@font-face {
	font-family: 'Palanquin Dark';
	font-style: normal;
	font-weight: 700;
	src: url('/assets/fonts/palanquin-dark-v3-latin/palanquin-dark-v3-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Palanquin Dark Bold'), local('PalanquinDark-Bold'),
	url('/assets/fonts/palanquin-dark-v3-latin/palanquin-dark-v3-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/assets/fonts/palanquin-dark-v3-latin/palanquin-dark-v3-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('/assets/fonts/palanquin-dark-v3-latin/palanquin-dark-v3-latin-700.woff') format('woff'), /* Modern Browsers */
	url('/assets/fonts/palanquin-dark-v3-latin/palanquin-dark-v3-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/assets/fonts/palanquin-dark-v3-latin/palanquin-dark-v3-latin-700.svg#PalanquinDark') format('svg'); /* Legacy iOS */
}

@charset "UTF-8";
/******************************************************************************
 * Reset
 *****************************************************************************/
body, h1, h2, h3, h4, h5, p, ul, li, div, nav, figure, small, blockquote {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: inherit;
  font-weight: normal;
}

main {
  display: block;
}

ul {
  list-style-type: none;
}

input {
  margin: 0;
}

html, body {
  height: 100%;
  background-color: white;
  width: 100%;
  overflow-x: hidden;
}

a, b, em, cite {
  text-decoration: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
}

/******************************************************************************
 * Definitions
 *****************************************************************************/
/******************************************************************************
 * Components
 *****************************************************************************/
/******************************************************************************
 * Screen readers
 *****************************************************************************/
.visually-hidden, .Tabs .Tab > input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/******************************************************************************
 * Typo
 *****************************************************************************/
body {
  font-family: "Palanquin Dark", sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.text-orange {
  color: #ff5600;
}

/******************************************************************************
 * Icons
 *****************************************************************************/
/******************************************************************************
 * Navigation
 *****************************************************************************/
@media screen and (max-width: 767px) {
  body {
    padding-top: 80px;
    overflow: auto;
    overflow: initial;
  }

  body > nav {
    display: block;
    position: fixed;
    z-index: 10000;
    top: 0;
    height: 80px;
    left: 0;
    right: 0;
    line-height: 80px;
    background-color: white;
    background-image: url(/assets/img/logo_beckmann.svg);
    background-repeat: no-repeat;
    background-position: 50px 50%;
    background-size: 120px;
  }
  body > nav > ul {
    position: fixed;
    z-index: 10001;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 2;
    background-color: white;
    padding: 20px 50px;
    overflow-y: auto;
  }
  body > nav > ul ul {
    padding: 0 50px;
  }
  body > nav label {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding-right: 20px;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
  }
  body > nav label input {
    position: absolute;
    top: -500px;
  }

  body > nav > ul {
    display: none;
  }

  body.nav-active {
    overflow: hidden;
  }
  body.nav-active > nav > ul {
    display: block;
  }

  a, span {
    color: black;
  }

  a:hover, span:hover, li:hover > a, li:hover > span, li.active > a, li.active > span, a.active, span.active {
    color: #ff5600;
  }
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 94px;
    overflow: auto;
    overflow: initial;
  }

  body > nav {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    border-bottom: 1px solid lightgrey;
    background-color: white;
  }
  body > nav label {
    display: none;
  }
  body > nav > ul {
    display: block;
    margin: 0 auto;
    position: relative;
    max-width: 1020px;
    text-align: right;
  }
  body > nav > ul > li {
    display: inline-block;
    white-space: nowrap;
  }
  body > nav > ul > li:first-child {
    float: left;
  }
  body > nav > ul > li > ul {
    display: none;
  }
  body > nav > ul > li:hover > ul {
    display: block;
  }
  body > nav > ul > li > ul {
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    text-align: left;
  }
  body > nav > ul > li > ul:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10000px;
    right: -10000px;
    background-color: white;
    z-index: 0;
    border-top: 1px solid #f2f2f2;
  }
  body > nav > ul > li > ul > li {
    position: relative;
    z-index: 10001;
    display: block;
    white-space: nowrap;
  }
  body > nav a, body > nav span {
    display: block;
    color: black;
    text-transform: uppercase;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 900px) {
  body > nav a, body > nav span {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  body > nav a:hover, body > nav span:hover, body > nav li:hover > a, body > nav li:hover > span, body > nav li.active > a, body > nav li.active > span, body > nav a.active, body > nav span.active {
    color: #ff5600;
  }
  body > nav a:hover > span, body > nav span:hover > span, body > nav li:hover > a > span, body > nav li:hover > span > span, body > nav li.active > a > span, body > nav li.active > span > span, body > nav a.active > span, body > nav span.active > span {
    color: #ff5600;
  }
}
@media screen and (min-width: 768px) {
  body > nav > ul > li > a, body > nav > ul > li > span {
    padding: 35px 7px;
  }
}
@media screen and (min-width: 768px) and (min-width: 900px) {
  body > nav > ul > li > a, body > nav > ul > li > span {
    padding: 35px 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1076px) {
  body > nav > ul > li > a, body > nav > ul > li > span {
    padding: 35px 15px;
  }
}
@media screen and (min-width: 768px) {
  body > nav > ul > li:last-child > a, body > nav > ul > li:last-child > span {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  body > nav > ul > li > ul > li > a, body > nav > ul > li > ul > li > span {
    padding: 7px 0;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  body > nav > ul > li > ul > li:first-child > a, body > nav > ul > li > ul > li:first-child > span {
    padding-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  body > nav > ul > li > ul > li:last-child > a, body > nav > ul > li > ul > li:last-child > span {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  body > nav > ul > li > ul > li > a > span, body > nav > ul > li > ul > li > span > span {
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 520px;
  }
}
@media screen and (min-width: 768px) {
  body > nav li.home {
    width: 200px;
    background-image: url(/assets/img/logo_beckmann.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 200px;
    text-align: left;
    text-indent: -10000px;
  }
}
.Header {
  text-align: center;
}
.Header h1 {
  text-transform: uppercase;
}
.Header h1 small {
  display: block;
  text-transform: none;
}

.Header h1 {
  font-size: 20px;
}
.Header small {
  margin-top: 5px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .Header h1 {
    font-size: 25px;
  }
  .Header small {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  .Header h1 {
    font-size: 40px;
  }
  .Header small {
    margin-top: 15px;
    font-size: 25px;
  }
}

.ColorSection {
  overflow: hidden;
}
.ColorSection.grey {
  background-color: #f2f2f2;
}

body > main > .ColorSection {
  box-sizing: border-box;
  margin-left: -13px;
  margin-right: -13px;
  max-width: none;
  padding-left: 13px;
  padding-right: 13px;
}

body > main > .ColorSection > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px;
}

.Text {
  color: #787878;
}
.Text b {
  color: black;
  font-weight: normal;
}
.Text em {
  color: #ff5600;
  text-transform: uppercase;
}
.Text p {
  margin-bottom: 1.5em;
  line-height: 1.4;
}
.Text ul {
  margin-bottom: 1.5em;
  padding-left: 1.3em;
  line-height: 1.4;
}
.Text ul li:before {
  content: "\2022";
  display: inline-block;
  width: 1.3em;
  margin-left: -1.3em;
}
.Text ul ul {
  margin-bottom: 0;
}
.Text > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 900px) {
  .Cols {
    overflow: hidden;
  }
  .Cols > div {
    display: flex;
    flex-direction: row;
    margin-left: -49px;
    margin-right: -49px;
  }
  .Cols > div .Col {
    box-sizing: border-box;
    width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 49px;
    padding-right: 49px;
  }
  .Cols > div .Col.center {
    align-self: center;
  }
}

.ImageSection {
  overflow: hidden;
  position: relative;
}
.ImageSection > img {
  display: block;
  max-width: none !important;
}

.ImageSection > img {
  width: 200%;
}
.ImageSection.right > img {
  transform: translate(-50%, 0);
}

@media screen and (min-width: 900px) {
  .ImageSection > img {
    width: 100%;
  }
  .ImageSection.right > img {
    transform: none;
  }

  .SectionContent {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
body > main > .ImageSection {
  box-sizing: border-box;
  max-width: none;
  margin-left: -13px;
  margin-right: -13px;
}

body > main > .ImageSection > .SectionContent > div {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width: 1020px;
}

body > main > .ImageSection > .SectionContent > div > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px;
}

.Quote {
  text-align: center;
}

.Quote {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .Quote {
    font-size: 25px;
  }
}
@media screen and (min-width: 900px) {
  .Quote {
    font-size: 25px;
  }
}

.Button {
  text-align: center;
}
.Button a {
  box-sizing: border-box;
  display: inline-block;
  border-radius: 13px;
  padding: 20px;
  text-transform: uppercase;
  text-align: center;
  background-color: #ff5600;
  color: white;
}

.Button a {
  font-size: 18px;
  min-width: 300px;
}
@media screen and (min-width: 900px) {
  .Button a {
    min-width: 400px;
  }
}

.Image img {
  display: block;
  width: 100%;
  min-height: 20px;
  background-color: red;
}

.Image {
  margin-left: -13px;
  margin-right: -13px;
}
@media screen and (min-width: 900px) {
  .Image {
    margin-left: 0;
    margin-right: 0;
  }
}

.Tabs .Tab > label > header {
  background-color: gainsboro;
  border-radius: 15px;
  padding: 32px 45px;
}
.Tabs .Tab > label > header > h1 {
  position: relative;
  padding-right: 50px;
}
.Tabs .Tab > label > header > h1 .subtitle {
  color: #ff5600;
}
.Tabs .Tab > label > header > h1:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  background-image: url(/assets/icons/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.Tabs .Tab > input:checked + label > header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.Tabs .Tab > input:checked + label > header > h1:after {
  background-image: url(/assets/icons/arrow-down.svg);
}
.Tabs .Tab > main {
  overflow: hidden;
  background-color: gainsboro;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-top: 3px;
  padding: 0 45px;
  display: none;
}
.Tabs .Tab > input:checked + label + main {
  display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.Slider.align-middle .slick-initialized .slick-slide {
  vertical-align: middle;
}

/******************************************************************************
 * Slider layout - use table positioning
 *****************************************************************************/
.slick-track {
  display: table;
  table-layout: fixed;
}

.slick-initialized .slick-slide {
  display: table-cell;
  vertical-align: top;
  float: none;
  position: relative;
}

.slick-slide .block {
  height: 100%;
}

/******************************************************************************
 * Prev / Next button
 *****************************************************************************/
.slick-arrow {
  display: block;
  position: absolute;
  z-index: 999;
  top: 0;
  bottom: 0;
  width: 5%;
  min-width: 50px;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow {
  opacity: 0;
  border: none;
  background: white;
  text-indent: -10000px;
}
.slick-arrow:hover {
  opacity: 0.5;
}

.slick-arrow.slick-hidden {
  display: none;
}

/******************************************************************************
 * Dots
 *****************************************************************************/
.slick-dots {
  display: block;
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 60px;
  height: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 16px;
  height: 16px;
}
.slick-dots li button {
  display: block;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #787878;
  border-radius: 50%;
  background: transparent;
  text-indent: -10000px;
}
.slick-dots li button:active, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: #787878;
}

/******************************************************************************
 * Colors
 *****************************************************************************/
.slider.grey .slick-dots li button {
  border-color: #787878;
}
.slider.grey .slick-dots li.slick-active button {
  background: #787878;
}

.LogoSlider {
  margin-top: 60px;
  margin-bottom: 60px;
}

.LogoSlider .slick-initialized {
  margin-bottom: 80px;
}

.LogoSlider .slick-dots {
  bottom: -40px;
}

.LogoSlider .SlideLogo {
  margin: 0 auto;
  max-width: 200px;
  padding: 0 10px;
}

.LogoSlider img {
  display: block;
  margin: 0 auto;
  max-height: 60px;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .slick-list {
    margin: 0 60px;
  }

  .slick-arrow.slick-next, .slick-arrow.slick-prev {
    opacity: 0.5;
    background-image: url(/assets/icons/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #0000;
    background-size: 30px;
  }

  .slick-arrow.slick-prev {
    background-image: url(/assets/icons/arrow-left.svg);
  }
}
.HomeSlider {
  text-align: center;
}
.HomeSlider .slick-arrow {
  display: none !important;
}
.HomeSlider .slick-dots {
  position: relative !important;
  bottom: 0;
  height: auto;
}
.HomeSlider span {
  display: block;
}
.HomeSlider span:before, .HomeSlider span:after {
  content: '"';
  color: #ff5600;
  display: block;
  font-size: 2.5em;
  margin-top: 0.5em;
}
.HomeSlider cite {
  display: block;
  color: #787878;
}

.HomeSlider {
  margin-top: 30px;
  margin-bottom: 30px;
}
.HomeSlider blockquote span {
  font-size: 16px;
}
.HomeSlider blockquote cite {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .HomeSlider {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .HomeSlider blockquote span {
    font-size: 25px;
  }
  .HomeSlider blockquote cite {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 900px) {
  .HomeSlider {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .HomeSlider blockquote span {
    font-size: 25px;
  }
  .HomeSlider blockquote cite {
    margin-top: 50px;
    margin-bottom: 70px;
  }
}

.HomeTeasers .HomeTeaser {
  text-align: center;
}
.HomeTeasers .HomeTeaser h1 {
  color: #ff5600;
  text-transform: uppercase;
}
.HomeTeasers .HomeTeaser h1 .subtitle {
  display: block;
  color: black;
  text-transform: none;
}
.HomeTeasers .HomeTeaser .handle {
  display: inline-block;
  width: 30px;
  height: 20px;
  background-image: url(/assets/icons/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0.75em 0;
}
.HomeTeasers .HomeTeaser img {
  display: block;
  width: 100%;
}
.HomeTeasers .HomeTeaser .content .overlay {
  padding: 1em;
}
.HomeTeasers .HomeTeaser .content li {
  margin: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .HomeTeasers .HomeTeaser {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .HomeTeasers .HomeTeaser .content {
    position: relative;
  }
  .HomeTeasers .HomeTeaser .content .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 768px) and (max-width: 899px) {
  .HomeTeasers {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .HomeTeasers .HomeTeaser {
    box-sizing: border-box;
    position: relative;
    margin-left: 50%;
    width: 50%;
    height: 520px;
    padding: 5em 2em;
  }
  .HomeTeasers .HomeTeaser .handle {
    margin-top: 3em;
  }
  .HomeTeasers .HomeTeaser img {
    position: absolute;
    left: -100%;
    top: 0;
  }
}
@media screen and (min-width: 900px) {
  .HomeTeasers {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .HomeTeasers .HomeTeaser h1 {
    min-height: 5em;
  }
  .HomeTeasers .HomeTeaser .content {
    position: relative;
  }
  .HomeTeasers .HomeTeaser .content .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .HomeTeasers .HomeTeaser .content .overlay {
    display: none;
  }
  .HomeTeasers .HomeTeaser:hover h1 .subtitle {
    color: #ff5600;
  }
  .HomeTeasers .HomeTeaser:hover .content .overlay {
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .HomeTeasers > div {
    display: flex;
    flex-direction: row;
    margin-left: -30px;
    margin-right: -30px;
  }
  .HomeTeasers > div .HomeTeaser {
    box-sizing: border-box;
    width: 33.33%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}

body > footer {
  border-top: 1px solid #f2f2f2;
}
body > footer nav ul {
  margin: 0 auto;
  max-width: 1020px;
}
body > footer nav ul {
  display: flex;
  align-items: center;
}
body > footer nav ul li:first-child {
  margin-right: auto;
  flex-grow: 1;
}
body > footer nav ul li {
  padding: 10px 8px;
  flex-grow: 0;
}
body > footer nav ul li a {
  display: block;
  color: black;
  text-transform: uppercase;
}
body > footer nav ul li img {
  display: block;
}

body > footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 900px) {
  body > footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.Logos > div {
  text-align: center;
}
.Logos .Logo {
  vertical-align: middle;
  display: inline-block;
  min-width: 190px;
  margin: 0 20px;
}
.Logos .Logo img {
  display: block;
  margin: 0 auto;
  max-height: 60px;
  max-width: 250px;
}

.Popup {
  overflow: hidden;
  height: 0;
}
.Popup .popup {
  display: none;
}
.Popup input:checked + .popup {
  display: flex;
}
.Popup .popup {
  position: fixed;
  z-index: 10001;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.Popup .popup > div {
  position: relative;
  padding: 15px;
  background-color: white;
}
.Popup .popup > div:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-image: url(/assets/icons/cross.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.Popup .popup > div {
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .Popup .popup > div {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .Popup .popup > div {
    max-width: 1020px;
  }
}

/******************************************************************************
 * Main content
 *****************************************************************************/
body > main {
  margin-left: 13px;
  margin-right: 13px;
}

@media screen and (min-width: 900px) {
  body > main > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 1020px;
  }
}
a[name] {
  display: block;
  position: relative;
  top: -94px;
}
a[name]:first-child {
  position: absolute;
  top: 0;
}

.Button {
  margin-top: 30px;
  margin-bottom: 30px;
}

.Header {
  margin-top: 30px;
  margin-bottom: 30px;
}

.Quote {
  margin-top: 20px;
  margin-bottom: 20px;
}

.Text {
  margin-top: 40px;
  margin-bottom: 40px;
}

.Cols .Col {
  margin-top: 40px;
  margin-bottom: 40px;
}
.Cols .Col > * {
  margin-top: 0;
  margin-bottom: 0;
}

.Tabs .Tab {
  margin-bottom: 20px;
}

.Logos {
  margin-top: 40px;
  margin-bottom: 20px;
}
.Logos .Logo {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .Button {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .Header {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 900px) {
  .Button {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .Header {
    margin-top: 60px;
    margin-bottom: 90px;
  }

  .Text {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .Cols {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .Cols .Col {
    margin-top: 0;
    margin-bottom: 0;
  }

  .Tabs .Tab {
    margin-bottom: 20px;
  }

  .Logos {
    margin-top: 70px;
    margin-bottom: 10px;
  }
  .Logos .Logo {
    margin-bottom: 40px;
  }
}
/******************************************************************************
 * Hacks
 *****************************************************************************/
@media screen and (max-width: 767px) {
  .hack-index-first-image-section .teaserBubble {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hack-index-first-image-section .teaserBubble img {
    position: absolute;
    width: auto;
    height: 200px;
    top: -250px;
    right: 20px;
  }
}
@media screen and (min-width: 900px) {
  .hack-index-first-image-section .teaserBubble img {
    height: 300px;
    max-height: 40%;
    top: 20%;
    right: 50px;
  }
  .hack-index-first-image-section .Quote {
    text-align: left;
    position: absolute;
    bottom: 10%;
    left: 45%;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1076px) {
  .hack-index-first-image-section .teaserBubble img {
    max-height: 50%;
  }
}

@media screen and (min-width: 900px) {
  .hack-index-second-image-section .Quote {
    margin: 0;
    margin-left: 10% !important;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 900px) {
  .hack-training-first-image-section .Quote {
    color: white;
    margin: 0;
    margin-right: 10% !important;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 900px) {
  .hack-coaching-first-image-section .Quote {
    margin: 0;
    margin-left: 10% !important;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
  }
}

.hack-christine-beckmann-first-image-section div > div {
  background-color: #ff5600;
  padding: 30px 13px;
}
.hack-christine-beckmann-first-image-section p, .hack-christine-beckmann-first-image-section ul {
  margin-bottom: 1em;
}
.hack-christine-beckmann-first-image-section ul {
  padding-left: 1.3em;
}
.hack-christine-beckmann-first-image-section ul li:before {
  content: "\2022";
  display: inline-block;
  width: 1.3em;
  margin-left: -1.3em;
}
@media screen and (min-width: 900px) {
  .hack-christine-beckmann-first-image-section div > div {
    position: absolute;
    bottom: 10%;
    left: 50%;
    right: 0;
  }
}

@media screen and (min-width: 900px) {
  .hack-christine-beckmann-second-image-section .Quote {
    color: white;
    margin: 0;
    margin-left: 10% !important;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 900px) {
  .hack-christine-beckmann-third-image-section .Quote {
    margin: 0;
    margin-right: 10% !important;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
  }
}

.hack-coaching-rmp-logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hack-coaching-rmp-logo img {
  width: 80%;
}

.hack-coaching-airhamburg-logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hack-coaching-airhamburg-logo img {
  width: 80%;
  background-color: inherit;
}
