body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
/*** 
unsplash.com API has changed
random images don't work like they used to
a still image has been posted
until I can investigate the new API

------------------------------------

The random image on unsplash.com works again as before. 
I leave it activated again.
***/
@font-face {
	font-family: NeueHaas-bold;
	src: url(../../files/RB1_Theme/fonts/NeueHaasDisplayBold.ttf);
}

@font-face {
	font-family: NeueHaas-regular;
	src: url(../../files/RB1_Theme/fonts/NeueHaasDisplayRoman.ttf);
}

@font-face {
	font-family: NeueHaas-medium;
	src: url(../../files/RB1_Theme/fonts/NeueHaasDisplayMediu.ttf);
}

@font-face {
	font-family: Metro;
	src: url(../../files/RB1_Theme/fonts/metro-time-sign.ttf);
}

.space-mono-regular {
	font-family: "Space Mono", monospace;
	font-weight: 400;
	font-style: normal;
}

.space-mono-bold {
	font-family: "Space Mono", monospace;
	font-weight: 700;
	font-style: normal;
}

.space-mono-regular-italic {
	font-family: "Space Mono", monospace;
	font-weight: 400;
	font-style: italic;
}

.space-mono-bold-italic {
	font-family: "Space Mono", monospace;
	font-weight: 700;
	font-style: italic;
}

* {
	scroll-behavior: smooth;
	font-family: NeueHaas-medium;
}

:root {
	--trsn: all 0.5s ease 0s;
	--white: #fff;

	--hyperplexed-main-rgb: 41 121 255;
	--hyperplexed-main-light-rgb: 56 182 255;
	--hyperplexed-secondary-rgb: 42 252 152;

	--card-size: 480px;

	--background-light-rgb: 30 41 59;
	
	--ro-prime: #E84922;
	--ro-second: #E84922;
	--ro-off-black: #171717;
}

.section a {
	color: var(--ro-second);
}

a:hover {
	color: var(--ro-prime);
}


@-moz-document url-prefix() {
	:root {
	  --black: white;
	}
}

#Projects.block {
    overflow: visible !important;
}

.all {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	top: 0;
}

#nav-row {
	position: fixed;
	font-family: NeueHaas-bold;
	font-size: 50px;
	z-index: 999999999;
    width: 100%;
    height: 9vh;
    background-color: var(--white);
    border-bottom: 1px solid var(--ro-off-black);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.right-side {
	margin-right: 2.5vh;
}

.right-side a {
	text-decoration: none;
	margin-right: 1.5vh;
}

.right-side a svg {
	height: clamp(30px, 1.5vw, 1.5vw);
	width: auto;
}


.navigation {
	text-align: right;
	letter-spacing: 7px;
	text-decoration: none;
	color: var(--ro-off-black);
	font-size: clamp(30px, 1.5vw, 1.5vw);
}

.logo {
    margin-left: 4vh;
	text-decoration: none;
	color: var(--off-black);
	font-size: clamp(30px, 2vw, 2vw);
}

#hero.section {
	height: 100vh;
}

@media only screen and (max-width: 1200px) {
	#hero.section {
		height: 45vh;
	}
}

.hero_text {
	font-family: NeueHaas-medium;
	font-size: clamp(55px, 9.5vw, 250px);
    line-height: clamp(50px, 8vw, 200px);
	color: var(--ro-off-black);
	text-transform: uppercase;
	margin-top: auto !important;
	margin-bottom: auto;
	margin-left: 15%;
	z-index: 999;
	position: relative;
}

.wir {
	margin-left: 6%;
}

.entwickeln {
	margin-left: 18%;
}

@media only screen and (max-width: 1200px) {
	.hero_text {
		margin-left: 2%;	
	}
	
	.wir {
	margin-left: 20%;
	}
	
	.entwickeln {
		margin-left: 0%;
	}
	
	.lösungen {
		margin-left: 10%;
	}
}

.dott {
	color: var(--ro-prime);
	width: fit-content !important;
}

.dott-green {
	color: var(--ro-second);
	width: fit-content !important;
}

.dott-black {
	color: var(--ro-off-black);
	width: fit-content !important;
}

#nav.section {
	padding-top: clamp(100px, 6vw, 10vh);
	height: 100vh;
	margin-top: 0vh;
}

#nav li {
	list-style: none;
}

@media only screen and (max-width: 1200px) {
	#nav.section {
		height: fit-content;	
	}
}

