 

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
	background-color: white;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

#seite {
	font-family: Verdana, arial, s sans-serif;
	max-width: 992px;
	border: 1px solid #D8D8D8;
	margin: auto;
	color: #616161;
	background-color: #FFE6E6;
	margin-bottom: 60px;
}

a:link {
	color: #616161;
}

a:visited {
	color: #616161;
}

.btn {
	background: #FFE6E6;
	background-image: -webkit-linear-gradient(top, #FFE6E6, #FFD4E6);
	background-image: -moz-linear-gradient(top, #FFE6E6, #FFD4E6);
	background-image: -ms-linear-gradient(top, #FFE6E6, #FFD4E6);
	background-image: -o-linear-gradient(top, #FFE6E6, #FFD4E6);
	background-image: linear-gradient(to bottom, #FFE6E6, #FFD4E6);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	-webkit-box-shadow: 2px 2px 2px #666666;
	-moz-box-shadow: 2px 2px 2px #666666;
	box-shadow: 2px 2px 2px #666666;
	font-family:  Times, cursive;
	color: #616161;
	font-size: 150%;
	padding: 20px 35px 25px 35px;
	border: solid #FFD4E6 1px;
	text-decoration: underline;
}

.btn:hover {
	background: #FFD4E6;
	background-image: -webkit-linear-gradient(top, #FFD4E6, #FFE6E6);
	background-image: -moz-linear-gradient(top, #FFD4E6, #FFE6E6);
	background-image: -ms-linear-gradient(top, #FFD4E6, #FFE6E6);
	background-image: -o-linear-gradient(top, #FFD4E6, #FFE6E6);
	background-image: linear-gradient(to bottom, #FFD4E6, #FFE6E6);
	text-decoration: underline;
	-webkit-box-shadow: 0px 0px 2px #666666;
	-moz-box-shadow: 0px 0px 2px #666666;
	box-shadow: 0px 0px 2px #666666;
}
.kursiv {
	font-style: italic;
}
.zentrieren{
    text-align: center;
}

.sanner-p1{
    line-height: 1.5;
    margin: 20px 0 0 0;
}
header {
	padding: 20px 0 40px 0;
}

header h1 {
	text-align: center;
	font-family:  Times, cursive;
	font-weight: normal;
	font-size: 350%;
	margin: 0 2% 0 4%;
	line-height: 1.0;
}
header div a {
	text-decoration: none;
}
header h1 span {
	font-size: 50%;
}

nav {
	text-align: center;
	font-family: Times, serif;
	font-size: 150%;
	background-color: #FFEEEE;
	padding: 14px 2% 8px 2%;
}

nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

nav ul li {
	list-style-type: none;
	margin-right: 25px;
}

nav ul li a {
	text-decoration: underline;
}

nav ul li a::first-letter, nav ul li span::first-letter {
	font-size: 160%;
}

nav ul li .aktiv {

	font-style: italic;
}

#inhalt {
	border-bottom: 1px solid #E6DDDD;
}
 

#inhalt #titelbild {
display: block;
	margin: 50px auto 30px auto;
	 
}

#inhalt .impressum, #inhalt .datenschutz, #inhalt .kontakt {
	font-size: 80%;
	margin: 50px 10% 70px 10%;
	line-height: 2;
	padding: 20px 4%;
	background-color: #FFEEEE;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
}

#inhalt .datenschutz h4{
    margin-top: 25px;
}

#inhalt .datenschutz ul {
    list-style-type: none;
}
#inhalt .quelle {

	text-align: center;
	font-size: 80%;
	margin: -50px 10% 50px 10%;
}

#startseite #inhalt .text {

	margin: 50px 10% 70px 10%;
	line-height: 2;
	padding: 20px 4%;
	background-color: #FFEEEE;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
}

h2 {
	margin: 0;
	margin-top: -6px;
	padding: 0;
	text-align: center;
}

.h2 {
	margin: 25px 0 25px 0;
	padding: 0;
	text-align: center;
	font-family:  Times, cursive;
	font-weight: normal;
	font-size: 200%;
}

h2 span {
	font-size: 400%;
	font-family:  Times, cursive;
	font-weight: normal;
	color: #616161;
}

  .titel{
    color: #9C6800;
    font-size: 250%;
    font-weight: normal;
    font-family: Times;
}

#slowfox {
	display: block;
	margin: auto;
}

#spruch {
	text-align: center;
	font-family:  Times, cursive;
	font-size: 200%;
	color: #616161;
}

.ersterB {
	font-size: 150%;
}

#zurStartseite {
	text-align: right;
	padding-right: 2%;
}

