html {
    font-size: 125%;
    overflow: scroll;
    height: 100%;
}

body {
    font-size: 50%;
    font-family: 'Open Sans', sans-serif;
    background-color: #f3f3f3;
    position: relative;
    min-height: 100%;
}

.html {
    background-color: #f3f3f3;
}

* {
    padding: 0;
    margin: 0;
    line-height: 100%;
}

ol li, ul li, input, p {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.1em;
    line-height: 33px;
    margin-bottom: 18px;
    color: #666666;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#maincontent ul li {
    list-style-type: circle;
}

input, select, textarea {
    box-sizing: border-box;
}

a, a:link, a:visited {
    color: #2195cf;
    text-decoration: none;

    -webkit-transition: all 250ms ease-out 50ms;
    -moz-transition: all 250ms ease-out 50ms;
    -o-transition: all 250ms ease-out 50ms;
    transition: all 250ms ease-out 50ms;
}

a:hover {
    color: #55AE47;
}

h1 {
    font-family: 'Roboto Slab', serif;
    color: #2195cf;
}

h1 {
    font-size: 4.8em;
    line-height: 60px;
    font-weight: 400;
}


h2, h3, h4, h5 {
    font-family: 'Roboto Slab', serif;
    color: #0076a9;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h2 {
    font-size: 4.2em;
    font-weight: 600;
    line-height: 42px;
    margin-top: 36px;
    margin-bottom: 48px;
}

h3 {
    font-size: 3em;
    line-height: 36px;
    margin-bottom: 24px;
    margin-top: 60px;
}

h4, h5 {
    font-size: 2em;
    line-height: 27px;
    margin-top: 30px;
    margin-bottom: 18px;
}

h5 {
    color: #36424a;
    margin-bottom: 12px;
}

img,
video {
    display: block;
    width: 100%;
    height: auto;
}


/*************************
 POPUP
*************************/

.popup {
  display: none;
  position: fixed;
  padding: 0;
  width: 850px;
  left: 50%;
  margin-left: -425px;
  height: auto;
  top: 40%;
  margin-top: -100px;
  background: #FFF;
  z-index: 20;
}

.popup div {
  border-top: 12px solid #55AE47;
	padding: 30px;
}

.popup p {
	font-family: 'Roboto Slab', serif;
	font-size: 3em;
	line-height: 42px;
	text-align: center;
}

.popup p.closepopup {
	margin: 0;
}

.popup p.closepopup a {
	display: block;
	cursor: pointer;
	width: 48px;
	height: 48px;
	position: absolute;
	right: -24px;
	top: -24px;
	color: #ffffff;
	background-color: #2195cf;
	
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup p.closepopup a:hover {
	background-color: #55AE47;
	text-decoration: none;
}

#popup2:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: -2;
}

#popup2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}

/*************************
 GENERAL CLASSES
*************************/

.font-weight-normal {
    font-weight: normal;
}

.clearer {
    clear: both;
}

.wrapper {
    width: 100%;
    max-width: 147em;
    margin: 0 auto;
    position: relative;
}

.space-after-medium {
    margin-bottom: 36px;
}


/*************************
 HEADER
*************************/

#logo {
    float: left;
    width: 26.501%;
    margin-top: 12px;
}

#logo img {
    max-width: 29em;
}

#contact-info {
    float: right;
}

#contact-info p {
    font-size: 1.4em;
    line-height: 24px;
    margin: 0;
}

#contact-info p a {
    color: #666666;
}

#contact-info p a:hover {
    color: #999999;
}

#contact-data,
#contact-person {
    float: left;
    padding-left: 60px;
    margin: 36px 0 42px 48px;
    position: relative;
}

#contact-data::before,
#contact-person::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    background-image: url("../images/icon-contact.png");
    background-position: left center;
}

#contact-data::before {
    background-image: url("../images/icon-mail.png");
}

#header-bottom {
    position: relative;
    background-image: url("../images/video-poster.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

#header-bottom::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.25)
}

#header-bottom video,
#header-bottom img {
    margin: 0 auto;
    position: relative;
    z-index: 20;
    max-width: 1470px;

    -webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.15);
}

.subpage #header-bottom img {
    max-width: none;
}

#header-bottom.subpage {
    max-height: 48em;
    overflow: hidden;
}

#maincontent,
#header-top {
    position: relative;
}

#header-top::before,
 #maincontent::before {
    content: "";
    position: absolute;
    right: 0;
    top: -12px;
    width: 65%;
    height: 12px;
    background-color: #55ae47;
}

#maincontent::before {
    top: 0;
    right: auto;
    left: 0;
    background-color: #2195cf;
}

#header-top::before {
    top: auto;
    bottom: 0;
}



