/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v32-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v32-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v32-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v32-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v32-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v32-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v32-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v32-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v32-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v32-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

:root {
	--paddingtop: 60px;
}

/* style  */

body, html {
	font-family: 'Roboto', sans-serif;
	margin: 0 0 0 0;
/* 
	width: 1920px;
	height: 17773px;
 */
}

.mobil {
	display: none !important;
}

.maxwidth {
	/* 
width: 1920px;
	height: 16773px;
 */
	margin: 0 auto;
	/* 
background: url(../img/dummy_1920.jpg) left top no-repeat;
	background-size: 1920px 16773px;
 */
}
.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,255,0,0.2);
	z-index: 1;
	display: none;
}
.content {
	position: relative;
	opacity: 1;
	z-index: 2;
}
.header .zweispalten {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 1079px;
}
.header .spalte1 {
	background: url(../img/header_960.jpg) center center no-repeat;
	background-size: cover;
	padding-left: 62.3px;
	padding-top: 56px;
}
.logo {
	width: 228px;
	height: 228px;
}
.header .spalte2 {
	background: rgba(0,0,0,1);
	padding-top: 56px;
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 56px;
}
.navi {
	float: none;
	margin: 0 0 0 auto;
	width: 204px;
}
.clear:after {
	float: none;
	clear: both;
	content: " ";
	display: block;
}
.navi a {
	font-size: 16px;
	line-height: 36px;
	border-top: 2px solid #FFF;
	display: block;
	width: 204px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 20px;
}
.navi a.klinische {
	line-height: 34px;
}
.navi a.timebase4 {
	line-height: 27px;
	margin-bottom: 23px;
}
.navi a.screens {
	line-height: 34px;
	margin-bottom: 13px;
}
.navi a sup {
	font-size: 10px;
	position: relative;
	top: 1px;
}
.moin {
	border-top: 7.5px solid #FFF;
	border-bottom: 7.5px solid #FFF;
	font-size: 133px;
	line-height: 133px;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 22px;
	padding-top: 60px;
	padding-bottom: 53px;
}
.willkommen {
	text-transform: uppercase;
	color: #FFF;
	font-weight: 300;
	font-size: 26px;
	line-height: 45px;
	margin-top: 70px;
	padding-right: 10px;
}
.willkommen .sup {
	position: relative;
	top: -9px;
	left: 1px;
	font-size: 14px;
	line-height: 37px;
}
.abstand {
	width: 2px;
	display: inline-block;
}
.bold {
	font-weight: 600;
}
.container {
	width: calc(100% - 120px);
	max-width: 1180px;
	padding: 0 60px;
	margin: 0 auto;
}
.section1 {
	display: grid;
	grid-template-columns: 589fr 482fr;
	grid-gap: 9.23vw;
	padding-top: 91px;
}
.section1 img {
	margin-bottom: 107px;
}
.head {
	font-size: 33px;
	color: #010101;
	height: 50px;
	font-size: 48px;
	line-height: 36px;
	border-top: 5px solid #010101;
	text-transform: uppercase;
	padding-top: 17px;
	font-weight: 600;
	margin-bottom: 33px;
}
p {
	font-size: 24px;
	line-height: 36px;
	color: #010101;
	margin: 16px 0 16px 0;
	font-weight: 300;
}
.section1 .spalte2 img {
	max-width: 100%;
}
@media screen and (min-width:1920px) {
	.section1 {
		grid-gap: 109px;
	}
}

.section2 {
	margin-top: 102px;
}
.headklein {
	width: 164px;
	border-top: 3px solid #010101;
	font-size: 28px;
	line-height: 39px;
	height: 29px;
	padding-top: 0px;
	text-transform: uppercase;
	font-weight: 600;
	color: #010101;
	margin-bottom: 51px;
}
.section2 .headklein {
	width: 172px;
}
.head .sup {
	font-size: 26px;
	position: relative;
	top: -17px;
	margin-right: 2px;
	padding-left: 2px;
}
.ergohead .sup {
	font-size: 16px;
	position: relative;
	top: -7px;
	margin-right: 2px;
	padding-left: 2px;
}
.headklein .sup {
	font-size: 16px;
	position: relative;
	top: -9px;
	margin-right: 2px;
	padding-left: 2px;
}
p .sup {
	position: relative;
	top: -6px;
	font-size: 15px;
	margin-right: 2px;
	padding-left: 1px;
}
.section2 p {
	padding-right: 33px;
}
.section2 img {
	margin-top: 35px;
}
img.full {
	max-width: 100%;
}

