@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

@font-face {
  font-family: FiraSans;
  src: url("../fonts/fira-sans-v8-latin-regular.woff2");
  font-display: swap;
}

@font-face {
  font-family: FiraSansBold;
  src: url("../fonts/fira-sans-v8-latin-700.woff2");
  font-display: swap;
}

* {
  font-family: FiraSans, Arial, sans-serif;
  margin: 0px;
}

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

html {
  scroll-behavior: smooth;
}

ul {
  list-style: none;
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .wrapper {
    padding: 0 15px;
    max-width: 800px;
  }
}

@media (max-width: 768px) {
  .wrapper {
    max-width: 600px;
  }
}

.header {
  position: relative;
}

.header__large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__large::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: white;
  opacity: 0.6;
  bottom: 0;
  left: 0;
}

.header__item {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.header__logo {
  width: 150px;
  padding: 15px 20px 15px 5px;
}

.header__mobile {
  display: none;
}

.header .languages {
  position: relative;
  margin-left: 30px;
  margin-bottom: 0px;
}

.header .languages::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 120px;
  background-color: white;
  opacity: 0.6;
  bottom: 1px;
  left: 15px;
}

.header .languages li {
  position: relative;
}

.header .language-menu {
  cursor: pointer;
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  padding-bottom: 40px;
  text-decoration: none;
}

.header .language-menu:hover {
  color: white;
}

.header .language-menu:hover::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 0;
  width: calc(100% + 15px);
  height: 2px;
  background-color: white;
}

.header .language-menu::after {
  content: '';
  position: absolute;
  top: 10px;
  right: -15px;
  width: 10px;
  height: 10px;
  background-image: url("../img/icon_nav_drop.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 1200px) {
  .header .mlp-language-box {
    position: absolute;
    display: none;
    top: 28px;
    left: -25px;
    padding: 10px 25px 10px 24px;
    z-index: 100;
    border: 1px solid #c8c8c8;
    background-color: white;
    opacity: 0.9;
  }

  .header .mlp-language-box ul {
    padding-left: 0px;
  }

  .header .mlp-language-box ul li {
    margin-bottom: 10px;
  }

  .header .mlp-language-box ul li a {
    color: #323232;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .header .mlp-language-box ul li a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #054579;
  }
}

.wpcf7-response-output {
  margin: 0px 0 100px 0 !important;
}

.fixed {
  position: sticky;
  background-color: white;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-box-shadow: 0 3px 2px 1px lightgrey;
  box-shadow: 0 3px 2px 1px lightgrey;
}

.fixed .navigation__item a {
  color: #323232;
}

.fixed .navigation__item a:hover {
  color: #054579 !important;
}

.navigation {
  padding: 0 15px 0 0;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.navigation::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100px;
  background-color: white;
  opacity: 0.6;
  bottom: 1px;
  right: 15px;
}

.navigation #menu-main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navigation #menu-main-navigation>li {
  list-style: none;
  margin-left: 50px;
  position: relative;
}

.navigation #menu-main-navigation>li:hover::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
}

.navigation #menu-main-navigation>li a {
  position: relative;
  font-family: FiraSans, sans-serif;
  text-decoration: none;
  padding-bottom: 20px;
  text-transform: uppercase;
  color: white;
}

.navigation #menu-main-navigation>li a:hover {
  color: white !important;
}

.navigation #menu-main-navigation>li ul {
  display: none;
  position: absolute;
  background-color: white;
  margin: 5px 10px 0 0;
  padding: 0 15px 0 15px;
  z-index: 300;
  opacity: 0.95;
}

.navigation #menu-main-navigation>li ul li {
  padding: 10px 0;
}

.navigation #menu-main-navigation>li ul li a {
  color: #323232;
  text-transform: none;
  white-space: nowrap;
  font-size: 16px;
}

.navigation #menu-main-navigation>li ul li a:hover {
  color: #054579 !important;
}

.navigation #menu-main-navigation .menu-item-has-children {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navigation #menu-main-navigation .menu-item-has-children:hover::before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: '';
  position: absolute;
  top: -60px;
  left: 0;
  width: calc(100% + 15px);
  height: 2px;
  background-color: white;
}

.navigation #menu-main-navigation .menu-item-has-children::after {
  content: '';
  position: absolute;
  top: 10px;
  right: -15px;
  width: 10px;
  height: 10px;
  background-image: url("../img/icon_nav_drop.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.navigation .current-page-ancestor a,
.navigation .current-menu-item a {
  color: white !important;
}

.navigation .current-page-ancestor::before,
.navigation .current-menu-item::before {
  content: '';
  position: absolute;
  top: -57px;
  left: 0;
  width: calc(100% + 15px);
  height: 2px;
  background-color: white;
}

.keyvisual {
  padding: 500px 0 48px 0;
}

.keyvisual::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 800px;
  background: url("../img/begra-standort.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.keyvisual::after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 800px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../img/begra-black-overlay.png");
  background-repeat: repeat-y;
  background-position: top right;
  z-index: -1;
}

.keyvisual__content {
  text-align: right;
  padding-right: 15px;
}

.keyvisual__headline {
  position: relative;
  font-family: FiraSansBold, "Arial";
  font-size: 50px;
  color: white;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.keyvisual__headline::before {
  content: '';
  width: 100%;
  max-width: calc(100% - 15px);
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 9;
}

.keyvisual__text {
  color: white;
  font-size: 30px;
  margin-bottom: 0px;
}

.section {
  position: relative;
  padding: 60px 0;
}

.section--padding {
  padding-left: 15px;
  padding-right: 15px;
}

.section--light-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0 0;
}

.section--light-blue::before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #d4edfc;
  z-index: -1;
}

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

.section--grey::before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #f5f5f5;
  z-index: -1;
}

.section--grey::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #054579;
}

.section--blue-line::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 3px;
  background-color: #054579;
}

.section__footer {
  padding-top: 60px;
}

.section--padding-bottom {
  padding-bottom: 50px;
}

.headline {
  position: relative;
  font-family: FiraSansBold, "Arial";
  color: #054579;
  font-size: 38px;
  margin-bottom: 5px;
  margin-top: 0;
}

.subheadline {
  position: relative;
  font-size: 30px;
  color: #323232;
  padding: 0 0 16px 0;
  margin: 0;
  line-height: 32px;
}

