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

:root {
    --colorBG: #a5704e;
    --colorBGAlpha: #a5704eee;
    --colorBGdark: #1a1122;
    --colorBGlight: #ac92a7;
    --colorFG: #a5704e;
    --colorFGdark: #4698fa;
    --white: #ffffff;
    --black: #000000;
    --fontSizeSmaller: 15px;
    --fontSizeSmall: 20px;
    --fontSizeMed: 28px;
    --fontSizeLarge: 50px;
    --fontSizeLarger: 64px;
}


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

@font-face {
    font-family: 'AsapRegular';
    src: url('../fonts/Asap-Regular.otf') format('opentype'),
        url('../fonts/Asap-Regular.ttf') format('embedded-opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'AsapRegular';
    src: url('../fonts/Asap-SemiBold.otf') format('opentype'),
        url('../fonts/Asap-SemiBold.ttf') format('embedded-opentype');
    font-weight: 600;
}

@font-face {
    font-family: 'AsapRegular';
    src: url('../fonts/Asap-Bold.otf') format('opentype'),
        url('../fonts/Asap-Bold.ttf') format('embedded-opentype');
    font-weight: 700;
}

body, html {
    font-family: 'AsapRegular';
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::selection {
    color: var(--white);
    background: var(--colorFG);
}



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

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

.noscroll .main {
}


a{ outline: none !important;}

.fa-asterisk {
    color:   #E23634 !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%;
}


.wf-mediabox-container, .wf-mediabox-caption, .wf-mediabox-nav {
  background: #000;
}


/* 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%;
}
/* ############## */
/* 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  */
/* ############## */


/* 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;
}
.sf-menu ul {
    position: absolute;
    display: none;
    top: calc(100% + 16px);
    background: #fff;
    left: -22px !important;
    z-index: 99;
    min-width: 192px;
    border-bottom: 4px solid #a1d0ec;
}


#totop {
    position: fixed;
    bottom: 96px !important;
    background: #000 !important;
    border-radius: 64px !important;
    color: #fff !important;
    padding: 9px 0px !important;
    width: 72px !important;
    height: 72px !important;
    z-index: 2 !important;
    right: 64px !important;
    cursor: pointer;
    text-align: center !important;
    box-shadow: 2px 2px 5px #0003;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(72px);
    border: 1px solid var(--colorBG);
}
#totop.visible {
    opacity: 1;
    transform: translateY(0px);
}
div#totop:before {
    content: "";
    float: left;
    height: 24px;
    width: 24px;
    border-top-color: #fff;
    border-top-style: solid;
    border-top-width: 5px;
    border-left-color: #fff;
    border-left-style: solid;
    border-left-width: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%) rotate(45deg);
    transition: all 0.3s;
}
#totop:hover:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
#totop:hover {
    box-shadow: 4px 6px 12px #0003;
}

/* 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 {
        float: right;
        margin-top: 20px;
        margin-right: 40px;
        display: block;
    }

.menutopxsbtn {
    display: none;
}

.menutopxs {
    position: absolute;
    top: 190px;
    left: -500px;
    width: 490px;
    display: none;
    padding: 0px 0px;
    z-index: 999999999999;
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.9);
}

.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: #010000;
    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: #a51f16;
    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: #010000;
    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: #010000;
}

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

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

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

.menutopxs li .parentnavimg, .menutopxs li .parentnavclose {
    display: none !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: #010101; }

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

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

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

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

.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: #fff; }

.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;
}


.logo {
    position: relative;
    margin: 24px 0px;
}

.logoimg {
    position: relative;
    height: 100%;
}



.nav li {
    float: left;
}

.nav li a {
    padding: 16px 32px 16px 0px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: lowercase;
    letter-spacing: 1px;
}

ul.nav.menu {
    float: right;
}

div#navbar-collapse {
    float: right;
    width: 66.66666667%;
    top: 50%;
    transform: translateY(-50%);
}

.logo img {
    /* left: 50%; */
    position: relative;
    /* transform: translateX(-50%); */
}

ul.nav.menu {
    float: left;
    right: 0;
    position: relative;
    transform: translateX(0%);
}


.navbar-toggle {
    position: relative;
    float: left;
    margin-right: 0px;
    padding: 9px 10px;
    margin-top: 0px;
    margin-bottom: 15px;
    background-color: white;
    background-image: none;
    border: 0px;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
}


.container-fluid {
    padding-left: 0;
    padding-right: 0;
    height: 140px !important;
}

.slideshow .container {
    width: 100%;
    padding: 0;
}

ul.nav-child {
    list-style: none;
}

ul.nav-child li {
    float: none;
    text-align: left;
    padding: 0px 0px 0px 22px;
    border-left: 0px solid #a1d0ec;
    transition: all 0.3s;
}

ul.nav-child li a {
    padding: 6px 0px;
}

ul.nav-child.unstyled.small {
    list-style: none;
    padding: 0px;
}

ul.nav-child li {
    float: none;
    text-align: center;
    padding: 5px 0px;
}

.navigation .container {
    padding: 0;
}

.menutopxs .nav li a, body.home .menutopxs .nav li a {
    color: #fff !important;
    text-align: left;
    font-size: calc(var(--fontSizeMed) + 6px);
    text-transform: uppercase;
    padding: 12px 50px !important;
    font-family:
}

button.menubtnclose {
    background: transparent;
    border: none;
    font-size: var(--fontSizeMed);
    font-weight: 200;
    position: absolute;
    top: 0;
    padding: 25px 35px;
    color: #fff !important;
}

.menutopxs .nav li {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 !important;
}

.menutopxs ul.nav.menu {
    float: right;
    right: calc(50% - 15px);
    position: relative;
    transform: translateX(50%);
}

.menutopxs .nav li:before {
    top: 50%;
}

.menutopxs .nav li:hover:before {
    top: 50%;
}

.c-hamburger--htx, .c-hamburger--htx.is-active {
    background-color: transparent;
}


.c-hamburger span, .c-hamburger span:before, .c-hamburger span:after {
    background: #000000;
    height: 6px;
    border-radius: 20px !important;
}
.c-hamburger span {
    width: 40px;
    left: 5px !important;
    right: 0px !important;
    transition: all 0.3s;
}
.c-hamburger span:before, .c-hamburger span:after {
    width: 30px;
    margin-left: 5px;
}
.menutopxsbtn {
    float: right;
    margin-top: 0px;
    margin-left: 0px;
    right: 0;
    margin-right: 0;
    transform: translate(0%, -50%);
    position: relative;
    top: 50%;
    position: absolute;
    background: #fff;
    border-radius: 50px;
    /* z-index: 9999999999; */
}
div#navbar-collapse {
    display: none !important;
}
.menutopxsbtn, .menutopxs {
    display: block !important;
    padding: 12px;
}
.menutopxs {
    right: -100%;
    left: unset !important;
}
.menutopxs.height100 {
    height: calc(100vh - 0px) !important;
    /* left: -100px; */
    min-height: 936px;
    max-width: 500px;
}

