@charset "utf-8";
/* CSS Document */

/*Style*/





:root {


    /* Text Color */

    --color-one:                      #ae191f;
    --color-one-rgb:                  0, 150, 64;

    --color-two:                       #ae191f;
    --color-two-rgb:                   0, 150, 64;

    --color-two-fixed:                #ae191f;
    --color-two-fixed-rgb:              0, 150, 64;

    --color-three:                      #ae191f;
    --color-three-rgb:                  0, 150, 64;

    --bs-heading-color: #ae191f;
    

    
    --color-white:                     #FFFFFF; /*#000000*/
    --color-white-rgb:                   255, 255, 255;

    --color-white-fixed:               #FFFFFF; /*Not change for light version*/
    --color-white-fixed-rgb:             255, 255, 255;

    --color-black:                     #000000; /*#FFFFFF*/
    --color-black-rgb:                  0, 0, 0;

    --color-black-fixed:               #000000; /*#FFFFFF*/
    --color-black-fixed-rgb:             0, 0, 0;

    --color-muted:                     #4E4E4E;
    --color-muted-rgb:                  78, 78, 78;

    --color-dark:                       #363636;
    --color-dark-rgb:                   54, 54, 54;

    --color-grey:                      #b2b2b2;


    /* Footer BG */
    --color-footer-one:                #121212; 
    --color-footer-one-rgb:             18, 18, 18;

    /* Footer BG */
    --color-footer-two:                #121014; 
    --color-footer-two-rgb:             18, 16, 20;

    /* Footer BG */
    --color-footer-three:             #191D27; 
    --color-footer-three-rgb:           25, 29, 39;


    --link-color:                      #ae191f;
    --link-color-hover:                #134d77;

    /* Responsive Breakdown */
    --breakpoint-extralargedesktop: 1399.98px;
    --breakpoint-largedesktop: 1199.98px;
    --breakpoint-desktop: 991.98px;
    --breakpoint-tablet: 767.98px;
    --breakpoint-mobile: 575.98px;
    --breakpoint-minimobile: 499.98px;

    /* Transition Method */
    --transition-base: all 0.3s ease-in-out;
    --transition-bezier: all .25s cubic-bezier(.645, .045, .355, 1);
}

.color-white{
	color: var(--color-white) !important;
 }

a {
	cursor: pointer;
}

#c72 img{
	filter: grayscale(100%);
  }

  #c72 img:hover{
	filter: grayscale(0%);
  }

#c78 img.image-embed-item {
    width: 180px;
}


hr {
    margin: 1rem 0;
    color: inherit;
    border: 2px solid rgb(232,238,241);
    opacity:1;
}


img {
  border: 0;
}

img.image-embed-item {
	width: 100%;
	height: auto;
}

.ce-intext.ce-right .ce-gallery[data-ce-images="1"] {
	margin-left: 0
}

.ce-intext.ce-left .ce-gallery[data-ce-images="1"] {
    margin-right: 0;
}

.id-2 .col-6 img{
	max-width: 270px;
}

.id-2 .col-6 .ce-right .ce-gallery {
	float: none
}

ul{
	margin-top:0;
	}
	
p {
	margin:10px 0 5px 0;
	}

.sale {
    position: relative;
}

.sale:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/verkauft.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 1;
    /* margin: -1.5rem 0 0 -1.5rem; */
    margin-top: -1.5rem;
    margin-left: -.5rem;
}

/* SWIPER */

.swiper-container {
    position: relative;
    overflow: hidden;
}


.cs-swiper-navigation.style1 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
    right: 65px;
    bottom: 20px;
}

.cs-swiper-navigation.style1 .cs-swiper-arrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 54px;
    height: 54px;
    color: var(--color-black);
    background-color: transparent;
    border-radius: 100%;
    margin-top: 0px;
    transition: var(--transition-base);
}

.cs-swiper-navigation.style1 .cs-swiper-arrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px dashed var(--color-black);
    border-radius: 100%;
    transition: var(--transition-base);
    z-index: -1;
}

.cs-swiper-navigation.style1 .cs-swiper-arrow:hover::before {
    border-color: var(--color-black);
    background-color: rgba(var(--color-dark-rgb),0.5);
    -webkit-animation: wptb_spin 12s ease-out infinite;
    animation: wptb_spin 12s ease-out infinite;
}

