/*
Theme Name: Lernzentrum Schwerin
Theme URI: http://www.lernzentrum-schwerin.de/
Author: DREILAUT
Author URI: https://dreilaut.de
Description: Ein WordPress Theme von DREILAUT für Lernzentrum Schwerin
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lernzentrum
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url(css/normalize.min.css);
@import url(fonts/stylesheet.css);
@import url(assets/owl.carousel.min.css);
@import url(assets/owl.theme.default.min.css);
@import url(css/hamburgers.min.css);
body {
  font-family: "Mada", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2rem;
  color: #525151;
}
body.disable-scroll {
  overflow-y: hidden;
}
body.home #intro .caption-wrapper {
  margin-top: 6%;
  bottom: initial;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 35px;
}
body.home #intro .intro-slide:before {
  background: url(images/headline-texture.png) no-repeat center left / cover;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-top: 5%;
  z-index: 1;
  position: absolute;
  content: "";
  display: block;
  max-width: 100%;
  width: 480px;
  height: 156px;
  z-index: 2;
  display: none;
}
* {
  box-sizing: border-box;
}
p {
  font-size: 1.25rem;
}
small {
  font-size: 1.125rem;
}
address {
  font-style: normal;
}
div.wpcf7-response-output {
  margin: 0;
  border-color: #48A7AA;
  border-radius: 23px;
}
.wpcf7-form p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.wpcf7-form p:last-child {
  margin-bottom: 0;
}
label {
  font-weight: bold;
  color: #48A7AA;
  font-size: 1.5rem;
}
label input,
label select,
label textarea {
  margin-top: 1rem;
}
input.form-group,
textarea.form-group,
select.form-group {
  width: 100%;
  border: 2px solid #48A7AA;
  border-radius: 23px;
  padding: 1rem;
  color: #48A7AA;
}
.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.no-link a {
  color: #707070 !important;
  font-weight: 400;
}
a {
  text-decoration: none;
  font-weight: bold;
}
.container {
  max-width: 1492px;
  padding: 0 1rem;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.container.small {
  padding: 0 1rem;
  max-width: 1280px;
}
.container.xs-size {
  padding: 0 1rem;
  max-width: 988px;
}
.container-fluid {
  padding: 0 1rem;
  width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.row.align-center {
  align-items: center;
}
.row.justify-center {
  justify-content: center;
}
.row .grid-item {
  padding: 0 1rem;
  flex: 1;
}
.owl-arrows .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  width: 100%;
  height: 80px;
}
.owl-arrows .owl-nav button:hover {
  background: initial !important;
}
.owl-arrows .owl-nav button img {
  max-width: 25px;
}
.owl-arrows .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}
.owl-arrows .owl-nav .owl-next {
  position: absolute;
  right: 0;
}
.aligncenter {
  text-align: center;
}
.img-responsive {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
}
.btn {
  display: inline-block;
  border: 0 none;
  cursor: pointer;
  text-align: center;
}
.btn.standard {
  background-color: #5ACEC9;
  color: #ffffff;
  border-radius: 6px;
  padding: 0.45rem 1.9rem;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.2s ease-in-out;
}
.btn.standard:hover {
  background-color: #4cada9;
}
.btn.secondary {
  background-color: #ffffff;
  color: #5ACEC9;
  border-radius: 6px;
  padding: 0.45rem 1.9rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
  transition: 0.2s ease-in-out;
}
.btn.secondary:hover {
  background-color: #5ACEC9;
  color: #ffffff;
}
.btn.secondary.outline {
  background-color: initial;
  color: #ffffff;
  border: 2px solid #ffffff;
  font-size: 1.3rem;
  transition: 0.2s ease-in-out;
}
.btn.secondary.outline:hover {
  background-color: #ffffff;
  color: #5ACEC9;
}
.btn.block {
  display: block;
}
.headline {
  margin-bottom: 4rem;
  color: #09509F;
}
.headline.secondary {
  color: #AAAAAA;
}
.headline.secondary h2 {
  color: #AAAAAA;
}
.headline h2 {
  color: #09509F;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 6vh;
  line-height: 6vh;
  margin: 0;
}
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu.social-nav li {
  margin-right: 1.5rem;
}
.menu.social-nav li a {
  display: block;
  height: 28px;
  /*width: 28px;*/
}
.menu.horizontal {
  display: flex;
  flex-wrap: wrap;
}
.menu.horizontal.separator li {
  position: relative;
  padding: 0 0.4rem;
}
.menu.horizontal.separator li.wpml-ls-current-language a {
  font-weight: 600 !important;
  color: #5ACEC9 !important;
}
.menu.horizontal.separator li.current-menu-item a {
  color: #5ACEC9;
}
.menu.horizontal.separator li:last-child:after {
  display: none;
}
.menu.horizontal.separator li:after {
  position: absolute;
  content: "|";
  display: block;
  right: 0;
  top: 0;
}
.line {
  padding: 55px 0;
}
.colored {
  background-color: #AAAAAA;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 5rem;
  padding: 0 1rem;
}
.pagination .pagination-location {
  font-size: 1.313rem;
  font-weight: bold;
  color: #48A7AA;
}
.pagination ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}
.pagination ul li {
  height: 36px;
  width: 36px;
  margin-right: 0.5rem;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li.current a {
  background-color: #48A7AA;
  color: #ffffff;
}
.pagination ul li a {
  color: #48A7AA;
  border-radius: 8px;
  line-height: 36px;
  text-align: center;
  display: block;
  font-size: 1.313rem;
}
#mobile-menu {
  background-color: #5ACEC9;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 0 1rem;
  display: none;
}
#mobile-menu #menu-hauptmenue {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin-top: 2rem;
}
#mobile-menu #menu-hauptmenue li a {
  color: #ffffff;
  font-size: 5.5vh;
  line-height: 8vh;
  font-weight: normal;
  display: block;
}
#mobile-menu #menu-sprachen {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #ffffff;
}
#mobile-menu #menu-sprachen li.current-menu-item a {
  font-weight: bold;
  color: #ffffff;
}
#mobile-menu #menu-sprachen li.current-menu-item a:hover {
  text-decoration: none;
  cursor: none;
}
#mobile-menu #menu-sprachen li a {
  color: #ffffff !important;
  font-size: 3vh;
  font-weight: normal;
}
#mobile-menu #menu-sprachen li a:hover {
  text-decoration: underline;
}
#menu-bar-sticky-wrapper {
  z-index: 9999;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#menu-bar-sticky-wrapper.is-sticky #menu-bar #menu-section {
  padding: 0.5rem 1rem;
}
#menu-bar-sticky-wrapper.is-sticky #menu-bar #logo-placeholder {
  flex: 3;
}
#menu-bar-sticky-wrapper.is-sticky #menu-bar #logo-placeholder a {
  padding-top: 1rem;
}
#menu-bar-sticky-wrapper.is-sticky #menu-bar #logo-placeholder img {
  max-width: 160px;
}
#menu-bar {
  background-color: #ffffff;
}
#menu-bar a {
  color: #AAAAAA;
}
#menu-bar a:hover {
  color: #5ACEC9;
}
#menu-bar .row > * {
  padding: 0 1rem;
}
#menu-bar #menu-sprachen-1 {
  margin: 0 -0.5rem;
}
#menu-bar #logo-placeholder {
  flex: 3;
  position: relative;
  transition: 0.2s ease-in-out;
}
#menu-bar #logo-placeholder a {
  background-color: #09509F;
  padding: 3rem 1rem 0 1rem;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
