@charset "UTF-8";
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v20-latin-300.eot"); /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto-v20-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-300.woff2") format("woff2"), url("../fonts/roboto-v20-latin-300.woff") format("woff"), url("../fonts/roboto-v20-latin-300.ttf") format("truetype"), url("../fonts/roboto-v20-latin-300.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v20-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v20-latin-regular.woff") format("woff"), url("../fonts/roboto-v20-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v20-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v20-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-700.woff2") format("woff2"), url("../fonts/roboto-v20-latin-700.woff") format("woff"), url("../fonts/roboto-v20-latin-700.ttf") format("truetype"), url("../fonts/roboto-v20-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-slab-regular - latin-ext_latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-slab-v12-latin-ext_latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-slab-v12-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab-v12-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/roboto-slab-v12-latin-ext_latin-regular.woff") format("woff"), url("../fonts/roboto-slab-v12-latin-ext_latin-regular.ttf") format("truetype"), url("../fonts/roboto-slab-v12-latin-ext_latin-regular.svg#RobotoSlab") format("svg"); /* Legacy iOS */
}
/* roboto-slab-700 - latin-ext_latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-slab-v12-latin-ext_latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-slab-v12-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab-v12-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/roboto-slab-v12-latin-ext_latin-700.woff") format("woff"), url("../fonts/roboto-slab-v12-latin-ext_latin-700.ttf") format("truetype"), url("../fonts/roboto-slab-v12-latin-ext_latin-700.svg#RobotoSlab") format("svg"); /* Legacy iOS */
}
/*

font-family: 'Roboto Slab', serif;
font-style: normal;
font-weight: 300;
font-weight: 700;
font-weight: 700;

*/
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons-Regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* -----  General Definitions  --------------------------------------------- */
main {
  margin-left: 256px;
  padding-bottom: 160px;
}

.home main {
  padding-bottom: 0;
}

.container {
  width: 100%;
  max-width: 1600px;
}

.row {
  margin-bottom: 0;
}
.row .col {
  padding: 0 8px;
}

::-moz-selection,
::selection {
  background: #008AC4;
  color: white;
}

.background-grey {
  background-color: #F5F5F5;
}

.background-green {
  background-color: #F39237;
  color: white;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/* line 65, X:/zorro/assets/scss/index.scss */
.background-blue {
  background-color: #008AC4;
  color: white;
}

.background-blueborder {
  background-color: white;
  border: 5px solid #008AC4;
  color: #333;
}

/* -----  General Typography  ------------------------------------------- */
html,
body {
  overflow: visible !important;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #333;
}

a {
  color: #333;
}
a:hover, a:focus, a:active {
  color: #F39237;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 120%;
}

h1 {
  font-size: 4rem;
  font-weight: 300;
  color: #008AC4;
  position: relative;
}
h1::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 600px;
  left: -616px;
  bottom: 12px;
  background-color: #008AC4;
}

h2 {
  font-size: 1.8rem;
  color: #008AC4;
  font-weight: 700;
  margin: 0 0 1rem;
}

h3 {
  font-size: 1.4rem;
  color: #008AC4;
  font-weight: 700;
  margin: 0 0 1rem;
}

h4 {
  font-size: 1.2rem;
  color: #333;
  font-weight: 700;
  margin: 0 0 1rem;
}

h5 {
  font-size: 3rem;
  color: #008AC4;
  font-weight: 700;
  margin: 0 0 24px;
}

h6 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #008AC4;
  margin: 0;
}

p {
  font-family: "Roboto Slab", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 40px;
  padding: 0;
}

strong {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #333;
}

em {
  color: #008AC4;
  font-style: normal;
}

.sub {
  bottom: -0.25em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

figure {
  margin: 0;
}
figure img {
  max-width: 100%;
  height: auto;
}
figure figcaption {
  margin: 8px 0 0;
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 120%;
  text-align: center;
}

.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}
.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-main {
  display: inline-flex;
  align-items: center;
  font-family: "Roboto Slab", serif;
  font-size: 1rem;
  font-weight: 700;
  background-color: #008AC4;
  color: white;
  border: 0;
  padding: 0 1rem;
  height: 64px;
  line-height: 64px;
  margin: 1rem 0;
}
.btn-main:after {
  content: "";
  background-image: url(../image/double-arrow.svg);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
  margin-left: 0.2rem;
}
.btn-main:hover {
  color: white;
  text-decoration: underline;
}

.btn-sec {
  display: flex;
  align-items: center;
  font-family: "Roboto Slab", serif;
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  border: 0;
  padding: 0;
  height: 64px;
  line-height: 64px;
  margin: 0.5rem 0;
}
.btn-sec:after {
  content: "";
  background-image: url(../image/double-arrow-black.svg);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
  margin-left: 0.2rem;
}
.btn-sec:hover {
  color: #008AC4;
  text-decoration: underline;
}