.nav-points {
	position: relative;
	float: right;
	padding-right: 1vw;
	font-family: NeueHaas-medium;
	font-size: clamp(55px, 9.5vw, 250px);
    line-height: clamp(45px, 8vw, 200px);
	text-transform: uppercase;
	color: var(--ro-off-black) !important;
	transition: 0.1s ease-in-out;
	text-decoration: none;
	margin-left: 20%;
	list-style: none;
}

.nav-points:hover {
	letter-spacing: clamp(0.5vw, 1.5vw, 1.5vw);
	color: var(--ro-prime) !important;
}

.section {
	height: 100%;
	position: relative;
	padding-top: 25vh;
}

.section p {
	font-size: unset;
}

.headline {
	color: var(--ro-off-black);
	font-size: clamp(60px, 10vw, 250px);
	line-height: clamp(50px, 9vw, 250px);
	text-transform: uppercase;
	z-index: 9;
	position: relative;
}

.subline {
	color: var(--ro-off-black);
	font-size: 6vw;
	text-transform: uppercase;
	z-index: 9;
	position: relative;
}

.text-block {
	color: var(--ro-off-black);
	font-family: NeueHaas-medium;
	z-index: 9;
	position: absolute;
	font-size: 3vw;
	line-height: 3vw;
}

.f-text-block {
	color: var(--ro-off-black);
	font-family: NeueHaas-regular;
	z-index: 9;
	position: absolute;
	font-size: 1.2vw;
	width: 50%;
}

.text-block p:hover {
	backface-visibility: hidden;
	perspective: 1000px;
}
  
@keyframes shake {
	50%{
	  transform: translate3d(-8px, 0, 0);
	}
  }

#About .headline {
	text-align: end;
	margin-right: 5vw;
}

.a-grid {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-auto-rows: auto;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}

.half {
	padding:2vh;
	text-align: left;
	color: var(--ro-off-black);
	position:relative;
	width: 100%;
	grid-column: span 1;
	text-align: justify;
}

.half.left {
	padding: 2vw;
}

.half .a-image {
	background-color: var(--white);
	border-radius: 3%;
	height: 100%;
	width: 100%;
}

#About .half p {
	font-size: clamp(16px, 1.5vw, 1.5vw);
	font-family: NeueHaas-regular;
}

#About h1 {
	font-size: clamp(20px, 1.7vw, 1.7vw);
}

#About figure {
	margin: 20px;
}

.about-img {
	width: 70%;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1200px) {
	.a-grid {
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	}
}

#Products.section {
	margin-top: 40vh;
	background-color: var(--white);
	padding: 10vh 5vw;
}

#Products a {
	text-decoration: none !important;
	color: #171717;
}

#Products .headline {
	text-align: left;
	color: var(--ro-off-black);
	font-size: clamp(60px, 10vw, 250px);
	line-height: clamp(50px, 8vw, 200px);
}

#Products .prod-grid {
	display: grid; 
	grid-template-columns: 1fr 1fr 1fr; 
	column-gap: 40px;
}

.tripplet {
	aspect-ratio: 1/1;
	border: 1px solid black;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 40px;
}

@media only screen and (max-width: 1200px) {
	.prod-grid {
		grid-template-columns: 1fr 1fr !important;
		row-gap: 40px;
	}
		.tripplet {
		padding: 20px
	}
}

@media only screen and (max-width: 800px) {
	.prod-grid {
		grid-template-columns: 1fr !important;
		row-gap: 40px;
	}
}

#Products .tripplet p {
	font-size: clamp(16px, 1vw, 1vw);
	font-family: NeueHaas-regular;
}

#Products h1 {
	font-size: clamp(20px, 1.7vw, 1.7vw);
}

.black-border-subline {
	margin-bottom: 40px;
	background-color: var(--ro-off-black);
	font-size: clamp(16px, 1.5vw, 1.5vw);
	color: var(--white);
	text-align: start;
	padding: 0.7vh 1.5vh;
}

.black-border-subline p {
	margin: 0px !important;
	font-family: NeueHaas-regular !important;
}

#Features.section {
	margin-top: 40vh;
	background-color: var(--white);
	padding: 10vh 5vw;
}

#Features .headline {
	text-align: left;
	color: var(--ro-off-black);
	font-size: clamp(60px, 10vw, 250px);
	line-height: clamp(50px, 8vw, 200px);
}

.headline-small {
	font-size: 5vw;
	line-height: 5vw;
	border: none;
	margin-bottom: 3vh;
	color: var(--ro-off-black);
}

.f-chip-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, auto));
	grid-auto-rows: auto;
	background-color: var(--ro-off-black);
	margin-bottom: 1vh;
}

