
p, a {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-weight: 200;
  font-size: 1.4rem; }

h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-weight: 600; }

h1 {
  font-size: 2.85rem; }

h4 {
  font-size: 1.5rem; }

@media only screen and (max-width: 480px) {
  p, a {
    font-size: 1rem; }
  h1 {
    font-size: 2rem; } }

.main-content {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
  padding: 3.5rem 0 8rem;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  overflow: hidden; }
  .main-content .main-content-video-wrapper {
    margin-bottom: 3rem; }
    .main-content .main-content-video-wrapper video {
      width: 100%; }
  .main-content .wp-block-media-text {
    max-width: 1200px !important;
    margin: 0 auto; }
    .main-content .wp-block-media-text .wp-block-media-text__content {
      -ms-grid-row-align: start;
          align-self: start; }
  .main-content .wp-content-container > h1,
  .main-content .wp-content-container > h2,
  .main-content .wp-content-container > h3,
  .main-content .wp-content-container > h4,
  .main-content .wp-content-container > h5,
  .main-content .wp-content-container > h6,
  .main-content .wp-content-container > p,
  .main-content .wp-content-container > figure,
  .main-content .wp-content-container > ul {
    max-width: 1000px;
    padding: 0 2rem;
    margin: 0 auto; }
  .main-content .mainCaption {
    max-width: 1000px;
    padding: 0 2rem;
    margin: 0 auto; }
    .main-content .mainCaption h1 {
      padding: 0 !important;
      display: inline-block;
      border-bottom: 1px solid #003C7C;
      margin-bottom: 1rem;
      box-sizing: content-box; }
  .main-content .alignwide {
    max-width: 1200px !important; }
  .main-content .alignfull {
    max-width: 100% !important; }
  .main-content .wp-block-gallery {
    margin: 2rem 0;
    padding: 0 !important; }
    .main-content .wp-block-gallery figure {
      padding: 0 !important; }

.main-content.no-footer-padding {
  padding-bottom: 0; }

.main-content.no-header-padding {
  padding-top: 0; }

.main-content.paragraph-margin p {
  margin-bottom: 1.5rem; }

@media only screen and (max-width: 480px) {
  .main-content {
    padding: 2rem 0 5rem; }
    .main-content .mainCaption h1 {
      font-size: 1.5rem; }
    .main-content .wp-block-media-text {
      -ms-grid-columns: 100% !important;
      grid-template-columns: 100% !important;
          grid-template-areas: "media-text-media" "media-text-content"; }
      .main-content .wp-block-media-text img {
        margin-bottom: 1rem; } }

