@font-face {
  font-family: "Optimus";
  src: url('Fonts/OptimusPrinceps.ttf');
  font-weight: 400;
}
@font-face {
  font-family: "OptimusBold";
  src: url('Fonts/OptimusPrincepsSemiBold.ttf');
  font-weight: 600;
}
@font-face {
  font-family: "MonteThin";
  src: url('Fonts/Montserrat-Thin.ttf');
  font-weight: 200;
}
@font-face {
  font-family: "Monte";
  src: url('Fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: "MonteBold";
  src: url('Fonts/Montserrat-Bold.ttf');
  font-weight: 600;
}
@keyframes menuCtrlBtnSolidsOpen {
  0% {
    width: 25px;
    height: 3px;
  }
  100% {
    width: 0;
    height: 0;
  }
}
@-webkit-keyframes menuCtrlBtnSolidsOpen {
  0% {
    width: 25px;
    height: 3px;
  }
  100% {
    width: 0;
    height: 0;
  }
}
@-moz-keyframes menuCtrlBtnSolidsOpen {
  0% {
    width: 25px;
    height: 3px;
  }
  100% {
    width: 0;
    height: 0;
  }
}
@-o-keyframes menuCtrlBtnSolidsOpen {
  0% {
    width: 25px;
    height: 3px;
  }
  100% {
    width: 0;
    height: 0;
  }
}
@keyframes menuCtrlBtnSolidsClose {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 25px;
    height: 3px;
  }
}
@-webkit-keyframes menuCtrlBtnSolidsClose {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 25px;
    height: 3px;
  }
}
@-moz-keyframes menuCtrlBtnSolidsClose {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 25px;
    height: 3px;
  }
}
@-o-keyframes menuCtrlBtnSolidsClose {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 25px;
    height: 3px;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    margin-left: 20px;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    margin-left: 20px;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    margin-left: 20px;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    margin-left: 20px;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    margin-left: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 20px;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    margin-left: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 20px;
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    margin-left: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 20px;
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    margin-left: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 20px;
  }
}
.flexbox {
  display: flex;
  justify-content: space-around;
  position: relative;
  flex-wrap: wrap;
}
.flexbox.w100 {
  flex: 0 1 100%;
}
.flexbox.w75 {
  flex: 0 1 75%;
}
.flexbox.w70 {
  flex: 0 1 70%;
}
.flexbox.w66 {
  flex: 0 1 66%;
}
.flexbox.w60 {
  flex: 0 1 60%;
}
.flexbox.w52 {
  flex: 0 1 52%;
}
.flexbox.w50 {
  flex: 0 1 50%;
}
.flexbox.w46 {
  flex: 0 1 46%;
}
.flexbox.w40 {
  flex: 0 1 40%;
}
.flexbox.w33 {
  flex: 0 1 33%;
}
.flexbox.w30 {
  flex: 0 1 30%;
}
.flexbox.w25 {
  flex: 0 1 25%;
}
.flexbox.w10 {
  flex: 0 1 10%;
}
.flexbox.left {
  justify-content: flex-start;
}
.flexbox.center {
  align-items: center;
}
.flexbox.right {
  justify-content: flex-end;
}
.flexbox.baseline {
  align-items: baseline;
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: auto;
  margin: 0;
  font-size: 18px;
  touch-action: pan-y;
}
@media only screen and (max-width: 949px) {
  body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: scroll;
    overflow-x: hidden;
    position: absolute;
    overflow: scrolling;
    -webkit-overflow-scrolling: touch;
  }
}
body h2 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 949px) {
  body h2 {
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 689px) {
  body h2 {
    line-height: 1.8rem;
  }
}
body h3 {
  font-size: 1.4rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 949px) {
  body h3 {
    line-height: 2.3rem;
  }
}
@media only screen and (max-width: 689px) {
  body h3 {
    line-height: 1.8rem;
  }
}
a {
  font-size: .9rem;
  color: #fff;
  text-decoration: none;
  padding: 0;
}
p {
  font-size: .9rem;
  font-family: Monte;
}
section {
  width: 100%;
  position: relative;
  line-height: 1.4rem;
}
ul {
  list-style: none;
}
video {
  border-radius: 10px;
}
.text-center {
  text-align: center;
}
@keyframes dotLoader {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes dotLoader {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes dotLoader {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-o-keyframes dotLoader {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes coverIn {
  from {
    background-color: rgba(0,0,0,0);
  }
  to {
    background-color: rgba(0,0,0,0.8);
  }
}
@-webkit-keyframes coverIn {
  from {
    background-color: rgba(0,0,0,0);
  }
  to {
    background-color: rgba(0,0,0,0.8);
  }
}
@-moz-keyframes coverIn {
  from {
    background-color: rgba(0,0,0,0);
  }
  to {
    background-color: rgba(0,0,0,0.8);
  }
}
@-o-keyframes coverIn {
  from {
    background-color: rgba(0,0,0,0);
  }
  to {
    background-color: rgba(0,0,0,0.8);
  }
}
@keyframes coverOut {
  from {
    background-color: rgba(0,0,0,0.8);
  }
  to {
    background-color: rgba(0,0,0,0);
  }
}
@-webkit-keyframes coverOut {
  from {
    background-color: rgba(0,0,0,0.8);
  }
  to {
    background-color: rgba(0,0,0,0);
  }
}
@-moz-keyframes coverOut {
  from {
    background-color: rgba(0,0,0,0.8);
  }
  to {
    background-color: rgba(0,0,0,0);
  }
}
@-o-keyframes coverOut {
  from {
    background-color: rgba(0,0,0,0.8);
  }
  to {
    background-color: rgba(0,0,0,0);
  }
}
@keyframes menuSlidedown {
  0% {
    transform: translateY(-99vh);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes menuSlidedown {
  0% {
    transform: translateY(-99vh);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes menuSlidedown {
  0% {
    transform: translateY(-99vh);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes menuSlidedown {
  0% {
    transform: translateY(-99vh);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes menuSlideup {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-99vh);
  }
}
@-webkit-keyframes menuSlideup {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-99vh);
  }
}
@-moz-keyframes menuSlideup {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-99vh);
  }
}
@-o-keyframes menuSlideup {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-99vh);
  }
}
.Navigation {
  position: fixed;
  width: 100%;
  height: 70px;
  top: 0;
  z-index: 4;
  transition: all 350ms ease-out;
  -webkit-transition: all 350ms ease-out;
}
@media only screen and (max-width: 949px) {
  .Navigation {
    position: fixed;
    background-color: #c01515;
    width: 100%;
    height: 100vh;
    transform: translateY(-99vh);
    box-shadow: 0 0 10px #333;
  }
}
.Navigation.open {
  animation: menuSlidedown 350ms forwards 1 ease-in-out;
  -webkit-animation: menuSlidedown 350ms forwards 1 ease-in-out;
  -o-animation: menuSlidedown 350ms forwards 1 ease-in-out;
}
.Navigation.close {
  animation: menuSlideup 350ms forwards 1 ease-in-out;
  -webkit-animation: menuSlideup 350ms forwards 1 ease-in-out;
  -o-animation: menuSlideup 350ms forwards 1 ease-in-out;
}
.menu-ctrl-btn {
  display: none;
}
@media only screen and (max-width: 949px) {
  .menu-ctrl-btn {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    top: 10px;
    z-index: 5;
    transition: all calc(350ms - 100ms) ease-out;
    -webkit-transition: all calc(350ms - 100ms) ease-out;
    left: 0;
    text-align: center;
  }
}
.menu-ctrl-btn div:first-child {
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #fff;
  border-radius: 30px;
  left: 50%;
  transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
}
.menu-ctrl-btn div:first-child:before {
  content: "";
  position: absolute;
  top: -7px;
  left: -2px;
  width: calc(25px + 4px);
  height: 3px;
  border-radius: 30px;
  background-color: #fff;
  transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
}
.menu-ctrl-btn div:first-child:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 2px;
  width: calc(25px - 4px);
  height: 3px;
  border-radius: 30px;
  background-color: #fff;
  transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
}
.menu-ctrl-btn div:first-child.open {
  animation: menuCtrlBtnSolidsOpen 350ms forwards 1 ease-in-out;
  -webkit-animation: menuCtrlBtnSolidsOpen 350ms forwards 1 ease-in-out;
  -o-animation: menuCtrlBtnSolidsOpen 350ms forwards 1 ease-in-out;
}
.menu-ctrl-btn div:first-child.open:before {
  transform: rotate(45deg);
  height: calc(3px + 3px);
  border-radius: calc(30px + 2px);
  top: -3px;
  left: -1px;
}
.menu-ctrl-btn div:first-child.open:after {
  transform: rotate(-45deg);
  height: calc(3px + 3px);
  border-radius: calc(30px + 2px);
  width: calc(25px + 4px);
  bottom: -3px;
  left: -1px;
}
.menu-ctrl-btn div:first-child.close {
  animation: menuCtrlBtnSolidsClose 350ms forwards 1 ease-in-out;
  -webkit-animation: menuCtrlBtnSolidsClose 350ms forwards 1 ease-in-out;
  -o-animation: menuCtrlBtnSolidsClose 350ms forwards 1 ease-in-out;
}
.Navigation-Bar {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1250px;
  height: 100%;
  margin: 0 auto;
}
.Navigation-Bar .flexbox {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 949px) {
  .Navigation-Bar .flexbox {
    padding-left: 22vw;
  }
}
@media only screen and (max-width: 949px) {
  .Navigation-Bar {
    position: relative;
    display: flex;
    align-items: flex-start !important;
    top: 25vh;
  }
  .Navigation-Bar ul {
    flex-direction: column;
  }
  .Navigation-Bar .Main-Menu-Item {
    position: relative;
    display: flex;
    align-self: flex-start;
    flex-direction: column;
    z-index: 1;
    opacity: 1;
  }
  .Navigation-Bar .Submenu {
    display: none;
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    padding: 0 45px;
    transition: all .6s ease-in-out;
  }
  .Navigation-Bar .Submenu.open {
    display: flex;
  }
  .Navigation-Bar .Submenu.close {
    display: none;
  }
  .Navigation-Bar .Submenu-Item {
    width: 100%;
    padding: 4px 0;
    opacity: 0;
  }
  .Navigation-Bar .Submenu-Item:nth-child(even) {
    margin-bottom: 0;
  }
  .Navigation-Bar .Submenu-Item.fadeIn {
    animation: fadeInRight 350ms forwards 1 ease-in-out;
    animation-delay: 120ms;
    -webkit-animation: fadeInRight 350ms forwards 1 ease-in-out;
    -webkit-animation-delay: 120ms;
    -o-animation: fadeInRight 350ms forwards 1 ease-in-out;
    -o-animation-delay: 120ms;
  }
  .Navigation-Bar .Submenu-Item.fadeOut {
    animation: fadeOutRight 350ms forwards 1 ease-in-out;
    animation-delay: 60ms;
    -webkit-animation: fadeOutRight 350ms forwards 1 ease-in-out;
    -webkit-animation-delay: 60ms;
    -o-animation: fadeOutRight 350ms forwards 1 ease-in-out;
    -o-animation-delay: 60ms;
  }
}
@media only screen and (max-width: 689px) {
  .Navigation-Bar ul {
    top: 0;
    padding-top: 200px;
    height: auto;
  }
}
.Main-Menu-Item {
  position: relative;
  align-self: center;
  padding: 10px 20px;
  font-family: MonteBold;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.3rem;
  transition: all 350ms cubic-bezier(1.000,-0.2,0.010,1.160);
  -webkit-transition: all 350ms cubic-bezier(1.000,-0.2,0.010,1.160);
}
.Main-Menu-Item a {
  font-size: 1.3rem;
}
.Main-Menu-Item.black {
  color: #333;
}
.Main-Menu-Item:hover,
.Main-Menu-Item .active {
  color: #fff;
  background-color: #c01515;
  transition: text-shadow .6s;
  transition: border-bottom-color .6s;
  transition: border-bottom-width .2s;
  -webkit-transition: text-shadow .6s;
  -webkit-transition: border-bottom-color .6s;
  -webkit-transition: border-bottom-width .2s;
  cursor: pointer;
}
.flexbox > ul {
  height: 50px;
  list-style: none;
  margin: 0;
  top: 25%;
  padding: 0;
}
.Submenu {
  position: absolute;
  width: auto;
  height: auto;
  display: none;
  padding: 15px 15px 0;
  left: 0;
  top: 40px;
  background-color: #c01515;
}
.Submenu.active {
  display: inline-block;
}
.Submenu-Item {
  width: 45%;
  float: left;
  padding: 10px 10px;
  font-family: Monte;
}
.Submenu-Item:nth-child(odd) {
  clear: right;
}
.Submenu-Item:nth-child(even) {
  margin-bottom: 30px;
}
.Submenu-Item h2 {
  margin: 0;
  font-family: MonteBold;
  font-size: 1.3em;
  margin-bottom: 5px;
  color: #333;
}
.Submenu-Item h2:hover {
  color: #fff;
}
.Logo {
  position: absolute;
  max-width: 240px;
  height: 100%;
  top: 30px;
  margin-left: calc(100vw - 96.5%);
  z-index: 4;
}
@media only screen and (max-width: 949px) {
  .Logo {
    height: auto;
  }
}
@media only screen and (max-width: 689px) {
  .Logo {
    position: fixed;
    width: auto;
    height: auto;
    margin: 0;
    text-align: center;
    top: 75px;
    left: -101px;
    transition: all .3s ease-in-out 650ms;
    -webkit-transition: all .3s ease-in-out 650ms;
  }
  .Logo.slideIn {
    left: 0;
  }
}
.Logo .Logo-Image img {
  width: 175px;
  height: 155px;
  left: 240px;
  border-radius: 10px;
  background: #fff;
}
@media only screen and (max-width: 949px) {
  .Logo .Logo-Image img {
    box-shadow: 0 0 5px #333;
  }
}
@media only screen and (max-width: 689px) {
  .Logo .Logo-Image img {
    width: 100px;
    height: 95px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}
.Calligraphic {
  width: 70px;
  margin: 30px auto 0;
}
@media only screen and (max-width: 1319px) {
  .Calligraphic {
    display: none;
    opacity: 0;
    width: 55px;
  }
}
.Calligraphic.open {
  opacity: 1;
  display: block;
}
.Calligraphic .Calligraphic-Image {
  width: 90%;
  border: none;
  background-color: transparent;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
}
.slider {
  position: relative;
  height: 100%;
}
.slider .ce-bodytext {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  padding-bottom: 60px;
}
@media only screen and (max-width: 689px) {
  .slider .ce-bodytext {
    padding-bottom: 40px;
  }
}
.slider .ce-bodytext p,
.slider .ce-bodytext header {
  flex: 0 1 100%;
  color: #fff;
  z-index: 2;
  font-family: MonteBold;
}
.slider .ce-bodytext header {
  max-width: 690px;
  margin: 0 20px;
}
.slider .ce-bodytext header h2 {
  margin: 0;
  font-size: 5rem;
}
@media only screen and (max-width: 1149px) {
  .slider .ce-bodytext header h2 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 949px) {
  .slider .ce-bodytext header h2 {
    font-size: 2.3rem;
    line-height: 2.4rem;
  }
}
.slider .ce-bodytext p {
  font-size: 1rem;
  margin: 15px 20%;
  font-family: Monte;
  max-width: 690px;
}
@media only screen and (max-width: 689px) {
  .slider .ce-bodytext p {
    margin: 15px 20px;
  }
}
.slider .darken-Overlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg,rgba(0,0,0,0) 39%,#000000 87%);
  background-blend-mode: multiply, normal;
  top: 0;
  left: 0;
}
.slider .skew-Bottom {
  width: calc(100% - 2px);
  height: 100px;
  background-color: #fff;
  z-index: 2;
  position: absolute;
  transform: rotate(2deg);
  bottom: 0;
}
.slider-Img img {
  width: 100vw;
  height: 120vh;
  object-fit: cover;
  object-position: top;
}
@media only screen and (max-width: 949px) {
  .slider-Img img {
    height: 90vh;
  }
}
.slider-Img.right img {
  object-position: top right;
}
@media only screen and (max-width: 949px) {
  .slider-Img.right img {
    height: 90vh;
  }
}
.button {
  position: relative;
  padding: 15px;
  transition: all .3s;
  top: 10px;
  border-radius: 3px;
  border: none;
  font-family: MonteBold;
  font-size: .7em;
}
.button.red {
  background-color: #c01515;
  color: #fff;
  margin: 10px 0;
}
.button.red:hover {
  background-color: #fff;
  color: #333;
  cursor: pointer;
}
.button.white {
  background-color: #fff;
  color: #333;
}
.button.white:hover {
  background-color: #c01515;
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 5px #060606a8;
}
.button.black {
  color: #333;
}
.button.black:hover {
  background-color: #c01515;
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 5px #060606a8;
}
.frame-type-textmedia.frame-layout-slider {
  max-width: 100%;
  margin: 0;
  height: auto;
}
.frame-type-textmedia {
  max-width: 1250px;
  margin: 0 auto;
}
@media only screen and (max-width: 1149px) {
  .frame-type-textmedia {
    margin: 0 20px;
  }
}
.frame-type-textmedia:not(.frame-layout-slider) .ce-gallery {
  margin: 0 30px;
}
.frame-type-textmedia:not(.frame-layout-slider) .ce-gallery img {
  border-radius: 5px;
}
.frame-type-textmedia:not(.frame-layout-slider) .ce-outer,
.frame-type-textmedia:not(.frame-layout-slider) .ce-inner {
  right: 0;
  float: none;
}
.frame-type-textmedia:not(.frame-layout-slider) .ce-column,
.frame-type-textmedia:not(.frame-layout-slider) .ce-column figure.video,
.frame-type-textmedia:not(.frame-layout-slider) .ce-column iframe {
  width: 100%;
}
.frame-type-textmedia:not(.frame-layout-slider) img.image-embed-item {
  width: 100%;
  height: auto;
}
.frame-space-before-no-space {
  margin-top: 0px;
  padding-top: 0 !important;
}
.grid-Zwei-Spaltig .ce-bodytext iframe {
  width: 100%;
  height: 620px;
  border-radius: 5px;
  box-shadow: 0 0 5px #060606a8;
}
@media only screen and (max-width: 949px) {
  .grid-Zwei-Spaltig .ce-bodytext iframe {
    height: 315px;
  }
}
.frame-layout-red-Bg {
  position: relative;
  background-color: #c01515;
}
.frame-layout-red-Bg:before {
  content: "";
  position: absolute;
  top: -45px;
  width: 100%;
  height: 60px;
  transform: skewY(1deg);
  z-index: 1;
  background-color: #c01515;
}
.frame-layout-red-Bg p {
  color: #fff;
}
.frame-layout-red-Bg:after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 60px;
  transform: skewY(1deg);
  z-index: 1;
  background-color: #c01515;
}
.frame-layout-mobile-column-reverse-red-bg {
  position: relative;
  background-color: #c01515;
}
@media only screen and (max-width: 1319px) {
  .frame-layout-mobile-column-reverse-red-bg .grid {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1319px) {
  .frame-layout-mobile-column-reverse-red-bg .grid .links {
    width: 100%;
  }
}
@media only screen and (max-width: 689px) {
  .frame-layout-mobile-column-reverse-red-bg .grid .rechts .ce-gallery {
    margin: 0;
  }
}
.frame-layout-mobile-column-reverse-red-bg:before {
  content: "";
  position: absolute;
  top: -45px;
  width: 100%;
  height: 60px;
  transform: skewY(1deg);
  z-index: 1;
  background-color: #c01515;
}
.frame-layout-mobile-column-reverse-red-bg p {
  color: #fff;
}
.frame-layout-mobile-column-reverse-red-bg:after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 60px;
  transform: skewY(1deg);
  z-index: 1;
  background-color: #c01515;
}
@media only screen and (max-width: 1319px) {
  .frame-layout-mobile-column-reverse .grid {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1319px) {
  .frame-layout-mobile-column-reverse .grid .links {
    width: 100%;
  }
}
@media only screen and (max-width: 689px) {
  .frame-layout-mobile-column-reverse .grid .rechts .ce-gallery {
    margin: 0;
  }
}
.frame-space-after-no-space-after {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
h1,
h2,
h3 {
  font-family: MonteBold;
  color: #333;
}
h1.white,
h2.white,
h3.white {
  color: #fff;
}
.hidden {
  display: none;
}
h1 {
  font-size: 2.8rem;
}
h2 {
  font-size: 2.2rem;
}
h3 {
  font-size: 1.8rem;
}
.contact-banner {
  background-color: #c01515;
  transform: skewY(1deg);
  width: 100%;
  height: 100px;
}
@media only screen and (max-width: 689px) {
  .contact-banner {
    height: 100%;
  }
}
.contact-banner .grid-Zwei-Spaltig {
  padding: 0;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 689px) {
  .contact-banner .grid-Zwei-Spaltig {
    padding: 0 30px;
  }
}
.contact-banner .links {
  text-align: right;
  flex: 0 1 calc(52% - 20px);
}
@media only screen and (max-width: 689px) {
  .contact-banner .links {
    flex: 0 1 100%;
  }
}
.contact-banner .links p {
  text-align: center;
  font-family: MonteBold;
  font-size: 1.5rem;
  color: #fff;
}
.contact-banner .rechts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 30%;
}
@media only screen and (max-width: 689px) {
  .contact-banner .rechts {
    flex: 0 1 100%;
    margin-bottom: 20px;
  }
}
.contact-banner .rechts .button {
  top: 0;
  font-size: 1rem;
}
.contact-banner .rechts .button p {
  margin: 0;
  padding: 0;
}
.places-count {
  position: relative;
  top: 0;
}
.places-count .count {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  z-index: 1;
  padding: 3px;
  right: -15px;
  top: -10px;
  background-color: #d79c17;
  border-radius: 50%;
  font-family: MonteBold;
  color: #fff;
}
.black-white-bg {
  position: relative;
}
.black-white-bg:before {
  content: "";
  position: absolute;
  background-color: #333;
  width: 50%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 949px) {
  .black-white-bg:before {
    height: 50%;
    width: 100%;
    transform: skewY(-1deg);
  }
}
@media only screen and (max-width: 1319px) {
  .black-white.grid-Zwei-Spaltig {
    padding: 0;
  }
}
.black-white .links,
.black-white .rechts {
  padding: 50px 0;
}
@media only screen and (max-width: 949px) {
  .black-white .links {
    flex: 0 1 100%;
    margin-right: 0;
  }
}
.black-white .links header h2,
.black-white .links h3 {
  color: #fff;
  text-align: center;
}
.black-white .links p {
  color: #fff;
}
@media only screen and (max-width: 689px) {
  .black-white .links p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 949px) {
  .black-white .rechts {
    flex: 0 1 100%;
  }
}
.black-white .rechts header h2,
.black-white .rechts h3 {
  text-align: center;
}
@media only screen and (max-width: 689px) {
  .black-white .rechts p {
    font-size: 1rem;
  }
}
.frame-layout-image-slider {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  margin-top: 50px;
}
@media only screen and (max-width: 1319px) {
  .frame-layout-image-slider {
    width: calc(100% - 60px);
    margin: 50px 30px 30px;
  }
}
.frame-layout-image-slider .ce-outer {
  width: 100%;
  right: auto;
}
.frame-layout-image-slider .ce-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  right: auto;
}
.frame-layout-image-slider .ce-row {
  flex: 0 1 calc(100% / 5 - 10px);
}
.frame-layout-image-slider .ce-row:not(:last-child) {
  margin-right: 10px;
}
.frame-layout-image-slider .ce-row:last-child {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1319px) {
  .frame-layout-image-slider .ce-row {
    flex: 0 1 calc(100% / 3 - 10px);
  }
}
@media only screen and (max-width: 689px) {
  .frame-layout-image-slider .ce-row {
    flex: 0 1 100%;
  }
  .frame-layout-image-slider .ce-row:not(:last-child) {
    margin-right: 0;
  }
  .frame-layout-image-slider .ce-row:last-child {
    margin-bottom: 0;
  }
}
.frame-layout-image-slider .ce-row figure {
  display: inline-block;
  width: 100%;
}
.frame-layout-image-slider .ce-row img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
  border-radius: 10px;
}
.frame-layout-image-slider .ce-column {
  width: 100%;
}
.Menu-Cover {
  position: fixed;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  top: 0;
  z-index: 4;
}
@media only screen and (max-width: 949px) {
  .Menu-Cover {
    display: none;
  }
}
.Menu-Cover.fade-cover-in {
  visibility: initial;
  transition: visibility 700ms;
  animation-name: coverIn;
  animation-duration: 700ms;
  background-color: rgba(0,0,0,0.8);
}
.Menu-Cover.fade-cover-out {
  visibility: hidden;
  transition: visibility 700ms;
  animation-name: coverOut;
  animation-duration: 700ms;
  background-color: none;
}
.Menu-Cover .info {
  position: absolute;
  width: 600px;
  height: auto;
  top: 0;
  left: 77px;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}
.Menu-Cover .info.active {
  opacity: 1;
}
.Menu-Cover .info .title {
  font-size: 2.4em;
  text-shadow: 0 0 5px #fff;
}
.Menu-Cover .info .title h3 {
  color: #fff;
}
.Menu-Cover .info a {
  font-size: 1rem;
}
.offer {
  position: fixed;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: #c01515;
  transition: all .7s ease-in-out;
}
.offer.active {
  transform: translateX(0%);
}
.offer-Notification {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -15px;
  right: -15px;
  text-align: center;
  background-color: #d79c17;
  border-radius: 50%;
}
.offer-Notification p {
  margin: 0;
  padding: 3px;
  font-size: 19px;
}
.offer-Button {
  position: absolute;
  width: 30px;
  height: 138px;
  bottom: 35px;
  right: -30px;
  opacity: 1;
  z-index: 999;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #c01515;
  font-family: MonteBold;
  color: #fff;
  transition: all .7s ease-in-out;
}
.offer-Button.active {
  opacity: 0;
  right: 0;
}
.offer-Button:hover {
  cursor: pointer;
}
.offer-Button h3 {
  position: absolute;
  left: -30px;
  bottom: 65px;
  margin: 0;
  transform: rotate(-90deg);
  font-size: 19px;
}
.offer-Close-Button {
  position: absolute;
  width: 30px;
  height: 138px;
  bottom: 35px;
  right: -30px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #fff;
  font-family: MonteBold;
  color: #fff;
  transition: all .7s ease-in-out;
}
.offer-Close-Button:hover {
  cursor: pointer;
}
.offer-Close-Button h3 {
  position: absolute;
  left: -33px;
  bottom: 65px;
  margin: 0;
  transform: rotate(-90deg);
  font-size: 19px;
  color: #333;
}
.offer-Close-Button.active {
  visibility: visible;
  opacity: 1;
  right: 0;
}
.offer-Close-Button .fa-times {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 23px;
  color: #333;
}
.offer-Burger-Menu {
  position: absolute;
  bottom: 2px;
  left: -25px;
}
.offer-Content {
  width: auto;
  margin: 0 auto;
  opacity: 1;
  transition: all .8s ease-in-out .2s;
}
.offer-Content .title {
  margin: 0 30px;
}
.offer-Content .title h3,
.offer-Content .title p {
  margin: 0;
}
.footer {
  position: relative;
  width: auto;
  height: auto;
  padding: 0 50px;
  background-color: #333;
}
@media only screen and (max-width: 949px) {
  .footer {
    padding: 0 30px;
  }
}
.footer .footer-title {
  margin: 0 auto 20px auto;
  padding-top: 35px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 949px) {
  .footer .footer-title {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 689px) {
  .footer .footer-title {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
}
.footer img {
  width: 100%;
  max-width: 250px;
}
.footer.black {
  background-color: #333;
}
.footer .main-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1250px;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 1149px) {
  .footer .main-container {
    flex-direction: column-reverse;
  }
}
.footer .main-container .ueber-uns {
  flex: 0 1 calc(50% - 100px);
  color: #fff;
}
.footer .main-container .ueber-uns .title h2,
.footer .main-container .ueber-uns h3,
.footer .main-container .ueber-uns span {
  color: #fff;
}
@media only screen and (max-width: 949px) {
  .footer .main-container .ueber-uns .logo {
    text-align: center;
  }
}
.footer .main-container .ueber-uns .logo img {
  filter: invert(1) brightness(5) grayscale(1);
  opacity: .1;
}
.footer .main-container .contact-container {
  flex: 0 1 50%;
  color: #fff;
}
.footer .main-container .contact-container .title h2,
.footer .main-container .contact-container h3,
.footer .main-container .contact-container span {
  color: #fff;
}
@media only screen and (max-width: 1149px) {
  .footer .main-container .ueber-uns,
  .footer .main-container .contact-container {
    width: 100%;
  }
}
.footer.black .title h2,
.footer.black h3 {
  color: #fff;
}
.tabs-Btns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.tab-Btn {
  position: relative;
  width: calc(100% / 2 - 25px);
  padding: 0 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #fff;
  background-color: #c01515;
  font-family: Monte;
  word-break: break-all;
  font-size: .8rem;
}
@media only screen and (max-width: 689px) {
  .tab-Btn {
    width: 100%;
    border-radius: 5px;
  }
  .tab-Btn:not(:last-child) {
    margin-bottom: 10px;
  }
}
.tab-Btn p.place-tab-title {
  font-family: MonteBold;
}
@media only screen and (max-width: 689px) {
  .tab-Btn p.place-tab-title {
    position: relative;
  }
  .tab-Btn p.place-tab-title:after {
    content: "+";
    position: absolute;
    right: 25px;
    width: 10px;
    height: 10px;
    font-size: 2rem;
    font-family: MonteBold;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
  }
}
.tab-Btn:hover {
  font-family: MonteBold;
  cursor: pointer;
}
.tab-Btn.active {
  font-family: MonteBold;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media only screen and (max-width: 689px) {
  .tab-Btn.active p.place-tab-title {
    position: relative;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
  }
  .tab-Btn.active p.place-tab-title:after {
    content: "";
  }
  .tab-Btn.active p.place-tab-title.active {
    border-bottom: 1px solid #fff;
  }
}
.tabs-Content {
  position: relative;
  padding: 10px 0 10px 0;
  margin-top: 8px;
  border-radius: 5px;
  background-color: #c01515;
}
.tabs-Content h3 {
  width: 100%;
  color: #fff;
  font-family: MonteBold;
  margin-top: 0;
  font-size: 1rem;
}
.tabs-Content .contact {
  font-family: Monte;
  color: #fff;
}
.tabs-Content .contact p {
  word-break: break-word;
}
@media only screen and (max-width: 689px) {
  .tabs-Content {
    position: relative;
    height: 0;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    background-color: #c01515;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
  }
  .tabs-Content h3 {
    width: 100%;
    color: #fff;
    font-family: MonteBold;
  }
  .tabs-Content .contact {
    font-family: Monte;
    color: #fff;
  }
  .tabs-Content.active {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0;
    top: 0;
    height: auto;
  }
}
.footer-Standort-Content {
  visibility: hidden;
  opacity: 0;
}
.footer-Standort-Content.active {
  visibility: visible;
  opacity: 1;
}
.footer-Standort-Content.disable {
  display: none;
}
.footer-legends {
  margin-top: 20px;
  color: #fff;
  font-family: Monte;
  text-align: center;
}
.footer-legends .menu {
  margin-bottom: 20px;
}
.footer-legends .copyright {
  padding-bottom: 20px;
}
.grid-Zwei-Spaltig {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  width: auto;
  max-width: 1250px;
}
.links {
  flex: 0 1 calc(50% - 20px);
  margin-right: 20px;
}
@media only screen and (max-width: 949px) {
  .links {
    flex: 0 1 100%;
  }
}
@media only screen and (max-width: 949px) {
  .links {
    margin-right: 0;
  }
}
.rechts {
  flex: 0 1 calc(50% - 20px);
}
@media only screen and (max-width: 949px) {
  .rechts {
    flex: 0 1 100%;
  }
}
.frame-type-gridelements_pi1 {
  padding: 70px 0;
}
@media only screen and (max-width: 689px) {
  .frame-type-gridelements_pi1 {
    padding: 35px 0;
  }
}
.frame-type-gridelements_pi1 header {
  max-width: 1250px;
  margin: 0 auto;
}
@media only screen and (max-width: 1319px) {
  .frame-type-gridelements_pi1 header {
    padding: 0 33px;
  }
}
.offers {
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateX(-40px);
  transition: all .7s ease-in-out;
}
.offers.active {
  transform: translateX(0);
  opacity: 1;
}
.offers h1,
.offers h2,
.offers h3 {
  font-family: MonteBold;
}
.offers p,
.offers span {
  font-family: Monte;
}
.offers .offer-Title {
  padding: 20px;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.offers .offer-Title h2,
.offers .offer-Title h3 {
  margin: 0;
}
.offers .offer-Title p {
  margin: 5px 0;
}
.offers .offer-Description {
  padding: 20px;
  margin-top: -5px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.offers .offer-Element {
  flex: 0 1 48%;
  margin: 10px;
  height: auto;
}
.offers .offer-Element img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.offers .slick-dots {
  bottom: -80px;
  left: auto;
}
.offers .slick-dots li.slick-active button:before {
  background-color: #333;
}
.tx-oc-schedule {
  background-color: #333;
  padding: 50px 0 70px;
}
.tx-oc-schedule header h2,
.tx-oc-schedule header h3 {
  color: #fff;
  text-align: center;
}
.tx-oc-schedule .plan {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1250px;
  margin: 0 auto;
}
@media only screen and (max-width: 1149px) {
  .tx-oc-schedule .plan {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 949px) {
  .tx-oc-schedule .plan {
    padding: 0 25px;
  }
}
.tx-oc-schedule .plan header h2,
.tx-oc-schedule .plan h3 {
  margin-bottom: 10px;
}
.tx-oc-schedule .group {
  flex: 0 1 calc(100% / 3 - 50px);
  max-width: 290px;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #333;
  box-shadow: 0 0 15px #000;
}
@media only screen and (max-width: 1149px) {
  .tx-oc-schedule .group {
    flex: 0 1 50%;
  }
}
@media only screen and (max-width: 949px) {
  .tx-oc-schedule .group {
    flex: 0 1 100%;
  }
}
.tx-oc-schedule .group header h2,
.tx-oc-schedule .group h3 {
  text-align: left;
  margin: 10px 0;
  font-size: 1.9rem;
}
.tx-oc-schedule .group:not(:last-child) {
  margin-right: 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1149px) {
  .tx-oc-schedule .group:not(:last-child) {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 689px) {
  .tx-oc-schedule .group:not(:last-child) {
    margin-right: 0;
  }
}
.tx-oc-schedule .group .days {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tx-oc-schedule .group .days div {
  padding: 4px;
  flex: 0 1 calc(100% / 6);
  background-color: #fff;
  color: #cfcfcf;
  text-align: center;
  font-family: Monte;
}
.tx-oc-schedule .group .days div:not(:last-child) {
  border-right: 1px solid #cfcfcf;
}
.tx-oc-schedule .group .days div:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tx-oc-schedule .group .days div:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tx-oc-schedule .group .days div.active {
  position: relative;
  padding: 5px;
  border: none;
  background-color: #c01515;
  font-family: MonteBold;
  color: #fff;
  transition: all 250ms ease-in-out;
}
.tx-oc-schedule .group .days div.active:hover {
  box-shadow: 0 0 10px #c01515;
  cursor: pointer;
}
.tx-oc-schedule .group .days div.active.arrow {
  position: relative;
}
.tx-oc-schedule .group .days div.active.arrow:after {
  content: "";
  position: absolute;
  left: 25%;
  height: 0;
  bottom: -10px;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 15px 16px 0 16px;
  border-color: #c01515 transparent transparent transparent;
}
.tx-oc-schedule .group .time {
  margin: 15px 0;
}
.tx-oc-schedule .group .time span {
  display: none;
  font-size: 1.5rem;
  font-family: MonteBold;
  color: #fff;
}
.tx-oc-schedule .group .time span.display {
  display: inline-block;
  animation: fadeInRight 230ms forwards ease-in;
}
.tx-oc-schedule .group .description {
  color: #fff;
  font-family: Monte;
  height: 60px;
}
.tx-oc-schedule .group .description p {
  margin: 5px;
}
.tx-oc-schedule .group .price {
  color: #fff;
}
.tx-oc-schedule .group .price p {
  margin: 5px;
  font-family: MonteBold;
  font-size: 2rem;
}
.tx-oc-location {
  position: relative;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1319px) {
  .tx-oc-location {
    margin: 0 20px;
  }
}
.tx-oc-location .place-Information {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tx-oc-location .place-Information header {
  width: 100%;
  padding: 0;
}
.tx-oc-location .place-Information header h1,
.tx-oc-location .place-Information h2,
.tx-oc-location .place-Information h3 {
  margin-bottom: 10px;
  color: #fff;
  font-family: MonteBold;
}
.tx-oc-location .place-Information .contact,
.tx-oc-location .place-Information .opening-Days {
  flex: 0 1 50%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 689px) {
  .tx-oc-location .place-Information .contact,
  .tx-oc-location .place-Information .opening-Days {
    flex: 0 1 100%;
  }
}
.tx-oc-location .place-Information .contact p,
.tx-oc-location .place-Information .contact a,
.tx-oc-location .place-Information .opening-Days p,
.tx-oc-location .place-Information .opening-Days a {
  font-family: Monte;
  margin: 0;
}
.tx-oc-location .place-Information .contact .notice,
.tx-oc-location .place-Information .opening-Days .notice {
  margin-top: 20px;
}
.tx-oc-location .title {
  font-family: MonteBold;
  color: #fff;
}
.information .instructors {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.information .instructors .datasheet {
  flex: 0 1 25%;
  position: relative;
}
@media only screen and (max-width: 689px) {
  .information .instructors .datasheet {
    flex: 0 1 50%;
  }
}
.information .instructors .datasheet .instructor {
  position: relative;
  margin-bottom: 5px;
  padding-right: 7px;
}
.information .instructors .datasheet .instructor img {
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 0 5px #333;
}
.information .instructors .datasheet .instructor .graduation {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  padding: 10px;
  background-color: #d79c17;
  border-bottom-right-radius: 100%;
  border-top-left-radius: 5px;
}
.information .instructors .datasheet .instructor .graduation span {
  color: #fff;
  font-family: MonteBold;
  font-size: .9rem;
}
.information .instructors .datasheet .instructor .text {
  position: absolute;
  bottom: 5px;
  left: 0;
  padding: 2px;
}
@media only screen and (max-width: 1319px) {
  .information .instructors .datasheet .instructor .text {
    padding: 15px;
  }
}
.information .instructors .datasheet .instructor .text .instructor-level {
  color: #fff;
  font-family: MonteBold;
  font-size: .9rem;
}
@media only screen and (max-width: 1319px) {
  .information .instructors .datasheet .instructor .text .instructor-level {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 949px) {
  .information .instructors .datasheet .instructor .text .instructor-level {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 689px) {
  .information .instructors .datasheet .instructor .text .instructor-level {
    font-size: 1rem;
  }
}
.information .instructors .datasheet .instructor .text h2,
.information .instructors .datasheet .instructor .text h3 {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1319px) {
  .information .instructors .datasheet .instructor .text h2,
  .information .instructors .datasheet .instructor .text h3 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 949px) {
  .information .instructors .datasheet .instructor .text h2,
  .information .instructors .datasheet .instructor .text h3 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 689px) {
  .information .instructors .datasheet .instructor .text h2,
  .information .instructors .datasheet .instructor .text h3 {
    font-size: 1.5rem;
    line-height: 1.4rem;
  }
}
@media only screen and (max-width: 375px) {
  .information .instructors .datasheet .instructor .text h2,
  .information .instructors .datasheet .instructor .text h3 {
    font-size: 1.3rem;
    line-height: 1.2rem;
  }
}
.information .instructors .datasheet .instructor .text p {
  margin: 0;
  font-size: .9rem;
}
@media only screen and (max-width: 1319px) {
  .information .instructors .datasheet .instructor .text p {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 689px) {
  .information .instructors .datasheet .instructor .text p {
    font-size: 1.1rem;
  }
}
.information .instructors .instructor-description {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
}
.information .instructors .instructor-description.open {
  display: inline-block;
}
.information .instructors .instructor-description .flex-content {
  position: relative;
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.information .instructors .instructor-description .flex-content .content {
  position: relative;
}
.information .instructors .instructor-description .flex-content .content .image-overlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 32%,rgba(0,0,0,0.8) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 32%,rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 32%,rgba(0,0,0,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
}
.information .instructors .instructor-description .flex-content .content img {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.18);
}
.information .instructors .instructor-description .flex-content .content .graduation {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  padding: 10px;
  background-color: #d79c17;
  border-bottom-right-radius: 100%;
  border-top-left-radius: 5px;
}
.information .instructors .instructor-description .flex-content .content .graduation span {
  color: #fff;
  font-family: MonteBold;
  font-size: .9rem;
}
.information .instructors .instructor-description .content .text {
  position: absolute;
  bottom: 80px;
  left: 0;
  padding: 20px;
}
.information .instructors .instructor-description .content .text .instructor-level {
  color: #fff;
  font-family: MonteBold;
  font-size: .9rem;
}
@media only screen and (max-width: 1319px) {
  .information .instructors .instructor-description .content .text .instructor-level {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 949px) {
  .information .instructors .instructor-description .content .text .instructor-level {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 689px) {
  .information .instructors .instructor-description .content .text .instructor-level {
    font-size: 1rem;
  }
}
.information .instructors .instructor-description .content .text h2,
.information .instructors .instructor-description .content .text h3 {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1319px) {
  .information .instructors .instructor-description .content .text h2,
  .information .instructors .instructor-description .content .text h3 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 949px) {
  .information .instructors .instructor-description .content .text h2,
  .information .instructors .instructor-description .content .text h3 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 689px) {
  .information .instructors .instructor-description .content .text h2,
  .information .instructors .instructor-description .content .text h3 {
    font-size: 1.5rem;
    line-height: 1.4rem;
  }
}
@media only screen and (max-width: 375px) {
  .information .instructors .instructor-description .content .text h2,
  .information .instructors .instructor-description .content .text h3 {
    font-size: 1.3rem;
    line-height: 1.2rem;
  }
}
.information .instructors .instructor-description .content .text p {
  margin: 0;
  font-size: .9rem;
}
@media only screen and (max-width: 1319px) {
  .information .instructors .instructor-description .content .text p {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 689px) {
  .information .instructors .instructor-description .content .text p {
    font-size: 1.1rem;
  }
}
.last-news-red-bg {
  position: relative;
  background-color: #c01515;
  padding: 100px 0;
}
@media only screen and (max-width: 1319px) {
  .last-news-red-bg {
    padding: 80px 30px;
  }
}
@media only screen and (max-width: 689px) {
  .last-news-red-bg {
    padding: 60px 30px;
  }
}
.last-news-red-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  top: -25px;
  left: 0;
  transform: skewY(1deg);
  background-color: #c01515;
}
.last-news-red-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: -13px;
  left: 0;
  transform: skewY(1deg);
  background-color: #c01515;
  z-index: 1;
}
.last-news-red-bg header {
  max-width: 1250px;
  margin: 0 auto;
}
.last-news-red-bg header h1,
.last-news-red-bg header h2,
.last-news-red-bg header h3 {
  margin-top: 0;
  font-size: 3.5rem;
  margin-bottom: 20px;
  color: #fff;
}
@media only screen and (max-width: 689px) {
  .last-news-red-bg header h1,
  .last-news-red-bg header h2,
  .last-news-red-bg header h3 {
    font-size: 1.4rem;
  }
}
.last-news-red-bg .active-news {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  max-width: 1250px;
  margin: 0 auto;
}
.last-news-red-bg .content {
  display: inline-block;
  width: 100%;
  flex: 0 1 calc(50% - 30px);
  padding-left: 30px;
}
@media only screen and (max-width: 689px) {
  .last-news-red-bg .content {
    flex: 0 1 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.last-news-red-bg .content .teaser {
  font-family: Monte;
  color: #fff;
  margin-top: 0;
}
@media only screen and (max-width: 689px) {
  .last-news-red-bg .content .teaser {
    font-size: .9rem;
  }
}
.last-news-red-bg .active-news-media {
  flex: 0 1 50%;
}
@media only screen and (max-width: 689px) {
  .last-news-red-bg .active-news-media {
    flex: 0 1 100%;
  }
}
.last-news-red-bg .active-news-media iframe {
  width: 100%;
  height: 350px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 8px #191919;
}
@media only screen and (max-width: 1149px) {
  .last-news-red-bg .active-news-media iframe {
    height: 290px;
  }
}
@media only screen and (max-width: 689px) {
  .last-news-red-bg .active-news-media iframe {
    height: 198px;
  }
}
.last-news-red-bg .active-news-media .news-img-wrap img {
  width: 100%;
  height: auto;
}
.actual-news {
  position: relative;
  background-color: #333;
  padding: 75px 0;
}
@media only screen and (max-width: 1319px) {
  .actual-news {
    padding: 75px 30px;
  }
}
@media only screen and (max-width: 689px) {
  .actual-news {
    padding: 0;
  }
}
.actual-news img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: top center;
}
.actual-news .flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  max-width: 1250px;
  height: auto;
  margin: 0 auto;
}
.active-header-mobile {
  display: none;
}
@media only screen and (max-width: 689px) {
  .active-header-mobile {
    display: inline-block;
    width: 100%;
    margin-top: 4px;
  }
}
.active-header-mobile header h3 {
  font-size: 1.4rem;
}
.active-header-mobile header a {
  width: calc(100% - 40px);
  float: left;
  font-size: 1.4rem;
  padding: 0 20px;
}
.active-header-mobile header .detail-information {
  width: calc(100% - 40px);
  float: left;
  padding: 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #484848;
  color: #fff;
  font-family: Monte;
  font-size: .9rem;
}
.actual-news .flex-container .first-element {
  flex: 0 1 calc(50% - 30px);
  padding-right: 30px;
}
@media only screen and (max-width: 689px) {
  .actual-news .flex-container .first-element {
    flex: 0 1 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 689px) {
  .actual-news .flex-container .first-element .active-header {
    display: none;
  }
}
.actual-news .flex-container .first-element .active-header header h1,
.actual-news .flex-container .first-element h2,
.actual-news .flex-container .first-element h3 {
  color: #fff;
  margin-bottom: 10px;
  margin-top: 0;
}
.actual-news .flex-container .first-element .active-header .detail-information {
  color: #fff;
  font-family: MonteBold;
  font-size: .8rem;
}
.actual-news .flex-container .first-element .active-media img {
  filter: none;
  height: 335px;
  border-radius: 8px;
}
@media only screen and (max-width: 1149px) {
  .actual-news .flex-container .first-element .active-media img {
    height: 250px;
  }
}
@media only screen and (max-width: 949px) {
  .actual-news .flex-container .first-element .active-media img {
    height: 250px;
    border-radius: 0;
  }
}
.actual-news .flex-container .first-element .active-media iframe {
  width: 100%;
  height: 335px;
  box-shadow: 0 0 8px #333;
  border: none;
  border-radius: 5px;
}
@media only screen and (max-width: 1149px) {
  .actual-news .flex-container .first-element .active-media iframe {
    height: 250px;
  }
}
.actual-news .flex-container .first-element .teaser {
  color: #fff;
  border-radius: 5px;
  margin: 20px 0;
}
@media only screen and (max-width: 689px) {
  .actual-news .flex-container .first-element .teaser {
    margin: 0;
    clear: both;
  }
}
.actual-news .flex-container .first-element .teaser p {
  margin: 0;
}
@media only screen and (max-width: 689px) {
  .actual-news .flex-container .first-element .teaser p {
    font-size: .9rem;
    padding: 10px 20px;
    border-bottom: 1px solid #484848;
  }
}
.actual-news .flex-container .more-news {
  flex: 0 1 50%;
  width: 50%;
}
.actual-news .flex-container .more-news .mobile-show-more {
  display: none;
}
@media only screen and (max-width: 689px) {
  .actual-news .flex-container .more-news {
    position: relative;
    flex: 0 1 100%;
    width: 100%;
    padding: 0 0 20px;
    height: 100%;
    z-index: 1;
    background-color: #333;
  }
  .actual-news .flex-container .more-news.open {
    position: fixed;
    overflow-y: scroll;
    height: 100%;
    max-height: calc(100vh - 300px);
    width: 100vw;
    padding: 300px 0 0;
    top: 0;
    z-index: 2;
    margin: 0;
    background-color: #333;
    box-shadow: 0 0 5px #060606a8;
  }
}
.actual-news .flex-container .more-news .more-news-headline {
  display: inline-block;
}
@media only screen and (max-width: 689px) {
  .actual-news .flex-container .more-news .more-news-headline {
    padding: 0 20px;
  }
}
.actual-news .flex-container .more-news .more-news-headline header h1,
.actual-news .flex-container .more-news .more-news-headline h2,
.actual-news .flex-container .more-news .more-news-headline h3,
.actual-news .flex-container .more-news .more-news-headline span {
  color: #fff;
  font-size: .9rem;
  font-family: MonteBold;
}
.actual-news .flex-container .more-news .news-content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-3dlight-color: black;
}
@media only screen and (max-width: 689px) {
  .actual-news .flex-container .more-news .news-content {
    padding: 0 10px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.actual-news .flex-container .more-news .news-content .active-header {
  position: absolute;
  width: calc(100% - 10px);
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  bottom: 0;
  padding: 5px;
  border-radius: 10px;
  background: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 27%,rgba(0,0,0,0.9) 88%,#000000 100%);
  background: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 27%,rgba(0,0,0,0.9) 88%,#000000 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 27%,rgba(0,0,0,0.9) 88%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
}
@media only screen and (max-width: 949px) {
  .actual-news .flex-container .more-news .news-content .active-header {
    width: calc(100% - 10px);
    float: left;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 949px) {
  .actual-news .flex-container .more-news .news-content .active-header .teaser {
    display: block;
    margin-top: 11px;
    width: calc(50% - 10px);
    float: left;
  }
}
@media only screen and (max-width: 949px) {
  .actual-news .flex-container .more-news .news-content .active-header .teaser p {
    margin: 0;
    color: white;
    font-family: Monte;
    font-size: 0.8rem;
  }
}
.actual-news .flex-container .more-news .news-content .active-header header h1,
.actual-news .flex-container .more-news .news-content h2,
.actual-news .flex-container .more-news .news-content h3 {
  color: #fff;
  margin-bottom: 5px;
  font-size: .9rem;
  line-height: 1.2rem;
  word-break: break-word;
}
@media only screen and (max-width: 949px) {
  .actual-news .flex-container .more-news .news-content .active-header header h1,
  .actual-news .flex-container .more-news .news-content h2,
  .actual-news .flex-container .more-news .news-content h3 {
    margin-top: 0;
  }
}
.actual-news .flex-container .more-news .news-content .active-header .detail-information {
  color: #fff;
  font-family: Monte;
  font-size: .8rem;
}
.actual-news .flex-container .more-news .news-content .active-media {
  position: relative;
}
@media only screen and (max-width: 949px) {
  .actual-news .flex-container .more-news .news-content .active-media {
    width: calc(100% - 10px);
    float: left;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 689px) {
  .actual-news .flex-container .more-news .news-content .active-media {
    float: left;
    margin-right: 10px;
  }
}
.actual-news .flex-container .more-news .news-content .active-media img {
  filter: none;
  height: 195px;
  margin-top: 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 1149px) {
  .actual-news .flex-container .more-news .news-content .active-media img {
    height: 120px;
  }
}
@media only screen and (max-width: 689px) {
  .actual-news .flex-container .more-news .news-content .active-media img {
    height: 100px;
  }
}
@media only screen and (max-width: 949px) {
  .actual-news .flex-container .more-news .news-content .active-media img {
    margin: 0;
  }
}
@media only screen and (max-width: 689px) {
  .actual-news .flex-container .more-news .news-content .active-media img {
    height: 200px;
    margin: 0;
  }
}
.actual-news .flex-container .more-news .news-content .active-media img:hover {
  box-shadow: 0 0 8px #fff;
}
@media only screen and (max-width: 689px) {
  .actual-news .flex-container .more-news .news-content .active-media img:hover {
    box-shadow: 0 0 4px #fff;
  }
}
.actual-news .flex-container .more-news .news-content .active-media iframe {
  width: 100%;
  height: 195px;
  margin-top: 20px;
  border: none;
  border-radius: 5px;
}
@media only screen and (max-width: 1149px) {
  .actual-news .flex-container .more-news .news-content .active-media iframe {
    height: 120px;
  }
}
@media only screen and (max-width: 689px) {
  .actual-news .flex-container .more-news .news-content .active-media iframe {
    height: 100px;
    border-radius: 2px;
  }
}
@media only screen and (max-width: 949px) {
  .actual-news .flex-container .more-news .news-content .active-media iframe {
    height: 200px;
    margin-top: 0;
  }
}
.actual-news .flex-container .more-news .news-content .active-media iframe:hover {
  box-shadow: 0 0 8px #fff;
}
@media only screen and (max-width: 689px) {
  .actual-news .flex-container .more-news .news-content .active-media iframe:hover {
    box-shadow: 0 0 4px #fff;
  }
}
.actual-news .flex-container .more-news .news-content .more-news-content {
  flex: 0 1 100%;
  margin: 10px;
}
@media only screen and (max-width: 949px) {
  .actual-news .flex-container .more-news .news-content .more-news-content {
    flex: 0 0 auto;
    margin: 0;
    width: 170px;
  }
}
.actual-news .flex-container .more-news .news-content .more-news-content .teaser {
  display: none;
}
.actual-news .flex-container .slick-slide {
  margin-right: 10px;
}
.actual-news .flex-container .slick-dots li {
  margin: 0;
}
.actual-news .flex-container .slick-dots li button:before {
  color: #fff;
  font-size: 1rem;
  opacity: 1;
}
.actual-news .flex-container .slick-dots li button:hover:before {
  color: #c01515;
}
.actual-news .flex-container .slick-dots li.slick-active button:before {
  color: #c01515;
}
.news-single {
  background-color: #333;
}
.news-single .article {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.news-single .intro {
  width: 100%;
  position: relative;
  max-width: calc(1250px - 150px);
  margin-top: 100px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 949px) {
  .news-single .intro {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1149px) {
  .news-single .intro .header {
    margin: 0 30px;
  }
}
.news-single .intro .header h3 {
  color: #fff;
  font-size: 2rem;
}
.news-single .intro .footer {
  border-top: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #484848;
}
@media only screen and (max-width: 1149px) {
  .news-single .intro .footer {
    margin: 0 30px;
  }
}
.news-single .intro .footer span:not(:last-child) {
  border-right: 1px solid #484848;
}
.news-single .intro .news-text-wrap {
  color: #fff;
}
@media only screen and (max-width: 1149px) {
  .news-single .intro .news-text-wrap {
    margin: 0 30px;
  }
}
.news-single .intro .news-img-wrap {
  width: 100%;
  float: none;
  margin: 0;
  background-color: #333;
  border-radius: 10px;
  box-shadow: 0 0 15px #000;
}
@media only screen and (max-width: 949px) {
  .news-single .intro .news-img-wrap {
    border-radius: 0;
  }
}
.news-single .intro .news-img-wrap .mediaelement-video,
.news-single .intro .news-img-wrap .mediaelement-image {
  font-size: 0;
}
.news-single .intro .news-img-wrap iframe {
  width: 100%;
  height: 562px;
  border: none;
  border-radius: 10px;
  font-size: 0;
}
@media only screen and (max-width: 949px) {
  .news-single .intro .news-img-wrap iframe {
    border-radius: 0;
    height: 395px;
  }
}
@media only screen and (max-width: 689px) {
  .news-single .intro .news-img-wrap iframe {
    border-radius: 0;
    height: 270px;
  }
}
.news-single .intro .news-img-wrap img {
  width: 100%;
  border-radius: 10px;
  font-size: 0;
}
@media only screen and (max-width: 949px) {
  .news-single .intro .news-img-wrap img {
    border-radius: 0;
  }
}
.news-single .content {
  width: 100%;
  background-color: #fff;
  position: relative;
}
.news-single .content:before {
  content: "";
  position: absolute;
  height: 50px;
  width: 100%;
  top: -25px;
  left: 0;
  z-index: 1;
  background-color: #333;
  transform: skewY(1deg);
  -webkit-transform: skweY(1deg);
}
