.oeh-section-header {
    max-width: 1400px;
    margin: 80px auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

.oeh-intro-text {
    max-width: 660px;
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 20px;
}

.oeh-intro-text p {
    color: #656A7A;
}

.oeh-intro-text p.oeh-large {
    font-size: 20px;
    margin-bottom: 0;
}

.oeh-quote-wrapper {
    display: grid;
    grid-template-columns: 65px 1fr;
    grid-column-gap: 20px;
    margin: 20px 0;
}

.oeh-quote-wrapper .oeh-quote-pic {
    display: flex;
    flex-direction: row;
}

.oeh-quote-wrapper .oeh-quote-pic img {
    max-height: 60px;
    border-radius: 50%;
}

.oeh-quote-wrapper .oeh-quote-pic img.oeh-copy-icon {
    max-height: 25px;
    margin-left: -20px;
    border-radius: 0;
}

.oeh-quote-wrapper .oeh-quote-text {
    font-family: "Crimson Text", serif;
    font-weight: 500;
    color: #00AFFA;
    font-size: 24px;
    font-style: italic;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 0;
}

.oeh-section-wrapper .reverse {
    grid-row-start: 1;
    align-self: flex-start;
}

.oeh-section-wrapper .oeh-info-wrapper {
    display: flex;
    flex-direction: column;
}

.oeh-section-wrapper .oeh-info-wrapper a.oeh-primary-button {
    max-width: 100%;
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

.oeh-section-wrapper .oeh-starter-content {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    max-width: 450px;
    padding: 2rem;
    text-align: center;
    background-color: #ffee6c;
    width: 100%;
    margin: 0 auto;
}

.oeh-section-wrapper .oeh-starter-content a.oeh-button-dark {
    justify-self: center;
}

.oeh-section-wrapper .oeh-services-info-section-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 468px;
    margin-left: auto;
    margin-right: auto;
}

.oeh-section-wrapper .oeh-services-info-section-wrapper .oeh-info-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
}

.oeh-section-wrapper .oeh-services-info-section-wrapper .oeh-info-wrapper p {
    max-width: 440px;
}

.oeh-section-wrapper .oeh-section-content-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 2rem;
}

.oeh-section-wrapper .oeh-section-content-wrapper .oeh-2col-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
}

.oeh-section-wrapper .oeh-section-content-wrapper .oeh-2col-list .oeh-col-list-item {
    display: grid;
    grid-template-columns: 30px 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: min-content min-content;
}

.oeh-section-wrapper .oeh-section-content-wrapper .oeh-2col-list .oeh-col-list-item img {
    height: 25px;
}

.oeh-section-wrapper .oeh-section-content-wrapper .oeh-2col-list .oeh-col-list-item .oeh-list-item-head {
    font-family: "Crimson Text", serif;
    font-weight: 500;
    font-size: 16px;
}

.oeh-section-wrapper .oeh-section-content-wrapper .oeh-2col-list .oeh-col-list-item .oeh-list-item-content {
    grid-column-start: 2;
    font-family: "Source Sans Pro", sans-serif;
    color: #656A7A;
    font-size: 14px;
}

.oeh-section-wrapper .oeh-section-content-wrapper .oeh-4col-wrapper .oeh-2col-pic {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-start: 1;
}

.oeh-section-wrapper .oeh-section-content-wrapper .oeh-4col-wrapper .oeh-2col-pic img {
    justify-self: center;
    max-width: 100%;
    max-height: 400px;
}

.oeh-section-wrapper .oeh-section-content-wrapper.oeh-no-bg-container.no-padding-top,
.oeh-section-wrapper .oeh-services-info-section-wrapper.no-padding-top {
    padding-top: 0;
}

.oeh-section-wrapper .oeh-tools-and-service-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 14px;
}

.oeh-section-wrapper .oeh-tools-and-service-wrapper .oeh-starter-service-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: space-between;
    background-color: #ffee6c;
    width: 100%;
    margin: 0 auto;
}

.oeh-section-wrapper .oeh-tools-and-service-wrapper .oeh-starter-service-wrapper .oeh-starter-header {
    display: grid;
    grid-template-columns: minmax(min-content, 280px) 60px;
    justify-items: center;
    text-align: left;
    max-width: 450px;
    margin-top: 2rem;
}

.oeh-section-wrapper .oeh-tools-and-service-wrapper .oeh-starter-service-wrapper .oeh-starter-header h3 {
    margin: 0;
    padding: 0 1rem;
}

.oeh-section-wrapper .oeh-tools-and-service-wrapper .oeh-starter-service-wrapper .oeh-starter-header img {
    justify-self: left;
    height: 50px;
    width: 50px;
    transform: rotate(10deg);
    margin-left: 0;
}

