@charset "UTF-8";
/* CSS Document */

.preload {
    background: url(../images/close.png) -9999px -9999px;
}

body, html {
	font-weight: 400;
	font-style: normal;	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-family: "futura-pt",sans-serif;
    font-size: 16px;
}

body.noscroll {
    overflow-x: hidden;
    background: #fff;
}

.main {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
}


.blau {
    color: #3373ab;
}

.container {
    max-width: 1000px;
}

.noscroll .main {
}


a{ outline: none !important;}

.contentarea a {
    color: #3373ab;
    text-decoration: none;
}

.contentarea a:hover {
    text-decoration: underline;
}

.fa-asterisk {
    color:   #fff !important; 
}

/* Google Maps */
.responsive_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

.responsive_map iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/* ############## */
/* COOKIE HINT  START  */

#redim-cookiehint-bottom {
 bottom: 40% !important;
  width: 100%;
  max-width: 600px;
  right: 0px !important;
  left: 0px !important;
  margin: 0 auto  !important;
 z-index: 99999999;

}

#redim-cookiehint {
  color: #fff !important;
  background: #333 !important;
}

.cookiecontent {
  text-align: center;
}

#redim-cookiehint .cookiebuttons {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#redim-cookiehint .cookiebuttons .btn {
  max-width: 90% !important;
}

#cookiehintinfo {
  background: transparent !important;
  color: #fff !important;
  text-decoration: underline !important;
}

#redim-cookiehint .cookiebuttons .btn#cookiehintsubmit {
  background: #37cd8f !important;
  color: #fff !important;
  font-weight: normal !important;
}


#redim-cookiehint .cookiebuttons .btn#cookiehintsubmitno {
  background: #fff !important;
  padding: 5px 10px !important;
  font-weight: normal !important;
  color: #000 !important;
}


/* COOKIE HINT  END  */
/* ############## */


/* Video */
.responsive_video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.responsive_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* SF Menü */

sf-menu ul.nav-child {
    margin-left: -34px;
    margin-top: -1px;
}  

.sf-menu ul.nav-child li a {
    border-left: 1px solid #fff;   
    border-bottom: 0px;
}

.sf-menu ul.nav-child li:last-child a {
    border-bottom: 1px solid #fff;   
}



/* ToTop Button */

#totop {
    position:  fixed;
    bottom: 50px;
    background: #3373ab;
    color: #333;
    padding: 8px 0px;
    width: 50px;
    z-index:  999999;
    right: 20px;
    text-align:  center;
    opacity: 0.7;
    border-radius: 5px;
    
}

#totop a {
    color: #fff;
    font-size: 30px;
    text-decoration: none;
}

/* Tabelle mit 2 Spalten */

.spalten2 {
    width: 100%;
}

.spalten2 td {
    width: 50%;
    vertical-align:  text-top;
}

.spalten2 td:first-child {
    padding-right: 30px;   
}

.spalten2 td:last-child {
    padding-left: 30px;   
}

/* Responsive Menü */

.menutopxsbtn {
    position: absolute;
    left: 15px;
    top: 30px;
    z-index: 200;
    width: 110px;
}

.menutopxsbtn .buttontext {
    position: absolute;
    right: 0px;
    top: 10px;
    color: #3473ab;
    font-size: 20px;
    z-index: 200;
    font-weight: 500;
}

.menutopxs {
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 110px;
    width: 500px;
    display: none;
    z-index: 100;
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.95);
}

.menutopxs ul {
    width: 90%;
    margin: 15px;
    padding: 0;
    list-style: none;
}

.menutopxs li {
    float: none !important;
    background:  none !important;
    width: 100%;
    margin-bottom: 10px;
}

.menutopxs li a {
    padding: 10px !important;
    color: #000000;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    transition: color 0.5s;
    line-height: 17px;
    padding-bottom: 0px;
    display: block;
    text-align: left;
    position: relative;
    z-index: 5;
}

.menutopxs li a span {
    font-size: 15px;
    font-weight: 400;
    display: block;
}

.menutopxs li a:hover, .menutopxs li.active>a {
    color: #3473ab;
    background: none !important;
}

.menutopxs .parent .nav-child li:last-child {
    border-bottom: 0;
}

.menutopxs .parent .nav-child {
}