/*************************
 MAINCONTENT
*************************/

#maincontent {
    padding: 120px 0;
}

#maincontent ul {
    margin-left: 24px;
}

.default-centered {
    width: 67.347%;
    margin: 0 auto;
    text-align: center;
}

.content-box {
    max-width: 744px;
    width: 67.347%;
    margin-left: 2.041%;
    margin-top: 120px;
    border-top: 12px solid #2195cf;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,.85);
    position: relative;
    z-index: 20;
}

.content-box.box-right  {
    margin-top: -113px;
    float: right;
    margin-right: 2.041%;
    margin-left: 0;
}

.content-box > div {
    padding: 72px;
}

.content-box > div h3 {
    margin-top: 0;
}

.parallax {
    height: 720px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -96px;
    z-index: 0;
}

.bridge {
    background-image: url("../images/image-bruecke.jpg");
    background-size: cover;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#questions {
    background-color: #ffffff;
    background-image: url("../images/bg-mohnblumen.jpg");
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 120px 0;
    margin-top: 120px;
}

#questions .default-centered {
    margin-bottom: 150px;
}

.question-box {
    background-color: #f3f3f3;
    padding: 48px;
    position: relative;
    min-height: 27em;

    display: flex;
    justify-content: center;
    align-items: center;
}

.question-box::before {
    content: "?";
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    font-size: 4.2em;
    text-align: center;
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgb(33,149,207);
    background: -moz-linear-gradient(45deg, rgba(33,149,207,1) 0%, rgba(85,174,71,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(33,149,207,1) 0%, rgba(85,174,71,1) 100%);
    background: linear-gradient(45deg, rgba(33,149,207,1) 0%, rgba(85,174,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2195cf",endColorstr="#55ae47",GradientType=1);
    border-radius: 50%;
    border: 3px solid #55ae47;
    left: 50%;
    top: -30px;
    margin-left: -30px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.question-box p {
    margin: 0;
}

#footer .wrapper > div,
.three-cols-33 {
    margin-left: 2.041%;
    margin-right: 2.041%;
    margin-bottom: 48px;
}

.three-cols-33 > div {
    float: left;
    width: 31.646%;
    margin-right: 2.11%;
}

.three-cols-33 > div.col-right {
    margin: 0;
}

.three-cols-33 > div.clearer {
    float: none;
    width: 100%;
}

#final-section {
    padding-top: 120px;
}

.pdf-button.button-right {
    position: absolute;
    bottom: 210px;
    right: 0;
}

.pdf-button.button-center {
    position: relative;
}

.pdf-button.button-center img {width:250px;height:auto;margin:0 auto 20px auto;image-rendering: crisp-edges;}
.pdf-button.button-center a {margin:50px auto;width:500px;height:500px;}

.pdf-button.button-left {
    position: absolute;
    top: 210px;
    left: 0;
}

.pdf-button a {
    display: block;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 6px solid #55ae47;
    color: #ffffff;
    position: relative;
    text-align: center;

    -webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.15);

    background: rgb(33,149,207);
    background: -moz-linear-gradient(45deg, rgba(33,149,207,1) 0%, rgba(85,174,71,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(33,149,207,1) 0%, rgba(85,174,71,1) 100%);
    background: linear-gradient(45deg, rgba(33,149,207,1) 0%, rgba(85,174,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2195cf",endColorstr="#55ae47",GradientType=1);
}

.pdf-button a:hover {
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0);
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,0);
    border: 6px solid #2195cf;
}

.pdf-button a::before {
    content: "";
    position: absolute;
    width: 72px;
    height: 72px;
    background-image: url("../images/icon-pdf.png");
    background-position: center;
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -36px;
    top: 36px;
}

.pdf-button a span.pdf-wrapper {
    position: absolute;
    width: 80%;
    height: auto;
    bottom: 60px;
    left: 10%;
}

.pdf-button a span.pdf-wrapper span {
    display: block;
    line-height: 33px;
}

.pdf-button a span.pdf-wrapper span.pdf-info {
    font-size: 14px;
}


/*************************
 FOOTER
*************************/

#footer {
    background-color: #0076a9;
    position: relative;
    padding: 60px 0;
}

#footer ul li,
#footer p {
    font-size: 1.6em;
    line-height: 24px;
    color: #ffffff;
}

#footer::before {
    content: "";
    position: absolute;
    right: 0;
    top: -12px;
    width: 65%;
    height: 12px;
    background-color: #55ae47;
}

#footer-left,
#footer-right,
#footer-center {
    float: left;
    width: 31.646%;
    margin-right: 2.11%;
}

#footer-right {
    margin-right: 0;
}

#footer-right ul {
    float: right;
}