#toast-container {
  bottom: inherit;
  top: 2%;
  left: 5%;
  right: inherit;
  width: 90%;
  max-width: 90%;
}
#toast-container .toast {
  background-color: #008AC4;
}
#toast-container .toast span {
  word-break: normal;
  font-size: 0.9rem;
}
#toast-container .toast span a {
  color: white;
  text-decoration: underline;
}
#toast-container .toast .btn-flat.toast-action {
  word-break: normal;
  color: #008AC4;
  background-color: white;
  margin: 0;
  width: 25%;
}
#toast-container .toast .btn-flat.toast-action:hover {
  background-color: #F5F5F5;
}

section.module-headline .headline-wrapper, section.module-statements, section.module-progresscards, section.module-mediatext .content-wrp, section.module-kacheln .content, section.module-collapsible, section.module-filelist, section.module-events, section.module-newspreview, section.module-imagelist .content {
  margin-bottom: 104px;
}
section.module-mediatext .content-wrp.margin-false, section.module-kacheln .content.margin-false, section.module-imagelist .content.margin-false {
  margin-bottom: 24px;
}

.sidenav {
  width: 256px;
  padding-bottom: 0;
  background-color: #fff;
  box-shadow: none;
  border-right: 1px solid #008AC4;
  display: flex;
  flex-direction: column;
}
.sidenav.sidenav-fixed {
  height: 100%;
}
.sidenav .logo {
  height: auto;
  line-height: auto;
  margin: 1.5rem 0 1rem;
}
.sidenav .logo a.header-logo {
  width: 100%;
  height: auto;
  text-align: right;
}
.sidenav .logo > a:hover {
  background: transparent;
}
.sidenav .logo img {
  height: 100%;
}
.sidenav li {
  text-align: right;
}
.sidenav li.active {
  background-color: transparent;
}
.sidenav li.active > a {
  color: #008AC4;
}
.sidenav li > a {
  color: #333;
  font-size: 1.1rem;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  padding: 0 1.3rem;
  height: 2.2rem;
  line-height: 2.2rem;
}
.sidenav li ul.submenu {
  margin: 0.3rem 0 0.6rem;
}
.sidenav li ul.submenu li.submenu-item > a {
  font-size: 0.8rem;
  font-weight: 400;
  opacity: 0.6;
  line-height: 100%;
  height: auto;
  margin-right: 1.3rem;
  margin-bottom: 0.6rem;
  padding-right: 4px;
  border-right: 2px solid transparent;
  border-left: 0;
}
.sidenav li ul.submenu li.submenu-item > a:hover {
  opacity: 1;
  color: #333;
  background: transparent;
}
.sidenav li ul.submenu li.submenu-item > a.active {
  opacity: 1;
  color: #333;
  background: transparent;
  font-weight: 700;
  border-right-color: #333;
  border-left-color: transparent;
}
.sidenav .sidenav-footer {
  position: relative;
  margin-top: auto;
  width: 100%;
  bottom: 0;
  padding-bottom: 0.8rem;
}
.sidenav .sidenav-footer .sublogo {
  width: 85%;
  margin: 2rem 0 0 auto;
}
.sidenav .sidenav-footer .social-icons {
  display: flex;
  justify-content: flex-end;
  padding: 0.8rem 1.6rem;
}
.sidenav .sidenav-footer .social-icons a {
  display: inline-flex;
  padding: 0;
  margin-left: 0.8rem;
  height: 24px;
  line-height: 24px;
  transition: transform 0.4s;
}
.sidenav .sidenav-footer .social-icons a img {
  height: 24px;
}
.sidenav .sidenav-footer .social-icons a#language-switch {
  text-transform: uppercase;
}
.sidenav .sidenav-footer .social-icons a.print-button {
  cursor: pointer;
}
.sidenav .sidenav-footer .social-icons a:hover {
  background: transparent;
}
.sidenav .sidenav-footer .social-icons a#language-switch:hover {
  transform: none;
  background: #333;
  color: #fff;
}
.sidenav .sidenav-footer li.secondary-menu ul {
  display: flex;
  justify-content: flex-end;
  padding-right: 32px;
}
.sidenav .sidenav-footer li.secondary-menu li.secondary-menu-item > a {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 0.7rem;
  padding: 0;
  opacity: 0.9;
}
.sidenav .sidenav-footer li.secondary-menu li.secondary-menu-item > a:hover {
  background: transparent;
  opacity: 1;
}
.sidenav .sidenav-footer li.secondary-menu li.secondary-menu-item:first-child > a::after {
  content: " |";
  padding-left: 2px;
}
.sidenav .sidenav-footer li.secondary-menu li.secondary-menu-item:nth-child(2) > a {
  padding-left: 4px;
}

.top-bar {
  height: 56px;
  width: 100%;
  position: fixed;
  z-index: 995;
  background-color: #fff;
  border-bottom: 1px solid #008AC4;
}
.top-bar #menu-toggle {
  width: 56px;
  height: 56px;
  text-align: center;
  cursor: pointer;
  display: block;
}
.top-bar #menu-toggle i {
  font-size: 2rem;
  line-height: 56px;
  color: #333;
}
.top-bar .logo-mobile {
  height: 48px;
  margin: 4px 0;
}

