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

/* montserrat-100 - latin */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* @import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700'); */
html {
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	font-weight: 300;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
}

#backhome {
	background-image: url(../img/bg-index2.jpg);
	-webkit-animation: zoom 30s ease-in-out infinite;
	animation: zoom 30s ease-in-out infinite;
}

@-webkit-keyframes zoom {
	0% {
		background-size: 100%;
	}

	50% {
		background-size: 115%;
	}

	100% {
		background-size: 100%;
	}
}

@keyframes zoom {
	0% {
		background-size: 100%;
	}

	50% {
		background-size: 115%;
	}

	100% {
		background-size: 100%;
	}
}

h1 {
	font-size: 3em;
	line-height: 1.2em;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: 1px solid #EB5014;
	padding: 0 5% 5% 15%;
	margin: 0 0 5% 0;
	text-align: left;
}

h2 {
	color: #EB5014;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 2em;
	line-height: 1.2em;
	padding: 25px 0 15px 0;
}

h3 {
	font-size: 1.4em;
	color: #EB5014;
	font-weight: 500;
	line-height: 1.5em;
	padding: 35px 0;
}

h4 {
	font-size: 1.2em;
	color: #EB5014;
	font-weight: 400;
	padding: 25px 0 15px 0;
}

p {
	font-size: 1.15em;
	line-height: 1.8em;
	font-weight: 300;
	margin: 20px 0;
}

newsdatum {
	font-size: 0.9em;
	line-height: 1.6em;
	font-weight: 300;
	margin: 0px 0;
	color: #fff;
}

newsblog {
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: 300;
	margin: 0px 0;
	color: #fff;
}

blockquote {
	font-size: 1.5em;
	color: #EB5014;
	margin: 60px 60px 30px 60px;
	font-style: italic;
}

address {
	color: #999;
	margin: 0 60px;
}

.wrapper {
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
}

img {
	max-width: 100%;
}

.onecol img {
	padding: 20px 0;
}

.clear {
	clear: both;
}

hr {
	border-bottom: 1px solid #EB5014;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	margin: 5% 0;
}

.leftcol {
	float: left;
	width: 40%;
	padding: 8% 5% 5% 5%;
}

.rightcol {
	float: right;
	width: 42%;
	padding: 3% 4%;
}

.onecol {
	padding: 0 12% 0 15%;
}

.title-overlay {

	padding: 10px 25px 10px 25px;
	line-height: 1.2em;
	background-color: rgba(0, 0, 0, 0.5);

}

li a {
	color: #FFF;
	text-decoration: underline;
}

li a:hover {
	color: #EB5014;
}

p a {
	color: #FFF;
	text-decoration: underline;
}

p a:hover {
	color: #EB5014;
}

.onecol ul {
	padding: 0 0 15px 15px;
	margin: 0;
	font-size: 1.15em;
	line-height: 1.8em;
	font-weight: 300;
}

.colwhite {
	background-color: #FFF;
	color: black;
}

.colorange {
	background-color: #EB5014;
}

.headlinehome {
	font-size: 4.5em;
	margin: 0;
	padding: 4% 0 4% 0;
	text-align: center;
	border-top: 1px solid #EB5014;
}

.orangelight {
	color: #EB5014;
	font-weight: 300;
}

.link01 {
	padding: 20px 0;
}

.link01 a {
	text-decoration: none;
	background-color: #EB5014;
	color: #FFF;
	padding: 25px 35px;
	transition: 0.3s;
}

.link01 a:hover {
	background-color: #F60;
}

.link02 {
	padding: 50px 0;
}

.link02 a {
	text-decoration: none;
	background-color: #EB5014;
	color: #FFF;
	padding: 25px 35px;
}

.link02 a:hover {
	background-color: #F60;
}

.link03 {
	padding: 50px 0;
}

.link03 a {
	text-decoration: none;
	background-color: #EB5014;
	color: #FFF;
	padding: 25px 35px;
	transition: 0.3s;
}

.link03 a:hover {
	background-color: #F60;
}

.content {
	padding: 0;
}

#header {
	padding: 30px 0;
	background-color: #000;
	font-size: 1.1em;
}

#fix {
	position: fixed;
	width: 100%;
	z-index: 1;
}

nav {
	min-height: 40px;
	background: #000;
	margin: 0 auto;
	text-align: right;
}

