/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  color: #000;
}

@media (min-width: 1200px) {
  .h3, h3 {
    font-size: 26px;
	font-weight: bold;
  }
  
  .h4, h4 {
    font-size: 22px;
  }
}

.text-muted {
  color: #000 !important;
}

.text-primary {
  color: rgb(203, 3, 3) !important;
}

.border-primary {
  border-color:  #000 !important;
}

.logo {
	max-height: 60px;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #c70f29;
  --bs-btn-border-color: #c70f29;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c70f29;
  --bs-btn-hover-border-color: #c70f29;
  
}

.divlogocontent {
	display: none;
}

.navbar-toggler {
  background-color: #000001;
}


.footer {

  margin-top: 30px;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 40px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


/**************************************************/














.carousel {
  position: unset;
}
.carousel-indicators {
  bottom: 30px;
}
.carousel-caption {
  position: relative;
  padding-top: 45vh;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class height: calc(100vh - 120px) */
.carousel {
  margin-bottom: 0rem;
  margin-top: 50px;
}

.carousel-image{
	height: calc(100vh - 0px);
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 1;
  
}


.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  opacity: 0.5;
}




/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }


}







/* carousel */
.carousel-caption {
    color: #fff;
}



@media (max-width: 767px) {
.carousel-caption p{
	font-size: 24px;
	line-height: 32px;
	text-align:center;
	text-shadow: 2px 2px 6px #000;
}
.carousel-caption h1{
	text-align:center;
	margin-bottom: 60px;
}
.carousel-caption .btn{
	text-align:center;
}
.carousel-caption {
    right: 0%;
    left: 0%;
}

}


.bg-img-1{
	background-image: url('images/home_01.jpg');
}

.bg-img-2{
	background-image: url('images/home_02.jpg');
}


.carousel-image{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.carousel-caption p, .carousel-caption h1{
	text-shadow: 2px 2px 12px #000;
}

.carousel-caption p{
	font-size: 24px;
}

/*****************************************************************************************/

.nav-link {
	font-size: 16px;
	color: #000;
	font-weight: 500;
}

.mobile {display: none;}

.emptypagemargin {
	margin-bottom: 300px;
}

@media (max-width: 767px) {
	
	
	
	.mobile {display:block;}
	.desktop {display: none;}
	
.bg-img-1{
	background-image: url('images/home_01.jpg');
}

.bg-img-2{
	background-image: url('images/home_02.jpg');
}


/* Carousel base class */
.carousel {
  margin-bottom: 0px;
  margin-top: -50px; 
}
.carousel-image{
	height: calc(100vh - 0px);
}
.carousel-indicators {
  bottom: 0px;
}
.carousel-caption {
  right: 0%;
  left: 0%;

  padding-top: 52vh;
}

.carousel-control-prev-icon, .carousel-control-next-icon{
	display:none;
}

.logo{
	width: 90%;
}

.navbar-brand {
	max-width: 70%;
}


}

.container{
	max-width: 100%;

}

.featurette, .navbar .container, .footer {
	padding-left: 10%;
	padding-right: 10%;
}

.bg-violette {
	background: #000001;
	color: #fff;
}

.bg-violette .featurette-heading {
    margin-top: 0rem;
	margin-bottom: 0rem;
	padding-top: 3rem;

}
.bg-violette .lead {
	margin-bottom: 3rem;
}

.first-heading {
	margin-top: 0px;
}

.first-lead {
	margin-bottom: 3rem;
}

.featurette-heading {
    margin-top: 3rem;
  }
.lead {
	margin-bottom: 3rem;
}

.padding-contact {
	padding-top: 50px;
}

.link-nostyle {
	text-decoration: none;
}

.white, .white:hover {
	color: #fff;
}
.impressumheader {
	padding-top: 70px !important;
  padding-bottom: 40px;
}

.footer a, .footer a:hover {
	color: #000;
	text-decoration: none;
}
.impressum {
	margin-top: 30px;
}

@media (max-width: 767px) {
	
	.featurette, .navbar .container, .footer {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.impressum {
		margin-top: 0px;
	}

	.col-lg-6 {
		padding-left: 0;
		padding-right: 0;
	}
	
	.py-5 {
  		padding-top: 20px !important;
  		padding-bottom: 20px !important;
	}
	
	.py-5 .col-md-4 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.featurette {
		margin-bottom: 2rem;
	}
	
	.featurette-heading {
    	margin-top: 1rem;
  	}
	.lead {
		margin-bottom: 1rem;
	}
	
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 25px;
    padding-left: 25px;
  }
}


.margin-headline {
	padding-top: 20px;
}




#setcookie {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #eee;
	padding: 12px;
	font-size: 14px;
	z-index:9999;
}

#setcookie a {
	color: #FFF;
}

#setcookie a.button {
	cursor: pointer;
	background: #000;
	padding: 8px 20px;
	margin-left: 10px;
	border-radius: 3px;
	font-weight: bold;
}
#setcookie a.button:hover {
	background-color: #333;
}
#setcookie p.cookietext {
	display: block;
	padding: 0;
	margin: 0;
}

