@font-face{
	font-display: swap;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 100;
	src: url('../../assets/fonts/lato/lato-v24-latin-100.woff2') format('woff2');
}
@font-face{
	font-display: swap;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: url('../../assets/fonts/lato/lato-v24-latin-300.woff2') format('woff2');
}
@font-face{
	font-display: swap;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: url('../../assets/fonts/lato/lato-v24-latin-regular.woff2') format('woff2');
}
@font-face{
	font-display: swap;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	src: url('../../assets/fonts/lato/lato-v24-latin-900.woff2') format('woff2');
}



:root{
	--chili-color-bright-background:#f9f4f4;
	--chili-color-dark-background:#575555;
	--chili-color-bright-font:var(--chili-color-bright-background);
	--chili-color-dark-font:var(--chili-color-dark-background);
	
	--chili-color-1:#de1b3f;
	--chili-color-2:#1b9fde;
	--chili-color-3:#871025;
	--chili-color-4:#0f5779;
}
*{
	box-sizing: border-box;
	position: relative;
	background-repeat: no-repeat;
	table-layout: fixed !important;
}

body{
	font-family:'Lato';
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	background-color: var(--chili-color-bright-background) !important;
	color: var(--chili-color-dark-font);
	counter-reset: navItems;
	line-height: 1.5em;
	overflow-x: hidden;
	overflow-y: auto;
}
#toggle_menu {
    display: none;
}

html{
font-size:12px;
scroll-behavior: smooth;
}

.chili-style-1 header {
    width: 100%;
    height: auto;
    z-index: 2;
    background-color: #fff;
	top:0;
}

nav li{
		list-style-type: none;
		line-height: 1.5em;
}
nav ul{
		padding:0;
		margin:0;
	
}
nav li a{
		text-decoration:none;
}
.weiter{
	
	text-decoration: none;
}
a{
	color:inherit;
}


.grid1, 
.grid2,
.grid3,
.grid4,
.grid5,
.grid6,
.grid7,
.grid8,
.grid9,
.grid10,
.grid11,
.grid12 {
	
	display:block;
	float:left;
	margin:0px;
	padding:0px;


	
}
.grid1{

width:8.3333333%;
}
.grid2{

width:16.6666667%;
}
.grid3{

width:25%;
}
.grid4{

width:33.3333333%;
}.grid5{

width:41.6666669%;
}
.grid6{

width:50%;
}
.grid7{

width:58.3333333%;
}
.grid8{

width:66.6666666%;
}
.grid9{

width:75%;
}
.grid10{

width:83.3333333%;
}
.grid11{

width:91.6666666%;
}
.grid12{
width:100%;

}
.clear{
clear:both;
}
h1 {
font-size: 2.25em;
line-height:0.67em;
margin:0.67em 0rem;
paddin:0px;
}
h2{
font-size: 2em;
line-height:0.75em;
margin:0.75em 0rem;
paddin:0px;
}
h3 {
font-size: 1.5em;
line-height:1em;
margin:1em 0rem;
}
h4 {
font-size: 1.33em;
line-height:1.13em;
margin:1.13em 0rem;
}
h5 {
font-size: 1.17em;
line-height:1.29em;
margin:1.29em 0rem;
}
h6 {
font-size: 1em;
line-height:1.5em;
margin:1.5em 0rem;
}
h7 {
	font-size: 0.83em;
	line-height:1.80em;
	margin:1.80em 0rem;
}
small {
	font-size: 0.67em;
	line-height:2.5em;
	margin:2.5em 0rem;
}
hr{
	height: 0.75em;
	padding: 0px;
	margin: 0.75em 0em;
	border: 0px;
	border-bottom: 1px solid #000000;
	box-sizing: border-box;
	position: relative;
	clear:both;
}
ul{
	font-size:1em;
	line-height:1.5em;
	margin:0em 20px;
	padding:0px;
	border:0px;
}
ol{
	font-size:1em;
	line-height:1.5em;
	margin:0em 20px;
	padding:0px;
	border:0px;
}
li{
	border:0px;
	font-size:1em;
	line-height:1.5em;
	margin:0em 0px;
	padding:0px;
}
p{
	font-size:1em;
	margin:1.5em 0px;
	padding:0px;
}
.list h2 {
	
	font-size:1.25em;
}

