@import url("reset.css");

/* lato-300 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/lato-v24-latin-300.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-300italic - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Lato';
	font-style: italic;
	font-weight: 300;
	src: url('../fonts/lato-v24-latin-300italic.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/lato-v24-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-italic - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Lato';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/lato-v24-latin-italic.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-700 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/lato-v24-latin-700.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-700italic - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Lato';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/lato-v24-latin-700italic.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Americana';
	font-weight: 700;
	src: url('../fonts/americanabt_bold.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Americana';
	font-weight: 400;
	src: url('../fonts/americanabt_roman.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

#lp{
	padding: 250px 10%;
	background: url(../images/hochzeit-1/hochzeit-1.jpg);
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#lp h1{
	background: rgba(255, 255, 255, 0.86);
	padding: 40px;
	font-size: 30px!important;
	width: 60%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#lp-content{
	padding: 100px 10%;
	background: #eaeaea;
	
}

#lp-content h2, #lp-content-2 h2{
	font-size: 24px;
	line-height: 32px;
	color: #4d763e;
	margin-top: 30px;
}


#lp-content-2 img{
	height: 400px;
	max-width: 100%;
	object-fit: cover;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#aufzaelung{
	background: #4d763e;
	color: #fff;
	padding: 100px 10%;
	
}
#aufzaehlung h2{
	color: #fff;
	font-size: 24px!important;
	line-height: 32px!important;
}



#lp-content-2{
	text-align: center;
}

#lp-content-2{
	padding: 100px 10%;
}

.row {
	display: -ms-flexbox;
	/* IE10 */
	display: flex;
	-ms-flex-wrap: wrap;
	/* IE10 */
	flex-wrap: wrap;
	padding: 0 4px;
}

#impressum {
	padding: 100px 10%;
	;
}

#impressum h2 {
	color: #4d763e
}

#lp-content .col1, #impressum .col1 {
	float: left;
	width: 50%;
	padding-right: 3%;
}

#lp-content .col2, #impressum .col2 {
	float: left;
	width: 50%;
	padding-left: 3%;
}

#impressum a {
	color: #4d763e
}

/* Create four equal columns that sits next to each other */
.column {
	-ms-flex: 33.3%;
	/* IE10 */
	flex: 33.3%;
	max-width: 33.3%;
	padding: 0 4px;
}

.column img {
	margin-top: 8px;
	vertical-align: middle;
	width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
	.column {
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
	}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.column {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
}

.demo {
	opacity: 0.6;
}



.active,
.demo:hover {
	opacity: 1;
}

img.hover-shadow {
	transition: 0.3s;
}

.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);
}

/* Style the tab */
.tab,
.tab-2,
.tab-3 {
	overflow: hidden;
	width: 890px;
	display: block;
	margin-left: auto;
	font-family: 'Lato';
	font-weight: 300;
	margin-right: auto;
}

.tab-2 {
	width: 530px;
	margin-bottom: 40px;
}


.tab-3 {
	width: 840px;
	margin-bottom: 40px;
}

/* Style the buttons inside the tab */
.tab button,
.tab-2 button,
.tab-3 button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 20px;
	color: #5d5d5d;
	font-weight: 300;
	font-family: 'Lato';
}

/* Change background color of buttons on hover */
.tab button:hover,
.tab-2 button:hover,
.tab-3 button:hover {
	background-color: rgba(131, 177, 110, 0.5);
	border-radius: 15px;
}

/* Create an active/current tablink class */
.tab button.active,
.tab-2 button.active,
.tab-3 button.active {
	background-color: rgba(131, 177, 110, 0.5);
	border-radius: 15px;
}

/* Style the tab content */
.tabcontent {
	display: none;
}


body {

	font-family: 'Lato';
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden
}

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

.dropdown-content1 {
	display: none;
	position: absolute;
	background-color: #eee;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	padding: 12px 16px;
	z-index: 1;
}