.f-chip {
	font-family: NeueHaas-medium;
	font-size: clamp(16px, 1.7vw, 1.7vw);
	line-height: clamp(16px, 2.6vw, 2.6vw);
	color: var(--white);
	text-align: center;
}

.f-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	grid-auto-rows: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.f-item {
	padding:2vh;
	text-align: justify;
	color:var(--ro-off-black);
	position:relative;
	width: 100%;
}

.f-item.f-text-block {
	grid-column: span 1;
}

.f-item.f-text-block p {
	font-size: clamp(16px, 0.8vw, 25px);
    font-family: NeueHaas-regular;
}

.f-item.f-text-block h1 {
	font-size: clamp(20px, 1vw, 1vw);
    font-family: NeueHaas-medium;
}


.f-item.f-center {
	grid-column: span 3;
	border-left: 1px solid var(--ro-off-black);
	border-right: 1px solid var(--ro-off-black);
}

#Features .f-center .headline {
	font-size: 5vw;
	line-height: 5vw;
	border: none;
	margin-bottom: 3vh;
}

.img-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: auto;
}

.img-item {
	padding: 1vh;
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 1500px) {
	.img-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media only screen and (max-width: 1200px) {
	.right-side {
		right: 20px;
	}
	
	#Features .headline {
		height: fit-content;	
	}
	
	.f-grid {
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	}
	
	.f-item.f-center {
		grid-column: span 1;
		border: none;
	}
	
	.f-chip-grid {
		padding-top: 1vh;
		padding-bottom: 1vh;
	}
}

#Projects .headline {
	text-align: end;
	margin-right: 5vw;
}

#Projects .subline {
	position: absolute;
	left: 5vw;
	top:-7vw;
}

#Projects .section {
	height: 100% !important;
	padding-top: none;
	margin-top: 20vh;
}

.subtext-first {
	font-family: NeueHaas-medium;
	font-size: 3vw;
	color: var(--ro-off-black);
	width: 50%;
	line-height: 100%;
	padding: 20vh 0px 4vh 4vh;
}

.subtext {
	font-family: NeueHaas-medium;
	font-size: 3vw;
	color: var(--ro-off-black);
	width: 50%;
	line-height: 100%;
	padding: 20vh 0px 4vh 4vh;
}

.project-nav {
	height:fit-content;
	width: fit-content;
	margin: 5vw 0px 5vw auto;
	position: sticky;
	top: clamp(100px, 10vh, 150px);
	z-index: 99;
}

.item-nav{
    position: relative;
	text-align: end;
	padding-right: 5vw;
	width: 100%;
	display: block;
    font-family: NeueHaas-medium;
    font-size: clamp(25px, 3.7vw, 3.7vw);
    line-height: clamp(23px, 3.2vw, 3.2vw);
    text-transform: uppercase;
    color: var(--ro-off-black) !important;
    transition: 0.1s ease-in-out;
    text-decoration: none;

	&:hover {
		color:var(--ro-prime) !important;
		letter-spacing: clamp(2px, 5px, 5px);
	}
}

nav a.active {
	color:var(--ro-prime) !important;
}

.pro-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, auto));
	grid-auto-rows: auto;
	border-top: 1px solid var(--ro-off-black);
	border-bottom: 1px solid var(--ro-off-black);
	padding: 0.7vh;
    background-color: var(--ro-off-black);
    margin-bottom: 15vh;
}

.pro-chip {
	font-family: NeueHaas-medium;
	font-size: 1.1vw;
    color: var(--white);
	text-align: center;
}

#Projects img {
	max-width: fit-content;
}

.gallery-row {
	position: relative;
}

.gallery-wrap {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 50vh;
	border-top: 1px solid var(--ro-off-black);
}

