body {
	background-color: #ccc;
	background-image: url(../img/hopf_hausverwaltung_aschaffenburg_bg.jpg);
	margin: 20px auto;
	font-family: 'Roboto', sans-serif;	
	font-size: 14px;
	line-height: 24px;
}

div.container {
	width: 940px;
	padding: 20px;
	background-color: white;
	margin: 0px auto;
	clear: both;
	overflow: hidden;
	-moz-box-shadow:1px 1px 10px #ccc; /* Firefox */
	-webkit-box-shadow:1px 1px 10px #ccc; /* Chrome, Safari */
	-khtml-box-shadow:1px 1px 10px #ccc; /* Konqueror */
	box-shadow:1px 1px 10px #ccc; /* CSS3 */
}

div.header {
	width: 890px;
	height:120px;
	background-color: white;
}

div.navigation {
	width: 70%;
	background-color: white;
	float: left;
	padding-top: 28px;
}

div.logo {
	width: 30%;
	float: right;
	background-color: white;
	padding-top:10px;
}

div.hauptbild {
	width: 940px;
	height: 410px;
	background-color: black;
}

div.linke_spalte {
	width: 590px;
	background-color: white;
	float: left;
}

div.rechte_spalte {
	width: 270px;
	background-color: #ccc;
	float: right;
	padding-left: 20px;
}

div.footer {
	border-top: 1px solid black;
	width: 940px;
	padding-top: 10px;
	text-align: left;
	clear: both;
	overflow: hidden;
}

div.spacer {
	height: 20px;
	clear: both;
	overflow: hidden;
}

h1 { 
	font-family: Roboto, Arial, serif; 
	font-weight: 400; 
	font-size: 24px;
}

h2 { 
	font-family: Roboto, Arial, serif; 
	font-weight: 400; 
	font-size: 18px;
}

p {
	font-family: Roboto, Arial, serif; 
	font-weight: 400; 	
	text-align: justify;
}

.text_left{
	text-align: left;
}

td {
	font-family: Roboto, Arial, serif; 
	font-weight: 400; 	
	font-size: 14px;
	text-align: justify;	
	background-color: #ddd;
	padding:10px;
}

a.footer_link {
	font-family: Roboto, Arial, serif; 
	font-weight: 400; 	
	font-size: 11px;
	text-decoration: none;	
	color: black;
}

a.hnav_link {
	font-family: Roboto, Arial, serif; 
	font-weight: 400; 	
	text-decoration: none;
	color: black;
	text-transform: uppercase;
}

a.content_link {
	font-family: Roboto, Arial, serif; 
	font-weight: 400; 	
	text-decoration: none;
	color: black;
}

img.zertifikat{
	width: 150px;
	border: 1px solid black;
}

form {
	max-width: 400px;
	margin: 0 auto;
  }

  label {
	display: block;
	margin-bottom: 5px;
  }

  input,
  textarea {
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
  }

  input[type="submit"] {
	background-color: #4CAF50;
	color: white;
	cursor: pointer;
  }

  input[type="submit"]:hover {
	background-color: #45a049;
  }
  
  * {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 50%;
  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;
  color: black;
  margin: 10px;
}

/* 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-slider {
  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 {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

        .download-btn {
            display: inline-block;
            padding: 15px 40px;
            font-size: 20px;
            font-weight: bold;
            color: #fff;
            background-color: #007BFF;
            border: none;
            border-radius: 10px;
            text-decoration: none;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease-in-out;
        }

        .download-btn:hover {
            background-color: #0056b3;
            transform: scale(1.05);
        }

        .download-btn:active {
            background-color: #003f7f;
            transform: scale(0.98);
        }