body {
	font-size: 16px;
	/* margin-top: 60px; */
}

/* Flexbox */
.site {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

.site-content {
	flex: 1;
}

/* General (green: #b7deb6 */
.nopadding {
    padding: 0 !important;
}

.header-logo {
	width: 300px;
	height: auto;
}

/* Small device fix */
@media (max-width: 320px) {
	.header-logo {
		width: 280px;
		height: auto;
	}
}

@media (max-width: 768px) {
	.center-logo-xs {
		text-align: center !important
	}
}

@media (max-width: 1200px) {
	.hidden-lg {
		display: none;
	}
}

a:link,
a:active,
a:visited {
    color: #3b9b65;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    color: #066731;
}

.white > a:link,
.white > a:active,
.white > a:visited {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.white > a:hover {
	text-decoration: underline;
    color: #fff;
}

.green {
	color: #3b9b65;
}

.error {
	color: #FF0000;
}
.fullname {
	display: none;
}
.smaller {
	font-size: 11px;
}
.nufa-list {
	max-width: 400px;
}

.fa-p-header {
	padding-right:20px;
	padding-top: 35px;
}

/* Navbar */
.navbar-custom {
	border-top: 1px solid #eeeeee;
	background: #fff !important;
	webkit-box-shadow: 0 8px 6px -6px #cecccc;
    -moz-box-shadow: 0 8px 6px -6px #cecccc;
    box-shadow: 0 8px 6px -6px #cecccc;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    font-weight: 600;
}

/* Navbar active link & link on hover */
.navbar-custom .nav-item.active .nav-link, .navbar-custom .nav-item:hover .nav-link {
	color: #066731 !important;
}

.nav-link.active {
	color: #3b9b65 !important;
}

/* Breakpoint fix */
@media (min-width: 768px) {
	.np {
		padding-right: 15px;
	}
}
@media (min-width:575px) and (max-width:690px){
	.navbar-custom .navbar-nav .nav-link {
    	font-size: 15px !important;
	}
}

/* Carousel */
.carousel-indicators li {
    border-radius: 10px;
    width: 10px;
    height: 10px;
    /* background-color: #404040; */
}

.carousel-control-prev-icon {
	color: #000 !important;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}


/* Sections */
.section {
	padding-top: 60px;
	padding-bottom: 60px;
}

#kontakt, #datenschutz, #impressum. #_404 {
	padding-bottom: 10px !important;
}

#ueberuns, #pkw-reinigung {
	background: #fff;
}

#lkw-reinigung, #kontakt {
	background: #f2f2f2;
}

/* Footer */
footer {
	margin-top: 40px;
	padding-top: 40px;
	background: #f2f2f2;
	border-top: 2px solid #3b9b65;
}

#footer-logo {
	width: 164px;
	height: 34px;
	margin-top: 10px;
}

.footer p {
	margin: 3px 0;
}

.footer-item ul li {
	padding: 1px 0px;
}

/* Buttons */
.btn-custom {
    font-weight: 400;
    padding: 10px 25px;
    color: #fff;
    background-color: #3b9b65;
    border: 1px solid #3b9b65;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
}

.btn-custom:hover {
    border: 1px solid #3b9b65;
    background-color: transparent;
    color: #3b9b65;
}

.btn-filled {
    font-weight: 400;
    padding: 5px 15px;
    color: #fff;
    background-color: #066731;
    border: 1px solid #066731;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
}

.btn-filled:hover {
    border: 1px solid #149414;
    background-color: #149414;
}

.btn-white {
    font-weight: 400;
    padding: 5px 15px;
    color: #066731;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
}

.btn-white:hover {
	color: #fff;
    border: 1px solid #149414;
    background-color: #149414;
}

/* Forms */
.form-control:focus{border-color: #3b9b65;  box-shadow: none; -webkit-box-shadow: none;} 

textarea {
    resize: none;
}

input, textarea {
    border-radius: 2px !important;
}

/* Extend bootstrap spacing */
.pt-6,
.py-6 {
 	padding-top: 5rem !important;
}

.pr-6,
.px-6 {
 	padding-right: 5rem !important;
}

.pb-6,
.py-6 {
 	padding-bottom: 5rem !important;
}

.pl-6,
.px-6 {
 	padding-left: 5rem !important;
}

/* Hide E-Mail from spam bots */
mail::after{content:attr(dom)}
mail::before{content:attr(me) "\0040"}

/* Cookie message */
#overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 9999;
}

#coockie-container {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

#coockie-box {
	width: 400px;
	height: auto;
	background: #3b9b65;
	padding: 30px;
}

#mapid { height: 530px; }