.gallery-wrap-detail {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 80vh;
	border-top: 1px solid var(--ro-off-black);
	border-bottom: 1px solid var(--ro-off-black);
	margin-top: 15vw;
}


  
.item-accord {
	flex: 1;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: none;
	transition: flex 0.8s ease;
	position: relative;
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.button-accord {
	position: absolute;
	color: white !important;
	font-size: clamp(25px, 1.5vw, 1.5vw);
	line-height: clamp(25px, 1.5vw, 1.5vw);
	display: none;
	padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    border: 2px solid white;
    text-transform: uppercase;
    cursor: url('../../files/RB1_Theme/images/dott-cursor-point.svg'), pointer;
}

.item-accord:hover .button-accord {
	animation: fadeIn 1s;
	display: block;
	bottom: 1vw;
	right: 1vw;
	cursor: url('../../files/RB1_Theme/images/dott-cursor-point.svg'), pointer;
	}

.mobile .item-accord.active .button-accord {
	animation: fadeIn 1s;
	bottom: 5vw;
	right: 5vw;
	display: block;
	}

.mobile .item-accord-scroll-anchor{
	position: absolute;
	height: 20vh;
	width: 100%;
	z-index: -999;
	pointer-events: none;
}

.mobile .active .item-accord-scroll-anchor{
	position: absolute;
	height: 20vh;
	width: 100%;
	z-index: -999;
	pointer-events: none;
	top: 50%;
    transform: translate(0, -50%);
}

.mobile .item-accord{
	height: 20vh;
}

.mobile .item-accord.active{
	height: 70vh;
	opacity: 1 !important;
	filter: none;
    -webkit-filter: grayscale(0);
}

.mobile .gallery-wrap {
	display:block;
}

.mobile .gallery-wrap-detail {
	display:block;
}

.mobile .item-accord{
	transition: height 0.8s ease;
}
  
.item-1-w { 
	background-image: url('../../files/RB1_Theme/images/WBRE-Magazin-Picture_new.jpg');
}
  
.item-2-w { 
	background-image: url('../../files/RB1_Theme/images/blps.jpg');
}

.item-3-w { 
	background-image: url('../../files/RB1_Theme/images/image_Kramar.jpg');
}

.item-4-w { 
	background-image: url('../../files/RB1_Theme/images/image_Christof-Beck.jpg');
}

.item-5-w { 
	background-image: url('../../files/RB1_Theme/images/image_ibb.jpg');
}

.item-1-s { 
	background-image: url('../../files/RB1_Theme/images/Projekte/dfb/Virtualisierung 2.2.jpg');
}
  
.item-2-s { 
	background-image: url('../../files/RB1_Theme/images/Projekte/wbre/Construction Sites 2.0.jpeg');
}

.item-3-s { 
	background-image: url('../../files/RB1_Theme/images/Projekte/wbcon/Helpdesk 2.1.jpeg');
}

.item-4-s { 
	background-image: url('../../files/RB1_Theme/images/Projekte/ladleif/HO6A7924_2.jpg');
}

.item-5-s { 
	background-image: url('../../files/RB1_Theme/images/Projekte/bcl/cloud 2.2.jpeg');
}

.item-1-e { 
	background-image: url('../../files/RB1_Theme/images/image_Hallo-Beruf.webp');
}
  
.item-2-e { 
	background-image: url('../../files/RB1_Theme/images/ums.png');
}

.item-2-5-e { 
	background-image: url('../../files/RB1_Theme/images/reddworld.jpg');
}

.item-3-e { 
	background-image: url('../../files/RB1_Theme/images/Projekte/fernao/bg-axians.png');
}

.item-4-e { 
	background-image: url('../../files/RB1_Theme/images/Projekte/crunchy/2022-12-12.jpg');
}

.item-5-e { 
	background-image: url('../../files/RB1_Theme/images/Projekte/reifen-reibold/reibold.jpg');
}

.item-6-e { 
	background-image: url('../../files/RB1_Theme/images/eberlein.jpg');
}

.item-1-c { 
	background-image: url('../../files/RB1_Theme/images/CGI/Final_Artwork_Techno-Classica_2024.jpg');
}
  
.item-2-c { 
	background-image: url('../../files/RB1_Theme/images/CGI/Renders7.jpg');
}

.item-3-c { 
	background-image: url('../../files/RB1_Theme/images/CGI/FA_Front.jpg');
}

.item-4-c { 
	background-image: url('../../files/RB1_Theme/images/CGI/Ulrich_Mitarbeiterlounge_6.jpg');
}

.item-5-c { 
	background-image: url('../../files/RB1_Theme/images/CGI/Ulrich_Mitarbeiterlounge_4.jpg');
}

.item-6-c { 
	background-image: url('../../files/RB1_Theme/images/CGI/Render_2.0000.jpg');
}

.item-7-c { 
	background-image: url('../../files/RB1_Theme/images/CGI/Renders6.0000.jpg');
}

.item-8-c { 
	background-image: url('../../files/RB1_Theme/images/CGI/penthouse_38_4_post.jpg');
}

.item-9-c { 
	background-image: url('../../files/RB1_Theme/images/CGI/Projekt_47_View4_Daylight_4K.jpg');
}

.item-1-d { 
	background-image: url('../../files/RB1_Theme/images/Projekte/CI/CI_Collage.jpg');
}
  
.item-2-d { 
	background-image: url('../../files/RB1_Theme/images/ui.png');
}

.item-3-d { 
	background-image: url('../../files/RB1_Theme/images/Marketing Bild.jpg');
}

.item-4-d { 
	background-image: url('../../files/RB1_Theme/images/saggio_digital.jpg');
}



.img-logo {
	position: absolute;
	bottom: 1vw;
	left: 1.5vw;
	height: clamp(10px, 4vw, 40px);
	width: auto;
}

.img-logo-cube {
	position: absolute;
	bottom: 1vw;
	left: 1.5vw;
	height: clamp(30px, 7vw, 60px);
	width: auto;
	display: none;
}

.text-accord {
	position: absolute;
	bottom: 1vw;
	right: 1vw;
	font-family: NeueHaas-medium;
	text-align: end;
	font-size: clamp(25px, 3.7vw, 3.7vw);
	line-height: clamp(28px, 4vw, 4vw);
	color: white;
	display: none;
	animation: fadeOut 0.5s;
	opacity: 0;
	text-transform: uppercase;
}

.text-accord:hover {
	display: block;
}

.mobile .item-accord.active .text-accord {
	animation: fadeIn 1.5s;
	opacity: 1;
}

@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

@media only screen and (max-width: 1200px) {
	.project-nav {
		margin: 5vw 0px 25vw auto;
	}
	
	.subtext-first {
		display: none;
	}

	.subtext {
		display: none;
	}
	
	.gallery-wrap {
		flex-direction: column;
		height: 100%;
		border-top: 2px solid var(--ro-second);
	}
	
	.gallery-wrap-detail {
		flex-direction: column;
		height: 100%;
		border-top: 2px solid var(--ro-second);
	}
	
	.gallery-row {
		padding-top: 15vh;
	}
	
	.pro-points {
		width: 100vw;
		overflow: hidden;
	}
	
	.scroll-grid {
		white-space: nowrap;
		display: flex;
		animation: loop-words 10s linear infinite;
		width: 750vw;
		margin-bottom: 15vh;
	}
	
	.scroll-grid-last {
		white-space: nowrap;
		display: flex;
		animation: loop-words 10s linear infinite;
		width: 750vw;
	}
	
	#Features .scroll-grid {
		margin-bottom: 0vh;
	}
	
	#last-scroll {
		margin-bottom: 0px;
	}
	
	.pro-grid {
		white-space: nowrap;
		display: grid;
		grid-template-columns: repeat(5, 50vw);
		grid-template-rows: auto;
		border-top: 2px solid var(--ro-second);
		border-bottom: 2px solid var(--ro-second);
	}
	
	.pro-chip {
		font-size: 16px;
		text-align: center;
	}
	
	.index-box {
		height: 20px;
	    width: 20px;
	    margin: -15vh auto 0;
	    border: 2px solid var(--ro-second);
	    border-radius: 10%;
	    position: sticky;
	    bottom: 10vh;
	}
	
	#Detail .subline {
		margin: 15vw 0vw 3vw;
	    word-break: break-word;
	}
	
	.mockup {
		width: 100% !important;
	}
	
	.headline-d {
		margin-top: 85vh !important;
	}
}