.chili-style-1 footer{
	padding: 4em 0;
	background-color: var(--chili-color-1);
	color:var(--chili-color-bright-font);
}


.invert {
	filter: invert(1);
}


.chili-style-1 .logo {
	height: 10em;
	
	position: relative;
	left: 0;
	margin: 0;
	text-decoration: none;
	top: 0;
	background-position: center;
	font-size: 0.8em;
	display: block;
	background-size: contain;
	opacity: 1;
	background-repeat: no-repeat;
	padding: 1em;
	transition: all 0.3s;
}
.chili-style-1 .logo img {
    height: 100%;
}
.chili-style-1  header{
	position:fixed;
	


	transform:translate(0%,0);
	transition:all 0.3s;
}

.chili-style-2 header {
    width: 100%;
    height: auto;
    z-index: 2;
    background-color: #fff;
    top: 0;
    position: fixed;
}
.chili-style-2 header .center {
    width: calc( 100% - 2em );
    margin: auto;
    max-width: 1200px;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}


.chili-style-2 header nav {
    color: var(--chili-color-dark-font);
    text-align: center;
    z-index: 66;
    width: 100%;
    float: none;
    right: 0;
    transform: translate(0,-50%);
	position: relative;
}
.chili-style-2 header nav > ul {
    margin: 0;
    text-align: center;
    padding: 0em;
}
.chili-style-1 .toggled + input + header .logo {
	height:4em;
	
}

.content{
	display: flex;
	flex-direction: column;
	min-height: calc( 100vh - 8em ) ;
	z-index: 1;
	margin-top: 7em;
	overflow-x: hidden;
}


.chili-style-1  .content{
	
	transition:all 0.3s;

}


.list a {
    position: absolute;
    bottom: 1em;
    text-decoration: none;
    font-weight: 600;
    color: var(--chili-color-1);
    border: solid 2px;
    padding: 0 1em;
    border-radius: 1em;
}





.chili-style-2  .symbol-list-item {
    width: calc( 25% - 1em );
    margin: 1em 1em 0em 0;
    padding: 0em;
    display: table-cell;
    background-color: #fff;
    padding: 2em;
    box-shadow: #0002 0px 0px 12px;
    border-radius: 1em;
}


.block.background {
    background-size: cover;
    width: 100%;
    background-position: center;
    height: auto;
	color: var(--chili-color-bright-font);
}

.block-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
	background-position: center;
}

.block.background .block-content {
    
    padding: 10em 0em;
    
}


 .block-image.fixed {

background-attachment: fixed !important;
}

.colored{
	
	background-color:var(--chili-color-1);
	color: var(--chili-color-bright-font);
}

.chili-style-1 .center {
    width: calc( 100% - 2em );
    margin: auto;
    max-width: 1200px;
}



.headline {
    font-size: 6em;
    text-align: center;
    line-height: 1em;
    padding: 1em 0;
}
.shadow {
   
    box-shadow: inset #000 0px 7px 11px -12px , inset #000 0px -7px 11px -12px;
    background-color: #0001;
}