.cookielink {
	color: #000 !important;
}

.btn-group-lg > .btn, .btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: 0.5rem;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #c70f29;
  --bs-btn-border-color: #c70f29;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #9d0d21;
  --bs-btn-hover-border-color: #9d0d21;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}


.gps-pf-detailbox-title {
	font-size: 24px;
    font-weight: bold;
}

.gps-pf-single-content-wrapper{
	margin-bottom: 20px;
}




/* pretty foto css */


.about-project .detail h4 {
	color: #8c8a8a;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 28px;
	margin-bottom: 22px;
	text-transform: uppercase;
}
.about-project .detail h4 i {
	background: none repeat scroll 0 0 #dfdfdd;
	display: inline-block;
	height: 2px;
	margin-left: 10px;
	vertical-align: middle;
	width: 126px;
}
.about-project .detail h4 span {
	display: block;
}
.about-project .detail ul {
	list-style: none;
	padding: 12px 0;
}
.about-project {
	position: relative;
	margin: 33px 0;
}
.about-project .detail {
	position: absolute;
	top: 88px;
	right: 4px;
	width: 403px;
	background: #fff;
	padding: 43px 45px;
}
.about-project .detail::before {
	position: absolute;
	left: -1%;
	top: -1%;
	width: 102%;
	height: 102%;
	background: #f1f1f1;
	content: "";
	z-index: -1;
}
.col-xs-12 {
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.about-project .detail li em {
	display: inline-block;
	width: 16px;
	height: 2px;
	background: #dfdfdd;
	margin: 0 22px 0 15px;
}
.project-discription {
	float: left;
	width: 100%;
	padding-bottom: 100px;
}
 @media (min-width: 768px) {
.col-sm-7 {
	width: 58.33333333%;
	float: left;
}
.col-sm-5 {
	width: 41.66666667%;
	float: left;
}
}
.project-discription .right-content .img-box {
	list-style: none;
}
.project-discription .right-content {
	padding-left: 65px;
}
.project-discription h4 {
	font-size: 20px;
	line-height: 24px;
	color: #636364;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	margin-top: 8px;
}
.project-discription h4 i {
	background-color: #f38929;
}
.project-discription h5 {
	font-weight: bold;
  	text-transform: uppercase;
	color: #3d3d3d;
}

.project-discription .note {
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #636364;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin-top: 27px;
	margin-bottom: 12px;
}
.project-discription .box {
	float: left;
	width: 50%;
	margin: 64px 0 74px;
}
.project-discription p {
	color: #636364;
	line-height: 27px;
	font-size: 16px;
	margin: 0 0 10px;
}
.project-discription .box.odd {
	width: 45%;
	margin-left: 5%;
}
.project-discription .right-content .img-box li {
	float: left;
	width: 50%;
	padding: 0 0 3px 3px;
}
.right-content img {
	max-width: 100%;
	vertical-align: middle;
	height: auto;
	border: 0;
	height:100%;
	object-fit: cover;
}

.smallimgdiv {
	height: auto;
	float: left;
	padding: 5px;
}

.img-box, .pro-slider {
	margin-bottom: 0px;
	margin-top: 0px;
}

.pro-slider {
	width: 415%;
	position: relative;
	height: 100%;
}

.bx-viewport {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 545px;	
}

.bx-clone {
	float: left; 
	list-style: none; 
	position: relative; 
	width: 393px; 
	padding: 0 0 3px 3px;
	height: 100%;
}

.project-discription .feature-list {
  list-style: none;
  padding: 33px 0 0;
}


Element {
}
.project-discription .feature-list li {
  float: left;
  width: 50%;
  font-size: 16px;
  line-height: 33px;
  color: #636364;
  font-weight: 700;
  padding-left: 54px;
  position: relative;
  margin-bottom: 35px;

}

.project-discription .feature-list li em {
  position: absolute;
  left: 0;
  top: 0;
  width: 37px;
  height: 33px;
  border: 1px solid #eee8e8;
  text-align: center;
}

#exampleModal {

	z-index: 9999;
}



// None of this CSS is required for the gallery and lightbox to function.

// --- BEGIN: crop images --- //
// Optional CSS for cropping images that aren't all the same size.

// Use Bootstrap breakpoints for consistency.
$bootstrap-sm: 576px;
$bootstrap-md: 768px;
$bootstrap-lg: 992px;
$bootstrap-xl: 1200px;

// Crop thumbnail images.
#gallery {
  
  img {
    height: 75vw;
    object-fit: cover;
    
    @media (min-width: $bootstrap-sm) {
      height: 35vw;
    }
    
    @media (min-width: $bootstrap-lg) {
      height: 18vw;
    }
  }
}


// Crop images in lightbox.
.carousel-item {
  
  img {
    height: 60vw;
    object-fit: cover;
    
    @media (min-width: $bootstrap-sm) {
      height: 350px;
    }
  }
}

// --- END: crop images --- //


// --- BEGIN: custom styling demo --- //
// An example of custom styling for gallery and lightbox, to show what's possible in terms of aesthetic customization.

* {
  transition: 0.3s;
}

