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: #281b84;
    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: #281b84;
}

.error {
	color: #FF0000;
}
.fullname {
	display: none;
}
.smaller {
	font-size: 11px;
}

.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: #271c84 !important;
}

.nav-link.active, .nav-link.active-page {
	color: #281b84 !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, #anfahrt, #kontakt {
	background: #f2f2f2;
}*/

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

#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: #281b84;
    border: 1px solid #281b84;
    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 #281b84;
    background-color: transparent;
    color: #281b84;
}

.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: #281b84;  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: #281b84;
	padding: 30px;
}

.even {
	
	background: #fff;

}
.odd {

	background: #f2f2f2;

}

hr {

  border-top: 1px solid #e4e4e4;
  width: 100%;

}

.row .col-md-4.mb-5 img.img-fluid {

  width: 100%;
  max-width: 350px !important;

}

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

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

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

.carousel-inner .carousel-item {
  width: 100%; /* Your width */
  max-height: 500px; /* Your height */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; /* This also makes sure it fills the whole div */
}

.carousel-custom {
  opacity: 0.9;
  width:100%;
}

div#myNavbar.collapse.navbar-collapse {

  /*height: 40px;
  position: relative;*/

}

div#myNavbar.collapse.navbar-collapse .navbar-nav.mt-lg-0 {

  /*position: absolute;
  right: 0px*/

}

li.nav-item.np:last-child {
  padding-right: 0 !important;
}

.fa-p-header {

  padding-top: 0;

}

/*.site-content li::before {

  content: "- ";

}*/

.site-content li {

  list-style-type: none;
  /*list-style-position: inside;*/
  text-align: left

}

.space {

  height: 50px;
  width: 100%;

}

.Conterner-Button {

  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
}

img.floatText {

  float: left;
  margin-right: 18px;
  max-width: 350px;
}

#unsere-produkte {

  text-align: left !important;

}

.buttonCenter {

  text-align: center;

}

.contentPicture {

  margin-top: 24px;

}

.phone {

  position: absolute;
  right: 0px;
  bottom: 22px;
  min-width: 150px;

}

.content li {

  list-style-type: square !important;

}

.odd hr {

  border-top: 1px solid #c9c9c9;

}

@media (max-width:767px){
  .site-content div.content .container img.img-fluid {
    width: 100% !important;
    max-width: 100% !important;
  }

  img.header-logo {

    width: calc(100% - 116px) !important;

  }

  .navbar-expand-sm .navbar-toggler {
    display: inline-block;
  }

  .navbar-expand-sm .navbar-collapse:not(.collapsing) {
    display: none !important;
  }

  .navbar-expand-sm .navbar-collapse.show {
    display: block !important;
  }

  .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }

  .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100% !important;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap;
  }

}

@media (min-width: 768px) {
  .navbar-expand-sm .navbar-toggler {
      display: none;
  }


  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox!important;
    /* display: flex!important; */
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

}

.navbar-light .navbar-nav .nav-link {
    color: black;
}

.text-danger {
    color: black !important;
}

.text-muted {
    color: black !important;                                                                                                                                                                                   
} 