@media( max-width: 800px )
{
	.chili-style-1 header {
	    position: fixed;
	    left: 0%;
	    height: 0%;
	    background-color: var(--chili-color-3);
	    transform: translate(0%,0);
	    transition: all 0.3s;
	}
	header nav {
		color: var(--chili-color-dark-font);
		top: 0%;
		text-align: right;
		z-index: 66;
		position: absolute;
		width: 84vw;
		right: 0;
		height: 100vh;
		right: -39vh;
		transform:none;
	}
	#toggle_menu + header + label{
		color: #FFFFFF;
		user-select: none;
		text-decoration: none;
		position: fixed;
		z-index: 999;
		top: 0.1em;
		right: 0.3em;
		width: 1em;
		height: 1em;
		display: block;
		cursor: pointer;
		text-align: center;
		line-height: 60px;
		background-color: transparent;
		font-size: 4em;
		transition: all 0.3s;
	}
	.menuButton::after{
		color: inherit;
		user-select: none;
		text-decoration: none;
		position: absolute;
		z-index: 999;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		display: block;
		text-align: center !important;
	}
	#toggle_menu + header + label::after{
		content: '\2261 ';
		color: #ffffff !important;
		text-decoration: none;
	}
	#toggle_menu:checked + header + label::after{
		content: '\00D7 ';
		color: #ffffff !important;
		text-decoration: none;
	}
	.list{
		flex-direction: column;
	}
}






.block.image .center {
    display: flex;
    flex-direction: row;
}
.block.image .center > div {
    width: 50%;
}
.block.image .block-content {
    padding: 0;
    text-align: left;
    margin: 2em;
}
.block.image.invert .center {
    flex-direction: row-reverse;
}
.block.image .image {
    display: block;
    position: relative;
    width: 50%;
    height: auto;
    background-size: cover;
    background-position: center;
    margin: 2em;
}

.block.image.alternately:nth-of-type(2n) .center {
    flex-direction: row-reverse;
}

.block.image.alternately .center ,.block.image.invert .center ,.block.image .center  {
    max-width: calc( 1200px + 4em );
}


.liste_typ1_segment
{
  text-decoration-line: none;
  text-decoration-style: solid;
  position: relative;
  display: table-cell;
}
.liste_typ1
{
  width: 100%;
  left: 0px;
  right: 0px;
  display: table;
  margin-right: auto;
  margin-left: auto;
}
.liste_typ1_segment img
{
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}




.aw_BoxContentNav{
position:absolute;
z-index:999;
left:0px;
width:100%;
text-align:center;
bottom:-2em;

}
.aw_BoxContentNav a:link{
font-size:16px;
height:24px;
width:24px;
line-height:24px;
text-align:center;
display:inline-block;
border-radius:50%;
padding:4px;
margin-right:2px;
}
.aw_BoxContentNav a:link span:first-of-type{
display:none
}
.aw_BoxContentNavActive{
background-color:#777777 !important;
color:#fff000 !important;

}

.box1 .chili-slider-segment div {
width:calc( 100% - 0em ) !important;
display:block;
position:relative;
height: calc( 100% - 0em ) !important;
}



.boxSelected{
opacity:1;
position:absolute;

top:0px;
opacity:1;
left:0px;
display:block;

z-index:4 !important;
}
.nextBox{
opacity:0;
position:absolute;

top:0px;

left:100%;
display:block;

z-index:3 !important;
}
.previousBox{
opacity:0;
position:absolute;

top:0px;

left:-100%;
display:block;

z-index:3 !important;
}