.subheadline::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #054579;
}

.padding {
  height: 30px;
}

.text {
  font-size: 15px;
  color: #646464;
  padding-left: 0px !important;
}

.text--white {
  color: white;
  font-size: 20px;
  line-height: 30px;
}

.text--left {
  padding-bottom: 20px;
}

.text--bold {
  font-family: FiraSansBold, "Arial";
  font-size: 16px;
  color: #323232;
  font-weight: 600;
  margin-bottom: 0px;
}

.text--hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.text--blue {
  color: #054579;
  font-family: FiraSansBold, "Arial";
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.text--background--blue {
  font-family: FiraSansBold, "Arial";
  font-size: 20px;
  color: #323232;
  text-align: center;
  background-color: #d4edfc;
  padding: 4px 8px 10px;
  margin-right: 5px;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.text--background--blue:hover {
  text-decoration: none !important;
}

.text--uppercase {
  text-transform: uppercase;
}

.text__block {
  color: #646464;
  padding: 30px 0 36px;
  margin-bottom: 0;
}

.text--cta {
  color: #054579;
  font-family: FiraSans, sans-serif;
  font-weight: 500;
  font-size: 20px;
  padding-right: 0px;
}

.text--blue-line::before {
  content: '';
  position: absolute;
  top: -14px;
  left: 15px;
  width: 60px;
  height: 1px;
  background-color: #054579;
}

.text--blue--bold {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 16px;
}

.text--blue--bold p {
  font-size: 16px;
  font-family: FiraSansBold, "Arial";
  color: #054579;
}

.text--blue--bold::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 60px;
  height: 1px;
  background-color: #054579;
}

.text--padding {
  padding-bottom: 20px;
}

.text--no-style {
  font-size: 15px;
  color: #646464 !important;
  text-decoration: none;
}

.text--no-style:hover {
  text-decoration: none;
}

.text--no-style:hover {
  color: none;
}

.text ul li {
  color: black;
  padding-bottom: 5px;
  list-style-image: url("../img/list_bullet.png");
}

.text strong,
.text strong>em {
  font-family: FiraSansBold, "Arial";
}

.text--16 {
  font-size: 16px;
}

.text--link {
  font-size: 16px;
  color: #323232 !important;
  text-decoration: underline !important;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}

.text--link:hover {
  color: #054579 !important;
}

.text a {
  color: #646464;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.text a:hover {
  cursor: pointer;
  color: #054579;
}

.text--big {
  font-size: 20px;
}

.text--big a {
  color: #054579;
}

.text--red {
  color: #e3000f;
}

.smaller {
  font-family: FiraSansBold, "Arial";
  font-size: 15px;
  color: #323232;
  text-align: center;
  background-color: #d4edfc;
  margin-top: -3px;
  margin-bottom: 0px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 60px 0 0;
}

.box1 {
  padding: 0 !important;
  display: block;
  text-align: center;
  outline: 1px solid #e6e6e6;
  max-width: calc(33.3333% - 27px);
  overflow: hidden;
}

.box1:nth-child(2) {
  margin: 0 20px;
}

.box1__image {
  position: relative;
  max-height: 200px;
  height: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.box1 img {
  width: 100%;
  z-index: 1;
}

.box1__headline {
  font-family: FiraSansBold, "Arial";
  position: relative;
  color: #323232;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  z-index: 3;
}

.box1__headline::before {
  content: '';
  position: absolute;
  display: block;
  top: -30px;
  left: -10px;
  background-color: #ffffff;
  width: 105%;
  height: 47px;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}

.box1__headline::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background-color: #054579;
}

.box1__content {
  color: #646464;
  font-size: 15px;
  padding: 0 10px 20px;
}

.box1:hover {
  cursor: pointer;
  text-decoration: none;
}

.box1:hover .box1__image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/begra_hover_icon.png");
  background-size: auto;
  background-position: center center;
  z-index: 2;
}

@media (max-width: 1199px) {
  .box1 {
    max-width: calc(33.3333% - 14px);
  }

  .box1__image {
    max-height: 140px;
    margin-bottom: 20px;
  }

  .box1 img {
    height: 100%;
  }
}

.limiter {
  overflow: hidden;
}

.limiter--left {
  position: relative;
  padding-right: 0;
}

.limiter--right {
  margin: -50px 0;
  padding-right: 0;
}

.grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding: 0 0 40px 0;
}

.grid {
  padding: 10px 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.grid__icon {
  padding-right: 10px;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.grid__content {
  padding-top: 10px;
  color: #646464;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid__headline {
  font-family: FiraSansBold, "Arial";
  font-size: 16px;
  margin-bottom: 0px;
}

.grid__text {
  font-size: 15px;
}

.button1 {
  font-size: 16px;
  text-decoration: none;
  padding: 15px 20px;
  margin: 20px 0 0 0;
  border: 1px solid white;
}

.button1--white {
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button1--white:hover {
  background-color: white;
  color: #054579;
  text-decoration: none;
}

.background {
  position: relative;
  z-index: -1;
}

.background--blue {
  padding: 50px 0 52px 0;
  margin: 0 !important;
}

.background--blue::before {
  content: '';
  background-color: #1676c4;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-70%);
  transform: translateX(-70%);
  width: calc(100vw + 15px);
  height: 100%;
  z-index: -1;
}

@media (max-width: 1199px) {
  .background--blue::before {
    left: 50%;
    right: 0;
    -webkit-transform: translateX(calc(-50% - 15px)) !important;
    transform: translateX(calc(-50% - 15px)) !important;
  }
}

.background--light-blue::before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #d4edfc;
  z-index: -1;
}

.image {
  background-image: url("../img/begra_info.jpg");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  width: 100vw;
  height: calc(100% - 50px);
}

.image__container--half {
  height: 100%;
  width: calc(100vw / 2 - 15px);
  overflow: hidden;
}

.back-to-top {
  display: block;
  position: relative;
}

.back-to-top::before {
  content: '';
  position: absolute;
  background-image: url("../img/begra-back-top.png");
  top: -57px;
  right: 15px;
  width: 40px;
  height: 40px;
  z-index: 10;
}

@media (min-width: 1199px) {
  .equal-height {
    max-width: calc(33.3333% - 10px);
  }
}

.column__box {
  min-height: 52px;
  position: relative;
  color: #323232;
  text-decoration: none;
  margin-bottom: 40px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  height: fit-content;
}

.column__box--hover:hover .text--hover {
  color: #054579;
}

.column__box--padding {
  padding-left: 0px;
}


.column__box__image img{
  width: 100%;
  max-height: 200px;
  object-fit: contain;
  max-width: 200px;
}

.column--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.column--flex--centered {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.column__mini-box {
  text-align: center;
  background-color: #d4edfc;
  padding: 5px;
  margin-right: 10px;
  font-weight: 600;
}

.column__content {
  padding-left: 15px;
}

.column__icon {
  padding-right: 40px;
  height: 99%;
}

.underline:nth-child(n):not(:last-child)::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #e6e6e6;
  bottom: -20px;
  left: 0;
}

.blue {
  color: #054579;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 35px 0;
}

.footer__item:first-of-type {
  color: #323232;
  font-size: 15px;
  -ms-flex-item-align: center;
  align-self: center;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e6e6e6;
  z-index: -1;
}

.footer-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 0;
  margin-bottom: 0;
}

.footer-navigation ul li {
  position: relative;
  list-style: none;
  padding-left: 30px;
}

.footer-navigation ul li:nth-child(n):not(:last-child)::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #054579;
  top: 3px;
  right: -18px;
}