#menu-bar #logo-placeholder a:after {
  background-color: #09509F;
  content: "";
  position: absolute;
  display: block;
  height: 15px;
  width: calc(100% - 2rem);
  bottom: 1px;
  transform: translateY(100%);
  left: 1rem;
  border-radius: 0 0 15px 15px;
}
#menu-bar #logo-placeholder img {
  max-width: 100%;
  margin: 0 auto;
}
#menu-bar #menu-section {
  display: flex;
  flex: 5;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
#menu-bar #menu-section #hamburger {
  height: 25px;
}
#menu-bar #menu-section #hamburger .hamburger {
  padding: 0;
  height: 25px;
}
#menu-bar #menu-section #hamburger .hamburger.is-active:hover {
  opacity: 1;
}
#menu-bar #menu-section #hamburger .hamburger .hamburger-inner {
  border-radius: 0;
  height: 2px;
}
#menu-bar #menu-section #hamburger .hamburger .hamburger-inner:before,
#menu-bar #menu-section #hamburger .hamburger .hamburger-inner:after {
  border-radius: 0;
  height: 2px;
}
#menu-bar #menu-section #sub-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
#menu-bar #menu-section #sub-menu a {
  font-size: 1.25rem;
  font-weight: 400;
}
#menu-bar #menu-section #sub-menu #header-social-nav {
  margin-right: 1rem;
}
#menu-bar #menu-section #sub-menu #lz-languages {
  display: none;
}
#menu-bar #menu-section #menu {
  display: none;
  justify-content: flex-end;
  margin-top: 0.5rem;
}
#menu-bar #menu-section #menu a {
  font-size: 1rem;
}
#menu-bar #menu-section #menu .menu {
  display: inline-flex;
}
#menu-bar #menu-section #menu li {
  margin-right: 0.5rem;
}
#menu-bar #menu-section #menu li.current-menu-item a {
  color: #5ACEC9;
}
#menu-bar #menu-section #menu li:last-child {
  margin-right: 0;
}
#menu-bar #menu-section #menu li a {
  text-transform: uppercase;
  font-weight: 200;
}
#content h1,
#content h2,
#content h3,
#content h4 {
  text-transform: uppercase;
  font-weight: normal;
  color: #09509F;
  margin: 3rem 0;
}
#content h1,
#content h2 {
  font-size: 6vh;
  line-height: 6vh;
}
#content h3 {
  font-size: 5vh;
  line-height: 5vh;
}
#content h4 {
  font-size: 4vh;
  line-height: 4vh;
}
#intro {
  position: relative;
  min-height: 70vh;
  width: 100%;
  color: #ffffff;
}
#intro.shadow:after {
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.35));
  z-index: 1;
}
#intro .container {
  min-height: 70vh;
}
#intro .caption-wrapper {
  position: absolute;
  bottom: 3rem;
  max-width: 100%;
  left: 0;
  right: 0;
  padding: 0 1rem;
  z-index: 2;
}
#intro .caption-wrapper .caption-inner h1 {
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  font-size: 6vh;
  line-height: 7vh;
}
#intro .caption-wrapper .caption-inner p {
  font-size: 4vh;
  line-height: 4vh;
}
#intro .caption-wrapper .caption-inner .caption-description h1 {
  font-weight: bold;
  text-transform: initial;
}
#intro .caption-wrapper .caption-inner .caption-description h2 {
  font-weight: bold;
  text-transform: initial;
  font-size: 5vh;
  line-height: 6vh;
  margin: 0;
}
#intro .owl-arrows .owl-nav {
  z-index: 3;
}
#intro .owl-dots {
  text-align: left;
  max-width: 1492px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0 1rem;
  position: absolute;
  bottom: 1rem;
}
#intro .owl-dots .owl-dot.active span {
  background-color: #ffffff !important;
}
#intro .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.38) !important;
  margin: 5px 11px !important;
}
#intro .intro-slide {
  height: 100%;
}
#intro .owl-intro {
  height: 70vh;
}
#intro .owl-wrapper-outer {
  height: 70vh !important;
}
#intro .owl-wrapper {
  height: 70vh;
}
#intro .owl-item {
  height: 70vh;
}
#intro .owl-item h1 {
  margin: 0;
}
#location img {
  object-fit: cover;
}
#location .desktop-map {
  display: none;
}
.locations-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.locations-wrapper .location-item {
  flex: 0 0 100%;
  padding: 0 0.5rem;
  margin-bottom: 2rem;
}
.locations-wrapper .location-item:last-child {
  margin-bottom: 0;
}
.locations-wrapper .location-item.gruen .location-inner {
  background-color: #48A7AA;
}
.locations-wrapper .location-item.blau .location-inner {
  background-color: #09509F;
}
.locations-wrapper .location-item.blau .secondary {
  color: #09509F;
}
.locations-wrapper .location-item.blau .secondary:hover {
  background-color: #09509F;
  color: #ffffff;
}
.locations-wrapper .location-item.blau .secondary.outline {
  color: #ffffff;
}
.locations-wrapper .location-item.blau .secondary.outline:hover {
  background-color: #ffffff;
  color: #09509F;
}
.locations-wrapper .location-item.grau .location-inner {
  background-color: #AAAAAA;
}
.locations-wrapper .location-item.grau .secondary {
  color: #AAAAAA;
}
.locations-wrapper .location-item.grau .secondary:hover {
  background-color: #AAAAAA;
  color: #ffffff;
}
.locations-wrapper .location-item.grau .secondary.outline {
  color: #ffffff;
}
.locations-wrapper .location-item.grau .secondary.outline:hover {
  background-color: #ffffff;
  color: #AAAAAA;
}
.locations-wrapper .location-item .location-inner {
  border-radius: 30px;
  padding: 2rem;
  color: #ffffff;
}
.locations-wrapper .location-item .location-inner h3 {
  margin: 0;
  font-size: 5vh;
  line-height: 6vh;
}
.locations-wrapper .location-item .location-inner p {
  font-size: 3vh;
  line-height: 4vh;
}
.locations-wrapper .location-item .location-inner .flex-wrapper {
  margin: 0 -0.5rem;
  flex-direction: column;
}
.locations-wrapper .location-item .location-inner .flex-wrapper a {
  flex: 1;
  margin: 0 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.locations-wrapper .location-item .location-inner .flex-wrapper a:last-child {
  margin-bottom: 0;
}
#trial {
  background-color: #09509F;
  padding-top: 200px;
  padding-bottom: 80px;
  position: relative;
}
#trial a.btn {
  color: #09509F;
}
#trial .chat-bubble {
  position: absolute;
  top: 0;
  transform: translateY(-10%);
  background-color: #48A7AA;
  border-radius: 60px;
  color: #ffffff;
  text-align: center;
  padding: 1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 310px;
  z-index: 1;
  margin-top: -200px;
}
#trial .chat-bubble:after {
  background: url(images/bubble-arrow.png) no-repeat center center / cover;
  height: 66px;
  width: 106px;
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  transform: translateY(99%);
  margin: 0 auto;
  left: 0;
  right: 0;
}
#trial .chat-bubble h2 {
  font-size: 2rem;
}
#trial .trial-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  text-align: center;
  padding: 7rem 1rem 0 1rem;
}
#trial .trial-wrapper .trial-text {
  margin-bottom: 1rem;
}
#trial .trial-wrapper .trial-text div {
  font-size: 1.2rem;
}
#jobs {
  background-color: #AAAAAA;
}
#jobs .job-item {
  text-align: center;
  color: #ffffff;
  padding: 0 35px;
}
#jobs .job-item h2 {
  font-size: 5vh;
  line-height: 6vh;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.2rem;
  padding-top: 0.2rem;
}
#jobs .job-item p {
  font-size: 4vh;
  line-height: 5vh;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.jobs-wrapper {
  margin-top: 3rem;
}
.jobs-wrapper .job-item a {
  background-color: #F2F2F2;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  border-radius: 30px;
  margin-bottom: 2rem;
}
.jobs-wrapper .job-item a img {
  max-width: 25px;
}
.jobs-wrapper .job-item a span {
  font-size: 3vh;
  line-height: 4vh;
  padding-right: 1rem;
  color: #48A7AA;
}
.jobs-wrapper .job-item:last-child a {
  margin-bottom: 0;
}
.faq-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.faq-wrapper .faq-item {
  flex: 0 0 100%;
  border-radius: 30px;
  background-color: #F2F2F2;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  align-items: center;
  position: relative;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.2s ease-in-out;
  max-width: 100%;
}
.faq-wrapper .faq-item:last-child {
  margin-bottom: 0;
}
.faq-wrapper .faq-item.no-trigger.active {
  background-color: #F2F2F2;
  border: 2px solid transparent;
}
.faq-wrapper .faq-item.active {
  background-color: initial;
  border: 2px solid #48A7AA;
  padding: 1rem 2rem;
  align-items: flex-start;
}
.faq-wrapper .faq-item.active .faq-arrow {
  opacity: 1;
}
.faq-wrapper .faq-item.active .faq-arrow img {
  transform: rotate(180deg);
}
.faq-wrapper .faq-item.active .faq-text .faq-answer {
  display: block;
}
.faq-wrapper .faq-item.active .faq-icon {
  margin-top: -1rem;
}
.faq-wrapper .faq-item .faq-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  opacity: 0.5;
  right: 0;
}
.faq-wrapper .faq-item .faq-arrow img {
  max-width: 26px;
  transition: 0.2s ease-in-out;
}
.faq-wrapper .faq-item .faq-icon {
  padding-right: 3rem;
  width: 112px;
  height: 90px;
  display: flex;
  align-items: center;
}
.faq-wrapper .faq-item .faq-icon img {
  max-width: 72px;
  max-height: 75px;
}
.faq-wrapper .faq-item .faq-text {
  flex: 3;
}
.faq-wrapper .faq-item .faq-text .faq-question {
  width: 100%;
}
.faq-wrapper .faq-item .faq-text .faq-question .question {
  position: relative;
  width: 100%;
}
.faq-wrapper .faq-item .faq-text .faq-question .question h3 {
  margin: 0;
  font-weight: bold;
  font-size: 3vh;
  line-height: 4vh;
  color: #48A7AA;
  padding-right: 4rem;
}
.faq-wrapper .faq-item .faq-text .faq-answer {
  display: none;
  margin-top: 2rem;
}
#faecher {
  background-color: rgba(170, 170, 170, 0.19);
}
.service-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.service-wrapper .service-item {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  width: 100%;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
.service-wrapper .service-item:last-child {
  margin-bottom: 0;
}
.service-wrapper .service-item.gruen .service-inner {
  background-color: #48A7AA;
}
.service-wrapper .service-item.blau .service-inner {
  background-color: #09509F;
}
.service-wrapper .service-item.grau .service-inner {
  background-color: #AAAAAA;
}
.service-wrapper .service-item .service-inner {
  background-color: #48A7AA;
  border-radius: 30px;
  padding: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2rem 1rem 1rem 1rem;
}
.service-wrapper .service-item .service-inner h3 {
  font-size: 4vh;
  line-height: 4.8vh;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}
.service-wrapper .service-item .service-inner .service-icon {
  height: 75px;
  position: relative;
}
.service-wrapper .service-item .service-inner .service-icon img {
  max-height: 75px;
  max-width: 61px;
}
.lessons-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.lessons-wrapper .lesson-item {
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
  padding: 0 0.5rem;
  margin-bottom: 2rem;
}
.lessons-wrapper .lesson-item .lesson-image img {
  border-radius: 27px;
}
.lessons-wrapper .lesson-item .lesson-info {
  padding: 2rem 2rem 0 2rem;
  font-size: 1.25rem;
}
.lessons-wrapper .lesson-item .lesson-info h3 {
  color: #707070;
  font-weight: normal;
  font-size: 1.75rem;
  margin: 0;
}
.lessons-wrapper .lesson-item .lesson-info p {
  margin: 0;
}
.lessons-wrapper .lesson-item .lesson-info p:last-of-type {
  margin-bottom: 1.5rem;
}
.facher-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.facher-wrapper .facher-item {
  flex: 0 0 100%;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
.facher-wrapper .facher-item:last-child {
  margin-bottom: 0;
}
.facher-wrapper .facher-item.gruen .facher-inner {
  background-color: #48A7AA;
}
.facher-wrapper .facher-item.blau .facher-inner {
  background-color: #09509F;
}
.facher-wrapper .facher-item.grau .facher-inner {
  background-color: #AAAAAA;
}
.facher-wrapper .facher-item .facher-inner {
  padding: 3.5rem 1rem 2rem 1rem;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
.facher-wrapper .facher-item .facher-inner h3 {
  font-size: 3.5vh;
  line-height: 4.4vh;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 2rem;
}
.facher-wrapper .facher-item .facher-inner .facher-icon img {
  max-height: 70px;
  max-width: 84px;
}
.facher-wrapper .facher-item .facher-inner .facher-list li {
  text-align: center;
  font-size: 3vh;
  line-height: 7vh;
  word-break: break-word;
}
.facher-wrapper .facher-item .facher-inner .facher-list li a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: normal;
}
#testimonials {
  background-color: #F2F2F2;
}
#testimonials .owl-testimonials {
  padding-top: 60px;
  padding-bottom: 20px;
}
#testimonials .owl-theme .owl-stage-outer {
  margin-bottom: 2rem;
}
#testimonials .owl-theme .owl-dots {
  margin-top: 2rem;
}
#testimonials .owl-theme .owl-dots .owl-dot.active span {
  background: #aaaaaa;
}
#testimonials .owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
  width: 12px;
  height: 12px;
  margin: 5px 13px;
}
#testimonials .testimonial-item .testimonial-review,
#testimonials .testimonial-item .testimonial-author {
  display: flex;
  justify-content: center;
}
#testimonials .testimonial-item .testimonial-review {
  color: #707070;
  text-align: center;
  padding: 0 35px;
}
#testimonials .testimonial-item .testimonial-review h3 {
  font-size: 5vh;
  line-height: 6vh;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 3rem;
}
#testimonials .testimonial-item .testimonial-author {
  color: #09509F;
  font-size: 1.25rem;
  font-weight: bold;
}
#news .headline h2 {
  font-weight: bold;
  letter-spacing: 0.2rem;
}
#news-content {
  padding-top: 0;
}
#news-content .container {
  padding: 0 6%;
}
#news-content .news-thumbnail img {
  max-width: 650px;
}
#news-content .news {
  position: relative;
  padding-left: 5%;
  margin-top: 4rem;
}
#news-content .news:before {
  position: absolute;
  display: block;
  content: "";
  background-color: #AAAAAA;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
}
#news-content .news h2 {
  color: #AAAAAA;
  font-size: 5vh;
  text-transform: uppercase;
  margin: 0.5rem 0 0 0;
  font-weight: 400;
}
#news-content .news .date {
  color: #5ACEC9;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