.menutopxs {
    position: absolute;
    top: 0px;
    width: 35%;
    left: -100%;
    display: none;
    padding: 0px 0px;
    background: rgba(0, 0, 0, 0.95);
    padding-top: 80px;
    z-index: 1;
}
@media(max-width:1200px) {
    .menutopxs {
        width: 60%;
    }
}
@media(max-width:768px) {
    .menutopxs {
        width: 80%;
    }
    .navbar .container {
        width: 100%;
        padding: 0px 60px;
    }
    .contentarea .container {
        padding: 0px 60px;
    }
    .menutopxsbtn {
        right: 60px;
    }
    .menutopxsbtn:before {
        display: none;
    }
    .logo img {
        width: 67%;
    }
}
@media(max-width:567px) {
    .menutopxs {
        width: 100%;
    }
}
.logo a {
    text-align: left !important;
}
.navigation {
    position: absolute;
    z-index: 99999999;
    width: 100%;
}
.menutopxsbtn:before {
    content: 'Menü';
    position: absolute;
    left: -80px;
    margin-top: 4px;
    font-size: var(--fontSizeMed);
    color: #fff;
    font-weight: 500;
}
nav.navbar.navbar-default {
    background: transparent;
    box-shadow: none;
    height: 160px;
    display: flex;
    align-items: center;
}