.cs-swiper-navigation.style1 .cs-swiper-arrow:after {
    font-family: 'Font Awesome 6 Pro';
    font-size: 2rem;
}

.cs-swiper-navigation.style1 .swiper-button-prev:after {
    content: "\f104";
}

.cs-swiper-navigation.style1 .swiper-button-next:after {
    content: "\f105";
}


.swiper-testimonial .swiper-button-next,.swiper-testimonial .swiper-button-prev {
    color: var(--color-dark);
}

.swiper-testimonial {
}

.swiper-testimonial .cs-item--inner {
    position: relative;
    width: 100%;
	min-height: 350px;
    background-color: rgba(var(--color-white-fixed-rgb),0.9);
}

.swiper-testimonial .cs-item--inner * {
    font-size: 0.9rem;
    line-height: 1.8rem;
}

.swiper-testimonial .cs-item--inner .cs-item--image {
    border-radius: 100%;
    height: 60px;
    width: 60px;
    overflow: hidden;
}

.swiper-testimonial .cs-item--inner .cs-item--image i:before {
    top: 20px;
    left: 10px;
    position: relative;
    font-size: 3rem;
}

.swiper-testimonial .cs-item--inner .cs-item--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    transition: var(--transition-base);
}

.swiper-testimonial .cs-item--inner .cs-item--icon {
    font-size: 24px;
    color: var(--color-dark-seven-fixed);
    margin-top: -30px;
}

.swiper-testimonial .cs-item--inner .cs-item--icon svg path {
    fill: var(--color-dark-seven-fixed);
}

.swiper-testimonial .cs-item--inner .cs-item--holder {
    position: relative;
    transition: var(--transition-base);
}

.swiper-testimonial .cs-item--inner .cs-item--meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    border-top: 1px solid var(--color-dark-seven-fixed);
    margin-top: 0px;
    padding-top: 25px;
}

.swiper-testimonial .cs-item--inner .cs-item--meta-right {
    color: var(--color-white);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: var(--fw-light);
    line-height: 28px;
    padding: 5px 15px;
    border-radius: 6px;
    background-color: var(--color-one);
    flex-shrink: 0;
}

.swiper-testimonial .cs-item--inner .cs-item--title {
    color: var(--color-black);
    margin-bottom: 5px;
    font-size: 1rem;
    font-style: normal;
    font-weight: var(--fw-medium);
    line-height: 30px;
}

.swiper-testimonial .cs-item--inner .cs-item--designation {
    margin-bottom: 0px;
    color: var(--color-two-fixed);
}

.swiper-testimonial .cs-item--inner .cs-item--description {
    color: var(--color-two-fixed);
    font-size: 20px;
    font-style: normal;
    font-weight: var(--fw-light);
    line-height: 34px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.swiper-testimonial .cs-item--inner .cs-item--meta-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-one);
    font-size: 18px;
}

.testimonial-colored .swiper-testimonial .cs-item--inner {
    min-height: 456px;
}

.testimonial-colored .swiper-testimonial .cs-item--inner {
    background-color: var(--color-one);
}

.testimonial-colored .swiper-testimonial .cs-item--inner .cs-item--meta,.testimonial-colored .swiper-testimonial .cs-item--inner .cs-item--image,.testimonial-colored .cs-swiper-navigation.style1 .cs-swiper-arrow {
    border-color: var(--color-white-fixed);
    color: var(--color-white-fixed);
}

.testimonial-colored .cs-swiper-navigation.style1 .cs-swiper-arrow::before {
    border-color: var(--color-white-fixed);
}

.testimonial-colored .cs-swiper-navigation.style1 .cs-swiper-arrow:hover::before {
    background-color: rgba(var(--color-white-fixed-rgb),0.3);
}

.testimonial-colored .swiper-testimonial .cs-item--inner .cs-item--meta-rating,.testimonial-colored .swiper-testimonial .cs-item--inner .cs-item--description,.testimonial-colored .swiper-testimonial .cs-item--inner .cs-item--title {
    color: var(--color-white-fixed);
}

.testimonial-colored .swiper-testimonial .cs-item--inner .cs-item--designation {
    color: var(--color-two-fixed);
}