/* # KLINISCHE */
.section3 {
	padding-top: var(--paddingtop);
	margin-top: 50px;
}

.klinische.grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}
.klini {
	margin-top: 0px;
}
.klini .bordertop {
	width: 180px;
	height: 2px;
	background: #010101;
}
.klini1 .bordertop,
.klini2 .bordertop,
.klini3 .bordertop {
	display: none;
}

.klini4,
.klini5,
.klini6 {
	margin-top: -5px;
}
.klinihead {
	position: relative;
	padding-top: 50px;
	padding-bottom: 20px;
}
.klini4 .klinihead,
.klini5 .klinihead,
.klini6 .klinihead {
	margin-top: 51px;
	margin-bottom: 30px;
}
.klini img {
	position: absolute;
	top: 0px;
}
.klinihead .headklein {
	font-size: 24px;
	line-height: 36px;
	padding-left: 142px;
}
.klini2 .klinihead .headklein {
	padding-left: 111px;
}
.klini4 .klinihead .headklein {
	padding-left: 155px;
}
.klini6 .klinihead .headklein {
	padding-left: 132px;
}
.klini1 img {
	top: 22px;
}
.klini2 img {
	top: 6px;
	left: -17px;
}
.klini3 img {
	top: 4px;
	left: -4px;
}
.klini4 img {
	top: 22px;
}
.klini5 img {
	top: -20px;
	left: -5px;
}
.klini6 img {
	top: -21px;
	left: -14px;
}
.klinische .headklein {
	border: 0px;
}


/* # TIMEBASE */
.section4 {
	margin-top: 21px;
	padding-top: var(--paddingtop);
}
.section4 img {
	margin-top: 44px;
}


.section5 {
	margin-top: 111px;
}
.section5 .headklein {
	width: 340px;
}
.section5 img {
	margin-top: 12px;
  	margin-left: -24px;
}
.section6 {
	margin-top: 82px;
}
.ergo.grid {
	display: grid;
	grid-template-columns: 130fr 781fr;
	grid-gap: 37px;
	margin-top: 46px;
}
.ergo.grid.eg2 {
	margin-top: 31px;
}
.ergo.grid.eg3 {
	margin-top: 31px;
}
.ergo img {
	margin-top: 4px;
}
.ergohead {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 600;
	color: #010101;
}
.ergo p {
	margin-top: 11px;
	max-width: 781px;
}

#screens {
	padding-top: var(--paddingtop);
}
.section7 {
	margin-top: 58px;
}
.section7 .headklein {
	width: 623px;
}


/* # SCREENS */
.section8 {
	margin-top: 43px;
}
.contihead {
	width: 100%;
	border-bottom: 2px solid #000;
	padding-bottom: 2px;
}
.contihead img {
	width: 100%;
	max-width: 180px;
}
.conti.grid {
	display: grid;
	grid-template-columns: 4238fr 5763fr;
	grid-gap: 0px;
	margin-top: 60px;
}
.conti.grid p {
	font-size: 24px;
	line-height: 36px;
	margin-top: -8px;
	color: #010101;
	padding-right: 20px;
}
.conti.grid p .bold {
	text-transform: uppercase;
}
.conti.grid .spalte2 {

}
.conti.grid img {
	max-width: 100%;
}


.section9 {
	margin-top: 110px;
}
.section10 {
	margin-top: 110px;
}
.section11 {
	margin-top: 27px;
}
.section12 {
	margin-top: 110px;
}
.mitconti > img {
	max-width: 100%;
	margin-top: 43px;
}
.mitconti > p {
	margin-top: 44px;
}
.mitconti > p .bold {
	text-transform: uppercase;
}
.section13 {
	margin-top: 53px;
}
.section13 .linie {
	width: 180px;
	height: 2px;
	background: #000;
	margin-top: 20px;
	margin-bottom: 20px;
}
.section13 p {
	margin-top: 51px;
}
.section13 > img {
	margin-top: 35px;
}
.section14 {
	margin-top: 110px;
}
.section15 {
	margin-top: 107px;
}
.section16 {
	margin-top: 107px;
}
.section16 .spalte2 img {
	margin-top: -7px;
	max-width: 286px;
	margin-left: -46px;
}