ul.m-list {
    list-style: none;
    padding: 0px;
    display: inline-block;
    margin-top: 15px;
}

ul.m-list li {
    display: inline-block;
    margin-bottom: 40px;
    position: relative;
    padding-left: 65px;
    width: 80%;
}

ul.m-list li img {
    position: absolute;
    left: 0px;
    top: -5px;
}

@media(max-width:1024px) {
    ul.m-list li {
        width: 100%;
    }
  nav.navbar.navbar-default {
    height: 120px;
  }
  body:not(.home) main.contentarea {
    padding-top: 40px;
    padding-bottom: 40px;
	}
}
.logoimg {
    filter: brightness(12);
}
.tp-caption {
    background: rgba(0,0,0,0.8) !important;
    padding: 30px 50px !important;
    text-align: center;
    font-family: 'AsapRegular' !important;
}
.tp-caption h1 {
    margin-top: 0 !important;
    font-size: var(--fontSizeLarge);
}
.tp-caption p {
    margin-top: 0 !important;
    font-size: var(--fontSizeSmall);
    font-weight: 400;
    margin-bottom: 0;
		    color: white;
}


/*.newsflash {
    grid-column: 1/4;
    display: grid;
    grid-template-columns: repeat(3, 33.33%);
}*/
/* img {
    max-width: 100%;
} */
.newsflash-item.row {
    width: calc(100% - 16px);
    position: relative;
    margin: 0;
}

.newsflash-image img {
    height: calc(100vh - 184px) !important;
    width: 100% !important;
    object-fit: cover;
}
figure.newsflash-image {
    height: 100%;
}
h4.newsflash-title {
    position: absolute;
    background: #000;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: 40px;
    padding: 20px 0px;
    font-size: var(--fontSizeSmall);
}
body.home, body.home a {
    color: #fff !important;
}
body:not(.home) {
    color: #000 !important;
}
body.home, body.home .main {
    background: #000;
}
h1 {
    text-transform: uppercase;
    font-size: var(--fontSizeLarger);
    margin-bottom: 26px;
    font-weight: 600;
}

h3 {
    font-size: var(--fontSizeMed);
    font-weight: 600;
    margin-bottom: 0px;
}
.services .col-md-6 h3 {
    font-weight: 600;
    margin-bottom: 10px;
}

p:not(.readmore) a.btn {
    background: var(--colorBG);
    color: #fff !important;
    border-radius: 0;
    font-size: var(--fontSizeSmall);
    font-weight: 600;
    padding: 8px;
    width: 75%;
    border: 1px #ffffff00 solid;
    transition: all 0.3s;
}
a.btn:hover {
    background: #fff;
    color: var(--colorBG) !important;
    border: 1px var(--colorBG) solid;
}
li {
    font-size: 20px;
}

.services a.btn, .services p a.btn {
    background: #fff;
    color: #000 !important;
    border-radius: 0;
    font-size: var(--fontSizeSmall);
    font-weight: 600;
    padding: 8px;
    width: 75%;
    border: 1px #ffffff00 solid;
    transition: all 0.3s;
}
.services a.btn:hover, .services p a.btn:hover {
    background: #ffffff00;
    color: #fff !important;
    border: 1px #ffffffff solid;
}
p {
    font-size: var(--fontSizeSmall);
    letter-spacing: -0.25px;
    line-height: 24px;
    margin-bottom: 26px;
    font-weight: 400;
}
a {
    color: var(--colorBG);
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
}
a:hover, a:focus, a:active {
    color: #000;
    text-decoration: none;
}