.dropdown1:hover .dropdown-content1 {
	display: block;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.dropdown {
	display: none;
}

h1,
h2 {
	font-family: 'Americana';
}

h1 {
	font-size: 60px !important;
	line-height: 70px !important;
	color: #4d763e;
	margin-bottom: 40px;
}

.landingpages{
	background: #4d763e;
	padding: 20px 19%;
	text-align: center;
	padding-bottom: 100px;
}

.landingpages a{
	padding-left: 10px;
	padding-right: 10px;
	color: #ddd;
	text-decoration: none;
}

h2 {
	font-size: 40px;
	padding-bottom: 30px;
	line-height: 50px;
}

h3 {
	font-size: 25px;
	padding-bottom: 30px;
	line-height: 40px;
	font-family: 'Americana';
	color: #4d763e
}

h4 {
	font-size: 25px;
	padding-bottom: 20px;
	line-height: 30px;
	padding-top: 30px;
	text-align: center;
	font-family: 'Americana';
	color: #4d763e
}

.clear {
	clear: both;
}

.center {
	display: table-cell;
	vertical-align: middle;
	text-align: left !important;
}

.rating_top {
	margin: 30px 20px 20px 30px !important;
}

header {}

nav {
	width: 100%;
	height: 60px;
	-webkit-box-shadow: -2px 7px 15px 1px rgba(0, 0, 0, 0.28);
	box-shadow: -2px 7px 15px 1px rgba(0, 0, 0, 0.28);
	top: 0;
	left: 0;
	position: fixed;
	z-index: 1;
	background: #fff;
}

nav ul li {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

nav ul {
	width: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

nav ul li a {
	color: #555555;
	text-decoration: none;
}

nav ul li a:hover {
	color: #4d763e
}

.name{
	background: rgba(77, 118, 62, 0.3);
	color: #4d763e;
	padding: 10px;
	text-align: center;
	width: 250px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	position: fixed;
	top: 10px;
	z-index: 2;
	left: 5%;
}

.icons {
	position: fixed;
	top: 10px;
	right: 5%;
	z-index: 2;
}

.icons img {
	padding: 5px;
}

header .col1,
header .col2 {
	width: 50%;
	float: left;
	margin-top: 60px;
}

header .col1 {
	display: table;
	height: 850px;
	padding-left: 10%;
	padding-right: 10%;
	background: url(../images/flower-background-2.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: bottom right;
	text-align: left !important;
}

header .col2 {
	background: #4d763e;
	height: 850px;
	padding-top: 50px;
}

header .col2 .single-item {
	height: 750px;
	width: 100%;
	margin-left: -15%;
	object-fit: cover;
}

.single-item img {
	width: 100%;
	height: 730px;
	object-fit: cover
}

header .button {
	background: #83b16e;
	color: #fff;
	padding: 10px;
	font-size: 22px;
	border-radius: 10px;
	text-decoration: none;
}

header .bluete,
header .unten {
	position: absolute;
}

header .bluete {
	left: 0;
}

#ueber-uns {
	padding: 100px 10%;
}

#ueber-uns .col1 {
	width: 50%;
	float: left;
	padding-right: 3%;
	height: 650px;
}

#ueber-uns p a {
	color: #83b16e;
	text-decoration: none;
}

#ueber-uns .col1 img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: left;
}

.cta {
	text-align: center;
	text-decoration: none;
	display: block;
	margin-top: 30px;
	color: #fff;
	background: #83b16e;
	font-size: 16px;
	padding: 10px;
	width: 120px;
}

.cta:hover {
	color: #191919
}

.modaloverlay h3 {
	font-size: 30px !important;
	padding-bottom: 20px;
	text-align: center;
	text-transform: inherit;
}

.modaloverlay {
	background: rgba(0, 0, 0, 0.8);
	bottom: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	text-align: left;
	z-index: 99999;
	display: none;
}

.modaloverlay:target {
	display: block;
	opacity: 1;
	pointer-events: auto;
	z-index: 9999;
}

.modaloverlay .modals {
	background-color: white;
	position: relative;
	padding: 3em;
	overflow-y: scroll;
	height: 90vh;
	margin-left: 5%;
	z-index: 9999;
	width: 90%;
	margin-top: 5vh;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.modals h3 {
	color: #4d763e;
	font-size: 30px;
}

.modals p, .modals ul {
	font-size: 16px;
	font-family: 'Roboto';
	line-height: 23px;
	color: #5f5f5f;
	text-align: center;
}

.modals ul {
	padding: 0px 0px 30px 0px;
	text-align: left;
	list-style: disc;
	margin-left: 10px;
}

.modaloverlay a {
	color: #000;
	text-decoration: none;
}

.modaloverlay .close {
	background-color: #83b16e;
	color: white;
	font-size: 24px;
	padding: 8px 12px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 0;
	z-index: 1;
}

#ueber-uns .col2 {
	width: 50%;
	float: left;
	padding-left: 3%;
	height: 650px;
	display: table;
}

