/*fonts
--------------------------------*/
/* General 
--------------------------------*/
/* Colors
--------------------------------*/
/*$color_extralightorange: #FFFBF8; //#FEE8D3; // background color (test))
$color_darkblue: #2E4C54; // main "offizielle" button in app
$color_lightblue: #83B5EA; // main "medien" button in app
$color_mediumpurple: #F3EDF9; // form input background
$color_lightpurple: #FFFBFF; // header/Footer background
$color_darkgray: #52433C; // icons in footer */
/*! 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;
}

/**
 * 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 {
  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 */
  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 {
  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] {
  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;
}

/* Various */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  -moz-font-variant-ligatures: no-common-ligatures;
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-variant-ligatures: no-common-ligatures;
  /*text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; */
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  background: #F7B17F;
}

html {
  scroll-behavior: smooth;
}

body {
  hyphens: auto;
}

body * {
  margin: 0;
  padding: 0;
}

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

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

.site {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.content {
  max-width: 100%;
  padding-bottom: 0;
}

/*.is_loggedin_user {

	.content {
		padding-top: 0px;
	}
} */
@media only screen and (max-width: 950px) {
  /*.content  {
  	padding-top: 0;
  } */
}
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

p, ol, ul, blockquote {
  hyphens: auto;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
}

a {
  color: #179FFD;
  border-bottom: 1px dotted #179FFD;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #F7B17F;
  border-bottom: 1px dotted #F7B17F;
}

button {
  border: 0;
  background: none;
}

button:hover,
butonn:active,
buton:focus {
  cursor: pointer;
}

.button {
  width: auto;
  display: inline-block;
  color: white;
  background: black;
  text-decoration: none !important;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: auto;
  padding: 5px 15px 5px 15px;
  margin: 0 0px 20px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.button i {
  margin-right: 5px;
}

a.button:hover,
a.button:active,
a.button:focus,
button.button:hover,
button.button:active,
button.button:focus,
input.button:hover,
input.button:active,
input.button:focus {
  background: #F7B17F;
  color: black;
  cursor: pointer;
}

/* Forms
--------------*/
form {
  max-width: 100%;
}
form label {
  max-width: 100%;
  display: block;
}
form input,
form textarea {
  width: 100%;
  display: block;
  background: white;
  border: 1px solid lightgray;
  padding: 5px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}

/* General helpers 
-------------------*/
.clearfix:before,
.clearfix:after {
  content: " " !important;
  display: table !important;
}

.clearfix:after {
  clear: both !important;
}

.background_orange {
  background-color: #F88330;
}

.background_lightorange {
  background-color: #F7B17F;
}

.background_blue {
  background-color: #179FFD;
}

.background_black {
  background-color: black;
}

.background_gray {
  background-color: #393939;
}

.textalign_left {
  text-align: left;
}

.textalign_right {
  text-align: right;
}

.textalign_center {
  text-align: center;
}

.fullwidth {
  max-width: 100%;
}

.widthwide {
  max-width: 1100px;
}

.widthmedium {
  max-width: 900px;
}

.widthnarrow {
  max-width: 800px;
}

.hidden {
  display: none !important;
  border: 3px solid red;
}

form {
  max-width: 100%;
}
form label {
  max-width: 100%;
  display: block;
}
form label span {
  font-style: italic;
}
form input,
form textarea {
  width: 100%;
  display: block;
  background: white;
  border: 1px solid lightgray;
  padding: 5px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
form .beruf {
  display: none;
}

.mailform_error {
  padding: 8px;
  color: white;
  background: red;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}

/* Just in case this is needed
-------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: " " !important;
  display: table !important;
}

.clearfix:after {
  clear: both !important;
}

/* Background images in boxes or elsewhere
---------------------------------------------*/
/* object fit images */
.image-objectfit {
  display: block;
  max-width: 100%;
  height: auto;
}
.image-objectfit.image-objectfit-cropped > img {
  object-fit: cover;
}
.image-objectfit.image-objectfit-uncropped > img {
  object-fit: contain;
  width: 100%;
}
.image-objectfit {
  /* 
  	* position for object-fit images 
  	*/
}
.image-objectfit.image-objectfit_topleft img {
  object-position: top left;
}
.image-objectfit.image-objectfit_topcenter img {
  object-position: top center;
}
.image-objectfit.image-objectfit_topright img {
  object-position: top right;
}
.image-objectfit.image-objectfit_centerleft img {
  object-position: center left;
}
.image-objectfit.image-objectfit_centercenter img {
  object-position: center;
}
.image-objectfit.image-objectfit_centerright img {
  object-position: center right;
}
.image-objectfit.image-objectfit_bottomleft img {
  object-position: bottom left;
}
.image-objectfit.image-objectfit_bottomcenter img {
  object-position: bottom center;
}
.image-objectfit.image-objectfit_bottomright img {
  object-position: bottom right;
}

/* Background images old style
-------------------------------------------*/
.backgroundimage-uncropped {
  -moz-background-size: contain;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.backgroundimage-cropped {
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.backgroundimage-uncropped.backgroundimage-topleft,
.backgroundimage-cropped.backgroundimage-topleft {
  background-position: top left;
}
.backgroundimage-uncropped.backgroundimage-topcenter,
.backgroundimage-cropped.backgroundimage-topcenter {
  background-position: top center;
}
.backgroundimage-uncropped.backgroundimage-topright,
.backgroundimage-cropped.backgroundimage-topright {
  background-position: top right;
}
.backgroundimage-uncropped.backgroundimage-centerleft,
.backgroundimage-cropped.backgroundimage-centerleft {
  background-position: center left;
}
.backgroundimage-uncropped.backgroundimage-centercenter,
.backgroundimage-cropped.backgroundimage-centercenter {
  background-position: center;
}
.backgroundimage-uncropped.backgroundimage-bottomleft,
.backgroundimage-cropped.backgroundimage-bottomleft {
  background-position: bottom left;
}
.backgroundimage-uncropped.backgroundimage-bottomcenter,
.backgroundimage-cropped.backgroundimage-bottomcenter {
  background-position: bottom center;
}
.backgroundimage-uncropped.backgroundimage-bottomright,
.backgroundimage-cropped.backgroundimage-bottomright {
  background-position: bottom right;
}

/* Header + Logo
---------------------*/
.header {
  max-width: 100%;
  height: 140px;
  border-bottom: 0px solid #F88330;
  margin-bottom: 0px;
  position: relative;
  z-index: 15000;
}
.header .header_title {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 140px;
  height: 140px;
  z-index: 200;
}
.header a {
  text-decoration: none;
  border: 0;
}

/* Main menu
---------------------*/
.mainnav_toggle {
  display: none;
  position: absolute;
  top: 50px;
  right: 25px;
  border: 0px solid red;
  background: none;
  color: white;
}
.mainnav_toggle:hover, .mainnav_toggle:active, .mainnav_toggle:focus {
  color: #179FFD;
}
.mainnav_toggle svg {
  width: 35px;
  height: 35px;
}

.background_orange .mainnav_toggle:hover,
.background_orange .mainnav_toggle:active,
.background_orange .mainnav_toggle:focus {
  color: #179FFD;
}

.background_black .mainnav_toggle:hover,
.background_black .mainnav_toggle:active,
.background_black .mainnav_toggle:focus,
.background_blue .mainnav_toggle:hover,
.background_blue .mainnav_toggle:active,
.background_blue .mainnav_toggle:focus {
  color: #F88330;
}

.mainnav {
  display: block;
  width: 100%;
  text-align: center;
  top: 0;
  position: absolute;
  z-index: 0;
  padding: 0 25px 0 25px;
}

.mainnav .mainnav_menu {
  font-family: "sharp_sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3rem;
  margin: 0 auto;
  text-align: right;
  position: relative;
  display: block;
  color: white;
  padding: 40px 0 40px 0;
}
.mainnav .mainnav_menu li {
  text-transform: uppercase;
  display: inline-block;
}
.mainnav .mainnav_menu a {
  display: inline-block;
  padding: 10px;
}
.mainnav .mainnav_menu li.mainnav_active a,
.mainnav .mainnav_menu a:hover,
.mainnav .mainnav_menu a:active,
.mainnav .mainnav_menu a:focus {
  color: black;
}
.mainnav .mainnav_menu li.menuentry_left {
  float: left;
  margin-right: 20px;
}
.mainnav .mainnav_menu li.menuentry_left a {
  padding-left: 0;
}
.mainnav .mainnav_menu li.menuentry_right {
  margin-left: 20px;
}
.mainnav .mainnav_menu li.menuentry_right a {
  padding-right: 0;
}

.mainnav .mainnav_menu.background_orange a,
.mainnav .mainnav_menu.background_blue a {
  color: white;
}
.mainnav .mainnav_menu.background_orange li.mainnav_active a,
.mainnav .mainnav_menu.background_orange a:hover,
.mainnav .mainnav_menu.background_orange a:active,
.mainnav .mainnav_menu.background_orange a:focus,
.mainnav .mainnav_menu.background_blue li.mainnav_active a,
.mainnav .mainnav_menu.background_blue a:hover,
.mainnav .mainnav_menu.background_blue a:active,
.mainnav .mainnav_menu.background_blue a:focus {
  color: black;
}

.mainnav .mainnav_menu.background_black a {
  color: white;
}
.mainnav .mainnav_menu.background_black li.mainnav_active a,
.mainnav .mainnav_menu.background_black a:hover,
.mainnav .mainnav_menu.background_black a:active,
.mainnav .mainnav_menu.background_black a:focus {
  color: #179FFD;
}

.mainnav.mainnav_mobile {
  border-top: 0px solid lightgray;
  position: absolute;
  max-width: 100%;
}
.mainnav.mainnav_mobile .mainnav_toggle {
  display: block !important;
}
.mainnav.mainnav_mobile .mainnav_menu {
  position: absolute;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  top: 140px;
  left: 0;
  width: 100%;
  overflow: auto;
  height: auto;
  text-align: center;
  padding: 10px 0 10px 0;
  z-index: 4000;
  font-size: 1.3rem;
  line-height: 2.5rem;
}
.mainnav.mainnav_mobile .mainnav_menu li {
  float: none;
  display: block;
  max-width: 100%;
}
.mainnav.mainnav_mobile .mainnav_menu li.menuentry_left {
  margin-right: 0px;
}
.mainnav.mainnav_mobile .mainnav_menu li.menuentry_left a {
  padding-left: 10px;
}
.mainnav.mainnav_mobile .mainnav_menu li.menuentry_right {
  margin-left: 0px;
}
.mainnav.mainnav_mobile .mainnav_menu li.menuentry_right a {
  padding-right: 10px;
}
.mainnav.mainnav_mobile .mainnav_menu a {
  display: block;
  max-width: 100%;
  padding: 10px;
}

@media only screen and (max-width: 750px) {
  .mainnav .mainnav_toggle {
    display: block !important;
  }
}
.skip_to_content {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.skip_to_content:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
}

/* Page header defaults
--------------------------------*/
.pageheader {
  color: white;
}
.pageheader .pageheader_content {
  position: relative;
  margin: 0 auto;
  font-weight: normal;
  padding: 25px 25px 45px 25px;
}
.pageheader .pageheader_content p {
  margin-bottom: 20px;
  hyphens: none;
}
.pageheader .pageheader_content ul, .pageheader .pageheader_content ol {
  padding-left: 25px;
  margin-bottom: 25px;
}
.pageheader .pageheader_content .pageheader_headline {
  font-size: 3.1rem;
  font-weight: 700;
  font-family: "sharp_sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  hyphens: none;
}
.pageheader .pageheader_content .pageheader_text {
  font-size: 0.95rem;
  line-height: 1.2rem;
}
.pageheader .pageheader_content .pageheader_text h2 {
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.pageheader .pageheader_content .pageheader_text h3 {
  margin-bottom: 12px;
}
.pageheader .pageheader_content .pageheader_downloads {
  padding-top: 10px;
  padding-left: 35px;
}
.pageheader .pageheader_content .pageheader_downloads img {
  display: block;
  margin-bottom: 20px;
  width: 120px;
}
.pageheader .pageheader_content .decobox_wrapper {
  position: absolute;
  bottom: -90px;
  right: 76.5%;
}
.pageheader .pageheader_content .decobox_wrapper .decobox {
  margin-bottom: 25px;
}

/* Page header home
--------------------------------*/
.pageheader.pageheader_home .pageheader_content .pageheader_headline {
  position: absolute;
  top: 20px;
  right: 25px;
  max-width: 450px;
}
.pageheader.pageheader_home .pageheader_content figure {
  display: block;
  max-width: 100%;
  text-align: center;
  margin-right: 170px;
  margin-left: 170px;
}
.pageheader.pageheader_home .pageheader_content figure .pageheader_image {
  margin: 0 auto;
  padding-top: 11px;
}
.pageheader.pageheader_home .pageheader_content .pageheader_text {
  font-size: 1.1rem;
  line-height: 1.3rem;
}
.pageheader.pageheader_home .pageheader_content .pageheader_text.pageheader_text1 {
  position: absolute;
  top: 150px;
  left: 0;
  padding-top: 0px;
  padding-left: 25px;
  padding-right: 27%;
  max-width: 50%;
  text-align: right;
}
.pageheader.pageheader_home .pageheader_content .pageheader_text.pageheader_text2 {
  position: absolute;
  top: 200px;
  right: 0;
  padding-top: 0px;
  padding-right: 25px;
  padding-left: 23%;
  max-width: 50%;
}
.pageheader.pageheader_home .pageheader_content .pageheader_downloads {
  padding-left: 35px;
}

@media only screen and (max-width: 1040px) {
  .pageheader.pageheader_home .pageheader_content .pageheader_text.pageheader_text1 {
    padding-right: 30%;
  }
}
/* Page header "mitmachen"
--------------------------------*/
.pageheader.pageheader_join .pageheader_content .pageheader_headline {
  line-height: 3.6rem;
  text-align: left;
  margin-bottom: 25px;
  position: absolute;
  top: 20px;
}
.pageheader.pageheader_join .pageheader_content .pageheader_text {
  position: absolute;
  top: 120px;
  left: 25px;
  max-width: 550px;
}
.pageheader.pageheader_join .pageheader_content .pageheader_text .pageheader_text1 {
  max-width: 450px;
}
.pageheader.pageheader_join .pageheader_content .pageheader_text h2 {
  margin-top: 30px;
}
.pageheader.pageheader_join .pageheader_content .pageheader_text .pageheader_downloads {
  position: absolute;
  right: -170px;
  top: 120px;
}
.pageheader.pageheader_join .pageheader_content figure {
  text-align: right;
  padding-left: 500px;
}
.pageheader.pageheader_join .pageheader_content figure .pageheader_image {
  display: inline-block;
}

/* Page header B2B
--------------------------------*/
.pageheader.pageheader_b2b .pageheader_content .pageheader_headline {
  line-height: 3.6rem;
  text-align: right;
  margin-bottom: 25px;
  position: absolute;
  top: 40px;
  left: 145px;
  max-width: 400px;
}
.pageheader.pageheader_b2b .pageheader_content .pageheader_text {
  position: absolute;
  top: 220px;
  left: 150px;
  max-width: 320px;
  text-align: right;
}
.pageheader.pageheader_b2b .pageheader_content .pageheader_text .pageheader_text1 {
  max-width: 450px;
}
.pageheader.pageheader_b2b .pageheader_content .pageheader_text h2 {
  margin-top: 30px;
}
.pageheader.pageheader_b2b .pageheader_content .pageheader_text .pageheader_downloads {
  padding-left: 160px;
}
.pageheader.pageheader_b2b .pageheader_content .decobox_wrapper {
  right: 80%;
}
.pageheader.pageheader_b2b .pageheader_content figure {
  text-align: right;
  padding-left: 460px;
  margin-right: 75px;
}
.pageheader.pageheader_b2b .pageheader_content figure .pageheader_image {
  display: inline-block;
}

/* Page header "wir"
--------------------------------*/
.pageheader.pageheader_about .pageheader_content .pageheader_headline {
  text-align: center;
  margin-bottom: 30px;
}
.pageheader.pageheader_about .pageheader_content .pageheader_text h2 {
  text-align: center;
  margin-top: 40px;
}
.pageheader.pageheader_about .pageheader_content .pageheader_text.pageheader_text2 {
  max-width: 800px;
  margin-top: 50px;
}
.pageheader.pageheader_about .pageheader_content .pageheader_text a {
  color: black;
}
.pageheader.pageheader_about .pageheader_content figure .pageheader_image {
  float: left;
  margin-right: 40px;
}
.pageheader.pageheader_about .pageheader_content .decobox_wrapper {
  position: absolute;
  bottom: -90px;
  right: 0% !important;
}
.pageheader.pageheader_about .pageheader_content .decobox_wrapper .decobox {
  margin-bottom: 25px;
}

.pageheader.pageheader_general.background_orange .pageheader_content a {
  color: black;
}
.pageheader.pageheader_general.background_orange .pageheader_content a:hover,
.pageheader.pageheader_general.background_orange .pageheader_content a:active,
.pageheader.pageheader_general.background_orange .pageheader_content a:focus {
  color: gray;
}
/* Just clear all pageheader layouts here for simplicitty
------------------------------------------------------------*/
@media only screen and (max-width: 1000px) {
  .pageheader.pageheader_home .pageheader_content .pageheader_headline,
  .pageheader.pageheader_home .pageheader_content .pageheader_text.pageheader_text,
  .pageheader.pageheader_home .pageheader_content .pageheader_text .pageheader_text1,
  .pageheader.pageheader_home .pageheader_content .pageheader_text .pageheader_text2,
  .pageheader.pageheader_home .pageheader_content .pageheader_text.pageheader_text1,
  .pageheader.pageheader_home .pageheader_content .pageheader_text.pageheader_text2,
  .pageheader.pageheader_home .pageheader_content .pageheader_text1,
  .pageheader.pageheader_home .pageheader_content .pageheader_text2,
  .pageheader.pageheader_home .pageheader_content .pageheader_downloads,
  .pageheader.pageheader_home .pageheader_content .pageheader_text .pageheader_downloads,
  .pageheader.pageheader_join .pageheader_content .pageheader_headline,
  .pageheader.pageheader_join .pageheader_content .pageheader_text.pageheader_text,
  .pageheader.pageheader_join .pageheader_content .pageheader_text .pageheader_text1,
  .pageheader.pageheader_join .pageheader_content .pageheader_text .pageheader_text2,
  .pageheader.pageheader_join .pageheader_content .pageheader_text.pageheader_text1,
  .pageheader.pageheader_join .pageheader_content .pageheader_text.pageheader_text2,
  .pageheader.pageheader_join .pageheader_content .pageheader_text1,
  .pageheader.pageheader_join .pageheader_content .pageheader_text2,
  .pageheader.pageheader_join .pageheader_content .pageheader_downloads,
  .pageheader.pageheader_join .pageheader_content .pageheader_text .pageheader_downloads,
  .pageheader.pageheader_b2b .pageheader_content .pageheader_headline,
  .pageheader.pageheader_b2b .pageheader_content .pageheader_text.pageheader_text,
  .pageheader.pageheader_b2b .pageheader_content .pageheader_text .pageheader_text1,
  .pageheader.pageheader_b2b .pageheader_content .pageheader_text .pageheader_text2,
  .pageheader.pageheader_b2b .pageheader_content .pageheader_text.pageheader_text1,
  .pageheader.pageheader_b2b .pageheader_content .pageheader_text.pageheader_text2,
  .pageheader.pageheader_b2b .pageheader_content .pageheader_text1,
  .pageheader.pageheader_b2b .pageheader_content .pageheader_text2,
  .pageheader.pageheader_b2b .pageheader_content .pageheader_downloads,
  .pageheader.pageheader_b2b .pageheader_content .pageheader_text .pageheader_downloads,
  .pageheader.pageheader_about .pageheader_content .pageheader_headline,
  .pageheader.pageheader_about .pageheader_content .pageheader_text.pageheader_text,
  .pageheader.pageheader_about .pageheader_content .pageheader_text .pageheader_text1,
  .pageheader.pageheader_about .pageheader_content .pageheader_text .pageheader_text2,
  .pageheader.pageheader_about .pageheader_content .pageheader_text.pageheader_text1,
  .pageheader.pageheader_about .pageheader_content .pageheader_text.pageheader_text2,
  .pageheader.pageheader_about .pageheader_content .pageheader_text1,
  .pageheader.pageheader_about .pageheader_content .pageheader_text2,
  .pageheader.pageheader_about .pageheader_content .pageheader_downloads,
  .pageheader.pageheader_about .pageheader_content .pageheader_text .pageheader_downloads {
    position: relative;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100% !important;
    text-align: left;
  }
  .pageheader.pageheader_home .pageheader_content figure,
  .pageheader.pageheader_join .pageheader_content figure,
  .pageheader.pageheader_b2b .pageheader_content figure,
  .pageheader.pageheader_about .pageheader_content figure {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .pageheader.pageheader_home .pageheader_content figure .pageheader_image,
  .pageheader.pageheader_join .pageheader_content figure .pageheader_image,
  .pageheader.pageheader_b2b .pageheader_content figure .pageheader_image,
  .pageheader.pageheader_about .pageheader_content figure .pageheader_image {
    display: block;
    margin: 0 auto;
    position: relative;
    float: none;
  }
  .pageheader.pageheader_home .pageheader_content .decobox_wrapper,
  .pageheader.pageheader_join .pageheader_content .decobox_wrapper,
  .pageheader.pageheader_b2b .pageheader_content .decobox_wrapper,
  .pageheader.pageheader_about .pageheader_content .decobox_wrapper {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .pageheader .pageheader_content .pageheader_headline,
  .pageheader.pageheader_home .pageheader_content .pageheader_headline,
  .pageheader.pageheader_join .pageheader_content .pageheader_headline,
  .pageheader.pageheader_b2b .pageheader_content .pageheader_headline,
  .pageheader.pageheader_about .pageheader_content .pageheader_headline {
    font-size: 2.6rem;
    line-height: 3rem;
    margin-bottom: 15px;
    hyphens: auto;
  }
}
@media only screen and (max-width: 400px) {
  .pageheader .pageheader_content .pageheader_headline,
  .pageheader.pageheader_home .pageheader_content .pageheader_headline,
  .pageheader.pageheader_join .pageheader_content .pageheader_headline,
  .pageheader.pageheader_b2b .pageheader_content .pageheader_headline,
  .pageheader.pageheader_about .pageheader_content .pageheader_headline {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}
.calltoaction {
  background-color: black;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  padding: 20px 50px 20px 50px;
  display: block;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 650px;
  height: auto;
  font-family: "sharp_sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.7rem;
  text-align: center;
}
.calltoaction * {
  display: inline;
  vertical-align: middle;
  padding: 0;
}
.calltoaction h2 {
  margin-right: 26px;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
}
.calltoaction h2 a {
  vertical-align: top;
}
.calltoaction img {
  width: 120px;
  margin: 0 10px 0 10px;
}
.calltoaction a {
  border: 0;
  color: #179FFD;
}

.calltoaction.calltoaction_wider {
  max-width: 750px;
}

@media only screen and (max-width: 690px) {
  .calltoaction {
    padding: 20px 20px 20px 20px;
    text-align: center;
  }
  .calltoaction h2 {
    display: block;
    margin-right: 0;
  }
}
.calltoaction_modal {
  z-index: 15001;
  position: fixed;
  top: 40%;
  width: 100%;
  height: auto;
  padding: 20px;
}
.calltoaction_modal .calltoaction_modal-content {
  position: relative;
  text-align: center;
  color: white;
  border: 1px solid white;
  background: black;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0px 6px 10px black;
}
.calltoaction_modal .calltoaction_modal-content h2 {
  margin-bottom: 20px;
}
.calltoaction_modal .calltoaction_modal-content a {
  display: inline-block;
}
.calltoaction_modal .calltoaction_modal-content button.closemodal {
  position: absolute;
  top: 0;
  right: 5px;
}
.calltoaction_modal .calltoaction_modal-content button.closemodal svg {
  width: 25px;
  height: 25px;
  color: white;
}
.calltoaction_modal .calltoaction_modal-content button.closemodal:hover svg,
.calltoaction_modal .calltoaction_modal-content button.closemodal:focus svg,
.calltoaction_modal .calltoaction_modal-content button.closemodal:active svg {
  color: #F7B17F;
}

/* Section general defaults
--------------------------------*/
.section {
  color: white;
}
.section .section_headline {
  font-size: 2.3rem;
  line-height: 2.6rem;
  font-weight: 700;
  font-family: "sharp_sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 40px 0;
  hyphens: none;
}
.section .section_content {
  position: relative;
  margin: 0 auto;
  padding: 120px 25px 120px 25px;
  font-size: 0.95rem;
  line-height: 1.2rem;
  font-weight: 400;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}
.section .splide__pagination {
  position: relative;
  bottom: 0;
  margin-top: 20px;
}
.section .splide__pagination .splide__pagination__page {
  opacity: 1;
  width: 18px;
  height: 12px;
  background: white;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}
.section .splide__pagination .splide__pagination__page:hover,
.section .splide__pagination .splide__pagination__page.is-active {
  background: #F7B17F;
  width: 18px;
  height: 12px;
  transform: none;
}
.section button.readmore,
.section a.readmore {
  text-transform: uppercase;
  background: white;
  color: #179FFD;
}

/* Section articles
--------------------------------*/
.section.section_articles .article .article_content {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 25px;
}
.section.section_articles .article .article_image {
  -webkit-box-flex: 0 1 40%;
  -moz-box-flex: 0 1 40%;
  -webkit-flex: 0 1 40%;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  max-width: 40%;
  height: auto;
  display: block;
}
.section.section_articles .article .article_headline {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  font-weight: 700;
  font-family: "sharp_sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.section.section_articles .article .article_headline svg {
  width: 35px;
  height: 35px;
  fill: #F88330;
  position: relative;
}
.section.section_articles .article .article_text {
  -webkit-box-flex: 0 1 60%;
  -moz-box-flex: 0 1 60%;
  -webkit-flex: 0 1 60%;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  max-width: 60%;
}
.section.section_articles .article .article_text p {
  margin-bottom: 30px;
  hyphens: none;
}
.section.section_articles .article.textalign_left .article_headline svg {
  top: 12px;
  float: none;
}
.section.section_articles .article.textalign_left .article_text {
  padding-left: 25px;
}
.section.section_articles .article.textalign_right .article_headline {
  position: relative;
  padding-right: 40px;
}
.section.section_articles .article.textalign_right .article_headline svg {
  position: absolute;
  top: -12px;
  right: 0;
}
.section.section_articles .article.textalign_right .article_image {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  text-align: right;
}
.section.section_articles .article.textalign_right .article_text {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  padding-right: 25px;
}

.section.section_articles.background_blue .article_highlight,
.section.section_articles.background_orange .article_highlight {
  color: black;
}

.section.section_articles.background_black .article_highlight {
  color: #179FFD;
}

@media only screen and (max-width: 700px) {
  .section.section_articles .section_content {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .section.section_articles .article .article_image,
  .section.section_articles .article .article_text {
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
  }
  .section.section_articles .article .article_image {
    margin: 0 auto;
    display: block;
  }
  .section.section_articles .article .article_image img {
    margin: 0 auto;
  }
  .section.section_articles .article.textalign_left,
  .section.section_articles .article.textalign_right {
    text-align: left;
  }
  .section.section_articles .article.textalign_left .article_headline svg,
  .section.section_articles .article.textalign_right .article_headline svg {
    position: relative;
    top: 12px;
    left: 0;
    float: none;
  }
  .section.section_articles .article.textalign_left .article_image,
  .section.section_articles .article.textalign_right .article_image {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .section.section_articles .article.textalign_left .article_text,
  .section.section_articles .article.textalign_right .article_text {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
  }
}
/* Section partner sliders
--------------------------------*/
.section.section_partner .section_headline {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  padding: 30px 40px 30px 40px;
  position: absolute;
  top: -62px;
  right: 20%;
  text-align: right;
  display: inline-block;
}
.section.section_partner .section_content {
  padding: 40px 0 40px 0;
}
.section.section_partner .section_content .decobox_wrapper {
  margin: 0 auto;
  position: relative;
}
.section.section_partner .section_content .decobox_wrapper .decobox {
  position: absolute;
  bottom: -65px;
  right: 25px;
}
.section.section_partner .slider .splide__slide {
  display: block;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  max-width: 100px;
  background: white;
}
.section.section_partner .slider .splide__slide img {
  border: 1px solid white;
  object-fit: cover;
  object-position: center;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  max-width: 100px;
  height: 100px;
  aspect-ratio: 1;
}

@media only screen and (max-width: 550px) {
  .section.section_partner .section_content {
    padding-top: 20px;
  }
  .section.section_partner .section_headline {
    padding: 20px 20px 0 20px;
    text-align: center;
    position: relative;
    max-width: 100%;
    right: 0;
    top: 0;
  }
}
/* Section statements
--------------------------------*/
.section.section_statements .section_headline {
  color: black;
}
.section.section_statements .section_content {
  padding: 100px 25px 80px 25px;
}
.section.section_statements .section_content .decobox {
  position: absolute;
  top: 50px;
  right: 25px;
}
.section.section_statements .slider .splide__slide {
  position: relative;
  display: block;
  max-width: 100%;
  height: 100%;
  min-height: 285px;
  border: 1px solid white;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}
.section.section_statements .slider .splide__slide figure {
  display: block;
  float: left;
  max-width: 33%;
  height: 100%;
  margin-right: 40px;
}
.section.section_statements .slider .splide__slide figure img {
  position: fixed;
  object-fit: cover;
  object-position: center;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  max-width: 33%;
  height: 100%;
}
.section.section_statements .slider .splide__slide .slide_text {
  max-width: 66%;
  padding: 60px 40px 60px 40px;
  margin-left: 35%;
}
.section.section_statements .slider .splide__slide .slide_text .person {
  margin-top: 10px;
  font-weight: 700;
  font-size: 0.8rem;
}

@media only screen and (max-width: 650px) {
  .section.section_statements .section_content .decobox {
    display: none;
  }
  .section.section_statements .slider .splide__slide figure {
    float: left;
    max-width: 43%;
  }
  .section.section_statements .slider .splide__slide figure img {
    max-width: 43%;
  }
  .section.section_statements .slider .splide__slide .slide_text {
    max-width: 56%;
    margin-left: 45%;
  }
}
@media only screen and (max-width: 550px) {
  .section.section_statements .slider .splide__slide figure {
    float: none;
    width: 100%;
    margin: 0;
  }
  .section.section_statements .slider .splide__slide figure img {
    position: fixed;
    max-width: 100%;
    width: 100%;
    height: 250px;
  }
  .section.section_statements .slider .splide__slide .slide_text {
    max-width: 100%;
    margin-left: 0;
    margin-top: 250px;
  }
}
/* Section FAQ
--------------------------------*/
.section.section_faq .section_headline {
  font-size: 3rem;
}
.section.section_faq .section_content {
  position: relative;
  padding-top: 40px;
}
.section.section_faq .section_content .calltoaction {
  position: relative;
  top: -80px;
}
.section.section_faq .section_content .decobox_wrapper {
  display: block;
  width: 300px;
  height: 500p;
  position: absolute;
  top: 100px;
  right: -120px;
  text-align: right;
}
.section.section_faq .section_content .decobox_wrapper .decobox {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
}
.section.section_faq details {
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin-bottom: 30px;
}
.section.section_faq details summary {
  font-family: "sharp_sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 0;
  margin-bottom: 5px;
}
.section.section_faq details summary:hover,
.section.section_faq details summary:active,
.section.section_faq details summary:focus {
  cursor: pointer;
  color: black;
}
.section.section_faq details .answer {
  padding-left: 18px;
}

@media only screen and (max-width: 1070px) {
  .section.section_faq .section_content .decobox_wrapper {
    display: none;
  }
}
/* Generic slider all "news" slider sections
--------------------------------------------*/
.section.section_molonews .section_content .calltoaction,
.section.section_stories .section_content .calltoaction,
.section.section_press .section_content .calltoaction {
  position: relative;
  top: 0px;
  margin-top: 50px;
}
.section.section_molonews .section_content .decobox_wrapper,
.section.section_stories .section_content .decobox_wrapper,
.section.section_press .section_content .decobox_wrapper {
  position: absolute;
  top: -50px;
  right: 100px;
}
.section.section_molonews .section_content .decobox_wrapper .decobox,
.section.section_stories .section_content .decobox_wrapper .decobox,
.section.section_press .section_content .decobox_wrapper .decobox {
  margin-bottom: 25px;
}
.section.section_molonews .slider .splide__slide,
.section.section_stories .slider .splide__slide,
.section.section_press .slider .splide__slide {
  position: relative;
  display: block;
  max-width: 470px;
  min-height: 280px;
  border: 1px solid white;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  background: white;
  color: black;
}
.section.section_molonews .slider .splide__slide figure,
.section.section_stories .slider .splide__slide figure,
.section.section_press .slider .splide__slide figure {
  display: block;
  float: left;
  max-width: 55%;
  height: 280px;
  margin-right: 40px;
}
.section.section_molonews .slider .splide__slide figure img,
.section.section_stories .slider .splide__slide figure img,
.section.section_press .slider .splide__slide figure img {
  object-fit: cover;
  object-position: center;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  max-width: 100%;
  height: 280px;
}
.section.section_molonews .slider .splide__slide .slide_text,
.section.section_stories .slider .splide__slide .slide_text,
.section.section_press .slider .splide__slide .slide_text {
  position: absolute;
  left: 55%;
  padding: 15px 10px 15px 10px;
}
.section.section_molonews .slider .splide__slide .slide_text h3,
.section.section_stories .slider .splide__slide .slide_text h3,
.section.section_press .slider .splide__slide .slide_text h3 {
  text-transform: uppercase;
  font-size: 1rem;
}
.section.section_molonews .slider .splide__slide .slide_text .excerpt,
.section.section_stories .slider .splide__slide .slide_text .excerpt,
.section.section_press .slider .splide__slide .slide_text .excerpt {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Section molonews
--------------------------------*/
.section.section_molonews .section_content .section_headline {
  text-align: left;
}
.section.section_molonews .section_content .decobox_wrapper {
  position: relative;
  margin: 0 auto;
  top: 0;
  right: 0;
}
.section.section_molonews .section_content .decobox_wrapper .decobox {
  position: absolute;
  top: -50px;
  right: 20px;
}

/* Section stories
--------------------------------*/
.section.section_stories .section_content .section_headline {
  margin-bottom: 100px;
}
.section.section_stories .section_content .decobox_wrapper {
  position: absolute;
  top: -50px;
  right: 100px;
}
.section.section_stories .section_content .decobox_wrapper .decobox {
  margin-bottom: 25px;
}
.section.section_stories .calltoaction {
  max-width: 800px;
}

@media only screen and (max-width: 1000px) {
  .section.section_stories .section_content .decobox_wrapper,
  .section.section_molonews .section_content .decobox_wrapper,
  .section.section_press .section_content .decobox_wrapper {
    display: none;
  }
}
/* Section PR
--------------------------------*/
.section.section_press .section_content .section_headline {
  margin-bottom: 100px;
}
.section.section_press .section_content .decobox_wrapper {
  position: absolute;
  top: -50px;
  left: 3%;
  right: none;
}
.section.section_press .section_content .decobox_wrapper .decobox {
  margin-bottom: 25px;
}

/* Section team
--------------------------------*/
.section.section_team .slider .splide__slide {
  position: relative;
  display: block;
  max-width: 220px;
  height: 100%;
  min-height: 320px;
  background: white;
  color: black;
  text-align: center;
  font-size: 0.8rem;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}
.section.section_team .slider .splide__slide figure {
  display: block;
}
.section.section_team .slider .splide__slide figure img {
  object-fit: cover;
  object-position: center;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  max-width: 100%;
  height: 220px;
  aspect-ratio: 1/1;
}
.section.section_team .slider .splide__slide .slide_text {
  padding: 10px;
}

/* extra for last about page section
-----------------------------------------*/
.section.section_about-last .section_headline {
  font-size: 1.1rem;
  line-height: 1.3rem;
}

/* general decobox style
-----------------------------------------*/
.decobox {
  width: 135px;
  height: 102px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}

.footer {
  position: relative;
  background: #F7B17F;
  max-width: 100%;
  text-align: center;
}
.footer .footer_content {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 25px 0 25px;
}
.footer .footer_logo {
  margin: 0 auto;
  position: absolute;
  top: -61px;
  left: 0;
  right: 0;
}
.footer .decobox {
  position: absolute;
  top: -41px;
  right: 35px;
}
.footer ul {
  position: relative;
  margin: 0 auto;
  font-family: "sharp_sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-transform: uppercase;
  padding: 60px 0px 45px 0px;
  display: block;
  text-align: right;
}
.footer ul li {
  display: inline-block;
}
.footer ul a {
  color: white;
  text-decoration: none;
  border: 0;
  padding: 10px;
}
.footer ul a:hover,
.footer ul a:active,
.footer ul a:focus {
  color: black;
  text-decoration: none;
}
.footer ul li.footermenu_entry-left {
  float: left;
  margin-right: 25px;
}
.footer ul li.footermenu_entry-left a {
  padding-left: 0;
}
.footer ul li.footermenu_entry-right {
  margin-left: 25px;
}
.footer ul li.footermenu_entry-right a {
  padding-right: 0;
}
.footer ul li.footermenu_entry-icon svg {
  position: relative;
  bottom: 10px;
  width: 40px;
  height: 40px;
  color: black;
}

@media only screen and (max-width: 780px) {
  .footer ul {
    padding-top: 90px;
    text-align: center;
  }
  .footer ul li {
    display: block;
  }
  .footer ul li.footermenu_entry-left {
    float: none;
    margin-right: 0px;
  }
  .footer ul li.footermenu_entry-left a {
    padding-left: 10px;
  }
  .footer ul li.footermenu_entry-right {
    margin-left: 0px;
  }
  .footer ul li.footermenu_entry-right a {
    padding-right: 10px;
  }
  .footer ul li.footermenu_entry-icon {
    display: inline-block;
    width: 40px;
    margin: 5px;
  }
  .footer ul li.footermenu_entry-icon a {
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 450px) {
  .footer .decobox {
    display: none;
  }
}
/* Back top 
-----------------------------*/
#backtop {
  color: white;
  position: fixed;
  bottom: 10px;
  right: 15px;
  font-size: 2.4rem;
  border: 0;
  background: none;
  z-index: 2000;
}
#backtop svg {
  color: white;
  width: 40px;
  height: 40px;
}

#backtop:hover svg,
#backtop:active svg,
#backtop:focus svg {
  color: #393939;
}

/* various hide/show classes 
----------------------------------*/
.hidden {
  display: none;
  opacity: 0;
}

.fadein {
  transition: opacity 400ms;
}

.hidde {
  opacity: 0;
}

.fadeout {
  opacity: 0;
  transition: opacity 400ms;
}

/*# sourceMappingURL=style.css.map */