.schluss {
	margin-top: 118px;
}
.schluss .spalte1 {
	background: url(../img/schluss.jpg) center center no-repeat;
	background-size: cover;
	padding-left: 97px;
	padding-top: 86px;
}
.schluss .spalte2 {
	background: #ff4219;
}
.schluss .moin {
	margin-top: 28px;
	padding-bottom: 47px;
}
.schluss .willkommen {
	margin-top: 56px;
	margin-bottom: 48px;
}
.signal {
	width: 275px;
	height: 81px;
	border-radius: 7px;
	background: #fff;
	font-weight: 600;
	font-size: 28px;
	line-height: 81px;
	text-align: center;
	color: #fb3500;
	text-transform: uppercase;
	margin-left: auto;
	cursor: pointer;
}
.signal:hover {
	opacity: 0.85;
}
.footer {
	padding: 59px 68px;
	min-height: 70px;
}
.impredat.grid {
	display: grid;
	grid-template-columns: 192px 192px;
	grid-gap: 29px;
	float: right;
}
.footer__imprint {
  font-size: 16px;
  display: block;
  width: 159px;
  height: 51px;
  line-height: 51px;
  padding: 0 20px 0 14px;
  color: #FFF;
  background: #0098d8;
  text-decoration: none;

}
.footer__imprint:hover {
	text-decoration: underline;
}


.backtotop {
	position: fixed;
	right: 46px;
	bottom: 43px;
	width: 60px;
	height: 64px;
	background: url(../img/backtotop.svg) center center no-repeat;
	background-size: contain;
	text-align: center;
	cursor: pointer;
}
.backtotop:hover {
	opacity: 0.85;
}



@media screen and (max-width: 1700px) {
	.schluss .spalte1 {
  		background: url(../img/schluss.jpg) right center no-repeat;
  		background-size: cover;
  	}
}

@media screen and (max-width: 1420px) {
	.backtotop {
		right: 0px;
	}
	.logo {
		width: 11.8vw;
		height: 11.8vw;	
	}
	.moin {
		font-size: 6.9vw;
		line-height: 6.9vw;
	}
	.header .spalte2 {
		padding-left: 50px;
		padding-right: 50px;
	}
}


@media screen and (max-width: 1280px) {
	.section1 {
		grid-gap: 31px;
		padding-top: 50px;
		grid-template-columns: 6fr 5fr;
	}
	.section1 .spalte1 img {
		max-width: 100%;
	}
	.header .spalte1,
	.schluss .spalte1 {
		padding-left: 50px;
		padding-top: 50px;
	}
	.moin,
	.schluss .moin {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	
}


@media screen and (max-width: 1100px) {
	.klinische.grid {
  		grid-template-columns: 1fr 1fr;
  		grid-gap: 20px;
	}
	.klini3 {
 		margin-top: -5px;
	}
	.klini3 .bordertop {
		display: block;
	}
	.klini3 .klinihead {
 		margin-top: 51px;
  		margin-bottom: 30px;
	}
}



@media screen and (max-width: 1024px) {
	.container {
		width: calc(100% - 100px);
 	 	max-width: 1180px;
  		padding: 0 50px;
	}
	.backtotop {
		position: fixed;
		bottom: 43px;
		width: 50px;
		height: 44px;
		right: 10px;
	}
	.header .zweispalten {
		min-height: auto;
	}
	.header .spalte2 {
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.willkommen {
		font-size: 20px;
  		line-height: 26px;
	}
	
}



@media screen and (max-width: 960px) {
	.container {
		width: calc(100% - 80px);
  		padding: 0 40px;
	}
	.header .spalte2 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.backtotop {
		right: 0px;
	}
}