/*
 * Created on Fri Feb 28 2020
 *
 *  Michelle Ayadi
 * Copyright (c) 2020 Einmahl WebSolution GmbH
 */
@font-face {
  font-family: "Droid Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Droid Sans"), local("DroidSans"), url("/typo3conf/ext/website_template/Resources/Public/fonts/DroidSans/DroidSans.woff") format("woff");
}
@font-face {
  font-family: "Droid Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Droid Sans Bold"), local("DroidSans-Bold"), url("/typo3conf/ext/website_template/Resources/Public/fonts/DroidSans/DroidSans-Bold.woff") format("woff");
}
body {
  font-family: "Droid Sans", sans-serif;
}

.heroimage-mobile {
  background-color: #73b141;
  color: white;
  padding: 20px;
}
.heroimage-mobile h2,
.heroimage-mobile a {
  color: white;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: none;
}

h1 {
  color: #0098db;
  font-weight: bold;
}

h2 {
  color: #0098db;
  font-weight: bold;
}

span.hide {
  display: none;
}

a {
  color: #0098db;
}
a:hover {
  color: #0098db;
}

a.c2a {
  color: #4e4e4e;
  border: 1px solid #4e4e4e;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 35px;
}

.btn-c2a {
  color: #4e4e4e;
  border: 1px solid #4e4e4e;
  padding-left: 45px;
  padding-right: 45px;
  background: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 35px;
}

p {
  font-size: 20px;
  line-height: 35px;
}

img.linkIcon {
  margin-right: 5px;
}

.modal-header {
  border: none;
}
.modal-header .close {
  color: #0098db;
  font-size: 2.5rem;
  position: absolute;
  right: 5px;
  top: 0;
}

.modal-content {
  border: 2px solid #0098db;
}

.frame-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#page-header {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 1000;
}
#page-header .navbar {
  padding-top: 0px;
  padding-left: 0px;
}
#page-header .navbar-brand {
  padding-top: 0px;
  margin-left: 8%;
}
#page-header .navbar-brand img {
  width: 277px;
  height: 183px;
}
#page-header .navbar-toggler {
  border: 0px;
}
#page-header .navbar-toggler:focus {
  outline: none;
}
#page-header .navbar-toggler .navbar-toggler-icon {
  background-size: 42px 42px;
  height: 77px;
  width: 77px;
  background-color: #0098db;
  background-image: url(/fileadmin/mandanten/erzieher/images/hamburger.png);
}

#maskHeader {
  background: url(/fileadmin/mandanten/erzieher/images/greencolor.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 34%;
}
#maskHeader .blobheader {
  position: absolute;
  right: 0;
  bottom: -90px;
  z-index: -20;
}
#maskHeader .greenblob {
  visibility: hidden;
}

#values .mainHeadline {
  text-align: center;
  margin-bottom: 50px;
}
#values .value {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  border: 1px solid #0098db;
  text-align: center;
  border-radius: 15px;
  padding: 30px;
  font-size: 20px;
  line-height: 35px;
}
#values .value .headline {
  margin-bottom: -20px;
  font-weight: bold;
}
#values .value:last-child {
  margin-right: 0px;
}
#values .colorblob {
  margin-top: -100px;
}

.responsive-video iframe {
  display: block;
  margin: 0px auto;
}

.bgimage {
  width: 100%;
  height: 100%;
  background: url("https://images.unsplash.com/photo-1438109491414-7198515b166b?q=80&fm=jpg&s=cbdabf7a79c087a0b060670a6d79726c");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  color: white;
}
.bgimage a {
  color: white !important;
}
.bgimage h2 {
  color: white;
}
.bgimage .hero-overlay {
  background: rgba(0, 152, 219, 0.75);
  padding: 20px;
}

.header-background .greenblob {
  margin: 0px auto;
  display: block;
}

