body {
  /*font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;*/
  color: #132763;
  font-size: 1.2rem;
  line-height: 1.2;
  overflow-x: hidden;
}

html, body {
  overflow-x: hidden;
}
/*
body h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: 600;
}*/

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
}

a {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #63c7d1;
  text-decoration: none;
  cursor: pointer;
}

.c-breadcrumb {
  position: absolute;
  background-color: white;
  border-radius: 0 50px 0 0;
  margin-bottom: -0.5em;
}

.c-breadcrumb__list {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 40px;
}

.g-bullet-list__item.breadcrumb {
  background-position: 50% 65%;
  background-size: 40%;
  padding-left: 15px;
  padding-right: 15px;
  
}

.c-navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  padding: 20px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#132763), to(transparent));
  background-image: linear-gradient(180deg, #132763, transparent);
  z-index: 900;
}

.c-navbar-menu__link {
  color: #132763;
  font-size: 1rem;
  padding: 20px;
  position: relative;
}


.c-navbar-menu__link:hover {
  color: var(--saturn3-teal);
}

.c-main-menu-dropdown__link {
  color: var(--saturn3-teal);
}

.c-navbar-menu__link:active {
  color: var(--saturn3-teal);
}

.c-navbar-menu {
  display: flex;
  right: -40px;
  margin-right: 40px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 40px;
  background-color: #fff;
  color: #132763;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 2;
}

.c-navbar-menu__logo-btn {
  z-index: 1;
  width: 200px;
  height: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('//saturn3.org/wp-content/themes/saturn3child/images/saturn3_logo.svg');
  background-position: 50% 50%;
  background-size: 180px 70px;
  background-repeat: no-repeat;
}

/* Standardmäßig versteckt das Dropdown-Menü */
.c-dropdown-list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-dropdown-list.w-dropdown-list {
  display: none;
}

.c-dropdown-list.contact-list {
  display: none;
  flex-direction: column;
  align-items: stretch;
}

.c-dropdown__toggle {
  cursor: pointer;
}

.c-dropdown-list__heading {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}


.dropdown-menu {
  position: absolute;
  top: 100%; 
  left: 0;
  visibility: hidden; 
  padding-bottom: 15px;
  background-color: #fff; 
  border-radius: 0 0 40px 40px;
  z-index: 2;
  min-width: 170px;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.6s ease, opacity 0.3s ease;
  overflow: hidden; 
}

/*
.c-navbar-menu__link:first-child .dropdown-menu {
    left: -36px;
    padding-top: 25px;
    margin-top: -27px;
}*/

.c-navbar-menu__link:hover > .dropdown-menu {
	visibility: visible;
	max-height: none;
    opacity: 1; /* Sichtbar */
	transition: max-height 0.6s ease, opacity 0.3s ease;
}

/* Dropdown-Link-Stile */
.c-main-menu-dropdown__link {
    padding: 10px 20px; /* Innenabstand für die Links im Dropdown */
    color: #132763; /* Farbe der Links im Dropdown */
    text-decoration: none; /* Unterstreichung der Links entfernen */
    display: block; /* Damit der gesamte Bereich klickbar ist */
}

/* Mobile Menu-Grundlage
.w-nav-overlay {
    opacity: 0;
    visibility: hidden; 
    position: fixed; 
    width: 100vw;
    top: 0;
    left: 0;
    border-radius: 5px;
	background-color: #132763;
	transform: translateX(100%);
    transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
    overflow-x: hidden;
} */

/*
.w-nav-overlay.open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    overflow-x: hidden;
}

.nav-menu-mobile-container {
	padding: 40px;
	margin-top: 30px;
}

.w-nav-menu-mobile {
    flex-direction: column;
    padding: 10px;
    background-color: white;
    margin-left: 0;
    margin-right: 0; 
    overflow-x: hidden;
}

.c-navbar-menu__link.w-nav-menu-mobile.menu-item-has-children:hover .c-main-menu-dropdown__list.dropdown-menu-mobile,
.c-navbar-menu__link.w-nav-menu-mobile.menu-item-has-children.active .c-main-menu-dropdown__list.dropdown-menu-mobile {
    display: block;
    overflow-x: hidden;
}

.no-scroll {
    overflow: hidden;
    height: 100vh; 
}


.c-navbar__mobile-btn {
    display: none; 
    font-size: 1.5em; 
    background: none;
    border: none; 
    cursor: pointer; 
} */