.footer-navigation ul li a {
  color: #323232;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
}

.footer-navigation ul li a:hover {
  color: #054579;
  text-decoration: none;
}

.header-subsite {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 300;
  background-color: white;
}

.header-subsite::before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: white;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 -5px 10px 3px black;
  box-shadow: 0 -5px 10px 3px black;
}

.header-subsite__logo {
  width: 150px;
  padding: 15px 20px 15px 5px;
}

.breadcrumb_nav {
  color: white;
  position: relative;
  background-color: none;
  z-index: 20;
  padding: 10px 15px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.breadcrumb_nav::before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 40px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background-color: #054579;
  z-index: 10;
}

.breadcrumb_nav a {
  position: relative;
  font-size: 15px;
  color: white;
  z-index: 20;
  font-weight: 400;
}

.breadcrumb_nav a:nth-child(n):not(:last-child) {
  padding-right: 10px;
}

.breadcrumb_nav a:hover {
  color: white;
  text-decoration: underline;
}

.breadcrumb_nav span {
  position: relative;
  font-size: 15px;
  color: white;
  z-index: 20;
  font-weight: 400;
  padding-right: 10px;
}

.header .header-subsite {
  position: fixed;
  right: 0;
}

.padding-top {
  margin-top: 100px;
}

.padding-top--medium {
  margin-top: 50px;
}

.padding__right {
  margin-right: 15px;
}

.padding--bottom {
  margin-bottom: 0px;
}

.padding--left {
  padding-left: 15px;
}

.padding-both {
  margin: 0 15px;
}

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

.cta {
  margin-top: 70px;
  margin-bottom: 80px;
  padding-right: 15px;
}

.current-page {
  text-decoration: underline;
}

.linkbox {
  position: relative;
  padding: 40px 15px 0 30px;
  margin-top: 60px;
  display: block;
  margin-left: -15px !important;
}

.linkbox::before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #e6e6e6;
  z-index: -1;
}

.linkbox__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.linkbox__item {
  text-transform: capitalize;
}

a.linkbox__item:link,
a.linkbox__item:visited {
  font-family: FiraSans, sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  font-weight: normal;
  padding: 14px 20px 13px 20px;
  margin: 0 40px 40px 0;
  text-decoration: none;
  border: 1px solid #054579;
  background-color: #054579;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a.linkbox__item:link:hover,
a.linkbox__item:visited:hover {
  color: #054579;
  background-color: white;
}

.navigation-subsite {
  padding: 0 15px 0 0;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.navigation-subsite::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100px;
  background-color: #e6e6e6;
  bottom: 0;
  right: -15px;
}

.navigation-subsite #menu-main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 9px;
}

.navigation-subsite #menu-main-navigation>li {
  list-style: none;
  margin-left: 50px;
  position: relative;
}

.navigation-subsite #menu-main-navigation>li:hover::before {
  content: '';
  position: absolute;
  top: -57px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #054579;
}

.navigation-subsite #menu-main-navigation>li a {
  position: relative;
  font-family: FiraSans, sans-serif;
  text-decoration: none;
  padding-bottom: 15px;
  text-transform: uppercase;
  color: #323232;
}

.navigation-subsite #menu-main-navigation>li a:hover {
  color: #054579 !important;
}

.navigation-subsite #menu-main-navigation>li ul {
  display: none;
  position: absolute;
  background-color: white;
  margin: 9px 10px 0 0;
  padding: 10px 25px 10px 20px;
  z-index: 300;
  opacity: 0.95;
  border: 1px solid #c8c8c8;
}

.navigation-subsite #menu-main-navigation>li ul li {
  padding-bottom: 10px;
}

.navigation-subsite #menu-main-navigation>li ul li a {
  color: #323232;
  text-transform: none;
  white-space: nowrap;
}

.navigation-subsite #menu-main-navigation>li ul li a:hover {
  color: #054579 !important;
}

.navigation-subsite #menu-main-navigation>li ul::before {
  content: '˘';
  position: absolute;
  width: 10px;
  height: 10px;
  font-size: 30px;
  color: white;
  top: 0;
  right: 0;
  z-index: 100;
}

.navigation-subsite #menu-main-navigation .menu-item-has-children {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navigation-subsite #menu-main-navigation .menu-item-has-children:hover::before {
  content: '';
  position: absolute;
  top: -57px;
  left: 0;
  width: calc(100% + 15px);
  height: 2px;
  background-color: #054579;
}

.navigation-subsite #menu-main-navigation .menu-item-has-children::after {
  content: '';
  position: absolute;
  top: 10px;
  right: -15px;
  width: 10px;
  height: 10px;
  background-image: url("../img/icon_nav_drop_black.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.navigation-subsite #menu-main-navigation>.current_page_item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navigation-subsite #menu-main-navigation>.current_page_item>a {
  color: #054579 !important;
}

.navigation-subsite #menu-main-navigation>.current_page_item::before {
  content: '';
  position: absolute;
  top: -57px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #054579;
}

