@charset "UTF-8";
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

body {
  font-family: "Nunito", sans-serif;
  color: #444444;
  line-height: 1.5;
}
body.bg__fullheight {
  background-image: url("../media/background-pattern.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

.img--stretched {
  width: 100%;
}

.img--rounded {
  border-radius: 50%;
}

.img--rounded--special1 {
  border-radius: 116px;
}

a {
  color: #174173;
}

a:hover {
  color: #20599e;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  color: #174173;
  -webkit-hyphens: auto;
          hyphens: auto;
}

h1.uppercase, .uppercase h1, h2.uppercase, .uppercase h2, h3.uppercase, .uppercase h3 {
  text-transform: uppercase;
}

h1 {
  font-size: 2.5rem;
  margin-top: 0.9375em;
}

h2 {
  font-size: 1.875rem;
  margin-top: 0.9375em;
}

h3 {
  font-size: 1.625rem;
  margin-top: 0.9375em;
}

.textcenter {
  text-align: center;
}

:focus {
  outline: none;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

p {
  margin-top: 0.9375em;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.button a {
  background-color: #1CAAFC;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 0.75em 2em;
  display: inline-block;
  margin-top: 1em;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.text__align--right {
  text-align: right;
}

.anchor {
  display: block;
  height: 125px;
  margin-top: -125px;
  visibility: hidden;
}
@media (min-width: 992px) {
  .anchor {
    height: 80px;
    margin-top: -80px;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}
.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #174173;
  color: #fff;
  transition: all 0.4s;
}
.back-to-top i:hover {
  background: #1e5495;
  color: #fff;
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?hqledy");
  src: url("../fonts/icomoon.eot?hqledy#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?hqledy") format("truetype"), url("../fonts/icomoon.woff?hqledy") format("woff"), url("../fonts/icomoon.svg?hqledy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icomoon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #314689;
  text-decoration: none;
  margin-right: 10px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* nunito-300 - latin */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/nunito-v10-latin-300.woff2") format("woff2"), url("../fonts/nunito-v10-latin-300.woff") format("woff");
}
/* nunito-regular - latin */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito-v10-latin-regular.woff2") format("woff2"), url("../fonts/nunito-v10-latin-regular.woff") format("woff");
}
/* nunito-700 - latin */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/nunito-v10-latin-700.woff2") format("woff2"), url("../fonts/nunito-v10-latin-700.woff") format("woff");
}
/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
/*navigation ALT*/
/*Top NAv*/
.topheader {
  background: #F2F2F2;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-top {
  padding: 0;
  margin: 1em 0 0 -0.5em;
}
@media (min-width: 768px) {
  .nav-top {
    margin: 0;
    padding: 0 0.5rem;
  }
}

.nav-top a {
  text-decoration: none;
}

.nav-top a:hover {
  text-decoration: underline;
}

.nav-top ul > li {
  display: inline;
}

.nav-top ul > li:not(:first-child):before {
  content: "|";
}

.nav-top ul li a, .custom-nav-top ul li.active strong {
  padding: 0 5px;
}

/*Main Nav*/
.navbar {
  color: inherit;
  min-height: 50px;
  padding: 10px 0 10px 0;
}

@media (max-width: 767px) {
  .navbar {
    padding: 0;
  }

  .navbrand img {
    width: 50%;
  }
}
.navbrand {
  display: inline-block;
  line-height: inherit;
  white-space: nowrap;
  padding: 10px 0;
  margin-right: 2rem;
}

.navbrand img {
  transition: width 0.25s linear;
}

@media (min-width: 768px) {
  .navbrand.small img {
    width: 60%;
  }
}
/*.nav-wrapper {max-height:105px;display:block;} /*for fixed navbar to avoid flicker*/
.fix {
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 9999;
}

.navbar.fix {
  padding: 0;
}

.nav--main {
  display: none;
}

@media (min-width: 1024px) {
  .nav--main {
    display: block;
  }
}
.nav--main ul, .nav--main li {
  padding: 0;
  margin: 0;
}

.nav--main {
  overflow: visible;
  font-weight: 300;
  font-size: 0.9375rem;
}

.nav--main ul.level_1 > li > a, .nav--main ul.level_1 > li > strong {
  display: inline-block;
  padding: 0.5rem 0.5rem;
}

.nav--main ul.level_1 > li {
  display: inline-block;
  position: relative;
}

.nav--main ul.level_1 > li:not(:first-child):before {
  content: "|";
}

/* NAV ALT 

.nav-main > ul.level_1 > li::after {
	border-bottom: 3px solid #21409a;
	content: "";
	left: 50%;
	position: absolute;
	right: 50%;
	bottom: 0;
	transition: right 0.4s ease-out 0s, left 0.4s ease-out 0s;
}
.nav-main > ul.level_1 > li:hover::after,.nav-main > ul.level_1 > li.active::after, .nav-main > ul.level_1 > li.trail::after {
	left: .25rem;
	right: .25rem;
}
/*
.nav-main ul ul {
	position: absolute;
	top: 95%;
	left: 0;
	z-index: 1000;
	display:none;
	min-width: 10rem;
	margin: .125rem 0 0;
	color: #000;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .25rem;
}
.nav-main li.submenu:hover .level_2 {
  display:block;
}

 */
/* NAV ALT 2 

.nav-main ul ul>li{background:#08174A;color:white}
.nav-main ul ul>li:not(:last-child){border-bottom:1px solid white;}
.nav-main ul ul>li a,.nav-main ul ul>li strong{display:block;padding:3px 8px;color:white;}
.nav-main ul ul>li:hover, .nav-main ul ul>li .active {background:white;color:black;}
.nav-main ul ul>li a:hover {color:black;} */
/* Nav-NEU */
.nav--main .level_1, .nav--main .level_1 ul, .nav--main .level_1 li, .nav--main .level_1 a, .nav--main .level_1 strong {
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style: none;
  display: block;
  position: relative;
}

.nav--main .level_1 ul {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 999;
  transition: opacity 0.3s;
}

.nav--main .level_1 li:hover > ul {
  left: 0;
  opacity: 1;
  z-index: 1000;
}

.nav--main .level_1 ul li:hover > ul {
  top: 0;
  left: 100%;
}

.nav--main .level_1 li {
  cursor: default;
  float: left;
  white-space: nowrap;
}

.nav--main .level_1 ul li {
  float: none;
}

.nav--main .level_1 ul {
  min-width: 12em;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.nav-center {
  float: right;
  right: 50%;
}

.nav-center > li {
  left: 50%;
}

.nav--main a, .nav--main strong {
  padding: 0 10px;
  font-weight: normal;
  line-height: 40px;
  text-decoration: none;
}

.nav--main .level_1 strong {
  font-weight: bold;
}

.nav--main .level_1 > li > .nav-active {
  background-color: rgba(0, 0, 0, 0.05);
}

.nav--main .level_1 li li a, .nav--main .level_1 li:hover li a,
.nav--main .level_1 li li strong, .nav--main .level_1 li:hover li strong {
  padding: 8px 10px;
  background: #08174A;
  color: #FFF;
  line-height: normal;
}

.nav--main .level_1 li li strong, .nav--main .level_1 li:hover li strong {
  background: #C7E2F3;
  color: #000;
}

.nav--main li:hover li a:hover, .nav--main li:hover li a:focus, .nav--main li:hover li:hover a,
.nav--main .level_1 li li.trail a {
  background: #fff;
  color: #000;
}

.nav--main li:hover li:hover li a {
  background: #08174A;
  color: #FFF;
}

.nav--main li:hover li:hover li a:hover, .nav--main li:hover li:hover li a:focus, .nav--main li:hover li:hover li:hover a {
  background: #fff;
  color: #000;
}

/* Nav-NEU ENDE */
/* Balken unter Level 1 */
.nav-main > ul.level_1 > li::after {
  border-bottom: 3px solid #21409a;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  bottom: 0;
  transition: right 0.4s ease-out 0s, left 0.4s ease-out 0s;
}

.nav-main > ul.level_1 > li:hover::after, .nav-main > ul.level_1 > li.active::after, .nav-main > ul.level_1 > li.trail::after {
  left: 0.25rem;
  right: 0.25rem;
}

.nav--main .level_1 a, .nav--main .level_1 strong {
  text-transform: uppercase;
}
.nav--main .level_2 a, .nav--main .level_2 strong, .nav--main .level_3 a, .nav--main .level_3 strong {
  text-transform: unset;
}

.nav--top {
  padding: 0;
  margin: 1em 0 0 -0.5em;
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .nav--top {
    margin: 0;
    padding: 0 0.5rem;
  }
}
.nav--top li {
  display: inline;
}
.nav--top li::before {
  content: "|";
}
.nav--top li:first-child::before {
  content: "";
}
.nav--top a, .nav--top strong {
  color: #00CDBB;
  padding: 0 0.5rem;
  text-decoration: none;
}

/* 2nd/ 3rd level on page */
.nav--sub li::before {
  content: "•";
  margin-right: 0.5em;
  color: #1CAAFC;
  font-size: 1.125em;
}
.nav--sub li ul {
  margin-left: 1.5em;
}
.nav--sub li ul li::before {
  content: "•";
  margin-right: 0.5em;
  color: black;
  font-size: 1.125rem;
}
.nav--sub a, .nav--sub strong {
  text-decoration: none;
}

/*mmenu */
#mmenu:not(.mm-menu), #mmenu-95dfeea9:not(.mm-menu) {
  display: none;
}

.mmenu_trigger {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

@media (min-width: 1024px) {
  .mmenu_trigger {
    display: none;
  }
}
/*MM Toggler */
.hamburger {
  outline: none;
  margin: 0.5rem 1rem 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 5px;
  background-color: #999999;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*mobile menu animation*/
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.mm-wrapper_opened .hamburger--slider .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.mm-wrapper_opened .hamburger--slider .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.mm-wrapper_opened .hamburger--slider .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*html.mm-opening #mm-blocker {
   background: #000; opacity: .3;
   transition: background .4s ease;
}*/
/*end mobile menu animation*/
.nav--footer {
  margin-top: 0.9375em;
}
@media (min-width: 992px) {
  .nav--footer {
    margin-top: 0;
  }
}
.nav--footer ul {
  margin: 0;
}
@media (min-width: 992px) {
  .nav--footer ul {
    margin: 0.9375em 0 0 -10px;
  }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* fixed header Schmalspur */
[id=header] {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 2;
}

[id=container] {
  padding-top: 150px;
}

/* ALT */
.topheader {
  background: #fff;
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media (min-width: 992px) {
  .topheader {
    display: flex;
    padding-top: 1.875em;
    padding-bottom: 1.875em;
  }
}
.topheader .container {
  justify-content: space-between;
}

.topheader__inner {
  display: block;
}
@media (min-width: 768px) {
  .topheader__inner {
    display: flex;
    align-items: center;
  }
}

.logo__container {
  width: 400px;
  max-width: 80vw;
}

/*
.page--coe {
    .logo__container {
        width: 150px;
        max-width: 80vw;
    }
}*/
.nav-wrapper {
  background-color: rgba(255, 255, 255, 0.74);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
html, body, [id=wrapper] {
  height: 100%;
}

[id=wrapper] {
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.width__max--1200 {
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}

.section-color1 {
  background-color: #F0F0F0;
}

.section-color2 {
  background-color: #00CCBA;
}

.section-color3 {
  background-color: rgba(23, 65, 115, 0.2);
}

.section-color4 {
  background: radial-gradient(circle, rgb(255, 255, 255) 50%, rgba(23, 65, 115, 0.25) 100%);
}

.section-color5 {
  background-image: url("../media/background-pattern.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.article--standard {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .article--standard {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.btn-section2 a {
  color: #00CCBA;
  background-color: white;
  border-color: #00CCBA;
}

.btn-center {
  display: flex;
  justify-content: center;
}

.article__rounded .container-fluid {
  background: #fff;
  border-radius: 200px 50px 100px 50px;
  padding: 5em;
  box-shadow: 10px 10px 46px rgba(0, 0, 0, 0.1607843137);
}

.article__rounded--same .container-fluid {
  background: #fff;
  border-radius: 50px;
  padding: 2em;
  box-shadow: 10px 10px 46px rgba(0, 0, 0, 0.1607843137);
}
@media (min-width: 768px) {
  .article__rounded--same .container-fluid {
    padding: 5em;
  }
}

.article__not__rounded .container-fluid {
  background: #fff;
  border-radius: 0;
  padding: 5em;
  box-shadow: 10px 10px 46px rgba(0, 0, 0, 0.1607843137);
}

.page__rounded [id=container] {
  background: #fff;
  border-radius: 200px 50px 100px 50px;
  padding: 5em;
  box-shadow: 10px 10px 46px rgba(0, 0, 0, 0.1607843137);
  margin: 100px auto;
  max-width: 1200px;
}

.page__not__rounded [id=container] {
  background: #fff;
  border-radius: 0;
  padding: 5em;
  box-shadow: 10px 10px 46px rgba(0, 0, 0, 0.1607843137);
  margin: 100px auto;
  max-width: 1200px;
}

.ce_vimeo[class*=col-] {
  margin-top: 1.875em;
}

.video__container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  /* Then style the iframe to fit in the container div with full height and width */
}
.video__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
[id=footer] {
  background-color: #F0F0F0;
}
[id=footer] .container {
  padding: 3.75em 15px;
}
[id=footer] a {
  text-decoration: none;
}

.donation__container {
  margin-top: 0.9375em;
}
@media (min-width: 992px) {
  .donation__container {
    margin-top: 0;
  }
}

.donation__link {
  display: flex;
  align-items: center;
}

.icon--donate::before {
  transform: rotate(-45deg);
  display: inline-block;
  color: #00ccbc;
  font-size: 2rem;
}
.icon--donate::before:hover {
  transform: rotate(0);
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.event__small {
  margin-top: 3em;
}

.event__small__date {
  border-radius: 50%;
  box-shadow: 10px 10px 46px rgba(0, 0, 0, 0.1607843137);
  width: 100px;
  height: 100px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  margin: auto;
  line-height: 1;
}

.event__date--day {
  font-size: 2rem;
  margin: 0.125em 0;
}

.event__small__teaser {
  margin-top: 1em;
  text-align: center;
}

/*--------------------------------------------------------------
# Custom Elements
--------------------------------------------------------------*/
/* Each Custom element has it's own scss file in the subfolder custom_elements */
/*--------------------------------------------------------------
# Teaser Medium
--------------------------------------------------------------*/
.teaser__medium {
  margin-top: 94px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .teaser__medium {
    padding-left: 47px;
    padding-right: 47px;
  }
}
.teaser__medium h2 {
  margin-top: 0;
}
.teaser__medium img {
  margin-top: 0.5rem;
  border-radius: 50px;
}

.teaser__medium__inner {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.0901960784);
  border-radius: 45px;
  padding: 1em;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) {
  .teaser__medium__inner {
    box-shadow: 0px 0px 47px rgba(0, 0, 0, 0.0901960784);
    border-radius: 90px;
    padding: 2em;
  }
}
.teaser__medium__inner .row {
  flex-grow: 1;
}

.teaser__medium__right {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .teaser__medium__right {
    margin-top: 0;
  }
}

.teaser__medium__button {
  margin-top: unset;
  text-align: center;
}
@media (min-width: 768px) {
  .teaser__medium__button {
    margin-top: auto;
    text-align: left;
  }
}

.teaser__small {
  margin-top: 3.75em;
}
.teaser__small img {
  border-radius: 80px 20px;
}
.row > .teaser__small {
  width: 100%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .row > .teaser__small {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.row.teaser--start .teaser__small {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  /* width: 100%; */
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .teaser__small + .teaser__small::before {
    display: block;
    content: "";
    height: 5px;
    width: 100%;
    background: white;
    background: linear-gradient(0deg, #fff 0%, #eeeeee 100%);
    position: relative;
    bottom: 30px;
  }
}

.teaser__small__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.teaser__small__button {
  margin-top: auto;
}
.button--donation .teaser__small__button a {
  background-color: #00ccbc;
}

.row.teaser--start {
  margin-left: -30px;
  margin-right: 30px;
}

.teaser--rounded {
  box-shadow: 10px 10px 46px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0px 75px 50px 50px;
  background-color: #fff;
  padding: 2em;
}

.teaser__special--primary {
  margin-top: 1.875em;
  background-color: #fff;
  box-shadow: 10px 10px 46px rgba(0, 0, 0, 0.1607843137);
  border-radius: 120px 70px;
}
@media (min-width: 768px) {
  .teaser__special--primary {
    border-radius: 240px 70px;
  }
}
.teaser__special--primary h2 {
  margin-top: 0;
}
.teaser__special--primary img {
  border-radius: 50%;
}

.teaser__special--primary__inner {
  padding: 75px 15px;
}
@media (min-width: 768px) {
  .teaser__special--primary__inner {
    padding: 75px 100px;
  }
}

.teaser__special--primary__person {
  margin-top: 0.9375em;
}

.teaser__top__landingpage {
  box-shadow: 10px 10px 46px rgba(0, 0, 0, 0.1607843137);
  border-radius: 240px 70px;
  background: #fff;
}

.teaser__top__landingpage__not__rounded {
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}

.teaser__top__landingpage__inner {
  padding: 4.5em 8.5em;
}

.teaser__top__landingpage__text {
  padding-right: 8.3333%;
  border-right: 1px solid;
}
.teaser__top__landingpage__text h2 {
  margin-top: 0;
}
.teaser__top__landingpage__text ul {
  list-style-type: disc;
}
.teaser__top__landingpage__text li {
  margin-left: 1.5em;
}

/*--------------------------------------------------------------
# Counter Element
--------------------------------------------------------------*/
.world-bg {
  background-image: url(../media/worldmap.png);
  background-size: 1200px auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.counterarea {
  margin-bottom: 5rem;
}

.counterarea > div {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
}

.counterarea span {
  display: block;
  text-transform: uppercase;
}

.count-header {
  font-size: 72px;
}

.timeline-item ul {
  list-style: disc;
  margin: 0;
  padding: 0;
  margin-left: 1em;
}

.list__with__toc h2:first-of-type {
  margin-top: 0;
}
.list__with__toc .anchor {
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}

.list__with__toc__inner {
  padding: 0 15px;
}

.list__toc__container {
  position: relative;
}

.list__toc {
  position: static;
  margin-top: 1.875em;
  top: 1.875em;
  left: 1.875em;
  box-shadow: 10px 10px 46px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0px 75px 50px 50px;
  background-color: #fff;
  padding: 2em;
  list-style-type: none;
}
@media (min-width: 768px) {
  .list__toc {
    position: absolute;
    margin-top: 0;
  }
}
.list__toc li {
  margin-top: 0.5em;
}
.list__toc li:first-of-type {
  margin-top: 0;
}

.list__content {
  padding: 1.875em 0;
}
.list__content ul {
  list-style-type: disc;
}
.list__content li {
  margin-left: 1.5em;
}

.list__content__link {
  text-align: right;
}

/*--------------------------------------------------------------
# Customize
--------------------------------------------------------------*/
.ce_text ul {
  list-style-type: disc;
}
.ce_text li {
  margin-left: 1.5em;
}
.ce_text :first-of-type h1, .ce_text :first-of-type h2, .ce_text :first-of-type h3 {
  margin-top: 0;
}

.ce_column > :first-child {
  margin-top: 0;
}

/* Abstände */
/*
.mod_article h1:first-of-type, .mod_article h2:first-of-type {
    margin-top: 0;
}
*/
/* Abweichend von Bootstrap größere Abstände der Spalten */
.column__spacing--medium.row {
  margin-left: -45px;
  margin-right: -45px;
}
.column__spacing--medium div[class*=col-] {
  padding-left: 45px;
  padding-right: 45px;
}

/* EC */
.ec {
  margin-top: 3.75em;
  text-align: center;
}

.ec__name {
  text-transform: uppercase;
  font-size: 1.125rem;
}

/* AB */
.ab__list {
  column-count: 2;
  margin-top: 3.75em;
}

.ab__list__item {
  margin-top: 0.5em;
}
.ab__list__item:first-of-type {
  margin-top: 0;
}

/* Life Achievement */
.life__achievement {
  margin-top: 3.75em;
  text-align: center;
  /*
  figure {
      width: 160px;
      height: 160px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  */
}

.life__achievement__name {
  text-transform: uppercase;
  font-size: 1.125rem;
}

.deceased img {
  filter: grayscale(1);
}

/* Women in NET */
.women-in-net {
  margin-top: 3.75em;
  text-align: center;
  /*
  figure {
      width: 160px;
      height: 160px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  */
}

.women-in-net__name {
  text-transform: uppercase;
  font-size: 1.125rem;
}

/* Auditors */
.auditors {
  margin-top: 3.75em;
}
.auditors figure {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auditors__name {
  text-transform: uppercase;
  font-size: 1.125rem;
}

/* MM Centers of Excellence */
.center__item {
  margin-top: 1em;
}

.center__item__inner {
  height: 100%;
  border: 1px solid #ccc;
  padding: 0.9375em;
}

.leaflet-popup-content-wrapper {
  max-width: 80vw;
}
@media (min-width: 768px) {
  .leaflet-popup-content-wrapper {
    max-width: unset;
  }
}
.leaflet-popup-content-wrapper .center {
  max-width: 260px;
}
@media (min-width: 768px) {
  .leaflet-popup-content-wrapper .center {
    max-width: unset;
  }
}

/* MM Grants */
.grant__list, .webinar__list {
  margin-top: -47px;
  margin-bottom: 47px;
}

.grant__details h2 {
  margin-top: 0.5em;
}
.grant__details ul {
  list-style-type: disc;
}
.grant__details li {
  margin-left: 1.5em;
}
.grant__details .file {
  list-style-type: none;
}
.grant__details .file li {
  margin-left: 0;
}
.grant__details .button {
  margin-top: 1em;
}

/* Icons */
.icon-circle-right4::before {
  content: "\edf6";
}

/* Newsletter */
.newsletter__list__item {
  margin-top: 1rem;
}

.newsletter__list__date {
  font-size: 0.75rem;
}

.newsletter__list__link {
  display: block;
  color: #444444;
  margin-top: 0.25em;
}

/* Webinars */
.webinar__teaser__date {
  text-align: center;
}

.webinar__teaser__headline {
  font-size: 1.25rem;
  font-weight: bold;
}

.webinar__teaser__subheadline {
  font-size: 1rem;
  font-weight: bold;
}

.webinar__details__headline {
  text-align: center;
}

.webinar__backlink {
  margin-top: 0.9375em;
}

/* Events */
.webinar__date {
  font-size: 0.75rem;
}

/* Kalender */
.mod_calendar {
  overflow: visible;
}
.mod_calendar .calendar {
  min-width: 320px;
  margin-top: 1rem;
}

.events__list {
  display: none;
}

.calendar .active {
  position: relative;
}

.active .header {
  background: #174173;
  color: #fff;
}

.active .header:hover + .events__list {
  display: block;
  padding: 0.9375em;
  border: 1px solid #174173;
  position: absolute;
  bottom: 24px;
  background: #fff;
  width: 200px;
  z-index: 2;
}

/* Abstracts */
.filter--abstracts .widgets {
  margin-bottom: 0;
}
.filter--abstracts .mm_text input {
  border: 1px solid #6c757d;
  padding: 0.75em;
}
.filter--abstracts .submit {
  background-color: #1CAAFC;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 0.75em 2em;
  display: inline-block;
  margin-top: 0;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.abstract__list ul {
  display: flex;
  justify-content: space-between;
  width: 280px;
}

.abstract {
  margin-top: 2rem;
}
.abstract p {
  margin-top: 0.25rem;
}

.abstract__details h1 {
  font-size: 2rem;
  line-height: 1.3;
}

/* Forms OLD */
/*Forms*/

::placeholder {
  color: rgba(68, 68, 68, 0.7);
  opacity: 1;
  /* Firefox */
}

:focus::placeholder {
  color: #e4dede;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

label {
  text-transform: none;
}

.formstart {
  max-width: 800px;
  margin: 20px auto;
  padding: 3px;
}

.formular-start {
  max-width: 800px;
  margin: auto;
}

form input, form textarea {
  appearance: none;
  border: none;
  border-radius: 0;
  /* background-color: transparent; */
  /* border-bottom: 2px solid #999; */
  width: 100%;
  position: relative;
  padding: 0.5rem;
  display: block;
  margin-bottom: 0.5rem;
  background-color: #fff;
}

form input:focus, form textarea:focus {
  outline: 0;
  box-shadow: none;
  background-color: rgb(252, 252, 252);
  transition: 0.25s ease-in;
}

textarea {
  overflow: auto;
}

form textarea.textarea {
  height: auto;
  min-height: 140px;
  overflow: auto;
}

form .widget-text {
  width: 100%;
  float: none;
}

form .widget {
  margin-bottom: 1rem;
}

legend {
  font-weight: 700;
  margin-bottom: 20px;
}

/* Select fields */
select {
  appearance: none;
  border: none;
  border-radius: 0;
}

select {
  display: block;
  /*    font-size: 16px;  */
  font-family: Nunito, Helvetica, sans-serif;
  font-weight: normal;
  color: #2e2e2f;
  line-height: 1.3;
  padding: 10px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 1rem 0;
  border: 1px solid #e2e2e2;
  /*    box-shadow: 0 1px 0 1px rgba(0,0,0,.04); */
  border-radius: 5px;
  appearance: none;
  background-color: #fff;
  background-image: url("/files/enets/layout/media/arrow-down.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 1em auto, 100%;
}

select:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

/* hide browser-styling (arrow) in IE10 */
select::-ms-expand {
  display: none;
}

.lt-ie10 select {
  background-image: none;
}

option {
  background: #fff;
  padding: 1rem 1em 1rem 1em;
}

/*
form input:hover, form textarea:hover {
  background-color:#e8f1f8;
  transition: .5s ease-in;
  outline: 0;
}

form input:focus, form textarea:focus {
  background-color:#e8f1f8;
  transition: .5s ease-in;
  outline: 0;
}
*/
form .widget-submit {
  margin-top: 2rem;
}

form .widget-submit button {
  background-color: #1CAAFC;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 0.75em 2em;
  display: inline-block;
  margin-top: 1em;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

form .widget-submit button:hover, form .widget-submit button:focus {
  background-color: #0068B3;
}

button.submit:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/*--- end-forms ----*/
/* Programm (Kopie von enetsconference.org */
/* Program */
.session {
  margin-top: 1em;
}

.session__inner {
  border: 1px solid #ddd;
}

.session__title__block {
  background-color: #174173;
  color: #fff;
  padding: 5px;
}

.session--break .session__title__block {
  background-color: #1e867d;
}

.session--general-assembly .session__title__block {
  background-color: rgb(105, 105, 105);
}

.session--industry .session__title__block {
  background-color: #794b54;
}

.session__title__block h2 {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}

.session__talks {
  padding: 0 10px 0.75em;
}

.talk__block {
  margin-top: 1em;
  margin-left: 10px;
}

.talk {
  margin-top: 0.75em;
}

.speaker__divider:last-of-type {
  display: none;
}

/* Weitere Kopien von enetsconference */
.text-color1 {
  color: #fff;
}
.text-color1 h1, .text-color1 h2 {
  color: #fff;
}
/*# sourceMappingURL=style.css.map */