/* Stil für die Links im mobilen Menü */
/*
.w-nav-menu .nav-link {
    display: block;
    color: white;
	padding: 10px 15px;
	text-decoration: none;
}

.w-nav a {
  color: #63c7d1;
}*/

/* Zeige das mobile Menü nur auf kleinen Bildschirmen */
/*@media (max-width: 768px) {
    .c-navbar__mobile-btn {
        display: block;  
    }
}*/
/*
.l-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}*/

.c-header__visual {
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('//saturn3.org/wp-content/themes/saturn3child/images/saturn3_visual_main-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-header__heading {
  position: absolute;
  left: 40px;
  width: 60%;
  margin-top: 0px;
  margin-bottom: 100px;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  text-shadow: 0 0 50px #000;
}

.l-footer {
  position: relative;
  background-color: #132763;
  color: #fff;
}

.l-footer__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.c-footer__text {
  margin-bottom: 20px;
}

.c-footer__text.c-footer__text--is-right-aligned {
  color: #63c7d1;
  text-align: right;
}

.l-section {
  position: relative;
}

.l-section.l-section--has-bg-color {
  background-color: rgba(19, 39, 99, 0.1);
}

.l-inner-container {
  position: relative;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.l-inner-container.l-inner-container--has-intro {
  padding: 60px 100px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
}

.l-inner-container.l-inner-container--is-full-width {
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.l-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.l-col {
  width: 50%;
}

.l-content__row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.l-content__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-content__col.l-content__col--is-narrow-left {
  width: 25%;
}

.l-content__col.l-content__col--is-wide {
  width: 75%;
}

.c-info-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #132763;
  box-shadow: 28px 28px 80px -20px #c7d100;
  color: #fff;
  text-align: center;
}

.c-info-box.c-info-box--has-offset {
  margin: 40px;
  box-shadow: 28px -28px 80px -20px #63c7d1;
}

.c-info-box-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 39, 99, 0.1)), to(#fff));
  background-image: linear-gradient(0deg, rgba(19, 39, 99, 0.1), #fff);
}

.c-info-box__heading {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  color: #c7d100;
}

.c-info-box__ellipse {
  position: absolute;
  left: -80px;
  top: 60px;
  width: 360px;
  height: 100px;
  border-style: solid;
  border-width: 10px;
  border-color: #132763;
  border-radius: 50%;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.c-info-box__text {
  position: relative;
  z-index: 1;
}

.c-section__heading {
  position: relative;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #132763;
  background-image: url('//saturn3.org/wp-content/themes/saturn3child/images/saturn3_bullet_blue.svg');
  background-position: 0% 0%;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  color: #132763;
  font-size: 4rem;
  text-transform: uppercase;
}

.c-section__heading.c-section__heading--is-indented {
  margin-right: 40px;
  margin-left: 40px;
}

/*
.c-textual-content {
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}*/

.g-bullet-list {
  margin-top: 40px;
  margin-bottom: 40px;
}

.g-bullet-list__item {
  margin-bottom: 20px;
  padding-left: 40px;
  background-image: url('//saturn3.org/wp-content/themes/saturn3child/images/saturn3_icon_arrow-right_blue.svg');
  background-position: 0px 1px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

/*
.c-visual-content {
  overflow: hidden;
  width: 100%;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 10px;
}

.c-visual {
  width: 100%;
  height: 600px;
}

.c-visual.c-visual--is-objectives {
  background-image: url('//saturn3.org/wp-content/themes/saturn3child/images/saturn3_visual_content_objectives.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-visual.c-visual--is-impact {
  background-image: url('//saturn3.org/wp-content/themes/saturn3child/images/saturn3_visual_content_impact.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}*/

.c-footer__logo {
  width: 240px;
  height: 110px;
  background-image: url('//saturn3.org/wp-content/themes/saturn3child/images/label_bmf_gefoerdert_2017_en.png');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-contact-tile {
  width: 50%;
  padding: 40px;
}

.c-contact-tile__heading {
  margin-top: 0px;
  margin-bottom: 20px;
}

.c-contact-tile-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*
.g-text-link {
  text-decoration: underline;
}

.g-list__item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(19, 39, 99, 0.2);
}*/

.c-map-preview {
  position: absolute;
  left: auto;
  top: 40px;
  right: 0px;
  bottom: auto;
  z-index: 1;
  width: 200px;
  height: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: #132763;
  border-radius: 10px;
  background-color: #fff;
  /*background-image: url('//saturn3.org/wp-content/themes/saturn3child/images/saturn3_map_partners_germany.png');*/
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.c-map-preview:hover {
  border-color: #63c7d1;
}

.c-map-preview:active {
  text-decoration: none;
}

.c-map-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  /*background-image: url('//saturn3.org/wp-content/themes/saturn3child/images/saturn3_map_partners_germany.png');*/
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-map-overlay__icon {
  position: absolute;
  left: auto;
  top: 40px;
  right: 40px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(19, 39, 99, 0.1);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #132763;
  font-size: 1.8rem;
  cursor: pointer;
}

.c-map-overlay__icon:hover {
  background-color: #132763;
  color: #fff;
}

.c-login.panel-collapse.collapse {
	visibility: hidden;
}

.c-login.panel-collapse {
  position: absolute;
  left: 0%;
  top: 20%;
  right: 0%;
  bottom: auto;
  padding: 20px 40px;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: absolute;
  width: auto;
  z-index: 900;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.c-login.panel-collapse #loginform.c-login__form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.c-login.panel-collapse #loginform.c-login__form input {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: auto;
}

.c-form__container.w-form {
  background-color: white;
  padding: 20px;
  border-radius: 40px;
}

.c-form__container .w-form {
  margin-top: 1rem;
}

.login-button-wrapper {
  position: absolute;
  right: 4em;
  top: 25%;
}

.btn.btn-login {
  position: absolute;
  z-index: 9000;
  right: 5%;
  top: 25%;
  width: 60px;
  height: 60px;
  padding: 20px;
  border-radius: 50%;
  background-color: #63c7d1;
  box-shadow: 28px 28px 80px -20px #c7d100;
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: flex; /* Flexbox verwenden */
  justify-content: center; /* Horizontal zentrieren */
  align-items: center; /* Vertikal zentrieren */
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}

.btn-content {
  color: white;
  z-index: 9000;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}

.btn-content:hover {
  color: #63c7d1;
}

.c-info-box__ellipse.login {
  position: absolute;
  left: -32px;
  top: 17px;
  width: 120px;
  height: 25px;
  border-style: solid;
  border-width: 5px; /* Kleinere Breite für kleinere Größe */
  border-color: #63c7d1;
  border-radius: 50%;
  transform: rotate(-20deg);
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}

.c-info-box__ellipse.login:hover {
  border-color: #0082f3;
}

.btn.btn-login:hover {
  background-color: #0082f3;
}

.btn-login:hover .c-info-box__ellipse.login {
  border-color: #0082f3;
}

.btn-login:hover .btn-content {
  color: #63c7d1;
}

.c-header__triangle {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -30px;
  z-index: 1;
  width: 0px;
  height: 0px;
  margin-right: auto;
  margin-left: auto;
  border-top: 30px solid #132763;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
}

.c-footer__col {
  width: 50%;
  padding: 40px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container-wrapper {
  position: relative;
  max-width: 100%;
  width: 560px;
  left: 0;
  right:0;
  margin:auto;
  margin-top: 10px;
  margin-left: 0;
}

#outreach-list {
  line-height: 1.7rem;
}

#outreach-list .g-bullet-list__item {
  background-position: 0px 4px;
}

.c-visual-content.image {
  margin: auto;
  text-align: center;
}

.g-bullet-list__item.no-arrow {
  background-image: none;
  padding-left: 1px;
  padding-right: 40px;
}

#eventList{
  text-align: left;
}

#eventList {
  margin-bottom: 80px;
  border-collapse: separate;
  border-spacing: 0 10px;
}

#eventList_wrapper,
#eventList {
  width: 100%;
}