.oeh-section-wrapper .oeh-tools-and-service-wrapper .oeh-starter-service-wrapper .oeh-starter-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 450px;
    padding: 0 1rem 0 1rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.oeh-section-wrapper .oeh-tools-and-service-wrapper .oeh-starter-service-wrapper .oeh-starter-list .oeh-starter-list-item {
    display: flex;
    flex-direction: row;
    padding-bottom: 0.25rem;
}

.oeh-section-wrapper .oeh-tools-and-service-wrapper .oeh-starter-service-wrapper .oeh-starter-list .oeh-starter-list-item img {
    height: 16px;
    margin-right: 0.5rem;
}

.oeh-section-wrapper .oeh-tools-and-service-wrapper .oeh-starter-service-wrapper a.oeh-button-dark {
    margin: 1rem 0 0 0;
    width: 260px;
    align-self: flex-start;
}

.oeh-section-wrapper .oeh-events-wrapper {
    max-width: 1400px;
    margin: 80px auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

.oeh-section-wrapper .oeh-events-wrapper .oeh-events-content-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    justify-items: center;
    justify-content: center;
}

.oeh-section-wrapper .oeh-events-wrapper .oeh-events-content-wrapper a.oeh-event-box, .oeh-section-wrapper .oeh-events-wrapper .oeh-events-content-wrapper div.oeh-event-box, .oeh-section-wrapper .oeh-events-wrapper .oeh-events-content-wrapper a.oeh-past-event-box {
    display: grid;
    grid-template-columns: 20% 75%;
    grid-column-gap: 5%;
    padding: 2rem 1.5rem 2rem 1.5rem;
    height: 100%;
    min-height: 260px;
    width: 100%;
    max-width: 350px;
    text-decoration: none;
    color: #242B42;
}

.oeh-section-wrapper .oeh-events-wrapper .oeh-events-content-wrapper a.oeh-event-box:hover .oeh-event-name, .oeh-section-wrapper .oeh-events-wrapper .oeh-events-content-wrapper div.oeh-event-box:hover .oeh-event-name, .oeh-section-wrapper .oeh-events-wrapper .oeh-events-content-wrapper a.oeh-past-event-box:hover .oeh-event-name {
    color: #00AFFA;
}

.oeh-section-wrapper .oeh-events-wrapper .oeh-events-content-wrapper a.oeh-event-box, .oeh-section-wrapper .oeh-events-wrapper .oeh-events-content-wrapper div.oeh-event-box {
    background: url("/img/icons/events_bg.svg") center;
    background-size: cover;
}

.oeh-section-wrapper .oeh-events-wrapper .oeh-events-content-wrapper a.oeh-past-event-box {
    background: url("/img/icons/past_events_bg.svg") center;
    background-size: cover;
}

