@charset "UTF-8";
/* CSS Document */

/* General Style */
body {
	background: #ffffff;
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h1 {
	font-family: "Helvetica";
	font-weight: 100;
	color: #ffffff;
}
h2 {
	font-size: 1.563em;
	line-height: 1.6em;
	font-family: "Helvetica";
	font-weight: 100;
	color: rgb(57, 57, 57);
	margin: 0em;
	padding: 1.25em 0 0 0;
	text-align: left;
}
h3 {
	font-size: 1.35em;
	font-family: "Helvetica";
	font-weight: 100;
	color: #292929;
	margin: 0em;
	padding: 1em 1.25em 0.5em 0;
	text-align: justify;
}
p {
	line-height: 1.25em;
	font-family: "Helvetica";
	font-weight: 100;
	color: #494949;
	margin: 0;
	padding: 0;
	text-align: justify;
}
p.small {
	font-size: 0.8em;
}
.blocksatz {
	text-align: justify;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: square;
	font-family: "Helvetica";
	font-weight: 100;
	color: #292929;
	text-align: justify;
}
img {
	width: 100%;
	height: auto;
	max-width: 100%;
}
a {
	text-decoration: none;
	color: #ffffff;
}
/* Header */
header {
	display: flex;
	align-items: center;
  	justify-content: center;
	height: 100vh;
	background-image: url("images/LogoAn.gif");
	background-size: cover;
	background-position: center 0%;
  	background-attachment: fixed;
	background-repeat: repeat;
}
#headerTitle {
	text-shadow: 0 0 0.2em #000000;
	-moz-text-shadow: 0 0 0.2em #000000;
  	-webkit-text-shadow: 0 0 0.2em #000000;
	padding: 0.3em;
}
/* Navigation */
.menubutton {
	display: none;
}
.menubutton img {
	height: 1.8em;
	width: auto;
	margin: 0.6em 1em;
}
nav{
	display: flex;
    justify-content: space-between;
	background: rgb(255,255,255);
	background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 23%, rgba(255,255,255,0) 100%);
	position:fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 1em rgba(0,0,0,0);
}
nav ul{
    display: flex;
	list-style: none;
	align-items: center;
    padding:0em;

	flex-wrap: wrap;
}
nav ul li{
	border-bottom:none;
	list-style: none;
	flex: 1 0 auto;
	position: relative;
}
nav ul li a{
    color:#292929;
    text-decoration: none;
	font-weight: 300;
	padding:1.2rem 1rem;
    display: block;
	transition: background 0.3s;
	-webkit-transition: background 0.5s;
	border-bottom: 0.188em solid rgba(0,0,0,0);
	text-align: center;
}
nav ul li a:hover{
    color: #ffffff;
    background: #292929;
}
nav ul li a.active{
    border-bottom: 0.188em solid #00a4c2;
}
/*styling logo*/
nav div:first-child{
    display: flex;
	background:rgba(0,0,0,0.00);
	justify-content: space-between;
}
nav div:first-child h1{
    display: flex;
	line-height: 0;
	padding: .4rem 1rem;
	margin:0 1rem;
    text-align: left;
}
nav div:first-child img{
	height: 1.8em;
}
nav div:first-child h1, nav ul{
    margin:0;
}
/* Content */
.main {
	display: block;
	width: 96%;
	max-width: 980px;
	background: #ffffff;
	margin: 0 auto;
	padding: 0 0 3em 0;
}
.main article {
	display: inline;
	width: 65.3%;
	background: #ffffff;
	vertical-align: top;
	margin: 0em;
	padding: 0em;
	text-align: center;	
}
.articleTitle {
	margin-bottom: 1em
}
.LinkBlau{
	color: #00a4c2; 
	font-family: Helvetica;}
#spacer1, #spacer2, #spacer3, #spacer4 {
	height: 30em;
	background-attachment: fixed;
	background-size: contain;
	text-align: center;
	background-repeat: repeat;

}
#spacer1 {	
	background-image:  url("images/LogoAn.gif");
	background-size: cover;
}
#spacer2 {	
	
	background-image:  url("images/LogoAn.gif");
	background-size: cover;
}
#spacer3 {	
	background-image:  url('images/Referenzen/HeppenheimSkyline3.jpg');
	background-size: cover;
}
#spacer4 {	
	background-image:  url('images/Referenzen/HeppenheimSkyline6.jpg');
	background-size: cover;
}
.spacerColorTop {
	height: .5em;
	background-color: #292929;
}
.spacerColorBottom {
	height: 2em;
	background-color: #00a4c2;
}
.parallax {
	box-shadow: 0 0 3em 0em rgba(0,0,0,0.7) inset;
}
.title {
	width: 100%;
	background-color: #009b9b;
}
.Logo {
	width:300px;
	height: 539px;
}
/* About */
.profilImg {
	height: 10em;
	width: auto;
	margin: 0 1.3em 0 0;
	
}
.aboutText {
	line-height: 1em; 
	padding: 1em;
	text-align: left
}
#denis, #detlef, #kevin, #friedl {
	text-align: left; 
	display:-webkit-flex; 
	display:inline-flex;
	margin-bottom: 3em;
	width: 30em;
}
/* Gallerie */
.firstRow {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}
/* Create four equal columns that floats next to eachother */
.column {
	width: 24%;
	height: 8em;
	min-width: 15em;
	display: inline-block;
}
/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	padding-top: 1em;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  margin: auto;
  width: 80%;
  max-width: 80%;
}
/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 0.1em;
  right: 1em;
  font-size: 2em;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