.bt-cs .bt-inner img {
    outline: 0;
    border: 0;
}

.bt-cs .bt_handles, #btcontentslider109 .bt_handles, #btcontentslider110 .bt_handles {
    top: auto !important;
    bottom: 35px !important;
    right: 0px !important;
    left: 0px !important;
    margin: 0 auto !important;
    text-align: center;
}

.bt-cs .bt_handles li {
    float: none;
    display: inline-block;

}

.bt_handles li a {
    border: 2px solid #fff;
    border-radius: 0px;
    width: 33px;
    height: 6px;
    background: #000;
    margin: 0px 3px;
}

@media(max-width:567px) {
    .bt_handles li a {
      margin: 6px 3px;
  }
}

.bt_handles li.current a, .bt_handles li:hover a {
    background: #fff;
}

.tp-caption h1 {
    margin: 0px !important;
    text-transform: none;
	    color: white;
}
/* .container {
    padding-left: 60px !important;
    padding-right: 60px !important;
} */
.slideshow .container {
    padding: 0 !important;
}

@media(max-width:991px) AND (min-width:768px) {
    /* - - - - - - - - - - */
    .slide {
        height: 35vh !important;
    }
    slides_control {
        height: 50vw !important;
    }
    .projects .bt-row {
        width: ;
        position: relative;
        margin: 0;
        height: 100%;
    }
    .projects .bt-inner .bt-title {
        position: absolute;
        top: -40px;
    }
    .projects .bt-inner .bt-introtext {
        position: absolute;
        top: 34px;
    }
    .projects .bt-cs {
        grid-column: 1/6;
        grid-row: 2;
        margin-top: -50px;
    }
    .projects .bt-cs img {
        height: 100% !important;
        object-fit: cover;
    }
    /* - - - - - - - - - - */
}

@media(max-width:991px) {



    .projects .custom * {
        max-width: 100%;
    }
    .projects .bt-cs {
        grid-column: 1/6;
        grid-row: 2;
        margin-top: 60px;
    }
    .newsflash-item.row {
        width: calc(100% - 16px);
    }
    .projects .custom {
        grid-column: 1/6;
    }
    .projects .custom > * {
        max-width: 100%;
        padding: 0px;
    }
     
    .projects .bt-cs img {
        height: calc(100% - 184px);
    }
    .projects .bt-inner {
        height: 100%;
    }
    :root {
        --fontSizeLarger: 50px;
    }
}
@media(max-width:768px) {
    .newsflash-image img {
        height: calc(100% - 92px) !important;
    }
}
@media(max-width:567px) {
    .newsflash-item.row {
        width: 100%;
        grid-column: 1/4;
    }
    .newsflash-image img {
        height: calc(100% - 0px) !important;
    }
    .newsflash-item.row {
        height: 100%;
        min-height: 320px;
        max-height: 360px;
    }
   

}

.services {
    /* position: absolute; */
    display: inline-flex;
    justify-content: center;
    width: 100%;
    height: 100vh;
    z-index: 99;
    background: url(../../../images/leistungen.jpg);
    padding-top: 200px;
background-size: 100%;
}
.services .container {
    position: absolute;
    left: 67%;
    transform: translateX(-50%);
    display: block;
}
.services .custom {
    width: 75%;
}
.services .background {
    display: inline-flex;
    justify-content: center;
    width: 75%;
    height: 100vh;
    z-index: 99;
    background: var(--colorBGAlpha);
    margin-top: -200px;
    padding-top: 170px;
    position: absolute;
    left: 0;
}
.services .col-md-6 {
    margin-top: 100px;
}
.services .col-md-6, .about .col-md-6 {
    text-align: center;
}
.col-md-6:nth-of-type(1) {
    padding-left: 0px
}
.col-md-6:nth-of-type(2) {
    padding-right: 0px
}
.services .col-md-6:nth-of-type(1):after {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 16px);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background: #fff;
}
@media(max-width:991px) {
    .col-md-6:nth-of-type(1) {
        padding-left: 15px
    }
    .col-md-6:nth-of-type(2) {
        padding-right: 15px
    }
    .services .col-md-6:nth-of-type(1):after {
        display: none;
    }
    .services {
        height: calc(100vh + 140px);
    }
    .services .background {
        height: calc(100vh + 140px);
    }
}