.video video {
    width: 100%;
    display: block;
    top: 50%;
    position: absolute;
    transform: translate(0,-50%);
}
.video {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.video::after {
    content: '';
    display: block;
   margin-top: 55%;
}

.textblock_1.scrollBackground.roundShadow {
    height: 23em;
    display: block;
    position: relative;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}

.parallax {
    display: block;
    position: relative;
    width: 100%;
    background-size: 200vh;
    background-position: center  54%;
    min-height: 12em;
}


.parallax .block-content {
    
    padding: 10em 0em;
    
}
.block-content{
	margin: auto;
	padding: 2em 0em;
	background-size: cover;
	background-attachment: scroll;
	
	position: relative;
	
}


.simple-list .list {
    margin-right: 0em;
    position: relative;
    display: table;
    width: 100%;
    border-spacing: 1em;
    width: calc( 100% + 2em );
    margin-left: -1em;
}

.simple-list-item {
    box-shadow: #0000001f 3px 3px 8px 0px;
    margin: 1em 1em 1em 0;
    padding: 1em;
        padding-bottom: 1em;
    background-color: #fff;
    padding-bottom: 4em;
    display: table-cell;
}
.simple-list-item .wrapper{
	position:static;
	
}
.symbol-list .list {
    margin-right: -1em;
    position: relative;
    display: table;
    border-spacing: 1em;
    margin-left: -1em;
	width: 100%;

}

.symbol-list-item {
    width: calc( 25% - 1em );
    margin: 1em 1em 0em 0;
    padding: 0em;
    display: table-cell;
}
.symbol {
    display: inline-block;
    width: 3em;
    height: 3em;
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


.image-list-item {
     width: calc( 20% - 1em );
	margin: 1em 1em 1em 0;
    flex: auto;

    position: relative;
}
.image-list .list {
    display: flex;
    flex-direction: row;
	margin-right: -1em;
}
.image-list-item div:first-of-type {
    position: relative;
    width: 100%;
    height: auto;
    background-size: cover;
    overflow: hidden;
}
.image-list-item div:first-of-type::after {
    content: '';
    display: block;
    margin-top: 50%;
}




.chili-slider {
    height: auto;
    display: block;
    width: 100%;
    position: relative;
	overflow:hidden;

}
.chili-slider::before {
    content:'';
    display: block;
    margin-top: 50%;
}
.chili-slider .chili-slider-segment {
    position: absolute !important;
    width: 100%;
    height: 100%;
    opacity: 1;
    left: 0;
    top: 0 !important;
    display: block;
	transition: all 1s;
	z-index:-1;
}

.chili-slider.standard .chili-slider-segment .background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    text-align: 0;
    display: block;
}
.chili-slider.standard .block-content {
    text-align: center;
    color: #fff;
	width: 50%;
margin: auto;
left: 0;
right: 0;
top: 50%;
transform: translate(0,-50%);
   
}
.chili-slider.standard .block-content h2 {
   
    font-size: 4em;
}
.chili-slider .boxSelected {
    
    left:0%;
		z-index:1;
}
.chili-slider .nextBox {
    
      left:100%;
	  	z-index:0;
}
.chili-slider .previousBox {
    
  left:-100%;
  	z-index:0;
}

.chili-slider .aw_BoxContentNav div span {
    display: none;
}

.chili-slider .aw_BoxContentNav {
    position: absolute;
    z-index: 999;
    left: 0px;
    width: 100%;
    text-align: center;
    bottom: 1em;
	
}
.chili-slider .aw_BoxContentNav div {
    width: 1em;
    height: 1em;
	background-color: #fff7;
    background-image: none !important;
    border-radius: 1em;
    display: inline-block;
    margin: 0.1em;
	
	position: relative;
}
.chili-slider .aw_BoxContentNav .active {
    background-color: #444 !important;
   
}






/*--------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------G A L E R I E - S L I D E R ---------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------*/

.galerie-slider .center{
  max-width: unset;
  width: 100%;
}

.galerie-slider .chili-slider{
    font-size: 1em;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    width:  100% ;
    left: 0;
    right: 0%;
    top: 0%;
    position: relative;
    overflow: hidden;
    z-index: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 0em;
    height: auto;
	margin-top: 1em;
}
.galerie-slider .chili-slider::before {
    content: '';
    position: relative;
    display: block;
    margin-top: 66vh;
}

.galerie-slider .chili-slider-segment {
    text-align: center;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #222222;
    text-decoration: none;
    text-transform: none;
    width: calc( 100% - 1.4em );
    height: 66vh ;
    position: relative;
    overflow: hidden;
    opacity: 0;
    z-index: 0;
    left: 0%;
    transition: all 1s;
   
    background-size: cover;
    left: 0.7em ;
    top: 0.5em ;
}
.galerie-slider .chili-slider-segment div {
    
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    transition: all 1s;
    top: 0 ;
	transform:scale(1.2);
	background-position: center;
}
.galerie-slider .boxSelected {
    
    opacity: 1;
    position: absolute;
    display: block;
    z-index: 2 !important;
}
.galerie-slider .nextBox {
    
    opacity: 0;
    position: absolute;
    display: block;
    z-index: 1 !important;
}
.galerie-slider .previousBox {
    
    opacity: 0;
    position: absolute;
    display: block;
    z-index: 1 !important;
}

.galerie-slider .nextBox div {

	transform:scale(1.2);
}
.galerie-slider .previousBox div {
    
	transform:scale(1.2);
}
.galerie-slider .boxSelected div {
    
	transform:scale(1);
}
.galerie-slider .aw_BoxContentNav {
    position: relative;
    z-index: 999999;
    left: 0px;
    width: calc( 100% + 0vh );
    text-align: center;
    bottom: auto;
    display: table;
    border-spacing: 1vh;
    margin: 0 0vh;
}
.galerie-slider .aw_BoxContentNav div {
    line-height: 24px;
    text-align: center;
    display: table-cell;
    border-radius: 0%;
    padding: 4px;
    margin-right: 2px;
    background-size: cover;
    height: auto;
    border: none !important;
    width: auto;
}


.galerie-slider .aw_BoxContentNav div::after {
    content: '';
    display: block;
    margin-top: 100%;
}
.galerie-slider .aw_BoxContentNav div span:nth-of-type(2) {
    display: block !important;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover !important;
	left: 0;
	top: 0;

}


.galerie-slider .RIGHT,.galerie-slider .LEFT  {
 
    bottom: 34% !important;
   filter:invert(1) brightness(4);
}


/*
.galerie-slider {
    font-size: 1em;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    text-shadow: px px px;
    background-color: rgba(0,0,0,0);
    box-shadow: px px px px;
    border-top-style: solid;
    border-top-width: 0px;
    border-top-color: #D6B991;
    border-right-style: solid;
    border-right-width: 0px;
    border-right-color: #D6B991;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-bottom-color: #D6B991;
    border-left-style: solid;
    border-left-width: 0px;
    border-left-color: #D6B991;
    width: calc( 100% - 8em ) !important;
    left: 4em;
    right: 0%;
    top: 0%;
    position: relative;
    overflow: hidden;
    z-index: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 0em;
}
.galerie-slider::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: #0a0a0a26;
    top: 0;
    z-index: 4525;
}
.galerie-slider::before {
    content: '';
    position: relative;
    display: block;
    margin-top: 64vh;
}
.galerie-slider  .chili-slider-segment  {
    height: 64vh;
}

.galerie-slider  .chili-slider-segment  {
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #222222;
    text-decoration: none;
    text-transform: none;
    text-shadow: px px px;
    box-shadow: px px px px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    opacity: 0;
    z-index: 3;
    left: 0%;
    transition: all 0.3s;
    background-size: cover;
background-position: center;
}

.galerie-slider .aw_BoxContentNav {
    position: relative;
    z-index: 999999;
    left: 0px;
    width: calc( 100% + 2vh );
    text-align: center;
    bottom: auto;
    display: table;
    border-spacing: 1vh;
    margin: 0 -1vh;
}

.galerie-slider .aw_BoxContentNav div {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    display: table-cell;
    border-radius: 0%;
    padding: 4px;
    margin-right: 2px;
    background-size: cover;
    height: auto;
    border: none !important;
    width: auto;
}
.galerie-slider .aw_BoxContentNav div::after {
    content: '';
    display: block;
    margin-top: 100%;
}
.galerie-slider .boxSelected {
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    transition: all 1.5s;
    z-index: 4 !important;
}






.aw_BoxContentNavLink span{
	display:none;
}
*/

 .cookie-message {
	background-color:var(--chili-color-1);
	color:  var(--chili-color-bright-font);
	
	
    position: fixed;
    width: 100%;
    z-index: 9999999999;
    height: auto;
  
    display: block;
    bottom: 0;
   
    line-height: 1.5em;
    padding: 1em;
    box-sizing:border-box;
 }
 
 
 
/*--------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------ G A L E R I E -----------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------*/
 
.chili-galerie .list {
    text-align: center;
    display: block;

    margin-right: 0em;
}
 
.chili-galerie-image {
    width: calc( 20% - 1em );
    margin: 1em 1em 0 0;
    height: auto;
    background-size: cover;
    overflow: hidden;
    position: relative;
    display: inline-block;
    font-size: 1em;
}
.chili-galerie-image:nth-of-type(5n) {
    margin-right: 0;
}
.chili-galerie-image::after {
    display: block;
    margin-top: 100%;
    content: '';
}
#PicBackground {

    background-color: rgba(5,5,5,0.5) !important;

    top: 0px;
    z-index: 99999998484848488484848499999999;
}
#PicTable {

    left: 0px;
    background-color: rgba(5,5,5,0.8);
}
#PIC {
    text-shadow: px px px;
    background-color: rgba(255,255,255,0.3);
    box-shadow: 4px 4px 23px #000000;
    border-top-style: solid;
    border-top-width: 0px;
    border-top-color: rgba(255,255,255,0.2);
    border-right-style: solid;
    border-right-width: 0px;
    border-right-color: rgba(255,255,255,0.2);
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-bottom-color: rgba(255,255,255,0.2);
    border-left-style: solid;
    border-left-width: 0px;
    border-left-color: rgba(255,255,255,0.2);
}