/* Hide the slides by default */
.mySlides {
  display: none;
  height: 45em;
  width: 100%;
}
.bigPic {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 1em;
  color: white;
  font-weight: bold;
  font-size: 1.25em;
  transition: 0.6s ease;
  user-select: none;
  -webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 0.3em 0 0 0.3em;
}
.prev {
  left: 0;
  border-radius: 0 0.3em 0.3em 0;
}
/* 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);
}
img.hover-shadow {
  transition: 0.3s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
/* Preise */

.titel {
	text-align: left;
	width: 60%;
	padding-right: 1.5em;
	border-bottom: 1px dotted #A5A5A5;
}
.titel p {
	font-weight: bold;
}
.beschreibung {
	text-align: left;
	width: 60%;
	padding-right: 1.5em;
}
.preis {
	width: 20%;
}
.preisMain {
	width: 20%;
	border-bottom: 1px dotted #A5A5A5;
}
.preis p, .preisMain p {
	text-align: right;
}
.break {
	line-height: 20%;
}
/* Kontakt */
#kontaktWrapper{
	display: flex;
}
input {
	margin-top: 1em;
	width: 90%;
	border: none;
	font-size: 1em;
	padding: 0.188em;
}
textarea {
	margin-top: 1em;
	width: 90%;
	border: none;
	font-size: 1em;
	padding: 0.188em;
	resize: none;
}
button {
	width: 91.5%;
	border: none;
	color: #888888;
	background-color: #ffffff;
	height: 2em;
	font-size: 1em;
	padding: 0.188em;
	margin-top: 1em;
}
#kontaktformular{
	background-color: #00a4c2;
	padding: 1.8em 1em 1.8em 1em;
	text-align: center;
	width: 50%;
	box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.3);
}
#kontaktformular p {
	text-align: center;
}
#adresszeile {
	text-align: left;
	width: 50%;
}
#adresse{
	text-align: left;
	padding: 0 2em;
}
#karte{
	text-align: left;
	padding: 0 2em;
}
/* Footer */
footer {
	display: block;
	height: 4em;
	background: #292929;
	text-align: center;
}

#toTop{
	padding: 0.4em;
}
#toTop a {
	line-height: 1.25em;
	font-family: "Helvetica";
	font-weight: 100;
	color: #ffffff;
}

footer ul {
	display: inline-block;
}
footer ul li{
	display: inline;
	margin: 0em 0.188em 0em 0.188em;
	color: #959595;
}
footer ul li a{
	color: rgba(0,164,194,1.00);
}

#mbmcookie {
	position: fixed; 
	bottom: 0; 
	left: 0; right: 0; 
	background: #959595; 
	padding: 20px; 
	font-size: 14px; 
	font-family: Helvetica;
}
#mbmcookie a.button {
	cursor: pointer; 
	background: #292929; 
	padding: 8px 20px; 
	margin-left: 10px; 
	border-radius: 5px; 
	font-weight: bold; 
	float: right;
}
#mbmcookie a.button:hover {
	background-color: rgba(0,164,194,1.00);
}
#mbmcookie p.cookiemessage {
	display: block; 
	padding: 0; 
	margin: 0;}



/*Styling for mobile devices*/
@media only screen and (max-width: 780px){
	.menubutton{
		display: inline-block;
	}
	p {
	line-height: 1.25em;
	font-family: "Helvetica";
	font-weight: 100;
	color: #2F2F2F;
	margin: 0;
	padding: 0;
	text-align: justify;
}
	nav{
		display: block;
	}
    nav ul{
		display: none;
    }
	nav:hover ul{
		display: block;
	}
	nav div:first-child{

		justify-content: space-between;
	}
    nav ul li a{
        padding: .4rem 1rem;
		border-bottom: none;
    }   
	nav ul li a.active{
		border-bottom: none;
		background-color: #292929;
		color: #ffffff;
	}
	#spacer1, #spacer2, #spacer3, #spacer4 {
		height: 15em;
		background-attachment: fixed;
		background-size: cover;
		text-align: center;
		background-repeat: repeat;
	}
	.main {
		padding-top: 1.4em;
	}
	#headerTitle {
		font-size: 1.5em;
	}
	#kontaktWrapper{
		display: block;
	}
	#kontaktformular{
		width: 95%;
	}
	#adresszeile{
		width: 95%;
	}
	.column {
	width: 24%;
	height: 6em;
	min-width: 7em;
	display: inline-block;
}
}