@media(max-width:991px) AND (max-height:567px) {
    .services {
        height: calc(200vh + 0px);
    }
    .services .background {
        height: calc(200vh + 0px);
    }
}
@media(max-height:768px) {
    .menutopxs {
        padding-top: 0px;
    }
}

@media(max-width:768px) {
    .services .background {
        width: 100%;
        padding-top: 70px;
    }
    .services .container {
        left: 50%;
        width: 100%;
        padding: 0px 60px;
    }
    .about .container, .footer .container {
        padding: 0px 60px;
    }
    .services .custom {
        width: 100%;
    }
    .services .col-md-6 {
        margin-top: 60px;
    }
}
.about {
    padding: 90px 0px;
	/* background: url(../../../images/Bild-Fahnen-Startseite_1.jpeg); */
    background: url(../../../images/sliders/Bild-Fahnen-Startseite_3.jpg);
    background-position: 0px calc(50% - 90px);
    position: relative;
    text-align: center;
   	background-size: calc(100% + 200px);
    background-repeat: no-repeat;
    background-position: center !important;
}
@media(max-width:768px) {
  .about {
	background-size: cover;
  }
}
.about:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000ab;
}
/*.about h1 {
    text-transform: none !important;
    font-weight: 400 !important;
}*/

.partner {
    padding: 100px 0px;
  padding-top: 0;
    border-top: 2px solid var(--colorFG);
}
.partner .custom {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
   padding-top: 100px;
}
.partner .custom p {
    display: inline-block;
    filter: contrast(0) brightness(2);
    margin: 0px 30px;
}
@media(max-width:991px) {
    .partner .custom p {
        margin: 0px 0px;
        transform: scale(0.8);
    }
}
@media(max-width:768px) {
    .partner .custom {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .partner .custom p {
        margin: 30px 30px;
        transform: scale(1);
    }
}

footer.footer {
    background: var(--colorBG);
    display: flex;
    text-align: center;
    font-weight: 500 !important;
    padding: 40px 0px 35px 0px;
}
footer.footer p {
    font-size: var(--fontSizeSmaller) !important;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 500;
    line-height: 20px !important;
}
.footer a {
    width: auto;
    color: #fff !important;
}

/* - - -
        subpages
                - - - */

body:not(.home) .navigation {
    background: var(--colorBGAlpha);
}
body:not(.home) main.contentarea {
    padding-top: 120px;
    padding-bottom: 120px;
}
.contentarea img {
    max-width: 100%;
height: auto;
}
.contentarea .col-md-6 {
    text-align: center;
}


.blog .span4 {
    width: calc(100% - 40px);
    display: inline-block;
    margin: 20px;
}
.blog .span4 .item-image {
    float: none !important;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blog .item-image img {
    height: 100vh !important;
    width: 100%;
    object-fit: cover;
    max-height: 380px;
}
.blog .items-row {
    display: grid;
    grid-template-columns: repeat(3, 33%);
}
.blog .span4:nth-of-type(1) {
    grid-column: 1/2;
}
.blog .item {
    height: 100%;
    position: relative;
}
.blog .item  p {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    background: #000000;
    color: #fff;
    padding: 20px;
    margin-top: 65px;
    font-size: var(--fontSizeSmaller);
    font-style: italic;
      pointer-events: none;
}
.blog .item p.readmore {
    display: none;
}

.blog h2 {
    text-align: center;
}

.page-header h1 {
    text-align: center;
}
.item .page-header {
    position: absolute;
    z-index: 99;
    width: 100%;
}
.item .page-header a {
    color: #fff !important;
    font-size: var(--fontSizeSmall) !important;
}
.item .page-header h2 {
    margin: 0;
    margin-top: 40px;
    background: #000;
    padding-top: 20px;
    font-weight: 600;
}
.item .page-header a:hover {
    color: #fff !important;
}

body:not(.home) .item-page {
    text-align: left;
}

body:not(.home) .contentarea .col-md-6 {
    text-align: left;
}

.item-page .item-image {
    margin-bottom: 40px;
}

/* img.image_main {
    height: 100% !important;
}
.container_skitter {
    height: 100% !important;
}
.box_skitter.jsn-themeslider-gallery {
    height: 100% !important;
}
.box_clone img {
    height: 0% !important;
} */
img.image_main {
    width: auto !important;
    height: 80vh !important;
object-fit: cover;
}
.box_skitter .box_clone img {
   width: auto !important;
    height: 80vh !important;
}

.box_skitter .box_clone {
    display: none !important;
}

.box_skitter .image {
    text-align: center;
}
span.info_slide_dots {
    background: transparent !important;
    position: absolute;
    bottom: -48px !important;
    top: unset !important;
    left: unset !important;
    right: 0 !important;
}
span.image_number {
    background: transparent !important;
    border: 1px solid #fff;
    border-radius: 0 !important;
    height: 12px !important;
    width: 32px !important;
    transition: all 0.3s;
}
span.image_number_select {
    background: #fff !important;
    border-color: #000;
}
span.image_number:hover {
    background: #fff !important;
    border-color: #000;
}

.jcemediabox-popup-corner-tr, .jcemediabox-popup-corner-tl, .jcemediabox-popup-corner-bl {
    display: none;
}
#jcemediabox-popup-container {
    background-color: black;
}
div#jcemediabox-popup-caption {
    background: black;
    display: none;
}
div#jcemediabox-popup-nav {
    background: black;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