#PIC2 .wait {
   
  
}

#CG::after {
   
    font-size: 2em;
    text-align: center;
    line-height: 1.4em;
    color: rgba(255,255,255,0.7) !important;
    background-color: rgba(0,0,0,0.7);
    border-style: solid;
    border-width: 0px;
    width: 1.4em;
    height: 1.4em;
    left: 0px;
    right: 0px;
    top: 6px;
    bottom: 0px;
    position: absolute !important;
    display: block !important;
    border-radius: 0%;
    content: '\00D7 ';
}

/*--------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------G A L E R I E - S L I D E R - 2 -----------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------*/

.galerie-slider-2 {
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    background-color: rgba(0,0,0,0);
    width: 100%;
    left: 0%;
    right: 0%;
    top: 0%;
    position: relative;
    overflow: hidden;
    z-index: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 1em;
    height: auto;
	margin-top: 1em;
}






.galerie-slider-2:before  {
 content:'';
 position:relative;
 display:block;
 margin-top:46.667%;
}



.galerie-slider-2 .chili-slider-segment {
    background-size: cover;
    width: 80%;
    margin: 0 10% !important;
     opacity: 0;
     left:200%;
     transition: all 0.3s !important;
     background-position: center;
	 height:100%;
	 position:absolute;
}


.galerie-slider-2 .boxSelected{
	left:0;
	 opacity: 1;
}
.galerie-slider-2 .nextBox {
    opacity: 0.7;
    left: 77%;
    transform:scale(0.9);
}
.galerie-slider-2 .previousBox {
    opacity: 0.7;
    left: -77%;
    transform:scale(0.9);
}

