/* GLOBAL STYLES
-------------------------------------------------- */

body {
	padding-top: 3rem;
	color: #575e62;
	padding-bottom:0rem;
	
}


/* Navigation
-------------------------------------------------- */

#logo {
	height: 60px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	display: inline-block;
}

.navbar {
	font-size: 20px;	
	background-color: #ffffff;
	border: 0px;

	padding-top: 15px;
	padding-bottom: 20px;
	transition: all 0.3s;
	box-shadow: 0 0 5px rgba(0, 0, 0, .8);
}

.nav-link {
	display: block;
	padding: 1.1rem 1rem;
	margin-right: 10px;
	color: #575e62;
	font-weight: 700;	
	background-color: #ffffff;
}


#offcanvasNavbar2 .nav-link.active {
  color: #7C2A90;
}

#offcanvasNavbar2 .navbar-nav .probe > a {
	color: #007bff;
}


/* Bewertungen
-------------------------------------------------- */

.rating-box {
  width: 130px;
  height: 130px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FBC02D;
  color: #fff;
}


.rating-label {
  font-weight: bold;
}


.rating-bar {
    width: 300px;
    padding: 8px;
    border-radius: 5px
}


.bar-5 {
    width: 97%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}

.bar-4 {
    width: 3%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}

.bar-3 {
    width: 0%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}

.bar-2 {
    width: 0%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}

.bar-1 {
    width: 0%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}

td {
    padding-bottom: 10px
}


.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 5px
}



.star-active {
	
  font-weight: 900;
 font-size: 1.5em;  
    color: #FBC02D;
    margin-top: 15px;
    margin-bottom: 15px
}
.ml-1, .mx-1 {
  margin-left: .25rem !important;
}

.star-inactive {
    color: #CFD8DC;
    margin-top: 10px;
    margin-bottom: 10px
}


/* Carousel
-------------------------------------------------- */

.carousel-item {
	height: 65vh;
	min-height: 800px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 15%;
  width: 70%;
	left: 15%;
	z-index: 10;
	padding-top: 300px;
	color: #fff;
	display: table;
}

.carousel-list {
	top: 100px;
	margin: 0 auto;
}

.carousel-list li {
	color: #fff;
	font-size: 2em;
	margin-bottom: 10px;
	overflow: hidden;
  padding-left: 50px;
}

.carousel-list li:hover {
	color: #fff;
	margin-bottom: 10px;
	overflow: hidden;
}

.carousel-list li span {
	background-color: rgba(0, 0, 0, 0.4);
	padding: 15px;
}

.carousel-list li i {
	padding: 10px;
	margin-right: 10px;
	-webkit-background-clip: border-box;
	-webkit-background-origin: padding-box;
	-webkit-background-size: auto;
	background-clip: border-box;
	background-image: none;
	background-origin: padding-box;
	vertical-align: baseline;
	display: inline-block;
	background-color: #7C2A90;
	width: 20px;
	text-align: center
}

.carousel-list li i:hover {
	background-color: #80C342;
}

ul.list-spaces li {
	margin-bottom: 10px;
}

.container-full {
	margin: 0 auto;
	width: 100%;
}

.top-space {
	margin-top: 50px;
}

.top-margin {
	margin-top: 20px;
}
.carousel-indicators li {
	height: 7px;
}
.carousel-indicators .active {
	height: 7px;
    background-color: #7C2A90;;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {	
  height: 60px;
  width: 60px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 1px solid black;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 35px;
  color: #000;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 35px;
  color: #000;
}

.btn-secondary {
	background-color: #7C2A90;
	border-color: #5A5A5A;
	}
				
.btn-secondary:hover{
		background-color: #80C342; 

	border-color: #5A5A5A;
	}


/* Content
-------------------------------------------------- */

.underline {
	border: 2px solid #80C342;
	width: 75%;
 margin: 0 auto;
 margin-top: 1rem;
 margin-bottom: 1rem;
opacity: 1;
}

.featurette-divider {
  margin: 2rem 0; /* Space out the Bootstrap <hr> more */
}













/* Card-deck
-------------------------------------------------- */

.card-title {
border-top: none;
	font-weight: bold;
}

.card-text {
	font-size: 15px;
	text-align: left;
	min-height: 120px;
}



.card > a, a:hover{	color: #575e62; text-decoration: none;}+-
@media (max-width: 950px) { 
	
	.card-deck-wrapper {margin-right:0;margin-left:0;}
	.card-deck {
	    display: block;
	    width: 100%;
	    margin-bottom: .75rem;
	    table-layout: fixed;
	    border-spacing: 1.25rem 0;
	}
	.card-deck .card {
	    display: block;
	    margin-bottom: .75rem;
	    vertical-align: top;
	}
  
  .card-deck .card:not(:first-child) {
    margin-left: 0px;
}

.card-text {
	min-height: 20px;
}
  
}







/* Google Maps
-------------------------------------------------- */

.gmap-area{background-image:url(../images/map.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover;padding:70px 0;color:#000}
.gmap-area .gmap iframe{border-radius:0%;height:380px;width:400px}
.gmap{border:10px solid #f6f5f0;border-radius:0%;height:400px;width:400px;box-shadow:0 0 3px 3px #e7e4dc;overflow:hidden;position:relative;margin:0 auto}
.gmap-area .map-content ul{list-style:none}
.gmap-area .map-content address h5{font-weight:700}

/* Landing page
-------------------------------------------------- */

.lp-right 
{
	background-color: #80C342;
	color: #fff;
}

/* Footer
-------------------------------------------------- */

#footer {
	margin-top: 30px;
	border-top: 2px solid #95C233;
	padding-top: 40px;
	padding-bottom: 15px;
	color: #fff;
	background: #5A5A5A;
	font-size: 15px;
}

#footer a {
	color: #fff
}

#footer a:hover {
	color: #95C233
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0
}

#footer ul>li {
	display: inline-block;
	margin-left: 10px
}