div#jcemediabox-popup-body, div#jcemediabox-popup-info-bottom {
    position: unset;
}
#jcemediabox-popup-closelink {
    background: transparent;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    top: 10px;
    position: absolute;
    right: 35px;
    transition: var(--ms3);
    border-radius: 50px;
    border: 1px solid #fff;
    transition: all 0.3s;
}

a#jcemediabox-popup-prev {
    background: #ffffffcc;
    border-radius: 12px;
    width: 64px;
    height: 64px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 35px;
    transition: var(--ms3);
}
a#jcemediabox-popup-next {
    background: #ffffffcc;
    border-radius: 12px;
    width: 64px;
    height: 64px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    right: 35px;
    transition: var(--ms3);
}
span#jcemediabox-popup-numbers {
    display: inline-flex !important;
    padding: 10px 10px;
    background: #ffffffcc;
    border-radius: 6px;
}
a#jcemediabox-popup-next:before {
    content: "";
    float: left;
    height: 20px;
    width: 20px;
    border-top: #000 solid 2px;
    border-left: #000 solid 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-75%, -50%) rotate(135deg);
    transition: all 0.3s;
}
a#jcemediabox-popup-next:hover:before {
    transform: translate(-50%, -50%) rotate(135deg);
}
a#jcemediabox-popup-prev:before {
    content: "";
    float: left;
    height: 20px;
    width: 20px;
    border-top: #000 solid 2px;
    border-left: #000 solid 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-25%, -50%) rotate(-45deg);
    transition: all 0.3s;
}
a#jcemediabox-popup-prev:hover:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}
a#jcemediabox-popup-closelink:before {
    content: "";
    float: left;
    height: 0px;
    width: 24px;
    border-top: #fff solid 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%) rotate(45deg);
    transition: all 0.3s;
}
a#jcemediabox-popup-closelink:after {
    content: "";
    float: left;
    height: 0px;
    width: 24px;
    border-top: #fff solid 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%) rotate(-45deg);
    transition: all 0.3s;
}
#jcemediabox-popup-closelink:hover, a#jcemediabox-popup-prev:hover, a#jcemediabox-popup-next:hover {
    background: #fff;
}
#jcemediabox-popup-closelink:hover:before, #jcemediabox-popup-closelink:hover:after {
    border-top-color: #000;
}
#jcemediabox-popup-iframe {
    background-color: transparent !important;
}
div#jcemediabox-popup-caption {
    display: none !important;
}
div#jcemediabox-popup-page -webkit-scrollbar {
    display: none;
}
@media(max-width:1280px) {
    div#jcemediabox-popup-page {
        width: 100%;
    }
    div#jcemediabox-popup-content {
        width: 100% !important;
    }
    div#jcemediabox-popup-body {
        width: 100% !important;
    }
}
.container_skitter {
    max-height: 750px !important;
}
.box_skitter.jsn-themeslider-gallery {
    max-height: 750px !important;
}