nav ul {
	margin: 0;
	padding: 0 2% 0 0;
}

nav li {
	display: inline-block;
}

nav a {
	color: #fff;
	text-decoration: none;
	padding: 0 12px;
	display: inline-block;
	line-height: 75px;
	font-size: 1.1em;
	transition: 0.3s;
}

nav a:hover {
	color: #eb5014;
}

.toggle-nav,
.hamburger,
.menucross {
	display: none;
}

.arrowwrapper {
	padding: 5px 0 5px 5px;
}

.arrow {
	border: solid;
	border-color: inherit;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
}

.down {
	transform: rotate(45deg) translate(-2px, -2px);
	-webkit-transform: rotate(45deg) translate(-2px, -2px);
}

nav li ul {
	display: none;
	position: absolute;
	padding: 0;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
	background-color: #000;
	color: #afafaf;
	z-index: 500;
}

nav li ul li {
	display: list-item;
	list-style: none;
	margin: 0;
	min-width: 200px;
	float: none;
	transition: 0.3s;
	text-align: left;
}

nav li ul li a {
	min-width: 200px;
}

nav li ul li:hover {
	background-color: #eb5014;
	color: #000;
}

nav li ul li a:hover {
	color: #000;
}

.expand {
	display: block;
}

#logo {
	position: fixed;
	z-index: 2;
	padding-left: 5%;
}

#language {
	float: right;
	padding: 0 0 0 15px;
}

#language a {
	color: #999;
	text-decoration: none;
	display: inline-block;
	line-height: 75px;
	padding: 0 30px;
	border-left: 1px solid #666;
	font-size: 1.05em;
}

#language a:hover {
	color: #EB5014;
}

#teaserhome {
	padding: 250px 0 0 0;
}

#teaser {
	padding: 250px 0 0 0;
}

#wikitext {
	padding: 3% 6%;
	background: rgb(160 160 160 / 8%);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(0, 0, 0, 0.27);

}

#wikiliste {
	text-align: center;
	font-size: 1.2em;

}

#wikiliste {
	text-align: center;
	font-size: 1.2em;

}

#wikiliste ul {
	margin: 0;
	padding: 0;
}

#wikiliste li {
	display: inline-block;
	padding: 1.3% 1%;
}

#wikiliste a {
	color: #FFF;
	text-decoration: none;
	padding: 25px 0px;
	min-width: 330px;
	background-color: #EB5014;
	display: block;
	transition: 0.3s;
}

#wikiliste a:hover {
	background-color: #F60;
}


#topics {
	text-align: center;
	font-size: 1.2em;
	padding: 5% 0;
}

#topics {
	text-align: center;
	font-size: 1.2em;
	padding: 5% 0;
}

#topics ul {
	margin: 0;
	padding: 0;
}

#topics li {
	display: inline-block;
	padding: 1.3% 1%;
}

#topics a {
	color: #FFF;
	text-decoration: none;
	padding: 25px 35px;
	background-color: #EB5014;
	display: block;
	transition: 0.3s;
}

#topics a:hover {
	background-color: #F60;
}

#teaserabout {
	padding: 3% 6%;
	text-align: center;

	background: rgb(160 160 160 / 8%);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(0, 0, 0, 0.27);
}

#teaseremma {
	background-color: #EB5014;
}

.emma {
	background-image: url(../img/hessenchampions2022-ki-innovation.png);
	background-repeat: no-repeat;
	height: 350px;
	background-position: center;
}

#imagelist {
	background-color: #FFF;
}

#kontakt {
	text-align: center;
	padding: 8% 0 0 0;
}

#kontakt p {
	line-height: 2.0em;
}

#kontakt a {
	text-decoration: none;
	color: #FFF;
}

#kontakt a:hover {}

#footer {
	text-align: center;
	padding: 20px;
	font-size: .9em;
	color: #FFF;
	background: #000;
	margin-top: 5%;
	overflow: auto;
}

#footer a {
	text-decoration: none;
	color: #FFF;
}

#footer a:hover {
	color: #eb5014;
}

#footer-nav {
	margin-left: 80px;
}

.footer-nav-row {
	float: left;
	padding: 0 20px;
	text-align: left;
	margin: 20px 0;
}

.footer-nav-row a {
	line-height: 2em;
}

#footercontact {
	text-align: left;
	float: right;
	margin: 20px 0 35px;
	margin-right: 120px;
}