#footer-right ul li {
    list-style-type: none;
    margin: 0;
}

#footer-left p a {
    color: #ffffff;
}

#footer-right ul li a {
    display: block;
    border-bottom: 3px solid #2195cf;
    padding: 12px 0 12px 12px;
    color: #ffffff;
    text-align: right;
}

#footer-right ul li a:hover {
    opacity: 0.5;
}

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

    .wrapper {width: 96%;}
}

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

    .wrapper {width: 100%;}
    #logo {margin-left: 2.5%; float: left;width: 30%;max-width: 27em;}
    #header-top::before, #maincontent::before {width: 75%;}
    #header-top {padding-bottom: 12px;}
    #contact-info {margin-right: 2.5%;}
    #contact-data, #contact-person {margin-left: 30px;}
    #footer .wrapper,
    #maincontent .wrapper {width: 95%;}
    .content-box {width: 55%;}
    .content-box > div {padding: 48px;}
    #footer .wrapper > div, .three-cols-33 {margin-left: 0; margin-right: 0;}
    .three-cols-33 > div {width: 48.98%; margin-right: 0;margin-bottom: 48px;}
    .row-odd.three-cols-33 > div.col-left,
    .row-odd.three-cols-33 > div.col-right,
    .row-even.three-cols-33 > div.col-center {margin-right: 2.041%;}
    .row-odd.three-cols-33 > div.clearer {clear: none;}
}

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

    #logo {margin: 12px 0 24px 5%; float: left;width: 30%;max-width: 27em;}
    #header-top::before, #maincontent::before {width: 60%;}
    #header-top {padding-bottom: 12px;}
    #contact-info {float: right; width: 60%;margin-right: 0;}
    #contact-data, #contact-person {float: none;margin: 12px 5% 12px 0; padding-bottom: 12px;}
    #contact-person {border-bottom: 1px solid #999999;}
    h1 {font-size: 3.6em; line-height: 42px;}
    h2 {font-size: 3em; line-height: 36px;}
    h3 {font-size: 2.7em; line-height: 33px;}
    #footer .wrapper,
    #maincontent .wrapper {width: 90%;}
    .default-centered {width: 90%;}
    .content-box {width: 100%;margin: 60px auto 0 auto;}
    .content-box.box-right {float: none;margin-left: auto; margin-right: auto;}
    .content-box > div {padding: 36px;}
    .content-box.box-right {margin-bottom: 48px;}
    .pdf-button.button-right,
    .pdf-button.button-left,
    .pdf-button.button-center {position: static; margin:  48px auto;clear: both;}
    .pdf-button a {left: 50%; margin-left: -150px; max-width: 100%;}
    .pdf-button.button-center a {left: 0; max-width: 100%;}
    .parallax {margin-top: 48px;}
    #footer .wrapper > div, .three-cols-33 {margin: 0 0 0 0;}
    .three-cols-33 > div {float:  none; width: 100%; margin: 0 0 48px 0;}
    .question-box {min-height: 0;}
    #footer-left, #footer-right, #footer-center {float: none; width: 100%; margin: 0 0 48px 0;}
}


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

		.popup {position: absolute;top: 0; left: 0; margin: 0;width: 100%;}
		.popup p.closepopup a {top: 0; right: 0;}
		.popup div {padding-top: 60px;}
    #logo {margin: 12px 0 24px 5%; float: none;width: 50%;max-width: 27em;}
    #header-top {padding-bottom: 12px;}
    #contact-info {float: none;width: 100%;}
    #contact-data, #contact-person {float: none;margin: 0 5% 12px 5%;padding-bottom: 12px;}
    #contact-person {border-bottom: 1px solid #999999;}
    h1 {font-size: 3.6em; line-height: 42px;}
    h2 {font-size: 3em; line-height: 36px;}
    h3 {font-size: 2.7em; line-height: 33px;}
    #footer .wrapper,
    #maincontent .wrapper {width: 90%;}
    .default-centered {width: 100%;text-align: left;}
    .content-box {width: 100%;margin-left: 0;}
    .content-box > div {padding: 36px;}
    .content-box.box-right {margin-bottom: 48px;}
    .pdf-button.button-right,
    .pdf-button.button-left {position: static; margin:  48px auto;clear: both;}
    .pdf-button a {left: 50%; margin-left: -150px; max-width: 100%;}
    .parallax {margin-top: 48px;}
    #footer .wrapper > div, .three-cols-33 {margin: 0 0 0 0;}
    .three-cols-33 > div {float:  none; width: 100%; margin: 0 0 48px 0;}
    .question-box {min-height: 0;}
    #footer-left, #footer-right, #footer-center {float: none; width: 100%; margin: 0 0 48px 0;}
}