div#jcemediabox-popup-content {
    width: 100% !important;
}

div#jcemediabox-popup-body {
    width: 100% !important;
}
@media(max-width:991px) {
  .main.imgpopup .item-page h3 {
    margin-top: 65px;
}
.container_skitter {
    height: 100% !important;
}

.box_skitter.jsn-themeslider-gallery {
    max-height: 75vh !important;
    height: 100vh !important;
}
}
#jcemediabox-popup-content {
    padding: 0px 0px !important;
}

span.info_slide_dots {
    display: block !important;
}
span.info_slide_dots span.image_number {
    margin-top: 10px !important;
}

ul.nav-child li a {
    font-size: 22px !important;
    margin: -12px 0px -12px 24px !important;
    line-height: 26px;
}

@media(max-width:768px) {
  .menutopxs {
    padding-top: 40px;
  }
  .menutopxs .nav li a, body.home .menutopxs .nav li a {
      padding: 12px 0px 12px 50px !important;
  }
  .navigation nav .custom div:nth-of-type(1) {
      width: 100% !important;
  }
  nav.navbar.navbar-default {
      height: 104px;
  }
  body:not(.home) main.contentarea {
    padding-top: 0px;
  }
}
@media(max-width:567px) {
  nav.navbar.navbar-default {
      height: 72px;
  }
}
#jcemediabox-popup-content>embed, #jcemediabox-popup-content>img, #jcemediabox-popup-content>object, #jcemediabox-popup-content>video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

span.next_button, span.prev_button {
    display: block !important;
    padding: 120px 80px !important;
    background-position: center !important;
    top: calc(50% - 100px) !important;
}
@media(max-width:768px) {
  span.next_button {
      background-position: center right !important;
  }
  span.prev_button {
      background-position: center left !important;
  }
}
/*******************************************************/
/*******************************************************/
/*******************************************************/
/*******************************************************/


@media(max-width:1200px) {
    .services .col-md-6 {
        margin-top: 50px;
    }

    .about {
        background-position: -235px calc(50% - 90px);
    }

    .services .background {
        padding-top: 50px;
    }
}



@media(max-width:991px) {

    div#navbar-collapse {
        top: 0px;
        transform: none;
    }

    div#navbar-collapse {
        width: 100%;
    }

    ul.nav.menu {
        padding: 30px 0px;
    }

    .blog .items-row {
        grid-template-columns: repeat(3, 33%);
    }

    .blog .span4 {
        width: calc(100% - 15px);
    }

    .services .background {
        height: calc(100vh + 140px);
    }

}




@media(max-width:767px) {

    .blog .items-row {
        grid-template-columns: repeat(1, 100%);
    }

    /* Chronoforms Responsive */

    .gbs3 .chronoform .gcore-input{width:100% !important;}
    .gbs3 .chronoform .form-control{width:100% !important;}

   

    .bt-cs .bt_handles, #btcontentslider109 .bt_handles, #btcontentslider110 .bt_handles {
        bottom: -18px !important;
    }

    .contentarea .container {
        padding: 15px 15px;
    }

    .blog .span4 {
        margin: 0;
        width: 100%;
    }

    .blog .item {
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
  
  .tp-caption p.corona {
    font-size:11px !important;
    line-height:15px !important;
  }


    .menutopxsbtn {
        display: block;
    }

    .menutopxs {
        display: block;
    }

    /* .parentnavimg {
        display: block;
    } */

}

