body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
}

a {
  text-decoration: none;
}

.container {
  width: 100%;
  height: auto;
  max-width: 100%;
  float: none;
  background-color: transparent;
  line-height: 14px;
  text-align: right;
}

.navbar {
  z-index: 5;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  clear: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  color: #c8688b;
  line-height: 14px;
  text-align: left;
}

.body {
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #21535d;
  background-color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  color: #21535d;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
}

.slide_1 {
  border: 1px none #000;
  border-radius: 0px;
  background-color: #fff;
}

.slider {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 400px;
  margin-top: 150px;
  margin-bottom: 25px;
  padding-top: 0px;
  background-color: transparent;
}

.section {
  display: block;
  height: 70vh;
  padding-top: 15px;
  padding-bottom: 16px;
  -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;
}

.section.footer {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 101;
  height: auto;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #45a2c7;
}

.slide-nav {
  display: block;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 100%;
  margin-left: auto;
  padding-bottom: 0px;
  background-color: #fff;
  line-height: 14px;
}

.footer {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.footer.right {
  color: #fff;
  text-align: right;
}

.footer.center {
  color: #fff;
  text-align: center;
}

.nav-menu {
  height: auto;
  margin-top: 60px;
  padding-top: 10px;
  padding-left: 0px;
  float: none;
  background-color: transparent;
}

.nav-link {
  display: inline-block;
  margin-right: 0px;
  padding: 10px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.01);
  background-color: transparent;
  color: #7f4c79;
  font-size: 22px;
  line-height: 20px;
  font-weight: 600;
  text-transform: none;
}

.nav-link:hover {
  border-style: solid;
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #45a2c7;
}

.nav-link:active {
  color: #45a2c7;
}

.nav-link:focus {
  color: #45a2c7;
}

