/*
 *	Button styling for Xaver Schmid (all devices)
 */
.btn {
	border: 5px solid var(--primary-color) !important;
    border-radius: 25px;
    border-top-left-radius: 0;
}

.bild_abstand_farbig {
	padding: -20px;
	margin-top: -15px;
	margin-bottom: -15px;
	position: absolute;
	right: 0px;
	padding-right: 75px;
}

#contentbuilderarea .mixed-color.mixed-color-teaser .content {
	width: 100%;
}

div.imagezoom {
	width: 300px;
	height: 200px;
	overflow: hidden;
}
div.imagezoom img {
	width: 100%;
	height: auto;
	/* SCALE */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	/* VERZÖGERUNG */
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

div.imagezoom img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

#contentbuilderarea .mixed-color.mixed-color-teaser .content {
	height: 160px !important;
}

.content h3 a {
	color: #fff;
}

#contentbuilderarea .textbox-twocol a.btn.btn-primary.btn-negative {
    margin: 35px 0px !important;
}

h3 a {
	color: #fff;
}

h3 a:hover {
	color: #fff;
}

#contentbuilderarea .news-box a.btn.btn-primary.btn-negative {
	border-color: var(--primary-color) !important;
	background-color: #fff !important;
	color: var(--primary-color) !important;
}

#contentbuilderarea .news-box a.btn.btn-primary.btn-negative:hover {
	border-color: var(--primary-color) !important;
	background-color: var(--primary-color) !important;
	color: #fff !important;
}

#contentbuilderarea .textbox-twocol a.btn.btn-primary.btn-negative {
	border-color: #fff !important;
	background-color: #fff !important;
	color: var(--primary-color) !important;
}

#contentbuilderarea .textbox-twocol a.btn.btn-primary.btn-negative:hover {
	border-color: #fff !important;
	background-color: var(--primary-color) !important;
	color: #fff !important;
}

#contentbuilderarea .btn-primary {
	color: #fff;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

#contentbuilderarea .btn-primary:hover {
	color: var(--primary-color) !important;
	background-color: transparent !important;
	border-color: var(--primary-color) !important;
}

#contentbuilderarea .btn-negative {
	border-color: var(--primary-color) !important;
	background-color: transparent !important;
	color: var(--primary-color) !important;
}

#contentbuilderarea .btn-negative:hover {
	border-color: var(--primary-color) !important;
	color: #fff !important;
	background-color: var(--primary-color) !important;
}

:root {
	--main-navigation-font-size: 14px !important;
}

.carousel .carousel-item {
	min-height: 325;
}

#contentbuilderarea .mixed-color .teaser h3 {
	text-transform: none !important;
}

#contentbuilderarea a.btn.btn-primary.btn-negative.hell {
	border-color: #fff !important;
	background-color: var(--primary-color) !important;
	color: #fff !important;
	margin: 0 auto;
	min-width: var(--default-button-width);
	display: block;
	width: var(--default-button-width);
	transition: all 0.3s ease-out;
	margin-bottom: 100px;
}

#contentbuilderarea a.btn.btn-primary.btn-negative.hell:hover {
	border-color: var(--primary-color) !important;
	background-color: #fff !important;
	color: var(--primary-color) !important;
	margin: 0 auto;
	min-width: var(--default-button-width);
	display: block;
	width: var(--default-button-width);
	transition: all 0.3s ease-out;
	margin-bottom: 100px;
}

#contentbuilderarea .mixed-color .content {
	height: 160px;
}


@media (max-width: 979px)  {

	.carousel .carousel-indicators {
	display: none;
	}
}

@media (min-width: 980px)  {

	.vcenter {
		padding-left: 0px !important;
	}

	.carousel .carousel-item {
	min-height: 85vh !important;
	}
.banner {
height: 600px !important;
}
}


.fa-arrow-up::before {
	color: #ccc !important;
}

#to-top {
	border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}


div.imagezoom {
	width: 300px;
	height: 200px;
	overflow: hidden;
}
div.imagezoom img {
	width: 100%;
	height: auto;
	/* SCALE */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	/* VERZÖGERUNG */
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
div.imagezoom img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}