@keyframes loop-words {
	0% {
		transform: translate(0)
	}

	to {
		transform: translateX(-33.3%)
	}
}

@keyframes loop-words-positive {
	0% {
		transform: translate(-33.3%)
	}

	to {
		transform: translateX(0)
	}
}

@media only screen and (min-width: 1200px) {
	.item-accord:hover {
		flex: 8;
		opacity: 1 !important;
		filter: none;
    	-webkit-filter: grayscale(0);
    	cursor: url('../../files/RB1_Theme/images/dott-cursor-point.svg'), pointer;
	}

	.item-accord:hover .text-accord {
		animation: fadeIn 1.5s;
		opacity: 1;
	}
	
	.item-accord:hover .img-logo-cube {
		animation: fadeIn 0.5s;
		display: block;
	}
	
	.index-box {
		display: none;
	}
	
	#two {
		display: none;
	}
	
	#Detail .subline {
		margin: 15vw auto 3vw;
	}
	
	#Detail .text-block {
	}
	
	.button-accord {
		display: none !important;
	}
}

#Partner.section {
	margin-top: 10vh;
}

#Partner .headline {
	text-align: end;
	margin-right: 5vw;
}

#Partner p {
	margin: 0 0 -1.5vw;
}

.p-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-rows: auto;
	width: 100%;
	padding: 10vh 10vh;
	background-color: white;
}

