/*
*––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
*  Copyright © 2021 casanaut GmbH
*  Do not use this software or replicate without permission of the owner.
*––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
*/

/* -------------- */
/* SETUP */
/* DESKTOP */
/* TABLET */
/* MOBILE */
/* MINI-MOBILE */
/* SPECIAL BREAKPOINTS */
/* -------------- */

/* SETUP //////////////////////////////////////////////////////////////// */

/* Corporate Colors: */
/* Black #FF344A */
/* Green #FF344A */
/* Light Green #E8F5E4 */
/* Grey #837e7e */

/* FONTS *******************************************************************************/

/* Fonts */
@font-face{
  font-family:"Courier";
  src: local('Courier'), local('Courier-Regular'),
  url('Courier.woff2') format('woff2'),
  url('Courier.woff')  format('woff'),
  url('Courier.ttf')   format('truetype'),
}

/**/

body {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

h1, .h1 {
  font-family: 'Manrope', sans-serif;
  font-size: 34px;
  line-height: 1.2em;
  letter-spacing: -0.01em;
  font-weight: 400;
  color: #FF344A;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow: visible;
}
h2, .h2 {
  font-family: 'Manrope', sans-serif;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: #FF344A;
  text-decoration: none;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  overflow: visible;
}
h3, h4, h5, h6,
.h3, .h4, .h5, .h6 {
  font-family: 'Manrope', sans-serif;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: #FF344A;
  text-decoration: none;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow: visible;
}
p, li, p a, .p {
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #FF344A;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
strong, b, .b {
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0em;
  color: #FF344A;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.fweight-light {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
}

.fsize-large {
  font-size: 80px;
}

.fsize-marginal {
  font-size: 12px;
}

.fcolor-grey {
  color: #837e7e;
}

.fcolor-green {
  color: #FF344A;
}

.fcolor-red {
  color: red;
}

h1, h2, h3, h4, h5, h6, b, strong, b, p, li {
  -webkit-font-feature-settings:"kern" 1;
  font-feature-settings:"kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}


/* LINKS / GLOBAL INTERACTIONS *******************************************************************************/

/***** Links */

p a {
  text-decoration: none;
  border-bottom: 1px solid #FF344A;
  padding: 0px 0px 1px 0px;
}
p.fcolor-grey a,
p.fcolor-grey a:hover {
  color: #837e7e;
  border-bottom: none;
}

p a:hover {
  cursor: pointer;
  border-bottom: 1px solid #FF344A;
  color: #FF344A;
}

p a strong,
p a b {
  padding: 0px 0px 0px 0px !important;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
}

a,
a:visited,
a:hover,
a:active {
  color: #FF344A;
  text-decoration: none;
  cursor: pointer;
}

/***** Buttons */

.button {
  background: #FF344A;
  color: #fff;
  border-radius: 10px;
  padding: 18px 30px;
  border: unset;
  margin-top: 0px;
  display: inline-block;
  cursor: pointer;
}

.button:active {
  opacity: 0.8;
}

/**/

.centered-button {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.centered-button .button {
  display: inline;
}

/***** Box shadows */

.shadow {
  -webkit-box-shadow: 5px 10px 31px 3px rgba(0, 0, 0, 0.26);
  box-shadow: 5px 10px 31px 3px rgba(0, 0, 0, 0.26);
}

/***** Background colors */

.green {
  background: #FF344A;
}

.light-green {
  background: #E8F5E4;
}

/***** Interactions */

::-moz-selection {
  background: #585758;
  color: #fff !important;
}

::selection {
  background: #585758;
  color: #fff !important;
}

::-moz-selection {
  background: #585758;
  color: #fff !important;
}

*:focus {
  outline: none !important;
}

/***** some ie-fixes */

* {
  text-decoration: none !important;
}
body:not(.browser-ie) {
  color: inherit;
}


/***** Page Fade-In */

#content {
  -webkit-animation-name: fadeinpage;
  animation-name: fadeinpage;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeinpage {
  0%  { opacity: 0; }
  100%   { opacity: 1; }
}

@keyframes fadeinpage {
  0%  { opacity: 0; }
  100%   { opacity: 1; }
}

/* MISC *******************************************************************************/

/***** Spacing */

html {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  position: relative;
  min-height: 100%;
  background: #fff;
  overflow-x: hidden;
}

header.site-header {
  z-index: 100;
  position: absolute;
}

/***** Hide Comments and others */

.cat-links, .entry-footer {
  display: none;
}

/***** clear after float */

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/***** hide stuff on specific breakpoints */

.no-lg {
  display: none;
}


/* DESKTOP //////////////////////////////////////////////////////////////// */
/*
01. Presets
02. Navigation
03. Footer
04. NoScript / Cookie Banner
*/

/*
-----------------------------------------------------------------------------

01. Presets

-----------------------------------------------------------------------------
*/

/* LAYOUT *******************************************************************************/

main {
  position: relative;
  overflow: hidden !important;
}

article {
  margin-top: 0; /* Space to Navigation */
  padding-bottom: 0; /* Space to Footer */
}

.sec-wrap {
  width: 100%;
  height: auto;
  min-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 160px 50px 60px;
}

.sec-wrap__inner {
  width: 100%;
  height: auto;
  max-width: 660px;
  position: relative;
}

/***** Text columns */

.text-2-columns {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  column-gap: 30px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  -ms-column-gap: 30px;
  margin: 30px 0;
}

.text-3-columns {
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  column-gap: 30px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  -ms-column-gap: 30px;
}

/***** Text overflow */

span.nobreak {
  white-space: nowrap;
}

span.shorten {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/**/

.centered-text h1, .centered-text h2, .centered-text h3, .centered-text h4, .centered-text h5, .centered-text h6, .centered-text p, .centered-text span, .centered-text a,
h1.centered-text, h2.centered-text, h3.centered-text, h4.centered-text, h5.centered-text, h6.centered-text, p.centered-text, span.centered-text, a.centered-text  {
  text-align: center;
}


/*
-----------------------------------------------------------------------------

03. Footer

-----------------------------------------------------------------------------
*/

.footer-wrap {
  height: auto;
  color: #fff;
  margin: 0;
  bottom: 0;
  width: 100%;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.04em;
  position: absolute;
  z-index: 99;
}

.footer__sub {
  position: relative;
  width: 100%;
  height: auto;
  bottom: 0;
  padding: 15px 35px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

/**/

.footer-wrap .footer__sub,
.footer-wrap .footer__sub a {
  color: #837e7e;
}

.footer-wrap .footer__sub a:hover {
  color: #837e7e;
}


/*
-----------------------------------------------------------------------------

04. NoScript / Cookie Banner

-----------------------------------------------------------------------------
*/


.warning-banner {
  background: #831414;
  top: 0px;
  text-align: center;
  padding: 1em;
}

#cookie-banner {
  padding: 1em;
  max-width: 400px;
  bottom: 25px;
  right: 25px;
  background: #FF344A;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.warning-banner, #cookie-banner {
  width: 100%;
  display: block;
  position: fixed;
  border-radius: 3px;
  z-index: 99999;
}

.warning-banner table,
#cookie-banner table {
  width: 100%;
  height: inherit;
  text-align: center;
  margin: 0;
}

.warning-banner p,
.warning-banner b,
.warning-banner a {
  color: #fff;
  margin: 0 10px 0 10px;
}
.warning-banner p:nth-child(2) {
  margin: 10px;
}

.warning-banner a {
  border: 1px solid #fff;
  padding: 6px;
  white-space: nowrap;
  border-radius: 1px;
}
.warning-banner a:hover {
  border: 1px solid #fff;
  color: #fff;
}

#noscript:target {
  opacity: 0;
  top: -100px;
}

#ie-banner.closed,
#no-access-banner.closed {
  display: none;
}

#cookie-banner.closed {
  opacity: 0;
}

#cookie-banner p,
#cookie-banner b,
#cookie-banner a {
  color: #fff;
  font-size: 15px;
  line-height: 1.3em;
  text-align: left;
  margin: 0;
}