footer {
  background-color: #0098db;
  color: white;
  font-size: 18px;
  padding: 1px;
  margin-top: 100px;
}
footer img[alt*="[intern]"] {
  display: none;
}
footer a {
  color: white;
}
footer a:hover {
  color: white;
  text-decoration: underline;
}
footer .footer-first {
  margin-top: -80px;
}
footer .footer-first .footer-image {
  display: block;
  margin: 0px auto;
}
footer p {
  font-size: 18px;
}
footer h3 {
  margin-top: 81px;
  font-weight: bold;
  font-size: 18px;
  line-height: 35px;
}

.footer-bottom {
  background-color: white;
  color: #0098db;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 25px;
}
.footer-bottom ul.meta-links {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
}
.footer-bottom ul.meta-links li {
  margin-right: 15px;
}
.footer-bottom ul.meta-links li a:hover {
  color: #0098db;
}

.bloboverlay .blobblue {
  position: absolute;
  right: 0;
  height: 250px;
  top: 1680px;
  z-index: -20;
}
.bloboverlay .blobgreen2 {
  position: absolute;
  left: 0;
  height: 600px;
  top: 2290px;
  z-index: -20;
}
.bloboverlay .blobred {
  position: absolute;
  right: 100px;
  top: 3100px;
  height: 100px;
  z-index: -20;
}

.bloboverlay.mobile .blobblue {
  position: absolute;
  right: 0;
  height: 250px;
  top: 1680px;
}
.bloboverlay.mobile .blobgreen2 {
  position: absolute;
  left: 0;
  height: 600px;
  top: 2290px;
}
.bloboverlay.mobile .blobred {
  position: absolute;
  right: 100px;
  top: 3100px;
  height: 100px;
}

.socialmenu {
  position: fixed;
  right: 0;
  top: 200px;
}
.socialmenu a {
  background-color: #0098db;
  color: white;
  padding: 20px;
  display: block;
}
.socialmenu a:hover {
  background-color: white;
  color: #0098db;
}

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

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

.imagegrid {
  margin-bottom: 170px;
}
.imagegrid .figure {
  width: auto;
  display: block;
  margin: 0px auto;
  text-align: center;
}
.imagegrid .figure img {
  width: auto;
  display: block;
  margin: 0 auto;
  max-height: 200px;
}
.imagegrid .figure .linkIcon {
  width: auto;
  display: unset;
  margin: 0;
  max-height: unset;
  margin-right: 5px;
}
.imagegrid .figure p {
  font-size: 16px;
  line-height: 25px;
}
.imagegrid .modal-button {
  background: transparent;
  border: none;
  position: absolute;
  bottom: -40px;
  right: 0px;
}
.imagegrid .modal-button:hover {
  cursor: pointer;
}
.imagegrid .modal-button i {
  color: #c1c1c1;
  padding: 5px;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
}

