@charset "utf-8";

/* CSS Document */
html {
	scroll-behavior: smooth;
}

@font-face {
	font-family: "BundesSansWeb";
	src: url(fonts/BundesSansWeb-Regular.woff);
	src: url(fonts/BundesSansWeb-Regular.woff?#iefix) format("embedded-opentype"), url(fonts/BundesSansWeb-Regular.woff) format("woff"), url(fonts/BundesSansWeb-Regular.ttf) format("truetype"), url(fonts/BundesSansWeb-Regular.svg#fdcee3472cc53561b5916afc05bd2e03) format("svg");
	font-style: normal;
	font-weight: 400
}

@font-face {
	font-family: "BundesSansWeb";
	src: url(fonts/BundesSansWeb-Bold.woff);
	src: url(fonts/BundesSansWeb-Bold.woff?#iefix) format("embedded-opentype"), url(fonts/BundesSansWeb-Bold.woff) format("woff"), url(fonts/BundesSansWeb-Bold.ttf) format("truetype"), url(fonts/BundesSansWeb-Bold.svg#e0712101cc6274f776489b9067562449) format("svg");
	font-style: normal;
	font-weight: 700
}

@font-face {
	font-family: "BundesSansWeb";
	src: url(fonts/BundesSansWeb-Italic.woff);
	src: url(fonts/BundesSansWeb-Italic.woff?#iefix) format("embedded-opentype"), url(fonts/BundesSansWeb-Italic.woff) format("woff"), url(fonts/BundesSansWeb-Italic.ttf) format("truetype"), url(fonts/BundesSansWeb-Italic.svg#d8d34bb601050e0bee09c9c875471b6d) format("svg");
	font-style: italic;
	font-weight: 400
}

@font-face {
	font-family: "PilcrowRounded";
	src: url(fonts/PilcrowRounded-Regular.woff);
	src: url(fonts/PilcrowRounded-Regular.woff?#iefix) format("embedded-opentype"), url(fonts/PilcrowRounded-Regular.woff) format("woff"), url(fonts/PilcrowRounded-Regular.ttf) format("truetype"), url(fonts/PilcrowRounded-Regular.svg#225c422c9076382fc1047437c8392ae1) format("svg");
	font-style: normal;
	font-weight: 400
}

@font-face {
	font-family: "PilcrowRounded";
	src: url(fonts/PilcrowRounded-Semibold.woff);
	src: url(fonts/PilcrowRounded-Semibold.woff?#iefix) format("embedded-opentype"), url(fonts/PilcrowRounded-Semibold.woff) format("woff"), url(fonts/PilcrowRounded-Semibold.ttf) format("truetype"), url(fonts/BundesSerifWeb-Bold.svg#560b4f20db23cc9140aa51ebe39a0a79) format("svg");
	font-style: normal;
	font-weight: 700
}

:focus {
	outline: 2px solid #F7A600;
}

body {
	font-family: "bundessansweb", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	background-color: #ffffff;
	margin: 0px;
	color: #000000;

}

#backtotop {
	display: block;
	position: fixed;
	right: 40px;
	bottom: 30px;
	text-align: center;
	background-color: #003C94;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 0px;
	height: 46px;
	width: 46px;
}

#backtotop:hover {
	background: #3e3e3e;
}

#backtotop #backtotop-arrow {
	stroke: #ffffff;
	width: 20px;
	margin-top: 16px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#backtotop:hover #backtotop-arrow {
	stroke: #fff;
}

#start {
	display: inline-block;
	position: absolute;
	top: -62px;
}

.wrapper {
	margin: 0px auto 0px auto;
	width: 90%;
	max-width: 960px;
}

.clearer {
	clear: both;
}

#header {
	background-color: #ffffff;
	position: relative;
	padding-bottom: 0px;
}

.sprungmarke {
	visibility: hidden;
	height: 0px !important;
	position: absolute;
	margin: -100px;
}

#heading {
	background-color: #E1E100;
	width: 100%;
}

#heading h1 {
	font-size: 34px;
	margin: 0 auto;
	width: calc(100%-40px);
	padding: 0px 20px;
	max-width: 960px;
	font-weight: 700;
	color: #003C94;
	line-height: 60px;
	font-family: "PilcrowRounded", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#navigation {
	background-color: #64D4C6;
	width: 100%;
	z-index: 1;
	top: 0px;
	margin-bottom: 80px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation ul li {
	float: left;
	width: auto;
	border: none;
	display: block;
	outline: 0;
}