.chili-slider .RIGHT {
    text-align: left;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #999999;
    text-decoration: none;
    text-transform: none;
    background-repeat: no-repeat;
    width: 6vh;
    height: 6vh;
    right: 6%;
    top: 0px;
    bottom: 0px;
    position: absolute;
    display: block;
    float: left;
    cursor: pointer;
    z-index: 90;
    margin: auto 0px;
  background-image: url(../../../svg.php?v=*arrow-right);
}
.chili-slider .LEFT {
    text-align: left;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #999999;
    text-decoration: none;
    text-transform: none;
    background-repeat: no-repeat;
     width: 6vh;
    height: 6vh;
    left: 6%;
    top: 0px;
    bottom: 0px;
    position: absolute;
    display: block;
    float: left;
    cursor: pointer;
    z-index: 90;
    margin: auto 0px;
  background-image: url(../../../svg.php?v=*arrow-left);
}


.galerie-slider-2 .aw_BoxContentNav div {
    width: 2em;
    height: 2em;
    background-color: var(--chili-color-1);
	color:var(--chili-color-bright-font);
    background-image: none !important;
    border-radius: 1em;
    display: inline-block;
    margin: 0.1em;
	text-align: center;
    position: relative;
	line-height:2em;
	font-weight:600;
	counter-increment: navItems; 
}