#footercontact p {
	line-height: 2em;
	margin: 0;
}

#footcontent {
	overflow: auto;
}

#footfootercontenttext {
	margin: 20px 0;
}

.social-img-divider {
	display: inline-block;
}

.socialimg {
	margin: 10px;
}

#footfooter {
	border-top: 1px solid #666;
	width: 90%;
	margin: auto;
	padding-top: 20px;
}

.video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	/* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.hide {
	display: none;
}

.googlemaps {
	position: relative;
	padding-bottom: 66%;
	height: 0;
	overflow: hidden;
	margin: 80px 10% 0 10%;
}

.googlemaps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 85% !important;
}

@media (max-width: 1520px) {
	.onecol {
		padding: 0 10% 0 270px;
	}

	h1 {
		padding: 0 5% 5% 270px;
	}
}

@media (max-width: 1200px) {
	body {
		background-size: 1200px;
	}

	#teaser {
		padding: 230px 0 0 0;
	}

	#teaserhome {
		padding: 230px 0 0 0;
	}

	#language a {
		line-height: 60px;
	}

	#logo {
		position: absolute;
	}

	.toggle-nav {
		display: block;
		height: 60px;
		border-bottom: 1px solid #333;
		cursor: pointer;
	}

	.hamburger {
		content: "";
		box-sizing: border-box;
		width: 24px;
		height: 4px;
		background-color: #EB5014;
		backface-visibility: hidden;
		border-radius: 2px;

		display: block;
		transform: rotate(180deg);
		margin: 28px 40px 28px 20px;
		margin-right: 5%;
		float: right;
		font-size: 32px;
		font-weight: 200;
		line-height: 55px;
		color: #EB5014;
	}

	.hamburger:before {
		content: "";
		top: -8px;
		box-sizing: border-box;
		transform-origin: 1.71429px center;
		width: 24px;
		height: 4px;
		background-color: #EB5014;
		backface-visibility: hidden;
		border-radius: 2px;
		margin-right: 5%;
		float: right;
		font-size: 32px;
		font-weight: 200;
		line-height: 55px;
		color: #EB5014;
		display: block;
		position: absolute;
	}

	.hamburger:after {
		content: "";
		top: 8px;
		box-sizing: border-box;
		transform-origin: 1.71429px center;
		width: 24px;
		height: 4px;
		background-color: #EB5014;
		backface-visibility: hidden;
		border-radius: 2px;
		margin-right: 5%;
		float: right;
		font-size: 32px;
		font-weight: 200;
		line-height: 55px;
		color: #EB5014;
		display: block;
		position: absolute;
	}

	.menucross {
		width: 24px;
		height: 4px;
		background-color: #EB5014;
		backface-visibility: hidden;
		border-radius: 2px;
		display: block;
		transform: rotate(225deg);
		margin: 28px 25px 28px 20px;
		float: right;
	}

	.menucross:before {
		content: "";
		position: absolute;
		left: 0;
		top: -8px;
		box-sizing: border-box;
		transform-origin: 8px 6px;
		width: 24px;
		height: 4px;
		background-color: #EB5014;
		transform: rotate(90deg);
		backface-visibility: hidden;
		border-radius: 2px;
	}

	nav ul {
		padding: 0 0 0 0;
	}

	nav li {
		display: block;
		border-bottom: 1px solid #333;
	}

	nav a {
		width: 100%;
		display: block;
		padding: 0;
		text-align: center;
	}

	nav li:last-child {
		border-bottom: 3px solid #333;
	}

	nav ul {
		display: none;
	}

	nav li ul {
		display: none;
		position: relative;
		padding: 0;
		box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
		background-color: #000;
		color: #afafaf;
		z-index: 500;
	}

	.hide {
		display: block;
	}

	.onecol {
		padding: 0 15% 0 15%;
	}

	h1 {
		padding: 0 5% 5% 15%;
	}

	#footer-nav {
		margin-left: 35px;
	}

	.footer-nav-row {
		padding-left: 0;
		width: 30%;
	}

	#footercontact {
		float: none;
		clear: both;
		margin-right: 0;
		margin-left: 35px;
	}
}

@media (max-width: 820px) {
	.rightcol {
		float: none;
		width: 92%;
		padding: 2% 4% 4% 4%;
	}

	.leftcol {
		float: none;
		width: 90%;
	}

	.link01 {
		text-align: center;
	}

	.link03 {
		text-align: center;
	}
}

@media (max-width: 767px) {
	h1 {
		padding: 4% 0 4% 0;
	}

	.headlinehome {
		font-size: 3.5em;
	}

	#logo {
		position: inherit;
		top: 60px;
		width: 200px;
		z-index: 2;
	}

	#teaser {
		padding: 30px 0 0 0;
	}

	#teaserhome {
		padding: 30px 0 0 0;
	}

	#fix {
		position: inherit;
	}

	.onecol {
		padding: 0 0 6% 0;
	}

	.googlemaps {
		margin: 30px 0 0 0;
	}

	.googlemaps iframe {
		height: 100% !important;
	}

	.footer-nav-row {
		width: auto;
		float: none;
	}
}

@media (max-width: 650px) {
	html {
		font-size: 90%;
	}

	body {
		background-size: 1000px;
	}

	h1 {
		font-size: 2.5em;
	}

	.headlinehome {
		font-size: 2.5em;
		line-height: 1.2em;
	}

	#language a {
		font-size: 1.1em;
	}

	blockquote {
		font-size: 1.1em;
	}

	#topics li {
		display: block;
		padding: 0;
		margin-top: 2%;
	}

	#wikiliste li {
		display: block;
		padding: 0;
		margin-top: 2%;
	}

}

@media (max-width: 420px) {
	body {
		background-size: 800px;
	}

	.headlinehome {
		font-size: 2.2em;
		line-height: 1.2em;
	}

	#logo {
		width: 150px;
	}

	#teaser {
		padding: 25px 0 0 0;
	}

	#teaserhome {
		padding: 25px 0 0 0;
	}


	#wikilisteli {
		display: block;
		padding: 0;
		margin-top: 2%;
	}

	#wikiliste a {
		padding: 20px 35px;
	}


	#topics li {
		display: block;
		padding: 0;
		margin-top: 2%;
	}

	#topics a {
		padding: 20px 35px;
	}

	h2,
	h3 {
		font-size: 1.3em;
	}

	blockquote {
		font-size: 1.0em;
		margin: 60px 0;
		text-align: center;
	}

	address {
		margin: 0;
		text-align: center;
	}
}



/*** Kontaktformular ***/

#contact-form {
	margin-top: 61px;
	padding: 75px 20px 125px;
	background-color: #303030;
	color: #FFF;
}

#contact-form h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.1em;
	text-align: center;
}

#contact-form .bold {
	font-weight: bold;
}

#contact-form-content {
	width: 1110px;
	margin: auto;
}

#contact-form form {
	text-align: center;
}

#contact-form label {
	font-size: 20px;
}

#contact-form a {
	color: #CCC;
	text-decoration: underline;
	font-weight: normal;
}

#contact-form input {
	border: none;
	background: #CCC;
	color: #000;
	padding: 0 20px;
	height: 44px;
	font-weight: bold;
	font-size: 19px;
	text-align: left;
	white-space: nowrap;
	margin: 5px 5px 17px 0;
	width: 56%;
	cursor: text;
}

#contact-form input[type=submit],
#contact-form input[type=checkbox] {
	cursor: pointer;
}

#contact-form textarea {
	width: 60%;
	height: 16em;
	font-size: 19px;
	line-height: 1.4em;
	padding: 9px;
	margin: 18px;
	background: #CCC;
	border-color: #CCC;
}

#contact-form input[type=checkbox] {
	height: 20px;
	width: 20px;
}

#contact-form input[type=submit] {
	width: 181px;
	text-align: center;
}

#contact-form p,
#contact-form .checkbox-label {
	font-size: 1.0em;
	line-height: 1.5em;
}

/*Die Farbe der Umrandung der Input-Felder (ist die selbe Farbe wie alle anderen Farbelemente auch, nur transparent)*/
textarea:focus,
input:focus,
button:focus {
	border-color: rgba(230, 61, 37, 0.8);
	box-shadow: 0 1px 1px rgba(230, 61, 37, 0.075) inset, 0 0 4px rgba(230, 61, 37, 0.6);
	outline: 0 none;
}

@media screen and (max-width: 1200px) {

	#contact-form-content {
		width: 100%;
	}
}

@media screen and (max-width: 850px) {
	#contact-form h2 {
		font-size: 35px;
	}
}