body {
  height: 100%;
  background-color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 36px;
  line-height: 41px;
  font-weight: 600;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  /* color: #fff; */
  font-size: 19px;
  line-height: 41px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #06c;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #c2c2c2;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

p {
  margin-bottom: 20px;
  font-size: 16px;
}

a {
  color: #4f65be;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 17px;
  padding-left: 17px;
}

li {
  margin-bottom: 6px;
}

blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px 20px 0px 30px;
  border-left: 5px solid #4f65be;
  font-size: 18px;
  line-height: 27px;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 770px;
}

.hero-section.smaller {
  height: auto;
  min-height: 0px;
}

.hero-slider {
  width: 100%;
  height: 100%;
}

.hero-slider.auto-height {
  height: auto;
}

.hero-slide {
  background-image: url('../images/Photo-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-slide._3 {
  background-image: url('../images/10440689713_b2981bba8a_k.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-slide-overlay {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  background-color: rgba(0, 0, 0, .3);
}

.hero-slide-overlay.padding {
  padding-top: 270px;
  padding-bottom: 120px;
}

.container {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.container.hero-slide-container {
  flex: 1;
}

.container.blocks-row-container {
  margin-top: 0px;
}

.container.course-header {
  padding-top: 0px;
  padding-left: 300px;
}

.hero-slide-content-block {
  position: relative;
  z-index: 40;
  width: 660px;
}

.hero-slide-title {
  color: #fff;
  font-size: 50px;
  line-height: 61px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-slide-intro-title {
  color: #fff;
  font-size: 20px;
  text-transform: none;
}

.button {
  margin-top: 20px;
  padding-right: 22px;
  padding-left: 22px;
  border-radius: 3px;
  background-color: #06c;
  transition: background-color 200ms ease;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.button.slider-button {
  margin-top: 10px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #06c;
  transition: background-color 200ms ease;
  font-size: 13px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button.slider-button:hover {
  background-color: #000;
}

.button.submit-button {
  display: block;
  width: 100%;
  margin-top: 10px;
  border-radius: 4px;
  background-color: #4f65be;
  transition: background-color 200ms ease;
}

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

.button.events-learn-more {
  margin-top: 10px;
  background-color: #06c;
  font-size: 10px;
  line-height: 17px;
}

.button.take-course {
  width: 100%;
  margin-top: 0px;
  background-color: #06c;
  text-align: center;
}

.button.white {
  background-color: #fff;
  transition: background-color 200ms ease, color 200ms ease;
  color: #000;
}

.button.white:hover {
  background-color: #000;
  color: #fff;
}

.button.text-button {
  display: inline-block;
  margin-top: 15px;
  padding: 9px 14px;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
}

.button.text-button.download-button {
  margin-top: 0px;
  float: right;
}

.hero-content-overlay-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: none;
  padding-bottom: 90px;
}

.hero-overlay-row {
  margin-top: 20px;
}

.hero-overlay-block {
  position: relative;
  display: block;
  width: 100%;
  height: 148px;
  padding-top: 43px;
  padding-right: 25px;
  padding-left: 125px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 4px 0 13px 0 rgba(0, 0, 0, .13);
  transition: box-shadow 200ms ease;
  color: #4f65be;
  text-decoration: none;
}

.hero-overlay-block:hover {
  box-shadow: 4px 4px 23px 0 rgba(0, 0, 0, .3);
  color: #000;
  text-decoration: none;
}

.hero-overlay-block-title {
  color: #b9b9b9;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-overlay-number {
  position: absolute;
  left: 30px;
  top: 39px;
  display: inline-block;
  color: #06c;
  font-size: 78px;
  line-height: 68px;
}

.hero-slider-button {
  width: 80px;
  height: 70px;
  background-color: rgba(0, 0, 0, .2);
  transition: background-color 200ms ease, width 200ms ease;
  font-size: 15px;
}

.hero-slider-button:hover {
  width: 100px;
  background-color: rgba(0, 0, 0, .4);
}

.header-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  box-shadow: 0 0 33px 0 rgba(0, 0, 0, .6);
}

.navbar {
  background-color: #fff;
}

.logo-block {
  position: absolute;
  width: 250px;
  height: 200px;
  float: left;
  background-color: #fff;
}

.logo-block:hover {
  text-decoration: none;
}

.logo-block.w--current,
.logo-block.current {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #fff;
  box-shadow: none;
}

.logo-block.right {
  float: right;
}

.nav-menu {
  float: right;
}

.nav-menu.left {
  float: left;
}

.nav-link {
  margin-right: 0px;
  margin-left: 20px;
  padding: 36px 0px 33px;
  border-bottom: 3px solid #fff;
  transition: border 200ms ease, color 200ms ease;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: #06c;
  color: #06c;
  text-decoration: none;
}

.nav-link.w--current,
.nav-link.current {
  border-bottom-color: #06c;
  color: #06c;
}

.nav-link.dropdown-toggle {
  padding-right: 20px;
}

.nav-link.dropdown-toggle.w--open {
  border-bottom-color: #4f65be;
}

.nav-link.left {
  margin-right: 20px;
  margin-left: 0px;
}

.nav-link.info-block-links {
  width: 100%;
  margin-bottom: 5px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  border-style: none;
  color: #06c;
}

.nav-link.info-block-links:hover {
  border-style: none;
  background-color: #06c;
  color: #fff;
}

.nav-link.info-block-links.w--current,
.nav-link.info-block-links.current {
  background-color: #06c;
  color: #fff;
}

.nav-link.suche {
  text-transform: uppercase;
}

.top-navbar {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #06c;
}

.top-nav-link {
  margin-left: 20px;
  color: #fff;
}

.top-nav-link:hover {
  color: hsla(0, 0%, 100%, .7);
}

.top-nav-title {
  display: inline-block;
}

.top-nav-title.icon {
  margin-right: 10px;
  font-family: 'Fontawesome webfont';
}

.slide-intro-paragraph {
  margin-top: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

.link-block-paragraph {
  color: #000;
}

.dropdown-icon {
  margin-right: 0px;
  opacity: 0.33;
  font-size: 12px;
}

.slide-load-boar {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 11px;
  background-color: rgba(0, 0, 0, .14);
}

.slide-load-bar-fill {
  width: 10px;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}

.section {
  display: block;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}

.section.tint {
  background-color: #f7f7fa;
}

.section.tint.stats {
  display: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.categories {
  padding-bottom: 50px;
}

.section.course-homepage-1 {
  display: none;
}

.section-title-wrapper {
  margin-bottom: 40px;
}

.section-title-wrapper.course {
  margin-bottom: 20px;
}

.section-title-wrapper.partner-title {
  margin-bottom: 20px;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}

.section-title.subtitle {
  margin-top: 10px;
  color: #c2c2c2;
  font-size: 19px;
  line-height: 24px;
}

.section-title.subtitle.with-name {
  display: inline-block;
  margin-right: 5px;
}

.section-title.sidebar {
  margin-bottom: 20px;
  color: #06c;
  font-size: 20px;
}

.section-title.sidebar.list-nav-title {
  padding-left: 30px;
}

.section-title.partner-title {
  font-size: 26px;
}

.section-title-divider {
  width: 100px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #000;
  opacity: 0.1;
}

.section-title-divider.partner-divider {
  margin-top: 10px;
  margin-bottom: 10px;
}

.course-block-wrapper {
  overflow: hidden;
  margin-right: 5px;
  margin-bottom: 20px;
  margin-left: 5px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, .1);
  transition: box-shadow 200ms ease;
}

.course-block-wrapper:hover {
  box-shadow: 7px 7px 25px 0 rgba(0, 0, 0, .2);
}

.course-block-wrapper.auto-height {
  height: auto;
  background-color: #fff;
}

.course-block-wrapper.home-featured {
  height: 320px;
}

.course-block-wrapper.list-view {
  position: relative;
  height: 110px;
  padding-left: 0px;
}

.course-image-link-block {
  position: relative;
  display: block;
  width: 100%;
  height: 180px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-image: url('../images/example-bg.png'), url('../images/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: 125px, cover;
}

.course-image-link-block.large {
  height: 130px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.course-image-link-block.home-featured {
  height: 180px;
}

.course-content-block {
  padding: 25px;
}

.course-content-block._2 {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #f1f1f1;
}

.course-content-block.list-view {
  padding-top: 15px;
  padding-bottom: 0px;
}

.course-title-link {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.course-title-link:hover {
  color: #4f65be;
  text-decoration: none;
}

.course-title-link.with-summary {
  margin-bottom: 17px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
}

.course-title-link.list-view {
  padding-top: 6px;
  font-size: 18px;
}

.course-info-icon {
  display: inline-block;
  margin-right: 9px;
  font-family: 'Fontawesome webfont';
  color: #bebebe;
}

.course-info-title {
  display: inline-block;
  margin-right: 9px;
  color: #aaa;
}

.teacher-overlay-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  padding-top: 20px;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5));
}

.teacher-overlay-title {
  display: inline-block;
  margin-right: 15px;
  padding-top: 6px;
  color: #aaa;
  font-size: 13px;
}

.teacher-overlay-photo {
  width: 45px;
  height: 45px;
  margin-right: 13px;
  margin-bottom: -11px;
  margin-left: 25px;
  float: left;
  border: 2px solid #fff;
  border-radius: 6px;
}

.image-section {
  display: none;
  overflow: visible;
  background-image: url('../images/Photo-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-section-overlay {
  width: 100%;
  height: 100%;
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: rgba(0, 0, 0, .4);
}

.image-section-content-block {
  width: 470px;
  float: left;
}

.image-section-title {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 46px;
  line-height: 43px;
  text-transform: uppercase;
}

.image-section-title._2 {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 33px;
  font-weight: 300;
  text-transform: none;
}

.image-section-contact-form {
  overflow: hidden;
  width: 350px;
  margin-bottom: 0px;
  float: right;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, .4);
}

.contact-form-block {
  padding: 25px 40px;
  border-bottom: 1px solid #e4e4e4;
  background-color: #4f65be;
  text-align: center;
}

.contact-form-block._2 {
  border-bottom-width: 0px;
  background-color: #fff;
}

.field {
  height: 45px;
  margin-bottom: 5px;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  background-color: #fff;
  transition: border 200ms ease, background-color 200ms ease;
  text-align: left;
}

.field:hover {
  border-color: #d1d1d1;
  background-color: #fff;
}

.field:focus {
  border-color: #4f65be;
  background-color: #fff;
}

.field.area {
  height: 135px;
  padding-top: 12px;
}

.field.register {
  text-align: center;
}

.contact-form-title {
  color: #fff;
  font-size: 27px;
  line-height: 28px;
  font-weight: 300;
}

.event-item {
  position: relative;
  height: 200px;
  margin-bottom: 20px;
  padding: 0px 40px 0px 350px;
  border-bottom: 1px none rgba(0, 0, 0, .33);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: none;
  transition: box-shadow 200ms ease;
}

.event-item:hover {
  box-shadow: none;
}

.event-date-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 31px 21px 27px 31px;
  border-right: 1px solid #dfdfdf;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6));
}

.event-date-title {
  display: inline-block;
  margin-right: 20px;
  float: left;
  color: #fff;
  font-size: 54px;
  line-height: 40px;
  font-weight: 700;
}

.event-date-title.month {
  display: block;
  float: none;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}

.event-image-block {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  overflow: hidden;
  width: 300px;
  height: 200px;
  border-radius: 3px 0px 0px 3px;
}

.event-image-block.i1 {
  background-image: url('../images/csm_2016_06_30_Bild_1_PM_Erfahrungsaustausch_regionale_Fachkraeftebuendnisse_e631cad4a6.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.event-image-block.i2 {
  background-image: url('../images/csm_151013_AFR_0008_-_Kopie_01_a8a5ff2fff.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.event-image-block.i3 {
  background-image: url('../images/csm_SuedOstNiedersachsen_Fachkraeftebuendnis_1e028d395a.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.event-title-link {
  display: block;
  margin-bottom: 12px;
  color: #000;
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
}

.event-title-link:hover {
  color: #4f65be;
  text-decoration: none;
}

.event-info-wrapper {
  margin-bottom: 10px;
}

.event-info-title {
  display: inline-block;
  margin-right: 10px;
  color: #888;
}

.bottom-info-text {
  margin-top: 10px;
}

.bottom-info-text.course-link-mehr {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.bottom-info-text.projekt-zurck {
  margin-bottom: 10px;
}

.dropdown-list.w--open {
  background-color: #fff;
  box-shadow: 0 11px 13px 0 rgba(0, 0, 0, .3);
}

.dropdown-link {
  transition: background-color 200ms ease, color 200ms ease;
}

.dropdown-link:hover {
  background-color: #06c;
  color: #fff;
  text-decoration: none;
}

.dropdown-link.w--current,
.dropdown-link.current {
  color: #4f65be;
}

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

.featured-course-column-left {
  padding-right: 0px;
  padding-left: 0px;
}

.featured-course-column-right {
  padding-right: 0px;
  padding-left: 0px;
}

.success-bg {
  padding-top: 28px;
  padding-bottom: 10px;
  background-color: #4f65be;
  color: #fff;
}

.error-bg {
  margin-top: 0px;
  padding: 24px 25px 2px;
  background-color: #ecc2c2;
  color: #e42424;
  font-size: 11px;
  text-align: center;
}

.error-bg.contact {
  margin-top: 10px;
  border-radius: 4px;
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #000;
  color: #7c7c7c;
}

.footer-column {
  padding-right: 20px;
}

.bottom-footer-block {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid hsla(0, 0%, 100%, .14);
}

.bottom-footer-text {
  position: static;
  display: inline;
  float: left;
  font-size: 12px;
}

.bottom-footer-text.right {
  float: right;
}

.footer-link:hover {
  color: #fff;
}

.footer-title {
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-list-link {
  display: block;
  margin-bottom: 8px;
  color: grey;
}

.footer-list-link:hover {
  color: #fff;
}

.footer-contact-block {
  display: block;
  margin-bottom: 11px;
  color: #fff;
}

.footer-contact-block:hover {
  color: hsla(0, 0%, 100%, .6);
}

.footer-contact-title {
  display: inline-block;
}

.footer-contact-title.icon {
  margin-right: 10px;
  font-family: 'Fontawesome webfont';
}

.footer-social-button {
  width: 30px;
  height: 30px;
  margin-top: 13px;
  margin-right: 4px;
  padding-top: 3px;
  padding-left: 2px;
  border-radius: 3px;
  background-color: #06c;
  transition: background-color 200ms ease, border 200ms ease;
  color: #06c;
  text-align: center;
}

.footer-social-button:hover {
  background-color: #5f616b;
}

.footer-social-icon {
  width: 15px;
  margin-right: 2px;
}

.featured-courses-row {
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
}

.featured-courses-row.row-top {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.upcoming-events-list-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-header {
  background-image: url('../images/iStock_000017288384Medium.jpg');
  background-position: 50% 80%;
  background-size: cover;
}

.page-header.course.region {
  background-image: url('../images/Photo-9.jpg');
  background-position: 0px -63px;
  background-size: cover;
}

.page-header.course.partner {
  background-image: url('../images/Salzgittersee.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-header.teacher {
  background-image: url('../images/Phoot-6_1.jpg');
}

.page-header-overlay {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 220px;
  padding-bottom: 23px;
  background-color: rgba(28, 30, 37, .5);
  background-image: none;
}

.page-header-overlay.color {
  background-color: rgba(48, 60, 105, .94);
}

.page-header-overlay.color.pricing {
  padding-bottom: 190px;
  background-color: rgba(9, 58, 107, .5);
}

.page-header-overlay.course {
  padding-top: 230px;
  padding-bottom: 80px;
  background-color: rgba(28, 30, 37, .5);
}

.page-header-overlay.pricing {
  padding-bottom: 190px;
}

.page-header-overlay.blog-post {
  padding-top: 300px;
  padding-bottom: 170px;
  text-align: left;
}

.page-header-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 53px;
  font-weight: 600;
}

.page-header-title.course-title {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 41px;
}

.page-header-title.teacher-name {
  margin-top: 25px;
}

.page-header-title.blog-post-title {
  font-size: 50px;
  line-height: 48px;
}

.page-subtitle {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 23px;
  line-height: 25px;
  font-weight: 300;
}

.page-subtitle.category {
  display: inline-block;
  margin-right: 10px;
}

.page-subtitle.teacher-subtitle {
  margin-top: 10px;
  margin-bottom: 20px;
}

.featured-label {
  display: inline-block;
  padding-right: 11px;
  padding-left: 11px;
  float: right;
  border-bottom-left-radius: 3px;
  background-color: #ac61e7;
  color: #fff;
  font-size: 9px;
  line-height: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-us-image-block {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.about-us-col-left {
  padding-top: 15px;
  padding-right: 40px;
}

.contact-us-row {
  margin-top: -235px;
}

.contact-us-map {
  height: 325px;
  border-radius: 4px;
  box-shadow: 4px 4px 17px 0 rgba(0, 0, 0, .1);
}

.contact-us-column-right {
  padding-left: 20px;
}

.contact-us-block {
  height: 325px;
  padding: 40px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 4px 4px 17px 0 rgba(0, 0, 0, .1);
}

.contact-info-block {
  display: block;
  margin-top: 9px;
}

.contact-info-icon {
  display: inline-block;
  margin-right: 11px;
  font-family: 'Fontawesome webfont';
}

.contact-info-text {
  display: inline-block;
  margin-right: -40px;
  color: #06c;
}

.contact-social-button {
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-right: 3px;
  padding-top: 4px;
  border-radius: 3px;
  background-color: #06c;
  transition: background-color 200ms ease;
  text-align: center;
}

.contact-social-button:hover {
  background-color: #000;
}

.fields-row {
  margin-bottom: 5px;
}

.fields-col-left {
  padding-right: 0px;
}

.course-block-left {
  overflow: hidden;
  width: 250px;
  margin-top: -272px;
  float: left;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, .1);
}

.course-image-block {
  width: 100%;
  height: 120px;
  background-image: url('../images/Photo-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.course-image-block.course-image-block-small {
  height: 150px;
}

.course-image-block.course-image-block-small.studienorientierung {
  background-image: url('../images/Photo-8.jpg');
}

.course-image-block.course-image-block-small.berufsruckkehrer {
  background-image: url('../images/iStock_000017288384Medium.jpg');
}

.course-image-block.course-image-block-small.grundungsdynamik {
  background-image: url('../images/Phoot-6.jpg');
}

.course-image-block.course-image-block-small.alte-an {
  background-image: url('../images/arbeiter-alt.jpg');
  background-position: 100% 50%;
  background-size: 320px;
}

.course-image-block.rekrutierung {
  background-image: url('../images/Mann-Handwerker-Beruf-Arbeiter-Schleifmaschine_Ikonoklast_Fotografie_iStock_000058342476_XXXLarge.jpg');
  background-position: 0px -58px;
  background-size: cover;
}

.course-info-block {
  padding: 30px 30px 20px;
  border-top: 1px solid #e7e7e7;
}

.course-info-block.with-button {
  padding-top: 20px;
}

.course-info-block.list-nav-links {
  margin-bottom: 10px;
  padding: 30px 0px 0px;
}

.main-course-info-title {
  font-size: 14px;
  text-transform: none;
}

.main-course-info-title.info {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.course-main-info-block {
  width: 640px;
  margin-top: -20px;
  float: right;
}

.teacher-block-wrapper {
  margin-bottom: 10px;
}

.teacher-class-photo {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  float: left;
  border-radius: 100%;
}

.teacher-title {
  display: block;
  margin-top: 2px;
  font-size: 14px;
}

.teacher-title._2 {
  margin-top: 0px;
  color: #b4b4b4;
}

.course-content-wrapper {
  margin-bottom: 20px;
}

.teacher-block {
  margin-top: 10px;
}

.course-main-info-wrapper {
  margin-bottom: 12px;
}

.course-category-title {
  display: block;
  color: #fff;
  font-size: 19px;
}

.course-category-title.icon {
  margin-top: -2px;
  margin-right: 10px;
  font-family: 'Fontawesome webfont';
}

.course-category-link {
  display: inline-block;
  margin-left: 0px;
  color: #409efc;
  font-size: 19px;
}

.course-category-link:hover {
  color: #fff;
}

.empty-state {
  padding-top: 24px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .07);
  text-align: center;
}

.empty-state.empty-courses {
  height: 310px;
  padding-top: 120px;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), #fff 58%), url('../images/No-Courses.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.teacher-photo-block {
  width: 230px;
  height: 230px;
  margin-right: 50px;
  float: left;
  border-radius: 4px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.short-teacher-biography {
  width: 90%;
  margin-bottom: 0px;
  color: #fff;
}

.image-logo {
  position: relative;
  display: block;
  height: 150px;
  margin-top: 22px;
  margin-right: auto;
  margin-left: 40px;
  clear: both;
  cursor: pointer;
}

.image-overlay-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: background-color 200ms ease;
}

.image-overlay-block:hover {
  background-color: rgba(79, 101, 190, .2);
}

.course-category-fixed-block {
  position: fixed;
  top: 450px;
  right: 0px;
  z-index: 2000;
  overflow: hidden;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}

.fixed-block-title {
  padding: 10px 30px;
  border-bottom: 1px solid #eee;
  font-size: 19px;
  line-height: 30px;
}

.category-link-title {
  display: block;
  padding: 10px 30px;
  transition: background-color 200ms ease, color 200ms ease;
  cursor: pointer;
}

.category-link-title:hover {
  background-color: #06c;
  color: #fff;
  text-decoration: none;
}

.category-link-title:active {
  background-color: #c00;
  cursor: pointer;
}

.category-link-title:focus {
  background-color: #c00;
  color: #fff;
}

.category-link-title.w--current,
.category-link-title.current {
  background-color: #4f65be;
  color: #fff;
}

.blog-post-wrapper {
  display: block;
  overflow: hidden;
  width: 80%;
  margin-top: -170px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 4px -20px 33px 1px rgba(0, 0, 0, .17);
}

.blog-post-content-wrapper {
  padding: 30px 60px;
  border-top: 1px solid #f0f0f0;
  background-color: #f7f7fa;
}

.blog-post-content-wrapper.first {
  padding-top: 60px;
  padding-bottom: 40px;
  border-top-width: 0px;
  background-color: #fff;
}

.blog-post-author-link {
  color: #fff;
  text-decoration: underline;
}

.blog-post-author-link:hover {
  color: hsla(0, 0%, 100%, .7);
}

.blog-post-date-title {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}

.blog-post-header-info-block {
  margin-top: 30px;
}

.blog-title-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.blog-author-photo {
  width: 80px;
  height: 80px;
  margin-right: 27px;
  float: left;
  border-radius: 4px;
}

.blog-author-title {
  font-size: 12px;
}

.blog-author-title.job-title {
  margin-top: 3px;
  color: #c2c2c2;
  font-size: 15px;
  font-weight: 300;
}

.blog-author-title-link {
  display: inline-block;
  margin-top: 6px;
  font-size: 30px;
  line-height: 30px;
}

.blog-author-title-link:hover {
  text-decoration: none;
}

.category-block {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 200px;
  margin-bottom: 17px;
  border-radius: 4px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 3px 3px 23px 0 rgba(0, 0, 0, .2);
}

.category-block.right {
  width: 92%;
  float: right;
  background-image: url('../images/beim-pflegeberuf-soll-der-fokus-wieder-mehr-auf-patienten-als-auf-formularen-liegen.jpg');
  background-position: -70px 0px;
  background-size: cover;
}

.category-block.right.marketing-ausbildung {
  background-image: url('../images/Photo-4_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.category-block.right.logistik {
  background-image: url('../images/arbeiter-alt.jpg');
  background-position: 81% 50%;
  background-size: cover;
}

.category-block.large {
  height: 417px;
  margin-bottom: 0px;
  background-image: url('../images/10440689713_b2981bba8a_k.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.category-column-left {
  padding-right: 0px;
}

.category-column-right {
  padding-left: 0px;
}

.category-overlay-block {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: background-color 200ms ease;
}

.category-overlay-block:hover {
  background-color: rgba(79, 101, 190, .3);
}

.category-text-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 30px 30px 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .4) 74%);
}

.category-title {
  color: #fff;
  font-size: 22px;
  line-height: 27px;
}

.no-courses-title {
  font-size: 45px;
  line-height: 40px;
  font-weight: 600;
}

.no-courses-title._2 {
  margin-top: 10px;
  font-size: 35px;
  font-weight: 300;
}

.top-bar-text {
  display: inline-block;
  margin-right: 10px;
  float: left;
  opacity: 0.7;
  color: #fff;
}

.top-bar-link {
  color: #fff;
}

.top-bar-link:hover {
  color: #fff;
}

.tab {
  border-bottom: 2px solid #06c;
  background-color: hsla(0, 0%, 87%, 0);
  color: #000;
}

.tab.w--current {
  border-radius: 3px;
  background-color: #06c;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
}

.tabs-menu {
  /* margin-top: -110px; */
  margin-bottom: 40px;
  text-align: center;
}

.akkordeon {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}

.akkordeon-box {
  width: 100%;
  background-color: #06c;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.akkordeon-box.first-box {
  margin-top: 27px;
}

.akkordeon-text {
  display: inline-block;
}

.akkordeon-list.w--open {
  position: relative;
  background-color: #fff;
}

.akkordeon-block {
  width: 100%;
  padding: 15px;
}

.column-bundnis {
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.partner-image {
  padding-right: 10px;
  padding-left: 10px;
  cursor: pointer;
}

.partner-lightbox {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 50px;
  align-self: center;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, .1);
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: visible;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
}

.button-link {
  color: #fff;
  font-size: 11px;
}

.button-link:hover {
  color: #fff;
  line-height: 13px;
}

.arrow {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  margin-top: -93px;
  margin-right: -55px;
  padding-top: 0px;
  float: right;
  clear: none;
  justify-content: flex-end;
  align-items: center;
  text-align: left;
}

.arrow.left {
  margin-right: 0px;
  margin-left: -55px;
  float: left;
}

.close {
  float: right;
  cursor: pointer;
}

.diagramm {
  margin-bottom: 20px;
}

.ansprechpartner {
  margin-right: 0px;
  margin-left: 0px;
}

.imputlabel {
  margin-left: 13px;
}

.download-image {
  max-height: 100%;
  float: left;
}

.more {
  margin-left: 14px;
  padding-top: 0px;
  padding-bottom: 6px;
}

.weitere-meldungen {
  color: #000;
  font-size: 18px;
}

.team-box-wrapper {
  margin-bottom: 20px;
  border-right: 3px solid #06c;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, .1);
}

.team-box-wrapper.first-box {
  margin-top: 20px;
}

.team-box-name {
  margin-top: 0px;
  margin-bottom: 0px;
}

.team-box-infos {
  margin-bottom: 0px;
  font-weight: 300;
}

.team-box-infos.rang {
  margin-bottom: 10px;
  color: grey;
  font-weight: 400;
}

.team-box-content {
  display: inline-block;
  padding: 10px;
  float: left;
}

.team-box-image {
  height: 160px;
  float: left;
}

.events-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.events-item {
  position: relative;
  height: 200px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 350px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, .1);
  transition: box-shadow 200ms ease;
  cursor: pointer;
}

.events-item:hover {
  box-shadow: 7px 7px 25px 0 rgba(0, 0, 0, .2);
}

.events-image-block {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 300px;
  height: 200px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.events-image-block._1 {
  background-image: url('../images/csm_2016_06_30_Bild_1_PM_Erfahrungsaustausch_regionale_Fachkraeftebuendnisse_e631cad4a6.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.events-image-block._2 {
  background-image: url('../images/csm_151013_AFR_0008_-_Kopie_01_a8a5ff2fff.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.events-image-block._3 {
  background-image: url('../images/csm_SuedOstNiedersachsen_Fachkraeftebuendnis_1e028d395a.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.events-title {
  margin-bottom: 12px;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}

.events-title:hover {
  color: #4f65be;
}

.events-date-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 31px 31px 27px;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6));
}

.events-date {
  margin-right: 20px;
  float: left;
  color: #fff;
  font-size: 54px;
  line-height: 40px;
  font-weight: 700;
}

.events-date.month {
  float: none;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}

.events-text {
  margin-top: 10px;
  color: #888;
}

.events-more {
  margin-top: 10px;
}

.headline-left {
  margin-top: 0px;
}

.navi-links {
  padding-left: 30px;
}

.document {
  margin-right: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  float: left;
}

.team-hbox {
  border-bottom: 3px solid #06c;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, .1);
}

.team-hbox-image {
  width: 100%;
}

.team-hbox-content {
  padding: 10px 10px 18px;
}

.team-box-mail {
  display: inline-block;
  margin-top: 10px;
  color: #06c;
  font-size: 15px;
  font-weight: 300;
}

html.w-mod-js *[data-ix="hide-slider-arrow"] {
  opacity: 0.1500000000000001;
}

html.w-mod-js *[data-ix="slide-title-1"] {
  opacity: 0;
  transform: translate(70px, 0px);
}

html.w-mod-js *[data-ix="slide-title-2"] {
  opacity: 0;
  transform: translate(70px, 0px);
}

html.w-mod-js *[data-ix="slide-title-3"] {
  opacity: 0;
  transform: translate(70px, 0px);
}

html.w-mod-js *[data-ix="slide-title-4"] {
  opacity: 0;
  transform: translate(70px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-load-4"] {
  opacity: 0;
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="popup-2"] {
  display: none;
  opacity: 0;
  transform: scale(1.1, 1.1);
}

@media (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 31px;
  }
  h3 {
    line-height: 30px;
  }
  h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  a {
    color: #06c;
  }
  .hero-slide._3 {
    background-position: 50% 50%;
    background-size: auto 100%;
  }
  .hero-slide-overlay {
    padding-right: 65px;
    padding-left: 65px;
  }
  .hero-slide-overlay.padding {
    padding-top: 220px;
    padding-bottom: 90px;
  }
  .container.blocks-row-container {
    margin-top: 30px;
  }
  .container.course-header {
    padding-left: 260px;
  }
  .hero-slide-content-block {
    width: 580px;
  }
  .hero-slide-title {
    margin-bottom: 0px;
  }
  .button.text-button.download-button {
    float: right;
  }
  .hero-content-overlay-block {
    display: block;
  }
  .hero-overlay-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-overlay-block {
    height: 105px;
    padding-top: 25px;
    padding-right: 18px;
    padding-left: 90px;
  }
  .hero-overlay-number {
    left: 18px;
    top: 21px;
    font-size: 58px;
    line-height: 58px;
  }
  .hero-slider-button {
    width: 40px;
  }
  .hero-slider-button:hover {
    width: 50px;
  }
  .navbar {
    height: 65px;
  }
  .logo-block {
    width: auto;
    height: auto;
    margin-left: 0px;
  }
  .logo-block.w--current,
  .logo-block.current {
    width: auto;
    height: auto;
  }
  .nav-menu {
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    background-color: #fff;
    box-shadow: none;
  }
  .nav-menu.left {
    margin-right: 60px;
    margin-left: 0px;
  }
  .nav-link {
    display: block;
    width: 100vw;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    border-bottom-width: 1px;
    border-bottom-color: #f8f8f8;
    transition: border 200ms ease, color 200ms ease, background-color 200ms ease;
  }
  .nav-link:hover {
    border-bottom-color: #f5f5f5;
    background-color: rgba(79, 101, 190, .1);
  }
  .nav-link.dropdown-toggle {
    width: 100vw;
    max-width: none;
  }
  .nav-link.dropdown-toggle.w--open {
    border-bottom-color: #eee;
  }
  .nav-link.left {
    margin-right: 0px;
  }
  .top-navbar {
    z-index: 1001;
  }
  .slide-intro-paragraph {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .link-block-paragraph {
    font-size: 12px;
    line-height: 18px;
  }
  .dropdown {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
  }
  .dropdown-icon {
    margin-right: 25px;
    cursor: pointer;
  }
  .section {
    padding: 70px 40px 40px;
  }
  .section.tint {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-bottom: 70px;
    padding-left: 20px;
  }
  .section.tint.event {
    padding-top: 60px;
  }
  .section-title-wrapper {
    margin-bottom: 30px;
  }
  .section-title.sidebar {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .course-block-wrapper.home-featured {
    height: 350px;
  }
  .course-image-link-block {
    height: 130px;
  }
  .course-image-link-block.home-featured {
    height: 220px;
  }
  .course-content-block {
    padding: 25px 15px 15px;
  }
  .course-content-block._2 {
    padding-right: 5px;
  }
  .course-title-link {
    font-size: 13px;
    line-height: 18px;
  }
  .course-info-icon {
    margin-right: 4px;
    font-size: 12px;
  }
  .course-info-title {
    margin-right: 4px;
    font-size: 12px;
  }
  .teacher-overlay-title {
    font-size: 11px;
  }
  .teacher-overlay-photo {
    width: 35px;
    height: 35px;
    margin-right: 7px;
    margin-left: 15px;
  }
  .image-section-overlay {
    padding: 70px 40px;
  }
  .image-section-content-block {
    width: 390px;
  }
  .image-section-title {
    margin-bottom: 20px;
  }
  .image-section-contact-form {
    width: 250px;
  }
  .event-item {
    padding-right: 20px;
    padding-left: 300px;
  }
  .event-image-block {
    width: 260px;
  }
  .bottom-info-text {
    margin-top: 20px;
  }
  .dropdown-list.w--open {
    background-color: #06c;
    box-shadow: 0 0 0 0 transparent;
  }
  .dropdown-link {
    left: 20px;
    width: 100vw;
    padding-right: 0px;
    background-color: #d8d8d8;
  }
  .dropdown-link:hover {
    background-color: #06c;
  }
  .dropdown-link.w--current,
  .dropdown-link.current{
    width: 100vw;
    background-color: #06c;
    color: #fff;
  }
  .dropdown-link.w--current:hover,
  .dropdown-link.current:hover{
    background-color: #06c;
  }
  .dropdown-link.w--current:active,
  .dropdown-link.current:active {
    background-color: #f7f7fa;
    color: #333;
  }
  .footer {
    padding: 45px;
  }
  .footer-column {
    padding-right: 10px;
  }
  .featured-courses-row {
    margin-bottom: 10px;
  }
  .page-header-overlay {
    padding: 150px 40px 35px;
  }
  .page-header-overlay.course {
    padding-top: 180px;
    padding-bottom: 60px;
  }
  .page-header-overlay.blog-post {
    padding-top: 200px;
    padding-bottom: 110px;
  }
  .page-header-title {
    font-size: 48px;
  }
  .page-header-title.course-title {
    font-size: 30px;
    line-height: 31px;
  }
  .page-header-title.teacher-name {
    margin-top: 16px;
    font-size: 34px;
    line-height: 34px;
  }
  .page-header-title.blog-post-title {
    font-size: 40px;
    line-height: 45px;
  }
  .page-subtitle.category {
    font-size: 20px;
  }
  .page-subtitle.teacher-subtitle {
    margin-top: 7px;
    font-size: 21px;
    line-height: 15px;
  }
  .about-us-image-block {
    height: 415px;
  }
  .about-us-col-left {
    padding-right: 20px;
  }
  .contact-us-row {
    margin-top: -195px;
  }
  .contact-us-block {
    padding: 28px;
  }
  .course-block-left {
    width: 220px;
    margin-top: -215px;
  }
  .course-info-block {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-course-info-title.info {
    font-size: 13px;
  }
  .course-main-info-block {
    width: 450px;
  }
  .teacher-class-photo {
    width: 35px;
    height: 35px;
  }
  .teacher-title {
    font-size: 12px;
    line-height: 18px;
  }
  .course-main-info-wrapper.last {
    margin-bottom: 0px;
  }
  .short-teacher-biography {
    width: 100%;
  }
  .image-logo {
    height: 45px;
    margin-top: 10px;
    margin-left: 0px;
  }
  .course-category-fixed-block {
    position: static;
    border-radius: 0px;
  }
  .fixed-block-title {
    padding-right: 40px;
    padding-left: 40px;
  }
  .category-link-title {
    padding-right: 40px;
    padding-left: 40px;
    border-bottom: 1px solid #f3f3f3;
  }
  .blog-post-wrapper {
    margin-top: -110px;
  }
  .blog-post-content-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
  .blog-post-content-wrapper.first {
    padding-top: 40px;
  }
  .blog-post-header-info-block {
    margin-top: 20px;
  }
  .menu-button {
    width: 65px;
    height: 65px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    float: right;
    background-color: #06c;
    color: #fff;
    text-align: center;
  }
  .menu-button.w--open {
    background-color: #06c;
  }
  .menu-button.left {
    float: left;
  }
  .events-item {
    overflow: hidden;
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .events-image-block {
    position: relative;
    width: 100%;
    height: 150px;
    border-radius: 0px;
  }
  .events-image-block._1 {
    background-size: cover;
  }
  .events-image-block._2 {
    background-size: cover;
  }
  .events-image-block._3 {
    background-size: cover;
  }
  .events-title {
    margin-top: 10px;
    margin-right: 25px;
    margin-left: 25px;
  }
  .events-date-block {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }
  .events-text {
    margin-right: 25px;
    margin-left: 25px;
  }
  .events-more {
    margin-right: 25px;
    margin-bottom: 10px;
    margin-left: 25px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 18px;
    line-height: 32px;
  }
  h3 {
    font-size: 15px;
    line-height: 24px;
  }
  .hero-section {
    height: auto;
    min-height: 0px;
  }
  .hero-slide-overlay {
    padding-top: 140px;
    padding-bottom: 40px;
    padding-left: 35px;
  }
  .hero-slide-overlay.padding {
    padding-top: 160px;
    padding-bottom: 50px;
  }
  .container.course-header {
    padding-left: 0px;
  }
  .hero-slide-content-block {
    width: 90%;
  }
  .hero-slide-title {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 42px;
  }
  .button.slider-button {
    margin-top: 10px;
  }
  .button.white {
    margin-top: 10px;
  }
  .navbar {
    height: 55px;
  }
  .logo-block {
    margin-left: 0px;
  }
  .top-navbar {
    padding-top: 9px;
    padding-right: 20px;
    padding-bottom: 9px;
  }
  .top-nav-menu {
    float: none;
    text-align: center;
  }
  .top-nav-link {
    margin-right: 10px;
    margin-left: 10px;
  }
  .slide-intro-paragraph {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .section {
    padding: 70px 20px 20px;
  }
  .section.tint.event {
    padding-top: 20px;
  }
  .section.tint.stats {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-title-wrapper {
    margin-bottom: 20px;
  }
  .section-title-wrapper.course {
    margin-bottom: 10px;
  }
  .section-title {
    font-size: 19px;
    line-height: 32px;
  }
  .course-block-wrapper.home-featured {
    height: auto;
  }
  .course-block-wrapper.list-view {
    height: auto;
    padding-left: 0px;
  }
  .course-image-link-block.home-featured {
    height: 130px;
  }
  .course-content-block.list-view {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .course-title-link {
    font-size: 16px;
  }
  .course-title-link.with-summary {
    font-size: 16px;
    line-height: 22px;
  }
  .course-title-link.list-view {
    padding-top: 7px;
    font-size: 16px;
  }
  .course-info-icon {
    margin-right: 7px;
    font-size: 13px;
  }
  .course-info-title {
    margin-right: 6px;
    font-size: 13px;
  }
  .teacher-overlay-block {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .teacher-overlay-title {
    padding-top: 9px;
    padding-bottom: 10px;
    font-size: 12px;
  }
  .teacher-overlay-photo {
    position: relative;
    bottom: -9px;
    width: 40px;
    height: 40px;
    margin-right: 13px;
    margin-bottom: -18px;
  }
  .image-section-overlay {
    padding: 30px 20px;
    text-align: center;
  }
  .image-section-content-block {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .image-section-title {
    font-size: 36px;
    line-height: 35px;
  }
  .image-section-title._2 {
    font-size: 20px;
    line-height: 26px;
  }
  .image-section-contact-form {
    width: 100%;
    margin-top: 20px;
  }
  .field {
    margin-bottom: 4px;
  }
  .event-item {
    overflow: hidden;
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .event-date-block {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }
  .event-image-block {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 0px;
  }
  .event-image-block.i1 {
    background-position: 50% 0px;
    background-size: cover;
  }
  .event-title-link {
    margin-top: 10px;
  }
  .bottom-info-text {
    margin-top: 10px;
  }
  .featured-course-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .featured-course-column-right {
    padding-right: 0px;
  }
  .footer {
    padding: 20px;
  }
  .footer-column {
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .bottom-footer-block {
    margin-top: 10px;
    padding-top: 20px;
  }
  .bottom-footer-text {
    float: none;
  }
  .bottom-footer-text.right {
    margin-top: 10px;
    float: none;
  }
  .footer-title {
    margin-bottom: 20px;
  }
  .page-header-overlay {
    padding: 120px 20px 20px;
  }
  .page-header-overlay.course {
    padding-top: 120px;
    padding-bottom: 70px;
  }
  .page-header-overlay.blog-post {
    padding-top: 180px;
    padding-bottom: 120px;
  }
  .page-header-title {
    font-size: 38px;
    line-height: 34px;
  }
  .page-header-title.course-title {
    font-size: 25px;
    line-height: 31px;
  }
  .page-header-title.blog-post-title {
    font-size: 30px;
    line-height: 35px;
  }
  .page-subtitle {
    margin-top: 5px;
    font-size: 20px;
  }
  .page-subtitle.category {
    margin-top: 6px;
    font-size: 17px;
  }
  .featured-course-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .courses-list-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .about-us-image-block {
    height: 265px;
  }
  .about-us-col-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .about-us-column-right {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-us-row {
    margin-top: -185px;
  }
  .contact-us-map {
    height: 210px;
  }
  .contact-us-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-us-column-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .contact-us-block {
    height: auto;
  }
  .fields-row {
    margin-bottom: 1px;
  }
  .fields-col-left {
    padding-left: 0px;
  }
  .fields-col-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .course-block-left {
    width: 100%;
    margin-top: -60px;
  }
  .course-image-block {
    display: none;
    height: 190px;
  }
  .course-image-block.course-image-block-small.alte-an {
    background-size: cover;
  }
  .course-main-info-block {
    width: 100%;
    margin-top: 20px;
  }
  .teacher-block-wrapper {
    margin-bottom: 6px;
  }
  .teacher-class-photo {
    width: 45px;
    height: 45px;
  }
  .teacher-title {
    margin-top: 6px;
    font-size: 16px;
  }
  .teacher-title._2 {
    margin-top: 2px;
    font-size: 13px;
  }
  .course-content-wrapper {
    margin-bottom: 10px;
  }
  .course-category-title {
    font-size: 15px;
  }
  .course-category-title.icon {
    font-size: 13px;
  }
  .empty-state.empty-courses {
    height: 200px;
    padding-top: 60px;
  }
  .teacher-photo-block {
    width: 160px;
    height: 160px;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .image-logo {
    height: 40px;
    margin-right: 20px;
    margin-left: 0px;
  }
  .fixed-block-title {
    padding-right: 20px;
    padding-left: 20px;
  }
  .category-link-title {
    padding: 5px 20px;
  }
  .blog-post-wrapper {
    width: 90%;
  }
  .blog-post-content-wrapper {
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
  }
  .blog-post-content-wrapper.first {
    padding: 30px 30px 10px;
  }
  .blog-title-wrapper {
    width: 90%;
  }
  .blog-author-photo {
    width: 70px;
    height: 70px;
    margin-right: 17px;
  }
  .blog-author-title-link {
    font-size: 24px;
    line-height: 20px;
  }
  .menu-button {
    height: 55px;
    padding-top: 17px;
  }
  .course-teacher-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .event-info-block {
    padding: 25px;
  }
  .stats-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .category-block.right {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
  }
  .category-block.large {
    height: 150px;
    margin-bottom: 10px;
  }
  .category-column-left {
    padding-left: 0px;
  }
  .category-column-right {
    padding-right: 0px;
  }
  .no-courses-title {
    font-size: 35px;
  }
  .no-courses-title._2 {
    margin-top: 0px;
    font-size: 25px;
    line-height: 30px;
  }
  .column-bundnis {
    text-align: center;
  }
  .partner-image {
    margin-bottom: 20px;
  }
  .column-partner-element {
    text-align: center;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 21px;
    line-height: 26px;
  }
  h3 {
    font-size: 13px;
    line-height: 24px;
  }
  h4 {
    line-height: 25px;
  }
  h5 {
    margin-top: -3px;
    font-size: 15px;
    line-height: 21px;
  }
  blockquote {
    padding-right: 5px;
    font-size: 15px;
    line-height: 21px;
  }
  .hero-slide._3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .hero-slide-overlay {
    padding: 140px 25px 50px;
  }
  .hero-slide-overlay.padding {
    padding-top: 140px;
    padding-bottom: 40px;
  }
  .container.teacher-container {
    text-align: center;
  }
  .hero-slide-content-block {
    width: 100%;
  }
  .hero-slide-title {
    font-size: 24px;
    line-height: 27px;
  }
  .hero-slide-intro-title {
    font-size: 15px;
  }
  .button.slider-button {
    margin-top: 5px;
    padding-right: 21px;
    padding-left: 21px;
    font-size: 12px;
    line-height: 17px;
  }
  .button.text-button {
    font-size: 11px;
  }
  .button.text-button.download-button {
    float: right;
  }
  .logo-block {
    margin-left: 0px;
  }
  .nav-link {
    font-size: 13px;
    line-height: 13px;
  }
  .top-nav-link {
    margin-left: 10px;
  }
  .top-nav-title {
    font-size: 11px;
  }
  .slide-intro-paragraph {
    font-size: 15px;
    line-height: 19px;
  }
  .section-title-wrapper.course {
    margin-bottom: 15px;
  }
  .section-title {
    font-size: 18px;
    line-height: 25px;
  }
  .section-title.subtitle {
    margin-top: 3px;
    font-size: 15px;
    line-height: 21px;
  }
  .section-title.subtitle.with-name {
    margin-top: 4px;
    font-size: 14px;
    line-height: 14px;
  }
  .section-title.subtitle.with-name.first {
    margin-top: 11px;
  }
  .section-title-divider {
    margin-top: 10px;
  }
  .course-block-wrapper.home-featured {
    margin-bottom: 10px;
  }
  .course-image-link-block {
    height: 110px;
  }
  .course-content-block.list-view {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .course-title-link.list-view {
    padding-top: 0px;
    font-size: 15px;
  }
  .course-info-icon {
    margin-right: 5px;
  }
  .teacher-overlay-title {
    padding-top: 0px;
  }
  .image-section-content-block {
    width: 100%;
  }
  .image-section-title {
    font-size: 29px;
    line-height: 28px;
  }
  .image-section-title._2 {
    font-size: 17px;
    line-height: 22px;
  }
  .contact-form-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contact-form-title {
    font-size: 23px;
    line-height: 23px;
  }
  .event-date-block {
    padding: 20px 20px 15px;
  }
  .event-date-title {
    margin-right: 14px;
  }
  .event-image-block {
    height: 130px;
  }
  .event-title-link {
    font-size: 14px;
  }
  .event-info-wrapper {
    margin-bottom: 5px;
  }
  .event-info-title {
    margin-right: 5px;
    font-size: 12px;
  }
  .footer {
    padding-top: 30px;
    padding-left: 24px;
  }
  .page-header-overlay {
    padding-top: 114px;
    padding-bottom: 21px;
  }
  .page-header-overlay.color {
    padding-bottom: 30px;
  }
  .page-header-overlay.course {
    padding-bottom: 65px;
  }
  .page-header-overlay.blog-post {
    padding-top: 170px;
    padding-bottom: 100px;
  }
  .page-header-title {
    font-size: 25px;
    line-height: 24px;
  }
  .page-header-title.course-title {
    font-size: 21px;
    line-height: 26px;
  }
  .page-header-title.teacher-name {
    font-size: 24px;
  }
  .page-header-title.blog-post-title {
    font-size: 24px;
    line-height: 29px;
  }
  .page-subtitle {
    margin-top: 7px;
    font-size: 16px;
    line-height: 17px;
  }
  .page-subtitle.category {
    margin-top: 0px;
    font-size: 15px;
  }
  .page-subtitle.teacher-subtitle {
    margin-top: 3px;
    font-size: 18px;
  }
  .about-us-image-block {
    height: 135px;
  }
  .about-us-column-right {
    padding-top: 10px;
  }
  .contact-us-map {
    height: 150px;
  }
  .contact-us-block {
    padding: 21px 24px 24px;
  }
  .course-image-block {
    height: 140px;
  }
  .course-image-block.rekrutierung {
    background-position: 50% 50%;
    background-size: cover;
  }
  .course-main-info-block {
    margin-top: 30px;
  }
  .course-category-title {
    font-size: 13px;
  }
  .course-category-title.icon {
    font-size: 13px;
  }
  .empty-state.empty-courses {
    height: 140px;
    padding-top: 30px;
  }
  .teacher-photo-block {
    display: block;
    width: 80px;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .short-teacher-biography {
    display: inline-block;
    width: 93%;
  }
  .image-logo {
    margin-left: 0px;
  }
  .blog-post-wrapper {
    width: 100%;
    margin-top: -90px;
  }
  .blog-post-content-wrapper {
    padding-top: 20px;
  }
  .blog-post-content-wrapper.first {
    padding: 20px 20px 0px;
  }
  .blog-post-date-title {
    font-size: 12px;
  }
  .blog-title-wrapper {
    width: 100%;
  }
  .blog-author-photo {
    width: 50px;
    height: 50px;
  }
  .blog-author-title-link {
    font-size: 19px;
    line-height: 18px;
  }
  .event-info-block {
    padding: 20px;
  }
  .stats-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .stats-column.last {
    padding-bottom: 0px;
  }
  .category-block.right {
    height: 130px;
  }
  .category-block.large {
    height: 130px;
  }
  .category-text-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .category-title {
    font-size: 20px;
  }
  .no-courses-title {
    font-size: 25px;
    line-height: 38px;
  }
  .no-courses-title._2 {
    font-size: 18px;
  }
  .tab {
    float: left;
  }
  .team-box-wrapper {
    border-style: none none solid;
    border-bottom-width: 3px;
    border-bottom-color: #06c;
  }
  .team-box-wrapper.first-box {
    border-bottom: 3px solid #06c;
    border-right-style: none;
  }
  .team-box-image {
    width: 100%;
    height: auto;
    float: none;
    text-align: left;
  }
}