#news-content .news .news-action {
  margin-top: 4rem;
}
#news-list .news-wrapper {
  margin: 0;
}
#news-list .news-wrapper .news-item {
  color: #707070;
  position: relative;
  margin-bottom: 3rem;
  padding: 0 1rem;
}
#news-list .news-wrapper .news-item:last-child {
  margin-bottom: 0;
}
#news-list .news-wrapper .news-item:before {
  position: absolute;
  display: block;
  content: "";
  background-color: #AAAAAA;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
}
#news-list .news-wrapper .news-item .news-excerpt {
  padding-left: 0;
  width: 100%;
}
#news-list .news-wrapper .news-item .news-excerpt:before {
  display: none;
}
#news-list .news-wrapper .news-item .news-action {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
  margin-bottom: 1rem;
}
.news-wrapper .news-item {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 1rem 0 1rem;
  color: #ffffff;
}
.news-wrapper .news-item h2 {
  font-size: 5vh;
  line-height: 6vh;
  text-transform: uppercase;
  margin: 0.5rem 0 0 0;
}
.news-wrapper .news-item h2 a {
  color: #AAAAAA;
  font-weight: 400;
}
.news-wrapper .news-item .date {
  color: #5ACEC9;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.news-wrapper .news-item .news-excerpt {
  position: relative;
  padding-left: 2.5rem;
  width: 100%;
  line-height: 1.75rem;
  font-size: 1.25rem;
}
.news-wrapper .news-item .news-excerpt:before {
  width: 1px;
  height: 100%;
  background-color: #5ACEC9;
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
}
.news-wrapper .news-item .news-excerpt h5 {
  color: #5ACEC9;
  text-transform: uppercase;
  margin: 0;
  font-size: 1.25rem;
  font-weight: normal;
  margin-bottom: 0.25rem;
}
.news-wrapper .news-item .news-excerpt h5 a {
  color: #5ACEC9;
}
.news-wrapper .news-item .news-excerpt p {
  margin-top: 0;
}
.news-wrapper .news-item .news-excerpt p a {
  color: #ffffff;
  font-weight: normal;
}
.news-wrapper .news-item .news-excerpt .news-date {
  color: #AAAAAA;
  margin: 0;
  margin-top: -0.25rem;
}
#more-news .headline h2 {
  color: #AAAAAA;
}
#more-news .container {
  padding: 0 6%;
}
#more-news .news-wrapper .news-item {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#more-news .news-wrapper .news-item:last-child {
  margin-bottom: 0;
}
#more-news .news-wrapper .news-item:nth-child(-n+3) {
  margin-top: 0;
}
#more-news .news-wrapper .news-item .news-excerpt {
  padding-left: 4rem;
}
#more-news .news-wrapper .news-item .news-excerpt:before {
  background-color: #aaaaaa;
}
#more-news .news-wrapper .news-item .news-excerpt h5 {
  color: #ffffff;
}
#more-news .news-wrapper .news-item > p:last-child {
  padding-left: 4rem;
}
#news .headline {
  margin-bottom: 1rem;
}
#breadcrumb {
  padding: 110px 0 80px;
}
#breadcrumb .headline {
  margin-bottom: 0;
}
#breadcrumb .headline h2 {
  font-size: 5vh;
  color: #ffffff;
}
#text-image-block .text-image-block-wrapper:nth-child(2n) .text-block {
  padding: 2rem 10%;
}
.text-image-block-wrapper {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.25rem;
  flex-direction: column-reverse;
}
.text-image-block-wrapper h3 {
  color: #5ACEC9;
  font-weight: 600;
  font-size: 1.75rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.text-image-block-wrapper p {
  margin-bottom: 2rem;
}
.text-image-block-wrapper .text-block {
  padding: 2rem 10% 2rem 7%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.text-image-block-wrapper .text-block > * {
  flex: 0 0 100%;
}
.text-image-block-wrapper .text-block,
.text-image-block-wrapper .image-block {
  flex: 0 0 100%;
}
.text-image-block-wrapper .image-block {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 30px;
}
.text-image-block-wrapper .image-block img {
  object-fit: cover;
}
.teacher-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.teacher-wrapper .teacher-item {
  flex: 0 0 100%;
  padding: 0 0.5rem;
  text-align: center;
  margin-bottom: 1rem;
}
.teacher-wrapper .teacher-item:last-child {
  margin-bottom: 0;
}
.teacher-wrapper .teacher-item h3 {
  font-size: 1.75rem;
  color: #707070;
  font-weight: 400;
}
.teacher-wrapper .teacher-item .teacher-info {
  padding-top: 1rem;
}
.teacher-wrapper .teacher-item .teacher-image img {
  border-radius: 30px;
}
#contact a {
  color: #000000;
  text-decoration: underline;
  font-weight: normal;
}
#contact a:hover {
  text-decoration: none;
}
#footer {
  background-color: #F2F2F2;
  color: #707070;
}
#footer h3 {
  color: #09509F;
  margin: 0;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.25rem;
}
#footer p {
  font-size: 1rem;
}
#footer a {
  color: #09509F;
}
#footer .telephone {
  font-size: 1.25rem;
  font-weight: 400;
}
#footer .menu {
  margin-top: -0.5rem;
}
#footer .menu.social-nav li {
  margin-right: 0;
  margin-bottom: -0.5rem;
}
#footer .menu.social-nav li a {
  font-size: 1rem;
  color: #707070;
}
#footer .menu.social-nav li a:hover {
  text-decoration: underline;
}
#footer .menu.links li {
  line-height: 2.8rem;
}
#footer .menu.links li a {
  font-size: 1.25rem;
  font-weight: 400;
}
#footer .menu.links li a:hover {
  text-decoration: underline;
}
#footer .row .grid-item {
  flex: 0 0 100%;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
#footer .row .grid-item:last-child {
  margin-bottom: 0;
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 512px) {
  body.home #intro .intro-slide:before {
    display: block;
  }
  .lessons-wrapper {
    justify-content: center;
  }
  .lessons-wrapper .lesson-item {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media only screen and (min-width: 580px) {
  .locations-wrapper .location-item {
    flex: 1;
  }
  .locations-wrapper .location-item .flex-wrapper {
    flex-direction: column;
  }
  #footer .row .grid-item {
    flex: 1;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  #trial {
    padding: 30px 0;
  }
  #trial .chat-bubble {
    left: initial;
    margin: initial;
    right: 1rem;
    transform: translateY(-100%);
    margin-top: -60px;
  }
  #trial .chat-bubble h2 {
    margin-top: 0;
  }
  #trial .chat-bubble p {
    margin-bottom: 0;
  }
  #trial .trial-wrapper {
    flex-direction: row;
    padding: 0 1rem;
    margin: 0 -1rem;
  }
  #trial .trial-wrapper > * {
    flex: auto;
    padding: 0 1rem;
  }
  #trial .trial-wrapper .trial-text {
    text-align: left;
    flex: 3;
  }
  body.home #intro .intro-slide:before {
    width: 623px;
    height: 225px;
  }
  body.page-template-template-wissenswertes .faq-wrapper .faq-item {
    padding: 1.5rem 3rem;
  }
  input.form-group,
  textarea.form-group,
  select.form-group {
    padding: 1.5rem;
  }
  .facher-wrapper .facher-item .facher-inner h3 {
    font-size: 3.5vh;
    line-height: 4.4vh;
  }
  .facher-wrapper .facher-item .facher-inner .facher-list li {
    font-size: 1.25rem;
    line-height: 2.75rem;
  }
  .facher-wrapper .facher-item .facher-inner .facher-list li a {
    font-size: 1.25rem;
  }
  .service-wrapper .service-item .service-inner h3 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .locations-wrapper .location-item {
    flex: 1;
  }
  .locations-wrapper .location-item .location-inner h3 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
  .locations-wrapper .location-item .location-inner p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .jobs-wrapper .job-item a {
    padding: 2rem 3rem;
  }
  .jobs-wrapper .job-item a span {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .jobs-wrapper .job-item a img {
    max-width: 36px;
  }
  .faq-wrapper .faq-item {
    padding: 2rem 3rem;
  }
  .faq-wrapper .faq-item.active {
    padding: 2rem 3rem;
  }
  .faq-wrapper .faq-item .faq-arrow img {
    max-width: 35px;
  }
  .faq-wrapper .faq-item .faq-text .faq-question .question h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .teacher-wrapper .teacher-item {
    flex: 0 0 50%;
  }
  .facher-wrapper {
    justify-content: center;
  }
  .facher-wrapper .facher-item {
    flex: 0 0 50%;
    width: 50%;
    margin-top: 1rem;
  }
  .facher-wrapper .facher-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .facher-wrapper .facher-item .facher-inner {
    padding: 3.5rem 2rem 2rem 2rem;
  }
  .service-wrapper {
    justify-content: center;
  }
  .service-wrapper .service-item {
    flex: 0 0 50%;
    width: 50%;
    margin-bottom: 1rem;
  }
  .news-wrapper .news-item {
    flex: 0 0 50%;
    width: 50%;
  }
  .news-wrapper .news-item .news-excerpt {
    width: 72%;
  }
  #jobs .job-item h2 {
    font-size: 2.813rem;
    line-height: 3rem;
  }
  #jobs .job-item p {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  #breadcrumb .headline h2 {
    font-size: 4.375rem;
    line-height: 4.5rem;
  }
  #text-image-block .text-image-block-wrapper {
    flex-direction: initial;
  }
  #text-image-block .text-image-block-wrapper:nth-child(2n) {
    flex-direction: row-reverse;
  }
  #text-image-block .text-image-block-wrapper:nth-child(2n) .text-block {
    padding: 2rem 5%;
  }
  #text-image-block .text-image-block-wrapper .text-block,
  #text-image-block .text-image-block-wrapper .image-block {
    flex: 0 0 50%;
  }
  #text-image-block .text-image-block-wrapper .text-block {
    padding: 2rem 5%;
  }
  #more-news .headline {
    padding: 0 4rem;
  }
  #more-news .news-wrapper .news-item {
    flex: 0 0 50%;
  }
  #news-content .news h2 {
    font-size: 2.813rem;
    line-height: 3.2rem;
  }
  #news-list .news-wrapper .news-item {
    flex: 0 0 50%;
    width: 50%;
    margin-bottom: 0;
    margin-top: 6rem;
    padding-right: 2rem;
  }
  #news-list .news-wrapper .news-item .news-date {
    margin-bottom: 4rem;
  }
  #news-list .news-wrapper:last-child {
    margin-bottom: initial;
  }
  #news-list .news-wrapper:nth-child(-n+2) {
    margin-top: 0;
  }
  #intro .caption-wrapper .caption-inner h1 {
    font-size: 4.375rem;
    line-height: 5rem;
  }
  #intro .caption-wrapper .caption-inner p {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  #intro .caption-wrapper .caption-inner .caption-description p {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  #location .desktop-map {
    display: block;
  }
  #location .mobile-map {
    display: none;
  }
  #trial .trial-wrapper .trial-text div {
    font-size: 2.25rem;
  }
  #footer .row .grid-item {
    flex: initial;
    padding: 0 4rem;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  #menu-bar-sticky-wrapper.is-sticky #menu-bar #logo-placeholder {
    flex: 1;
  }
  #menu-bar-sticky-wrapper.is-sticky #menu-bar #menu-section #sub-menu {
    display: none;
  }
  #menu-bar #logo-placeholder {
    flex: 1.5;
  }
  #menu-bar #menu-section {
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
    padding: 0 1rem;
  }
  #menu-bar #menu-section #sub-menu a {
    font-size: 1rem;
  }
  #menu-bar #menu-section #sub-menu #lz-languages {
    display: block;
  }
  #menu-bar #menu-section #menu {
    display: flex;
  }
  #menu-bar #menu-section #hamburger {
    display: none;
  }
  #intro {
    min-height: 680px;
  }
  #intro .container {
    min-height: 680px;
  }
  #intro .owl-item,
  #intro .owl-intro {
    height: 680px;
  }
  .wpcf7-form p {
    margin-top: 0;
    margin-bottom: 3rem;
  }
  .container.xs-size {
    padding: 0 13%;
  }
  .container.small {
    padding: 0 7%;
  }
  body.page-template-template-kontakt .container.xs-size {
    padding: 0 18%;
  }
  body.page-template-template-wissenswertes .faq-wrapper .faq-item {
    padding: 1.5rem 3rem;
  }
  body.home #intro .caption-wrapper {
    margin-left: 3rem;
  }
  body.home #intro .intro-slide:before {
    height: 340px;
    width: 960px;
  }
  #content h1,
  #content h2 {
    font-size: 2.813rem;
    line-height: 3.2rem;
  }
  #content h3 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
  #content h4 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .headline h2 {
    font-size: 2.813rem;
    line-height: 3.2rem;
  }
  .owl-arrows .owl-nav .owl-prev {
    left: 1rem;
  }
  .owl-arrows .owl-nav .owl-next {
    right: 1rem;
  }
  .owl-arrows .owl-nav button img {
    max-width: 45px;
  }
  .teacher-wrapper .teacher-item {
    flex: 0 0 33.3333%;
    margin-bottom: 0;
    margin-top: 3rem;
  }
  .teacher-wrapper .teacher-item:last-child {
    margin-bottom: initial;
  }
  .teacher-wrapper .teacher-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .jobs-wrapper .job-item a {
    padding: 3rem;
  }
  .jobs-wrapper .job-item a span {
    font-size: 2.625rem;
    line-height: 3rem;
  }
  .faq-wrapper .faq-item {
    padding: 2.9rem 3rem;
  }
  .faq-wrapper .faq-item.active {
    padding: 2.9rem 3rem;
  }
  .faq-wrapper .faq-item .faq-arrow img {
    max-width: 42px;
  }
  .faq-wrapper .faq-item .faq-text .faq-question .question h3 {
    font-size: 2.625rem;
    line-height: 3rem;
  }
  .faq-wrapper .faq-item .faq-answer {
    padding-right: 6rem;
  }
  .facher-wrapper .facher-item {
    flex: 0 0 33.3333%;
    width: 33.3333%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .facher-wrapper .facher-item .facher-inner .facher-list li {
    font-size: 2rem;
    line-height: 3.5rem;
  }
  .facher-wrapper .facher-item .facher-inner .facher-list li a {
    font-size: 2rem;
  }
  .news-wrapper .news-item {
    flex: 0 0 50%;
    width: 50%;
  }
  .lessons-wrapper .lesson-item {
    flex: 0 0 33.3333%;
    width: 33.3333%;
  }
  .lessons-wrapper .lesson-item .lesson-info h3 {
    font-size: 2rem;
  }
  .lessons-wrapper .lesson-item .lesson-info p {
    font-size: 1.313rem;
  }
  .service-wrapper .service-item {
    flex: 0 0 33.3333%;
    width: 33.3333%;
    margin-bottom: 0;
  }
  #more-news .news-wrapper .news-item {
    flex: 0 0 33.3333%;
    display: flex;
    flex-direction: column;
  }
  #more-news .news-wrapper .news-item:nth-child(1) {
    align-items: flex-start;
  }
  #more-news .news-wrapper .news-item:nth-child(2) {
    align-items: center;
  }
  #more-news .news-wrapper .news-item:nth-child(3) {
    align-items: flex-end;
  }
  #more-news .news-wrapper .news-item:nth-child(4) {
    align-items: flex-start;
  }
  #more-news .news-wrapper .news-item:nth-child(5) {
    align-items: center;
  }
  #more-news .news-wrapper .news-item:nth-child(6) {
    align-items: flex-end;
  }
  #news-list .news-wrapper .news-item {
    padding: 0 5%;
    padding-right: 4rem;
  }
  #menu-bar #menu-section #sub-menu a {
    font-size: 0.825rem;
  }
  #menu-bar #menu-section #menu {
    margin-top: 0;
  }
  #menu-bar #menu-section #menu li {
    margin-right: 0.5rem;
  }
  #menu-bar #menu-section #menu li a {
    font-size: 1rem;
  }
  #text-image-block .text-image-block-wrapper:nth-child(2n) .text-block {
    padding: 2rem 10%;
  }
  #text-image-block .text-image-block-wrapper .text-block {
    padding: 2rem 10%;
  }
  #intro .caption-wrapper .caption-inner .caption-description h1,
  #intro .caption-wrapper .caption-inner .caption-description h2 {
    font-size: 4rem;
    line-height: 5rem;
  }
  #testimonials .owl-theme .owl-stage-outer {
    margin-bottom: initial;
  }
  #testimonials .owl-testimonials {
    padding-top: 130px;
    padding-bottom: 20px;
  }
  #testimonials .testimonial-item .testimonial-review h3 {
    font-size: 2rem;
    line-height: 2.6rem;
    width: 35%;
    text-align: center;
  }
  #jobs .job-item h2 {
    font-size: 2.813rem;
    line-height: 3.2rem;
  }
  #jobs .job-item p {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  #trial .chat-bubble h2 {
    margin-top: 1rem;
  }
  #trial .chat-bubble p {
    margin-bottom: 1rem;
  }
  #footer h3 {
    font-size: 1.438rem;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  body.page-template-template-kontakt .container.xs-size {
    padding: 0 1rem;
  }
  .container.xs-size {
    padding: 0 1rem;
  }
  #mobile-menu {
    display: none !important;
  }
  #menu-bar #menu-section #menu li {
    margin-right: 2rem;
  }
  #menu-bar #menu-section #menu li a {
    font-size: 1rem;
  }
  .news-wrapper .news-item {
    flex: 0 0 25%;
    width: 25%;
  }
  .facher-wrapper .facher-item .facher-inner h3 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .service-wrapper .service-item .service-inner h3 {
    font-size: 2.25rem;
    line-height: 2.9rem;
    margin-top: 1.5rem;
  }
  .service-wrapper .service-item .service-inner .service-icon {
    height: 100px;
  }
  .service-wrapper .service-item .service-inner .service-icon img {
    max-height: 90px;
    max-width: 70px;
  }
  .locations-wrapper .location-item .location-inner .flex-wrapper {
    flex-direction: row;
  }
  .locations-wrapper .location-item .location-inner .flex-wrapper a {
    margin-bottom: 0;
    font-size: 1rem;
  }
  #trial .trial-wrapper {
    width: 82%;
  }
  #trial .trial-wrapper a {
    color: #48A7AA;
  }
  #trial:before {
    background-color: #48A7AA;
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 80%;
    border-radius: 0 30px 30px 0;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1490px) {
  body.home #intro .caption-wrapper {
    padding: 0 1rem;
  }
  #trial .chat-bubble {
    padding: 2rem;
  }
  #menu-bar #menu-section #sub-menu a {
    font-size: 1rem;
  }
  #menu-bar #menu-section #menu li {
    margin-right: 3.5rem;
  }
  #menu-bar #menu-section #menu li a {
    font-size: 1.313rem;
  }
  .facher-wrapper .facher-item .facher-inner h3 {
    font-size: 2.25rem;
    line-height: 2.9rem;
  }
  .locations-wrapper .location-item .location-inner .flex-wrapper a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1660px) {
  body.home #intro .caption-wrapper {
    margin-left: 0;
  }
  #trial .trial-wrapper {
    width: 75%;
  }
}
@media screen and (min-width: 1921px) {
  body.home #intro .intro-slide:before {
    display: none;
  }
  body.home #intro .caption-wrapper:before {
    display: block;
    position: absolute;
    content: "";
    background: url(images/headline-texture-full.png) no-repeat center center / cover;
    width: 1151px;
    height: 340px;
    top: -50%;
    transform: translateX(-30%);
  }
  #trial:before {
    width: 67%;
  }
  #trial .container:before {
    position: absolute;
    background-color: #48A7AA;
    content: "";
    display: block;
  }
}