.menutopxs li li a {
    border-bottom: 0px;
    font-size: 17px;
    color: #000;
    text-decoration: none;
    display:  block;
    overflow: hidden;
    padding-left: 15px !important;
}

.menutopxs ul ul {
    margin: 0;
    padding: 0;
    padding-left: 15px;
}   

.menutopxs h1 {
    font-weight: 700;
    letter-spacing: -3px;
    font-size: 50px;
    cursor: pointer;
    margin: 0px;
    padding: 30px 15px;
    text-align: center;
    color: #000;
}

.menutopxs h1 img {
    width: 45px;
    height: auto,
}

.menutopxs ul.nav-child {
    display: none;
}

.menutopxs li.active ul.nav-child {
    display: block;
}

.menutopxs li .parentnavimg, .menutopxs li .parentnavclose {
    display: block !important;
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 10;
}

/* Hamburger Menu Icon - to X */

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s; }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 9px;
  right: 9px;
  height: 4px;
  background: #fff; }

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: ""; }

.c-hamburger span::before {
  top: -10px; }

.c-hamburger span::after {
  bottom: -10px; }

.c-hamburger--htx {
  background-color: #3473ab; }

.c-hamburger--htx span {
  transition: background 0s 0.3s; }

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s; }

.c-hamburger--htx span::before {
  transition-property: top, transform; }

.c-hamburger--htx span::after {
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #3373ab; }

.c-hamburger--htx.is-active span {
  background: none; }

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg); }

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg); }

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s; }


/* Btn Primary Bootstrap Override */

.btn-primary {
    background: #e4a443 !important;
    border: 0px !important;
    color: #fff !important;
    font-size: 18px !important;
}

.btn-primary:hover {
    background: #544c3e !important;
    border: 0px !important;
}

.parentnavimg {
    display: none;
}

.header {
    width: 100%;
    height: 170px;
    background: url(../images/bg-header.jpg) repeat-x center top #fff;
}

.header .container {
    position: relative;
}

.header .logo {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 10;
    margin: 0 auto;
    width: 300px;
    background: #fff;
    padding: 0px 40px;
    margin-top: 45px;
}

.header .logo img {
    transition: opacity 0.5s;
}

.header .logo img:hover {
    opacity: 0.8;
}

.header .contact {
    position: absolute;
    right: 15px;
    top: 38px;
    z-index: 10;
    width: 125px;
    height: auto;
}

.header .contact a {
    color: #3373ab;
    text-decoration: none;
    color: #3473ab;
    font-size: 20px;
    font-weight: 500;
}

.header .contact img {
    float: right;
    padding: 10px;
    background: #3373ab;
    margin-top: -10px;
}



.slideshow .tp-caption {
    background: rgba(0,0,0,0.66) !important;
    font-family: "futura-pt",sans-serif !important;
    letter-spacing: 2px !important;
    padding: 20px 50px 20px 25px !important;
    width: 100% !important;
    max-width: 440px !important;
}

.slideshow .tp-caption h3 {
    font-weight: 700 !important;
    font-size: 25px !important;
    text-transform: uppercase !important;
  color: white !important;
}

.slideshow .tp-caption p {
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    line-height: normal !important;
}

.slideshow {
    margin-bottom: 2px;
}

.footer {
    width: 100%;
    background: #020303;
    color: #fff;
    border-top: 3px solid #3373ab;
    padding: 28px 0px;
}

.footer .container {
    max-width: 1200px;
}

.footer p {
    margin: 0;
    padding: 0;
}

.footer a {
    text-decoration: none;
    color: #fff;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .custom .col-md-6 {
    width: 57%;
    padding: 0;
}

.footer .custom .col-md-6:nth-child(2) {
    width: 43%;
    padding: 0;
}

.footer .blau {
    text-transform: uppercase;
}

.footer .col-sm-4 {
    font-size: 13px;
}

.footer .custom .col-md-6 .col-sm-4 {
    width: 40%;
}


.footer .custom .col-md-6 .col-sm-4:first-of-type {
    width: 20%;
}


.boxes_top .box {
    width: 33.33333%;
    float: left;
    display: table;
    margin-bottom: 2px;
}

.box .box_left {
    display: table-cell;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: grayscale(1);
    transition: all 0.5s;
}

.box:hover .box_left {
    filter: grayscale(0);
}