.p-item {
	width: auto;
	max-height: 100px;
	margin:0 2vw;
}

.p-item img {
	max-height: 100px;
    width: auto;
}

.p-item figure {
	width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
}

@media only screen and (max-width: 1200px) {
	.p-grid {
		grid-template-columns: repeat(auto-fit, 100%);
		padding: 10vh 2vh;
	}
	
	.p-item {
		margin: 2vh 10vw;
	}
	
	#Partner.section {
		margin-top: 0vh;
	}
}

#Jobs.section {
	height: fit-content;
	margin: 10vh 0 40vh;
}

#Jobs .headline {
	text-align: end;
	margin-right: 5vw;
}

#Jobs .start-text p{
	font-size: clamp(16px, 1.5vw, 1.5vw);
    font-family: NeueHaas-regular;
    color: var(--ro-off-black);
}

#Jobs .start-text {
	width: 90%;
    margin: 0px auto;
    padding: 5vh 2vh;
}

.ce_accordion {
	border-top: 1px solid var(--ro-off-black);
	font-family: NeueHaas-medium;
	font-size: clamp(20px, 3vw, 3vw);
	color: var(--ro-off-black);
	width: 90%;
	margin: 0px auto;
	padding: 2vh;
}

.ce_accordion.last{
	border-top: 1px solid var(--ro-off-black);
	border-bottom: 1px solid var(--ro-off-black);
	font-family: NeueHaas-medium;
	font-size: clamp(20px, 3vw, 3vw);
	color: var(--ro-off-black);
	width: 90%;
	margin: 0px auto;
	padding: 2vh;
}

.ui-accordion-header {
	padding: 2vh;
	cursor: url('../../files/RB1_Theme/images/dott-cursor-point.svg'), pointer;
}

.ui-accordion-header:hover {
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}

.ui-accordion-content {
	padding:  0vh 2vw;
	font-family: NeueHaas-regular !important;
	font-size: clamp(16px, 0.8vw, 25px);
	color: var(--ro-off-black);
}

.ui-accordion-content li {
	font-family: NeueHaas-regular !important;
}

@media only screen and (max-width: 1200px) {
	.ce_accordion {
		border-top: 1px solid var(--ro-off-black);	
	}
	
	.ce_accordion.last{
		border-top: 1px solid var(--ro-off-black);
		border-bottom: 1px solid var(--ro-off-black);
	}
	
	.ui-accordion-content p {
		text-align: justify;
	}
	
	#Jobs .start-text {
		width: 90%;
	    margin: 0px auto;
	    padding: 5vh 2vh;
	    text-align:justify;
	}
}

.footer {
	height: 10vh;
	background-color: var(--white);
	color: var(--ro-off-black);
	padding: 3vh 0px;
	font-size: clamp(16px, 1vw, 1vw);
}

.footer .row {
	width: fit-content;
	margin: auto;
}

.f-link {
	font-family: NeueHaas-medium;
	text-decoration: none;
	color:var(--ro-off-black);
	width: fit-content !important;
}

.bg-image {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.ihk .bg-image {
	background-image: url('../../files/RB1_Theme/images/image_Hallo-Beruf.webp');
}

.carware .bg-image {
	background-image: url('../../files/RB1_Theme/images/eberlein.jpg');
}

.crunchy .bg-image {
	background-image: url('../../files/RB1_Theme/images/Projekte/crunchy/2022-12-12.jpg');
}

.ums .bg-image {
	background-image: url('../../files/RB1_Theme/images/Projekte/UMS/ums-banner.jpg');
}

.fernao .bg-image {
	background-image: url('../../files/RB1_Theme/images/Projekte/fernao/bg-axians.png');
}

.reddworld .bg-image {
	background-image: url('../../files/RB1_Theme/images/Projekte/Reddworld/370e70_5a0b0a6a43ad4f35bfcbdceeb782ec08~mv2.webp');
}

.reifen .bg-image {
	background-image: url('../../files/RB1_Theme/images/Projekte/reifen-reibold/reibold.jpg');
}

.wbre .bg-image {
	background-image: url('../../files/RB1_Theme/images/Projekte/wbre/Construction Sites 2.0.jpeg');
}

.wbcon .bg-image {
	background-image: url('../../files/RB1_Theme/images/Projekte/wbcon/Helpdesk 2.1.jpeg');
}

.ladleif .bg-image {
	background-image: url('../../files/RB1_Theme/images/Projekte/ladleif/HO6A7924_2.jpg');
}

.bcl .bg-image {
	background-image: url('../../files/RB1_Theme/images/Projekte/bcl/cloud 2.2.jpeg');
}

.dfb .bg-image {
	background-image: url('../../files/RB1_Theme/images/Projekte/dfb/Virtualisierung 2.2.jpg');
}

#Detail .white {
	background-color: white;
	padding: 1vw 0;
}