#cookie-banner a.close-banner-btn {
  font-weight: bold;
  display: inline-block;
  padding: 4px 10px;
  color: #FF344A;
  border: 0;
  background: #fff;
  border-radius: 3px;
  margin: 3px 12px 3px 0px;
  opacity: 1;
}

#cookie-banner a {
  border: 0;
  color: #fff;
  opacity: 0.8;
}

#cookie-banner a:hover {
  opacity: 1;
}


/* TABLET //////////////////////////////////////////////////////////////// */
/*
01. Presets
02. Navigation
03. Footer
04. NoScript / Cookie Banner
*/

@media only screen and (max-width: 880px) {

  /*
  -----------------------------------------------------------------------------

  01. Presets

  -----------------------------------------------------------------------------
  */

  /* MISC *******************************************************************************/

  h1 {
    font-size: 60px;
    line-height: 1.2em;
  }

  .no-md {
    display: none;
  }
  .no-lg {
    display: inherit;
  }
  span.no-lg {
    display: inline;
  }

  /*
  -----------------------------------------------------------------------------

  04. NoScript / Cookie Banner

  -----------------------------------------------------------------------------
  */

  #cookie-banner {
    max-width: 340px;
    bottom: 105px;
  }

}

/* MOBILE //////////////////////////////////////////////////////////////// */
/*
01. Presets
02. Navigation
03. Footer
04. NoScript / Cookie Banner
*/

