/* ================================================================================================== */
/* Termin Kalender - Bildungsberatung                                                                 */
/* -------------------------------------------------------------------------------------------------- */
/* Copyright (c) 2017 +innovations GmbH                                                               */
/* All rights reserved.                                                                               */
/* ================================================================================================== */
/* -------------------------------------------------------------------------------------------------- */
/* Variables		                                                                          		        */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* General Settings                                                                          		  */
/* -------------------------------------------------------------------------------------------------- */
html {
  width: 100%;
  height: 100%;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
}

body {
  padding-bottom: 0;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  position: relative;
  overflow-y: auto;
  padding-top: 0;
  /* padding for fixed navbar */
  background-color: #ffffff;
}

.main {
  margin-top: 40px;
  margin-bottom: 40px;
}

p,
ul,
li {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
}
h1 .testss,
h2 .testss,
h3 .testss,
h4 .testss,
h5 .testss,
h6 .testss {
  font-size: 50px;
}

.btn {
  font-weight: 300;
}

.select-editable {
  position: relative;
  background-color: white;
  border: solid grey 1px;
  width: 120px;
  height: 18px;
}
.select-editable select {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 14px;
  border: none;
  width: 120px;
  margin: 0;
}
.select-editable input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  padding: 1px;
  font-size: 12px;
  border: none;
}
.select-editable select:focus,
.select-editable input:focus {
  outline: none;
}

.textarea-responsive {
  box-sizing: border-box;
  width: 100%;
}

.filter {
  margin-bottom: 15px;
}
.filter strong {
  font-weight: 700;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding-top: 5px;
  display: inline-block;
}
.filter a {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.fullybooked {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 0.4rem 0.8rem;
}

.uppercase {
  text-transform: uppercase;
}

.header {
  position: relative;
  height: 40px;
  width: 100%;
  overflow: hidden;
  align-content: center;
}
.header img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  height: 40px;
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .header img {
    height: 48px;
  }
}

#map {
  height: 100%;
}

.navbar-light {
  background-color: #ffffff;
}

