.hero-abs-block {
	background: none;
}
.hero-img {
	filter: blur(6px);
}
.section-para {
	font-size: 1.6rem;
	font-weight: 400;
}
.hero-h2 {
	font-family: "Praise", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 14vw;
	color: #000;
	text-shadow: #fff 2px 2px 0px, #fff -2px -2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px;
	white-space: nowrap;
}
.section-list-item {
	font-size: 1.7em;
}
h2.hero-h2 span {
	color: ;
	color: #05a6bf;
}
.hero-h3 {
	font-size: 5vw;
	margin-top: -20px;
}

.willkommen-section {
	background: url(../images/flowers_edit.webp?v=2);
	background-size: cover;
	background-position: bottom right;
	width: 100%;
	height: 100%;
	color: #000;
	background-color: #423c36;
	border-bottom: 1px solid rgba(23, 171, 199, .6);
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 6rem 4rem;
	display: flex;
	position: relative;
		padding: 6rem 0rem;
		background-position-x: 60%;
}

.willkommen-section .section-div {
	padding-left: 9%;
	padding-right: 9%;
	text-align: left;
}

.grid-item { width: 20%; }
.maps-klein {
	width: 100%;
	height: 400px;
	background: url(../images/map.gif) center center no-repeat;
	position: relative;
	margin-bottom: 0;
}

.maps-klein .address {
	position: absolute;
	left: 10px;
	top: 10px;
	background-color: #fff;
	box-shadow: 1px 1px 0px #bdbdbd;
	border-radius: 3px;
	color: #444;
	padding: 12px 40px 12px 20px;
}
.maps-klein .external {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color: #fff;
	box-shadow: 1px 1px 0px #bdbdbd;
	border-radius: 3px;
	color: #444;
	padding: 5px 20px 5px 20px;
}

._4-col-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #5a5958;
  border-bottom: 1px solid #5a5958;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
#flowerpot {
	position: absolute;
	z-index: 10;
	right: 0;
	width: 30.8vw;
	height: auto;
	bottom: 2.7vw;
}
.team-block .image_2 {
	width: 100%;
	filter: none;
	object-fit: cover;
	border-radius: 6px;
}
.team-block .image_1, .team-block .image_2 {
	height: 200px;
}

.team-section {
	background-image: url(../images/team_bg.jpg?v=2);
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	color: #fff;
	border-bottom: 1px solid rgba(23, 171, 199, .6);
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2rem 0rem;
	padding-bottom: 40vw;
	display: flex;
	position: relative;
}

.team-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-gap: 20px;
	width: 100%;
}
.team-grid > div:nth-child(1) {
	grid-row-start: 1;
	grid-row-end: 2;
	grid-column-start: 1;
	grid-column-end: 2;
}
.team-grid > div:nth-child(2) {
	grid-row-start: 1;
	grid-row-end: 2;
	grid-column-start: 2;
	grid-column-end: 3;
}
.team-grid > div:nth-child(3) {
	grid-row-start: 2;
	grid-row-end: 3;
	grid-column-start: 1;
	grid-column-end: 2;
}
.team-grid > div:nth-child(4) {
	grid-row-start: 2;
	grid-row-end: 3;
	grid-column-start: 2;
	grid-column-end: 3;
}

.team-block {
	background-color: unset;
	box-shadow: none;
}

.contact-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 3fr repeat(4,1fr);
	grid-gap: 0px 10px;
	width: 100%;
	padding: 0px 30px 20px;
}
.contact-grid > div:not(.openings) {
	height: 60px;
}
.contact-grid > div:nth-of-type(1) {
	grid-row-start: 1;
	grid-row-end: 2;
	grid-column-start: 1;
	grid-column-end: 2;
}
.contact-grid > div:nth-of-type(2) {
	grid-row-start: 2;
	grid-row-end: 3;
	grid-column-start: 1;
	grid-column-end: 2;
}
.contact-grid > div:nth-of-type(3) {
	grid-row-start: 3;
	grid-row-end: 4;
	grid-column-start: 1;
	grid-column-end: 2;
}
.contact-grid > div:nth-of-type(4) {
	grid-row-start: 4;
	grid-row-end: 5;
	grid-column-start: 1;
	grid-column-end: 2;
}
.contact-grid > div:nth-of-type(5) {
	grid-row-start: 5;
	grid-row-end: 6;
	grid-column-start: 1;
	grid-column-end: 2;
	text-align: left;
}
.social-block {
	justify-content: start;
}
.social-link {
	z-index: 2;
	width: 53px;
	height: 53px;
	border: #fff 2px solid;
}

.openings {
	margin-bottom: 0;
}