.testimonial-colored .swiper-testimonial .cs-item--inner .cs-item--icon svg path {
    fill: var(--color-white-fixed);
}


.cs-swiper-navigation.style1 .cs-swiper-arrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 54px;
    height: 54px;
    color: var(--color-grey);
    background-color: transparent;
    border-radius: 100%;
    margin-top: 0px;
    transition: var(--transition-base);
}

.cs-swiper-navigation.style1 .cs-swiper-arrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px dashed var(--color-black);
    border-radius: 100%;
    transition: var(--transition-base);
    z-index: -1;
}

.cs-swiper-navigation.style1 .cs-swiper-arrow:hover::before {
    border-color: var(--color-black);
    background-color: rgba(var(--color-dark-rgb),0.5);
    -webkit-animation: wptb_spin 12s ease-out infinite;
    animation: wptb_spin 12s ease-out infinite;
}

.cs-swiper-navigation.style1 .cs-swiper-arrow:after {
    font-family: 'Font Awesome 6 Pro';
    font-size: 2rem;
}

.cs-swiper-navigation.style1 .swiper-button-prev:after {
    content: "\f104";
}

.cs-swiper-navigation.style1 .swiper-button-next:after {
    content: "\f105";
}

body #content #c85 > div {
	background-image: url(../images/background-image-01.webp);
	background-size: cover;
	background-position: center;
}

body #content #c85 > div::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(var(--color-black-rgb), 0.6);
}


	
fieldset {
	border:none;
	padding:25px 10px 25px 10px;
	margin:20px 0 10px 0;
	}
	
	
fieldset input[type='submit'] {
	margin-left:20.5%;
	}

input[type*="text"],
input[type*="password"],
textarea {
	width:100%;
	padding:5px 0 5px 12px;
	margin-bottom:25px;
	}
	
input[type='submit'],
button[type='submit'] {
	border:none;
	padding:6px 12px 6px 12px;
	width:170px;
	}

	
fieldset label,
fieldset input {
	display:inline-block;
	}
	
fieldset label {
	width:20%;
	}
	
fieldset input,
fieldset input[type*="text"],
fieldset input[type*="password"] {
	width:50%;
	}
	
.form-horizontal {
	margin-top:30px;
	}
	
.form-horizontal textarea {
	min-height:90px;
	}
	
.form-horizontal p,
.form-horizontal button{
	text-align:center;
	display:block;
	margin:5px auto 5px auto;
	}
	
	
.ce-uploads li {
	clear:both;
	padding:10px 0 10px 0;
	}
	
div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image {
    margin-right: 7px;
	}

	
td p {
	margin:0;
	}

#header .nav a{
	text-decoration:none;
	}
	
#header .nav,
#header .nav.open,
#header .nav a,
#header .nav a:hover,
#header .nav ul li a:after,
  #c72 img,
  #c72 img:hover{
    -webkit-transition: all 200ms linear; 
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
	}

#footer .logo{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);	
	}
	
div.teaser span.image:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);	
	}

.nav ul,
.nav li{
	margin:0;
	padding:0;
	list-style:none;
	display: inline-block;	
}

{
	display:block;
}

{
	display:none;
}

body #content [class*="fullwidth"] {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin: 30px -50vw 0px;
    padding: 20px 0px 50px;
    overflow: hidden;
    background: #F2F2F2;
    background: linear-gradient(36deg, rgba(242, 242, 242, 1) 0%, rgba(179, 179, 179, 1) 100%);
}

    /* Overlay */

    body { font-family: sans-serif; }

    #pdfOverlay {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.85);
      z-index: 9999;
      justify-content: center;
      align-items: center;
    }

    /* Container */

    #pdfToolbar button,
	#pdfToolbar span{
	  font-size: 1rem;	
		}


    #pdfOverlay {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.8);
      z-index: 1000;
      justify-content: center;
      align-items: center;
    }

    #pdfContent {
	background: #fff;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    max-width: 90%;
    height: 95%;
    margin: auto;
    margin-top: 20px;
    overflow: hidden;
    overflow-y: scroll;
    }

    #closeBtn {
      position: absolute;
      top: 10px; right: 10px;
      background: #d33;
      color: #fff;
      border: none;
      border-radius: 4px;
      padding: 5px 10px;
      cursor: pointer;
    }

    #pdf-render {
      display: block;
      margin: 20px auto;
      width: 100% !important;
      height: auto !important;	
      border: 1px solid #ccc;
	  max-width: 800px;
    }

    /* Navigation */
    #navigation {
      text-align: center;
      margin-top: 10px;
    }

    #navigation button {
      padding: 6px 12px;
      margin: 0 5px;
      border: 1px solid #aaa;
      border-radius: 4px;
      background: #f4f4f4;
      cursor: pointer;
    }

    #navigation button.hidden,
    #navigation button.none {
      display: none;
    }

