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

html * {
  box-sizing: border-box;
	max-width: 1200px;
}

@font-face {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-display: auto;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	margin: 0;
	margin-left: 4vw;
	margin-right: 4vw;
}

.header {
	position: fixed;
	width: 92%;
	background: rgba(255,255,255,0.80);
	height: 100px;
	z-index: 1000;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-top: -100px;
}
	
.header-mobile {
	display: none;
}

.site-logo {
	position: relative;
	display: block;
	float: left;
}

.site-logo img {
	width: 141px;
}

.logo {
	opacity: 1;
}

.site-nav {
	position: relative;
	float: right;
	top: 0;
	left: 0;
	display: block;
	width: 80%;
	padding: .75em 1em 0 0;
	opacity: .95;
	background: none;
	z-index: 400;
}

.site-nav ul {
	list-style-type: none;
	margin: 0;
	text-align: right;
}

.site-nav ul li {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 1.5em;
}

.site-nav ul li a {
	font-size: 1em;
	padding-bottom: 0.5em;
	text-decoration: none;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: rgba(171,27,26,1.00);
	-webkit-transition: color .3s;
	transition: color .3s;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
.site-nav ul li a:hover {
	outline: none;
	border-bottom: 1px solid rgba(171,27,26,1.00);
}

.toggle {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 25px;
  height: 4px;
  border-radius: 7px;
  background-color: rgba(153,30,74,1.00);
  margin: 6px 0;
  transition: 0.4s;
  display: block;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.intro {
	padding: 0;
	position: relative;
  	background-color: rgba(130,161,160,0.20);
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-top: 100px;
	border-radius: 10px;
	width: 100%;
}

.introtext {
	flex: 50%;
	-ms-flex: 50%;
	padding: 20px;
}

.introimg {
	float: right;
	padding: 28.85px;
}
.introtext h2 {
	color: rgba(153,30,74,1.00);
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font:normal;
	font-size: 1.5em;
	padding: 50px 0 0 70px;
	font-weight: 100;
}

.introtext h2 strong {
	font-weight: 100;
}

.introtext h1 {
	color: rgba(153,30,74,1.00);
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font: 900;
	font-size: 2.2em;
	padding: 0 0 0 70px;
	letter-spacing: 4px;
	font-weight: 200;
}

.introtext h1 strong {
		font-weight: 200;
	}

.introtext h3 {
	text-transform: none;
	color: rgba(171,27,26,1.0);
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 1.2em;
	padding: 0 0 0 70px;
	font-weight: 100;
}

.introtext h3 strong {
		font-weight: 100;
	}

.introtext .img-fluid {
	padding: 0;
}


.introimg img {
	position: relative;
	width: auto;
	height: 375px;
	z-index: 200;
	padding: 0;
	border-radius: 10px;
	border-width: 5px;
	border-color: white;
	border-style:solid;
}

.mitte {
	padding: 0px;
	background-color: rgba(158,216,255,0.12);
	border-radius: 10px;
	margin-top: -19px;
	margin-bottom: -19px;
}

.mitte p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 1.2em;
	color: rgba(46,46,46,1.00);
	hyphens: auto;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
	text-align: justify;
	padding: 50px;
}

.mitte a {
	color: white;
	text-decoration: none;
	font-size: 0.8em;
	background-color: rgba(153,30,74,1.00);
	border-radius: 5px;
	padding: 10px;
	-webkit-transition-duration: 0.4s;
 	transition-duration: 0.4s;
}

.mitte a:hover {
	color: rgba(153,30,74,0.70);
	background-color: rgba(153,30,74,.20);
}

.mitte a:focus {
	outline: 0;
	border: none;
	box-shadow: none;
}


.tab {
	overflow: hidden;
	border: none;
	background-color: rgba(120,173,217,0.2);
	border-radius: 10px;
}

.tablinks {
	background-color: white;
	color: rgba(171,27,26,1.0);
}

.active {
	background-color: rgba(0,0,0,0.00);
	color: rgba(171,27,26,1.0);
}

.tab button:hover {
	background-color: rgba(120,173,217,0.2);
	color: rgba(171,27,26,0.8);
}

.tab button {
	width: 50%;
	float: left;
	border: none;
	border-radius: 0px;
	font-size: 1.4em;
	padding: 14px;
	transition: 0.3s;
	cursor: pointer;
	outline: none;
}

.tabcontent {
	padding: 0px;
	border: none;
	margin-top: -2px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.tabcontent-bild1 {
	width: 50%;
	float: left;
	padding: 20px;
	margin-top: 50px;
}

.tabcontent-bild1 .tabcontent-img {
	width: 100%;
	border-radius: 10px;
	border-width: 5px;
	border-color: rgba(255,255,255,0.30);;
	border-style: solid;
}

.tabcontent-bild2 {
	width: 50%;
	float: left;
	padding: 20px;
	margin-top: 50px;
}

.tabcontent-bild2 .tabcontent-img {
	width: 100%;
	border-radius: 10px;
	border-width: 5px;
	border-color: rgba(255,255,255,0.30);;
	border-style: solid;
}

.tabcontent-bild2breit {
	display: none;
	float: left;
}

.tabcontent-text {
	width: 50%;
	float: left;
}

.tabcontent-text p {
	margin-top: 70px;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
	hyphens: auto;
}

.tabcontent-trauern {
	width: 100%;
	padding: 0px 0px 30px 0;
	float: left;
}

.tabcontent-trauern p {
	text-align: justify;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
	hyphens: auto;
}

.tabcontent h2 {
	font-size: 1.2em;
	padding: 20px 50px 0;
	color: rgba(46,46,46,1.00);
}

.tabcontent p {
	font-size: 1.2em;
	padding: 20px 50px;
	color: rgba(46,46,46,1.00);
}

.uebermich {
	background-color: rgba(158,216,255,0.07);
	border-radius: 10px;
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	position: relative;
}

.uebermich a {
	position: absolute;
	left: 0em;
	top: -100px;
}
.ueberimg {
	float: left;
	flex: 33%;
	-ms-flex: 1;
	align-self: flex-start;
	-ms-flex-item-align: start;
}

.ueberimg .img1 {
	width: 100%;
	border-top-left-radius: 10px;
	padding: 0;
	margin: 0;
	border-width: 5px;
	border-color: rgba(130,161,160,0.20);
	border-style:solid;
}

.ueberimg .img2 {
	width: 100%;
	border-bottom-left-radius: 10px;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	border-width: 5px;
	border-color: rgba(130,161,160,0.20);
	border-style:solid;	
}

.uebertext {
	float: left;
	flex: 67%;
	-ms-flex: 2;
	padding: 50px;
}

.ueberschrift {
	color: rgba(171,27,26,1.00);
	text-align: right;
	padding-right: 100px;
	padding-top: 1em;
	letter-spacing: 2px;
	margin-top: 0px;
}

.ueberschrift2 {
	color: rgba(171,27,26,1.00);
	text-align: left;
	padding-right: 100px;
	letter-spacing: 2px;
	margin-top: 0px;
}

.uebertext p {
	
	text-align: justify;
	padding-right: 100px;
	float: right;
	font-weight: lighter;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1.2em;
	padding-top: 50px;
	color: rgba(46,46,46,1.00);
	hyphens: auto;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
}

.angebote {
	background-color: rgba(158,216,255,0.12);
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	border-radius: 10px;
	position: relative;
}

.angebote a {
	position: absolute;
	left: 0em;
	top: -100px;
}

.angebotetext {
	float: left;
	flex: 50%;
	-ms-flex: 1;
	padding: 50px;
}

.angebotetext ul li {
	color: rgba(46,46,46,1.00);
	font-size: 1.2em;
}

.angebotetext ul li strong {
	font-weight: normal;
	}
	
.angebotetext ul li strong{
	font-weight: normal;
	}
	

.angeboteimg {
	float: left;
	flex: 50%;
	-ms-flex: 1;
}

.angeboteimg img {
	width: 100%;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: -2px;
}

.kontakt {
	background-color: rgba(193,210,56,0.05);
	padding: 50px;
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	border-radius: 10px;
	position: relative;
}

.kontakt a {
	position: absolute;
	left: 0em;
	top: -100px;
}

.kontakt p {
	padding: 2em 0em 0em 2em;
	letter-spacing: 0.15em; 
	font-size: 1.2em;
	color: rgba(46,46,46,1.00);
}

.kontakttext {
	float: left;
	flex: 60%;
	-ms-flex: 60%;
}

.kontakttext a {
	position:inherit;
	padding: 0em 0em 0em 0em;
	letter-spacing: 0.15em; 
	font-size: 1em;
	color: rgba(46,46,46,1.00);
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	text-decoration: none;
}

.kontaktformular {
	float: left;
	flex: 40%;
	-ms-flex: 40%;
}

.kontaktformular input {
	font-size: 1em;
}
.kontaktformular form p {
	padding: 0;
	font-size: 1em;
	color: rgba(46,46,46,1.00);
}


.kontaktformular form .rund {
	border-radius: 3px;
}

.kontaktformular form .senden {
	background-color: rgba(171,27,26,1.00);
	color: white;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	padding: 10px 12px;
}

.kontaktformular form .senden:hover {
	background-color: rgba(171,27,26,0.70);
}

.kontaktformular textarea {
	font-size: 1em;
}

.berge {
	padding: 0;
	border-radius: 10px;
	margin: 0;
}
.berge img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.footer {
  	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	border-radius: 10px;
	padding: 50px;
  background-image:-moz-linear-gradient( -45deg, rgba(252,164,183,1.00) 0%, rgba(255,228,146,1.00) 100%);
  background-image: -webkit-linear-gradient( -45deg, rgba(252,164,183,1.00) 0%, rgba(255,228,146,1.00) 100%);
  background-image: -ms-linear-gradient( -45deg, rgba(252,164,183,1.00) 0%, rgba(255,228,146,1.00) 100%);
margin-top: -3px;
}

.footerbuttons {
	flex: 80%;
	-ms-flex: 80%;
	padding-top: 15px;
}

.footer a {
	background-color: rgba(153,30,74,1.00);
	background-size: contain;
	color: white;
	border: none;
	border-radius: 5px;
	text-decoration: none;
	font-size: 1em;
	-webkit-transition-duration: 0.4s;
  	transition-duration: 0.3s;
	padding: 11px;
	margin-right:10px;
	margin-top: 10px;
	display: inline-block;
}

.footer a:hover {
	background-color: rgba(153,30,74,.60);
}

.footer a:focus {
	outline: 0;
	border: none;
	box-shadow: none;
}

.dropup {
	position: relative;
	display: inline-block;
}

.dropup-links {
	display: none;
	position: absolute;
	z-index: 1;
	bottom: 40px;
}

.dropup:hover .dropup-links {
	display: block;
}

.dropup-links a {
	margin-top: 0px;
	background-color: white;
	color: rgba(153,30,74,1.00);
	min-width: 150px;
	display: block;
	border-radius: 5px;
}

.dropup-links a:hover {
	background-color: rgba(153,30,74,1.00);
	color: white;
}

.footertext {
	flex: 20%;
	-ms-flex: 20%;
	margin-top: 10px;
}
.footer p {
	font-size: 1em;
	text-align: right;
}

.impressum {
	padding: 0;
	position: relative;
  	background-color: white;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-top: 100px;
	border-radius: 10px;
	width: 100%;
}

.impressum h2 {
	padding: 50px 50px 0px 50px;
}

.impressum p {
	padding: 0px 50px 50px 50px;
}

.datenschutz {
	padding: 0 0 50px 0;
	position: relative;
  	background-color: white;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-top: 100px;
	border-radius: 10px;
	width: 100%;
}

.datenschutz h2 {
	padding: 50px 50px 0px 50px;
	hyphens: auto;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
}

.datenschutz h3 {
	font-size: 1.2em;
	padding: 0px 50px 0px 50px;
	hyphens: auto;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
}

.datenschutz h4 {
	padding: 0px 50px 0px 50px;
	text-emphasis: none;
	word-break: break-all;
	font-weight: normal;
}

.datenschutz p {
	padding: 0px 50px 0px 50px;
	hyphens: auto;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
	text-align: justify;
}

.php {
	background-color: rgba(130,161,160,0.20);
	border-radius: 10px;
	padding: 50px;
}

.php a {
	background-color: rgba(153,30,74,1.00);
	background-size: contain;
	color: white;
	border: none;
	border-radius: 5px;
	text-decoration: none;
	font-size: 1em;
	
	-webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
	padding: 11px;
	margin-right:10px;
	margin-top: 10px;
	display: inline-block;
}

.php a:hover {
	color: rgba(153,30,74,0.80);
	background-color: rgba(153,30,74,.20);
}

.php a:focus {
	outline: 0;
	border: none;
	box-shadow: none;
}
/* Kleiner Bildschirm */

@media (min-width: 921px) and (max-width:1100px) {
	
	.header-mobile {
	display: none;
}

	.tabcontent-bild1 {
	width: 100%;
	padding: 50px;
	margin-top: 0px;
}

.tabcontent-bild1 .tabcontent-img {
	width: 65%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

	.tabcontent-bild2 {
		display: none;
	}
	
.tabcontent-bild2breit {
	width: 100%;
	padding: 50px;
	margin-top: 0px;
	display: block;
}

.tabcontent-bild2breit .tabcontent-img {
	border-radius: 10px;
	border-width: 5px;
	border-color: rgba(255,255,255,0.30);
	border-style: solid;
	width: 65%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tabcontent-text {
	width: 100%;
	float: left;
}

.tabcontent-text p {
	margin-top: 0px;
	text-align: center;
}
	
	.uebertext p {
		padding-right: 0px;
		padding-top: 20px;
	}
	
	.ueberschrift {
		padding-top: 0em;
	}
	
	.ueberschrift2 {
		text-align: center;
		padding: 0;
		margin: 0;
	}
	.angeboteimg {
	float: right;
	flex: 50%;
	-ms-flex: 1;
	padding: 0px;
	padding: auto;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	justify-content: center;
	-ms-flex-pack: center;
	padding-right: 50px;
}

.angeboteimg img {
	width: 100%;
	border-radius: 10px;
	margin-bottom: -2px;
	
	}
	
	.angebotetext {
		-ms-flex: 1;
	}
	
	.kontakttext {
		padding: 0px;
	}
	.kontakttext p {
		text-align: center;
		background-color: rgba(193,210,56,0.02);
		border-radius: 10px;
		padding: 1em;
		hyphens: none;
		
	}
	.kontaktformular {
		flex: 100%;
		-ms-flex: 100%;
		display: flex;
		display: -ms-flexbox;
		align-items: center;
		-ms-flex-align: center;
		justify-content: center;
		-ms-flex-pack: center;
	}
	

}

/* Tablet Hochformat */
@media (min-width: 768px) and (max-width: 920px) {
	body {
		margin-left: 0;
		margin-right: 0;
	}
	
	.header {
		width: 100%;
	}
	
	.header-mobile {
	display: none;
}

	.introtext {
		text-align: center;
		flex: 100%;
		-ms-flex: 100%;
		align-items: center;
		-ms-flex-align: center;
		display: flex;
		display: -ms-flexbox;
		justify-content: center;
		-ms-flex-pack: center;
		flex-direction: column;
		-ms-flex-direction: column;
	}
	
	.introtext h1 {
		padding: 0;
		font-size: 2em;
	}
	
	.introtext h2 {
		padding: 20px 0 0 0;
		font-size: 1.4em;
	}
	
	.introtext h3 {
		padding: 0;
		font-size: 1.2em;
	}
	
	.introimg {
		margin-left: auto;
		margin-right: auto;
	}
	
	.introimg img {
		height: 300px;
	}
	
		.tabcontent-bild1 {
	width: 100%;
	padding: 50px;
	margin-top: 0px;
}

.tabcontent-bild1 .tabcontent-img {
	width: 65%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

	.tabcontent-bild2 {
		display: none;
	}
	
.tabcontent-bild2breit {
	width: 100%;
	padding: 50px;
	margin-top: 0px;
	display: block;
}

.tabcontent-bild2breit .tabcontent-img {
	border-radius: 10px;
	border-width: 5px;
	border-color: rgba(255,255,255,0.30);
	border-style: solid;
	width: 65%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tabcontent-text {
	width: 100%;
	float: left;
}

.tabcontent-text p {
	margin-top: 0px;
	text-align: center;
}
	
	.uebertext p {
		padding-right: 0px;
		padding-top: 0px;
	}
	
	.ueberschrift {
		padding-top: 0em;
	}
	
	.angeboteimg {
		float: right;
		flex: 50%;
		-ms-flex: 1;
		padding: 0px;
		padding: auto;
		display: flex;
		display: -ms-flexbox;
		align-items: center;
		-ms-flex-align: center;
		justify-content: center;
		-ms-flex-pack: center;
		padding-right: 50px;
}
	
	.angebotetext {
		-ms-flex: 1;
	}

.angeboteimg img {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 0px;
	}
	.kontakttext {
		padding: 0px;
	}
	.kontakttext p {
		text-align: center;
		background-color: rgba(193,210,56,0.02);
		border-radius: 10px;
		padding: 1em;
		hyphens: none;
		
	}
	.kontaktformular {
		flex: 100%;
		-ms-flex: 100%;
		display: flex;
		display: -ms-flexbox;
		align-items: center;
		-ms-flex-align: center;
		justify-content: center;
		-ms-flex-pack: center;
	}
	
	.footerbuttons {
		flex: 70%;
		-ms-flex: 70%;
	}
	
	.footertext {
		flex: 30%;
		-ms-flex: 30%;
	}
}


@media (min-width: 375px) and (max-width: 767px) {
	body {
		margin-left: 0;
		margin-right: 0;
	}
	
	.header {
	display: none;
}

	.header-mobile {
		height: 80px;
		width: 100%;
		position: relative;
		margin-top: 0px;
		display: block;
	}

	.site-nav {
		margin-top: 30px;
		width: 200px;
	}
	
	.site-nav ul li {
		width: 80%;
		padding: 4px 0 3px 0;
	}
	
	.site-nav ul li a:hover {
		border-bottom: 0px;
	}
	
	.site-logo img {
	width: 111px;
}

	.header-mobile #nav-id {
		display: none;
		overflow: hidden;
		position: relative;
	}
	
	.header-mobile a.icon {
		display: block;
		position: absolute;
		right: 15px;
		top: 15px;
	}
	
	.intro {
		margin-top: 0px;
	}
	
	.introtext {
		text-align: center;
		flex: 100%;
		-ms-flex: 100%;
		align-items: center;
		-ms-flex-align: center;	
		display: flex;
		display: -ms-flexbox;
		justify-content: center;
		-ms-flex-pack: center;
		flex-direction: column;
		-ms-flex-direction: column;
	}
	
	.introtext h1 {
		padding: 0;
		font-size: 2em;
	}
	
	.introtext h2 {
		padding: 20px 0 0 0;
		font-size: 1.4em;
	}
	
	.introtext h3 {
		padding: 0;
		font-size: 1.2em;
	}
	
	.introimg {
		margin-left: auto;
		margin-right: auto;
	}
	
	.introimg img {
		height: 300px;
	}
	
	.tab button {
		font-size: 1.2em;
		height: 100px;
	}
		.tabcontent-bild1 {
	width: 100%;
	padding: 50px;
	margin-top: 0px;
}

	.tabcontent-bild1 .tabcontent-img {
	width: 75%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

	.tabcontent-bild2 {
		display: none;
	}
	
.tabcontent-bild2breit {
	width: 100%;
	padding: 50px;
	margin-top: 0px;
	display: block;
}

.tabcontent-bild2breit .tabcontent-img {
	border-radius: 10px;
	border-width: 5px;
	border-color: rgba(255,255,255,0.30);
	border-style: solid;
	width: 75%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tabcontent-text {
	width: 100%;
	float: left;
}

.tabcontent-text p {
	margin-top: 0px;
	text-align: center;
}
	
	.uebermich a {
	top: 0px;
}
	.ueberimg {
		flex: 100%;
		-ms-flex: 100%;
		display: flex;
		display: -ms-flexbox;
		align-items: center;
		-ms-flex-align: center;
		justify-content: center;
		-ms-flex-pack: center;
		padding: 50px;
	}
	
	.ueberimg .img1 {
		width: 70%;
		border-radius: 10px;
	}
	
	.ueberimg .img2 {
		display: none;
	}
	
	.uebertext {
		padding-top: 0px;
	}
	
	.uebertext p {
		padding-right: 0px;
		padding-top: 0px;
	}
	
	.ueberschrift {
		padding-top: 0em;
		text-align: center;
		padding: 0;
	}
	
	.ueberschrift2 {
		text-align: center;
		padding: 0;
		margin: 0;
	}
	
		.angebote a {
	top: 0px;
}
		.angeboteimg {
			flex: 100%;
			-ms-flex: 100%;
			padding: auto;
			display: flex;
			display: -ms-flexbox;
			align-items: center;
			-ms-flex-align: center;
			justify-content: center;
			-ms-flex-pack: center;
}
	
	.angebotetext {
		flex: 100%;
		-ms-flex: 100%;
		padding-left: 30px;
	}

.angeboteimg img {
	width: 60%;
	border-radius: 10px;
	margin-bottom: 50px;
	margin-bottom: 0px;
	
	
	}
	
		.kontakt a {
	top: 0px;
}
	.kontakttext {
		padding: 0px;
	}
	.kontakttext p {
		text-align: center;
		background-color: rgba(193,210,56,0.02);
		border-radius: 10px;
		padding: 1em;
		hyphens: none;
	}
	.kontaktformular {
		flex: 100%;
		-ms-flex: 100%;
		display: flex;
		display: -ms-flexbox;
		align-items: center;
		-ms-flex-align: center;
		justify-content: center;
		-ms-flex-pack: center;
	}
	
	.footer {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.footerbuttons {
		flex: 70%;
		-ms-flex: 70%;
	}
	
	.footertext {
		flex: 30%;
		-ms-flex: 30%;
	}
	
	.impressum h2 {
		padding: 0 50px;
		
	}
}

@media (min-width: 315px) and (max-width: 374px)  {

	body {
		margin-left: 0;
		margin-right: 0;
	}
	
	
	.header {
	display: none;
}

	.header-mobile {
		height: 80px;
		width: 100%;
		position: relative;
		margin-top: 0px;
		display: block;
	}

	.site-nav {
		margin-top: 30px;
		width: 200px;
	}
	
	.site-nav ul li {
		width: 80%;
		padding: 4px 0 3px 0;
	}
	
	.site-nav ul li a:hover {
		border-bottom: 0px;
	}
	
	.site-logo img {
	width: 111px;
}

	.header-mobile #nav-id {
		display: none;
		overflow: hidden;
		position: relative;
	}
	
	.header-mobile a.icon {
		display: block;
		position: absolute;
		right: 15px;
		top: 15px;
	}
	
	.intro {
		margin-top: 0px;
	}
	
.introtext {
		text-align: center;
		flex: 100%;
		-ms-flex: 100%;
		align-items: center;
		-ms-flex-align: center;
		display: flex;
		display: -ms-flexbox;
		justify-content: center;
		-ms-flex-pack: center;
		flex-direction: column;
		-ms-flex-direction: column;
	}
	
	.introtext h1 {
		padding: 0;
		font-size: 2em;
		letter-spacing: 0;
	}
	
	.introtext h2 {
		padding: 20px 0 0 0;
		font-size: 1.4em;
	}
	
	.introtext h3 {
		padding: 0;
		font-size: 1em;
		letter-spacing: 0px;
	}
	
	.introtext img {
		width: 40px;
	}
	.introimg {
		margin-left: auto;
		margin-right: auto;
	}
	
	.introimg img {
		height: 250px;
	}
	
	.mitte {
		padding-top: 17px;
	}
	
		.tabcontent-bild1 {
	width: 100%;
	padding: 20px;
	margin-top: 0px;
}

.tabcontent-bild1 .tabcontent-img {
	width: 75%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

	.tabcontent-bild2 {
		display: none;
	}
	
	.tab button {
		font-size: 1.2em;
		height: 100px;
	}
.tabcontent-bild2breit {
	width: 100%;
	padding: 20px;
	margin-top: 0px;
	display: block;
}

.tabcontent-bild2breit .tabcontent-img {
	border-radius: 10px;
	border-width: 5px;
	border-color: rgba(255,255,255,0.30);
	border-style: solid;
	width: 75%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tabcontent-text {
	width: 100%;
	float: left;
}

.tabcontent-text p {
	margin-top: 0px;
	text-align: center;
}
	
	.uebermich a {
	top: 0px;
}
	.ueberimg {
		flex: 100%;
		-ms-flex: 100%;
		display: flex;
		display: -ms-flexbox;
		align-items: center;
		-ms-flex-align: center;
		justify-content: center;
		-ms-flex-pack: center;
		padding: 50px;
	}
	
	.ueberimg .img1 {
		width: 100%;
		border-radius: 10px;
	}
	
	.ueberimg .img2 {
		display: none;
	}
	
	.uebertext {
		padding-top: 0px;
	}
	.uebertext p {
		padding-right: 0px;
		padding-top: 0px;
	}
	
	.ueberschrift {
		padding-top: 0em;
		text-align: center;
		padding: 0;
	}
	
	.ueberschrift2 {
		text-align: center;
		padding: 0;
		margin: 0;
	}
	
		.angebote a {
	top: 0px;
}
		.angeboteimg {
			flex: 100%;
			-ms-flex: 100%;
			padding: auto;
			display: flex;
			display: -ms-flexbox;
			align-items: center;
			-ms-flex-align: center;
			justify-content: center;
			-ms-flex-pack: center;
}
	
	.angebotetext {
		flex: 100%;
		-ms-flex: 100%;
		padding-left: 30px;
	}

.angeboteimg img {
	width: 80%;
	border-radius: 10px;
	margin-bottom: 30px;
	margin-bottom: 0px;
	}
	
	.kontakt {
		padding: 25px 0;
	}
		.kontakt a {
	top: 0px;
}
	.kontakttext {
		padding: 0px;
		flex: 100%;
		-ms-flex: 100%;
	}
	.kontakttext p {
		text-align: center;
		background-color: rgba(193,210,56,0.02);
		border-radius: 10px;
		padding: 1em;
		font-size: 1em;
		letter-spacing: 0px;
		hyphens: none;
	}
	.kontaktformular {
		flex: 100%;
		-ms-flex: 100%;
		display: flex;
		display: -ms-flexbox;
		align-items: center;
		-ms-flex-align: center;
		justify-content: center;
		-ms-flex-pack: center;
	}
	
	.footer {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.footerbuttons {
		flex: 70%;
		-ms-flex: 70%;
	}
	
	.footertext {
		flex: 30%;
		-ms-flex: 30%;
	}
}

@media (max-width: 314px)  {
	html {
		width: 320px;
	}
	body {
		margin-left: 0;
		margin-right: 0;
	}
	
	
	.header {
	display: none;
}

	.header-mobile {
		height: 80px;
		width: 100%;
		position: relative;
		margin-top: 0px;
		display: block;
	}

	.site-nav {
		margin-top: 30px;
		width: 200px;
	}
	
	.site-nav ul li {
		width: 80%;
		padding: 4px 0 3px 0;
	}
	
	.site-nav ul li a:hover {
		border-bottom: 0px;
	}
	
	.site-logo img {
	width: 111px;
}

	.header-mobile #nav-id {
		display: none;
		overflow: hidden;
		position: relative;
	}
	
	.header-mobile a.icon {
		display: block;
		position: absolute;
		right: 15px;
		top: 15px;
	}
	
	.intro {
		margin-top: 0px;
	}

	
.introtext {
		text-align: center;
		flex: 100%;
		-ms-flex: 100%;
		align-items: center;
		-ms-flex-align: center;
		display: flex;
		display: -ms-flexbox;
		justify-content: center;
		-ms-flex-pack: center;
		flex-direction: column;
		-ms-flex-direction: column;
	}
	
	.introtext h1 {
		padding: 0;
		font-size: 2em;
		letter-spacing: 0;
	}
	
	.introtext h2 {
		padding: 10px 0 0 0;
		font-size: 1.4em;
	}
	
	.introtext h3 {
		padding: 0;
		font-size: 1em;
		letter-spacing: 0px;
	}
	
	.introtext img {
		width: 40px;
	}
	.introimg {
		margin-left: auto;
		margin-right: auto;
	}
	
	.introimg img {
		height: 250px;
	}
	
	.mitte {
		padding-top: 17px;
	}
	
		.tabcontent-bild1 {
	width: 100%;
	padding: 20px;
	margin-top: 0px;
}

.tabcontent-bild1 .tabcontent-img {
	width: 75%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

	.tabcontent-bild2 {
		display: none;
	}
	
	.tab button {
		font-size: 1.2em;
		height: 100px;
	}
	
.tabcontent-bild2breit {
	width: 100%;
	padding: 20px;
	margin-top: 0px;
	display: block;
}

.tabcontent-bild2breit .tabcontent-img {
	border-radius: 10px;
	border-width: 5px;
	border-color: rgba(255,255,255,0.30);
	border-style: solid;
	width: 75%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tabcontent-text {
	width: 100%;
	float: left;
}

.tabcontent-text p {
	margin-top: 0px;
	text-align: center;
}
	
	.uebermich a {
	top: 0px;
}
	.ueberimg {
		flex: 100%;
		-ms-flex: 100%;
		display: flex;
		display: -ms-flexbox;
		align-items: center;
		-ms-flex-align: center;
		justify-content: center;
		-ms-flex-pack: center;
		padding: 50px;
	}
	
	.ueberimg .img1 {
		width: 100%;
		border-radius: 10px;
	}
	
	.ueberimg .img2 {
		display: none;
	}
	
	.uebertext {
		padding-top: 0px;
	}
	.uebertext p {
		padding-right: 0px;
		padding-top: 0px;
	}
	
	.ueberschrift {
		padding-top: 0em;
		text-align: center;
		padding: 0;
	}
	
	.ueberschrift2 {
		text-align: center;
		padding: 0;
		margin: 0;
	}
	
		.angebote a {
	top: 0px;
}
		.angeboteimg {
			flex: 100%;
			-ms-flex: 100%;
			padding: auto;
			display: flex;
			display: -ms-flexbox;
			align-items: center;
			-ms-flex-align: center;
			justify-content: center;
			-ms-flex-pack: center;
}
	
	.angebotetext {
		flex: 100%;
		-ms-flex: 100%;
		padding-left: 30px;
	}

.angeboteimg img {
	width: 80%;
	border-radius: 10px;
	margin-bottom: 30px;
	margin-bottom: 0px;
	}
	
	.kontakt {
		padding: 25px 0;
	}
		.kontakt a {
	top: 0px;
}
	.kontakttext {
		padding: 0px;
		flex: 100%;
		-ms-flex: 100%;
	}
	.kontakttext p {
		text-align: center;
		background-color: rgba(193,210,56,0.02);
		border-radius: 10px;
		padding: 1em;
		font-size: 1em;
		letter-spacing: 0px;
		hyphens: none;	
		hyphens: none;	
	}
	.kontaktformular {
		flex: 100%;
		-ms-flex: 100%;
		display: flex;
		display: -ms-flexbox;
		align-items: center;
		-ms-flex-align: center;
		justify-content: center;
		-ms-flex-pack: center;
	}
	
	.footer {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.footerbuttons {
		flex: 70%;
		-ms-flex: 70%;
	}
	
	.footertext {
		flex: 30%;
		-ms-flex: 30%;
	}
}

@media print {
	
	.site-nav {
		display: none;
	}
	.intro {
		padding: 20px;
	}
	
	.introtext {
		padding: 0px;
	}
	
	.intro h1 {
		font-size: 1.5em;
	}
	
	.intro h2 {
		font-size: 1.2em;
	}
	
	.intro h3 {
		font-size: 1em;
	}
	
	.mitte {
		padding: 20px;
		margin-top: -25px;
	}
	
	.mitte p {
		font-size: 14px;
	}
	.introimg {
		display: none;
	}
	
	.tab {
		padding: 20px;
	}
	.tabcontent-bild1 {
		display: none;
	}
	.tabcontent-bild2 {
		display: none;
	}
	.tabcontent-bild2breit {
		display: none;
	}
	.tabcontent-text {
		width: 100%;
	}
	.uebermich {
		padding: 20px;
		margin-top: -20px;
	}
	.uebermich p {
		font-size: 14px;
	}
	
	.uebertext {
		padding: 0px;
	}
	
	.ueberschrift {
		font-size: 20px;
		text-align: left;
	}
	
	.ueberschrift2 {
		font-size: 20px;
		text-align: left;
	}
	
	.angebote {
		padding: 20px;
		margin-top: -20px;
	}
	
	.angebotetext {
		font-size: 1em;
		padding: 0px;
	}
	.angebotetext ul li {
		font-size: 14px;
		padding: 0px;
	}
	
	.angeboteimg {
		display: none;
	}
	
	.kontakt {
		padding: 20px;
		margin-top: -20px;
	}
	
	.kontakttext {
		padding: 0px;
	}
	.kontakt p {
		font-size: 14px;
		text-align: left;
		padding: 0px;
		letter-spacing: normal;
	}
	.kontaktformular {
		display: none;
	}
	
	.berge {
		display: none;
	}
	.ueberimg {
		display: none;
	}
	.footer {
		display: none;
	}
	
	.datenschutz {
		padding: 20px;
	}
	
	.datenschutz h2 {
		padding: 0 0 0 0px;
	}
	
	.datenschutz h4 {
		padding: 0 0 0 0px;
	}
	
	.datenschutz p {
		padding: 0 0 0 0px;
	}
}