:root {
  --color-blue: #008bc5;
  --color-green: #95c11f;
}

body {
	min-height: 100vh;
}

.btn-pblue {
  --bs-btn-color: #fff;
  --bs-btn-bg: #008bc5;
  --bs-btn-border-color: #008bc5;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #95c11f;
  --bs-btn-hover-border-color: #95c11f;
  --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;
}

.navbar {
  border-bottom: #95c11f 2px solid;
  opacity: 0.9; 
  max-height: 110px; }
  
.navbar img {
  max-height: 80px; }
  
nav .navbar-nav li a {
  color: #008BC5 !important;
  }

nav .navbar-nav li a:hover {
  color: white !important;
  background-color: #95C11F;
  }

.info-window {
    color: #000;
    opacity: 0.8;
    }

 .subscribe-wrapper {
  overflow: hidden;
  padding-bottom: 35px;  
}

.subscribe-form {
}
.subscribe2-wrapper .subscribe-form input {
    background: #fff;
    border: 1px solid #008bc5;
    border-radius: 10px;
    color: #000;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    height: 57px;
    margin-right: 17px;
    padding-left: 35px;
    width: 70%;
    cursor: pointer;
}
 
.subscribe2-wrapper .subscribe-form button {
    background: #008bc5;
    border: none;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 18px 46px;
    transition: all 0.3s ease 0s;
}
.subscribe2-wrapper .subscribe-form button i {
    font-size: 18px;
    padding-left: 5px;
}






#BtnUp {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: black; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 24px; /* Increase font size */
    opacity: 0.8;
}

#BtnUp:hover {
    background-color: #ccc; /* Add a dark-grey background on hover */
} 

#home-section {
  background: url("../img/neunburg.jpg") no-repeat;
  min-height: 600px;
  background-size: cover;
  background-attachment: fixed; 

}

#home-section .dark-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 600px; }

@media screen and (max-width: 960px) {
	#home-section {
		min-height: 240px;
		max-height: 240px;
		background: linear-gradient(to left, #dce35b, #95c11f);
	}
	
	#home-section .dark-overlay {
		visibility: hidden;
	}
	
}

#home-section .home-inner {
    padding-top: 150px; }

#home-section .card-form {
    opacity: 0.8; }

#home-section .fa {
    color: #008ed6;
    /* background: #fff; */
    padding: 4px;
    border-radius: 5px;
    font-size: 60px; }

#categories-section {
	background: linear-gradient(to left, #dce35b, #95c11f);
	padding-bottom: 35px;

}

#remote-support-head-section {
  color: #000; }
  #remote-support-head-section .home-inner {
    padding-top: 75px; }

#remote-support-section {
  color: #fff; }
  #remote-support-section .fa {
    color: #008ed6; 
    background: #fff; 
    padding: 4px;
    border-radius: 5px;
    font-size: 30px; }

#contact-head-section {
  color: #fff; }
  #contact-head-section .home-inner {
    padding-top: 75px; }

#contact-section .fa, #share-section .fa {
  color: #008ed6;
  background: #fff;
  padding: 4px;
  border-radius: 5px;
  font-size: 30px; }

.footer {
    border-top: #008bc5 2px solid;
    padding-top: 15px;
    padding-bottom: 15px;	
	color: #fff; }
	
#navbarFooter {
  border-bottom: none; }
 
#map {
    width: 100%;
    height: 400px;
    background-color: grey;
}

/* Slideshow container */
.slideshow-container {
 /* position: relative; */
/*  background: #f1f1f1f1; */
}

/* Slides */
.mySlides {
  display: none;
  padding-left: 80px;
  padding-right: 80px;
/*  text-align: center; */
  transition: 0.6s ease-in-out left;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(255,255,255,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;

}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #008ed6;
}



/* Styles for the Categories Section */
.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #008bc5;
    background: #fff;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}