.elements {
  max-width: 1000px;
  padding: 0 2rem;
  margin: 0 auto; }
  .elements .element {
    margin-top: 2.5rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto; }
    .elements .element .element-picture {
      -ms-grid-row: 1;
      grid-row: 1;
      -ms-grid-column: 1;
      grid-column: 1;
      background-size: cover;
      background-position: 50% 50%; }
    .elements .element .element-content {
      -ms-grid-row: 1;
      grid-row: 1;
      -ms-grid-column: 2;
      grid-column: 2;
      background-color: #f7f7f7;
      padding: 2rem; }
      .elements .element .element-content h3 {
        font-size: 2rem;
        display: inline-block; }
    .elements .element .element-more {
      float: right;
      display: inline-block;
      background-color: #515151;
      color: white;
      display: inline-block;
      margin-top: 1rem;
      padding: .7rem 2rem;
      border-radius: 10px;
      font-size: 1.3rem;
      transition: 300ms all; }
      .elements .element .element-more i {
        margin-right: .5rem; }
      .elements .element .element-more:hover {
        text-decoration: none; }
      @media only screen and (max-width: 480px) {
        .elements .element .element-more {
          padding: .5rem 1rem; } }
    .elements .element .element-more:hover {
      text-decoration: none;
      background-color: #1b1b1b; }

.no-elements {
  max-width: 1000px;
  padding: 0 2rem;
  text-align: center;
  margin-top: 4rem;
  font-size: 1.5rem;
  font-style: italic;
  color: #6e6e6e;
  font-weight: 200; }

@media only screen and (max-width: 768px) {
  .elements .element {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 200px auto;
    grid-template-rows: 200px auto; }
    .elements .element .element-picture {
      -ms-grid-row: 1;
      grid-row: 1;
      -ms-grid-column: 1;
      grid-column: 1; }
    .elements .element .element-content {
      -ms-grid-row: 2;
      grid-row: 2;
      -ms-grid-column: 1;
      grid-column: 1; }
    .elements .element .element-more {
      font-size: .8rem; } }

#elementHeader {
  overflow: hidden;
  width: 100%;
  background-color: #133c78;
  color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60fr 40fr;
  grid-template-columns: 60fr 40fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  min-height: 500px; }
  #elementHeader .elementHeaderTeaser {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    background-position: 50%;
    background-size: cover; }
  #elementHeader .elementHeaderProperties {
    -ms-grid-column: 2;
    grid-column: 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr auto;
    grid-template-rows: auto 1fr auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }
    #elementHeader .elementHeaderProperties .element-back {
      -ms-grid-row: 3;
      grid-row: 3;
      -ms-grid-column: 1;
      grid-column: 1;
      padding: 0 2rem 2rem;
      text-align: left; }
      #elementHeader .elementHeaderProperties .element-back a {
        color: #d3dce9;
        transition: 300ms all; }
      #elementHeader .elementHeaderProperties .element-back a:hover {
        text-decoration: none;
        color: white; }
      #elementHeader .elementHeaderProperties .element-back i {
        display: inline-block;
        margin-right: .3rem; }
    #elementHeader .elementHeaderProperties .element-properties {
      -ms-grid-row: 2;
      grid-row: 2;
      -ms-grid-column: 1;
      grid-column: 1;
      margin: 2rem 3rem;
      padding: 1.2rem 1rem .5rem;
      -ms-grid-row-align: center;
          align-self: center;
      border: 1px solid white;
      border-radius: 10px;
      position: relative; }
      #elementHeader .elementHeaderProperties .element-properties h4 {
        font-size: 1.5rem;
        font-weight: 200;
        padding: 0 1.5rem;
        position: absolute;
        top: 0;
        left: 1rem;
        transform: translateY(-50%);
        display: inline-block;
        background-color: #133c78; }
      #elementHeader .elementHeaderProperties .element-properties .property {
        font-size: 1.3rem;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        margin: .4rem 0; }
        #elementHeader .elementHeaderProperties .element-properties .property .property-title {
          -ms-grid-column: 1;
          grid-column: 1;
          font-weight: 600; }
        #elementHeader .elementHeaderProperties .element-properties .property .proeprty-value {
          -ms-grid-column: 2;
          grid-column: 2; }
    #elementHeader .elementHeaderProperties .element-title {
      -ms-grid-row: 1;
      grid-row: 1;
      -ms-grid-column: 1;
      grid-column: 1;
      text-align: center;
      padding: 2rem;
      background-color: #061428;
      display: block;
      font-weight: 700;
      font-size: 2rem; }

#elementDescription {
  width: 100%;
  margin-bottom: 5rem;
  padding: 3.5rem 2rem;
  border-bottom: 1px solid #ccc; }
  #elementDescription p {
    max-width: 1200px;
    margin: 0 auto; }

@media only screen and (max-width: 768px) {
  #elementHeader {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 300px;
    grid-template-rows: 300px; }
    #elementHeader auto
.elementHeaderTeaser {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      grid-row: 1; }
    #elementHeader .elementHeaderProperties {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 2;
      grid-row: 2; }
      #elementHeader .elementHeaderProperties .element-title {
        font-size: 1.4rem;
        padding: 1rem; }
      #elementHeader .elementHeaderProperties .element-properties {
        margin: 2rem 1rem;
        padding: 1.5rem 1rem 1rem; }
        #elementHeader .elementHeaderProperties .element-properties .property {
          font-size: 1.1rem;
          -ms-grid-rows: auto auto;
          grid-template-rows: auto auto;
          -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
          margin: 0 0 1rem; }
          #elementHeader .elementHeaderProperties .element-properties .property .property-title {
            -ms-grid-column: 1;
            grid-column: 1;
            -ms-grid-row: 1;
            grid-row: 1;
            font-weight: 400; }
          #elementHeader .elementHeaderProperties .element-properties .property .property-value {
            -ms-grid-column: 1;
            grid-column: 1;
            -ms-grid-row: 2;
            grid-row: 2;
            font-weight: 200; } }