body #content [class*="fullwidth"] h3{
	font-size: 1rem;
	min-height: 45px;
 }

 .listflyer  [class*="col"] > div {
	height: 100%;
}

body,
html,
#header,
#header .slider *,
#header .slider,
#header .nav,
#content,
#footer {
	margin:0;
	padding:0;
	width:100%;
	}
	
body {
	/* background-image:url(../images/body-background.svg); */
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:right bottom;
	background-attachment:fixed;
	}

#header .container,
#header .slider h1,
#header .slider h3,
#content .container,
#footer .container,
.slidermain span {
	margin:auto;
	position:relative;
}

#header {

	}
	
#header .logo {
	display:block;
	margin:15px auto 15px auto;
	width:250px;
	}
	
#header .kontakt,
#header .teaser {
	opacity:0.4;
	margin-top:12px;
	}

	#header p.kontakt{
		position: absolute;
		top: 15px;

	}
	
#header p.kontakt,
#header p.kontakt * {
	line-height:20px;
	text-align:right;
	}
	
#header .teaser {
	margin-top:35px;
	}
	
#header .nav{
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	z-index:200;
	}

	#header .nav ul{
		margin: auto;
	}	
	
#header .nav li {
	margin-right:15px;
	line-height:40px
	}
	
#header .nav li a {
	text-decoration: none;
	letter-spacing: 2px;
	position:relative;
	width:100%;
	}
	
#header .nav li a:after{
	content:"";
	height:3px;
	width:50%;
	opacity:0;
	left:25%;
	top:28px;
	margin:auto;
	display:block;
	position:absolute;
	background-color:rgba(255,255,255,0.7);
}
	
#header .nav li:hover a:after,
#header .nav li a.activ:after {
	width:100%;
	left:0;
	top:28px;
	opacity:1;
	height:3px;
	}

.toggle-first-nav{
	width: 60px;
	height: 50px;
	display: none;
	background: none;	
	position: absolute;
	top:13px;
	z-index:400;
	padding:10px;
	transition: all 0.3s ease;
	border:none;
	cursor: pointer;
}

.toggle-first-nav span,
.toggle-first-nav span:before,
.toggle-first-nav span:after {
	  border-radius: 1px;
	  height: 3px;
	  width: 40px;
	  position: absolute;
	  display: block;
	  content: '';
}

.toggle-first-nav span:before {
	top: -10px;
	}

.toggle-first-nav span:after{
	  bottom: -8px;
	  top: 10px
}

.toggle-first-nav span,
.toggle-first-nav span:before,
.toggle-first-nav span:after {
	transition: all 500ms ease-in-out
	}

body .toggle-first-nav.open span {
	background-color: transparent;
	}
	
.toggle-first-nav.open span:before,
.toggle-first-nav.open span:after {
	top: 0;
	}
	
.toggle-first-nav.open span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}

.toggle-first-nav.open span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg)
}

#header .slider {
	position:relative;
	z-index:100;
	}

	#header .slider *{ 
		text-align: center;
	}

	#header .slider >div {
    position: absolute;
    z-index: 150;
    /* top: 20%; */
    bottom: 50px;
    left: 0;
    right: 0;
	}

#header .slider div.description {
    position: absolute;
    top: 40px;
    left: 0;
    width: auto;
}

#header .slider p {
	font-size: 0.9rem;
}

#header .slider p,
#header .slider h1,
#header .slider h3{
	background-color: rgba(0, 0, 255, 0.7);
	background-color: rgba(121, 121, 121, 0.7);
	padding: 4px 8px;
	display: inline;
	text-shadow: 0px 0px 6px rgba(0, 16, 0, 0.7);
	color: #fff;
	}
	