@media(max-width:500px) {
    .menutopxs {
        width: 100%;

    }




}

@media(max-width:567px) {

    .navbar .container {
        padding: 0px 15px;
    }

    .logo img {
        width: 100%;
    }
    .menutopxsbtn {
        transform: translate(0%, 0%);
            top: calc(100% + 20px);
        right: 30px !important;
    }

    .menutopxsbtn {
        padding: 6px;
    }

    .projects .custom h1, h1 {
        font-size: 30px;
    }

    .projects .custom h3 {
        font-size: 20px;
    }

    .projects .custom > *, .services .container, .about .container, .footer .container {
        padding: 0px 15px;
    }

    .services .col-md-6 {
        margin-top: 0px !important;
    }

    .services {
        height: calc(100vh + 250px);
    }

    .services .background {
        height: calc(100vh + 250px);
    }

    .about {
        padding: 30px 0px;
    }

    p:not(.readmore) a.btn {
        width: 95%;
    }
}

@media(max-width:450px) {
    .services {
        height: calc(100vh + 450px);
    }

    .services .background {
        height: calc(100vh + 450px);
    }
}


.navigation nav .custom {
    bottom: 0;
    /*position: absolute;*/
    margin: 52px;
    display: flex;
    flex-direction: row;
    width: calc(100% - 104px);
    align-items: flex-end;
}
.navigation nav .custom div, .navigation nav .custom a {
    width: 50% !important;
    /* font-size: var(--fontSizeSmall) !important; */
    color: #fff !important;
}
.navigation nav .custom div img {
    margin-right: 8px;
}
.navigation .custom img {
    width: 36px !important;
}
a.bt-title, .bt-introtext {
    pointer-events: none;
}
body.aktuelles .item-page .col-sm-6 {
    padding: 0;
}

.uk-scope {
    align-self: end;
}

@media(max-width:768px) {
  
    .uk-scope {
    align-self: end;
  margin-bottom: 0px;
      max-width: 90vw;

  }
}

#rev_slider_1_1_wrapper {
  min-height: 100svh !important;
}



.projects {
  display: flex;
  min-height: 50vh;
   padding: 150px 50px;
  gap: 50px;
  align-items: center;
}

@media (max-width: 768px) {
  .projects {
     padding: 15px;
  display: flex;
  flex-direction: column-reverse;
    margin-bottom: 75px;
  }
}

.uk-scope .uk-overlay-primary {
	background: black;
}

.uk-scope .uk-overlay {
	padding: 10px 30px;
	background-color: #00000090;
}

html body.home div.main div.projects div.moduletable.col-md-12 div.uk-scope div.dw_modal.uk-slideshow div.uk-position-relative.uk-visible-toggle ul#uk-slideshow-1.uk-slideshow-items.uk-transition-active li div.uk-overlay.uk-position-bottom.uk-overlay-primary.uk-transition-fade h3.uk-h2 {
  font-size:21px;
  font-weight: bold;
  font-family: inherit;
}

.uk-scope .uk-dotnav > * > * {
	display: block;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: 0 0;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	border: 1px solid gray;
	transition: .2s ease-in-out;
	transition-property: background-color,border-color;
}

[data-modals-element="modal"][data-modals-theme="dark"] [data-modals-element="slide-content"] {
	box-shadow: none !important;
  background: black;
}

[data-modals-element="modal"][data-modals-theme="dark"] [data-modals-element="slide-content"] {
    /* background: #fff; */
    margin: 0;
    border-radius: 4px;
    overflow: hidden;
}

[data-modals-element="modal"][data-modals-theme="dark"] [data-modals-type="iframe"] [data-modals-element="slide-content"] iframe {
	background: #000;
	border: none;
}

[data-modals-element="modal"] [data-modals-element="container"] {

	background-color: black;
}