/*
Theme Name:     Saturn3 Child Theme
Description:    Ein Child Theme für das Original Theme
Author:         concentris research management
Template:       twentytwentyone
Version:        1.0.0
*/
html 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.5;
  overflow-x: visible;
  background-color: #fff;
}

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: 10px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}

.c-section_subheading {
	display: inline-block;
	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;
}

p {
  margin-bottom: 20px;
}

a {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #63c7d1;
  text-decoration: none;
  cursor: pointer;
  word-break: break-word;
}
a:hover {
  color: #0082f3;
}
/*
a:link {
  color: #64c8d2;
  background-color: white;
  text-decoration: none;
}
a:visited {
  color: #64c8d2;
  background-color: transparent;
  text-decoration: none;
}*/
a:active {
  color: #46B482;
  background-color: transparent;
}

.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);
}

.c-navbar-menu__link {
  color: #132763;
  font-size: 1rem;
  font-size: 1rem;
  align-content: center;
  margin-left: 1rem;
}

.c-navbar-menu__link a:hover {
  color: #63c7d1 !important;
}

.c-navbar-menu__link a:active {
  color: #63c7d1 !important;
}

.current-menu-item > a {
  color: #63c7d1 !important;
}

.current-item {
  color: #63c7d1 !important;
}
/*
.current-menu-ancestor.current-menu-parent > a {
  color: #0082f3 !important;
}*/

.c-navbar-menu {
  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;
}

.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/images/saturn3_logo.svg');
  background-position: 50% 50%;
  background-size: 180px 70px;
  background-repeat: no-repeat;
}
/*
.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/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;
}

.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%;
}

.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/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/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/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/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/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/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/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-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;
}

@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-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;
	margin-right: 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/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/images/saturn3_icon_menu_teal.svg');
    color: #63c7d1;
  }

  .c-navbar__mobile-btn.w--open {
    background-color: #fff;
    color: #63c7d1;
  }
}

@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;
  }
}
