@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;
    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;
}
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%; }

@media(max-width: 1200px){
    .grid1{ width: 25%; }
    .grid2{ width: 33.3333333%; }
    .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%; }
}
@media(max-width: 800px){	    
    .grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .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;
}
section{
    position: relative;
}

nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
}
footer nav ul{
     flex-direction: column;
}

.invert {
    filter: invert(1);
}
.logo img {
   width: auto;
    height: 100%;
}

.content{
    display: flex;
    flex-direction: column;
    z-index: 1;
    overflow-x: hidden;
    position: relative;
}
.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);
    min-height: 50vh;
}
.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);
}

.headline {
    font-size: 6em;
    text-align: center;
    line-height: 1em;
    padding: 1em 0;
}

.square{
    overflow: hidden;
    position: relative;
    height: auto;
}
.square::before{
    content: '';
    display:block;
    margin-top:100%;
}
.circle{
    overflow: hidden;
    position: relative;
    height: auto;
    border-radius: 50%;
}
.circle::before{
    content: '';
    display:block;
    margin-top: 100%;
}
.rectangle-3-2{
    overflow: hidden;
    position: relative;
    height: auto;
}
.rectangle-3-2::before{
    content: '';
    display:block;
    margin-top:33.33334%;
}
.rectangle-2-1{
    overflow: hidden;
    position: relative;
    height: auto;
}
.rectangle-2-1::before{
    content: '';
    display:block;
    margin-top:50%;
}
.rectangle-4-3{
    overflow: hidden;
    position: relative;
    height: auto;
}
.rectangle-4-3::before{
    content: '';
    display:block;
    margin-top:75%;
}

.triangle{
    overflow: hidden;
    position: relative;
    height: auto;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.triangle::before{
    content: '';
    display:block;
    margin-top: 75%;
}
.shadow {
    box-shadow: inset #000 0px 7px 11px -12px , inset #000 0px -7px 11px -12px;
    background-color: #0001;
}
.box-shadow{
    filter: drop-shadow(14px 7px 0px #0003);
}
.center-vertical {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}

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


@media( max-width: 800px )
{
    .chili-default 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.reverse .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.reverse .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;
}

.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 {
    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;
    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: 1em;
    height: 1em;
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 2em;
}

.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%;
}

.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;
}
 
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;

    display: inline;
}
.chili-navigation-1 header nav a {
    text-decoration: none;
   
}
.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;

}
.chili-navigation-1 header nav li ul a {
 
    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;
    }
}



