@font-face {
  font-family: 'Oswald';
  src: url('/assets/template/fonts/Oswald/Oswald-VariableFont_wght.ttf');
  /* IE9 Compat Modes */
  src: url('/assets/template/fonts/Oswald/Oswald-VariableFont_wght.ttf') format('truetype');
}
@font-face {
  font-family: 'Arimo';
  src: url('/assets/template/fonts/Arimo/Arimo-Regular.ttf');
  /* IE9 Compat Modes */
  src: url('/assets/template/fonts/Arimo/Arimo-Regular.ttf') format('truetype');
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Oswald', Verdana, Arial, sans-serif;
}
body h2.index {
  font-size: 20px;
  margin: 0;
  padding: 40px 0;
  text-align: center;
}
body h2.index b {
  color: #d30d0c;
  font-weight: 700;
}
body p {
  font-family: 'Arimo', Verdana, Arial, sans-serif;
  font-weight: 400;
}
body a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  body .not-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  body .mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  body .container.subContent {
    width: 100%;
    max-width: 100%;
  }
}
body header .blue {
  padding: 10px 0;
  border-bottom: 1px solid #EEE;
}
body header .blue p {
  margin: 0;
  color: #7f7f7f;
}
body header .blue p a {
  color: #7f7f7f;
}
body header .blue p a:hover {
  color: #d30d0c;
}
body header #navi.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
body header #navi.sticky .logo p img {
  height: 50px;
}
body header #navi.sticky nav {
  align-self: center;
}
body header #navi nav {
  display: flex;
  align-self: flex-end;
  justify-content: flex-end;
}
body header #navi nav ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
body header #navi nav ul li {
  display: inline-block;
  padding: 20px 0 20px 20px;
}
body header #navi nav ul li a {
  color: #333;
  font-size: 18px;
}
@media (max-width: 830px) {
  body header #navi nav ul li a {
    font-size: 16px;
  }
}
body header #navi nav ul li ul {
  display: none;
  background: #fff;
  -webkit-border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
  border-top: 3px solid;
  font-size: 13px;
  line-height: 24px;
  margin: 20px 0 0 0;
  padding: 10px 0 10px 0;
  position: absolute;
  z-index: 905;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
  left: -50%;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  body header #navi nav ul li ul {
    max-width: 100%;
  }
}
body header #navi nav ul li ul li {
  line-height: 24px;
  padding: 0 0 0 20px;
  width: 24%;
  transition: all ease 0.4s;
}
body header #navi nav ul li ul li a {
  font-size: 16px;
}
body header #navi nav ul li ul li:hover {
  padding-left: 30px;
}
@media (max-width: 991px) {
  body header #navi nav ul li ul {
    left: -5%;
  }
}
body header #navi nav ul li:hover a {
  color: #090046;
}
body header #navi nav ul li:hover ul {
  display: flex;
}
body header #navi nav ul li:active a {
  color: #090046;
}
body header #navi .logo p {
  margin: 0;
  padding: 10px 0;
}
body header #navi .logo p img {
  transition: all ease 0.4s;
}
@media (max-width: 991px) {
  body header #navi .container {
    width: 100%;
    max-width: 100%;
  }
}
body header .headericons {
  display: block;
}
body header .headericons ul {
  padding: 10px 0;
  margin: 0;
  display: flex;
}
body header .headericons ul li {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  width: calc(20%);
  vertical-align: bottom;
}
body header .headericons ul li span {
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: auto;
}
body header .headericons ul li a {
  font-size: 11px;
  color: #090046;
}
body header .headericons ul li#mobil-logo {
  vertical-align: top;
}
body header .headericons .icon-navigation {
  background-image: url("/assets/img/icon-burger.png");
}
body header .headericons .icon-mail {
  background-image: url("/assets/img/icon-mail.png");
}
body header .headericons .icon-cal {
  background-image: url("/assets/img/icon-phone.png");
}
body header .headericons .icon-drive {
  background-image: url("/assets/img/icon-map.png");
}
body header .headericons .mobiles-menu {
  display: none;
}
body header .headericons .mobiles-menu ul {
  display: block;
}
body header .headericons .mobiles-menu ul li {
  display: block;
  border-bottom: 1px solid #000;
  text-align: left;
  width: 100%;
}
body header .headericons .mobiles-menu ul li a {
  display: block;
  padding: 10px;
  background-color: #fff;
  color: #000 !important;
  margin-top: 5px;
}
body header .headericons .mobiles-menu ul li ul {
  display: none;
}
body header .headericons.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
body main .headerImage {
  position: relative;
  display: flex;
  justify-content: center;
  align-self: center;
}
body main .headerImage img {
  max-width: 100%;
  height: auto;
  width: 100vw;
  /*Für Safari, sonst streched das Bild*/
  align-self: center;
}
body main .headerImage h1 {
  background-color: rgba(9, 0, 70, 0.6);
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  padding: 30px;
  position: absolute;
  width: 80%;
  bottom: 70px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body main .headerImage h1 {
    font-size: 22px;
    bottom: 10px;
    padding: 10px;
    width: 90%;
  }
}
body main .serviceBox .border {
  margin-bottom: 50px;
}
body main .serviceBox .border .image {
  position: relative;
  height: 250px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
body main .serviceBox .border .image h3 {
  position: absolute;
  bottom: 0;
  background-color: rgba(9, 0, 70, 0.6);
  width: 100%;
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
@media (max-width: 767px) {
  body main .serviceBox .border .image {
    background-size: 100% auto;
  }
}
body main .serviceBox .border .text {
  padding: 20px 15px;
  background-color: #fff;
}
body main .serviceBox .border .text p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  min-height: 72px;
}
body main .serviceBox .border .text p.btn-red {
  padding: 0;
  width: 80%;
  display: block;
  margin: 10px auto;
  border: none;
  border-radius: 0;
  min-height: inherit;
}
body main .serviceBox .border .text p.btn-red a {
  display: block;
  color: #fff;
  border-radius: 5px;
  background-color: #d30d0c;
  text-align: center;
  padding: 8px 0;
  margin-top: 20px;
  transition: all ease 0.4s;
}
body main .serviceBox .border .text p.btn-red a:hover {
  background-color: #a4003a;
}
body main .aboutBoxes {
  margin-top: 40px;
  margin-bottom: 40px;
}
body main .aboutBoxes h3 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #090046;
}
body main .aboutBoxes h3:before {
  content: '';
  position: absolute;
  width: 65px;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #090046;
}
body main .reference h3 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #090046;
}
body main .reference h3:before {
  content: '';
  position: absolute;
  width: 65px;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #090046;
}
body main aside .logos p,
body main aside .subNav p {
  font-family: 'Oswald', Verdana, Arial, sans-serif;
  margin-bottom: 20px;
  font-size: 22px;
  color: #7f7f7f;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEE;
}
body main aside .reference {
  margin-bottom: 30px;
}
body main aside .reference .headline {
  font-family: 'Oswald', Verdana, Arial, sans-serif;
  margin-bottom: 20px;
  font-size: 22px;
  color: #7f7f7f;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEE;
}
body main aside .reference .card .card-header {
  background: #fff;
}
body main aside .reference .card .card-header p {
  margin: 0;
  font-weight: bold;
}
body main aside .reference .card .image {
  height: 200px;
  position: relative;
}
body main aside .reference .card .image img {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
}
body main aside .subNav ul {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
}
body main aside .subNav ul li {
  background-color: #EEE;
  transition: all ease 0.4s;
  margin-bottom: 5px;
  position: relative;
}
body main aside .subNav ul li a {
  color: #090046;
  transition: all ease 0.4s;
  padding: 5px 0 5px 25px;
  display: block;
}
body main aside .subNav ul li.active,
body main aside .subNav ul li:hover {
  background-color: #090046;
}
body main aside .subNav ul li.active a,
body main aside .subNav ul li:hover a {
  color: #EEE;
}
@media (min-width: 768px) {
  body main aside .subNav .dropdown .dropdown-toggle {
    display: none;
  }
  body main aside .subNav .dropdown .dropdown-menu {
    display: block;
    position: inherit;
    width: 100%;
    border: none;
    z-index: 977;
  }
}
@media (max-width: 767px) {
  body main aside .subNav .dropdown {
    margin-bottom: 30px;
  }
  body main aside .subNav .dropdown .dropdown-toggle {
    display: block;
  }
}
body main aside .logos p:last-child {
  margin-bottom: 0;
  border: none;
}
body main .mainArticle h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #090046;
  font-size: 28px;
}
body main .mainArticle h2:before {
  content: '';
  position: absolute;
  width: 65px;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #090046;
}
body main .mainArticle.reference {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body main .mainArticle.reference h2 {
  width: 100%;
}
body main .mainArticle.reference .image {
  width: 40%;
}
body main .mainArticle.reference .text {
  width: 60%;
  padding-left: 30px;
}
body main .mainArticle.reference .text h3 {
  text-transform: inherit;
  font-size: 24px;
}
body main .mainArticle.reference .text h3:before {
  display: none;
}
@media (max-width: 767px) {
  body main .mainArticle.reference {
    flex-direction: column;
  }
  body main .mainArticle.reference .image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  body main .mainArticle.reference .image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 100%;
    height: 180px;
  }
  body main .mainArticle.reference .text {
    width: 100%;
    padding: 0;
  }
}
body main .tags {
  margin-top: 20px;
}
body main .tags .badge {
  background-color: #a4003a;
  margin-right: 10px;
  padding: 5px 8px;
}
body main .tags .badge a {
  color: #fff;
}
body main .refGallery {
  margin-top: 30px;
}
body main .refGallery .item {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
body main .refGallery .item a {
  display: block;
  position: relative;
}
body main .refGallery .item a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  opacity: 0;
  transition: all ease 0.4s;
}
body main .refGallery .item a:hover span {
  opacity: 1;
}
body main .refGallery .item h3 {
  font-size: 20px;
}
body main .refGallery .item h3:before {
  content: none;
}
@media (max-width: 767px) {
  body main .refGallery .item {
    margin: 0;
    padding: 0;
  }
  body main .refGallery .item .image {
    margin-bottom: 30px;
  }
  body main .refGallery .item .image:last-child {
    margin-bottom: 0;
  }
}
body main .moreRefs .card {
  flex-direction: row;
  margin-bottom: 30px;
}
body main .moreRefs .card .image {
  width: 30%;
  position: relative;
}
body main .moreRefs .card .image img {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
}
body main .moreRefs .card .card-body {
  width: 70%;
}
body main .moreRefs .card .link {
  color: #090046;
  padding: 10px 0;
  display: inline-block;
  margin-top: 10px;
  transition: all ease 300ms;
}
body main .moreRefs .card .link:hover {
  font-weight: bold;
  padding-left: 15px;
}
body main .moreRefs .card .tags .badge {
  background-color: #EEE;
}
body main .moreRefs .card .tags .badge a {
  color: #090046;
}
@media (max-width: 767px) {
  body main .moreRefs {
    margin-top: 30px;
  }
  body main .moreRefs .card {
    flex-direction: column;
  }
  body main .moreRefs .card .image {
    width: 100%;
    height: 200px;
  }
  body main .moreRefs .card .card-body {
    width: 100%;
  }
}
body main .catCards .card {
  transition: all ease 300ms;
  margin-bottom: 30px;
}
body main .catCards .card img {
  width: 100%;
  height: 200px !important;
  object-fit: cover;
}
body main .catCards .card .card-body {
  padding: 10px 20px;
}
body main .catCards .card .card-body h3 {
  font-size: 18px;
}
body main .catCards .card:hover {
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
body main .pageNav {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  margin-top: 30px;
}
body main .pageNav li {
  list-style: none;
  padding: 3px 7px;
  border: 1px solid #f2f2f2;
}
body main .subArticle {
  border-top: 1px solid #EEE;
  padding: 20px 0 10px;
}
body main .subArticle h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
body main .gallery {
  margin-top: 40px;
  margin-bottom: 50px;
}
body main .gallery .galleryItem {
  margin-top: 30px;
}
@media (max-width: 991px) {
  body main .gallery {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
body main .gallery.news .newsItem {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
body main .gallery.reference .item {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
body main .gallery.reference .item a {
  display: block;
  position: relative;
}
body main .gallery.reference .item a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  opacity: 0;
  transition: all ease 0.4s;
}
body main .gallery.reference .item a:hover span {
  opacity: 1;
}
body main .gallery.reference .item h3 {
  font-size: 20px;
}
body main .gallery.reference .item h3:before {
  content: none;
}
@media (max-width: 767px) {
  body main .gallery.reference .item .image {
    margin-bottom: 30px;
  }
  body main .gallery.reference .item .image:last-child {
    margin-bottom: 0;
  }
}
body main .contactData {
  margin-bottom: 50px;
}
body main .contactData h3 {
  margin-bottom: 20px;
  border-bottom: 1px solid #EEE;
  padding-bottom: 10px;
}
body main .contactData p a {
  color: #a4003a;
}
body main .grey-background {
  background-color: #EEE;
  padding: 50px 0 0;
}
body main .blue {
  background-color: #090046;
  padding: 30px 0;
}
body main .blue p {
  margin: 0;
  color: #fff;
  font-size: 28px;
  text-align: center;
  font-family: 'Oswald', Verdana, Arial, sans-serif;
}
body main .blue p a {
  color: #fff;
  font-size: 30px;
  transition: all ease 0.4s;
  display: inline-block;
}
body main .blue p a:hover {
  padding-left: 20px;
  font-size: 31px;
  text-decoration: underline;
}
body main .blue.subheader {
  text-align: center;
  margin-bottom: 50px;
}
body main .blue.subheader h1 {
  color: #fff;
}
body main .blue.subheader .B_crumbBox {
  margin: 0;
  padding: 20px 0 0;
  color: #f2f2f2;
}
body main .blue.subheader .B_crumbBox li {
  display: inline-block;
  padding: 0 10px;
}
body main .blue.subheader .B_crumbBox li a {
  color: #fff;
}
body main .blue.banner.sub {
  margin-top: 50px;
}
body main .blue.banner.sub .data {
  background-color: #eee;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
}
body main .blue.banner.sub .data.left {
  border-right: 1px solid #090046;
}
body main .blue.banner.sub .data p {
  color: #7f7f7f;
  font-size: 18px;
}
body main .blue.banner.sub .data p.heading {
  color: #090046;
  font-size: 22px;
  margin-bottom: 20px;
}
body main .blue.banner.sub .data p.heading span {
  padding: 0 5px 5px;
  border-bottom: 1px solid #090046;
}
body main .blue.banner.sub .data p a {
  color: #7f7f7f;
  font-size: 18px;
}
body main .blue.banner.sub .data p i {
  font-size: 24px;
  margin-right: 15px;
  vertical-align: text-top;
}
body main .blue.banner.sub .data p i.fa-mobile {
  font-size: 28px;
}
body footer .grey-background {
  background-color: #EEE;
  padding: 30px 0;
}
body footer .grey-background p a {
  display: block;
}
body footer .grey-background p a img {
  max-width: 100%;
  height: auto;
}
body footer .grey-background p a span {
  color: #7f7f7f;
  font-size: 14px;
}
body footer .grey-background ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
}
body footer .grey-background ul li {
  width: 50%;
}
body footer .grey-background ul li a {
  color: #090046;
}
body footer .grey-background ul li:hover a {
  color: #a4003a;
}
@media (max-width: 991px) {
  body footer .grey-background .marginMobile:first-child {
    margin-bottom: 30px;
  }
}
body footer .blue {
  background-color: #090046;
  padding: 30px 0;
  color: #fff;
}
body footer .blue p {
  margin: 0;
}
body footer .blue ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
body footer .blue ul li {
  display: inline-block;
}
body footer .blue ul li a {
  color: #fff;
  font-weight: 400;
}
body footer .blue ul li:first-child {
  border-right: 1px solid #fff;
  padding-right: 10px;
}
body footer .blue ul li:last-child {
  padding-left: 10px;
}
@media (max-width: 767px) {
  body footer .blue ul {
    text-align: left;
    padding-top: 20px;
  }
}
body footer #scroll {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  display: flex;
}
body footer #scroll span {
  color: #333;
}
body footer .btn-bar {
  z-index: 31;
  display: block;
  bottom: inherit;
  table-layout: inherit;
  width: auto;
  left: calc(100% - 45px);
  top: calc(50vh - 35px);
  -webkit-transform: rotate(0) translateY(-50%);
  transform: rotate(0) translateY(-50%);
  position: fixed;
}
body footer .btn-bar .bar-item {
  margin-bottom: 1px;
  display: block;
  background: #a4003a;
  border-right: 0;
  overflow: hidden;
  min-width: 45px;
  height: 45px;
  transition: transform 0.5s ease 0s;
  transform: translateX(0px);
  width: 250px;
}
body footer .btn-bar .bar-item a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  color: #fff;
  overflow: auto;
  display: block;
  max-height: 67px;
  background: 0;
  border: 0;
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  padding: 0;
  min-width: 45px;
  min-height: 45px;
}
body footer .btn-bar .bar-item a .bar-icon {
  width: 25px;
  height: 25px;
  text-align: center;
  margin: 10px;
}
body footer .btn-bar .bar-item a .bar-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: .00912em;
  padding-bottom: .15788em;
  height: 45px;
  line-height: 45px;
  margin-left: 5px;
  padding-right: 15px;
  padding-left: 5px;
}
body footer .btn-bar .bar-item:hover {
  transform: translateX(-200px);
}
@media (max-width: 767px) {
  body footer .btn-bar {
    display: none;
  }
}