.wpcf7-form {
  width: 1000px;
  padding: 2rem;
  margin: 0 auto;
  display: block; }
  .wpcf7-form p label {
    width: 80%; }
  .wpcf7-form p input {
    width: 100%; }
  .wpcf7-form p textarea {
    width: 100%; }
  .wpcf7-form p input[type="submit"] {
    width: auto;
    background-color: #003C7C;
    color: white;
    display: inline-block;
    margin-top: 1rem;
    padding: .7rem 2rem;
    border-radius: 10px; }
    .wpcf7-form p input[type="submit"] i {
      margin-right: .5rem; }
    .wpcf7-form p input[type="submit"]:hover {
      text-decoration: none; }
    @media only screen and (max-width: 480px) {
      .wpcf7-form p input[type="submit"] {
        padding: .5rem 1rem; } }

@media only screen and (max-width: 1024px) {
  .wpcf7-form {
    width: 100%; }
    .wpcf7-form p label {
      width: 100%; } }

#rentForm {
  padding-top: 4rem;
  padding-bottom: 2rem;
  margin-top: 5rem;
  background-color: #efefef; }
  #rentForm #rentFormCaption {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2rem; }
  #rentForm h1, #rentForm h2, #rentForm h3, #rentForm h4, #rentForm h5 {
    width: 80%;
    font-size: 2rem;
    font-weight: 200;
    border-bottom: 1px solid #1b1b1b; }

#header {
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #ccc;
  background-color: white; }
  #header #headerContent {
    display: -ms-grid;
    display: grid;
    padding: 1.2rem;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    max-width: 1600px;
    margin: 0 auto; }
  #header #headerLogo {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1; }
    #header #headerLogo img {
      height: 40px;
      margin: 1rem; }
  #header #headerToggle {
    display: none; }
  #header #headerClose {
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: white;
    font-size: 2.5rem; }
  #header #headerMenu {
    position: relative;
    -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    z-index: 999; }
    #header #headerMenu ul {
      display: flex;
      list-style-type: none;
      justify-content: flex-end;
      margin: 0;
      padding: 0; }
      #header #headerMenu ul li {
        border-bottom: 2px solid white;
        transition: all 700ms;
        -ms-grid-column-align: center;
            justify-self: center;
        padding: 0;
        margin: 0 3rem 0 0;
        display: block;
        font-size: 1.2rem;
        font-weight: 200; }
        #header #headerMenu ul li a {
          color: black; }
        #header #headerMenu ul li a:hover {
          text-decoration: none; }
      #header #headerMenu ul li.current_page_item {
        border-bottom: 1px solid #003C7C; }
      #header #headerMenu ul li:hover {
        border-bottom: 2px solid #003C7C; }

@media only screen and (max-width: 1000px) {
  #header #headerMenu ul li {
    margin: 0 2.2rem 0 0; }
    #header #headerMenu ul li a {
      font-size: 1.2rem; } }

@media only screen and (max-width: 769px) {
  #header #headerContent {
    padding: .5rem;
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto; }
  #header #headerMenu {
    display: none !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
    -ms-grid-column-align: center;
        justify-self: center; }
    #header #headerMenu ul {
      display: block;
      -ms-grid-row-align: center;
          align-self: center; }
      #header #headerMenu ul li {
        border: none;
        margin-bottom: .5rem; }
        #header #headerMenu ul li a {
          font-size: 2rem;
          color: white; }
      #header #headerMenu ul li.current_page_item {
        border: none; }
        #header #headerMenu ul li.current_page_item a {
          color: #b2ccff; }
      #header #headerMenu ul li:hover {
        border: none; }
  #header #headerLogo img {
    height: 25px; }
  #header #headerToggle {
    display: block;
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row-align: center;
        align-self: center;
    padding-right: 1rem; }
    #header #headerToggle i {
      transform: scaleX(1.4); }
  #header.menuToggle #headerMenu {
    display: -ms-grid !important;
    display: grid !important; } }

footer {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 1;
  grid-column: 1;
  background-color: #1B1B1B;
  color: white;
  padding: 4rem 0; }
  footer h4 {
    font-size: 1.5rem;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid #cdcdcd; }
  footer a, footer p {
    color: #cdcdcd;
    transition: all 300ms; }
  footer a:hover {
    text-decoration: none;
    color: #fff; }
  footer ul {
    list-style-type: none;
    color: white;
    margin: 0;
    padding: 0; }
  footer #footerContent {
    padding: 1.2rem;
    max-width: 1600px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr; }
  footer #footerImprint {
    padding: 1rem;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1; }
  footer #footerNavigation {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    padding: 1rem; }
  footer #footerSecondNavigation {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
    padding: 1rem; }