.headline-d {
	width: fit-content;
	margin: 70vh auto 0vh auto;
	color: white;
	vertical-align: calc(var(--valign) * -1px);
	text-shadow: 0px 0px 15px #40404094;
}

.headline-d p {
	--font: NeueHaas-medium;
	--fontSize: 9vw;
	--capital-height: 100;

	font-family: var(--font);
    margin-bottom: calc(var(--fontSize)* (-0.182));
    font-size: var(--fontSize);
    line-height: var(--fontSize);
    
    text-transform: uppercase;
}

#Detail .subline {
	padding-top: 2vw;
	padding-bottom: 2vw;
	font-size: clamp(25px, 8vw, 8vw);
	line-height: clamp(25px, 8vw, 8vw);
	color: var(--ro-off-black);
	border-bottom: 1px solid var(--ro-off-black);
	border-top: 1px solid var(--ro-off-black);
}

.d-grid {
	margin: 2vh 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, auto));
	grid-auto-rows: auto;
	background-color: var(--ro-off-black);
}

.d-chip {
	font-family: NeueHaas-medium;
	font-size: clamp(16px, 1.1vw, 1.1vw);
	line-height: clamp(16px, 2.6vw, 2.6vw);
	color: var(--white);
	text-align: center;
}

#Detail .text-box {
	width: 50%;
	margin: 0px auto;
}

#end {
	text-align: start;
}

#start {
	text-align: start;
}

#Detail .text-block {
	font-size: clamp(16px, 0.8vw, 25px);
	line-height: var(--bs-body-line-height);
	text-align: justify;
	position:relative;
	font-family: NeueHaas-regular;
	column-count: 3;
	column-gap: 3vw;
	color: var(--ro-off-black);
}

#Detail .text-block p {
	font-family: NeueHaas-regular;
}

.last-text {
	margin-bottom: 15vw !important;
}

.mockup {
	width: 50%;
	margin: 10vw auto 0;
}

.parallax {
	position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 15vw;
    height: 70vh;
    box-shadow: 0px 0px 20px black inset;
}

.parallax.ihk {
	background-image: url(../../files/RB1_Theme/images/Projekte/IHK/2024-08-08_12h55_58.jpg);
}

.image-spacer {
	width: 100vw;
	height: 70vh;
	padding: 5vh 0;
	background-color: var(--ro-off-black);
	position: relative;
	border-top: 5px solid var(--ro-off-black);
	border-bottom: 5px solid var(--ro-off-black);
}

#image-track {
	display: flex;
	gap: 10vw;
	position: absolute;
	top:50%;
	transform: translate(0%, -50%);
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
}

#image-track .image {
	height: auto;
	width: 50vw;
	object-fit: cover;
  	object-position: 100% center;
}

@media only screen and (max-width: 1200px) {
	#Detail .headline {
		margin-left: 2vw;
	}
	
	#Detail .headline p {
		margin-bottom: -5px;
	    padding-top: 1vw;
	}
	
	#Detail .text-box {
		width: 80%;
		margin: 10vw 10vw 10vw;
	}
	
	.d-points {
		width: 100vw;
		overflow: hidden;
	}
	
	#Features .d-points {
		margin-left: -5.5%;
	}
	
	#Detail .scroll-grid {
		white-space: nowrap;
		display: flex;
		animation: loop-words 10s linear infinite;
		width: 750vw;
		margin-bottom: 0vh;
	}
	
	#last-scroll {
		margin-bottom: 0px;
	}
	
	.d-grid {
		white-space: nowrap;
		display: grid;
		grid-template-columns: repeat(5, 50vw);
		grid-template-rows: auto;
		border-top: 2px solid var(--ro-off-black);
		border-bottom: 2px solid var(--ro-off-black);
	}
	
	.d-chip {
		font-size: 16px;
		text-align: center;
		margin: 1vh 0;
	}
	
	#Detail .text-block {
	column-count: 1;
	}
	
	#image-track .image {
		width: 100vw;
	}
}

@media only screen and (min-width: 1200px) {
	#two.d-grid {
		display: none !important;
	}
}

.slide{
  z-index: -1;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: z-index 1s ease;
}

.slide.is-active{
    z-index: 19;
    transition: z-index 1s ease;
}