.bild-section {
	padding: 5rem 1rem 4rem;
	background-image: url(../images/marble_bg_1200.gif?v=4);
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
}
.review-section {
	padding: 5rem 4rem;
}

/*.review-grid {
	background-image: url("../images/reviews_sc_full.jpg");
	background-size: 90vw auto;
	background-position: center center;
	width: 100%;
	height: 560px;
	background-repeat: no-repeat;
}*/

.hide {
	display:none;
}
.hide.show-phone {
	display:block;
}

/* ### GALLERY SECTION ### */
#galerie > .flex-block {
	width: 210px;
	margin: auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.packthis {
	left: 0;
	right: 0;
	margin: auto;
	width: 80vw;
}

#galerie .pk_graphic {
	width:48%;
	border-radius: 5px;
	box-shadow: 1px 3px 6px #69859f;
}
.instaButton {
	padding: 1rem;
	position: absolute;
	bottom: 110px;
	left: 0;
	right: 0;
	background-image: linear-gradient(90deg, #fdfbfb 0%, #f2fbff 100%);
	width: 80%;
	box-shadow: 0px 1px 2px #999;
	border-radius: 5px;
	text-align: center;
	margin: auto;
	cursor: pointer;
	border: #fff 1px solid;
}
.gradientOverlay {
	width: 110%;
	height: 400px;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%);
	position: absolute;
	bottom: 0px;
	margin-left: -4.6vw;
}

/* ### KONTAKT SECTION ### */
.link-flex-block {
	background-color: unset;
}
.section-list-item.flex-hovernein {
	color: #000;
	border-bottom-color: unset;
	justify-content: space-between;
	align-items: center;
	display: flex;
}
.link-black {
	color: #000;
	text-align: center;
	text-decoration: none;
}
.icon-block {
	color: #fff;
	background-color: #000;
}