.galerie-slider-2 .aw_BoxContentNav div::before {
 
  content: "" counter(navItems) ""; 
}


.galerie-slider-2 .aw_BoxContentNav div {

	transition: all 0.3s;	

}
.galerie-slider-2 .aw_BoxContentNav .active {
    background-color: #444 !important;
    margin: 0 0.5em;
    transform: scale(1.3);
}















.complex-slider .center{
  max-width: unset;
  width: 100%;
}

.complex-slider .chili-slider{
    font-size: 1em;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    width:  100% ;
    left: 0;
    right: 0%;
    top: 0%;
    position: relative;
    overflow: hidden;
    z-index: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 0em;
    height: auto;
	margin-top: 0em;
}
.complex-slider .chili-slider::before {
    content: '';
    position: relative;
    display: block;
    margin-top: 66vh;
}

.complex-slider .chili-slider-segment {
  
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    width:  100% ;
    height: 66vh ;
    position: relative;
    overflow: hidden;
    opacity: 0;
    z-index: 0;
    left: 0%;
    transition: all 1s;
   
    background-size: cover;
    left: 0em ;
    top: 0 ;
}
.complex-slider .chili-slider-segment .background {
    
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    transition: all 1s;
    top: 0 ;
	transform:scale(1.2);
}


.complex-slider .background::before {
    content: '';
    display: block;
    width: 200%;
    height: 29em;
    background-color: var(--chili-color-3);
    position: absolute;
    bottom: -65%;
    left: -20%;
    z-index: 3;
    transform: rotate(16deg);
  	 opacity:0;
	transition: all 1s 0.1s;
}

.complex-slider .nextBox .background::before, .complex-slider .previousBox .background::before{
   
    transform: rotate(-25deg);
	 bottom: -133%;
	 opacity:0;
}
.complex-slider .boxSelected .background::before {
   
      transform: rotate(15deg);
	   opacity:1;
}



.complex-slider .background::after {
    content: '';
    display: block;
    width: 200%;
    height: 29em;
    background-color: var(--chili-color-1);
    position: absolute;
    bottom: -64%;
    left: -20%;
    z-index: 3;
    transform: rotate(11deg);
    transition: all 1s;
		 opacity:0;
}

.complex-slider .nextBox .background::after, .complex-slider .previousBox .background::after    {
   
    transform: rotate(-25deg);
	 bottom: -133%;
	 	 opacity:0;
}
.complex-slider .boxSelected .background::after {
   
      transform: rotate(11deg);
	  	 opacity:1;
}



.complex-slider .boxSelected {
    
    opacity: 1;
    position: absolute;
    display: block;
    z-index: 2 !important;
}
.complex-slider .nextBox {
    
    opacity: 0;
    position: absolute;
    display: block;
    z-index: 1 !important;
}
.complex-slider .previousBox {
    
    opacity: 0;
    position: absolute;
    display: block;
    z-index: 1 !important;
}