.slide__content{
    position: relative;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    
    @media (min-width: 54em){
      height: 100%;
      width: 100%;
    }
  }

.slide__header{
    z-index: 9;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
	width: fit-content;
	margin-left: 2vw;
}

.slide__title{
    font-family: NeueHaas-medium;
    font-size: 2.5em;
    font-weight: 700;
    color: #111;
    
    @media (min-width: 54em){
      font-size: 5em;
    }
}

.title-line{
	display: block;
	span{
	  display: inline-block;
	  transform:translate3d(0,140%,0);
	  opacity: 0;
	  transition: transform 0.4s ease, opacity 0.8s ease;
	  @include nth-trans-delay(2, 0.15s);
	}
}

.title-line.is-active & span{
	transform:translate3d(0,0%,0);
	opacity: 1;
	transition: transform 0.6s cubic-bezier(.77,0,.175,1), opacity 0.1s ease;
}
.title-line.is-active &:nth-of-type(2n) span{
	transition-delay:0.2s;
}

.slide__figure{
    z-index: 7;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    transition: transform 0.5s cubic-bezier(.19,1,.22,1);
}

.slide__figure.is-sliding &{
	transform: scale(0.8);
	transition: transform 0.5s cubic-bezier(.19,1,.22,1);
}

.slide__img{
    position: relative;
    display: block;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50%;
    width: 100%;
	height: 100%;
    filter: grayscale(0%);
    transition: height 1s 1.4s cubic-bezier(.19,1,.22,1), filter 0.4s 0.1s ease;
  }

.slide__img.is-active &{
	height: 100%;
	opacity: 1;
	transition: height .5s .3s cubic-bezier(.77,0,.175,1), filter 0.4s 0.1s ease;
}

.slide__img.is-sliding &{
	filter: grayscale(100%);
}

#Impressum.section {
	margin: 15vh 10vw;
	padding: 0px;
}

#Impressum p{
	font-family:NeueHaas-regular;
	color: var(--ro-off-black);
	font-size: clamp(16px, 0.8vw, 25px);
}

#Impressum h2{
	font-family:NeueHaas-medium;
	color: var(--ro-off-black);
	font-size: clamp(25px, 3.7vw, 3.7vw);
}

.v-container {
		width: 40vw;
		margin: 120px auto 0;
	}

.v-image{
	margin-top: 8vh;
    display: flex;
    justify-content: center;
}

.v-profile {
    aspect-ratio: 1;
    width: 80vw;
    border: 1px solid var(--ro-off-black);
    background-image: url(../../files/RB1_Theme/images/Roman-bunt.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.v-qrcode {
    aspect-ratio: 1;
    width: 80vw;
    background-image: url(../../files/RB1_Theme/images/roman-bartel-v-card-qrcode.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.v-owner {
	color: var(--ro-off-black);
	margin-top: 4vh;
    margin-bottom: 4vh;
}

.v-name {
    font-size: 11vw;
    line-height: 12.5vw;
}


.v-button {
	border: 1px solid black;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
	flex-direction: row;
	align-items: center;
}

.v-button-text a {
	color: var(--ro-off-black);
	text-decoration: none;
}

.v-button-icon {
	margin-right: 15px;
}

.v-button-text {
	color: var(--ro-off-black);
    font-size: 3vh;
    text-decoration: none;
}


@media only screen and (max-width: 800px) {
	.v-container {
		width: 80vw;
	}
}

#first-form {
	margin-top: 10vh;
}

.roba-input.text {
	border: 1px solid black;
    padding: 15px;
    margin-bottom: 15px;
}

.roba-input.textarea {
	border: 1px solid black;
    padding: 15px;
    margin-bottom: 15px;
}

.roba-input select {
	border: 1px solid black;
    padding: 15px;
    margin-bottom: 15px;
}

.double-row {
	display: flex;
	flex-direction: row;
	gap: 15px;
}

@media only screen and (max-width: 1200px) {
	.double-row {
		display: flex;
		flex-direction: column;
		gap: 0px;
	}
}

@media only screen and (min-width: 1200px) {
	.v-image {
		max-width: 20vw;
	}
	.v-name {
    	font-size: 3vh;
    	line-height: 3.5vh;
	}
}

.half-field {
	width: 100%;
	gap: 15px;
}

#first-form button {
	border: none !important;
	background-color: var(--ro-prime);
	padding: 15px;
	color: white;
	text-transform: uppercase;
	margin-bottom: 8vh;
}

#first-form h1 {
	color: var(--ro-off-black);
}

