@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 #0800f7;
}
body {
	font-family: "bundessansweb",Calibri,"Droid Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: 400;
	background-color: #ffffff;
	margin: 80px 0px 0px 0px;
	color: #000000;
	
}
#backtotop {
	display: block;
	position: fixed;
	right: 40px;
	bottom: 30px;
	text-align: center;
	background-color: #107983;
	box-sizing: border-box;
	color: #fff;
	transition: all 0.2s ease-in-out;
    border-radius: 0px;
    height: 50px;
    width: 50px;
	border: 1px solid #fff;
}
#backtotop:hover {
	background: #e6eaad;
	color: #000;
	bottom: 33px;
}
#backtotop #backtotop-arrow {
	stroke: #fff;
	width: 20px;
	margin-top: 17px;
	transition: all 0.2s ease-in-out;
}
#backtotop:hover #backtotop-arrow {
	stroke: #000;
}
#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;
}
#keyvisual-heading-cointainer {
	background-color: #f1f8f9;
	width: 100%;
	padding: 30px 0px 50px 0px;
}
.sprungmarke {
	visibility: hidden;
	height: 0px !important;
	position: absolute;
	margin: -100px;
}
#navigation {
	background-color: #f9faea;
	background-color: #e6eaad;
	box-shadow: 0px -1px 5px #5354405d, 0px -5px 20px #959762b0;
	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: #000;
	text-decoration: none;
	margin: 18px 18px 20px 18px; 
	transition: all 0.2s ease-in-out;
	font-family: "bundessansweb", Georgia, "Times New Roman", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	position: relative;
}
#navigation ul li:first-child a {
	margin-left: 0px;
}
#navigation ul li:last-child a {
	margin-right: 0px;
}
#navigation ul li a::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, #107983, #107983); 
    border-radius: 0;
    transition: all 0.25s ease-in-out;
	opacity: 0;
  }
#navigation ul li a:hover::before {
    width: 100%;
    border-radius: 50%;
	opacity: 1;
  }
#navigation ul li a.nav-external-link::after {
	content: "";
	background-image: url(medien/icon-external-link.svg);
	width: 13px;
	height: 13px;
	margin-left: 7px;
	display: inline-block;
}
#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;
	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;
}
#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-left {
	float: left;
	width: 100%;
	max-width: 168px;
	margin-right: 50px;
}
#logo-right {
	float: right;
	width: 100%;
	max-width: 210px;
}
h1 {
	font-size: 50px;
	font-weight: 500;
	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;
	text-decoration: underline;
    text-decoration-color: currentcolor;
    text-decoration-thickness: auto;
    -webkit-text-decoration-color: #e6eaadc1;
    text-decoration-color: #e6eaadc1;
    text-underline-offset: -24px;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 24px;
}
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;
	text-decoration: underline;
    text-decoration-color: currentcolor;
    text-decoration-thickness: auto;
    -webkit-text-decoration-color: #e6eaadc1;
    text-decoration-color: #e6eaadc1;
    text-underline-offset: -14px;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 14px;
}
header h2 {
	text-align: center;
	margin-top: 30px;
	font-weight: 500;
}
h3 {
	margin-top: 30px;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 20px;
	font-family: "bundessansweb",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: #107983;
	text-decoration: underline;
}
#main a:hover {
	color: #107983;
	text-decoration: none;
}
#main a:visited {
	color: #107983;
}
#main ul {
	margin: 0;
}
.responsive-img {
    width: 100%;
    height: auto;
}
.primary-button,
.secondary-button {
	font-weight: 700;
	text-decoration: none !important;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	transition: all 0.2s ease-in-out;
	margin: 10px 30px 10px 0;
	cursor: pointer;	
    padding: 10px 20px 12px 20px;
    font-size: 18px;
    line-height: 24px;
}
.primary-button {
	background-color: #c9a3cb;
	color: #000 !important;
	border: none;
}
.primary-button:hover {
	background-color: rgb(196, 140, 199);
	border: none;
	color: #000 !important;
	text-decoration: underline !important;
}
.secondary-button {
	background-color: #107983;
	color: #fff !important;
}
.secondary-button:hover {
	background-color: #0e8792;
	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: 5px;
	box-shadow: 0 0 0 2px #fff;
}
figcaption {
	color: #5E5E5E;
    font-size: 14px;
    line-height: 14px;
	font-style: italic;
}
details {
  border-bottom: solid #107983 1px;
}

