/* @override 
	https://www.kloepferkeller.at/templates/kloepferkeller/css/editor.css?* */



img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}


p {
	margin: 0;
	padding: 0px 0px 15px;
}

a img {
	border-width: 0px!important;
	border-style: none;
}
h2 a {
	text-decoration: none;
}

.bild-links, .bild-rechts {
	font-size: 11px;
	line-height: 120%;
	width: auto;
	width: 45%;
}
.bild-links {
	clear: both;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
.bild-rechts {
	clear: both;
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
}
ol, ul {
	margin: 0;
	padding: 0px 0px 20px 25px;
}


.clear {
	clear: both;
}
.spalten {
	display: grid;
	padding: 20px;
	width: 100%;
	column-gap: 3em;
	row-gap: 3em;
}
.spalte .abstand {

}
.spalten.zweispaltig {

}
.spalten.zweispaltig {
	grid-template-columns: 1fr 1fr;
}
.spalten.dreispaltig {
	grid-template-columns: 1fr 1fr 1fr;
}
.box:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


.bildbox .text {
	width: 100%;
	padding: 20px 30px 0 20px;
}
.box.reverse .text {
	padding: 20px 20px 0 30px;
}
.bildbox .bild {
	width: 100%;
	display: grid;

}
.bildbox .bild p {
	margin: 0;
	padding: 0;
	position: relative;
}


.box.textbox {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.box.textbox .text {

	width: 100%;
}
.box.textbox .text h3 {
	text-align: center;
}

.gruen {
	background: rgb(240, 244, 233);
}
.subheading {
	margin-top: -20px;
}
.boxraster {
	padding-bottom: 10px;
	padding-top: 20px;
	margin-left: -10px;
	margin-right: -10px;
}
.boxraster, .boxraster .element {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.boxraster .element {
	width: 25%;
	text-align: center;
}
.boxraster .element .abstand {
	background-color: #d5dfbb;
	color: #566919;
	width: 100%;
	margin: 10px;
	padding: 15px;
	display: flex;
	align-items: center;
	border-radius: 5px;
}

p.galerielink {
	text-align: center;
	margin-top: 90px;
	margin-bottom: 90px;
	padding-bottom: 0;
	font-weight: bold;
	padding-top: 0;
}
.bildbox .text p.galerielink {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0;
	font-weight: bold;
	padding-top: 0;
}

p.galerielink a {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #91a846;
	text-decoration: none!important;
	background-color: #eff4e8;
}
p.galerielink a:hover {
	background-color: #fff;
}
.gruen p.galerielink a {
	background-color: #fff;
}
.gruen p.galerielink a:hover {
	background-color: #eff4e8;
}
#kontakt .bildbox .element h4 {
	padding-top: 30px;
}
#kontakt .bildbox .text {
	width: 50%;
	padding-top: 70px;
}
#kontakt .bildbox .text p{
	padding-left: 40px;
}
#kontakt .bildbox .bild {
	width: 50%;
	text-align: center;
}
.linkbox {
	display: flex;
	padding: 50px 0 30px;
	justify-content: space-evenly;
}
.linkbox a {
	border: 1px solid #90a845;
	padding: 20px 35px;
	background-color: #fff;
	font-weight: bold;
	text-decoration: none!important;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}
.linkbox a:hover {
	background-color: #eff4e8;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.preise {
	padding-bottom: 30px;
}
table.zimmerpreise {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #eff4e8;
	border: 2px solid #a7bb6f;
	margin-bottom: 10px;
	min-width: 570px;
}
table.zimmerpreise>tbody>tr>td {
	padding: 6px 12px;
	vertical-align: center;
}
.scrollbox {
	overflow-x:auto;
}

@media (max-width: 990px) {  

	.bildbox .text, .box.reverse .text  {
		padding: 30px 10px 20px;
	}
	.box .text, .box .bild, #kontakt .bildbox .text, #kontakt .bildbox .bild {
		width: 100%;
	}
	
	#kontakt .bildbox .text {
		padding-top: 0;
	}

	#kontakt .bildbox .bild {
		text-align: left;
	}

}
@media (max-width: 767px) { 
	.bild-links, .bild-rechts {
		float: none;
		display: block;
		padding: 0;
		margin: 0;
		text-align: center;
		padding-bottom: 15px;
		width: 100%;
	}
	.spalten {
		display: block;
	}
	.spalten .spalte {
		padding-right: 10px;
		padding-left: 10px;
	}
	.spalten.zweispaltig .spalte {
		width: 100%;
	}
	.bildbox {
		margin-right: 0px;
		margin-left: 0px;
	}
	.box.textbox .text {
		padding-right: 0px;
		padding-left: 0px;
		width: auto;
	}
	.box.textbox .text h3 {
		margin-left: 0px;
	}
	.linkbox {
		flex-wrap: wrap;
	}

}
@media (max-width: 500px) { 
	.boxraster .element {
		width: 100%; }
}

.buchung iframe {
	width: 100%;
	height: 1000px;
	border: 2px solid #c4d09d;
}