.navigation-subsite #menu-main-navigation>.current_page_item.menu-item-has-children::before {
  content: '';
  position: absolute;
  top: -57px;
  left: 0;
  width: calc(100% + 15px);
  height: 2px;
  background-color: #054579;
}

.navigation-subsite #menu-main-navigation-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 9px;
}

.navigation-subsite #menu-main-navigation-1>li {
  list-style: none;
  margin-left: 50px;
  position: relative;
}

.navigation-subsite #menu-main-navigation-1>li:hover::before {
  content: '';
  position: absolute;
  top: -57px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #054579;
}

.navigation-subsite #menu-main-navigation-1>li a {
  position: relative;
  font-family: FiraSans, sans-serif;
  text-decoration: none;
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #323232;
}

.navigation-subsite #menu-main-navigation-1>li a:hover {
  color: #054579 !important;
}

.navigation-subsite #menu-main-navigation-1>li ul {
  display: none;
  position: absolute;
  background-color: white;
  margin: 9px 10px 0 0;
  padding: 10px 25px 10px 20px;
  z-index: 300;
  opacity: 0.95;
  border: 1px solid #c8c8c8;
}

.navigation-subsite #menu-main-navigation-1>li ul li {
  padding-bottom: 10px;
}

.navigation-subsite #menu-main-navigation-1>li ul li a {
  color: #323232;
  text-transform: none;
  white-space: nowrap;
}

.navigation-subsite #menu-main-navigation-1>li ul li a:hover {
  color: #054579 !important;
}

.navigation-subsite #menu-main-navigation-1>li ul::before {
  content: '˘';
  position: absolute;
  width: 10px;
  height: 10px;
  font-size: 30px;
  color: white;
  top: 0;
  right: 0;
  z-index: 100;
}

.navigation-subsite #menu-main-navigation-1 .menu-item-has-children {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navigation-subsite #menu-main-navigation-1 .menu-item-has-children:hover::before {
  content: '';
  position: absolute;
  top: -57px;
  left: 0;
  width: calc(100% + 15px);
  height: 2px;
  background-color: #054579;
}

.navigation-subsite #menu-main-navigation-1 .menu-item-has-children::after {
  content: '';
  position: absolute;
  top: 10px;
  right: -15px;
  width: 10px;
  height: 10px;
  background-image: url("../img/icon_nav_drop_black.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.navigation-subsite #menu-main-navigation-1>.current_page_item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navigation-subsite #menu-main-navigation-1>.current_page_item>a {
  color: #054579 !important;
}

.navigation-subsite #menu-main-navigation-1>.current_page_item::before {
  content: '';
  position: absolute;
  top: -57px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #054579;
}

.navigation-subsite #menu-main-navigation-1>.current_page_item.menu-item-has-children::before {
  content: '';
  position: absolute;
  top: -57px;
  left: 0;
  width: calc(100% + 15px);
  height: 2px;
  background-color: #054579;
}


.navigation-subsite .languages {
  position: relative;
  margin-left: 30px;
  margin-bottom: 0px;
}

.navigation-subsite .languages::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 120px;
  background-color: #e6e6e6;
  bottom: 0px;
  left: 15px;
}

.navigation-subsite .languages li {
  position: relative;
}

.navigation-subsite .language-menu {
  cursor: pointer;
  text-transform: uppercase;
  color: black;
  font-size: 16px;
  padding-bottom: 40px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  transition: 0.5s;
}

.navigation-subsite .language-menu:hover {
  color: #054579;
}

.navigation-subsite .language-menu:hover::before {
  content: '';
  position: absolute;
  top: -57px;
  left: 0;
  width: calc(100% + 15px);
  height: 2px;
  background-color: #054579;
}

.navigation-subsite .language-menu::after {
  content: '';
  position: absolute;
  top: 10px;
  right: -15px;
  width: 10px;
  height: 10px;
  background-image: url("../img/icon_nav_drop_black.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.navigation-subsite .current-page-ancestor>a,
.navigation-subsite .current-menu-item.menu-item-has-children>a {
  color: #054579 !important;
}

.navigation-subsite .current_page_ancestor::before {
  content: '';
  position: absolute;
  top: -57px;
  left: 0;
  width: calc(100% + 15px);
  height: 2px;
  background-color: #054579;
}

.navigation-subsite .current_page_item>a {
  color: #054579 !important;
}

@media (min-width: 1200px) {
  .navigation-subsite .mlp-language-box {
    position: absolute;
    display: none;
    top: 32px;
    left: -25px;
    padding: 10px 25px 10px 24px;
    z-index: 100;
    border: 1px solid #c8c8c8;
    background-color: white;
    opacity: 0.9;
  }

  .navigation-subsite .mlp-language-box ul {
    padding-left: 0px;
  }

  .navigation-subsite .mlp-language-box ul li {
    margin-bottom: 10px;
  }

  .navigation-subsite .mlp-language-box ul li a {
    color: #323232;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .navigation-subsite .mlp-language-box ul li a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #054579;
  }
}

.display {
  display: block;
  width: 100%;
}

.image__container {
  max-width: 790px;
  width: 100%;
  margin-top: 0px;
  margin-left: 41px;
  margin-bottom: 20px;
}

.image__container--one {
  max-height: 420px;
  height: 100%;
  overflow: hidden;
}

.image__container--one img {
  width: 100%;
  height: 100%;
}

.image__container--two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.image__container--two :nth-child(n) {
  width: 384px;
  height: 420px;
  overflow: hidden;
}

.image__container--two :nth-child(n) img {
  width: auto;
}

.image__container--two :nth-child(n):not(:last-child) {
  margin-right: 20px;
}

.image__container--three :nth-child(n) {
  float: left;
}

.image__container--three :nth-child(1) {
  margin-right: 20px;
  width: 384px;
  height: 420px;
  overflow: hidden;
}

.image__container--three :nth-child(1) img {
  width: auto;
}

.image__container--three :nth-child(2) {
  margin-bottom: 20px;
}

.image__container--three :nth-child(n):not(:first-child) {
  width: 384px;
  height: 200px;
  overflow: hidden;
}

.image__container--three :nth-child(n):not(:first-child) img {
  height: 100%;
}

.image__slider {
  margin-bottom: 50px;
  display: none;
  position: relative;
}

.pos__relative {
  position: relative;
}

.slick-prev,
.slick-next {
  position: absolute;
  right: 9999px;
}

.icon-list__item {
  position: relative;
  margin-bottom: 10px;
}

.icon-list__item::before {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  left: -25px;
  top: 3px;
  background-image: url("../img/list_bullet.png");
  background-repeat: no-repeat;
}

.section__subsite {
  padding-top: 50px;
  padding-left: 0;
}

.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.larger {
  font-size: 25px;
}

.button__bubble {
  font-size: 20px;
  color: #ffffff;
  font-weight: normal;
  margin-right: 15px;
  padding: 11px 45px 11px 45px;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/begra-icon-right.png) no-repeat center left, url(../img/begra-icon-left.png) no-repeat center right;
  background-color: #054579;
  border-radius: 10px;
}

.button__bubble::after {
  content: '';
  position: absolute;
  bottom: -20px;
  right: 18px;
  width: 0;
  height: 0;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #054579;
  cursor: pointer;
}

.button__bubble:hover {
  background-color: #054579;
  color: white;
  opacity: 0.5;
  text-decoration: none;
}

.linkbox_cta {
  font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  font-weight: normal;
  margin: 20px 0 0 0;
  padding: 13px 45px 13px 45px;
  text-decoration: none;
  float: right;
  display: inline;
  position: relative;
  background: url(../img/begra-icon-right.png) no-repeat center left, url(../img/begra-icon-left.png) no-repeat center right;
  background-color: #054579;
  border-radius: 10px;
}

.line--grey {
  position: relative;
  padding: 80px 0 50px;
  margin-top: 40px;
  margin-right: 15px;
  margin-left: 15px;
}

.line--grey::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background-color: #e6e6e6;
}

