/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}


/* 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: 45px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


/**************************************************/














.carousel {
  position: unset;
}
.carousel-indicators {
  bottom: 30px;
}
.carousel-caption {
  position: relative;
  padding-top: 50vh;
}
/* 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;
}
.carousel-caption .btn{
	text-align:center;
}
.carousel-caption {
    right: 0%;
    left: 0%;
}

}


.bg-img-1{
	background-image: url('images/aurora_home1.jpg');
}

.bg-img-2{
	background-image: url('images/aurora_home2.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: 18px;
	color: #000;
}

.mobile {display: none;}


@media (max-width: 767px) {
	
	.mobile {display:block;}
	.desktop {display: none;}
	
.bg-img-1{
	background-image: url('images/aurora_home1.jpg');
}

.bg-img-2{
	background-image: url('images/aurora_home2.jpg');
}


/* Carousel base class */
.carousel {
  margin-bottom: 2rem;
  margin-top: -50px; 
}
.carousel-image{
	height: calc(100vh - 0px);
}
.carousel-indicators {
  bottom: 0px;
}
.carousel-caption {
  right: 0%;
  left: 0%;

  padding-top: 60vh;
}

.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: #741750;
	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;
}

@media (max-width: 767px) {
	
	.featurette, .navbar .container, .footer {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.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;
  }
}





#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;
	float: right;
}
#setcookie a.button:hover {
	background-color: #333;
}
#setcookie p.cookietext {
	display: block;
	padding: 0;
	margin: 0;
}

.cookielink {
	color: #000 !important;
}