details:first-of-type {
  border-top: solid #107983 1px;
}

details[open] {
  background-color: #f1f8f9;
}

details summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}

details summary:hover {
	background-color: #f1f8f9;
}

details summary::after {
  content: '';
  border: solid #107983;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  transition: 0.3s;
  transform: rotate(45deg);
}

details[open] > summary {
  color: #107983;
}

details[open] > summary::after {
  transform: rotate(-135deg);
}

summary::-webkit-details-marker {
  display: none;
}

details p {
  padding: 15px 20px 10px 20px;
}
#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;
	box-shadow: 0 0 0 10px #fff,0 0 5px 8px rgba(0,0,0,0.1), 0 0 35px 5px rgba(0,0,0,0.04);
}
#countdown {
	box-shadow: 0 0 0 10px #f1f8f9;
	padding: 30px 24px 55px 24px;
	margin-top: 10px;
	margin-bottom: 80px;
	text-align: center;
}
#countdown h2 {
	margin-bottom: 30px;
}
#countdown-text .countdown-number {
	font-size: 64px;
	font-weight: 300;
	color: #107983;
	position: relative;
	margin: 0px 30px;
}
#countdown-text .countdown-descr {
	color: #000;
	font-size: 18px;
	position: absolute;
	top: 80px;
	left: 15px;
}
.contact-block {
	background-color: #fff;
}
.contact-card {
	background-color: #D4C1D5;
	width: 100%;
	padding: 24px 25px 10px 25px;
	display: block;
	float: left;
	margin: 0;
	box-sizing: border-box;
}
#main .contact-card a,
#main .contact-card a:hover,
#main .contact-card a:visited {
	color: #000;
}
.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 20px 12px 20px; 
	vertical-align: top;
	text-align: left;
}
table th {
	text-transform: uppercase;
}
table tr:hover th {
	background-color: #fff;
}
table tr {
	border-bottom: 1px solid #d0d7db;
}
table tr:hover {
	background-color: #f1f8f9;
}
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: #107983;
	border-top: 50px solid #e6eaad;
	color: #fff;
	padding: 60px 0px;
	margin: 40px 0px 0px 0px;
}
#footer a, #footer #copyright {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
}

#footer #copyright {
	float: left;
}
#footer a:hover {
	text-decoration: none;
}
#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 a {
	display: block;
	color: #fff;
	text-decoration: none;
	margin: 25px 18px;
	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;
	position: relative;
}
#footer ul li:first-child a {
	margin-left: 0px;
}
#footer ul li:last-child a {
	margin-right: 0px;
}
#footer ul li a::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #fff, #fff); 
    border-radius: 0;
    transition: all 0.25s ease-in-out;
	opacity: 0;
  }
#footer ul li a:hover::before {
    width: 100%;
    border-radius: 50%;
	opacity: 1;
  }
#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;
	}
}
@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: #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;
		text-align: center; 
	}
	#navigation ul li {
		float: none;
	}
	#navigation ul li a {
		margin: 20px 0px !important;
	}
	#backtotop {
		bottom: 170px;
		right: 20px;
	}
	#feedback-button {
		top: auto;
		right: 10px;
		bottom: 65px;
		font-size: 18px;
		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;
}
#feedback-button::before{
	height: 20px;
	width: 22px;
}
}

@media screen and (max-width: 719px) {
	.contact-card {
		width: 100%;
		float: none;
		margin-bottom: 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;
}   