.complex-slider .nextBox .background {

	transform:scale(1.2);
}
.complex-slider .previousBox .background {
    
	transform:scale(1.2);
}
.complex-slider .boxSelected .background {
    
	transform:scale(1);
}
.complex-slider .block-content {
    left: 0;
    color: #fff;
    border: ;
    bottom: 0;
    position: absolute;
    margin: 0;
    padding: 7em;
}

.complex-slider h2 {
	 transition: all 0.5s 0.5s;
   transform:translate(0%,0);
   font-size:4em;
}

.complex-slider .nextBox h2   ,.complex-slider .previousBox h2 {
transition: all 0.5s 0s;
   transform:translate(-200%,0);
}
.complex-slider h3 {
	 transition: all 0.5s 1s;
   transform:translate(0%,0);
   opacity:1;
}

.complex-slider .nextBox h3   ,.complex-slider .previousBox h3 {
transition: all 0.5s 0s;
   transform:translate(0,-60%);
   opacity:0;
}


.chili-galerie-picture .list {
    text-align: center;
    display: block;
  
  margin-right: -0.5em;
    padding-bottom: 1em;
}

picture {
    display: inline-block;
    width: auto;
    overflow: hidden;
    position: relative;
    height: 15vh;

    border: none !important;
    padding: 0 !important;
    outline: none !important;
    margin: 0 0.5em 0.5em 0;
}
picture img {
    width: auto;
    height: 100%;
    position: relative;
    display: block;
}

.icon-list-item h3 {
    margin-bottom: 0;
}
.icon-list {
    background-color: var(--chili-color-1);
    padding: 2em;
    color: #ffffff;
}
.icon-list .list {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}



#chili_contact_versand {
    display: block;
    position: fixed;
    z-index: 999999999;
    width: 100%;
    height: 1005;
    top: 0;
    background-color: #60848ccc;
}




/*--------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------- chili-navigation-1 -----------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------*/





.chili-navigation-1 header nav {
    color: var(--chili-color-dark-font);
  
    text-align: right;
    z-index: 66;
    position: absolute;
    width: auto;
    float: right;
    right: 0;
   
}



.chili-navigation-1 header nav ul{
	margin: 0;
	text-align: left;
	padding: 1.5em;
}
.chili-navigation-1 header nav li{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
}
.chili-navigation-1 header nav a {
    text-decoration: none;
    padding: 0em 0em 0em 3em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.2em;
    font-size: 0.9em;
    margin-right: 1px;
}
.chili-navigation-1 header nav li ul{
	display: none;
	position:absolute;
	
	  background-color: #ffffff;
    left: 0;
    margin: 0;
    padding: 1em;
	
	
}
.chili-navigation-1 header nav li:hover ul{
	display: block;

	
}


.chili-navigation-1 header nav li ul li {
    display: block;
    margin: 0.5em 0;
}
.chili-navigation-1 header nav li ul a {
    padding: 0;
    line-height: 1em;
}
.chili-navigation-1 #toggle_menu:checked + header {
	
	transform:translate(calc( -100% + 4em ),0);
	
}
.chili-navigation-1 #toggle_menu:checked + header + label + .content {
    margin-left: calc( -100% + 4em );
    margin-right: calc( 100% - 4em );
}

@media( max-width: 800px )
{
	
.chili-navigation-1 header .center {
    width: calc( 100% - 0em );
    margin: auto;
    max-width: 1200px;
}
.chili-navigation-1 header nav {
    color: var(--chili-color-bright-font);
    top: 0;
    text-align: left;
    z-index: 99999999;
    position: absolute;
    width: auto;
    float: none;
    right: -100%;
    transform: translate(0,0%);
    background-color: var(--chili-color-dark-background);
    width: 100%;
}
.chili-navigation-1 header nav ul {
    margin: 0;
    text-align: left;
    padding: 1.5em;
    display: flex;
    flex-direction: column;
}
}


