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

body.mceContentBody {
	overflow: auto;
	background-color: #FFFFFF;
}
/* Overall */
.content {
	font: 1.125em/170% Arial, Helvetica, sans-serif;
	color: #3F3F51;
}
.content a {
	color: #93A51D;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.content a:hover {
	text-decoration:none;
}
.content *:focus {
	outline: #CB2976 dashed 1px;
}
.content img
{
	 -webkit-transition: all 1.5s ease; /* Safari and Chrome */
    -moz-transition: all 1.5s ease; /* Firefox */
    -ms-transition: all 1.5s ease; /* IE 9 */
    -o-transition: all 1.5s ease; /* Opera */
    transition: all 1.5s ease;
}
.content img:hover
{
	-webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
}
.content ul {
	list-style: none;
	display: table;
	margin:0 0 30px 0;
	padding:0 0 0 20px;
	position: relative;
	text-align:left;
}
.content ul li:before {
	font-family: 'FontAwesome';
	content: '\f101';
	margin: 0 20px 0 0;
	position: absolute;
	left: 0;
}
.art_element.center {
	text-align: center;
}
.icons span,
.content span.fa
{
	font: 1.125em/170% Arial, Helvetica, sans-serif;
	padding: 20px;
		-webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
	float:none;
}
.content .icons span.fa
{
	float:none;
}
.icons span:hover,
.content span.fa:hover
{
	color:#8D1D52;
}
.icons span:before,
.content span.fa:before
{
	font-size: 30px;
	font-family:FontAwesome;
	width:100%;
	float:left;
	padding-bottom: 10px;
	-webkit-transition: font-size 1s ease;
    -moz-transition: font-size 1s ease;
    -o-transition: font-size 1s ease;
    transition: font-size 1s ease;
}
.icons span:hover:before,
.content span.fa:hover:before
{
	
}
.content span.fa
{
	float:left;
}
.art_element.art_texti .art_headline {
	width: 50.1%;
	padding-top: 50px;
	text-align:center;
	padding-left: 3%;
	padding-right: 3%;
	box-sizing: border-box;
}
.art_element.art_texti.img_left .art_headline, .art_element.art_texti.img_left .text {
	float:right;
}
.art_element.art_texti .text {
	padding-left: 3%;
	padding-right: 3%;
	box-sizing: border-box;
	text-align:center;
	padding-bottom: 50px;
	width:50%;
	overflow: hidden;
}
.art_element.art_texti .dv_image_right.dv_dual, .art_element.art_texti .dv_image_left.dv_dual, .art_element.art_texti .dv_image_right, .art_element.art_texti .dv_image_left {
	width:50%;
	overflow: hidden;
	padding:0;
}
.art_element.art_texti .dv_image_right img, .art_element.art_texti .dv_image_left img {
	position:absolute;
	bottom:0;
	width:auto;
	height:100%;
}
.art_element.art_texti .dv_image_right .img1 {
	width:50%;
	right:0;
	height:100%;
	overflow: hidden;
	position:absolute;
	top:0;
}
.art_element.art_texti .dv_image_left .img1 {
	width:50%;
	left:0;
	height:100%;
	overflow: hidden;
	position:absolute;
	top:0;
}
.art_element.art_texti .dv_image_right.dv_dual .img1, .art_element.art_texti .dv_image_left.dv_dual .img1, .art_element.art_texti .dv_image_right.dv_dual .img2, .art_element.art_texti .dv_image_left.dv_dual .img2 {
	float:right;
	width:25%;
	position:absolute;
	bottom:0;
	height:100%;
	overflow: hidden;
	right:25%;
}
.art_element.art_texti .dv_image_left.dv_dual .img2 {
	left:25%;
}
.art_element.art_texti .dv_image_right.dv_dual .img1 {
	right:0;
}
.art_element.art_texti .dv_image_left.dv_dual img, .art_element.art_texti .dv_image_right.dv_dual img {
	width:auto;
	height:100%;
}
.art_element.art_imageline .art_image img {
	margin-bottom: -12px;
	margin-top: -5px;
	height: auto; /* MOD: IB @ 25.10.2021 */
}
.linkbutton {
	position: absolute;
	z-index: 10;
	text-align: center;
	width: 50%;
	box-sizing: border-box;
	left:0;
	top: calc(50% - 79px);
}
.linkbutton span {
	background: rgba(143, 29, 84, 0.9);
	color: #fff;
	margin: 0 auto;
	border: 1px solid #fff;
	text-align: center;
	padding: 40px 30px;
	box-sizing: border-box;
	font: 600 1.8em/120% 'Josefin Sans', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	display:table;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	word-break: break-word;
}
.linkbutton a {
	text-decoration:none;
	width: 400px;
	float: left;
	margin-left: calc(50% - 200px);
}
.linkbutton span:hover {
	background: rgba(203, 41, 118, 0.7);
}
.art_element.art_texti.img_right .linkbutton {
	right:0;
	left:auto;
}
.art_image .linkbutton {
	width:100%;
}
input.av {
	background: #93A51D;
	color: #fff;
	border:none;
	font: bold 18px/120% Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding: 20px 30px;
}
.art_table table {
	margin:0;
	padding:0;
	border:0px solid;
	border-collapse:collapse;
	text-align:center;
	font-size:1em;
}
.art_table table thead th {
	padding:15px 30px;
	background:#93A51D;
	color:#fff;
	border:2px solid #fff;
	font-weight:normal;
}
.art_table table thead th strong
{
	font-weight:bold;
	font-size:1.1em;
}
.art_table table th:first-child {
	text-align:left;
}
.art_table table tbody td,
.art_table table tbody th {
	padding:10px 20px;
	border:2px solid #fff;
	font-weight:normal;
}
.art_table table tbody tr:nth-child(odd)
{
	background: #FCFCFC;
}
.art_table table tbody tr:nth-child(even)
{
	background: #EFEFF1;
}
.art_table table tbody tr td:first-child {
	text-align:left;
}
.art_table span.price {
	font-size:22px;
}
.art_element.art_gallery .art_inner .galc a.iv
{
	float:left;
	width:25%;
	overflow:hidden;
}
.art_element.art_gallery .art_inner .galc a.iv img.galimg
{
	width:100%;
	height:auto;
}
.content .wetter_c p.wetter_title
{
	font: 700 1.8em/120% 'Josefin Sans', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 25px;
	color: #8D1D52;
}
.content .wetter_c .wetter_desc
{
	padding: 40px 0;
}
@media (max-width: 1400px) {
 .art_element.art_texti .dv_image_right.dv_dual {
 width: 50%;
 position: absolute;
 top: 0;
 right: 0;
 height: 100%;
}
 .art_element.art_texti .dv_image_left.dv_dual {
 width: 50%;
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
}
 .art_element.art_texti .dv_image_right.dv_dual .img1,  .art_element.art_texti .dv_image_left.dv_dual .img1 {
 width: 100%;
 top: 0;
 height: 50%;
}
 .art_element.art_texti .dv_image_right.dv_dual .img2,  .art_element.art_texti .dv_image_left.dv_dual .img2 {
 width: 100%;
 bottom: 0;
 height: 50%;
 overflow:hidden;
 right:0;
}
 .art_element.art_texti .dv_image_left.dv_dual .img2 {
 left:0;
}
 .art_element.art_texti .dv_image_left.dv_dual img,  .art_element.art_texti .dv_image_right.dv_dual img {
 width: 100%;
 height: auto;
 bottom: auto;
}
}
/* Landinpage Preis */
.preis {
	font-size: 2em;
	color:#8D1D52;
}
/* Headline */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
h1, h3 {
	font: 700 2.375em/120% 'Josefin Sans', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align: center;
	/*background: url(../img/icons/border_h1.svg) no-repeat center bottom / auto 3px;*/
	padding-bottom:40px;
	margin-bottom: 30px;
}
/* MOD: IB @ 25.10.2021 */
.visible h1, .visible h3 {
	background: url(../img/icons/border_h1.svg) no-repeat center bottom / auto 3px;
}
h2 {
	font: 700 2.375em/120% 'Josefin Sans', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align: left;
	margin-bottom: 30px;
}
h4 {
	font: 700 1.8em/120% 'Josefin Sans', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align: left;
	margin-bottom: 25px;
}
.content h4 
{
	color: #8D1D52;
}
h4.coltitle {
	font-size: 1.5em;

}
.content h5
{
	font-size: 1.4em;
	text-align: center;
	color: #8D1D52;
	padding-top: 20px;
}
/* Highlight elements */
.art_element.highlight {
	color: #fff;
	/*background: url(../img/bgs/highlight_bg.svg) no-repeat left 15px bottom 15px #93A51D;*/
	background-color: #93A51D;
	background-position: left 15px bottom 15px;
	background-repeat: no-repeat;
	text-align:left;
}
/* MOD: IB @ 25.10.2021 */
.art_element.highlight.visible {
	background-image: url(../img/bgs/highlight_bg.svg);
}
.content .art_element.highlight a {
	color: #fff;
	text-decoration:underline;
}
.content .art_element.highlight .linkbutton a
{
	text-decoration: none;
}
.content .art_element.highlight a:hover {
	text-decoration:none;
}
.art_element.art_texti.highlight.img_left {
	background-position: left 67% bottom 15px;
}
.art_element.art_texti.highlight .text {
	text-align:left;
}
.art_element.art_group {
	width:100%;
	float:left;
	padding: 60px 0;
}
.art_element.art_group .art_inner {
	width:100%;
	margin: 0 auto;
	float:none;
	max-width:1100px;
}
.art_element.art_gallery {
	padding:0;
}
.art_element.art_group .art_element.art_imageline {
	padding-top: 50px;
	padding-bottom: 50px;
}
/* Buttons */
.art_element.art_button
{
	padding: 30px 0;
}
a.button, .art_element.art_button a, .art_element.art_button button {
	padding: 20px 30px;
	transition: all 500ms;
	-webkit-transition: all 500ms;
	background: #93A51D;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
	font: bold 18px/120% Arial, Helvetica, sans-serif;
}
.art_element.art_button a:hover, .art_element.art_button button:hover {
	background: #C8E833;
}
a.button.pink, .art_element.art_button.pink a, .art_element.art_button.pink button {
	padding: 20px 30px;
	transition: all 500ms;
	-webkit-transition: all 500ms;
	background: #8f1d54;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
	font: bold 18px/120% Arial, Helvetica, sans-serif;
}
.art_element.art_button.pink a:hover, .art_element.art_button.pink button:hover {
	background: #cb2976;
}
.highlight .art_element.art_button a {
	background: #fff;
	color: #93A51D;
	text-decoration: none;
	    text-align: center;
}
.highlight .art_element.art_button button {
	background:#8F1D54;
}
.highlight .art_element.art_button a:hover {
	color: #899E23;
}
.highlight .art_element.art_button button:hover {
	background: #CB2976;
}
.highlight h4
{
	color:#fff;
}
/* Columns */
.column {
	text-align: justify;
}
.art_element.art_cols {
	text-align: justify;
}
h4.coltitle {
	margin-bottom: 10px;
}
/* Package slider */
.art_element.art_group.pkgslider .pkg_c .pkg_inner > .art_element {
	padding-left: 5px;
	padding-right: 5px;
}
#maprahmen {
	border: none;
	width: 100%;
}
#karte {
	width: 100%;
	height: 450px;
}
#input-hintergrund {
	padding: 10px;
	background:#93A51D;
	float:left;
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#input-hintergrund form
{
	width: 100%;
    max-width: 565px;
    margin: 0 auto;
}
#inputaddress {
	background: #fff;
	border: 0 none;
	float: left;
	height: 34px;
	margin: 0;
	padding: 5px;
	width: 285px;
	font: 1em/170% Arial, Helvetica, sans-serif;
	color: #3F3F51;
	float:left;
}
.mapposition {
	color: #000;
	font-size: 12px;
}
.marker {
	width:200px;
	height:100px;
	text-align:left;
}
#input-hintergrund input[type="submit"] {
	background: #fff;
    color: #93A51D;
	text-transform: uppercase;
    font: bold 18px/120% Arial, Helvetica, sans-serif;
	border: none;
	padding: 12px 25px;
	margin-left:5px;
	float:left;
}
.adp, .adp table,
.adp-summary,
.adp-directions
{
	max-width: 1200px;
    margin: 0 auto;
}
.art_element.art_packages .art_pack_image
{
	float:left;
	width: 50%;
	overflow:hidden;
}
/* MOD: IB @ 25.10.2021 */
.art_element.art_packages .art_pack_image img {
	height: auto;
}
.art_element.art_packages .art_pack_image a,
.art_element.art_packages .art_pack_image a img
{
	float:left;
	width: 100%;
}
.art_element.art_packages .art_pack_desc
{
	float:left;
	width: 50%;
	overflow:hidden;
	box-sizing: border-box;
    padding-left: 35px;
}