@media only screen and (max-width: 480px) {
  footer {
    padding: 2rem 0; }
    footer #footerContent {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-rows: auto auto auto;
      grid-template-rows: auto auto auto; }
    footer #footerNavigation {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 2;
      grid-row: 2;
      padding-bottom: 0; }
    footer #footerSecondNavigation {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 3;
      grid-row: 3;
      padding-top: 0;
      padding-bottom: 0; } }

@media only screen and (max-width: 1000px) {
  footer a, footer p {
    font-size: 1rem; }
  footer h4 {
    font-size: 1.2rem; } }

.navigationSection {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 60fr 40fr;
  grid-template-columns: 60fr 40fr; }
  .navigationSection .navigationSectionContent {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    padding: 4rem 4rem; }
    .navigationSection .navigationSectionContent h4 {
      font-size: 3rem;
      text-transform: uppercase;
      font-weight: 600;
      margin: 0; }
    .navigationSection .navigationSectionContent .actionBtn {
      display: inline-block;
      margin-top: 1rem;
      padding: .7rem 2rem;
      border-radius: 10px; }
      .navigationSection .navigationSectionContent .actionBtn i {
        margin-right: .5rem; }
      .navigationSection .navigationSectionContent .actionBtn:hover {
        text-decoration: none; }
      @media only screen and (max-width: 480px) {
        .navigationSection .navigationSectionContent .actionBtn {
          padding: .5rem 1rem; } }
  .navigationSection .navigationSectionPicture {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%; }

.navigationSection.textFirst {
  -ms-grid-columns: 40fr 60fr;
  grid-template-columns: 40fr 60fr; }
  .navigationSection.textFirst .navigationSectionContent {
    -ms-grid-column: 1;
    grid-column: 1; }
  .navigationSection.textFirst .navigationSectionPicture {
    -ms-grid-column: 2;
    grid-column: 2; }

@media only screen and (max-width: 1024px) {
  .navigationSection {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 200px auto;
    grid-template-rows: 200px auto; }
    .navigationSection .navigationSectionContent {
      -ms-grid-row: 2;
      grid-row: 2;
      -ms-grid-column: 1;
      grid-column: 1;
      padding: 2rem; }
      .navigationSection .navigationSectionContent h4 {
        font-size: 1.8rem; }
    .navigationSection .navigationSectionPicture {
      -ms-grid-row: 1;
      grid-row: 1;
      -ms-grid-column: 1;
      grid-column: 1; }
  .navigationSection.textFirst {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 200px auto;
    grid-template-rows: 200px auto; }
    .navigationSection.textFirst .navigationSectionContent {
      -ms-grid-row: 2;
      grid-row: 2;
      -ms-grid-column: 1;
      grid-column: 1; }
    .navigationSection.textFirst .navigationSectionPicture {
      -ms-grid-row: 1;
      grid-row: 1;
      -ms-grid-column: 1;
      grid-column: 1; } }

.employees {
  width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  justify-content: space-between; }

.employees:after {
  content: "";
  display: block;
  margin-left: 30%; }

.employee {
  width: 30%;
  margin-bottom: 3rem; }
  .employee p {
    margin: 0;
    padding: 0; }
  .employee .employee-picture {
    padding-top: 110%;
    background-size: cover; }
  .employee .employee-no-picture {
    background-color: #efefef;
    text-align: center;
    position: relative; }
    .employee .employee-no-picture span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 2rem;
      color: #ccc; }
  .employee .employee-name {
    font-weight: 200;
    font-size: 1.3rem;
    margin-top: .3rem; }
  .employee .employee-position {
    font-weight: 400;
    font-size: 1.1rem; }
  .employee .employee-tel {
    font-size: 1rem; }
  .employee .employee-mail {
    display: block;
    margin-top: .5rem;
    font-size: 1rem; }

@media only screen and (max-width: 1000px) {
  .employees {
    width: 100%; }
  .employees:after {
    margin-left: 45%; }
  .employee {
    width: 45%; } }

@media only screen and (max-width: 480px) {
  .employee {
    width: 100%; } }

.wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  min-height: 100vh; }