#navigation ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 14px 18px 18px 18px !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-family: "BundesSansWeb", Georgia, "Times New Roman", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

#navigation ul li a:hover,
#navigation ul li a.active {
	color: #000;
	text-decoration: none;
	background-color: #1E8BDA;
}

#mobile-nav-button {
	display: none;
}

#logos {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding: 0;
}

#logo-left img {
	width: 250px;
	padding-right: 2rem;

}

#logo-middle img {
	width: 230px;
}

#logo-right img {
	width: 230px;
}

@media screen and (max-width: 950px) {
	#logos {
		flex-direction: column;
		justify-content: center;
		row-gap: 20px;
	}

	#logo-left,
	#logo-middle,
	#logo-right {
		width: 100%
	}

	#logo-left img,
	#logo-middle img,
	#logo-right img {
		width: 90%;
		max-width: 250px;
	}
}

h2 {
	font-size: 28px;
	line-height: 42px;
	font-weight: 700;
	background-color: #1E8BDA;
	color: #000000;
	font-family: "PilcrowRounded", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	width: calc(100%-40px);
	max-width: 960px;
	padding: 10px 20px;
	border-radius: 5px;
	text-align: center;

}

h3 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 24px;
	color: #003C94;
	text-align: center;
	font-family: "PilcrowRounded", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h4 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 20px;
	color: #003C94;
	font-family: "PilcrowRounded", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#main {
	background-color: #fff;
	padding: 0px;
	font-size: 18px;
	line-height: 28px;
}

#main p {
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	text-decoration: none;
	margin: 0 0 20px 0;
}

#main a {
	color: #003C94;
	text-decoration: underline;
}

#main a:hover {
	color: #003C94;
	text-decoration: none;
}

#main a:visited {
	color: #003C94;
}

.responsive-img {
	width: 100%;
	height: auto;
}

.primary-button,
.secondary-button {
	font-weight: bold;
	text-decoration: none !important;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin: 10px 30px 10px 0;
	cursor: pointer;
	padding: 10px 24px 16px 24px;
	border-radius: 0px;
	font-size: 18px;
	line-height: 24px;
}

.secondary-button {
	background-color: #003C94;
	color: #fff !important;
}

.secondary-button:hover {
	background-color: #022d6d;
	color: #fff !important;
	text-decoration: underline !important;
}

.primary-button {
	background-color: #E1E100;
	color: #000 !important;
}

.primary-button:hover {
	background-color: #c0c002;
	color: #000 !important;
	text-decoration: underline !important;
}

input.primary-button {
	padding-top: 10px;
}

#main ol li, #main ul li {
	margin-bottom: 20px;
}

ol li::marker {
	font-weight: bold;
  }

figure {
	margin: 0px;
}

#header-pic {
	width: 100%;
	max-width: 960px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 12px;
	-webkit-box-shadow: 0 0 0 10px #fff, 0 0 30px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 10px #fff, 0 0 30px 5px rgba(0, 0, 0, 0.2);
}

figcaption {
	color: #5E5E5E;
	font-size: 15px;
	line-height: 20px;
	font-style: italic;
}

#teaser p {
	text-decoration: none;
	margin: 10px 0px 70px 0px;
	font-weight: 700;
}

details {
	margin-bottom: 15px;
	border: 1px solid #ddd;
}

summary {
	font-size: 20px;
	font-weight: 700;
	background-color: #64d4c71a;
	padding: 20px 0px 20px 20px;
}

.summer {
	background-color: rgba(244, 244, 227, 0.4);
	padding: 20px;
}


.content-block {
	background-color: #fff;
	padding: 18px 24px;
	margin-top: 10px;
	margin-bottom: 80px;
	-webkit-box-shadow: 0 0 0 10px #fff, 0 0 30px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 10px #fff, 0 0 30px 5px rgba(0, 0, 0, 0.1);
}

.contact-block {
	background-color: #fff;
}

.contact-card {
	background-color: #64d4c71a;
	width: 48%;
	padding: 25px;
	display: block;
	float: left;
	margin: 0;
	box-sizing: border-box;
}