.line--blue {
  padding-bottom: 0;
}

.line--blue::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 3px;
  background-color: #054579;
}

.text--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #646464;
  padding: 20px 0 50px 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

.text--right:hover {
  cursor: pointer;
  color: #054579;
}

.no-decoration {
  padding-right: 5px !important;
  text-decoration: none !important;
}

.no-decoration:hover {
  text-decoration: none !important;
}

.link {
  color: #646464;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.link:hover {
  cursor: pointer;
  color: #054579;
}

.link--dark {
  color: #4b4b4b;
}

.link--white {
  padding-right: 0px;
}

.link__box {
  text-decoration: none !important;
  display: block;
  position: relative;
  padding: 10px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 40px;
}

.link__box:nth-of-type(1) {
  margin-top: 10px;
}

.link__box:hover {
  background-color: #f5f5f5;
}

.link__box::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}

.link__box--flex {
  padding-left: 10px;
}

.link--dark {
  color: #323232;
}

.link--dark:hover {
  text-decoration: none;
}

.link--blue:hover {
  text-decoration: none;
}

.blue-arrows {
  padding-right: 5px;
  color: #054579;
}

.heading--bold {
  font-family: FiraSansBold, "Arial";
  font-size: 15px;
  color: #646464;
  padding-top: 30px;
}

.button--blue {
  background-color: #054579 !important;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  padding: 0 10px;
  white-space: nowrap;
  border-radius: 0%;
}

.button--blue:hover {
  background-color: white !important;
  border: 1px solid #054579 !important;
  color: #054579 !important;
}

.button--blue:nth-child(n):not(:last-child) {
  margin-right: 15px;
}

.wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.img-fluid {
  margin: 0 auto !important;
}

.full-widht {
  width: 100%;
}

.accordion {
  width: 100%;
  padding-bottom: 40px;
}

.accordion__headline {
  font-size: 18px;
  color: #323232;
  position: relative;
  padding: 13px 20px 15px 56px;
  outline-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.accordion__headline:hover {
  color: #054579;
}

.accordion__icon-down::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
  background-image: url("../img/begra_accordion_down.png");
  background-repeat: no-repeat;
}

.accordion__icon-up::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
  background-image: url("../img/begra_accordion_up.png");
  background-repeat: no-repeat;
}

.accordion__link {
  display: block;
  font-family: FiraSansBold, "Arial";
  font-size: 16px;
  color: #1e1e1e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}

.accordion__link::before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  height: 25px;
  width: 25px;
  background-image: url("../img/begra_download_icon.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.accordion__link:hover {
  color: #054579;
  text-decoration: none;
}

.card {
  border: 1px solid #e2e2e2 !important;
  border-radius: 0;
}

.card-body {
  padding: 20px 20px 10px 20px;
  position: relative;
}

.card-body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #e6e6e6;
}

.card {
  margin-bottom: 20px;
}

#ansprechpartner {
  padding-left: 15px;
}

.margin-top {
  margin-top: 50px;
}

.no-margin p {
  margin-bottom: 0;
}

.contact-box {
  margin: 0 40px 40px 0;
  max-width: 540px;
  width: 100%;
}

.accordion-contact {
  padding-left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.accordion-contact__content {
  background-color: white;
  margin-bottom: 20px;
}

.accordion-contact__item {
  cursor: pointer;
  padding-left: 20px;
  position: relative;
}

.accordion-contact__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 60px);
  height: 1px;
  background-color: #e6e6e6;
}

.accordion-contact__item:last-of-type {
  padding-top: 20px;
}

.accordion-contact__headline {
  font-size: 18px;
  font-family: FiraSans, sans-serif;
  color: #323232;
  background-color: white;
  position: relative;
  padding: 15px 20px 15px 36px;
  margin-bottom: 0px;
}

.accordion-contact__headline::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0px;
  width: 20px;
  height: 20px;
  background-image: url(../img/begra_accordion_down.png);
  background-repeat: no-repeat;
}

.accordion-contact__box {
  padding-left: 0px;
  padding-bottom: 75px;
}

.accordion-contact__box p {
  font-size: 16px;
}

.card-header {
  width: 1198px;
  float: left;
  display: inline;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0px;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
}

#choose_country {
  width: 301px;
  height: 36px;
  color: #969696;
  font-size: 15px;
  font-family: FiraSans, sans-serif;
  font-style: italic;
  margin: 20px 40px 20px 0px;
  display: inline;
  border-color: #646464;
}

.wpcf7 {
  position: relative;
  margin-bottom: 60px !important;
  margin-top: 10px !important;
}