#ueber-uns h2 {
	color: #4d763e
}

.fleurop {
	position: absolute;
	right: 5%;
}

#leistungen {
	text-align: center;
}

#leistungen h2 {
	color: #4d763e;
	padding-bottom: 10px;
}

#leistungen {
	padding-bottom: 100px;
}

#leistungen a {
	text-decoration: none;
}

#leistungen a:hover {
	opacity: 0.6;
	transition: 0.3s;
}

.multiple-items {
	margin-top: 50px;
	width: 110%;
	margin-left: -5%;
}

.multiple-items img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	padding: 10px;

}

#aktuelles .col1 {
	width: 50%;
	float: left;
	height: 450px;
}

#galerie p {
	font-size: 26px;
	color: #4d763e;
	padding-bottom: 10px;
	font-family: 'Americana';
}


#aktuelles .col1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#aktuelles .col2 {
	width: 50%;
	padding-left: 6%;
	padding-right: 10%;
	height: 450px;
	display: table !important;
}

#aktuelles h2 {
	color: #4d763e
}

#aktuelles .box {
	width: 550px;
	padding: 40px;
	background: #4d763e;
	color: #fff;
	font-weight: 400;
	font-style: italic;
	position: absolute;
	margin-left: 25%;
	margin-top: -60px;
}

#galerie img {
	width: 33%;
	padding: 10px;
	float: left;
	height: auto;

}

#galerie-1 img {
	width: 50%;
	padding: 10px;
	float: left;
	height: 400px;
	object-fit: cover;

}

#rezensionen {
	padding-top: 150px;
}

#rezensionen img {
	height: 450px;
	width: 75%;
	margin-left: 25%;
	object-fit: cover;
}

#rezensionen h2 {
	color: #4d763e;
	transform: rotate(90deg);
	display: inline-block;
	margin-left: 10%;
	position: absolute;
	margin-top: 100px;
}

#kontakt {
	padding: 100px 10%;
}

#kontakt h2 {
	color: #4d763e
}

#kontakt .col1 a {
	color: #83b16e;
	text-decoration: none;
}

#kontakt .col1 {
	width: 50%;
	float: left;
	padding-right: 3%;
	background: url(../images/flower-background-2.png);
	background-size: auto;
	background-position: top right;
	background-repeat: no-repeat;
}

#kontakt .col2 {
	width: 50%;
	float: left;
	padding-left: 3%;
}

.rating {
	width: 80%;
	margin-left: 10%;
	margin-top: -120px;
	text-align: center;
}

.rating_thumb {
	display: none !important;
}

.rating_box h3 {
	text-align: center !important;
	font-weight: 700 !important;
}

.rating_bottom {
	display: none !important;
}

#kontakt .col2 iframe {
	width: 100%;
	height: 600px;
}

.dse {
	position: fixed;
	bottom: 0;
	padding: 5px;
	background: #4d763e;
	display: inline-block;
	left: 10%;
	bottom: 0;
}

.dse a {
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

#galerie, #galerie-1 {
	padding: 50px 0%;
	width: 80%;
	margin-left: 10%;
	text-align: center;
	border-bottom: 2px solid;
	border-color: #bebebe;
}

#galerie h2 {
	color: #4d763e;
}



#ueber-uns .single-item img {
	height: 650px !important;
	width: 100%;
	object-fit: contain;
	object-position: center;
}

/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/

@media screen and (max-width: 1320px) {
	h1 {
		font-size: 50px !important;
		line-height: 60px !important;
	}
}

@media screen and (max-width: 1100px) {
	.fleurop {
		right: 2%;
		width: 150px;
	}

	#galerie img {
		width: 50%;
		padding: 10px;
		float: left;
		object-fit: cover;
		height: 400px;

	}

	#aktuelles .col1 {
		height: 550px;
	}

	.tab {
		width: 435px;
	}

	#aktuelles .box {
		margin-top: 0px;
	}

	#rezensionen {
		padding-top: 220px;
	}

	#rezensionen h2 {
		margin-left: 0%;
	}

	h1 {
		font-size: 40px !important;
		line-height: 50px
	}

	.logo {
		position: fixed;
		top: 16px;
		z-index: 2;
		left: 5%;
		width: 150px;
	}

	.icons img {
		padding: 2px;
	}
	
	#galerie-1 img {
	width: 100%;
	padding: 10px;
	float: left;
	height: auto;
	object-fit: cover;

}


}