.navbar {
  font-family: "Rotis SemiSans", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  height: 65px;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .container {
  position: relative;
  height: 65px;
  padding: 0;
}
@media only screen and (max-width: 576px) {
  .navbar .container {
    width: 100%;
  }
}
.navbar .container img.partner {
  position: absolute;
  top: 13px;
  left: 190px;
  display: none;
  width: 420px;
}
@media only screen and (min-width: 992px) {
  .navbar .container img.partner {
    display: block;
  }
}
.navbar .container form.search {
  position: absolute;
  top: 15px;
  left: 0;
  display: none;
  width: 180px;
}
@media only screen and (min-width: 768px) {
  .navbar .container form.search {
    display: inline-block;
  }
}
.navbar .container form.search input {
  font-family: "Rotis SemiSans", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #666;
  display: inline-block;
}
.navbar .container form.search .btn {
  display: inline-block;
  padding: 4px 8px;
  border: none;
}
@media only screen and (min-width: 380px) {
  .navbar {
    height: 72px;
  }
  .navbar .container {
    height: 72px;
  }
}
@media only screen and (min-width: 420px) {
  .navbar {
    height: 82px;
  }
  .navbar .container {
    height: 82px;
  }
}
@media only screen and (min-width: 768px) {
  .navbar {
    height: 120px;
  }
  .navbar .container {
    height: 120px;
  }
}
.navbar .collapse,
.navbar .navbar-collapse {
  position: absolute;
  left: -15px;
  top: 80px;
}
.navbar .collapse .navbar-nav,
.navbar .navbar-collapse .navbar-nav {
  margin-left: 7px;
}
.navbar .collapse a.nav-link .active,
.navbar .navbar-collapse a.nav-link .active {
  color: #a41700;
}
.navbar .collapse a.nav-link:hover,
.navbar .navbar-collapse a.nav-link:hover {
  color: #a41700;
}
@media only screen and (max-width: 767px) {
  .navbar .collapse,
.navbar .navbar-collapse {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    top: 82px;
    margin: 0 -16px;
    background-color: #a41700;
  }
  .navbar .collapse.collapsing,
.navbar .navbar-collapse.collapsing {
    top: 82px;
  }
  .navbar .collapse .nav-item,
.navbar .navbar-collapse .nav-item {
    padding-left: 20px;
  }
  .navbar .collapse .nav-item a.nav-link,
.navbar .navbar-collapse .nav-item a.nav-link {
    color: white;
  }
  .navbar .collapse .nav-item a.nav-link:hover,
.navbar .navbar-collapse .nav-item a.nav-link:hover {
    color: grey;
  }
}
@media only screen and (max-width: 420px) {
  .navbar .collapse,
.navbar .navbar-collapse {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    top: 72px;
    margin: 0 -16px;
    background-color: #a41700;
  }
  .navbar .collapse.collapsing,
.navbar .navbar-collapse.collapsing {
    top: 72px;
  }
}
@media only screen and (max-width: 380px) {
  .navbar .collapse,
.navbar .navbar-collapse {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
    margin: 0 -16px;
    background-color: #a41700;
  }
  .navbar .collapse.collapsing,
.navbar .navbar-collapse.collapsing {
    top: 65px;
  }
}
.navbar .navbar-toggler {
  position: absolute;
  top: 10px;
  left: 0;
  border: 0;
  margin: 0;
  padding: 5px 0 0 0;
}
.navbar .icon-toggler {
  color: #a41700;
  font-size: 1.9rem;
}

.navbar-brand {
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 10px;
  width: 250px;
}
.navbar-brand.medium {
  display: none;
}
.navbar-brand img {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 380px) {
  .navbar-brand {
    width: 300px;
  }
}
@media only screen and (min-width: 420px) {
  .navbar-brand {
    width: 360px;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-brand {
    width: 320px;
    left: auto;
    right: -15px;
  }
}

.navbar-brand-sub {
  position: absolute;
  display: none;
  font-family: "Rotis SemiSans", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (min-width: 994px) {
  .navbar-brand-sub {
    display: block;
    right: -15px;
    width: 275px;
    top: 85px;
    color: #a41700;
    font-size: 1rem;
  }
}

.nav-link {
  font-size: 1rem;
  font-family: "Rotis SemiSans", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.nav-link.active {
  color: #a41700;
}

.img-container {
  overflow: hidden;
  width: 1000px;
}
@media only screen and (min-width: 540px) {
  .img-container {
    width: 1500px;
  }
}
@media only screen and (min-width: 1200px) {
  .img-container {
    width: 2000px;
  }
}
@media only screen and (min-width: 1680px) {
  .img-container {
    width: 2200px;
  }
}
@media only screen and (min-width: 2000px) {
  .img-container {
    width: 2700px;
  }
}
@media only screen and (min-width: 2700px) {
  .img-container {
    width: 100%;
  }
}

.banner-item {
  position: relative;
}
.banner-item img.trans {
  margin-left: -360px;
}
@media only screen and (min-width: 540px) {
  .banner-item img.trans {
    margin-left: -360px;
  }
}
@media only screen and (min-width: 992px) {
  .banner-item img.trans {
    margin-left: -300px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-item img.trans {
    margin-left: -300px;
  }
}
@media only screen and (min-width: 1680px) {
  .banner-item img.trans {
    margin-left: -200px;
  }
}
@media only screen and (min-width: 2000px) {
  .banner-item img.trans {
    margin: 0;
  }
}
@media only screen and (min-width: 2700px) {
  .banner-item img.trans {
    width: 100% !important;
  }
}

.unslider {
  position: relative;
}

.unslider-nav {
  position: absolute;
  bottom: 15px;
  left: 60px;
  right: 60px;
  z-index: 11;
}
.unslider-nav ol > li {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border-color: #000000;
}
.unslider-nav ol > li.unslider-active {
  background-color: #000000;
}

.unslider-arrow {
  display: block;
  width: 32px;
  height: 32px;
  top: 50%;
  left: auto;
  margin-top: -16px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2) no-repeat 50% 50%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAi0lEQVR4AU3OISBEQQBAwS0AACS9NxqQgCZpkiYBVddFvWhAAUABAPQCAGC4g/0vTnrBqCfDIZl70J+kMUBPpEwT4FNXxBxz4F1HxHyr4EVTxBLb4EFNxEon4CJSlVNw9AcV9sC16h8osgke1P1ArgXwouVvdQq86ww/GQefusNf7kBviBlxpT8k+gL/Wox4r1d4MwAAAABJRU5ErkJggg==");
  background-size: 7px 11px;
  border-radius: 32px;
  text-indent: -999em;
  opacity: 0.6;
  transition: opacity 0.2s;
  z-index: 12;
}
@media only screen and (max-width: 991px) {
  .unslider-arrow {
    display: none;
  }
}

.unslider-arrow:hover {
  opacity: 1;
}

.unslider-arrow.prev {
  left: 20px;
  right: auto;
  transform: rotate(-180deg);
}

.banner-caption {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  top: 20px;
  color: #000;
}
.banner-caption:hover {
  color: #000;
}
.banner-caption .inner {
  position: absolute;
  width: 100%;
  margin: auto;
  margin-left: 20px;
  margin-right: 20px;
  left: 0;
  right: 0;
  text-align: left;
}
.banner-caption .inner h1 {
  font-family: "Rotis SemiSans", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.7rem;
}
.banner-caption .inner p {
  font-family: "Rotis SemiSans", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  vertical-align: top;
  margin-top: 10px;
  font-size: 1.2rem;
  width: 30%;
  line-height: 1.6rem;
  display: inline-block;
}
.banner-caption .inner .icon {
  vertical-align: top;
  width: 80px;
  margin-left: 20px;
}
@media only screen and (min-width: 400px) {
  .banner-caption {
    top: 40px;
  }
  .banner-caption .inner h1 {
    font-size: 2rem;
  }
  .banner-caption .inner p {
    margin-top: 10px;
    font-size: 1.3rem;
    width: 30%;
    line-height: 1.8rem;
  }
  .banner-caption .inner .icon {
    width: 80px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .banner-caption {
    top: 70px;
  }
  .banner-caption .inner {
    width: 690px;
    margin: auto;
  }
  .banner-caption .inner h1 {
    font-size: 2.5rem;
  }
  .banner-caption .inner p {
    margin-top: 10px;
    font-size: 1.5rem;
    width: 30%;
    line-height: 1.8rem;
  }
  .banner-caption .inner .icon {
    width: 80px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .banner-caption {
    top: 90px;
  }
  .banner-caption .inner {
    width: 930px;
  }
  .banner-caption .inner h1 {
    font-size: 3rem;
  }
  .banner-caption .inner p {
    margin-top: 10px;
    font-size: 1.7rem;
    width: 30%;
    line-height: 2rem;
  }
  .banner-caption .inner .icon {
    width: 80px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-caption .inner {
    width: 1110px;
  }
  .banner-caption .inner h1 {
    font-size: 3.5rem;
  }
  .banner-caption .inner p {
    margin-top: 10px;
    font-size: 1.7rem;
    width: 30%;
    line-height: 2rem;
  }
  .banner-caption .inner .icon {
    width: 80px;
    margin-left: 20px;
  }
}

.contact {
  margin: 0;
}
@media only screen and (min-width: 994px) {
  .contact {
    margin: 1px;
  }
}
.contact a {
  width: 100%;
  text-align: center;
}
.contact a:hover {
  text-decoration: none;
  color: #a41700;
}
.contact img.icon {
  width: 70px;
}
@media only screen and (min-width: 768px) {
  .contact img.icon {
    width: 80px;
  }
}
.contact .title {
  font-family: "Rotis SemiSans", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .contact .title {
    font-size: 1.6rem;
  }
}
.contact .description {
  font-family: "Rotis SemiSans", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.8rem;
  display: none;
}
@media only screen and (min-width: 992px) {
  .contact .description {
    display: inline-block;
  }
}

.full-width {
  width: 100%;
  height: auto;
}

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

.bg-gray {
  background-color: #555;
}

.footer {
  padding: 15px 0;
}
.footer .linkarea {
  margin: 12px 0;
}
.footer a.link {
  font-family: "Rotis SemiSans", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding-right: 15px;
}
.footer a.link:last-of-type {
  padding-right: 0;
}
.footer a.link img.icon {
  width: 48px;
}
.footer a.active {
  color: #999;
}
.footer .partner {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.footer .partner img {
  width: 100%;
}
@media only screen and (min-width: 540px) {
  .footer .partner img {
    width: 500px;
  }
}
@media only screen and (min-width: 992px) {
  .footer .partner {
    display: none;
  }
}

.page-content {
  background-color: #f8f8f8;
}

.header_sub {
  height: 65px;
  width: 100%;
  overflow: hidden;
  align-content: center;
  position: relative;
}
.header_sub img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  margin: auto;
  height: 130px;
}
.header_sub .title {
  position: absolute;
  top: 22px;
  left: 0;
  color: #ffffff;
}
.header_sub .title:hover {
  text-decoration: none;
}
.header_sub .title h1 {
  font-family: "Rotis SemiSans", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.header_sub .title p {
  display: none;
  font-family: "Rotis SemiSans", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  margin: 0;
}
.header_sub.neg .title {
  color: #000000;
}
.header_sub .icons {
  position: absolute;
  top: 12px;
  right: 0;
  height: auto;
}
.header_sub .icons a.link {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 3px 0 0;
}
.header_sub .icons a.link:last-of-type {
  margin-right: 0;
}
.header_sub .icons a.link .icon {
  width: 40px;
  height: auto;
}
@media only screen and (min-width: 380px) {
  .header_sub {
    height: 80px;
  }
  .header_sub .title {
    top: 25px;
  }
  .header_sub .title h1 {
    font-size: 1.6rem;
  }
  .header_sub .icons {
    top: 15px;
  }
  .header_sub .icons a.link {
    width: 48px;
    height: 48px;
    margin: 0 5px 0 0;
  }
  .header_sub .icons a.link .icon {
    width: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .header_sub {
    height: 130px;
  }
  .header_sub .title {
    top: 35px;
    left: 0;
  }
  .header_sub .title h1 {
    font-size: 2rem;
  }
  .header_sub .title p {
    display: inline-block;
    font-size: 1.2rem;
  }
  .header_sub .icons {
    top: 41px;
    right: 0;
  }
  .header_sub .icons a.link {
    margin: 0 15px 0 0;
  }
}

.navbar.subsite {
  height: 65px;
}
.navbar.subsite .container {
  height: 65px;
}
@media only screen and (min-width: 380px) {
  .navbar.subsite {
    height: 72px;
  }
  .navbar.subsite .container {
    height: 72px;
  }
}
@media only screen and (min-width: 420px) {
  .navbar.subsite {
    height: 82px;
  }
  .navbar.subsite .container {
    height: 82px;
  }
}
@media only screen and (min-width: 768px) {
  .navbar.subsite {
    height: 71px;
  }
  .navbar.subsite .container {
    height: 71px;
  }
  .navbar.subsite .navbar-brand {
    display: none;
  }
  .navbar.subsite .navbar-brand.medium {
    width: 50px;
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  .navbar.subsite .navbar-brand {
    display: inline-block;
  }
  .navbar.subsite .navbar-brand.medium {
    display: none;
  }
}
.navbar.subsite .collapse,
.navbar.subsite .navbar-collapse {
  top: 30px;
}
@media only screen and (max-width: 767px) {
  .navbar.subsite .collapse,
.navbar.subsite .navbar-collapse {
    top: 82px;
  }
  .navbar.subsite .collapse.collapsing,
.navbar.subsite .navbar-collapse.collapsing {
    top: 82px;
  }
}
@media only screen and (max-width: 420px) {
  .navbar.subsite .collapse,
.navbar.subsite .navbar-collapse {
    top: 72px;
  }
  .navbar.subsite .collapse.collapsing,
.navbar.subsite .navbar-collapse.collapsing {
    top: 72px;
  }
}
@media only screen and (max-width: 380px) {
  .navbar.subsite .collapse,
.navbar.subsite .navbar-collapse {
    top: 65px;
  }
  .navbar.subsite .collapse.collapsing,
.navbar.subsite .navbar-collapse.collapsing {
    top: 65px;
  }
}

.page-content {
  min-height: 400px;
}

.themen-img-sub {
  position: relative;
  height: 240px;
  width: 100%;
  overflow: hidden;
  align-content: center;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .themen-img-sub {
    overflow: auto;
    height: auto;
  }
}
.themen-img-sub img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  margin: auto;
  height: 240px;
}
.themen-img-sub img.wide {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .themen-img-sub img.wide {
    display: block !important;
  }
}
.themen-img-sub img.medium {
  left: 0;
  right: 0;
  position: relative;
  width: 100%;
  height: auto;
  display: block !important;
}
@media only screen and (min-width: 992px) {
  .themen-img-sub img.medium {
    display: none !important;
  }
}

.subsite .footer .partner {
  display: inline-block;
}

.container.subsite {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Rotis SemiSans", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (min-width: 768px) {
  .container.subsite {
    padding: 20px 0;
  }
}
.container.subsite h1 {
  font-family: "Rotis SemiSans", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 2rem;
  margin: 0 0 5px;
}
.container.subsite .subh1 {
  font-family: "Rotis SemiSans", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.2rem;
  color: #5eb130;
  margin: 0 0 30px;
}
.container.subsite h4 {
  font-family: "Rotis SemiSans", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.5rem;
  color: #a41700;
  margin: 0 0 6px;
}
.container.subsite .thema {
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  height: 60px;
  font-family: "Rotis SemiSans", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #000;
  padding: 2px 0;
  margin: 1px 0;
  line-height: 1.2rem;
}
.container.subsite .thema:hover {
  text-decoration: none;
  color: #a41700;
}
.container.subsite .thema .title {
  font-size: 1.4rem;
  line-height: 1.7rem;
}
.container.subsite .thema .subtitle {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1rem;
  width: 80%;
}
.container.subsite .thema .icon {
  position: absolute;
  right: 15px;
  top: 5px;
  width: 40px;
}

.aside {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.8rem;
  line-height: 1.15rem;
}
.aside .tipps {
  position: relative;
  padding-top: 50px;
  font-size: 0.8rem;
  line-height: 1.15rem;
}
.aside .tipps .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
}
.aside .text {
  position: relative;
  font-size: 0.8rem;
  line-height: 1.15rem;
}
.aside .text .title {
  font-size: 1.1rem;
  line-height: 1.6rem;
}
.aside .link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  height: 40px;
  font-family: "Rotis SemiSans", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #000;
  padding: 2px 0;
  margin: 1px 0;
}
.aside .link:hover {
  text-decoration: none;
  color: #a41700;
}
.aside .link .title {
  padding-top: 8px;
  font-size: 1.1rem;
}
.aside .link .iconlink {
  padding-top: 8px;
  font-size: 1.1rem;
  position: absolute;
  left: 0;
  right: 50px;
  top: 0;
}
.aside .link .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.aside .asidekontakt {
  width: 100%;
  text-align: right;
}
.aside .asidekontakt .icon {
  width: 40px;
}

.beraterinnen {
  padding-top: 15px;
}

.beraterin {
  text-align: center;
}
.beraterin .title {
  font-family: "Rotis SemiSans", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.2rem;
  color: #a41700;
  margin: 0 0 3px;
}
.beraterin p {
  line-height: 1.3rem;
}
.beraterin .phone {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.95rem;
}
.beraterin .email {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.95rem;
}
.beraterin .language {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.95rem;
  margin: 0 0 10px;
}
.beraterin img {
  width: 100%;
}

#map {
  height: 450px;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  background-color: #eee;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.5rem;
  color: #888;
}
#map span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.beratungsorte {
  font-family: "Rotis SemiSans", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.9rem;
}
.beratungsorte .link-title {
  font-family: "Rotis SemiSans", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.2rem;
  color: #a41700;
  margin: 0 0 3px;
}
.beratungsorte .bodytext {
  font-style: italic;
}

.beratungsort-bild img {
  width: 100%;
}

.testimonial {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
}
.testimonial .name {
  font-family: "Rotis SemiSans", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.2rem;
  color: #a41700;
  margin: 0 0 3px;
}

.testimonial-bild img {
  width: 100%;
}

.partner {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
}
.partner .name {
  font-family: "Rotis SemiSans", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.4rem;
  color: #a41700;
  margin: 0 0 3px;
}
@media only screen and (min-width: 769px) {
  .partner .name {
    font-size: 1.5rem;
  }
}

.partner-bild {
  text-align: right;
}
.partner-bild img {
  width: 60%;
}
@media only screen and (min-width: 769px) {
  .partner-bild img {
    width: 100%;
  }
}

.partner-contact {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
}
.partner-contact .name {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.2rem;
  margin: 0 0 3px;
}
.partner-contact .funktion {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  margin: 0 0 3px;
}

.partner-contact-bild {
  text-align: right;
}
.partner-contact-bild img {
  width: 40%;
}
@media only screen and (min-width: 769px) {
  .partner-contact-bild img {
    width: 100%;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  background-color: #eee;
  color: #999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.termine .ort {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.termine .type {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-transform: uppercase;
}
.termine .fullybooked {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #a41700;
  font-size: 0.9rem;
  line-height: 1.2rem;
  padding: 0.2rem 0.5rem;
  background-color: #f8d7da;
  margin: 0 0 0.2rem 0;
}
.termine .title {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.termine .description {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.termine .kompetenzberatung th {
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/themes/bbw/assets/img/ic_kompetenzberatung_sm.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 0 15px;
}
.termine .kompetenzberatung .termin {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #ee7505;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.termine .kompetenzberatung .type {
  color: #ee7505;
}
.termine .gruppenberatung th {
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/themes/bbw/assets/img/ic_gruppenberatung_sm.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 0 15px;
}
.termine .gruppenberatung .termin {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #7fa51c;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.termine .gruppenberatung .type {
  color: #7fa51c;
}
.termine .einzelberatung th {
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/themes/bbw/assets/img/ic_einzelberatung_sm.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 0 15px;
}
.termine .einzelberatung .termin {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #004e9e;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.termine .einzelberatung .type {
  color: #004e9e;
}

.termindetail .icon {
  height: 60px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 50px;
}
.termindetail .ort {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.termindetail .zeit {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-transform: uppercase;
}
.termindetail .type {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.termindetail .title {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.termindetail .description {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.termindetail .kompetenzberatung .icon {
  background-image: url("/wp-content/themes/bbw/assets/img/ic_kompetenzberatung_sm.png");
}
.termindetail .kompetenzberatung .zeit {
  color: #ee7505;
}
.termindetail .kompetenzberatung .type {
  color: #ee7505;
}
.termindetail .gruppenberatung .icon {
  background-image: url("/wp-content/themes/bbw/assets/img/ic_gruppenberatung_sm.png");
}
.termindetail .gruppenberatung .zeit {
  color: #7fa51c;
}
.termindetail .gruppenberatung .type {
  color: #7fa51c;
}
.termindetail .einzelberatung .icon {
  background-image: url("/wp-content/themes/bbw/assets/img/ic_einzelberatung_sm.png");
}
.termindetail .einzelberatung .zeit {
  color: #004e9e;
}
.termindetail .einzelberatung .type {
  color: #004e9e;
}

.feedzy-rss ul {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin: 0 5px 0 -5px;
}
@media only screen and (min-width: 576px) {
  .feedzy-rss ul {
    margin: 0 -10px 0 -10px;
    padding: 5px;
  }
}
.feedzy-rss .rss_item {
  padding: 0 !important;
  margin: 0 5px 10px 5px;
  flex: 0 0 100%;
  border: 1px solid #ddd;
}
@media only screen and (min-width: 576px) {
  .feedzy-rss .rss_item {
    flex: 0 0 45%;
  }
}
.feedzy-rss .rss_image {
  margin: 0 0 15px 0 !important;
  width: 100% !important;
  height: 120px !important;
}
.feedzy-rss .rss_image .default {
  z-index: -1 !important;
}
.feedzy-rss .rss_image .fetched {
  z-index: 0 !important;
}
.feedzy-rss .title {
  width: 100%;
  padding: 0 10px 4px 10px;
  display: block;
}
.feedzy-rss .title a {
  color: #a41700;
  font-family: "Rotis SemiSans", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.4rem;
}
.feedzy-rss .rss_content {
  padding: 0 0 10px 0;
}
.feedzy-rss .rss_content small {
  margin: 0;
  padding: 0 10px;
}
.feedzy-rss .rss_content p {
  margin: 0;
  padding: 0 10px;
}

.searchresults .title {
  font-size: 1.2rem;
  color: #a41700;
}
.searchresults .date {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #666;
  font-size: 0.9rem;
}

.foerderung {
  font-size: 0.9rem;
  text-align: center;
}/*# sourceMappingURL=custom.css.map */