.module-intro .intro-wrapper {
  min-height: 100vh;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
  padding: 6rem 4rem;
}
.module-intro .intro-wrapper .intro-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  height: 80%;
  max-width: 1400px;
}
.module-intro .intro-wrapper .intro-content h1 {
  color: white;
  font-weight: 700;
  font-size: 2.5rem;
  margin: 0;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.module-intro .intro-wrapper .intro-content h1:before {
  display: none;
}
.module-intro .intro-wrapper .intro-content .divide-line {
  width: 16rem;
  height: 4px;
  background-color: #fff;
  margin: 3rem 0;
  color: transparent;
}
.module-intro .intro-wrapper .intro-content .intro-button {
  padding: 2px 4px;
  background-color: #F39237;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 1.3rem;
  display: flex;
  position: relative;
  align-items: center;
}
.module-intro .intro-wrapper .intro-content .intro-button:after {
  content: "";
  background-image: url(../image/double-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
  margin-left: 0.3rem;
}
.module-intro .intro-wrapper .intro-content .intro-button:hover {
  text-decoration: underline;
}
.module-intro .intro-wrapper .intro-content .intro-button:hover:after {
  margin-left: 0.5rem;
}
.module-intro .intro-wrapper .intro-content h2 {
  color: white;
  font-weight: 400;
  margin: 0 0 40px;
}
.module-intro .intro-wrapper .intro-content .intro-teaser-container {
  margin-top: 3rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.module-intro .intro-wrapper .intro-content .intro-teaser-container .intro-teaser {
  width: 100%;
  max-width: 480px;
  height: 100%;
  margin: 0 1% 0 0;
}
.module-intro .intro-wrapper .intro-content .intro-teaser-container .intro-teaser .intro-teaser-link {
  height: 100%;
  display: flex;
  opacity: 0.9;
}
.module-intro .intro-wrapper .intro-content .intro-teaser-container .intro-teaser .intro-teaser-link:hover {
  opacity: 1;
}
.module-intro .intro-wrapper .intro-content .intro-teaser-container .intro-teaser .intro-teaser-link:hover img {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.module-intro .intro-wrapper .intro-content .intro-teaser-container.num-teaser-2 .intro-teaser {
  width: 49%;
}
.module-intro .intro-wrapper .intro-content .intro-teaser-container.num-teaser-3 .intro-teaser {
  width: 32%;
}

.headline-wrapper {
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
  padding: 4rem 0;
}
.headline-wrapper h1, .headline-wrapper h2, .headline-wrapper h3, .headline-wrapper p {
  color: white;
}
.headline-wrapper h1 {
  font-weight: 700;
  font-size: 2.5rem;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  margin-top: 0;
}
.headline-wrapper h1:before {
  display: none;
}
.headline-wrapper *:last-child {
  margin-bottom: 0;
}

.statement-wrapper {
  display: flex;
}

.progress-cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.progress-cards .progress-card {
  display: flex;
  flex-direction: column;
  width: 19%;
  align-items: center;
  padding: 0 0.5rem;
}
.progress-cards .progress-card img {
  max-width: 80%;
}
.progress-cards .progress-card p {
  margin-top: auto;
  text-align: center;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 125%;
  margin-bottom: 0;
}
.progress-cards .progress-arrow {
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem;
}

.sponsor-wrapper {
  pointer-events: none;
  position: fixed;
  opacity: 0;
  transform: translateY(100%);
  z-index: 999;
  right: 2%;
  bottom: 0;
  background: white;
  padding: 1rem;
  text-align: center;
  box-shadow: 2px 2px 5px 4px rgba(0, 0, 0, 0.1);
  animation-name: sponsor-anim;
  animation-duration: 4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.sponsor-wrapper h6 {
  margin-bottom: 16px;
}

@keyframes sponsor-anim {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
  99% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    display: none;
  }
}
.anchor.section.scrollspy {
  height: 1px;
  margin: 0;
  padding: 0;
}

.module-mediatext .media-wrp figure,
.module-mediatext .media-wrp iframe,
.module-mediatext .media-wrp video {
  padding-right: 0;
  padding-left: 24px;
}
.module-mediatext .media-wrp[class*=pull] figure,
.module-mediatext .media-wrp[class*=pull] iframe,
.module-mediatext .media-wrp[class*=pull] video {
  padding-right: 24px;
  padding-left: 0;
}
.module-mediatext .text-wrp a:not(.btn-main) {
  color: #008AC4;
}
.module-mediatext .text-wrp a:not(.btn-main):hover {
  color: #F39237;
}
.module-mediatext .text-wrp p:last-child {
  margin-bottom: 0;
}
.module-mediatext .text-big {
  padding: 64px 0;
}
.module-mediatext .infobox-wrp {
  color: white;
  padding: 32px;
  margin: 0 0 0 24px;
}
.module-mediatext .infobox-wrp h2,
.module-mediatext .infobox-wrp h3,
.module-mediatext .infobox-wrp h4 {
  color: white;
}
.module-mediatext .infobox-wrp .infobox-inner {
  width: 100%;
  padding: 4px;
  margin: 8px 0;
  border: 2px solid white;
}
.module-mediatext .infobox-wrp .infobox-inner p {
  margin: 0;
  font-weight: 700;
  line-height: 180%;
}
.module-mediatext .media-wrp[class*=pull] .infobox-wrp {
  margin: 0 24px 0 0;
}
.module-mediatext dl {
  margin: 24px 0;
  color: #333;
}
.module-mediatext dl dt {
  font-weight: 700;
  color: #008AC4;
}
.module-mediatext dl dt strong {
  color: #008AC4;
}
.module-mediatext dl dd {
  padding: 8px 0 24px 16px;
  margin: 0 0 16px;
  border-bottom: 1px solid #e6e6e6;
}
.module-mediatext dl dd:last-child {
  border-bottom: 0;
}

.collapsible-text {
  display: flex;
  flex-wrap: wrap;
}
.collapsible-text .text-beneath {
  width: 60%;
  padding: 1rem 10% 1rem 0;
}
.collapsible-text .collapsible-wrp {
  width: 40%;
}

.collapsible {
  box-shadow: none;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.collapsible.col100 li {
  width: 100%;
}
.collapsible.col50 li {
  width: 49%;
}
.collapsible li {
  margin-bottom: 8px;
  border-bottom: 2px solid #F5F5F5;
}
.collapsible .collapsible-header {
  display: flex;
  align-items: center;
  min-height: 48px;
  line-height: 110%;
  padding: 0;
  opacity: 0.8;
  transition: all 0.4s;
  color: #008AC4;
  background-color: white;
  border: 0;
}
.collapsible .collapsible-header:focus {
  outline: none;
}
.collapsible .collapsible-header:hover {
  opacity: 1;
}
.collapsible .collapsible-header .collapsible-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: table;
  margin: 0.5rem 1rem 0.5rem 0;
  background-image: url(../image/icn-open.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.collapsible .collapsible-header p {
  margin: 0;
  line-height: 110%;
  font-size: 1.2rem;
  font-weight: 700;
}
.collapsible .collapsible-body {
  background-color: white;
  border: 0;
  padding: 1rem 1rem 1rem 2.5rem;
}
.collapsible .collapsible-body p {
  margin-bottom: 2rem;
}
.collapsible .active .collapsible-header {
  opacity: 1;
}
.collapsible .active .collapsible-header .collapsible-icon {
  background-image: url(../image/icn-close.svg);
}
.collapsible .active .collapsible-body {
  display: flex;
  flex-direction: column;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cards .card {
  width: 100%;
  padding: 32px;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.cards .card p:last-child {
  margin-bottom: 0;
}
.cards .card h3,
.cards .card h4,
.cards .card h5 {
  color: #333;
}
.cards .card h3:last-child,
.cards .card h4:last-child,
.cards .card h5:last-child {
  margin-bottom: 0;
}
.cards .card.background-green h3,
.cards .card.background-green h4,
.cards .card.background-green h5,
.cards .card.background-green a {
  color: white;
}
.cards .card.background-blue h3,
.cards .card.background-blue h4,
.cards .card.background-blue h5,
.cards .card.background-blue a {
  color: white;
}
.cards .card.background-green a:hover, .cards .card.background-blue a:hover {
  color: #333;
}
.cards .card.background-grey a {
  color: #008AC4;
}
.cards .card.background-grey a:hover {
  color: #F39237;
}
.cards .card.card33 {
  width: calc(33.3333333333% - 8px);
}
.cards .card.card50 {
  width: calc(50% - 8px);
}
.cards .card.card100 {
  flex-direction: row;
}
.cards .card.card100 .content-icon {
  margin: 0 24px 0 0;
}

.columns-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.columns-wrp .column {
  width: 30%;
}

.imagelist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.imagelist.images33 .list-image {
  flex: 0 0 32%;
  max-width: 32%;
}
.imagelist.images50 .list-image {
  flex: 0 0 49%;
  max-width: 49%;
}
.imagelist.images25 .list-image {
  flex: 0 0 24%;
  max-width: 24%;
}
.imagelist .list-image {
  margin: 0 0.5% 1%;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #eee;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 16px;
}
.imagelist .list-image:hover {
  border-color: #008AC4;
}

.module-newspreview .articles-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.module-newspreview .articles-wrp .article-wrp {
  display: flex;
  width: 32%;
  flex-direction: column;
  margin-bottom: 16px;
}
.module-newspreview .articles-wrp .article-wrp .article-text {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.52rem;
}
.module-newspreview .articles-wrp .article-wrp .article-text a h4 {
  color: #008AC4;
  margin: 0.912rem 0 1.52rem 0;
}
.module-newspreview .articles-wrp .article-wrp .article-text a:hover h4 {
  text-decoration: underline;
}
.module-newspreview .articles-wrp .article-wrp .article-text p {
  margin: 0;
}
.module-newspreview .articles-wrp .article-wrp .article-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.module-newspreview .articles-wrp .article-wrp .article-links a {
  font-weight: 700;
  display: flex;
  align-items: center;
}
.module-newspreview .articles-wrp .article-wrp .article-links a:after {
  margin-left: 0.5rem;
  content: "";
  width: 1rem;
  height: 1rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.module-newspreview .articles-wrp .article-wrp .article-links a.text-button:after {
  background-image: url(../image/arrow-right.svg);
}
.module-newspreview .articles-wrp .article-wrp .article-links a.file-button:after {
  background-image: url(../image/download-file.svg);
}
.module-newspreview .articles-wrp .article-wrp .article-links a:hover {
  color: #008AC4;
  text-decoration: underline;
}
.module-newspreview .articles-wrp .article-wrp.archive-wrp {
  padding: 2rem 0 0;
  margin-bottom: 0;
}

.article-detail a {
  color: #008AC4;
}
.article-detail a:hover {
  color: #F39237;
}

.content ul:not(.collapsible):not(.select-dropdown) {
  margin-bottom: 40px;
}
.content ul:not(.collapsible):not(.select-dropdown) li {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  margin: 0 0 15px 0;
  position: relative;
  line-height: 125%;
  margin-left: 1rem;
}
.content ul:not(.collapsible):not(.select-dropdown) li:before {
  content: "•";
  color: #008AC4;
  margin-right: 8px;
  vertical-align: baseline;
  font-size: 1rem;
  font-weight: 700;
  line-height: 125%;
  margin-left: -1rem;
}
.content ul:not(.collapsible):not(.select-dropdown) li strong {
  font-weight: 700;
}
.content p + ul {
  margin-top: -24px;
}
.content .content-icon {
  height: 32px;
  margin-bottom: 16px;
}
.content .content-icon img {
  height: 32px;
}

.download .file-link {
  display: flex;
  background: #F5F5F5;
  margin-bottom: 16px;
  align-items: center;
  padding: 24px 0;
  transition: all 0.4s;
}
.download .file-link h4 {
  color: #008AC4;
  margin-bottom: 8px;
}
.download .file-link .file-icon {
  display: block;
  height: 48px;
  width: 48px;
  border-radius: 8px;
  padding: 8px;
  margin: 0 24px;
  justify-self: end;
}
.download .file-link .file-icon:last-child {
  margin-left: auto;
}
.download .file-link:hover {
  background: #008AC4;
}
.download .file-link:hover h4,
.download .file-link:hover span {
  color: white;
}
.download .file-link:hover .file-icon {
  background: white;
}

.events-wrp .event {
  background-color: #F5F5F5;
  display: flex;
  padding: 32px 0;
  align-items: center;
  margin-bottom: 16px;
}
.events-wrp .event .event-date {
  background-color: #F39237;
  line-height: 100%;
  padding: 16px;
  font-weight: 700;
  color: white;
  letter-spacing: 2px;
  margin: 0 24px 0 16px;
}
.events-wrp .event .event-text {
  padding-right: 16px;
}
.events-wrp .event .event-text h4 {
  color: #008AC4;
  margin-bottom: 8px;
  font-weight: 700;
}
.events-wrp .event .event-text p {
  margin-bottom: 0;
}

.carousel-wrp {
  position: relative;
}
.carousel-wrp .carousel-controls .carousel-nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-wrp .carousel-controls .carousel-nav.carousel-nav-right {
  left: inherit;
  right: 0;
}
.carousel-wrp .carousel-controls .carousel-nav .btn-flat {
  background: white;
  border-radius: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  color: #008AC4;
}
.carousel-wrp .carousel-controls .carousel-nav .btn-flat:hover {
  background: #008AC4;
  color: white;
}
.carousel-wrp .indicators-wrp .indicators {
  text-align: center;
  margin: 0;
}
.carousel-wrp .indicators-wrp .indicators .indicator-item {
  width: 11px;
  height: 11px;
  border: 1px solid #008AC4;
  background: white;
  margin: 16px 4px;
  display: inline-block;
  border-radius: 50%;
}
.carousel-wrp .indicators-wrp .indicators .indicator-item:before {
  content: none;
}
.carousel-wrp .indicators-wrp .indicators .indicator-item.active, .carousel-wrp .indicators-wrp .indicators .indicator-item:hover {
  background: #008AC4;
}

#contact_form,
#register_form,
#partner_form {
  background-color: #F5F5F5;
  padding: 24px 40px;
}
#contact_form .input-field > label,
#register_form .input-field > label,
#partner_form .input-field > label {
  position: relative;
  left: inherit;
  top: inherit;
  margin: 0 0 0 8px;
  color: #008AC4;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
}
#contact_form .input-field > label abbr[title],
#register_form .input-field > label abbr[title],
#partner_form .input-field > label abbr[title] {
  text-decoration: none;
}
#contact_form .input-field textarea,
#register_form .input-field textarea,
#partner_form .input-field textarea {
  height: 8rem;
}
#contact_form .input-field input,
#register_form .input-field input,
#partner_form .input-field input {
  height: 48px;
}
#contact_form .input-field textarea,
#contact_form .input-field input,
#register_form .input-field textarea,
#register_form .input-field input,
#partner_form .input-field textarea,
#partner_form .input-field input {
  background-color: white;
  border: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  margin-top: 8px;
  padding: 8px;
  box-sizing: border-box;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 1rem;
}
#contact_form .input-field .select-wrapper .caret,
#register_form .input-field .select-wrapper .caret,
#partner_form .input-field .select-wrapper .caret {
  z-index: 10;
  right: 8px;
}
#contact_form .input-field .dropdown-content li > a,
#contact_form .input-field .dropdown-content li > span,
#register_form .input-field .dropdown-content li > a,
#register_form .input-field .dropdown-content li > span,
#partner_form .input-field .dropdown-content li > a,
#partner_form .input-field .dropdown-content li > span {
  color: #008AC4;
}
#contact_form .input-field .select-dropdown li.disabled,
#register_form .input-field .select-dropdown li.disabled,
#partner_form .input-field .select-dropdown li.disabled {
  color: rgba(0, 0, 0, 0.3);
}
#contact_form .input-field .select-dropdown li.disabled > span,
#register_form .input-field .select-dropdown li.disabled > span,
#partner_form .input-field .select-dropdown li.disabled > span {
  color: rgba(0, 0, 0, 0.3);
}
#contact_form .input-field .select-dropdown li.optgroup,
#register_form .input-field .select-dropdown li.optgroup,
#partner_form .input-field .select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
}
#contact_form .input-field [type=checkbox] + span:not(.lever),
#register_form .input-field [type=checkbox] + span:not(.lever),
#partner_form .input-field [type=checkbox] + span:not(.lever) {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 0.8rem;
  text-transform: none;
  color: #333;
}
#contact_form .input-field [type=checkbox] + span:not(.lever) a,
#register_form .input-field [type=checkbox] + span:not(.lever) a,
#partner_form .input-field [type=checkbox] + span:not(.lever) a {
  color: #008AC4;
}
#contact_form .input-field [type=checkbox] + span:not(.lever) a:hover,
#register_form .input-field [type=checkbox] + span:not(.lever) a:hover,
#partner_form .input-field [type=checkbox] + span:not(.lever) a:hover {
  color: #F39237;
}
#contact_form .input-field .checkbox-group,
#register_form .input-field .checkbox-group,
#partner_form .input-field .checkbox-group {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
}
#contact_form .input-field .checkbox-group .checkbox-wrp,
#register_form .input-field .checkbox-group .checkbox-wrp,
#partner_form .input-field .checkbox-group .checkbox-wrp {
  margin-bottom: 16px;
}
#contact_form .input-field [type=radio]:checked + span:after, #contact_form .input-field [type=radio].with-gap:checked + span:after,
#register_form .input-field [type=radio]:checked + span:after,
#register_form .input-field [type=radio].with-gap:checked + span:after,
#partner_form .input-field [type=radio]:checked + span:after,
#partner_form .input-field [type=radio].with-gap:checked + span:after {
  background-color: #008AC4;
  border-color: #008AC4;
}