@media only screen and (max-width: 970px) {
	
.art_element.art_packages .art_pack_image
{
	width:100%;
}
.art_element.art_packages .art_pack_desc
{
	width:100%;
	padding-left:0;
	padding-top: 15px;
}
 .art_element.art_texti .art_headline {
 width:100%;
}
 .art_element.art_texti .dv_image_right.dv_dual,
 .art_element.art_texti .dv_image_left.dv_dual {
 position:relative;
 width:100%;
 float:left;
}
 .art_element.art_texti .text {
 width:100%;
 padding-bottom: 20px;
}
/* MOD: IB @ 25.10.2021 */
/*.art_element.art_texti div img {
	height: auto; 
}*/
.art_element.art_texti .dv_image_right.dv_dual .img1,  
.art_element.art_texti .dv_image_left.dv_dual .img1,  
.art_element.art_texti .dv_image_right.dv_dual .img2,  
.art_element.art_texti .dv_image_left.dv_dual .img2 {
 float:right;
 width:50%;
 position:relative;
 height:auto;
}
.art_element.art_texti .dv_image_right img,  
.art_element.art_texti .dv_image_left img {
 position:relative;
}
 .linkbutton {
 width: 100%;
 position:relative;
 margin: 40px 0;
 float:left;
 box-sizing: border-box;
 padding: 0 10px;
}
 .linkbutton a {
 float: none;
 margin: 0;
}
 .linkbutton span {
 text-transform: uppercase;
 font: bold 18px/120% Arial, Helvetica, sans-serif;
 padding: 20px 30px;
 background: rgba(143, 29, 84, 1);
}
 .linkbutton span:hover {
 background: rgba(203, 41, 118, 1);
}
 .highlight .linkbutton span {
 background: #fff;
 color: #93A51D;
}
 .highlight .linkbutton span:hover {
 color:#899E23;
}
 .art_element.art_texti .dv_image_left,  .art_element.art_texti .dv_image_right {
 width:100%;
}
 .art_element.art_texti .dv_image_left .img1,  .art_element.art_texti .dv_image_right .img1,  .art_element.art_texti .dv_image_right img,  .art_element.art_texti .dv_image_left img {
 position:relative;
 float:left;
 width: 100%;
 height: auto;
}
 .art_element.highlight {
 padding-bottom:0;
}
 .art_image.cols_twelve .linkbutton {
 position:absolute;
 top: calc(50% - 61px);
}
 .art_element.art_texti.highlight.img_left {
 background-position: left 1% bottom 63%;
}
h4.coltitle
{
	margin-top: 20px;
}
}
@media (max-width: 650px) {
 .content {
 font-size:1em;
}
 h1, h2, h3 {
 font-size: 1.7em;
 padding-bottom: 20px;
 margin-bottom: 15px;
}
 .art_element.art_texti .dv_image_right.dv_dual .img1,  .art_element.art_texti .dv_image_left.dv_dual .img1,  .art_element.art_texti .dv_image_right.dv_dual .img2,  .art_element.art_texti .dv_image_left.dv_dual .img2,  .art_element.art_texti .dv_image_left.dv_dual img,  .art_element.art_texti .dv_image_right.dv_dual img {
 width: 100%;
 height: auto;
}
 .art_image.cols_twelve .linkbutton {
 position:relative;
}
 .linkbutton span {
 border:none;
}
.trtitle
{
	color:#fff;
	background: #B1C929;
}
.art_element.art_gallery .art_inner .galc a.iv
{
	float:none;
	width:auto;
	overflow:auto;
}
.art_element.art_group.pkgslider .pkg_c.pkgfull
{
	    padding: 0 37px 0 37px;
}
}
@media (max-width: 600px) {
	
	#inputaddress,
	#input-hintergrund input[type="submit"]
	{
		box-sizing: border-box;
		width:100%;
		margin-left:0;
		margin-bottom: 5px;
	}
	
}