@media (min-width:427px) {
	.maps-klein .external {
		right: 10px;
		top: 10px;
		bottom: unset;
		left: unset;
	}
	.instaButton {
		width: 60%;
	}
}
@media (min-width:578px) {
	.instaButton {
		width: 50%;
	}
	#galerie .pk_graphic {
		width:31%;
		border-radius: 5px;
		box-shadow: 1px 3px 6px #69859f;
	}
	.hide.show-phone {
		display:none;
	}
	.hide.show-tablet {
		display:block;
	}
	.willkommen-section .section-div {
		padding-left: 9%;
		padding-right: 34%;
		text-align: left;
	}
	.willkommen-section {
		padding: 6rem 0rem;
		background-position-x: 60%;
	}
	.team-section {
		background-image: url(../images/team_bg_576.jpg?v=2);
		background-size: contain;
		background-position: bottom right;
		padding: 2rem 0rem;
	}
	.team-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: repeat(3, 1fr);
		grid-gap: 20px;
		width: 100%;
	}
	.team-grid > div:nth-child(1) {
		grid-row-start: 1;
		grid-row-end: 2;
		grid-column-start: 2;
		grid-column-end: 3;
	}
	.team-grid > div:nth-child(2) {
		grid-row-start: 1;
		grid-row-end: 2;
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.team-grid > div:nth-child(3) {
		grid-row-start: 2;
		grid-row-end: 3;
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.team-grid > div:nth-child(4) {
		grid-row-start: 3;
		grid-row-end: 4;
		grid-column-start: 1;
		grid-column-end: 2;
	}

	.bild-section {
		padding: 5rem 6rem 4rem;
	}
	.contact-grid > div {
		height: auto;
	}
	.contact-grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 2fr repeat(4,1fr);
		grid-gap: 0px 10px;
		width: 100%;
		padding: 0px 30px 20px;
	}
	.contact-grid > div:nth-of-type(1) {
		grid-row-start: 1;
		grid-row-end: 2;
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.contact-grid > div:nth-of-type(2) {
		grid-row-start: 2;
		grid-row-end: 3;
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.contact-grid > div:nth-of-type(3) {
		grid-row-start: 3;
		grid-row-end: 4;
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.contact-grid > div:nth-of-type(4) {
		grid-row-start: 4;
		grid-row-end: 5;
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.contact-grid > div:nth-of-type(5) {
		grid-row-start: 5;
		grid-row-end: 6;
		grid-column-start: 1;
		grid-column-end: 2;
		text-align: left;
	}
}

@media (min-width:768px) {
	.instaButton {
		width: 40%;
	}
	#galerie .pk_graphic {
		width:23%;
		border-radius: 5px;
		box-shadow: 1px 3px 6px #69859f;
	}
	.willkommen-section {
		background-image: url(../images/flowers_1920.webp);
		background-position: bottom center;
		padding: 6rem 4rem;
	}
	.team-section {
		background-image: url(../images/team_bg_768.jpg?v=2);
		background-size: cover;
		background-position: bottom right;
	}
	.contact-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 2fr 1fr 1fr;
		grid-gap: 0px 10px;
		width: 100%;
		padding: 0px 50px 20px;
	}
	.contact-grid > div:nth-of-type(1) {
		grid-row-start: 1;
		grid-row-end: 2;
		grid-column-start: 1;
		grid-column-end: 3;
	}
	.contact-grid > div:nth-of-type(2) {
		grid-row-start: 2;
		grid-row-end: 3;
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.contact-grid > div:nth-of-type(3) {
		grid-row-start: 2;
		grid-row-end: 3;
		grid-column-start: 2;
		grid-column-end: 3;
	}
	.contact-grid > div:nth-of-type(4) {
		grid-row-start: 3;
		grid-row-end: 4;
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.contact-grid > div:nth-of-type(5) {
		grid-row-start: 3;
		grid-row-end: 4;
		grid-column-start: 2;
		grid-column-end: 3;
		text-align: left;
	}
}
@media (min-width:992px) {
	.section-list-item {
		font-size: 1.4em;
	}
	.instaButton {
		width: 30%;
	}
	.hide.show-tablet {
		display:none;
	}
	.hide.show-desktop {
		display:block;
	}
}
@media (min-width:1140px) {
	#galerie .pk_graphic {
		width:18.7%;
		border-radius: 5px;
		box-shadow: 1px 3px 6px #69859f;
	}
	
	#flowerpot {
		position: absolute;
		z-index: 10;
		right: 0;
		width: 423px;
		height: auto;
		bottom: 36px;
	}
	
	.team-section {
		background-image: url(../images/team_bg_1200.jpg?v=2);
		background-size: cover;
		background-position: center;
		width: 100%;
		height: 100%;
		color: #fff;
		border-bottom: 1px solid rgba(23, 171, 199, .6);
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 2rem 0rem;
		display: flex;
		position: relative;
	}
	.team-block .image_1, .team-block .image_2 {
		height: 300px;
	}
	.team-grid {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		grid-gap: 20px;
		width: 100%;
	}
	.team-grid > div:nth-child(1) {
		grid-row-start: 1;
		grid-row-end: 2;
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.team-grid > div:nth-child(2) {
		grid-row-start: 1;
		grid-row-end: 2;
		grid-column-start: 3;
		grid-column-end: 4;
	}
	.team-grid > div:nth-child(3) {
		grid-row-start: 2;
		grid-row-end: 3;
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.team-grid > div:nth-child(4) {
		grid-row-start: 2;
		grid-row-end: 3;
		grid-column-start: 3;
		grid-column-end: 4;
	}

	.contact-grid {
		display: grid;
		grid-template-columns: 5fr repeat(8, 1fr);
		grid-template-rows: 1fr 1fr;
		grid-gap: 0px 10px;
		width: 100%;
		padding: 0px 50px 20px;
	}

	.contact-grid > div:nth-of-type(1){
		grid-row-start: 1;
		grid-row-end: 3;
		grid-column-start: 1;
		grid-column-end: 2;
	}

	.contact-grid > div:nth-of-type(2){
		grid-row-start: 1;
		grid-row-end: 2;
		grid-column-start: 2;
		grid-column-end: 7;
	}
	.contact-grid > div:nth-of-type(3){
		grid-row-start: 1;
		grid-row-end: 2;
		grid-column-start: 7;
		grid-column-end: 10;
	}
	.contact-grid > div:nth-of-type(4){
		grid-row-start: 2;
		grid-row-end: 3;
		grid-column-start: 2;
		grid-column-end: 7;
	}
	.contact-grid > div:nth-of-type(5){
		grid-row-start: 2;
		grid-row-end: 3;
		grid-column-start: 7;
		grid-column-end: 10;
		text-align: left;
	}
}

@media (min-width:1221px) {
	#flowerpot {
		position: absolute;
		z-index: 10;
		right: 0;
		width: 423px;
		height: auto;
		bottom: 36px;
	}
}

@media (min-width:1272px) {
	
	#flowerpot {
		position: absolute;
		z-index: 10;
		right: 0;
		width: 30.8vw;
		height: auto;
		bottom: 2.7vw;
	}
}
@media (min-width:1400px) {
	.team-grid {
		grid-template-columns: 2fr 3fr 2fr;
	}
}

@media (min-width:1964px) {
	.maps-klein {
		background-size: cover;
	}
}