/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-																				--*/
/*-									D E F A U L T										--*/
/*-																				--*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.chili-default header {
    width: 100%;
    height: auto;
    z-index: 2;
    background-color: #fff;
    top:0;
}
.chili-default footer{
    padding: 4em 0;
    background-color: var(--chili-color-1);
    color:var(--chili-color-bright-font);
}
.chili-default .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-default .logo img {
    height: 100%;
}
.chili-default  header{
    position:fixed;
    transform:translate(0%,0);
    transition:all 0.3s;
}
.chili-default  .content{	
    transition:all 0.3s;
}
.chili-default .center {
    width: calc( 100% - 2em );
    margin: auto;
    max-width: 1200px;
}
.chili-default .list h2 {	
    font-size:1.25em;
}
.chili-default .toggled + input + header .logo {
    height:4em;	
}

.chili-default .button {
   
    text-decoration: none;
    font-weight: 600;
    color: var(--chili-color-1);
    border: solid 2px;
    padding: 0 1em;
    border-radius: 1em;
}



.chili-default header nav {
    color: var(--chili-color-dark-font);
    text-align: right;
    z-index: 66;
    position: absolute;
    width: auto;
    float: right;
    right: 0;
}
.chili-default header nav ul{
    margin: 0;
    text-align: left;
    padding: 1.5em;
}
.chili-default header nav li{
    list-style-type: none;

    display: inline;
}
.chili-default header nav a {
    text-decoration: none;

}
.chili-default header nav li ul{
    display: none;
    position:absolute;	
    background-color: #ffffff;
    left: 0;
    margin: 0;
    padding: 1em;	
}
.chili-default header nav li:hover ul{
    display: block;	
}
.chili-default header nav li ul li {
    display: block;

}
.chili-default header nav li ul a {

}
.chili-default #toggle_menu:checked + header {
    transform:translate(calc( -100% + 4em ),0);	
}
.chili-default #toggle_menu:checked + header + label + .content {
    margin-left: calc( -100% + 4em );
    margin-right: calc( 100% - 4em );
}

@media( max-width: 800px ){   
    .chili-default header .center {
	width: calc( 100% - 0em );
	margin: auto;
	max-width: 1200px;
    }
    .chili-default 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-default header nav ul {
	margin: 0;
	text-align: left;
	padding: 1.5em;
	display: flex;
	flex-direction: column;
    }
}



/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-																				--*/
/*-								         M O D E R N		  								--*/
/*-																				--*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/


.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;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-																				--*/
/*-								        E L E G A N T 		  								--*/
/*-																				--*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-																				--*/
/*-								          R E T R O		  								--*/
/*-																				--*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-																				--*/
/*-								        F U T U R E		  								--*/
/*-																				--*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/





.margin-list .symbol-list-item {
    background-color: var(--chili-color-4);
    display: inline-block;
    width: 16em;
    margin-bottom: 2em;
    margin-top: -8em;
    transition: all 0.3s;
    transform: scale(1);
}
.margin-list .symbol-list-item:hover {
   transform: scale(1.06);
}
.margin-list .list {
    display: block;
    width: 100% !important;
}
.margin-list .center {
    max-width: unset;
    position: relative;
    text-align: center;
}
.margin-list .symbol-list-item .wrapper {
    padding: 2em;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0,-50%);
}





.simple-list-item.square {
    padding-bottom: 0;
}
.simple-list-item.square .wrapper {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}

.switch {
   
    display: none;
   
}
.switch+label {
    line-height: 1.5em;
    height: 1.5em !important;
    color: #000000;
    background-color: #cccccc;
    display: inline-block;
    width: 3em !important;
    border-radius: 0.75em;
    position: relative;
    border: solid 1px var(--background-dark);
    min-width: unset !important;
    vertical-align: middle;
}
.switch + label::after {
    content: '';
    display: block;
    position: absolute;
    width: calc( 1.5em - 4px );
    height: calc( 1.5em - 4px );
    background-color: #3c3c3e;
    border-radius: 50%;
    top: 1px;
    left: 1px;
}
.switch:checked + label::after {
    background-color: #66dd44;
    left: auto;
    right: 1px;
}







.shape .center svg {
    width: 35vw;
    height: 35vw;
    position: absolute;
    transform: translate(0,-50%);
}

.shape {
    position: relative;
    z-index: 999;
}

.shape .wrapper {
    width: 35vw;
    height: auto;
    position: absolute;
    color: var(--chili-color-bright-background);
    text-align: center;
    font-size: 15vw;
    line-height: 1em;
    transform: translate(0,-50%);
}

.shape + .block.simple .center {
    padding-left: 41%;
}




.block.shape .center svg {
    width: 56vw;
    height: 56vh;
    position: absolute;
    transform: translate(-29%,-30%);
    z-index: -1;
}

.block.shape .center svg {
    width: 69vw;
    height: 86vh;
    position: absolute;
    transform: translate(-29%,-50%);
    z-index: -1;
}
.block.shape .block-content {
    margin: auto;
    padding: 2em 0em;
        padding-left: 0em;
    background-size: cover;
    background-attachment: scroll;
    position: relative;

}
.block.shape .block-content .block-title {
    font-size: 5em;
    margin-top: 2vw;
    padding-left: 10%;
    width: 50%;
    float: left;
}
.block.shape .block-content .block-subtitle {
     margin-top: 14vw;
    padding-left: 50%;
}
.block.shape .block-text {
    margin-left: 50%;
}
.block.shape {
    overflow: hidden;
}



.block.colored.shape {
    overflow: hidden;
    background-color: var(--chili-color-4);
    color: #fff;
}
.block.colored.shape .center svg {
    width: 69vw;
    height: 86vh;
    position: absolute;
    transform: translate(-29%,-50%);
    z-index: -1;
    mix-blend-mode: soft-light;
}








/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-																				--*/
/*-								        B U T T O N		  								--*/
/*-																				--*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.border {
    background-image: url(../../svg.php?v=*rotated-square) , url(../../svg.php?v=*rotated-square);
    background-size: 1em;
    background-repeat: repeat-x;
    background-position: top -0.5em center , bottom -0.5em center;
}












.tab {
	overflow-x: hidden; /* so we could easily hide the radio inputs */
	padding-bottom: 2em;
}

.tab [type="radio"] {
	/* hiding the inputs */
	display: none;
}