#eventList thead th {
  background-color: rgba(0, 69, 148, .1);
  min-width: 100px;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
  cursor: pointer;
}

#eventList tbody tr td:first-of-type {
  border-left-width: 1px;
}

#eventList tbody tr td {
  background-color: #fff;
  border-style: solid;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-color: #fff;
  word-wrap: anywhere;
  overflow-wrap: anywhere;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}

#eventList tbody tr td:nth-of-type(2) {
  font-weight: 500;
}

.event-register-btn {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 40px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}

.event-register-btn:hover {
  background-color: #63c7d1;
  color: #0082f3;
}

@media screen and (max-width: 442px) {
	#eventList table, #eventList  tbody, #eventList tr {
		display: block;
		width: 140%;
	}
	#eventList thead {
		display: none;
	}
	#eventList tr:first-child {
		border-top: medium solid rgba(0, 69, 148, .1);
	}
	#eventList tr {
		border-bottom: medium solid rgba(0, 69, 148, .1);
	}
	#eventList td:nth-child(1)::before {
		content: "Action: ";
		display: left;
		margin-right: 20px;
	}
	#eventList td:nth-child(2)::before {
		content: "Title: ";
		display: block;
	}
	#eventList td:nth-child(2) span {
		display: inline-block;
	}
	#eventList td:nth-child(3)::before {
		content: "Contact: ";
		display: block;
	}
	#eventList tbody th {
		display: block;
		font-weight: bold;
	}
	#eventList td {
		display: inline-block;
		min-width: 30%;
		text-align: left;
	}
	#eventList td::before {
		font-weight: bold;
	}
	#eventList td {
		width: 100%;
	}
	#eventList td {
		margin-bottom: 10px;
	}
}
/*
#scroll-to-top {
  position: fixed;
  bottom: 2vh;
  right: 1vw;
  width: 40px;
  height: 40px;
  background-color: #64c8d2;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  display: none;
}*/