.speaker {
	float: left;
	width: 260px;
	min-height: 330px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	margin-top: 20px;
}

.speaker img {
	max-width: 120px;
	margin-left: 10px;
}

.speaker span {
	font-size: 15px;
	line-height: 22px;
	display: inline-block;
	color: #444;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.iframe-chat {
	border: 1px solid #ccc;
}

table {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table td,
table th {
	padding: 12px 30px 12px 0px;
	vertical-align: top;
	text-align: left;
}

table tr {
	border-bottom: 1px solid #d0d7db;
}

table ul {
	padding-left: 15px;
	list-style-type: circle;
}

table li {
	margin-bottom: 10px;
}

video {
	object-fit: cover;
	width: 100%;
	max-width: 900px;
	margin-bottom: 20px;
}

#footer {
	background-color: #003C94;
	color: #fff;
	padding: 40px 0px;
	margin: 40px 0px 0px 0px;
	border-bottom: 10px solid #1E8BDA;
}

#footer a,
#footer #copyright {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}

#footer #copyright {
	float: left;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a:visited {
	color: #fff;
}

#footer ul {
	padding: 0;
	margin: 0;
	display: block;
	float: right;
}

#footer ul li {
	display: inline-block;
	list-style-type: none;
}

#footer ul li:after {
	content: "|";
	padding: 0 8px;
}

#footer ul li:last-child:after {
	content: "";
	display: none;
	padding: 0 8px;
}

@media screen and (max-width: 1024px) {

	#header {
		height: 100%;
		text-align: center;
		padding-top: 0px;
	}

	h1 {
		font-size: 28px;
	}

	#logo {
		float: none;
		margin-right: 0px;
	}

	#backtotop {
		bottom: 50px;
		right: 20px;
	}
}

@media screen and (max-width: 992px) {

	h1 {
		font-size: 28px;
	}

	#mobile-nav-button {
		display: block;
		text-align: right;
	}

	#mobile-nav-button span {
		display: inline-block;
		cursor: pointer;
		text-transform: uppercase;
		color: #000;
		font-weight: bold;
		padding: 20px 20px 20px 0px;
		background-image: url('medien/nav-icon.svg');
		background-size: 15px 12px;
		background-position: right center;
		background-repeat: no-repeat;
	}

	#navigation ul {
		display: none;
		border-top: 1px solid #000;
	}

	#navigation ul li {
		float: none;
	}

	#backtotop {
		bottom: 50px;
		right: 20px;
	}

	#feedback-button {
		top: auto;
		right: 10px;
		bottom: 65px;
		font-size: 18px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		border-radius: 45px;
		height: 90px;
		width: 90px;
		padding-top: 20px;
	}

	#feedback-button:hover {
		box-shadow: 0px 0px 15px #999;
		-webkit-box-shadow: 0px 0px 15px #999;
		-moz-box-shadow: 0px 0px 15px #999;
		-ms-box-shadow: 0px 0px 15px #999;
	}

	#feedback-button::before {
		height: 20px;
		width: 22px;
	}
}

@media screen and (max-width: 719px) {

	h1 {
		font-size: 28px;
	}

	.contact-card {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	#backtotop {
		bottom: 50px;
		right: 20px;
	}
}

/* 2 Klick Lösung */
.twoclick-youtube-wrapper {
	background-image: url('medien/header-bild-bmbf.jpg');
	background-size: cover;
	position: relative;
}

.twoclick-tweedback-wrapper {
	background-image: url('medien/twoclick-background-tweedback.jpg');
	background-size: cover;
	position: relative;
}

.twoclick-wrapper .twoclick-trigger {
	width: 100%;
	box-sizing: border-box;
	padding: 80px;
	bottom: 0;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.60);
	color: #ffffff;
	text-shadow: 0px 0px 5px #000000;
}

.twoclick-wrapper .twoclick-tweedback-trigger {
	height: 600px;
}

.twoclick-wrapper .twoclick-youtube-trigger {
	height: 500px;
}

.twoclick-wrapper .twoclick-trigger a,
.twoclick-wrapper .twoclick-trigger a:hover .twoclick-wrapper .twoclick-trigger a:visited {
	color: #ffffff !important;
	text-decoration: underline;
}

.twoclick-wrapper .twoclick-layer {
	position: relative;
	display: none;
	height: inherit;
	width: inherit;
	margin: auto;
}