.tab ul {
	display: flex;
	align-items: stretch;
	list-style: none;
	padding: 0;
	border-bottom: 1px solid #ccc;
	margin: 0;
}
.tab > label {
	display: block;
	margin-bottom: -1px;
	padding: 12px 15px;
	border: 1px solid #ccc;
	background: #eee;
	color: #666;
	font-size: 12px; 
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;	
	transition: all 0.3s;
}
.tab:hover label {
	border-top-color: #333;
	color: #333;
}

.tab .list div {
	display: none;
	color: #777;
}

.tab .list div:nth-of-type(1) {
    display: block;
}


.tab [type="radio"]:nth-of-type(2):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(3):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(4):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(5):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(6):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(7):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(8):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(9):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(10):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(11):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(12):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(13):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(14):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(15):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(16):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(17):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(18):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(19):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(20):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(21):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(22):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(23):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(24):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(25):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(26):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(27):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(28):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(29):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(30):checked ~ .list div:nth-of-type(1){
	display: none;
}

/* As we cannot replace the numbers with variables or calls to element properties, the number of this selector parts is our tab count limit */

.tab li:nth-of-type(1) label {
	border-bottom-color: #fff;
	border-top-color: #B721FF;
	background: #fff;
	color: #222;
}


.tab [type="radio"]:nth-of-type(2):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(3):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(4):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(5):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(6):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(7):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(8):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(9):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(10):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(11):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(12):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(13):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(14):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(15):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(16):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(17):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(18):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(19):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(20):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(21):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(22):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(23):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(24):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(25):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(26):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(27):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(28):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(29):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(30):checked ~ ul li:nth-of-type(1) label {
	border-top-color: #333;
	background: inherit;
	color: #333;
}


.tab [type="radio"]:nth-of-type(1):checked ~ ul li:nth-of-type(1) label,
.tab [type="radio"]:nth-of-type(2):checked ~ ul li:nth-of-type(2) label,
.tab [type="radio"]:nth-of-type(3):checked ~ ul li:nth-of-type(3) label,
.tab [type="radio"]:nth-of-type(4):checked ~ ul li:nth-of-type(4) label,
.tab [type="radio"]:nth-of-type(5):checked ~ ul li:nth-of-type(5) label,
.tab [type="radio"]:nth-of-type(6):checked ~ ul li:nth-of-type(6) label,
.tab [type="radio"]:nth-of-type(7):checked ~ ul li:nth-of-type(7) label,
.tab [type="radio"]:nth-of-type(8):checked ~ ul li:nth-of-type(8) label,
.tab [type="radio"]:nth-of-type(9):checked ~ ul li:nth-of-type(9) label,
.tab [type="radio"]:nth-of-type(10):checked ~ ul li:nth-of-type(10) label,
.tab [type="radio"]:nth-of-type(11):checked ~ ul li:nth-of-type(11) label,
.tab [type="radio"]:nth-of-type(12):checked ~ ul li:nth-of-type(12) label,
.tab [type="radio"]:nth-of-type(13):checked ~ ul li:nth-of-type(13) label,
.tab [type="radio"]:nth-of-type(14):checked ~ ul li:nth-of-type(14) label,
.tab [type="radio"]:nth-of-type(15):checked ~ ul li:nth-of-type(15) label,
.tab [type="radio"]:nth-of-type(16):checked ~ ul li:nth-of-type(16) label,
.tab [type="radio"]:nth-of-type(17):checked ~ ul li:nth-of-type(17) label,
.tab [type="radio"]:nth-of-type(18):checked ~ ul li:nth-of-type(18) label,
.tab [type="radio"]:nth-of-type(19):checked ~ ul li:nth-of-type(19) label,
.tab [type="radio"]:nth-of-type(20):checked ~ ul li:nth-of-type(20) label,
.tab [type="radio"]:nth-of-type(21):checked ~ ul li:nth-of-type(21) label,
.tab [type="radio"]:nth-of-type(22):checked ~ ul li:nth-of-type(22) label,
.tab [type="radio"]:nth-of-type(23):checked ~ ul li:nth-of-type(23) label,
.tab [type="radio"]:nth-of-type(24):checked ~ ul li:nth-of-type(24) label,
.tab [type="radio"]:nth-of-type(25):checked ~ ul li:nth-of-type(25) label,
.tab [type="radio"]:nth-of-type(26):checked ~ ul li:nth-of-type(26) label,
.tab [type="radio"]:nth-of-type(27):checked ~ ul li:nth-of-type(27) label,
.tab [type="radio"]:nth-of-type(28):checked ~ ul li:nth-of-type(28) label,
.tab [type="radio"]:nth-of-type(29):checked ~ ul li:nth-of-type(29) label,
.tab [type="radio"]:nth-of-type(30):checked ~ ul li:nth-of-type(30) label {
	border-bottom-color: #fff;
	border-top-color: #B721FF;
	background: #fff;
	color: #222;
}