#gallery.custom {
  padding: 0 15px;
  
  img {
    display: block;
    margin: 15px 0;
    border-radius: 300px 30px 300px 300px;
    
    &:hover {
      border-radius: 30px 90px 30px 30px;
    }
  }
}

#exampleModal.custom {
  .modal-content {
    background: none;
    border: none;
  }
  
  .modal-header {
    border:none;
    
    button {
      background: none;
      border-radius: 100px 100px 0 0;
      padding: 5px 10px;
      opacity: 1;
      position: relative;
      top: 3px;
      border: solid 2px white;
      
      @media (min-width: $bootstrap-lg) {
        top: 15px;
      }
      
      &:hover {
        top: 3px;
      }
    }
    
    span {
      color: white;
    }
  }
  
  .modal-body {
    padding: 0;
    border: none;
    position: relative;
    
    &::before, &::after {
      content: '';
      height: 50px;
      width: 50px;
      display: block;
      position: absolute;
      background: white;
      border-radius: 3px 10px;
      
      @media (min-width: $bootstrap-md) {
        border-radius: 3px 30px;
        height: 100px;
        width: 100px;
      }
    }
    
    &::before {
      top: -5px;
      left: -5px;
      
      @media (min-width: $bootstrap-md) {
        top: -15px;
        left: -15px;
      }
    }
    
    &::after {
      bottom: -5px;
      right: -5px;
      z-index: -1;
      
      @media (min-width: $bootstrap-md) {
        bottom: -15px;
        right: -15px;
      }
    }
  }
  
  .modal-footer {
    border: none;
    margin-top: 60px;
    
    @media (min-width: $bootstrap-lg) {
      margin-top: 40px;
    }
    
    .btn {
      margin: auto;
      border: solid 2px white;
      background: none;
      text-transform: uppercase;
      font-size: 0.8em;
      letter-spacing: 0.1em;
      font-weight: bold;
      padding: 0.2em 0.7em;
      
      &:hover {
        background: white;
        color: black;
      }
    }
  }
  
  .carousel-control-prev, .carousel-control-next {
    font-size: 2em;
    top: auto;
    opacity: 1;
    bottom: -52px;
    
    @media (min-width: $bootstrap-md) {
      top: 0;
      opacity: 0.5;
      bottom: 0;
    }
  }
  
  .carousel-control-next-icon,  .carousel-control-prev-icon {
    height: 30px;
    width: 30px;
  }
  
  .carousel-control-prev {
    @media (min-width: $bootstrap-md) {
      left: -90px;
    }
  }
  
  .carousel-control-next {
    @media (min-width: $bootstrap-md) {
      right: -90px;
    }
  }
  
  .carousel-indicators {
    bottom: -60px;
    
    @media (min-width: $bootstrap-lg) {
      bottom: -30px;
    }
    
    li {
      height: 30px;
      border-radius: 100px;
      background: none;
      border: solid 2px white;
      
      @media (min-width: $bootstrap-lg) {
        height: 10px;
      }
      
      &:hover {
        background: white;
      }
      
      &.active {
        background: white;
      }
    }
  }
}

// --- END: custom styling demo --- //

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}


 .modal-backdrop {
      /* bug fix - no overlay */    
      display: none;    
}

.modal{
    /* bug fix - custom overlay */   
    background-color: rgba(10,10,10,0.45);
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 50% !important;
    margin: 1.75rem auto;
  }
  
  .carousel-control-next, .carousel-control-prev {
	width: 10%;
  }
  
  
}

@media (max-width: 575px) {
	.project-discription .right-content {
  		padding-left: 0px;
  	}
	
	.contentright{
		margin-right: 0px !important;
  		margin-left: 0px !important;
	}
	
	.contentright ul {
  		padding: 0 0 0 0px;
	}
	
	.bx-clone {
  		width: 100%;
	}
	
	.about-project .detail {
  		position: relative;
  		top: 0px;
  		right: 4px;
  		width: 100%;
  		background: #fff;
 		padding: 20px 45px;
	}
}


h1 {
	font-size: 40px;
}

h2 {
	font-size: 32px
}


/* Grundzustand der Card */
.service-card {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}

/* Der Mouseover-Effekt */
.service-card:hover {
  transform: translateY(-10px); /* Card hebt sich nach oben */
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25) !important; /* Tieferer Schatten */
  background-color: #ffffff;
}

/* Akzentlinie animieren */
.service-card hr {
  transition: width 0.4s ease;
  border-top: 2px solid #0d6efd; /* Bootstrap Primärblau */
  opacity: 1;
}

.service-card:hover hr {
  width: 50% !important; /* Linie wird beim Hover breiter */
}

/* Titel-Farbe beim Hover ändern */
.service-card:hover .card-title {
  color: #000001;
}


@media (max-width: 767px) {
	
.h1, h1 {
  font-size: 30px;
}

.h2, h2 {
  font-size: 28px;
}

.h4, h4 {
  font-size: 22px;
}

.lead {
  font-size: 18px;
}

.p-5 {
  padding: 20px !important;
}

}

.imagenumber {
	font-size: 12px;
}