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

@media all{
	body{
		font-family: 'UniversalScheer', Helvetica, Arial, sans-serif;
		margin: 0px;
		background: var(--grau);

		-webkit-hyphens: auto;
		   -moz-hyphens: auto;
			-ms-hyphens: auto;
			 -o-hyphens: auto;
				hyphens: auto;
	}
	
	h1{
		font-size: calc((var(--baseline) / 100 * 83) * 2);
		line-height: calc(var(--baseline) * 2);
		margin-block-start: 0;
		margin-block-end: calc(var(--baseline) * 3);
		font-weight: normal;
		font-style: normal;
	}

	body, p{
		font-size: calc(var(--baseline) / 100 * 83);
		line-height: var(--baseline);
		margin-block-start: 0;
		margin-block-end: var(--baseline);
		font-weight: normal;
		font-style: normal;
	}
	
	a:link,
	a:visited,
	a:active {
		color: var(--schwarz);
		text-decoration: underline;
	}
	
	a:hover{
		text-decoration: none;
	}
	
	::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	
	#navi_desk{
		display: block;
		position: fixed;
		background: var(--grau);
		padding: var(--padding);
		width: calc(100% - (var(--padding) * 2));
		height: var(--menuh);
		z-index: 10;
	}
	
	#navi_desk > h1{
		position: absolute;
		line-height: var(--menuh);
		float: left;
		margin-block-end: 0;
		z-index: 100;
	}
	
	#navi_desk > h1:hover{
		cursor: pointer;
	}
		
	.navi_desk_container{
		float: left;
		position: absolute;
		width: calc(100% - (var(--padding) * 2));
		height: calc(100% - (var(--padding) * 2));
		z-index: 0;
		
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	
	.show_navi{
		top: 0;

		-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
		   -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
		    -ms-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
		     -o-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
		        box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
	}
	
	.hide_navi{
		top: calc(0px - (var(--padding) * 2) - var(--menuh));

		-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0);
		   -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0);
		    -ms-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0);
		     -o-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0);
		        box-shadow: 0px 0px 40px 0px rgba(0,0,0,0);
	}
	
	.navi_desk_item{
		float: left;
		padding: 0px calc(var(--padding) / 2) 0px calc(var(--padding) / 2);
		text-transform: uppercase;
		letter-spacing: 0.05em;
		font-size: calc(var(--baseline) / 1.25);
	}
	
	.navi_desk_item:hover{
		cursor: pointer;
		padding-bottom: 0.5em;
	}
	
	.navi_desk_item > .dot{
		position: relative;
		float: left;
		width: 8px;
		height: 8px;
		left: calc(50% - 0.25em);
		border-radius: 8px;
		top: var(--baseline);
		background: var(--schwarz);
		opacity: 0;
	}
	
	.navi_desk_item:hover > .dot{
		top: calc(var(--baseline) + 0.5em);
		opacity: 1;
	}
	
	.segments_container{
		position: fixed;
		height: 100vh;
		width: 100vw;
		overflow-x: hidden;
		overflow-y: scroll;
		scroll-snap-type: y mandatory;  /* [ mandatory | proximity ] */
	}
	
	::-webkit-scrollbar {
		width: 0px;
		background: transparent; /* make scrollbar transparent */
	}
	
	.segment{
		position: relative;
		float: left;
		width: 100%;
		height: 100vh;
		scroll-snap-align: start;
	}
	
	#werte.segment{
		background: var(--orange);
	}
	
	#werteM,
	#kontaktM{
		display: none;
	}

	#werteM.segment{
		background: var(--braun);
	}

	#minitakt.segment{
		background: var(--rosa);
		height: calc(100vh / 3);
		scroll-snap-align: end;
	}

	#angebot.segment{
		background: var(--blau);
	}

	#projekte.segment{
		background: var(--grun);
	}

	#engagement.segment{
		background: var(--orange);
		height: calc(100vh / 3);
		scroll-snap-align: start;
	}
	
	#kontakt.segment{
		background: var(--braun);
	}

	#footer.segment{
		background: var(--grau);
		scroll-snap-align: end;
		height: auto;
	}
	
	#navi_desk_icon{
		position: fixed;
		display: block;
		width: calc((var(--menuh) / 4) * 5);
		height: var(--menuh);
		top: var(--padding);
		right: var(--padding);
		z-index: 20;
	}
	
	#navi_desk_hotspot{
		position: fixed;
		width: 100%;
		height: calc(var(--padding) * 2);
		z-index: 5;
	}
		
	.hotspot_off{
		top: calc(var(--menuh) + (var(--padding) * 2));
	}
		
	#navi_mob_icon{
		display: none;
	}
	
	#navi_mob{
		display: none;
	}
		
	#lig_top_desk,	#lig_mid_desk,	#lig_bot_desk,	#lig_mi1_desk,	#lig_mi2_desk,
	#lig_top_mob,	#lig_mid_mob,	#lig_bot_mob,	#lig_mi1_mob,	#lig_mi2_mob{
		fill:var(--schwarz);
	}
		
	#lig_box_desk,
	#lig_box_mob{
		fill:hsla(0,0%,0%,0.00);
	}
	
	.split_screen{
		position: relative;
		width: calc(50% - (var(--padding) * 2));
		height: calc(100% - (var(--padding) * 2));
		float: left;
		padding: var(--padding);
	}
	
	#werte > .split_screen.L{
		background: var(--orange);
	}
	
	#werte > .split_screen.R{
		background: var(--braun);
	}
	
	#werte > .split_screen > p,
	#kontakt > .split_screen > div > p{
		position: absolute;
		width: calc(100% - (var(--padding) * 2));
		text-align: center;
	}
	
	#werte > .split_screen > p.B,
	#kontakt > .split_screen > div > p.B{
		bottom: 0;
	}
	
	#werte > .split_screen > img,
	#kontakt > .split_screen > div > img{
		position: absolute;
		height: calc(var(--baseline) * 3);
		width: calc(100% - (var(--padding) * 2));
		top: calc(50% - (var(--baseline) * 2));
	}
	
		
	.wert_item {
		position: relative;
		height: calc(100% / 3);
		left: 10%;
		width: 80%;
		text-align: center;
		display: table;
	}
	
	#angebot .wert_item {
		height: calc(100% / 4);
		
		-webkit-hyphens: none;
		   -moz-hyphens: none;
			-ms-hyphens: none;
			 -o-hyphens: none;
				hyphens: none;
	}
		
	.wert_item > div {
		display: table-cell;
		vertical-align: middle;
	}
	
	.wert_item > div > p,
	.wert_item > div > div > p {
		margin-block-end: 0;
	}
	
	#text_okologisch,
	#text_nachhaltig,
	#text_hochwertig{
		height: 0px;
		overflow: hidden;
	}
	
	#wert_okologisch:hover > div > #text_okologisch,
	#wert_nachhaltig:hover > div > #text_nachhaltig,
	#wert_hochwertig:hover > div > #text_hochwertig{
		height: auto;
	}
	#wert_okologisch:hover,
	#wert_nachhaltig:hover,
	#wert_hochwertig:hover{
		cursor: default;
	}
		
	#minitakt > div {
		position: absolute;
		text-align: center;
		width: 100%;
		height: calc(var(--baseline) * 2);
		top: calc(50% - var(--baseline));
	}
	
	#angebot > .split_screen.L{
		background: var(--blau);
	}
	
	#angebot > .split_screen.R{
		background: var(--grau);
	}
	
	.angebot_navi_dot{
		width: 0;
		height: 0;
		background: var(--schwarz);
		position: absolute;
		border-radius: 100%;
		right: 0;
	}
	
	#angebot > .split_screen > .wert_item.active > .angebot_navi_dot{
		width: calc(var(--baseline) / 2);
		height: calc(var(--baseline) / 2);
		top: calc(50% - (var(--baseline) / 4));
	}
	
	#angebot > .split_screen > .wert_item:hover > .angebot_navi_dot{
		width: calc(var(--baseline) / 3);
		height: calc(var(--baseline) / 3);
		top: calc(50% - (var(--baseline) / 6));
	}
	
	#angebot > .split_screen > .wert_item:hover{
		cursor: pointer;
	}
	
	#angebot > .split_screen > .wert_item > div > .wert_info_text{
		height: 0;
		overflow: hidden;
	}
	
	#angebot > .split_screen > .wert_item:hover > div > .wert_info_text{
		height: auto;
	}
	
	#angebot > .split_screen.R {
		overflow: scroll;
		padding-top: 0px;
		padding-bottom: 0px;
		height: calc(100% + var(--padding));
	}
	
	.angebot_content{
		padding-top: var(--padding);
		position: relative;
		float: left;
	}
		
	#angebot_top_content{
		height: var(--padding);
		width: 100%;
	}
	
	#angebot_boden_content{
		padding-top: 0px;
	}
	
	#angebot > .split_screen.R > .footer_spacer{
		width: 100%;
		height: var(--padding);
	}
	
	.angebot_image{
		width: 100%;
		height: auto;
		margin-bottom: calc(var(--padding) * 2);
	}
	
	.angebot_image > img {
		width: 100%;
		top: 0;
		pointer-events: none;
	}
	
	.button_01, .button_02{
		float: left;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
		height: auto;
		z-index: 1;
	}
	
	.button_01{
		cursor: url("../element/scheer_arrow_r_02.svg")50 50,  auto;
	}
	
	.button_02{
		cursor: url("../element/scheer_arrow_l_02.svg")50 50,  auto;
	}
	
	.button_01:hover{
		cursor: url("../element/scheer_arrow_r_02.svg")50 50,  auto;
	}
	
	.button_02:hover{
		cursor: url("../element/scheer_arrow_l_02.svg")50 50,  auto;
	}
	
	.image_note_01,
	.image_note_02{
		font-size: calc((var(--baseline) / 100 * 83) / 3 * 2);
		line-height: calc(var(--baseline) / 100 * 83);
		max-width: calc(var(--baseline) * 20);
		height: calc(var(--baseline) * 3);
	}
	
	.angebot_image.show_1 > .image_note_01 > .desktop,
	.angebot_image.show_1 > .image_note_02 > .desktop,
	.angebot_image.show_2 > .image_note_01 > .desktop,
	.angebot_image.show_2 > .image_note_02 > .desktop{
		display: block;
	}
	
	.angebot_image.show_1 > .image_note_01 > .mobile,
	.angebot_image.show_1 > .image_note_02 > .mobile,
	.angebot_image.show_2 > .image_note_01 > .mobile,
	.angebot_image.show_2 > .image_note_02 > .mobile{
		display: none;
	}
	
	.angebot_image{
		position: relative;
		width: 100%;
	}
	
	.angebot_image.show_1 > img.img_1,
	.angebot_image.show_1 > .image_note_01,
	.angebot_image.show_1 > .button_01{
		display: block;
	}
	
	.angebot_image.show_1 > img.img_2,
	.angebot_image.show_1 > .image_note_02,
	.angebot_image.show_1 > .button_02{
		display: none;
	}
	
	.angebot_image.show_2 > img.img_1,
	.angebot_image.show_2 > .image_note_01,
	.angebot_image.show_2 > .button_01{
		display: none;
	}
	
	.angebot_image.show_2 > img.img_2,
	.angebot_image.show_2 > .image_note_02,
	.angebot_image.show_2 > .button_02{
		display: block;
	}
		
	.angebot_liste{
		float: left;
		margin-bottom: var(--padding);
	}
	
	.angebot_liste.L{
		width: 25%;
	}
		
	.angebot_liste.R{
		width: 75%;
	}
	
	.split_screen > .navi_mob_blocker {
		display: none;
	}
	
	.angebot_mob_shadow,
	.angebot_mob_plus,
	.angebot_mob_hotspot_plus,
	.angebot_mob_hotspot_clos{
		display: none;
	}
	
	#engagement > div {
		position: absolute;
		width: 100%;
		text-align: center;
		height: 100%;
		display: table;
	}
	
	#engagement > div > h1 {
		font-size: calc((var(--baseline)* 2) / 100 * 90);
		line-height: calc(var(--baseline)* 2);
		display: table-cell;
		vertical-align: middle;
		
		-webkit-hyphens: none;
		   -moz-hyphens: none;
			-ms-hyphens: none;
			 -o-hyphens: none;
				hyphens: none;
	}
		
	.engBrDesk{
		display: block;
	}
	
	.engBrMob{
		display: none;
	}
	
	.footer_container{
		width: calc(100% - (var(--padding) * 2));
		padding: var(--padding);
	}
	
	.footer_item {
		min-width: 188px;
		float: left;
		padding-bottom: var(--padding);
	}
	.footer_item > h1,
	.footer_item > p {
		margin-block-end: 0;
	}
	
	.footer_item > p{
		font-size: calc((var(--baseline) / 100 * 83) / 3 * 2);
		line-height: var(--baseline);
	}
	
	.footer_item > h1{
		font-size: calc(var(--baseline) / 100 * 83);
		line-height: var(--baseline);
	}
	
	.footer_item > p.zweite{
		margin-block-start: var(--baseline);
	}
	
	.footer_item.f1_4 {
		width: calc((100% / 4) * 1);
	}
	
	.footer_item.f3_4 {
		width: calc((100% / 4) * 3);
	}
	
	.footer_logo{
		height: calc((var(--footerbase) * 2) / 100 * 90);
		background: url("../element/SCH_Wortmarke_Schwarz.svg");
		background-repeat: no-repeat;
	}
		
	#kontakt > .split_screen.R {
		background: var(--rosa);
	}
	
	.kontact_cta {
		display: none;
	}
	
	.personen {
		position: absolute;
		width: calc(100% - (var(--padding) * 2));
		height: calc(100% - var(--baseline) - (var(--padding) * 2));
		
		-webkit-hyphens: none;
		   -moz-hyphens: none;
			-ms-hyphens: none;
			 -o-hyphens: none;
				hyphens: none;
	}
	
	.social {
		position: absolute;
		bottom: var(--padding);
		width: calc(100% - (var(--padding) * 2));
		height: var(--baseline);
	}
	
	.personen > .person {
		height: 50%;
	}
	
	.social > .media {
		width: 50%;
		float: left;
	}
	
	.personen > .person > .col {
		width: 50%;
		float: left;
	}
	
	.personen > .person > .col > .kontakt_qr {
		padding-top: var(--baseline);
		height: calc(var(--baseline) * 4);
		float: left;
	}
	
	.personen > .person > .col > .speichern {
		display: block;
		margin-top: auto;
		height: auto;
	}
		
	#projekt_scroll_box{
		position: absolute;
		width: 100%;
		height: 100%;
		overflow-y: hidden;
		overflow-x: scroll;
		scroll-snap-type: x mandatory;  /* [ mandatory | proximity ] */
	}
	
	.projectNavi{
		position: absolute;
		float: left;
		width: 50%;
		height: 100%;
		z-index: 10;
	}
		
	.projectNavi.prev{
		left: 0;
		cursor: url("../element/scheer_arrow_l_02.svg")50 50,  w-resize;
	}
	
	.projectNavi.next{
		left: 50%;
		cursor: url("../element/scheer_arrow_r_02.svg")50 50,  e-resize;
	}
	
	.projekt_container{
		width: auto;
		height: 100%;
		z-index: 0;
	}
	
	.projekt{
		position: absolute;
		float: left;
		width: var(--projw);
		height: 100%;
		scroll-snap-align: start;
		scroll-snap-stop: normal;
	}
		
	.projekt > * {
		position: relative;
	}
	
	.projekt > .kopfzeile,
	.projekt > .infotext{
		margin: var(--padding);
		margin-bottom: var(--baseline);
		z-index: 0;
	}
	
	.projekt > .infotext{
		margin-top: 0;
		height: calc(var(--baseline) * 4);
		max-width: 800px;
	}
	
	.projekt > .infotext > p {
		position:absolute;
		margin-block-end: 0;
	}
	
	.projekt > .bild {
		position: relative;
		margin: var(--padding);
		margin-top: 0;
		width: calc(100% - (var(--padding) * 2));
		height: calc(100% - (var(--baseline) * 7) - (var(--padding) * 2));
	}
	
	.projekt > .bild > img {
		max-width: 100%;
		max-height: 100%;
	}
	
	.projekt.P01{}
	.projekt.P02{left:calc(var(--projw) *  1)}
	.projekt.P03{left:calc(var(--projw) *  2)}
	.projekt.P04{left:calc(var(--projw) *  3)}
	.projekt.P05{left:calc(var(--projw) *  4)}
	.projekt.P06{left:calc(var(--projw) *  5)}
	.projekt.P07{left:calc(var(--projw) *  6)}
	.projekt.P08{left:calc(var(--projw) *  7)}
	.projekt.P09{left:calc(var(--projw) *  8)}
	.projekt.P10{left:calc(var(--projw) *  9)}
	.projekt.P11{left:calc(var(--projw) * 10)}
	.projekt.P12{left:calc(var(--projw) * 11)}
	.projekt.P13{left:calc(var(--projw) * 12)}
	.projekt.P14{left:calc(var(--projw) * 13)}
	.projekt.P15{left:calc(var(--projw) * 14)}
	.projekt.P16{left:calc(var(--projw) * 15)}
	.projekt.P17{left:calc(var(--projw) * 16)}
	.projekt.P18{left:calc(var(--projw) * 17)}
	.projekt.P19{left:calc(var(--projw) * 18)}
	.projekt.P20{left:calc(var(--projw) * 19)}
	.projekt.P21{left:calc(var(--projw) * 20)}
	.projekt.P22{left:calc(var(--projw) * 21)}
	.projekt.P23{left:calc(var(--projw) * 22)}
		
	
}