@media (max-width: 1199.98px) {
  .header-background .header-text {
    margin-top: 300px;
    padding-bottom: 125px;
    margin-left: 125px;
  }
  .value {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .frame-container {
    width: 1170px;
  }
  .header-background .header-text {
    padding: 45px;
    margin-top: 350px;
    padding-bottom: 50px;
    padding-left: 0;
    max-width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  h1 {
    font-size: 110px;
    line-height: 130px;
  }
  h2 {
    font-size: 40px;
    line-height: 55px;
  }
  #values .value {
    margin-right: 30px;
    max-width: 23%;
  }
}
@media (max-width: 991.98px) {
  #maskHeader {
    background-position: center top;
    background-size: 50%;
  }
  .header-background .header-text {
    padding-bottom: 50px !important;
    margin-left: 0px !important;
  }
  #page-header .navbar-brand img {
    width: 177px;
    height: auto;
  }
  #maskHeader .header-background {
    background-size: 700px;
  }
  .socialmenu {
    display: none;
  }
  .imagegrid {
    margin-bottom: 170px;
  }
  .imagegrid .imageelement:nth-child(6) {
    margin-top: 75px;
  }
  .imagegrid .imageelement:nth-child(7) {
    margin-top: 75px;
  }
  .imagegrid .imageelement:nth-child(8) {
    margin-top: 75px;
  }
}
@media (min-width: 992px) {
  .frame-container {
    width: 970px;
  }
  .header-background .header-text {
    padding: 45px;
    margin-top: 250px;
    padding-bottom: 50px;
    padding-left: 0;
    max-width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}
@media (max-width: 767.98px) {
  #maskHeader {
    background-position: center top;
    background-size: 57%;
  }
  #maskHeader .blobheader {
    bottom: 190px !important;
    height: 150px !important;
  }
  .imagegrid {
    margin-bottom: 0px;
  }
  .imagegrid .imageelement:nth-child(5) {
    margin-top: 75px !important;
  }
  .imagegrid .imageelement:nth-child(6) {
    margin-top: 75px !important;
  }
  .imagegrid .imageelement:nth-child(7) {
    margin-top: 75px !important;
  }
  .imagegrid .imageelement:nth-child(8) {
    margin-top: 75px !important;
  }
  .footer-first {
    display: none;
  }
  #maskHeader .header-background {
    background-size: 600px;
  }
  #maskHeader .header-background .greenblob {
    height: 400px !important;
  }
  .bloboverlay .blobblue {
    height: 250px;
    top: 1680px;
  }
  .bloboverlay .blobgreen2 {
    height: 300px;
    top: 3000px;
  }
  .bloboverlay .blobred {
    right: 0px;
    top: 3100px;
    height: 100px;
  }
  .bgimage a {
    color: white;
  }
  .header-background .header-text {
    margin-top: 47% !important;
  }
  .header-background .header-text h1 {
    text-align: left !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #values .value {
    margin-top: 30px;
    max-width: 45%;
  }
  #values .value:nth-child(odd) {
    margin-left: 15px;
  }
  #values .value:nth-child(even) {
    margin-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #maskHeader .header-background .greenblob {
    height: 500px;
  }
}
@media (max-width: 575.98px) {
  #page-header .navbar-brand img {
    width: 100px;
    height: auto;
  }
  #maskHeader .header-background {
    background-position: left top;
    background-size: 100% !important;
  }
  #maskHeader {
    background-position: center top;
    background-size: 100%;
  }
  .imagegrid {
    margin-bottom: 50px !important;
  }
  .imagegrid .imageelement:first-child {
    margin-top: 0px !important;
  }
  .imagegrid .imageelement {
    margin-top: 75px !important;
  }
  .imagegrid .modal-button {
    right: 30% !important;
  }
  footer {
    padding: 20px;
    margin-top: 0px;
  }
  footer a {
    color: white;
  }
  footer br {
    display: none;
  }
  footer h3 {
    margin-top: 70px;
  }
  footer hr {
    border-top: 1px solid white;
    display: block;
    margin-top: 22px;
    margin-bottom: 22px;
  }
  #values .value {
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }
  #values .value:nth-child(odd) {
    margin-left: 10px;
    margin-right: 10px;
  }
  #values .value:nth-child(even) {
    margin-left: 10px;
    margin-right: 10px;
  }
  .bloboverlay .blobblue {
    height: 160px !important;
    top: 1780px !important;
  }
  .bloboverlay .blobgreen2 {
    height: 300px;
    top: 3000px;
  }
  .bloboverlay .blobred {
    right: 0px;
    top: 3100px;
    height: 100px;
  }
  #maskHeader .blobheader {
    display: none !important;
  }
  .header-background .header-text {
    margin-top: 77% !important;
  }
}
@media (min-width: 768px) {
  .frame-container {
    width: 750px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #values .value {
    margin-top: 30px;
    max-width: 45%;
  }
  #values .value:nth-child(odd) {
    margin-left: 15px;
  }
  #values .value:nth-child(even) {
    margin-right: 15px;
  }
}
@media (min-width: 576px) {
  footer hr {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */