body {
	overflow-x: hidden;
	overflow-y:auto;
}

#navi_opener {
	width:30px;
	position:absolute;
	top:40px;
	right:20px;
	cursor:pointer;
}
#head-slogan {
	font-family: "NeueHaasUnicaPro-Bold";
	color:#FFFFFF;
	font-size:15px;
	position:absolute;
	top:40px;
	right:80px;
}
#logo-top {
	height:70px;
	position:absolute;
	left:20px;
	top:25px;
}


.container-fluid {
	padding:0px !important;
}

#content-100 {
	/*height:900px;*/
	background-color:none;
	width:100%;
	/*height:500px;*/
	margin-top:200px;
	margin-bottom:200px;
	/*background-image:url("../images/bild-hell.jpg");
	background-size:cover;
	background-repeat:no-repeat;*/

}

#content-100 p {
	color:#6f6f6f;
	text-align:center;
	font-family: "NeueHaasUnicaPro-Regular";
}



#matrix > div:hover {
	transition:0.5s;
	background-color:#F0F0F0;
}



#matrix > div:nth-child(1) {
	border-right: 1px dotted #979797;
	border-bottom: 1px dotted #979797;
}
#matrix > div:nth-child(2) {
	border-bottom: 1px dotted #979797;
}
#matrix > div:nth-child(3) {
	border-right: 1px dotted #979797;
	border-bottom: 1px dotted #979797;
}
#matrix > div:nth-child(4) {
	border-bottom: 1px dotted #979797;
}
#matrix > div:nth-child(5) {
	border-right: 1px dotted #979797;
	border-bottom: 1px dotted #979797;
}
#matrix > div:nth-child(6) {
	border-bottom: 1px dotted #979797;
}
#matrix > div:nth-child(7) {
	border-right: 1px dotted #979797;
}
#matrix > div:nth-child(8) {

}


.content-container {
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
}




h2 {
	font-family: "NeueHaasUnicaPro-Bold";
	text-align:center;
}


#content-101 p {
	margin-top:30px;
	font-family: "NeueHaasUnicaPro-Regular";
	font-size:19px;
	line-height:30px;
}
#content-101 p strong {
	font-family: "IBMPlexSans-Bold";
}

footer {
	height:475px;
	background-color: #393c3e;
}
#absatz2 {
	padding-bottom:100px;
}

body {
	margin:0px;
}

p {
	margin-bottom:0px !important;
}

p.erlaeuterung {
	font-size:17px !important;
	line-height:27px !important;
	font-family: "NeueHaasUnicaPro-Regular" !important;
}

p.erlaeuterung strong {
	font-family: "NeueHaasUnicaPro-Italic" !important;
}
#matrix_logo:hover {
	cursor:pointer;
}


/* MOLEKÜL1 */
#content-100 h1 {
		margin-top:23px;
		font-size:51px !important;
		line-height:59px !important;
	}
#matrix_logo {
	height:105px;
}
#matrix_einleitung {
	font-size:19px !important;
	line-height:30px !important;
	margin-top:25px;
	width: 100%;
}
#matrix {
	margin-top:50px;
}
#matrix > div > img {
	height:72px;
}
#content-100 h2 {
	font-size:15px;
	line-height:16px;
	margin-bottom:0px;
}


#footer-logo {
	width:250px;
	height:auto;
}
#footer-anrufen {
	width:220px;
	height:45px;
	background:rgba(255,255,255,0.55);
	font-family: "NeueHaasUnicaPro-Bold";
	font-size:18px;
	line-height:28px;
	text-align:center;
	color:#4a4a4a;
	border:none;
	border-radius:3px;
	margin-top:50px;
	margin-bottom:25px;
}
#footer-mail {
	width:220px;
	height:45px;
	background-color:rgba(255,255,255,0.55);
	font-family: "NeueHaasUnicaPro-Bold";
	font-size:18px;
	line-height:28px;
	text-align:center;
	color:#4a4a4a;
	border:none;
	border-radius:3px;
	margin-bottom:75px;
}
#footer-links {
	color:#FFFFFF;
	font-family: "NeueHaasUnicaPro-Regular";
	font-size:17px;
	line-height:26px;
	text-align:center;
	margin-bottom:50px;
}





/* ----------------------------------- MIN 320 ----------------------------------------- */
@media (min-width: 320px) {
	.content-container {
		padding-left:20px;
		padding-right:20px;
	}
	#matrix_logo {
		height:105px;
	}
	#matrix_einleitung {
		font-size:19px !important;
		line-height:30px !important;
		margin-top:25px;
		width: 100%;
	}
	#matrix {
		margin-top:50px;
	}
	#matrix > div > img {
		height:72px;
	}
}

/* ----------------------------------- MIN 360 ----------------------------------------- */
@media (min-width: 360px) {
	.content-container {
		padding-left:20px;
		padding-right:20px;
	}
	#matrix_logo {
		height:120px;
	}
	#matrix_einleitung {
		font-size:19px !important;
		line-height:30px !important;
		margin-top:34px;
		width: 100%;
	}
	#matrix {
		margin-top:50px;
	}
	#matrix > div > img {
		height:81px;
	}

	#logo-top {
		left:25px;
	}
}

/* ----------------------------------- MIN 375 ----------------------------------------- */
@media (min-width: 375px) {
	.content-container {
		padding-left:25px;
		padding-right:25px;
	}
	#matrix_logo {
		height:125px;
	}
	#matrix_einleitung {
		font-size:19px !important;
		line-height:30px !important;
		margin-top:34px;
		width: 100%;
	}
	#matrix {
		margin-top:50px;
	}
	#matrix > div > img {
		height:85px;
	}

}

/* ----------------------------------- MIN 480 ----------------------------------------- */
@media (min-width: 480px) {
}

/* ----------------------------------- MIN 568 ----------------------------------------- */
@media (min-width: 568px) {

	.content-container {
		padding-left:35px;
		padding-right:35px;
	}
	#navi_opener {
		right:40px;
	}
	#head-slogan {
		right:100px;
	}

}

/* ----------------------------------- MIN 667 ----------------------------------------- */
@media (min-width: 667px) {
	.content-container {
		padding-left:40px;
		padding-right:40px;
	}

}

/* ----------------------------------- MIN 768 ----------------------------------------- */
@media (min-width: 768px) {

	.content-container {
		padding-left:50px;
		padding-right:50px;
	}
	#matrix_einleitung {
		font-size:19px !important;
		line-height:30px !important;
		margin-top:25px;
		width: 100%;
	}
	#matrix > div > div {
		height:80px;
		margin-top:25px;
		margin-bottom:15px;
	}
	#matrix {
		margin-top:95px;
	}

	#matrix > div {
		height:435px;
		cursor:pointer;
	}
	#matrix > div p {
		font-size:17px;
		line-height:24px;
		padding-left:15px;
		padding-right:15px;
		height:106px;
	}
	#matrix > div > img {
		height:100px;
	}
	#matrix > div:nth-child(1) {
		border-right: 1px dotted #979797;
		border-bottom: 1px dotted #979797;
	}
	#matrix > div:nth-child(2) {
		border-right: 1px dotted #979797;
		border-bottom: 1px dotted #979797;
	}
	#matrix > div:nth-child(3) {
		border-bottom: 1px dotted #979797;
		border-right:none;
	}
	#matrix > div:nth-child(4) {
		border-right: 1px dotted #979797;
		border-bottom: 1px dotted #979797;
	}
	#matrix > div:nth-child(5) {
		border-right: 1px dotted #979797;
		border-bottom: 1px dotted #979797;
	}
	#matrix > div:nth-child(6) {
		border-bottom: 1px dotted #979797;
	}
	#matrix > div:nth-child(7) {
		border-right: 1px dotted #979797;
	}
	#matrix > div:nth-child(8) {
		border-right: 1px dotted #979797;
	}
	#startslider {
		height:auto;
	}
	footer {
		height:300px;
	}
	#footer-anrufen, #footer-mail {
		display:none;
	}
	#footer-logo {
		margin-bottom:65px;
		width:250px;
		margin-top:25px;
	}


	#logo-top {
		left:50px;
		top:40px;
		height:75px;
	}
}


@media (max-width:991px) {
	#matrix > div p {
		display:none;
	}
	#matrix > div {
		height:223px;
		cursor:pointer;
	}
	#matrix > div > img {
		/*height:90px;*/
	}
	#matrix > div > div {
		height:auto;
		margin-top:25px;
		margin-bottom:15px;
	}
}

/* ----------------------------------- MIN 992 ----------------------------------------- */
@media (min-width: 992px) {
	#matrix_einleitung {
		font-size:19px !important;
		line-height:30px !important;
		margin-top:25px;
		width: 700px;
	}
	#matrix > div > div {
		height:80px;
		margin-top:25px;
		margin-bottom:15px;
	}
	#matrix {
		margin-top:130px;
	}
	#matrix > div {
		height:435px;
		cursor:pointer;
	}
	#matrix > div p {
		font-size:17px;
		line-height:24px;
		padding-left:15px;
		padding-right:15px;
		height:146px;
	}
	#matrix > div > img {
		height:100px;
	}

}

/* ----------------------------------- MIN 1024 ----------------------------------------- */
@media (min-width: 1024px) {
	.content-container {
		padding-left:60px;
		padding-right:60px;
	}
	#matrix_einleitung {
		font-size:19px !important;
		line-height:30px !important;
		margin-top:25px;
		width: 700px;
	}
	#matrix > div > div {
		height:80px;
		margin-top:25px;
		margin-bottom:15px;
	}
	#matrix {
		margin-top:100px;
	}

	#matrix > div {
		height:435px;
		cursor:pointer;
	}
	#matrix > div p {
		font-size:17px;
		line-height:24px;
		padding-left:15px;
		padding-right:15px;
		height:146px;
	}
	#matrix > div > img {
		height:100px;
	}

	#footer-logo {
		margin-bottom:56px;
		width:270px;
	}

	#logo-top {
		left:60px;
	}
}


/* ----------------------------------- MIN 1194 ----------------------------------------- */
@media (min-width: 1194px) {
	.content-container {
		padding-left:60px;
		padding-right:60px;
	}

}


/* ----------------------------------- MIN 1280 ----------------------------------------- */
@media (min-width: 1280px) {
	.content-container {
		padding-left:100px;
		padding-right:100px;
	}
	#matrix_einleitung {
		font-size:19px !important;
		line-height:30px !important;
		margin-top:25px;
		width: 800px;
	}
	#matrix > div > div {
		height:80px;
		margin-top:25px;
		margin-bottom:15px;
	}
	#matrix {
		margin-top:130px;
	}

	#matrix > div {
		height:435px;
		cursor:pointer;
	}
	#matrix > div p {
		font-size:18px;
		line-height:26px;
		padding-left:15px;
		padding-right:15px;
		height:106px;
	}
	#matrix > div > img {
		height:100px;
	}
	footer {
		height:350px;
	}
	#footer-logo {
		margin-bottom:80px;
		width:275px;
	}

}

/* ----------------------------------- MIN 1366 ----------------------------------------- */
@media (min-width: 1366px) {
	.content-container {
		padding-left:0px;
		padding-right:0px;
		max-width:1300px;
	}
	#matrix_einleitung {
		font-size:20px !important;
		line-height:30px !important;
		margin-top:25px;
		width: 800px;
	}
	#matrix > div > div {
		height:80px;
		margin-top:25px;
		margin-bottom:15px;
	}
	#matrix {
		margin-top:130px;
	}
	#matrix > div {
		height:435px;
		cursor:pointer;
	}
	#matrix > div p {
		font-size:18px;
		line-height:26px;
		padding-left:15px;
		padding-right:15px;
		height:106px;
	}

}




/* ----------------------------------- MIN 1920 ----------------------------------------- */
@media (min-width: 1920px) {
	.content-container {
		width:1400px !important;
		padding-left:0px;
		padding-right:0px;
	}
	#matrix_einleitung {
		font-size:20px !important;
		line-height:30px !important;
		margin-top:25px;
		width: 900px;
	}
	#matrix > div > div {
		height:80px;
		margin-top:25px;
		margin-bottom:15px;
	}
	#matrix {
		margin-top:130px;
	}

	#matrix > div {
		height:435px;
		cursor:pointer;
	}
	#matrix > div p {
		font-size:18px;
		line-height:26px;
		padding-left:15px;
		padding-right:15px;
		height:106px;
	}
	footer {
		height:500px;
	}
	#footer-logo {
		margin-bottom:170px;
		margin-top:70px;
		width:300px;
	}
	#footer-links {
		font-size:18px;
	}

}

/* ----------------------------------- MIN 2068 ----------------------------------------- */
@media (min-width: 2068px) {

}

/* ----------------------------------- MIN 2550 ----------------------------------------- */
@media (min-width: 2550px) {
	.content-container {
		width:1400px;
	}
	#matrix_einleitung {
		font-size:21px !important;
		line-height:31px !important;
		margin-top:25px;
		width: 900px;
	}
	#matrix > div > div {
		height:80px;
		margin-top:20px;
		margin-bottom:15px;
	}
	#matrix {
		margin-top:130px;
	}

	#matrix > div {
		height:435px;
		cursor:pointer;
	}
	#matrix > div p {
		padding-left:15px;
		padding-right:15px;
		height:106px;
		font-size:18px;
		line-height:26px;
	}

}