#header .slider {
    -webkit-animation: ani 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: ani 1s; /* Firefox < 16 */
        -ms-animation: ani 1s; /* Internet Explorer */
         -o-animation: ani 1s; /* Opera < 12.1 */
            animation: ani 1s;
}

@keyframes ani {
    from {
	opacity: 0;
	}
    to   {
	opacity: 1;
	 }
}


@-moz-keyframes ani {
    from {
	opacity: 0;
	}
    to   {
	opacity: 1;
	 }
}


@-webkit-keyframes ani {
    from {
	opacity: 0;
	}
    to   {
	opacity: 1;
	 }
}


@-ms-keyframes ani {
    from {
	opacity: 0;
	}
    to   {
	opacity: 1;
	 }
}


@-o-keyframes ani {
    from {
	opacity: 0;
	}
    to   {
	opacity: 1;
	 }
}


@media only screen 
  and (min-width: 768px){
	  
#header .slider h1,
#header .slider h3{
    -webkit-animation: anih1 1.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: anih1 1.5s; /* Firefox < 16 */
        -ms-animation: anih1 1.5s; /* Internet Explorer */
         -o-animation: anih1 1.5s; /* Opera < 12.1 */
            animation: anih1 1.5s;
}

    #header .slider h3 {
        text-align: center;
        font-size: 38px;
    }
#header .slider br{
	display:none;
	}

@keyframes anih1 {
    from {
	bottom: 20%;
	opacity: 0;
	}
    to   {
	bottom: 40%;
	opacity: 1;
	 }
}


@-moz-keyframes anih1 {
    from {
		bottom: 20%;
		opacity: 0;
		}
		to   {
		bottom: 40%;
		opacity: 1;
		 }
}


@-webkit-keyframes anih1 {
    from {
		bottom: 20%;
		opacity: 0;
		}
		to   {
		bottom: 40%;
		opacity: 1;
		 }
}


@-ms-keyframes anih1 {
    from {
		bottom: 20%;
		opacity: 0;
		}
		to   {
		bottom: 40%;
		opacity: 1;
		 }
}


@-o-keyframes anih1 {
    from {
		bottom: 20%;
		opacity: 0;
		}
		to   {
		bottom: 40%;
		opacity: 1;
		 }
}

}

#content {
	margin-top: 50px;
	min-height: 250px;
	overflow: hidden;
}

[class*="id-"] .col-12{
	text-align:center;
	}

.col-12 h1,
.col-12 h2 {
	margin-bottom:25px;
/*	display:inline-block; */ /* */
	margin-left:auto;
	margin-right:auto;
	}
	
.start .col-12 h2 {
	margin-bottom:10px;
	}
	
/*.col-12 h1:after*/ {
	position:relative;
	content:"";
	display:block;
	height:3px;
	width:100%;
	}

div.rahmen-referenzen,
div.rahmen-referenzen-ohne-pfeil {
	height:390px;
	}
	
	
	
.col-12 + .col-6 div.rahmen-referenzen {
	position:relative;
	margin-right:-25px;
	padding-right:25px;
	background-image:url(../images/icon-pfeil.png);
	background-position:right center;
	background-repeat:no-repeat;
	}
	
div#content-left div.rahmen-referenzen-ohne-pfeil {
	background-image: none;
	}

#c42,
#c42 img {
  display:block;
  margin:auto;
	max-width: 200px;
}

#c42 {
	max-width: 380px;
  
}



#footer {
	padding-top:35px;
	}

#footer .container{
	border-top:4px solid rgb(232,238,241);
	opacity:0.7;
	}

#footer .logo {
	width:180px;
	opacity:0.9;
	margin-top:20px;
	}
	
.tel-block {
    display: inline-block;
    width: 50px;
	margin-right: 4px;
    white-space: nowrap;
	}
	
#footer .col-2 p a {
	display:block;
	}
	
#interiems {
	width:500px;
	margin-left:-250px;
	position:absolute;
	left:50%;
	right:50%;
	top:40%;
	}
	
#interiems * {
	text-align:center;
	}