.oeh-section-wrapper .oeh-video {
    max-width: 1400px;
    margin: 0 auto 40px auto;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    /* ratio 16x9 */
    overflow: hidden;
    height: auto;
}
.oeh-section-wrapper .oeh-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (min-width: 500px) {
  .oeh-section-wrapper .oeh-section-content-wrapper .oeh-2col-list {
    grid-template-columns: 1fr 1fr;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .oeh-section-wrapper .oeh-section-content-wrapper .oeh-4col-wrapper .oeh-2col-pic {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .oeh-section-wrapper .oeh-tools-and-service-wrapper {
    justify-items: center;
  }
  .oeh-section-wrapper .oeh-tools-and-service-wrapper .oeh-starter-service-wrapper {
    align-items: center;
  }
  .oeh-section-wrapper .oeh-tools-and-service-wrapper .oeh-starter-service-wrapper .oeh-starter-header {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .oeh-section-wrapper .oeh-tools-and-service-wrapper .oeh-starter-service-wrapper .oeh-starter-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }
  .oeh-section-wrapper .oeh-tools-and-service-wrapper .oeh-starter-service-wrapper a.oeh-button-dark {
    margin-left: auto;
    margin-right: auto;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media screen and (min-width: 600px) {
  .oeh-quote-wrapper {
    grid-template-columns: 85px 1fr;
    margin: 20px 45px;
  }
  .oeh-quote-wrapper .oeh-quote-pic img {
      max-height: 80px;
  }

    .oeh-quote-wrapper .oeh-quote-text {
        margin-top: 10px;
    }

    .oeh-section-wrapper .oeh-news-wrapper .oeh-news-big-content-wrapper .oeh-news-box {
        grid-template-rows: 350px auto auto;
    }
}

@media screen and (min-width: 700px) {
    .oeh-section-wrapper .oeh-tools-and-service-wrapper .oeh-starter-service-wrapper .oeh-starter-header {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .oeh-section-wrapper .oeh-events-wrapper .oeh-events-content-wrapper {
        grid-template-columns: repeat(2, minmax(min-content, 350px));
    }

    .oeh-section-wrapper .oeh-magazin-wrapper .oeh-magazin-preview-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (min-width: 800px) {
    .oeh-section-wrapper .oeh-services-info-section-wrapper {
        max-width: 924px;
    }

    .oeh-section-wrapper .oeh-tools-and-service-wrapper .oeh-starter-service-wrapper {
        grid-template-columns: 45% 55%;
        grid-template-rows: 1fr;
        align-items: flex-start;
    }

    .oeh-section-wrapper .oeh-tools-and-service-wrapper .oeh-starter-service-wrapper .oeh-starter-header {
        grid-template-columns: 1fr;
        padding: 0 1rem;
        text-align: left;
        max-width: 280px;
        margin-right: 0;
    }

    .oeh-section-wrapper .oeh-tools-and-service-wrapper .oeh-starter-service-wrapper .oeh-starter-header img {
        margin: 1rem;
    }

    .oeh-section-wrapper .oeh-tools-and-service-wrapper .oeh-starter-service-wrapper .oeh-starter-list {
        margin: 2rem auto 2rem 0;
    }

    .oeh-section-wrapper .oeh-tools-and-service-wrapper .oeh-starter-service-wrapper a.oeh-button-dark {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width: 900px) {
    .oeh-section-wrapper .oeh-section-content-wrapper .oeh-2col-list {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .oeh-section-wrapper .oeh-section-content-wrapper .oeh-4col-wrapper .oeh-2col-pic {
        grid-column-start: 3;
        grid-column-end: 4;
    }
}

@media screen and (min-width: 1100px) {
    .oeh-main-header {
        flex-direction: row;
        height: 450px;
    }

    .oeh-main-header .oeh-main-header-pic {
        margin-bottom: 0;
        margin-left: -3rem;
    }

    .oeh-section-wrapper .oeh-magazin-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .oeh-section-wrapper .oeh-magazin-wrapper .oeh-magazin-text {
        padding: 1rem 2rem 2rem 3rem;
        grid-row-start: unset;
        grid-row-end: unset;
    }
}

@media screen and (min-width: 1200px) {
    .oeh-section-wrapper .oeh-info-wrapper {
        text-align: left;
    }

    .oeh-section-wrapper .oeh-info-wrapper a.oeh-primary-button {
        align-self: flex-start;
    }

    .oeh-section-wrapper .oeh-services-info-section-wrapper {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    max-width: 1400px;
    margin: 40px auto;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .oeh-section-wrapper .oeh-services-info-section-wrapper .oeh-info-wrapper {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .oeh-section-wrapper .oeh-services-info-section-wrapper .oeh-info-wrapper.reverse {
    grid-column-start: 5;
    grid-column-end: 7;
  }
  .oeh-section-wrapper .oeh-services-info-section-wrapper .oeh-tools-wrapper {
    grid-column-start: 3;
    grid-column-end: 7;
  }
  .oeh-section-wrapper .oeh-services-info-section-wrapper .oeh-tools-wrapper.start {
    grid-column-start: 1;
    grid-column-end: 5;
  }
  .oeh-section-wrapper .oeh-services-info-section-wrapper .oeh-starter-content {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .oeh-section-wrapper .oeh-services-info-section-wrapper .oeh-4col-small-wrapper {
    grid-column-start: 1;
    grid-column-end: 5;
  }

    .oeh-section-wrapper .oeh-section-content-wrapper .oeh-2col-list {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .oeh-section-wrapper .oeh-section-content-wrapper .oeh-4col-wrapper .oeh-2col-pic {
        grid-column-start: 3;
        grid-column-end: 5;
    }
}

@media screen and (min-width: 1400px) {
    .oeh-section-wrapper .oeh-tools-and-service-wrapper {
        grid-template-columns: auto 1fr;
        grid-column-gap: 20px;
        padding-left: 1rem;
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }

    .oeh-section-wrapper .oeh-tools-and-service-wrapper .oeh-tools-wrapper {
        padding: 0;
    }

    .oeh-section-wrapper .oeh-tools-and-service-wrapper .oeh-starter-service-wrapper {
        margin: 0;
        grid-template-columns: 1fr;
    }

    .oeh-section-wrapper .oeh-tools-and-service-wrapper .oeh-starter-service-wrapper .oeh-starter-header {
        grid-template-columns: minmax(min-content, 280px) 60px;
        justify-content: center;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
        text-align: center;
    }

    .oeh-section-wrapper .oeh-tools-and-service-wrapper .oeh-starter-service-wrapper .oeh-starter-header img {
        margin: 0;
    }

    .oeh-section-wrapper .oeh-tools-and-service-wrapper .oeh-starter-service-wrapper .oeh-starter-list {
        margin: 0 auto 1rem auto;
    }

    .oeh-section-wrapper .oeh-tools-and-service-wrapper .oeh-starter-service-wrapper a.oeh-button-dark {
        margin-left: auto;
        margin-right: auto;
    }

    .oeh-section-wrapper .oeh-events-wrapper .oeh-events-content-wrapper {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media screen and (min-width: 1450px) {
    .oeh-section-wrapper .oeh-magazin-wrapper {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*# sourceMappingURL=section.css.map */