#katze {
	position: relative;
	left: 0%;
}

#fuss {
	margin-top: 25px;
	font-size: 80%;
}

#fuss .copy {
	margin: 0 0 0 2%;
	position: relative;
	bottom: 10px;
}

#fuss .copy img {
	vertical-align: bottom;
}

#fuss .imp {
 text-align: center;
 margin-bottom: 25px;
}

#galerie h3 {
	font-weight: normal;
	font-family:  Verdana  ;
	font-style: italic;
	font-size: 120%;
	text-align: center;
}

#galerie div div {
	border: 1px solid white;
	margin: 20px auto 25px auto;
	width: 60%;
}

#galerie div div ul li {
	font-size: 90%;
	padding-bottom: 10px;
}

.produkt {
	margin: 10px 4%;
}

.produkt img {
	display: block;
	padding: 0px;
	margin: 10px auto 10px auto;
	background-color: #FFFFFF;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.45);
	/* WebKit */
	-moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.45);
	/* Firefox */
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.45);
	/* Standard */
}

.sanner img {
	display: block;

	padding: 0px;
	margin: 10px auto 10px auto;
	background-color: transparent;

}


.leistung {
	visibility: hidden;
}

.seitenanfang {
	background: #FFFFFF;
	opacity: 0.8;
	position: fixed;
	bottom: 5px;
	right: 2%;
	color: black !important;
	font-size: 90%;
	font-weight: normal;
	border: 4px solid #7A2727 ;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-decoration: none;
	font-family: Arial;
	width: 50px;
	height: 50px;
	background-image: url(../bilder/pfeil.png);
	background-position: center center;
}

.hr0 {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right,rgba(90,0,0,1),rgba(0,0,0,0) );
	margin: 0;
}

.hr02 {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right,rgba(0,0,0,0),rgba(90,0,0,1) );
	margin: 0;
}

.hr1 {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(90,0,0,1),rgba(0,0,0,0) );
	margin: 50px 1%;
}

/* ------------------------------------------ Umbruch bei 680Pixel */
@media only screen and (max-width: 680px) {
	nav ul {
		flex-flow: column wrap;
		text-align: left;
		justify-content: flex-end;
	}

	nav ul li {
		margin-right: 0;
	}
	nav ul li a, nav ul li .aktiv {
		display: block;
		color: #FF2E2E;
		padding: 15px 10% 5px 10%;
		border-bottom: 1px solid black;
	}
	nav ul li a {

		text-decoration: none;
	}

	nav ul li .aktiv {
		color: #FFEEEE;
		background-color: #616161;
		-webkit-box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.75);
		box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.75);
	}

	#startseite #inhalt .text {

		margin: 50px 2% 70px 2%;
		padding: 20px 4%;
		background-color: #FFF2F2;
		color: #232323;
	}

	.h2 {

		font-size: 200%;
	}
}

/* ------------------------------------------ Umbruch bei 600Pixel */
@media only screen and (max-width: 600px) {
	h2 span {
		font-size: 300%;
	}

	#inhalt .impressum, #inhalt .datenschutz {
		font-size: 80%;
		margin: 50px 2% 70px 2%;
		line-height: 1.4;
		background-color: #FFFFFF;
	}
}

/* ------------------------------------------ Umbruch bei 460Pixel */
@media only screen and (max-width: 500px) {
	header h1 {

		font-size: 250%;
	}

}