@charset "utf-8";
/* CSS Document */
html {
	scroll-behavior: smooth;
}
@font-face {
    font-family: "BundesSansWeb";
    src: url(fonts/BundesSansWeb-Regular.eot);
    src: url(fonts/BundesSansWeb-Regular.eot?#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.eot);
    src: url(fonts/BundesSansWeb-Bold.eot?#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.eot);
    src: url(fonts/BundesSansWeb-Italic.eot?#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: "BundesSerifWeb";
    src: url(fonts/BundesSerifWeb-Regular.eot);
    src: url(fonts/BundesSerifWeb-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/BundesSerifWeb-Regular.woff) format("woff"), url(fonts/BundesSerifWeb-Regular.ttf) format("truetype"), url(fonts/BundesSerifWeb-Regular.svg#225c422c9076382fc1047437c8392ae1) format("svg");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "BundesSerifWeb";
    src: url(fonts/BundesSerifWeb-Bold.eot);
    src: url(fonts/BundesSerifWeb-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/BundesSerifWeb-Bold.woff) format("woff"), url(fonts/BundesSerifWeb-Bold.ttf) format("truetype"), url(fonts/BundesSerifWeb-Bold.svg#560b4f20db23cc9140aa51ebe39a0a79) format("svg");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: "BundesSerifWeb";
    src: url(fonts/BundesSerifWeb-Italic.eot);
    src: url(fonts/BundesSerifWeb-Italic.eot?#iefix) format("embedded-opentype"), url(fonts/BundesSerifWeb-Italic.woff) format("woff"), url(fonts/BundesSerifWeb-Italic.ttf) format("truetype"), url(fonts/BundesSerifWeb-Italic.svg#1e4fc7aa0b84d9fe822e5e02bc62cf6c) format("svg");
    font-style: italic;
    font-weight: 400
}
: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: 62px 0px 0px 0px;
	color: #000000;
	
}
#backtotop {
	display: block;
	position: fixed;
	right: 40px;
	bottom: 30px;
	text-align: center;
	background-color: #d1d1d1;
	box-sizing: border-box;
	color: #000000;
	-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: 25px;
    height: 50px;
    width: 50px;
}
#backtotop:hover {
	background: #3e3e3e;
}
#backtotop #backtotop-arrow {
	stroke: #000;
	width: 20px;
	margin-top: 17px;
	-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;
	min-height: 146px;
	position: relative;
	padding-bottom: 0px;
	padding-top: 35px;
}
.sprungmarke {
	visibility: hidden;
	height: 0px !important;
	position: absolute;
	margin: -100px;
}
#navigation {
	background-color: #004F80;
	position: fixed;
	width: 100%;
	z-index: 1;
	top: 0px;
}
#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: #fff;
	text-decoration: none;
	padding: 14px 18px 9px 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: "BundesSerifWeb", Georgia, "Times New Roman", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
#navigation ul li a:hover {
	color: #fff;
	text-decoration: none;
}
#navigation ul li a:after {
	border-width: 2px;
    border-bottom-width: 2px;
	margin-top: -2px;
	position: relative;
	content: '';
	border-bottom: 2px solid #004F80;
    border-bottom-width: 2px;
	display: block;
	padding-top: 9px;
	-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;
}
#navigation ul li a:hover:after {
	border-width: 2px;
    border-bottom-width: 2px;
	margin-top: -2px;
	position: relative;
	content: "";
	border-bottom: 2px solid #fff;
    border-bottom-width: 2px;
	display: block;
	padding-top: 9px;
}
#mobile-nav-button {
	display: none;
}
#feedback-button {
	display: block;
	position: fixed;
	right: 30px;
	top: 20px;
	text-decoration: none;
	text-align: center;
	background-color: #c1ca31;
	box-sizing: border-box;
	color: #000000;
	font-size: 21px;
	-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: 65px;
    height: 120px;
	width: 120px;
	padding-top: 30px;
	z-index: 9999;
}
#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{
	content: "";
	display: block;
	height: 30px;
	width: 33px;
	background-image: url('medien/feedback-icon.svg');
	margin: 0 auto 0 auto;
}
#logos {
	margin-bottom: 35px;
}

#logo-right {
	float: right;
	width: 100%;
	max-width: 150px;
}
.logo-left {
	float: left;
	width: 100%;
	max-width: 150px;
	margin-right: 40px;
}


h1 {
	font-size: 40px;
	font-weight: 700;
	color: #000;
	padding: 28px 0px 0px 0px;
	line-height: 50px;
	text-align: center;
	margin: 20px 0px 0px 0px;
	font-family: "bundessansweb",Calibri,"Droid Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
}
h2 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	color: #000;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: "bundessansweb",Calibri,"Droid Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
}
h3 {
	margin-top: 30px;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 20px;
	font-family: "BundesSerifWeb", Georgia, "Times New Roman", 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: #004f80;
	text-decoration: underline;
}
#main a:hover {
	color: #004f80;
	text-decoration: none;
}
#main a:visited {
	color: #004f80;
}
.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: 12px 24px 14px 24px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 24px;
}
.primary-button {
	background-color: #00818b;
	color: #fff !important;
}
.primary-button:hover {
	background-color: #6B6B6B;
	color: #fff !important;
	text-decoration: underline !important;
}
.secondary-button {
	background-color: #004F80;
	color: #fff !important;
}
.secondary-button:hover {
	background-color: #6B6B6B;
	color: #fff !important;
	text-decoration: underline !important;
}
input.primary-button {
	padding-top: 10px;
}
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;
}
.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.2);
	box-shadow: 0 0 0 10px #fff,0 0 30px 5px rgba(0,0,0,0.2);
}
.contact-block {
	background-color: #fff;
}
.contact-card {
	background-color: #D9E5EC;
	width: 100%;
	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;
}

details {
  padding: 10px;
  background-color: #D9E5EC;
  border-radius: 5px;
	margin-top:10px;
}


#footer {
	background-color: #004f80;
	color: #fff;
	padding: 40px 0px;
	margin: 40px 0px 0px 0px;
}
#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) {
	body {	
		margin: 116px 0px 0px 0px;
	}
	#header {
		min-height: 146px;
		height: 100%;
		text-align: center;
		padding-top: 0px;
	}
	#logo {
		float: none;
		margin-right: 0px;
	}
	.logo-left {
	float: left;
	width: 100%;
	max-width: 140px;
	margin-right: 40px;
}
}
@media screen and (max-width: 992px) {
	#mobile-nav-button {
		display: block;
		text-align: right;
	}
	#mobile-nav-button span {
		display: inline-block;
		cursor: pointer;
		text-transform: uppercase;
		color: #ffffff;
		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 white;
	}
	#navigation ul li {
		float: none;
	}
	
	 
	#backtotop {
		bottom: 170px;
		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;
}
	
.logo-left {
	float: left;
	width: 100%;
	max-width: 130px;
	margin-right: 30px;
}	
	
}

@media screen and (max-width: 719px) {
	.contact-card {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	
	.logo-left {
	float: left;
	width: 100%;
	max-width: 130px;
	margin-right: 30px;
}
}
/* 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;
}   