@media only screen and (max-width: 580px) {

  /*
  -----------------------------------------------------------------------------

  01. Presets

  -----------------------------------------------------------------------------
  */

  /* MISC *******************************************************************************/

  h1, h2 {
    font-size: 25px;
    line-height: 1.25em;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }

  p, li, p a, .p {
    font-size: 16px;
    line-height: 1.45em;
  }
  strong, b, .b {
    font-size: 16px;
    line-height: 1.45em;
  }

  .no-sm {
    display: none;
  }
  .no-md {
    display: inherit;
  }
  span.no-md {
    display: inline;
  }


  /* LAYOUT *******************************************************************************/

  .sec-wrap {
    padding: 120px 0 60px;
  }

  .sec-wrap__inner {
    padding: 20px 25px;
  }

  /**/

  .text-2-columns {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
  }

  .text-3-columns {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
  }


  /*
  -----------------------------------------------------------------------------

  03. Footer

  -----------------------------------------------------------------------------
  */

  .footer__sub {
    font-size: 10px;
    padding: 15px 25px;
  }


  /*
  -----------------------------------------------------------------------------

  04. NoScript / Cookie Banner

  -----------------------------------------------------------------------------
  */

  .warning-banner p, .warning-banner b, .warning-banner a,
  #cookie-banner p, #cookie-banner b, #cookie-banner a {
    font-size: 14px;
  }

  a.close-banner-btn {
    margin-top: 10px;
  }

}


/* MINI-MOBILE //////////////////////////////////////////////////////////////// */
/*
01. Presets
02. Navigation
03. Footer
04. NoScript / Cookie Banner
*/

@media only screen and (max-width: 430px) {

  /*
  -----------------------------------------------------------------------------

  01. Presets

  -----------------------------------------------------------------------------
  */

  /* MISC *******************************************************************************/

  .no-xs {
    display: none;
  }
  .no-sm {
    display: inherit;
  }
  span.no-sm {
    display: inline;
  }

  /*
  -----------------------------------------------------------------------------

  04. NoScript / Cookie Banner

  -----------------------------------------------------------------------------
  */

  #cookie-banner {
    max-width: calc(100% - 50px);
    bottom: 85px;
  }

}

/* SPECIAL BREAKPOINTS //////////////////////////////////////////////////////// */



/* Printer */

@media print {

  @page {
    margin: 1cm;
  }

  header, nav, footer {
    display: none;
  }

  img {
    max-width: 500px;
    visibility: visible !important;
  }

}