@media screen and (max-width: 900px) {
	nav ul {
		display: none;
	}
	
	#lp h1{
		width: 90%;
		padding: 20px;
		font-size: 20px;
	}

	.dropbtn {
		background-color: #4d763e;
		color: white;
		padding: 0px;
		font-size: 36px;
		border: none;
		cursor: pointer;
		padding: 5px;
	}

	.dropdown {
		position: fixed;
		top: 3px;
		right: 5%;
		display: inline-block;
		z-index: 99999;
		margin-left: auto;
		margin-right: auto;
	}

	.icons {
		right: 15%
	}

	.dropdown-content {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		text-align: center;
		padding-top: 15vh;
		background-color: rgba(47, 47, 47, 0.9);
		min-width: 160px;
		overflow: auto;
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
		z-index: 1;
	}

	.dropdown-content a {
		color: #fff;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
	}

	.dropdown a:hover {
		background-color: rgba(0, 128, 0, 0.19);
	}

	#ueber-uns .single-item img {
		height: 550px !important;
		width: 100%;
		object-fit: contain;
		object-position: center;
	}

	.show {
		display: block;
	}

	#ueber-uns .col1 {
		display: none;
	}

	#ueber-uns .col2 {

		height: auto;
		width: 100%;
		padding-left: 0px;
	}

	.fleurop {
		position: inherit;
		margin-top: 40px;
	}

	header .col1 {
		display: none;
	}

	header .col2 {
		background: transparent;
		height: 450px;
		padding-top: 0px;
		width: 100%;
	}

	header .slick-slide img {
		width: 100%;
		height: 450px;
	}

	.multiple-items img {
		width: 100%;
		height: 300px;
		object-fit: cover;
		padding: 10px;
	}

	header .col2 .single-item {
		height: 450px;
		width: 100%;
		margin-left: 0px;
		object-fit: cover;
	}

	.dse {
		left: 0;
	}

	#kontakt .col1 {
		width: 100%;
		height: auto;
		padding: 0px;
	}

	#kontakt .col2 {
		padding-left: 0px;
		width: 100%;
		height: auto;
		margin-top: 30px;
	}

	#aktuelles .col1 {
		height: 50px;
		width: 100%;
	}

	#aktuelles .slick-slider {
		display: none;
	}

	#aktuelles .col2 {
		width: 100%;
		padding-left: 10%;
		padding-right: 10%;
		height: auto;
		padding-top: 50px;
	}

	#aktuelles .box {
		margin-top: 50px;
		width: 100%;
		margin-left: 0px;
		padding-left: 10%;
		position: relative;
	}

	#rezensionen {
		padding-top: 100px;
	}
}

@media screen and (max-width: 980px) {
	#rezensionen h2 {
		margin-left: -10%;
	}

	.tab,
	.tab-2,
	.tab-3 {
		width: 100%;
	}

	#lp-content .col1, #impressum .col1 {
		width: 100%;
		padding-right: 0px
	}

	#lp-content .col2, #impressum .col2 {
		width: 100%;
		padding-left: 0px;
		margin-top: 30px;
	}



	.tab button,
	.tab-2 button,
	.tab-3 button {
		width: 100%;
		text-align: center;
	}

	#galerie img {
		width: 100%;
		padding: 10px;
		float: left;
		object-fit: cover;
		height: 400px;

	}
}


@media screen and (max-width: 480px) {
	.rating {
		width: 90%;
		margin-left: 5%;
	}

	.tab button {
		width: 100%;
		text-align: center;
	}
	
	#lp h1{
		width: 90%;
		padding: 20px;
	}

	.rating {
		width: 90%;
		margin-left: 5%;
		margin-top: -120px;
		text-align: center;
	}

	#rezensionen h2 {
		margin-left: -30%;
	}

	.logo {
		position: fixed;
		top: 20px;
		z-index: 2;
		left: 5%;
		width: 120px;
	}

	.icons img {
		padding: 0px;
		width: 20px;
	}

	.icons {

		right: 20%;
	}
}
