body{
    font-family: Arial;
    background-color:rgb(240,240,240);
    line-height: 2em;
}
#top{
    width:600px;
    margin: 0 auto;
}
.pic-slider{
    width:600px;
    height:400px;
    /*background-image: url("../img/friede1.jpg");*/
}
.head{
    float:left;
    height:50px;
    padding-top:10px;
}
.middle-pic{
    width:200px;
    height:60px;
    /*background-color:rgb(100,100,100);*/
    background-image: url("../img/friede1.jpg");
    padding:0px;
    text-align:center;
    color:rgb(255,255,255);
}
.container{
    width: 100%;
}
.brand{
    width:600px;
    background-color: rgb(52,76,124);
    font-size:36px;
    text-align:center;
    color:white;
}
.brand h1{
    font-size:28px;
    margin-top: 0px;
}
.brand h3{
    font-size:20px;
    margin-top: 0px;
}
.nav-brand{
    height:0px;
    padding:0px;
    margin: 0px;
}

.li-brand div{
    float:left;
}
.clear-float{
    clear: both;
}
.navbar{
    float: both;
    width: 600px;
    background-color:rgb(88,88,88);
    margin: 0 auto;
}
nav{
     background-color: rgb(88,88,88);
}
.header-navbar{
    margin-bottom: 0px;
}
ul.header-navbar {
    padding-left: 10px;
}
.header-navbar li{
    margin-bottom: 0px;
    padding-left:5px;
    display: inline-block;
    padding: 0px;
    margin-left:5px;
    padding-top:5px;
    font-size:16px;
}
.header-navbar li:hover{
    text-decoration:none;
}
.header-navbar li a:hover{
    text-decoration: none;
    color: rgb(225,225,225);
}
.header-navbar li a{
    text-decoration: none;
    color:white;
}


/* PHP Seiten die Reingeladen werden */

.content{
    border-top:1px solid rgb(0,0,0);
}
.content-design{
    background-color:rgb(225,225,225);
    min-height: 400px;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom:20px;
}
.content-design h1{
    font-size: 28px;
}
.home-site{
    text-align: center;
}
.kontakt-site{
    text-align: center;
}
.kontakt-site h1{
    line-height: 1.5em;
}
.impressum-site{
    text-align: center;
}
.leistungen-site ul{
    list-style-type:none;
    padding-left: 10px;
}
.leistungen-site li::before{
    content:"\25BA""";
}
.leistungen-site th{
    text-align: left;
}
.leistungen-site th, td{
    border-bottom: 1px solid rgb(150,150,150);
}
.fahrzeug-site ul{
    list-style-type:none;
    padding-left: 10px;
}
.fahrzeug-site p{
    font-size: 16px;
    line-height: 130%;
}
.fahrzeug-site li::before{
    content:"\25BA""";
}
.beratung-site{
    text-align: center;
}
/* Fußzeile */

.foot{
    text-align: center;
}
.foot a{
    text-decoration:none;
    color:white;
}

/* Bild slider 1*/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 600px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  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(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* 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;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/*Bild slider head*/

img{
    width:600px;
    height:400px;
}

figure{
    margin:0;
    width:600px;
    height:400px;
}
#gallery {
	position: relative;
	margin: 0;
	background: none;
	border: none;
}

#gallery figure {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0em;
	z-index: 1;
	animation: wechseln 15s infinite;
}

#gallery figure:last-of-type {
	position: relative;
}

#gallery > figure figcaption {
	position: absolute;
	left: 1em;
	font-size: 2em;
	font-weight: bold;
	bottom: 0em;
	z-index: 2;
	color: white;
}

@keyframes wechseln {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

#gallery figure:nth-of-type(2) {
	animation-delay: 5s;
	opacity: 0;
}

#gallery figure:nth-of-type(3) {
	animation-delay: 10s;
	opacity: 0;
}
