:root {
	--textbox: 15vw;
}

.container.textbox.full_width {
  --textbox: 0vw; 
}

.container.textbox {
	width: calc(100vw - var(--main-padding) * 2 - var(--textbox) * 2);
	padding-left:calc(var(--main-padding) + var(--textbox));
	padding-right:calc(var(--main-padding) + var(--textbox));
	padding-top:50px;
	padding-bottom: 50px;
}


.textbox .headline {
	color:#ac0000 !important;
	font-size: 25px !important;
}

.container.textbox p {
	padding-top:20px;
}

.container.bookingsection {
	overflow: visible !important;
}


.container.textbox[data-pattern="1"] {
    padding-top:80px;
	padding-bottom: 80px;	
}
.container.textbox[data-overlapping-bottom="1"] {
	padding-bottom: 250px;
}



.textbox h1 {
	text-align: center;
}
.textbox h1 .nemeco-text {
	font-weight: 400;
	font-size: 6vh;
}

.textbox h2 {
	font-size: 4vw;
}

/*
.textbox ul {
    display: flex;
    padding: 0;
    margin: 0;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}

.textbox ul li {
    display: flex;
    justify-content: center; 
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 8px 12px;
    background-color: transparent;
    color: #000;
    list-style: none;
    border-radius: 5px;
	border:1px solid #000;
}
*/

.textbox {
	position: relative;
}

.image_left {
	width: 32vw;
	height: 100%;
	position: absolute;
}
.image_left img {
	width: 100%;
	height: 100%;
	border-top-right-radius: 45%;
	border-bottom-right-radius: 45%;
	object-fit: cover;
	object-position: center center;
}

.hasimage.textbox .container.textbox {
	width: calc(100vw - var(--main-padding) * 2 - var(--textbox) * 1 - 18vw);
	padding-left:calc(var(--main-padding) + var(--textbox) + 10vw);
	padding-right:50px !important;
	padding-top:50px;
	padding-bottom: 50px;
}

.hasimage {
	padding:50px 0;
	margin-bottom: 100px;
}

.spalten {
	column-count: 2;
	column-gap: 40px; 
}

@media only screen and (max-width: 767px) {	
	:root {
		--textbox: 0vw;
	}	
	.image_left {
    width: 90vw;
    height: 100%;
    position: relative !important;
}
	.hasimage {
		display: flex;
        flex-direction: column-reverse;
		margin-bottom: 0;
	}
	.spalten {
	column-count: 1;
}
}


body.postid-684 h3 {
	color:#000;
	font-size: 35px !important;
	line-height: 1.5em !important;
}
body.postid-684 h4 {
	color:#000;
	font-size: 29px !important;
	line-height: 1.5em !important;
}

body.page-id-236 h2 {
	font-size: 38px !important;
	line-height: 1.5em !important;
}

body.page-id-236 h3 {
	font-size: 32px !important;
	line-height: 1.5em !important;
}
body.page-id-433 h3 {
	font-size: 32px !important;
	line-height: 1.5em !important;
}

body.page-id-817 .textbox.spalten {
	background: rgba(var(--color-2), 0.5) !important;
}