.box .box_right {
    display: table-cell;
    width: 50%;
    background: #3373ab;
    color: #fff;
    padding: 25px 15px;
}

.box .box_text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-transform: uppercase;
    min-height: 124px;
}

.box .box_right a {
    color: #fff;
    text-decoration: none !important;
}

.box .box_right strong {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 24px;
}

.home.item-page {
    padding: 70px 0px;
}

.home .col-md-8 p {
    max-width: 500px;
    font-size: 18px;
    letter-spacing: 1px;
    margin-left: 15px;
}

.home .col-md-4 {
    padding-left: 0;
}

.contentarea h1 {
    font-size: 30px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}


.contentarea h2 {
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.contentarea h3 {
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
}

.home h2 {
    margin-top: 0;
    padding-top: 0;
}

.boxes_bottom {
    position: relative;
    z-index: 10;
}

.boxes_bottom p {
    margin: 0;
    padding: 0;
}

.boxes_bottom .leistung {
    width: 19.5%;
    margin-right: 0.5%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 2px;
}

.boxes_bottom .leistung a {
    display: flex;
    width: 100%;
    height: 180px;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background: rgb(51,115,171);
    background: rgba(51,115,171,0.7);
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    transition: all 0.5s;
}

.boxes_bottom .leistung:hover a {
    opacity: 0;
    text-decoration: none;
}



.bg_bottom .bgbottom {
    position: relative;
    z-index: 5;
    margin-top: -120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}

.bg_bottom h2 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.bg_bottom .bgbottom .container {
    padding-top: 150px;
    padding-bottom: 50px;
    
}

.item-page {
    padding: 50px 0px;
}


/*******************************************************/
/*******************************************************/
/*******************************************************/
/*******************************************************/


@media(max-width:1200px) {
	
}



@media(max-width:991px) {
    
    .box .box_right strong, .box .box_right {
        font-size: 15px;
    }
    
    .boxes_bottom .leistung a {
        height: 140px;
        font-size: 13px;
    }
    
    .footer .col-md-6 {
        width: 100% !important;
    }
}




@media(max-width:767px) {
    
    /* Chronoforms Responsive */

    .gbs3 .chronoform .gcore-input{width:100% !important;}
    .gbs3 .chronoform .form-control{width:100% !important;}
    
    .boxes_top .box {
        width: 100%;
        float: none;
    }
    
    .box .box_right strong, .box .box_right {
        font-size: 18px;
    }
    
    .menutopxsbtn .buttontext, .contact span {
        display: none;
    }
    
    .menutopxsbtn, .header .contact {
        top: 15px;
    }
    
    .header {
        height: 120px;
    }
    
    .header .logo {
        width: 250px;
        z-index: 100;
    }
    
    .header .logo img {
        max-width: 100%;
    }
    
    .header .contact {
        z-index: 100;
    }

    .boxes_bottom .leistung {
        width: 49.5%;
    }
    
    .boxes_bottom .leistung:last-of-type {
        margin: 0 auto;
        float: none;
        clear: both;
        margin-bottom: 10px;
    }
    
    .bg_bottom .bgbottom {
        margin-top: 0;
    }
    
    .bg_bottom .bgbottom .container {
        padding-top: 50px;
    }
}

@media(max-width:500px) {
    .menutopxs {
        width: 100%;
        
    }
    
    .box .box_right strong, .box .box_right {
        font-size: 16px;
    }
    
    
    
    
    
    
}

@media(max-width:567px) {
    
    .slideshow .tp-caption {
        font-size: 15px;
      color: white !important;
    }
    
    .slideshow .tp-caption h3 {
        font-size: 18px !important
      color: white !important;
    }
    
    .slideshow .tp-caption p {
        font-size: 15px !important;
      color: white !important;
    }
}

.slideshow .tp-caption h3 {
    font-weight: 700 !important;
    font-size: 25px !important;
    text-transform: uppercase !important;
    color: white !important;
}

.form-horizontal .control-label {
    text-align: left;
    /* margin-bottom: 0; */
    padding-top: 7px;
}

input{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    max-width: 310px;
}

.uk-scope img, {
    max-width: 100%;
    height: 200px !important;
    object-fit: cover !important;
}

.rev_slider .tp-caption, .rev_slider .caption {
    position: absolute;
    visibility: hidden;
    white-space: normal !important;
}