.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wpcf7-text,
.wpcf7-textarea {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  background-color: #ffffff;
  color: #969696;
  font-size: 16px;
  font-family: FiraSans;
  border: 1px solid #e2e2e2;
  margin: 0 40px 20px 0;
  padding: 8px;
  display: inline;
  position: relative;
  height: 36px;
  font-style: italic;
}

.wpcf7-text {
  width: 200px;
}

.wpcf7-textarea {
  width: 890px;
  height: 180px;
  margin-right: 0px;
}

.wpcf7-submit {
  position: absolute;
  right: 20px;
  bottom: -20px;
  background-color: #0076bd;
  color: #ffffff;
  font-size: 16px;
  line-height: 17px;
  font-weight: normal;
  font-family: 'Fira Sans', sans-serif, Helvetica, sans-serif;
  border: 0px solid #0076bd;
  width: 120px;
  height: 44px;
  font-style: normal;
  padding: 0px;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-acceptance input {
  color: #f0f0f0;
  font-size: 15px;
  font-family: sans-serif, Helvetica, sans-serif;
  border: 0px solid #e2e2e2;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  margin: 5px 10px 10px 0px;
}

.wpcf7 p {
  margin-bottom: 0px;
}

.wpcf7 .phone {
  margin-right: 200px;
}

.wpcf7 .email:nth-of-type(7) {
  margin-right: 200px;
}

.wpcf7 .subject input {
  width: 440px;
}

.wpcf7-acceptance {
  max-width: 420px;
}

.wpcf7-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wpcf7-link {
  text-decoration: underline;
  color: #323232 !important;
  font-size: 16px;
}

.wpcf7-link:hover {
  color: #054579 !important;
}

.wpcf7-field {
  margin-top: 20px;
}

.maps {
  margin: 60px 0 0;
  padding-top: 60px;
  position: relative;
  padding-left: 15px;
}

.maps::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #e6e6e6;
}

.maps__item {
  padding: 0px;
}

.maps__item:last-of-type {
  padding-right: 15px;
}

@media (min-width: 768px) {
  .maps__item:first-of-type {
    padding-left: 0px;
    padding-right: 20px;
  }

  .maps__item:last-of-type {
    padding-right: 15px;
    padding-left: 20px;
  }
}

.maps__item iframe {
  max-width: 600px;
  max-height: 450px;
  height: 450px;
  width: 100%;
  padding-bottom: 10px;
}

.map-contact__icon {
  position: relative;
}