.tab [type="radio"]:nth-of-type(1):checked ~ .list div:nth-of-type(1),
.tab [type="radio"]:nth-of-type(2):checked ~ .list div:nth-of-type(2),
.tab [type="radio"]:nth-of-type(3):checked ~ .list div:nth-of-type(3),
.tab [type="radio"]:nth-of-type(4):checked ~ .list div:nth-of-type(4),
.tab [type="radio"]:nth-of-type(5):checked ~ .list div:nth-of-type(5),
.tab [type="radio"]:nth-of-type(6):checked ~ .list div:nth-of-type(6),
.tab [type="radio"]:nth-of-type(7):checked ~ .list div:nth-of-type(7),
.tab [type="radio"]:nth-of-type(8):checked ~ .list div:nth-of-type(8),
.tab [type="radio"]:nth-of-type(9):checked ~ .list div:nth-of-type(9),
.tab [type="radio"]:nth-of-type(10):checked ~ .list div:nth-of-type(10),
.tab [type="radio"]:nth-of-type(11):checked ~ .list div:nth-of-type(11),
.tab [type="radio"]:nth-of-type(12):checked ~ .list div:nth-of-type(12),
.tab [type="radio"]:nth-of-type(13):checked ~ .list div:nth-of-type(13),
.tab [type="radio"]:nth-of-type(14):checked ~ .list div:nth-of-type(14),
.tab [type="radio"]:nth-of-type(15):checked ~ .list div:nth-of-type(15),
.tab [type="radio"]:nth-of-type(16):checked ~ .list div:nth-of-type(16),
.tab [type="radio"]:nth-of-type(17):checked ~ .list div:nth-of-type(17),
.tab [type="radio"]:nth-of-type(18):checked ~ .list div:nth-of-type(18),
.tab [type="radio"]:nth-of-type(19):checked ~ .list div:nth-of-type(19),
.tab [type="radio"]:nth-of-type(20):checked ~ .list div:nth-of-type(20),
.tab [type="radio"]:nth-of-type(21):checked ~ .list div:nth-of-type(21),
.tab [type="radio"]:nth-of-type(22):checked ~ .list div:nth-of-type(22),
.tab [type="radio"]:nth-of-type(23):checked ~ .list div:nth-of-type(23),
.tab [type="radio"]:nth-of-type(24):checked ~ .list div:nth-of-type(24),
.tab [type="radio"]:nth-of-type(25):checked ~ .list div:nth-of-type(25),
.tab [type="radio"]:nth-of-type(26):checked ~ .list div:nth-of-type(26),
.tab [type="radio"]:nth-of-type(27):checked ~ .list div:nth-of-type(27),
.tab [type="radio"]:nth-of-type(28):checked ~ .list div:nth-of-type(28),
.tab [type="radio"]:nth-of-type(29):checked ~ .list div:nth-of-type(29),
.tab [type="radio"]:nth-of-type(30):checked ~ .list div:nth-of-type(30) {
	display: block;
}

.tab ul li label {
    padding: 0.5em 2em !important;
    display: block;
}



.block.background.textclip {
    font-size: 9.0em;
    text-transform: uppercase;
    font-family: 'Open Sans Pro', sans-serif;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    padding: 1em 0 1em 0;
    line-height: 1em;
}



.scroll-width {
    width: calc(var(--scroll-y) * 100%);
  
}

.scroll-height {
    height: : calc(var(--scroll-y) * 100%);
  
}


.accordion .center {
    display: table;
    width: 100%;
    height: 43em;
    transition: all 0.2s;
    max-width: 100%;
    border-spacing: 1em;
}
.accordion .background {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-size: cover;
}

.accordion-segment {
    display: table-cell;
    width: 2%;
    overflow: hidden;
    position: relative;
    transition: all 0.2s;
}
.accordion input {
    display: none !important;
}

input:checked + .accordion-segment {
    width: 80% !important;
}

.overlay::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0006;
    top: 0;
    left: 0;
    z-index: 0;
  }