.alert {
  border: 2px solid #F73219;
  background: white;
  color: #F73219;
  border-radius: 8px;
  padding: 8px;
  font-weight: 700;
  margin-bottom: 24px;
}
.alert ul:not(.collapsible):not(.select-dropdown) {
  margin: 15px 15px 0;
}
.alert ul:not(.collapsible):not(.select-dropdown) li {
  margin-left: 0;
}
.alert ul:not(.collapsible):not(.select-dropdown) li:before {
  display: none;
}

.success {
  background: #F39237;
  color: white;
  border-radius: 8px;
  padding: 8px;
  font-weight: 700;
  margin-bottom: 24px;
}

.cookie-hint-form {
  border: 2px solid #F39237;
  color: #333;
  border-radius: 8px;
  padding: 1rem 2rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 24px;
}
.cookie-hint-form p {
  margin-bottom: 0;
}
.cookie-hint-form p a {
  color: #333;
  text-decoration: underline;
}

#zorro-video {
  padding: 2rem;
  background-image: url(../image/zorro_keyvisual_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 1400px) {
  #zorro-video {
    padding: 2rem 10%;
  }
}

@media only screen and (min-width: 993px) {
  ::-webkit-scrollbar {
    width: 6px;
    height: 18px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
  }
  ::-webkit-scrollbar-thumb {
    height: 6px;
    border: 2px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: inset -1px -1px 0px rgba(255, 255, 255, 0.7), inset 1px 1px 0px rgba(255, 255, 255, 0.7);
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: white;
  }
  ::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
  }
  ::-webkit-scrollbar-corner {
    background-color: transparent;
  }
}
@media only screen and (max-height: 880px) {
  .sidenav.sidenav-fixed {
    height: 100%;
    padding-bottom: 0;
  }
  .sidenav.sidenav-fixed .sidenav-footer {
    position: relative;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 1200px) {
  main .container {
    width: 90%;
  }
  .module-intro .intro-wrapper .intro-content h1 {
    font-size: 2.4rem;
  }
  .module-intro .intro-wrapper .intro-content .intro-button {
    font-size: 1rem;
  }
  .module-intro .intro-wrapper .intro-content h2 {
    font-size: 1.7rem;
  }
  .module-newspreview .articles-wrp .article-wrp .article-links {
    flex-direction: column;
    align-items: flex-start;
  }
  .module-newspreview .articles-wrp .article-wrp .article-links a {
    margin-bottom: 0.5rem;
  }
  #toast-container .toast .btn-flat.toast-action {
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  html,
body {
    font-size: 16px;
  }
  main {
    margin-left: 0;
    padding-bottom: 80px;
    padding-top: 56px;
  }
  section.module-headline .headline-wrapper, section.module-statements, section.module-progresscards, section.module-mediatext .content-wrp, section.module-kacheln .content, section.module-collapsible, section.module-filelist, section.module-events, section.module-newspreview {
    margin-bottom: 72px;
  }
  h1 {
    font-size: 3rem;
  }
  .article-detail h1 {
    font-size: 2.4rem;
  }
  .sidenav {
    padding-bottom: 0;
    border-right: 0;
  }
  .sidenav .logo {
    height: 176px;
    line-height: 176px;
    margin-bottom: 16px;
  }
  .sidenav .sidenav-footer {
    padding-bottom: 0.5rem;
    padding-top: 1rem;
    position: relative;
  }
  .sidenav .sidenav-footer .social-icons {
    padding-bottom: 16px;
  }
  .module-intro .intro-wrapper {
    height: auto;
    min-height: 100vh;
    padding: 4rem 2rem;
  }
  .module-intro .intro-wrapper .intro-content {
    text-align: center;
    min-height: calc(100vh - 8rem);
    align-items: center;
  }
  .module-intro .intro-wrapper .intro-content h1 {
    font-size: 2rem;
    text-align: center;
  }
  .module-intro .intro-wrapper .intro-content h1 br {
    display: none;
  }
  .module-intro .intro-wrapper .intro-content h2 {
    font-size: 1.4rem;
  }
  .module-intro .intro-wrapper .intro-content .divide-line {
    margin: 24px auto;
  }
  .module-intro .intro-wrapper .intro-content .intro-button {
    margin-bottom: 2rem;
  }
  .module-intro .intro-wrapper .intro-content .intro-teaser-container {
    justify-content: center;
  }
  .module-intro .intro-wrapper .intro-content .intro-teaser-container .intro-teaser {
    margin: 0 1% 2%;
  }
  .module-intro .intro-wrapper .intro-content .intro-teaser-container.num-teaser-2 .intro-teaser {
    width: 48%;
  }
  .module-intro .intro-wrapper .intro-content .intro-teaser-container.num-teaser-3 .intro-teaser {
    width: 48%;
  }
  .module-intro .intro-wrapper img.hide-on-large-only {
    padding: 0;
  }
  .headline-wrapper {
    background-size: auto;
    padding: 2rem 0;
  }
  .headline-wrapper h1 {
    font-size: 2rem;
  }
  .module-newspreview .articles-wrp .article-wrp {
    width: 45%;
  }
  .module-newspreview .articles-wrp .article-wrp .article-links a {
    margin-bottom: 1rem;
  }
  .module-newspreview .articles-wrp .article-wrp.archive-wrp {
    padding: 0;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .progress-cards {
    flex-wrap: wrap;
  }
  .progress-cards .progress-card {
    width: 32%;
    margin-bottom: 1rem;
  }
  .imagelist.images33 .list-image, .imagelist.images25 .list-image {
    flex: 0 0 49%;
    max-width: 49%;
  }
  .columns-wrp .column {
    width: 49%;
    margin-bottom: 2rem;
  }
  .sponsor-wrapper {
    max-width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  main .container {
    width: 93%;
  }
  section.module-headline .headline-wrapper, section.module-statements, section.module-progresscards, section.module-mediatext .content-wrp, section.module-kacheln .content, section.module-collapsible, section.module-filelist, section.module-events, section.module-newspreview {
    margin-bottom: 40px;
  }
  h1 {
    font-size: 2.4rem;
    margin: 2rem 0 1rem 0;
  }
  .article-detail h1 {
    font-size: 1.8rem;
  }
  .module-intro .intro-wrapper {
    padding: 3rem 1.5rem;
  }
  .module-intro .intro-wrapper .intro-content h1 {
    font-size: 2rem;
  }
  .module-intro .intro-wrapper .intro-content h1 br {
    display: none;
  }
  .module-intro .intro-wrapper .intro-content h2 {
    font-size: 1.2rem;
  }
  .module-intro .intro-wrapper .intro-content .divide-line {
    margin: 3rem auto;
    height: 2px;
    width: 10rem;
  }
  .module-intro .intro-wrapper .intro-content .intro-button {
    display: none;
  }
  .module-intro .intro-wrapper .intro-content .intro-teaser-container {
    margin-top: 0;
  }
  .module-intro .intro-wrapper .intro-content .intro-teaser-container .intro-teaser {
    max-width: 100%;
  }
  .module-intro .intro-wrapper .intro-content .intro-teaser-container.num-teaser-2 .intro-teaser {
    width: 100%;
  }
  .module-intro .intro-wrapper .intro-content .intro-teaser-container.num-teaser-3 .intro-teaser {
    width: 100%;
  }
  .statement-wrapper {
    flex-direction: column;
  }
  .progress-cards {
    flex-direction: column;
  }
  .progress-cards .progress-card {
    width: 100%;
    margin-bottom: 1rem;
  }
  .progress-cards .progress-card img {
    max-width: 60%;
  }
  .progress-cards .progress-arrow {
    margin: 1rem 0 0;
    transform: rotate(90deg);
  }
  .collapsible-text .text-beneath {
    width: 100%;
    padding: 0;
  }
  .collapsible-text .collapsible-wrp {
    width: 100%;
  }
  .collapsible.col50 li,
#toast-container .toast .btn-flat.toast-action {
    width: 100%;
  }
  .columns-wrp .column {
    width: 100%;
  }
  .sponsor-wrapper {
    max-width: 80%;
    right: 10%;
  }
  h2 {
    font-size: 1.8rem;
  }
  .cards .card {
    margin-bottom: 16px;
    padding: 2rem 1rem;
  }
  .cards .card.card33, .cards .card.card50 {
    width: 100%;
  }
  .imagelist.images33 .list-image, .imagelist.images50 .list-image, .imagelist.images25 .list-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .module-newspreview .articles-wrp .article-wrp {
    width: 100%;
  }
  .module-newspreview .articles-wrp .article-wrp .article-links {
    flex-direction: row;
    align-items: center;
    font-size: 0.9rem;
  }
  .module-newspreview .articles-wrp .article-wrp .article-links a {
    margin-bottom: 0.5rem;
  }
  .module-newspreview .articles-wrp .article-wrp .article-links a:after {
    margin-left: 0.2rem;
  }
  .row .col.media-wrp {
    padding: 40px 0 0;
  }
  .module-mediatext .infobox-wrp {
    margin: 0;
  }
  .module-mediatext .media-wrp[class*=pull] .infobox-wrp {
    margin: 0;
  }
  .module-mediatext .media-wrp figure,
.module-mediatext .media-wrp iframe,
.module-mediatext .media-wrp video {
    padding-left: 0;
  }
  .module-mediatext .media-wrp[class*=pull] figure,
.module-mediatext .media-wrp[class*=pull] iframe,
.module-mediatext .media-wrp[class*=pull] video {
    padding-right: 0;
  }
  #contact_form {
    padding: 0 16px;
  }
  #toast-container {
    width: 98%;
    max-width: 98%;
    left: 0;
    top: 0;
  }
  #toast-container .toast {
    padding: 16px 8px;
    flex-wrap: wrap;
  }
  #toast-container .toast .btn-flat.toast-action {
    width: 100%;
    margin: 8px 0;
  }
}
@media only screen and (max-width: 480px) {
  .collapsible .collapsible-header {
    height: 48px;
  }
  .collapsible .collapsible-header .collapsible-icon {
    width: 24px;
    height: 24px;
    margin: 12px 8px;
    background-image: url(../image/icn-open.svg);
  }
  .collapsible .collapsible-header p {
    font-size: 1rem;
  }
  .collapsible .collapsible-body {
    padding: 16px;
  }
  .download .file-link {
    flex-direction: column;
  }
  .download .file-link .file-text {
    text-align: center;
    margin: 24px 0;
  }
  .download .file-link .file-icon:last-child {
    margin: 0;
  }
  .events-wrp .event {
    flex-direction: column;
  }
  .events-wrp .event .event-date {
    margin: 0 0 8px;
  }
  .events-wrp .event .event-text {
    padding: 16px;
    text-align: center;
  }
}
@media only screen and (max-width: 350px) {
  main .container {
    width: 95%;
  }
  .collapsible .collapsible-header p {
    font-size: 0.8rem;
  }
  h1 {
    font-size: 1.8rem;
  }
  .module-intro .intro-wrapper .intro-content h1 {
    font-size: 1.3rem;
  }
  h2 {
    font-size: 1.2rem;
  }
  h3 {
    font-size: 1rem;
  }
  .cards .card h3 {
    font-size: 0.9rem;
  }
  .cards .card p {
    font-size: 0.8rem;
  }
}
@media print {
  .header, .sidenav, .hide-on-large-only {
    display: none !important;
    visibility: hidden;
  }
  .sponsor-wrapper {
    display: none;
    visibility: hidden;
  }
  main {
    margin-left: 0;
  }
  .module-intro .intro-wrapper {
    height: auto;
    background: transparent !important;
  }
  .module-intro .intro-wrapper .intro-content {
    padding-top: 3rem;
  }
  .module-intro .intro-wrapper .intro-content .intro-button {
    display: none;
  }
  h1, .module-intro .intro-wrapper .intro-content h1 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: #008AC4;
  }
  h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
  }
  h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
  }
  h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
  }
  h5 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
  }
  h6 {
    font-size: 0.8rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
  }
  .module-mediatext .infobox-wrp h2, .module-mediatext .infobox-wrp h3, .module-mediatext .infobox-wrp h4 {
    color: black;
  }
  p, .module-mediatext .infobox-wrp .infobox-inner p {
    color: black;
  }
}/*# sourceMappingURL=index.css.map */