.map-contact__icon--plus::before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 11px;
  height: 100%;
  background-image: url("../img/begra_icon_plus.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.map-contact__icon--minus::before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 11px;
  height: 100%;
  background-image: url("../img/begra_icon_minus.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.map-contact__container {
  width: 270px;
  display: none;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
  overflow: hidden;
}

.map-contact__container iframe {
  width: 270px;
  height: 260px;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#cboxOverlay {
  background: url(../img/overlay.png) repeat 0 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(../img/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(../img/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(../img/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(../img/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(../img/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(../img/controls.png) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(../img/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(../img/border.png) 0 -29px repeat-x;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../img/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxLoadingGraphic {
  background: url(../img/loading.gif) no-repeat center center;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

button {
  border: none !important;
  outline: transparent !important;
}

@media (max-width: 1199px) {
  .keyvisual {
    padding: 250px 15px 27px 0;
  }

  .keyvisual::before,
  .keyvisual::after {
    height: 440px;
  }

  .keyvisual__headline {
    font-family: FiraSans, sans-serif;
    font-size: 34px;
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  .keyvisual__headline::before {
    max-width: 740px;
  }

  .keyvisual__text {
    font-size: 38px;
  }

  .header__large {
    display: none;
  }

  .header__logo-mobile {
    position: fixed;
    top: 40px;
    left: 0;
    width: 175px;
    padding: 14px 20px;
  }

  .header__mobile {
    margin-top: 40px;
    display: block;
    position: relative;
  }

  .header__mobile::before {
    content: '';
    position: fixed;
    width: 100%;
    height: 40px;
    background-color: #054579;
    top: 0;
    left: 0;
    z-index: 40;
  }

  .header__mobile--white {
    background-color: white;
    height: 91px;
    width: 100vw;
    z-index: 11;
    position: fixed;
    top: 40px;
    left: 0;
    box-shadow: 0 -5px 10px 3px black;
  }

  .header__mobile__language {
    position: fixed;
    top: 0;
    right: 0;
    margin: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 50;
  }

  .header__mobile__language li,
  .header__mobile__language a {
    position: relative;
    color: #c8c8c8;
    font-size: 17px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .header__mobile__language li:nth-child(n):not(:last-child),
  .header__mobile__language a:nth-child(n):not(:last-child) {
    padding-right: 20px;
  }

  .header__mobile__language li:nth-child(n):not(:last-child)::before,
  .header__mobile__language a:nth-child(n):not(:last-child)::before {
    content: '/';
    position: absolute;
    top: 0;
    right: 7px;
    color: #c8c8c8;
  }

  .header__mobile__language li:hover,
  .header__mobile__language a:hover {
    color: white;
    text-decoration: none;
  }

  .section--white {
    margin-top: 0px;
  }

  .mobile-icon {
    position: fixed;
    top: 0;
    left: 0;
    margin: 10px 20px;
    z-index: 50;
    width: 30px;
    height: 20px;
  }

  .mobile-navigation {
    display: none;
    position: fixed;
    top: 0;
    background-color: #054579;
    width: 100%;
    margin-top: 40px;
    z-index: 12;
  }

  #menu-main-mobile-menu {
    height: 100%;
    overflow: auto;
  }

  .mobile-navigation #menu-main-mobile-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    width: 100%;
    height: 1px;
  }

  .mobile-navigation .menu-item-has-children>a {
    pointer-events: none;
    cursor: pointer;
  }

  .mobile-navigation ul {
    padding: 0;
    margin-bottom: 0;
  }

  .mobile-navigation ul li {
    position: relative;
  }

  #menu-main-mobile-menu>li:last-child {
    margin-bottom: 0px;
  }

  .mobile-navigation ul li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: white;
    width: 100%;
    height: 1px;
  }

  .mobile-navigation ul li:hover {
    cursor: pointer;
    background-color: #1676c4;
  }

  .mobile-navigation ul li>a {
    color: white;
    display: block;
    font-family: FiraSans, sans-serif;
    padding: 20px;
  }

  .mobile-navigation ul li>a:hover {
    text-decoration: none;
  }

  .mobile-navigation ul li ul {
    display: none;
    background-color: white;
  }

  .mobile-navigation ul li ul li>a {
    pointer-events: all;
    color: #054579;
    border: 1px solid #f0f0f0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .mobile-navigation ul li ul li>a:hover {
    background-color: #929292;
    color: #ffffff;
    text-decoration: none;
  }

  .mobile-navigation .menu-item-has-children::before {
    content: '+';
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    font-size: 1.5em;
    color: white;
  }

  .mobile-navigation .menu-item-has-children--minus::before {
    content: '-';
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    font-size: 1.5em;
    color: white;
  }

  .mobile-navigation .current-page-ancestor,
  .mobile-navigation .current-menu-item {
    background-color: #1676c4;
  }

  .mlp-language-box:nth-child(1) {
    display: none;
  }

  .mlp-language-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .current-language-item {
    color: white !important;
    text-decoration: underline;
  }

  .breadcrumb_nav {
    margin-top: 131px;
  }

  .headline-subsite {
    margin-top: 40px;
  }

  .flex {
    margin-top: 70px;
  }

  .grid {
    margin-left: 65px;
    padding-bottom: 0px;
  }

  .grid__item:nth-child(2n) {
    margin-right: -50px;
  }

  .image {
    display: none;
  }

  .image__container--half {
    display: none;
  }

  .column__icon {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 30px;
    margin-bottom: 30px;
  }

  .image__container {
    margin-left: 0px;
    max-height: 387px;
  }

  .image__container--one {
    display: none;
  }

  .image__container--two {
    display: none !important;
  }

  .image__container--three {
    display: none;
  }

  .image__slider {
    margin-bottom: 50px;
    display: block !important;
  }

  .image__slider img {
    width: 100%;
    height: 100%
  }

  .slick-prev,
  .slick-next {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 30px;
    border: none;
    outline: none !important;
  }

  .slick-prev {
    right: 65px !important;
    background-image: url("../img/begra-carousel-icon-left.png");
  }

  .slick-next {
    right: 25px !important;
    background-image: url("../img/begra-carousel-icon-right.png");
  }

  .cboxElement1 {
    max-height: 387px;
    overflow: hidden;
  }

  .maps__item iframe {
    height: 400px;
  }

  .wpcf7-text {
    width: 215px;
    margin: 0 30px 20px 0;
  }

  .wpcf7-textarea {
    width: 460px;
    height: 142px;
    margin-right: 0px;
  }

  .wpcf7 .email:nth-of-type(7) {
    margin-right: 0px;
  }

  .wpcf7 .subject input {
    width: 460px;
  }

  .button__bubble {
    margin-top: 25px;
  }

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

  .wpcf7-submit {
    right: 35px;
  }
}

@media (max-width: 768px) {
  .keyvisual {
    padding: 200px 0 31px 0;
  }

  .keyvisual::before {
    height: 300px;
  }

  .keyvisual::after {
    height: 300px;
  }

  .keyvisual__content {
    display: none;
  }

  .flex {
    display: block;
    margin-top: 60px;
  }

  .limiter--width {
    max-width: 540px;
  }

  .image__slider {
    height: 282px;
    overflow: hidden;
  }

  .box1 {
    width: auto;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .box1:nth-child(2) {
    margin: 0 0 40px 0;
  }

  .box1__image {
    max-height: 280px;
  }

  .grid {
    margin: 0px;
  }

  .grid__item {}

  .grid__item:nth-child(2n) {
    margin-right: 0px;
  }

  .grid__text {
    margin-bottom: 0px;
  }

  .wpcf7-submit {
    bottom: -20px;
    right: 95px;
  }
}

.box1__headline::before {
  top: -35px;
}

@media (max-width: 559px) {
  .image__container {
    margin-top: 60px;
  }

  .keyvisual {
    display: none;
  }

  .headline {
    margin-top: 30px;
  }

  .header-subsite {
    position: relative !important;
  }

  .header__logo-mobile {
    top: 0px;
  }

  .header__mobile--white {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .header__mobile--white,
  .header__logo-mobile {
    position: relative;
  }

  .header__mobile--white {
    top: 0px;
  }

  .breadcrumb_nav {
    margin-top: 0px;
  }

  .breadcrumb_nav div {
    display: none;
  }

  .bluebar {
    position: relative;
  }

  .bluebar::before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 40px;
    background-color: #054579;
    top: -20px;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .section--frontpage {
    padding-top: 80px;
  }

  .section--white {
    margin-top: 20px;
  }

  .maps__item iframe {
    height: 300px;
  }

  .wpcf7 .subject {
    width: 100%;
  }

  .wpcf7 .subject input {
    width: 100%;
  }

  .wpcf7-textarea {
    width: 100%;
  }

  .wpcf7 .message {
    width: 100%;
  }

  .wpcf7-submit {
    right: 0px;
  }
}

@media (max-width: 500px) {
  .image__slider {
    height: 180px;
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .image__container {
    margin-top: 0px;
  }

  .row>.underline:nth-child(n):not(:last-child)::before {
    background-color: transparent;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .row>.underline:nth-child(n):not(:last-child)::before {
    background-color: transparent;
  }
}

.customize-support .header-subsite {
  top: 32px;
}

.customize-support .header__mobile::before {
  top: 32px;
}

.customize-support .header .header-subsite {
  top: 32px;
}

.customize-support .header__mobile--white {
  top: 72px;
}

.customize-support .header__mobile__language {
  top: 32px;
}

.customize-support .header__logo-mobile {
  top: 72px;
}

.customize-support .mobile-navigation {
  top: 32px;
}

.customize-support .mobile-icon {
  top: 32px;
}

.customize-support #menu-main-mobile-menu>li:last-child {
  margin-bottom: 0px;
}

.customize-support .keyvisual::before,
.customize-support .keyvisual::after {
  top: 32px;
}

.customize-support .wp-admin-bar-updates {
  display: none;
}

.customize-support .wp-admin-bar-comments {
  display: none;
}

@media (max-width: 783px) {
  .customize-support .header__mobile::before {
    top: 46px;
  }

  .customize-support .header__mobile--white {
    top: 86px;
  }

  .customize-support .header__mobile__language {
    top: 46px;
  }

  .customize-support .header__logo-mobile {
    top: 86px;
  }

  .customize-support .mobile-navigation {
    top: 46px;
  }

  .customize-support .mobile-icon {
    top: 46px;
  }

  .customize-support .keyvisual::before,
  .customize-support .keyvisual::after {
    top: 46px;
  }
}

@media (max-width: 559px) {
  .customize-support .header__mobile--white {
    position: absolute;
    top: -90px;
  }

  .customize-support .header__logo-mobile {
    position: absolute;
    top: 0px;
  }

  .customize-support .header__mobile {
    margin-top: 100px;
  }

  .customize-support .breadcrumb_nav:before {
    top: 32px;
  }

  .customize-support .bluebar::before {
    top: 2px;
  }
}

.fixedPosition {
  /* position: fixed; */
}

#wpadminbar {
  position: fixed;
}

.section--light-blue-lp {
  display: block;
  text-align: center;
  padding: 30px 0 30px;
  margin: 50px 0 0;
}

.section--light-blue-lp::before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #d4edfc;
  z-index: -1;
}

.section--blue-lp {
  display: flex;
}

.section--blue-lp::before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #1676c4;
  z-index: -1;
}

.section--no-padding-lp {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.image__container-lp {
  max-width: 500px;
  width: 100%;
  margin-top: 0px;
  margin-left: 41px;
  margin-bottom: 20px;
}



.button-orange {}

.linkbox-lp {
  position: relative;
  padding: 40px 15px 0 30px;
  margin-top: 0px;
  display: block;
  margin-left: -15px !important;
}

.linkbox-lp::before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #e6e6e6;
  z-index: -1;
}

.linkbox-lp__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.linkbox-lp__item {
  text-transform: capitalize;
}

a.linkbox-lp__item:link,
a.linkbox-lp__item:visited {
  font-family: FiraSans, sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #646464;
  font-weight: normal;
  padding: 14px 20px 13px 20px;
  margin: 0 40px 40px 0;
  text-decoration: none;
  border: 1px solid #646464;
  background-color: white;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 2px 2px 3px 1px #646464;
}

a.linkbox-lp__item:link:hover,
a.linkbox-lp__item:visited:hover {
  color: #054579;
  background-color: white;
}

.box--light-blue-lp {
  background-color: #d4edfc;
  padding: 20px;
}

.box--dark-blue-lp {
  background-color: #054579;
  padding: 20px;
}

@media (min-width: 768px) {
  .card-flip:nth-child(1) {
    background-clip: padding-box;
    border-right: 10px solid transparent !important;
  }

  .card-flip:nth-child(2) {
    background-clip: padding-box;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
  }

  .card-flip:nth-child(3) {
    background-clip: padding-box;
    border-left: 10px solid transparent !important;
  }
}

.box--light-blue-lp__content {
  color: #646464;
  text-align: left;
  font-size: 16px;
}

.box--dark-blue-lp__content {
  color: white;
  text-align: left;
  font-size: 16px;
}

.box--light-blue-lp__headline {
  font-family: FiraSansBold, 'Arial';
  text-align: center;
  position: relative;
  color: #323232;
  font-size: 20px;
  padding: 20px 0 15px 0;
  margin: 0 0 15px 0;
}

.box--light-blue-lp__headline::after {
  content: '';
  position: absolute;
  display: none;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background-color: #054579;
}

.box--light-blue-lp:hover {
  text-decoration: none;
  color: #323232;
}

.grid-lp {
  padding-top: 30px;
}

.grid-lp__text {
  margin-bottom: 0px;
}

.grid-lp__headline {
  margin-bottom: 0;
  font-weight: 600;

}

.grid-lp__content {
  padding-top: 20px;
  text-align: center;
}


.label {
  font-size: 14px;
  padding-left: 2px;
  color: #646464;
}

.image__lp {
  margin-bottom: 50px;
  display: none;
  position: relative;
}

@media (max-width: 500px) {
  .image__lp {
    height: 180px;
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .image__lp {
    height: 282px;
    overflow: hidden;
  }
}

@media (max-width: 1199px) {
  .image__lp {
    margin-bottom: 50px;
    display: block !important;
  }

  .image__lp img {
    width: 100%;
    height: 100%;
  }

  .grid-lp__text {
    padding-bottom: 25px;
  }
}

.grey-line:before {
  content: '';
  width: 100vw;
  height: 2px;
  background-color: #646464;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* .grey-line:after {
	content: '';
	width: 100vw;
	height: 2px;
	background-color: #646464;
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
} */

.text--black {
  color: black;
  font-size: 18px;
}

.button--black {
  font-size: 16px;
  text-decoration: none;
  padding: 15px 20px;
  margin: 20px 0 0 0;
  border: 1px solid #646464;
  background: white;
  box-shadow: 2px 2px 3px 1px #646464;
  color: #646464;
  transition: 0.5s;
}

.button--black:hover {
  color: #054579;
  text-decoration: none;
}

.button--orange {
  background: orange;
  margin-top: 20px;
}

.button--orange:hover {
  color: white;
}

.limiter--right-lp {
  margin: 0px;
}

.limiter--left-lp {
  padding: 50px 0;
}

.image-lp {
  height: 100%;
}

.subheadline--white {
  color: white;
}

.text--padding-bottom {
  padding-bottom: 20px;
}

.card {
  /* height: 240px; */
  border: none !important;
}

.card-flip {
  background: none;
  border: none;
  padding: 0;
  height: 100%;
}

.card-flip .card {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 300ms;
  transition-timing-function: linear;
  width: 100%;
  height: 100%;
  margin: 0;
}

.card-flip .card:first-of-type {
  transform: rotateY(0deg);
}

.card-flip .card:last-of-type {
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  display: flex;
}

.card-flip:hover .card:first-of-type {
  transform: rotateY(-180deg);
}

.card-flip:hover .card:last-of-type {
  transform: rotateY(0deg);
}

.text--white-lp {
  color: white;
}

.margin-lp {
  margin: 40px;
}

.link__box--flex img {
  width: auto;
  max-height: 300px;
  max-width: 100%;
}