/*
 * Effects for Xaver Schmid (Desktop only)
 */

.carousel .carousel-indicators {
	bottom: 25px;
}

.carousel .carousel-indicators li {
	width: 40px;
	height: 8px;
	border-radius: 25px;
	border-top-left-radius: 0;
	border:0;
	background-color: #fff;
}

.carousel .carousel-indicators li.active {
	width: 40px;
	height: 8px;
	border-radius: 25px;
	border-top-left-radius: 0;
	border:0;
	 background-color: var(--primary-color);
}


.carousel .btn  {
	display:none;
}

@media (min-width: 1200px)  {
	
	.cb-snippet-wrapper {
		position: relative;
	}

	#carousel-wrapper {
		margin-bottom: 120px;
	}
	.carousel-inner {
		overflow: visible;
	}

	.carousel .caption {
		bottom: 160px;
		width: 550px;
	}

	.carousel .btn  {
		display: block;
		position: absolute;
		bottom: 65px;
		padding: 5px 45px;
		min-width: unset;
		width: auto;
	}

	.carousel .heading {
		border-bottom-right-radius: 90px;
		border-top-left-radius: 90px;
		padding: 90px 0 20px 70px;
	}

	.carousel .heading .h1 {
		font-size: 36px;
		padding-left: 24px;
	}

	.carousel .heading p {
		font-size: 24px;
		padding-left: 24px;
	}

	.carousel .heading::after {
		content: "";
		border: 20px solid rgb(242 227 61 / 40%);
		width: 525px;
		height: 210px;
		position: absolute;
		top: 30px;
		left: 30px;
		border-bottom-right-radius: 90px;
		border-top-left-radius: 90px;
	}
	.carousel .heading::before {
		content: "";
		border: 20px solid rgb(242 227 61 / 40%);
		width: 525px;
		height: 210px;
		position: absolute;
		top: 30px;
		left: 30px;
		border-bottom-right-radius: 90px;
		border-top-left-radius: 90px;
	}
	

	
	
	
	/*
	 * Effect 1: Effect-Top-1
	 */
	.cb-snippet-wrapper.cb-effect-top-1 {
		margin-top: var(--container-spacing);
	}

	.cb-snippet-wrapper.cb-effect-top-1 .effect-start:after {
		content: "";
		position: absolute;
		top: -15px;
		right: 0;
		background-color: rgb(77 136 59 / 40%);
		width: 30%;
		height: 15px;
		border-top-left-radius: 100px;
	}
	.cb-snippet-wrapper.cb-effect-top-1 .effect-start:before {
		content: "";
		width: 35%;
		height: 50px;
		border: 26px solid rgb(242 227 61 / 40%);
		position: absolute;
		top: -50px;
		right: 0;
		z-index: 9999999;
		border-right: 0;
		border-bottom: 0;
		border-top-left-radius: 95px;
	}
	
	
	
	
	/*
	 * Effect 2: Effect-Bottom-1
	 */
	.cb-snippet-wrapper.cb-effect-bottom-1 .effect-end:after {
		content: "";
		position: absolute;
		bottom: -15px;
		left: 0;
		background-color: rgb(77 136 59 / 40%);
		width: 60%;
		height: 16px;
		border-bottom-right-radius: 100px;
	}
	.cb-snippet-wrapper.cb-effect-bottom-1 .effect-end:before {
		content: "";
		width: 40%;
		height: 50px;
		border: 26px solid #faf4b1;
		position: absolute;
		bottom: -50px;
		left: 0;
		z-index: 9999999;
		border-left: 0;
		border-top: 0;
		border-bottom-right-radius: 95px;
	}
	
	
	
	
	
	/*
	 * Effect 3: Effect-Top-2
	 */
	.cb-snippet-wrapper.cb-effect-top-2 {
		margin-top: var(--container-spacing);
	}
	.cb-snippet-wrapper.cb-effect-top-2 .effect-start:after {
		content: "";
		position: absolute;
		top: -30px;
		right: 0;
		background-color: rgb(77 136 59 / 40%);
		width: 30%;
		height: 30px;
		border-top-left-radius: 100px;
	}
	
	
	/*
	 * Effect 4: Effect-bottom-2
	 */	
	.cb-snippet-wrapper.cb-effect-bottom-2 .effect-end:before {
		content: "";
		width: 45%;
		height: 50px;
		border: 26px solid rgb(242 227 61 / 40%);
		position: absolute;
		bottom: -50px;
		left: 0;
		z-index: 9999999;
		border-left: 0;
		border-top: 0;
		border-bottom-right-radius: 95px;
	}
		
	.cb-snippet-wrapper.cb-effect-bottom-2 .effect-end:after {
		content: "";
		position: absolute;
		bottom: -10px;
		left: 0;
		background-color: rgb(77 136 59 / 40%);
		width: 30%;
		height: 10px;
		border-bottom-right-radius: 100px;
	}

	
	
	/*
	 * Effect 5: Effect-Top-3
	 */
	.cb-snippet-wrapper.cb-effect-top-3 {
		margin-top: var(--container-spacing);
	}

	.cb-snippet-wrapper.cb-effect-top-3 .effect-start:after {
		content: "";
		position: absolute;
		top: -30px;
		right: 0;
		background-color: #b7cfb0;
		width: 45%;
		height: 30px;
		border-top-left-radius: 100px;
	}
	.cb-snippet-wrapper.cb-effect-top-3 .effect-start:before {
		content: "";
		width: 50%;
		height: 10px;
		border: 10px solid #faf4b1;
		position: absolute;
		top: -10px;
		right: 0;
		z-index: 9999999;
		border-right: 0;
		border-bottom: 0;
		border-top-left-radius: 95px;
	}

	
	/*
	 * Effect 6: Effect-bottom-3
	 */	
	.cb-snippet-wrapper.cb-effect-bottom-3 .effect-end:before {
		margin-bottom: 150px;
	}
	.cb-snippet-wrapper.cb-effect-bottom-3 .effect-end:after {
		content: "";
		position: absolute;
		bottom: -50px;
		left: 0;
		background-color: rgb(77 136 59 / 40%);
		width: 70%;
		height: 200px;
		border-bottom-right-radius: 100px;
		z-index: -1;
	}
	.cb-snippet-wrapper.cb-effect-bottom-3 .effect-end:before {
		content: "";
		width: 80%;
		height: 100px;
		border: 25px solid rgb(242 227 61 / 40%);
		position: absolute;
		bottom: -175px;
		left: 0;
		z-index: -1;
		border-left: 0;
		/* border-bottom: 0; */
		border-bottom-right-radius: 100px;
	}
	
	
}