.nav-link:visited {
  color: #45a2c7;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

img.image {
  position: relative;
  z-index: 100;
  width: 250px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 10px 10px 10px 0px;
}

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

.wrapper {
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.wrapper.sand {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 12px;
  background-color: rgba(253, 224, 159, 0.53);
}

.wrapper.grey {
  margin-bottom: 25px;
  padding: 15px 15px 20px;
  border-radius: 12px;
  background-color: rgba(212, 219, 225, 0.2);
}

.wrapper.grey.center {
  margin-bottom: 25px;
}

.wrapper.blue {
  margin-bottom: 30px;
  background-color: rgba(253, 224, 159, 0.32);
}

.home-link.w--current {
  position: relative;
}

.main-content {
  margin-top: 15px;
  margin-bottom: 25px;
}

.main-content.sand {
  margin-top: 40px;
  background-color: rgba(253, 224, 159, 0.4);
}

.teaser-dark {
  margin-bottom: 15px;
  padding: 10px 30px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.06);
}

.paragraph {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.paragraph.phone {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 28px;
  background-image: url('../images/phone_1phone.png');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.paragraph.phone.text-link {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  background-image: url('../images/phone_vio.png');
  color: #7f4c79;
}

.paragraph.mail {
  margin-top: 0px;
  padding-left: 28px;
  background-image: url('../images/mail_1mail.png');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.paragraph.mail.text-link {
  margin-left: 20px;
  background-image: url('../images/mail_vio.png');
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #666;
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
}

.heading-3 {
  margin-bottom: 20px;
  padding: 0px 10px 0px 30px;
  color: #21535d;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
}

.inputfield {
  margin-top: 15px;
  border: 1px solid #fff;
  border-radius: 4px;
}

.paragraph-2 {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-top: 0px;
  color: #000;
}

.submit-button {
  border-radius: 4px;
  background-color: #45a2c7;
}

.submit-button:hover {
  background-color: #ec0e1f;
}

.link-2 {
  color: #fff;
  font-weight: 400;
}

.link-2:hover {
  color: #fde09f;
}

.link-2.text-link {
  color: #7f4c79;
}

.link-2.text-link:hover {
  color: #c8688b;
}

.list-item {
  margin-bottom: 8px;
  color: #000;
}

.list {
  color: #000;
}

.column-4 {
  padding-right: 30px;
  padding-left: 30px;
}

.slide_5 {
  background-image: url('../images/header_05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flex-header {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kita-drop {
  color: #c8688b;
  font-size: 20px;
}

.icon-2 {
  color: #c8688b;
}

.icon-2.disable {
  display: none;
}

.text-block {
  color: #21535d;
}

.text-block.nav-link {
  color: #45a2c7;
  font-size: 24px;
}

.dropdown-toggle {
  padding-right: 30px;
  padding-bottom: 20px;
  border: 1px none #000;
}

.dropdown-link {
  margin-top: 0px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.41);
  background-color: rgba(127, 76, 121, 0.9);
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

.dropdown-link:hover {
  background-color: rgba(127, 76, 121, 0.8);
}

.dropdown-link.w--current {
  color: #fff;
}

.dropdown-list {
  background-color: #c8688b;
}

.dropdown-list.w--open {
  background-color: transparent;
}

.banner {
  margin-top: 140px;
  background-color: #45a2c7;
}

.kita-h1 {
  margin-top: 10px;
  padding-left: 10px;
  color: #45a2c7;
  font-size: 40px;
  font-weight: 400;
  text-align: left;
}

.kita-h1.center {
  font-weight: 300;
  text-align: center;
}

.column-6 {
  padding: 0px;
}

.paragraph-3 {
  color: #21535d;
}

.image-2 {
  margin: 0px;
  padding-left: 0px;
  border-radius: 10px;
}

.corner-12 {
  display: inline-block;
  border-radius: 12px;
}

.content-subpages {
  margin-top: 200px;
}

.absatz {
  padding: 10px;
  font-size: 18px;
}

.absatz.box {
  margin-bottom: -3px;
  padding: 0px 20px 20px;
  text-align: left;
}

.absatz.big {
  padding: 0px 10px 10px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
}

.absatz.big.center {
  padding-top: 5px;
  font-size: 20px;
  text-align: center;
}

.absatz.big.normal {
  font-size: 20px;
}

.teaser {
  margin-right: 10px;
  margin-bottom: 25px;
  margin-left: 20px;
  border-radius: 4px;
  background-color: #fff;
}

.teaser.grey {
  background-color: rgba(212, 219, 225, 0.3);
}

.teaser.sand {
  background-color: rgba(253, 224, 159, 0.78);
}

.teaser.blue {
  border-radius: 0px;
  background-color: rgba(190, 205, 213, 0.66);
}

.teaser.qoute {
  margin-left: 0px;
}

.button {
  margin-top: 0px;
  margin-bottom: 15px;
  border-radius: 3px;
  background-color: #7f4c79;
  text-align: left;
}

.button:hover {
  background-color: #c8688b;
}

.center {
  text-align: center;
}

.kita-h2 {
  margin-top: 10px;
  padding-top: 15px;
  padding-left: 0px;
  color: #45a2c7;
  font-size: 30px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.kita-h2.home {
  margin-left: 20px;
}

.image-3 {
  margin-bottom: 0px;
  padding: 15px 20px;
}

.paragraph-4 {
  padding: 0px 20px;
  line-height: 26px;
  text-align: left;
}

.link-3 {
  padding-left: 19px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #7f4c79;
  font-weight: 400;
}

.kachel {
  overflow: auto;
  margin-bottom: 20px;
  padding: 30px 20px;
  background-color: #21535d;
  color: #fff;
}

.kachel.k-green {
  background-color: #89b199;
}

.kachel.k-olive {
  background-color: #7f4c79;
}

.image-4 {
  padding-right: 10px;
  padding-left: 10px;
}

.kachel-h1 {
  margin-top: 1px;
  font-size: 24px;
  line-height: 28px;
}

.kachel-text {
  font-size: 18px;
}

.kachel-button {
  margin-top: 20px;
  margin-bottom: 0px;
  border: 1px solid #fff;
  background-color: transparent;
  text-align: left;
}

.kachel-button:hover {
  border-color: hsla(0, 0%, 100%, 0.49);
  color: hsla(0, 0%, 100%, 0.6);
}

.nav-link-2 {
  margin: 20px 30px 20px 20px;
  padding: 10px 12px;
  color: #45a2c7;
  font-size: 24px;
  line-height: 20px;
  font-weight: 600;
}

.nav-link-2:hover {
  color: #c8688b;
}

.nav-link-2.w--current {
  color: #45a2c7;
}

.header-sub {
  margin-top: 150px;
}

.kita-h3 {
  margin-top: 0px;
  padding-left: 20px;
  color: #45a2c7;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
}

.image-5 {
  margin-bottom: 15px;
}

.quote {
  padding: 20px;
  font-family: 'PT Serif', serif;
  color: #45a2c7;
  font-size: 22px;
  line-height: 26px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.text-span {
  font-weight: 400;
}

.normal {
  font-weight: 400;
}

.columns {
  margin-bottom: 15px;
}

.column-11 {
  padding-left: 0px;
}

@media (max-width: 991px) {
  .container {
    margin-top: -107px;
    text-align: left;
  }
  .navbar {
    margin-bottom: 0px;
    float: none;
  }
  .slider {
    height: 250px;
    margin-top: 135px;
  }
  .section.footer {
    position: fixed;
    display: block;
  }
  .footer.right {
    text-align: left;
  }
  .footer.center {
    text-align: left;
  }
  .nav-menu {
    z-index: 200;
    margin-top: 0px;
    padding-left: 0px;
    float: left;
    border: 1px none #fff;
    background-color: rgba(69, 162, 199, 0.9);
    color: #fff;
  }
  .nav-link {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 16px 20px;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
  }
  .image {
    margin-left: 25px;
    padding-top: 5px;
  }
  .column-right {
    padding-bottom: 5px;
    text-align: left;
  }
  .wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-button {
    margin-top: 20px;
    margin-right: 15px;
    background-color: #45a2c7;
    color: #fff;
  }
  .menu-button:hover {
    background-color: #45a2c7;
  }
  .menu-button:active {
    background-color: #21535d;
  }
  .menu-button:focus {
    background-color: #21535d;
  }
  .menu-button.w--open {
    margin-right: 15px;
    background-color: #45a2c7;
  }
  .menu-button.w--open:hover {
    background-color: #21535d;
  }
  .main-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .paragraph.mail.text-link {
    margin-left: 20px;
    color: #7f4c79;
  }
  .heading-2 {
    font-size: 18px;
  }
  .heading-3 {
    font-size: 28px;
  }
  .footer-sector {
    padding-bottom: 5px;
    padding-left: 30px;
    text-align: left;
  }
  .icon-2 {
    margin-top: 14.5px;
    color: #fff;
  }
  .text-block.nav-link {
    padding-top: 14px;
    padding-bottom: 14px;
    border-style: none;
    color: #fff;
  }
  .dropdown-toggle {
    padding: 0px;
    border-style: none;
  }
  .dropdown-link {
    background-color: hsla(0, 0%, 100%, 0.24);
    color: #fff;
  }
  .dropdown-link:hover {
    background-color: hsla(0, 0%, 100%, 0.3);
  }
  .dropdown-list.w--open {
    background-color: transparent;
  }
  .dropdown {
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 hsla(0, 0%, 100%, 0.37);
  }
  .kita-h1 {
    padding-left: 0px;
  }
  .corner-12 {
    border-radius: 0px;
  }
  .absatz.big {
    padding-left: 0px;
  }
  .teaser {
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-link-2 {
    position: static;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0px;
    color: #fff;
    text-align: left;
  }
  .nav-link-2.w--current {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0px;
    color: #fff;
  }
  .image-5 {
    padding-right: 15px;
  }
  .column-10 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .quote {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .container {
    position: relative;
    margin-top: -73px;
    background-color: transparent;
  }
  .slider {
    height: 190px;
    margin-top: 115px;
  }
  .section.footer {
    position: relative;
    display: block;
    margin-top: 0px;
  }
  .footer {
    position: relative;
    display: block;
    margin-top: 10px;
    text-align: left;
  }
  .nav-menu {
    margin-top: 0px;
    padding-left: 0px;
  }
  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .image {
    display: block;
    width: 200px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .column-right {
    text-align: center;
  }
  .wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-button {
    position: relative;
    margin-top: 0px;
    padding: 16px;
    background-color: #45a2c7;
  }
  .menu-button:hover {
    background-color: #21535d;
  }
  .menu-button.w--open {
    margin-top: 0px;
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #45a2c7;
  }
  .column-3 {
    display: block;
    text-align: left;
  }
  .home-link.w--current {
    display: block;
  }
  .main-content {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph.phone {
    text-align: left;
  }
  .paragraph.mail {
    margin-top: 6px;
    text-align: left;
  }
  .heading-3 {
    font-size: 24px;
    line-height: 30px;
  }
  .footer-sector {
    display: block;
    margin-right: auto;
    margin-left: 9px;
  }
  .text-block.nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    line-height: 18px;
  }
  .dropdown-link {
    background-color: rgba(190, 205, 213, 0.73);
  }
  .dropdown {
    border-style: none none solid;
  }
  .kita-h1 {
    font-size: 34px;
    line-height: 36px;
  }
  .kita-h1.center {
    font-size: 34px;
    line-height: 36px;
  }
  .absatz.big {
    font-size: 20px;
  }
  .absatz.big.center {
    font-size: 20px;
    line-height: 24px;
  }
  .button:hover {
    background-color: #d85585;
  }
  .kita-h2.home {
    margin-left: 10px;
  }
  .paragraph-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .link-3 {
    padding-left: 10px;
  }
  .kachel {
    margin-bottom: 0px;
  }
  .kachel.k-green {
    margin-bottom: 0px;
  }
  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-link-2 {
    font-size: 18px;
  }
  .nav-link-2:hover {
    color: #fff;
  }
  .nav-link-2.w--current {
    padding-left: 0px;
    color: #fff;
    font-size: 18px;
  }
  .kita-h3 {
    padding-left: 10px;
  }
  .image-5 {
    padding-right: 0px;
  }
}

@media (max-width: 479px) {
  .container {
    margin-top: -74px;
    float: left;
  }
  .navbar {
    background-color: transparent;
  }
  .slider {
    height: 115px;
    margin-top: 115px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .slide-nav {
    display: block;
  }
  .header {
    margin-bottom: 0px;
  }
  .nav-menu {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 0px;
    margin-left: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .nav-link {
    width: 150px;
  }
  .left-arrow {
    display: none;
  }
  .image {
    margin-top: 5px;
    margin-left: 15px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 9px;
  }
  .column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .wrapper {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .icon {
    background-color: transparent;
    color: #fff;
    font-style: normal;
  }
  .menu-button {
    margin-top: 0px;
    margin-right: 10px;
    padding: 12px;
    background-color: #45a2c7;
    color: #fff;
  }
  .menu-button:hover {
    background-color: #becdd5;
  }
  .menu-button.w--open {
    margin-right: 10px;
    padding: 12px;
  }
  .menu-button.w--open:hover {
    padding-bottom: 12px;
  }
  .home-link.w--current {
    width: 100%;
    padding-top: 1px;
  }
  .paragraph.mail {
    padding-left: 28px;
  }
  .heading-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-sector {
    margin-left: 0px;
  }
  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .kita-h1 {
    font-size: 30px;
    line-height: 32px;
  }
  .kita-h1.center {
    font-size: 30px;
    line-height: 32px;
  }
  .absatz.big {
    font-size: 18px;
    font-weight: 300;
  }
  .image-4 {
    margin-top: 0px;
  }
  .nav-link-2.w--current {
    color: #fff;
  }
}