.c-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.c-form__label, .c-form__input-field.w-input, input.w-button {
  margin-bottom: 10px;
}

.c-form__input-field.w-input {
  width: 30vw;
}

input.w-button {
  border-radius: 40px;
  width: auto;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}

input.w-button:hover {
  color: #0082f3;
}

.c-news-item {
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.c-news-item-teaser__link {
  display: block;
  margin-bottom: 20px;
}

.c-news-item-preview {
  width: 200px;
  height: 200px;
  flex-direction: row;
  flex: none;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  border: 1px solid;
}

.m-news-item-preview__img {
  width: 100%;
  align-self: stretch;
}

.m-news-item-preview__img.m-news-item-preview__img--is-group {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
}

.m-news-item-preview__img.m-news-item-preview__img--is-group--is-placeholder {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: white;
}

/*
.c-news-item-teaser {
  width: 100%;
  min-height: 240px;
  background-color: rgba(99, 199, 209, .1);
  margin-left: -40px;
  padding: 40px 40px 40px 80px;
  border-radius: 0 40px 40px;
}*/

.w-flex {
  color: #132763;
}

.w-flex:hover {
  color: #0082f3;
}

.w-flex.highlighted {
  color: #63c7d1;
}

.w-flex.highlighted:hover {
  color: #0082f3;
}

.member_pagination.m-b-25 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 80%;
}

.member_pagination.m-b-25 .g-btn_container > a {
  border-radius: 40px;
}

.m-logo-partner {
  width: 100%;
}

.g-btn.w-button {
  border-radius: 40px;
  margin-top: 20px;
}

/*
.w-button:hover {
  background-color: #63c7d1;	
}*/

@media screen and (max-width: 991px) {
  .c-navbar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-navbar-menu__link {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align: right;
  }

  .c-navbar-menu {
    right: 0px;
    margin-right: 0px;
    padding-top: 200px;
    padding-bottom: 20px;
    border-radius: 0px;
    background-color: #132763;
  }
	
  .c-news-item {
	flex-direction: column;
	align-items: center;
  }
	
  .c-news-item-teaser {
	margin-left: 0;
  }

  .c-header__heading {
    width: 75%;
    font-size: 3rem;
  }

  .l-inner-container {
    margin-right: 0px;
    margin-left: 0px;
  }

  .l-inner-container.l-inner-container--has-intro {
    padding-right: 40px;
    padding-left: 40px;
  }

  .l-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-col {
    width: 100%;
  }

  .c-info-box {
    margin-right: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
  }

  .c-info-box.c-info-box--has-offset {
    margin-top: 0px;
  }

  .c-info-box-container {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
/*
  .c-visual-content {
    margin-bottom: 40px;
    margin-left: 40px;
  }

  .c-visual {
    height: 400px;
  }
*/
  .c-map-preview {
    right: 40px;
  }

  .c-navbar__mobile-btn {
    z-index: 2;
    width: 60px;
    height: 60px;
    margin-left: auto;
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
    background-color: #fff;
    background-image: url('//saturn3.org/wp-content/themes/saturn3child/images/saturn3_icon_menu_blue.svg');
    background-position: 50% 50%;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    font-size: 1.5rem;
    cursor: pointer;
  }

  .c-navbar__mobile-btn:hover {
    background-image: url('//saturn3.org/wp-content/themes/saturn3child/images/saturn3_icon_menu_teal.svg');
    color: #63c7d1;
  }

  .c-navbar__mobile-btn.w--open {
    background-color: #fff;
    color: #63c7d1;
  }
	
  .l-content__row {
	flex-direction: column;	
  }
	
  .l-content__col.l-content__col--is-narrow-left {
    width: 100%;
  }
	
  .l-content__col.l-content__col--is-wide {
	width: 100%;	
  }
	
  .c-member {
    flex-direction: column;
    align-items: center;
  }
	
  .c-member-group {
    width: 100%;
  }
	
  .c-member__description {
	align-items: stretch !important;
  }
	
  .member_pagination.m-b-25 {
    width: 100%;
    margin-top: -10%;
  }

  .g-btn.w-button {
    text-align: center;
  }
}

.c-member {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  border-radius: 10px;
}

.c-member__img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 200px;
  height: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.c-member__img.c-member__img--is-placeholder {
  background-image: url('//saturn3.org/wp-content/themes/saturn3child/images/saturn3_logo.svg');
  background-position: 50% 50%;
  background-size: 90%;
  background-repeat: no-repeat;
}

.c-member__img.c-member__img--is-img {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-member__text {
  padding-left: 5px;
}

.c-member__heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 5px;
  font-size: 1.2rem;
}

.c-member__subline {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 5px;
  color: #133163;
  font-size: 1rem;
}

.c-member__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  padding: 10px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.c-sidebar {
  padding: 40px 20px;
}

.c-sidebar__img {
    width: 100%;
    max-width: 250px;
    margin-bottom: 40px;
}

@media screen and (max-height: 870px) {
  .c-header__heading {
    width: 75%;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-navbar {
    height: 200px;
  }

  .c-navbar-menu__link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .c-navbar-menu {
    height: 100vh;
    padding-top: 180px;
  }

  .c-navbar-menu__logo-btn {
    width: 160px;
    height: 160px;
    background-size: 160px 60px;
  }

  /*.l-header {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }*/

  .c-header__heading {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 2rem;
  }

  .l-inner-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .l-inner-container.l-inner-container--has-intro {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 1rem;
  }

  .c-info-box {
    width: 160px;
    height: 160px;
  }

  .c-info-box-container {
    padding: 20px;
  }

  .c-info-box__heading {
    font-size: 1.2rem;
  }

  .c-info-box__ellipse {
    left: -40px;
    width: 240px;
    height: 60px;
  }

  .c-section__heading {
    font-size: 3rem;
  }

  .g-bullet-list {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .g-bullet-list__item {
    padding-left: 30px;
    background-size: 15px 15px;
  }

  .c-visual {
    height: 300px;
  }

  .c-contact-tile {
    width: 100%;
    padding: 20px 0px;
    border-bottom: 1px solid rgba(19, 39, 99, 0.2);
  }

  .c-contact-tile__heading {
    font-size: 1.5rem;
  }

  .c-contact-tile-container {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-map-preview {
    width: 120px;
    height: 120px;
  }

  .l-main {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .c-navbar {
    padding-right: 20px;
    padding-left: 20px;
  }

  .c-navbar-menu {
    padding-right: 0px;
  }

  /*.l-header {
    height: 70vh;
  }*/

  .c-header__visual {
    padding-left: 20px;
  }

  .c-header__heading {
    left: 20px;
    width: 75%;
    font-size: 1.8rem;
  }

  .l-footer {
    font-size: 0.8rem;
  }

  .l-footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-inner-container.l-inner-container--has-intro {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .c-info-box__ellipse {
    left: -50px;
    top: 60px;
    width: 260px;
  }

  .c-section__heading {
    margin-bottom: 20px;
    padding-top: 30px;
    background-size: 30px 30px;
    font-size: 2rem;
  }

  .c-section__heading.c-section__heading--is-indented {
    margin-right: 20px;
    margin-left: 20px;
  }

  .c-textual-content {
    padding-right: 20px;
    padding-left: 20px;
  }
/*
  .c-visual-content {
    margin-left: 20px;
  }

  .c-visual {
    height: 200px;
  }

  .c-contact-tile-container {
    padding-right: 20px;
    padding-left: 20px;
  }
*/
  .c-map-preview {
    top: -80px;
    right: 20px;
  }

  .c-map-overlay__icon {
    right: 20px;
  }

  .c-footer__col {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