.carousel.fade {
    opacity: 1;
}
.carousel.fade .carousel-item {
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    z-index: 1;
}
.carousel.fade .carousel-item:first-child {
    top: auto;
    position: relative;
}
.carousel.fade .carousel-item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    z-index: 2;
}
.carousel-control {
    z-index: 2;
}

/*----- millera 06.08.2024 / Rahmen Header angepasst -------*/

.border-xs-yellow .h1 {
	color:#fff;
	font-size:36px;
}

.border-xs-yellow p {
	color:#fff;
}

.border-xs-con {
	position:relative;
	float:left;
}

.border-xs-green {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border-radius: 50px !important;
}

.border-xs-yellow {
	position:relative;
	float:left;
}



@media (min-width: 1200px)  {
	
	.border-xs-green {
		background-color:var(--primary-color-light);
		border-top-left-radius:0px;
		border-bottom-right-radius:0px;
	}

	.border-xs-yellow {
		border:0px solid rgb(255 255 255 / 60%);
		border-top-left-radius:0px;
		border-bottom-right-radius:0px;
		/* margin:30px 0px 0px 30px; */
		padding:20px 50px 50px 50px;
		/* width:500px; */
		/* max-width:500px; */
		/* height:260px; */
		/* max-height:260px; */
	}
	
}

@media (max-width: 1199px)  {
	
	.border-xs-con {
		width:100%;
		background-color:var(--primary-color-light);
		padding-left:36px;
		padding-top:10px;
	}	
}





