@charset "UTF-8";
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Changing Susy default global settings */
.main-diagramm > .container,
.main-timeline > .container {
  overflow: hidden;
}

.roboto-light, section.phase .phase-timeline .period .period-inner, html {
  font-family: Roboto;
  font-weight: 300;
}

.roboto-bold, section.glossary dt, section.phase .step-navigation .step-nav-item, nav.footer-nav .created-by a, nav.footer-nav a, #header .header-upper #top-nav a {
  font-family: Roboto;
  font-weight: 700;
}

.roboto-slab-light, section.forderungen, #main-timeline table.timeline-items td.item span.real, .box-warning, .box-warning-big {
  font-family: "Roboto Slab";
  font-weight: 300;
}

.roboto-slab-bold {
  font-family: "Roboto Slab";
  font-weight: 700;
}

.montserrat-light, #main-timeline table.timeline-items td.item span.law, h1 {
  font-family: Montserrat;
  font-weight: 400;
}

.montserrat-bold, h2 {
  font-family: Montserrat;
  font-weight: 700;
}

.text-shadow, h1 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

html {
  font-size: 46.875%;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 50%;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 56.25%;
  }
}

body {
  font-size: 1.8rem;
}

h1 {
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1.3em;
}

h2 {
  margin: 1em 0 0.3em;
  font-size: 1.8rem;
  text-transform: uppercase;
}
h2:first-child {
  margin-top: 0;
}

p {
  margin: 0.3em 0;
}
p:last-child {
  margin-bottom: 0;
}

html, body {
  height: 100%;
}

#preload-area {
  position: absolute;
  top: -10000px;
  left: -100000px;
}

*, *:after, *:before {
  transition: background 0.3s, opacity 0.3s, transform 0.3s;
}

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

.narrow {
  width: 82.4561403509%;
  float: left;
  margin-right: 5.2631578947%;
  margin-left: 8.7719298246%;
}

.bubble-top {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 1.5rem;
  background: #e5e5e5;
  color: #424242;
  text-align: left;
  box-shadow: 5px 10px 0px 0px rgba(0, 0, 0, 0.05);
}
.bubble-top:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #e5e5e5 transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -15px;
  top: -15px;
  left: 50%;
}

a {
  text-decoration: none;
}
a:link, a:visited {
  color: #5b8d23;
}
a:hover, a:focus {
  text-decoration: underline;
}

p {
  margin-bottom: 1em;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  margin: 0.25em 0 0.5em 1.2em;
  list-style: circle;
}

.icon-bundestag {
  display: block;
  width: 120px;
  height: 120px;
  margin: 3rem auto;
  background: url(images/icon-bundestag.svg) no-repeat center center;
  background-size: contain;
}

.icon-arrow-down {
  display: block;
  width: 40px;
  height: 31px;
  margin: 0 auto;
  background: url(images/arrow-down.svg) no-repeat center center;
  background-size: contain;
}

.icon-best-location {
  display: block;
  width: 177px;
  height: 177px;
  margin: 3rem auto;
  background: url(images/icon-best-location.svg) no-repeat center center;
  background-size: contain;
}

.read-less,
.read-more {
  color: #75b62d;
  cursor: pointer;
}

.box-warning-big,
.box-warning,
.box-info {
  padding: 0.75rem 1.5rem 1.2rem;
  text-align: left;
  margin-bottom: 1em;
}

.box-warning-big {
  background: #d6101c url(images/warning-icon-medium.svg) no-repeat 1.5rem 1.5rem;
  padding-left: 65px;
  color: #f3f3f3;
}

.box-warning {
  background: #d6101c url(images/warning-icon-small.svg) no-repeat 1.5rem 1.5rem;
  padding-left: 60px;
  color: #f3f3f3;
}
.box-warning h3 {
  margin: 0.3em 0;
}

.box-info {
  background: #fff;
}

a.glossary {
  color: inherit;
}
a.glossary:hover {
  text-decoration: none;
}
a.glossary:after {
  content: "";
  position: relative;
  top: -5px;
  right: -2px;
  margin-right: 3px;
  font-family: "FontAwesome";
  font-size: 0.75em;
}

a.glossary-b {
  border-bottom: 1px dashed #75b62d;
  cursor: help;
}
a.glossary-b:hover {
  text-decoration: none;
}

#header {
  background: #777;
  color: #fff;
  transition: margin 0s;
}
#header .header-upper {
  padding: 1.5rem 1.5rem 3rem;
}
#header .header-upper #bund-logo {
  float: left;
}
#header .header-upper #top-nav {
  padding: 0 0 0 1em;
  float: right;
}
#header .header-upper #top-nav a {
  color: #fff;
  margin-left: 1.2em;
  text-decoration: none;
}
#header .header-upper #top-nav a:before {
  transition: color 0s;
}
#header .header-upper #top-nav a:hover, #header .header-upper #top-nav a:focus, #header .header-upper #top-nav a:hover:before, #header .header-upper #top-nav a:focus:before {
  color: #000;
  transition: color 0s;
}
#header .header-upper #top-nav i {
  font-size: 3.2rem;
}
#header .header-upper #top-nav i.fa-youtube {
  position: relative;
  top: -0.1em;
}
#header .header-lower {
  padding: 3rem 1.5rem 3rem;
}

footer#footer {
  padding: 6rem 0;
  position: relative;
  text-align: center;
}

nav.footer-nav {
  position: absolute;
  left: 3rem;
  top: -12px;
  text-align: left;
}
nav.footer-nav a {
  display: inline-block;
  margin: 1em 1em 0 0;
  color: #5b5b5b;
}
nav.footer-nav a:hover, nav.footer-nav a:focus {
  color: #000;
  text-decoration: none;
}
nav.footer-nav .created-by {
  margin-top: 8px;
  color: #999;
}
nav.footer-nav .created-by a {
  display: inline;
  margin: 0;
  color: #999;
}
nav.footer-nav .created-by a:hover, nav.footer-nav .created-by a:focus {
  color: #000;
}

.social-share-icons a {
  color: #5b5b5b;
  font-size: 4rem;
  margin: 0.3em;
}
.social-share-icons i.fa-youtube {
  position: relative;
  top: -0.1em;
}

.bund-logo-footer {
  position: absolute;
  right: 3rem;
  top: -3.75rem;
}
.bund-logo-footer img {
  width: 220px;
  height: auto;
}

#main-timeline {
  z-index: 100;
  position: relative;
  z-index: 100;
  width: 100%;
  background: white url(images/main-timeline-bg.svg) repeat-x center center;
  box-shadow: 5px 10px 0px 0px rgba(0, 0, 0, 0.05);
}
#main-timeline table {
  transform: scale(1);
}
#main-timeline.pinned {
  position: fixed;
  top: 0;
}
#main-timeline table.timeline-items {
  width: 100%;
  height: 160px;
}
#main-timeline table.timeline-items td {
  position: relative;
  vertical-align: middle;
  text-align: center;
}
#main-timeline table.timeline-items td.item {
  width: 10%;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  #main-timeline table.timeline-items td.item {
    min-width: 96px;
    min-height: 96px;
  }
}
#main-timeline table.timeline-items td.item span.law, #main-timeline table.timeline-items td.item span.real {
  display: block;
  font-size: 1.6rem;
}
@media screen and (min-width: 480px) {
  #main-timeline table.timeline-items td.item span.law, #main-timeline table.timeline-items td.item span.real {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #main-timeline table.timeline-items td.item span.law, #main-timeline table.timeline-items td.item span.real {
    font-size: 2.2rem;
  }
}
#main-timeline table.timeline-items td.item-small {
  width: 2.5%;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  #main-timeline table.timeline-items td.item-small {
    min-width: 22px;
    min-height: 22px;
  }
}
#main-timeline table.timeline-items td.item.grey {
  background-image: url(images/main-timeline-item-grey.svg);
}
#main-timeline table.timeline-items td.item.grey:hover, #main-timeline table.timeline-items td.item.grey.active {
  background-image: url(images/main-timeline-item-grey_active.svg);
}
#main-timeline table.timeline-items td.item.green1 {
  background-image: url(images/main-timeline-item-green1.svg);
}
#main-timeline table.timeline-items td.item.green1:hover, #main-timeline table.timeline-items td.item.green1.active {
  background-image: url(images/main-timeline-item-green1_active.svg);
}
#main-timeline table.timeline-items td.item.green2 {
  background-image: url(images/main-timeline-item-green2.svg);
}
#main-timeline table.timeline-items td.item.green2:hover, #main-timeline table.timeline-items td.item.green2.active {
  background-image: url(images/main-timeline-item-green2_active.svg);
}
#main-timeline table.timeline-items td.item.green3 {
  background-image: url(images/main-timeline-item-green3.svg);
}
#main-timeline table.timeline-items td.item.green3:hover, #main-timeline table.timeline-items td.item.green3.active {
  background-image: url(images/main-timeline-item-green3_active.svg);
}
#main-timeline table.timeline-items td.item.green4 {
  background-image: url(images/main-timeline-item-green4.svg);
}
#main-timeline table.timeline-items td.item.green4:hover, #main-timeline table.timeline-items td.item.green4.active {
  background-image: url(images/main-timeline-item-green4_active.svg);
}
#main-timeline table.timeline-items td.item-small.green1 {
  background-image: url(images/main-timeline-item-small-green1.svg);
}
#main-timeline table.timeline-items td.item-small.green1:hover, #main-timeline table.timeline-items td.item-small.green1.active {
  background-image: url(images/main-timeline-item-small-green1_active.svg);
}
#main-timeline table.timeline-items td.item-small.green2 {
  background-image: url(images/main-timeline-item-small-green2.svg);
}
#main-timeline table.timeline-items td.item-small.green2:hover, #main-timeline table.timeline-items td.item-small.green2.active {
  background-image: url(images/main-timeline-item-small-green2_active.svg);
}
#main-timeline table.timeline-items td.item-small.green3 {
  background-image: url(images/main-timeline-item-small-green3.svg);
}
#main-timeline table.timeline-items td.item-small.green3:hover, #main-timeline table.timeline-items td.item-small.green3.active {
  background-image: url(images/main-timeline-item-small-green3_active.svg);
}
#main-timeline table.timeline-items td.today-marker:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent url(images/today-marker.png) no-repeat center center;
}
#main-timeline table.timeline-items td .info-bubble {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 1.5rem;
  background: #fff;
  color: #424242;
  text-align: left;
  box-shadow: 5px 10px 0px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  width: 300px;
  top: -5000px;
  transition: top 0s;
  opacity: 0;
  left: calc( 50% - 165px);
}
#main-timeline table.timeline-items td .info-bubble:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #fff transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -15px;
  top: -15px;
  left: 50%;
}
#main-timeline table.timeline-items td .info-bubble.left {
  left: calc( 50% - 50px );
}
#main-timeline table.timeline-items td .info-bubble.left:after {
  left: 50px;
}
#main-timeline table.timeline-items td .info-bubble.right {
  left: calc( 50% - 285px );
}
#main-timeline table.timeline-items td .info-bubble.right:after {
  left: 285px;
}
#main-timeline table.timeline-items td:hover .info-bubble {
  opacity: 1;
  top: 135px;
  transform: scale(1);
}

.timeline-description .desc-bubble {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 1.5rem;
  background: #e5e5e5;
  color: #424242;
  text-align: left;
  box-shadow: 5px 10px 0px 0px rgba(0, 0, 0, 0.05);
  margin: 2.25rem 0;
}
.timeline-description .desc-bubble:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #e5e5e5 transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -15px;
  top: -15px;
  left: 50%;
}
.timeline-description .desc-bubble h2 {
  margin-bottom: 0;
}
.timeline-description .desc-bubble .read-more {
  padding-left: 0.5em;
}

section.main-diagramm {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 0;
}
section.main-diagramm:after {
  content: " ";
  display: block;
  clear: both;
}
section.main-diagramm .gesamtgrafik {
  position: relative;
  z-index: 1;
}
section.main-diagramm .gesamtgrafik .bubble2016-2017 {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  width: 25%;
  background: #555;
  padding: 20px;
  border-radius: 50px;
  color: white;
  box-shadow: 10px 20px 0px 0px rgba(0, 0, 0, 0.1);
}
section.main-diagramm .gesamtgrafik .bubble2016-2017 h2 {
  text-align: center;
  font-size: 1.2em;
}
section.main-diagramm .gesamtgrafik .bubble2016-2017 .bubble-content {
  display: none;
}
@media screen and (min-width: 667px) {
  section.main-diagramm .gesamtgrafik .bubble2016-2017 .bubble-content {
    display: block;
  }
}
section.main-diagramm .gesamtgrafik .bubble2016-2017 a {
  font-weight: bold;
  color: #75b62d;
}
section.main-diagramm .gesamtgrafik .bubble2016-2017 a:hover, section.main-diagramm .gesamtgrafik .bubble2016-2017 a:focus {
  text-decoration: underline;
}
section.main-diagramm .gesamtgrafik img {
  position: relative;
  width: 100%;
  height: auto;
}
section.main-diagramm .gesamtgrafik img.image-highlight {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
section.main-diagramm .gesamtgrafik a.link-download-votum {
  display: block;
  position: absolute;
  width: 20%;
  height: 36%;
  top: 0;
  left: 0;
  background: rgba(255, 222, 255, 0.0001);
  opacity: 0.5;
  z-index: 200;
}
section.main-diagramm .gesamtgrafik a.link-download-abschlussbericht {
  display: block;
  position: absolute;
  width: 23%;
  height: 42%;
  top: 36%;
  left: 5.5%;
  background: rgba(255, 222, 255, 0.0001);
  opacity: 0.5;
  z-index: 200;
}
section.main-diagramm .gesamtgrafik .phase {
  position: absolute;
  z-index: 200;
  top: 0;
  height: 100%;
  cursor: pointer;
  background: rgba(255, 222, 255, 0.0001);
}
section.main-diagramm .gesamtgrafik .phase .bubble {
  opacity: 0;
  transform: scale(0.5);
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 1.5rem;
  background: #e5e5e5;
  text-align: left;
  box-shadow: 5px 10px 0px 0px rgba(0, 0, 0, 0.05);
}
section.main-diagramm .gesamtgrafik .phase .bubble:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #e5e5e5 transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -15px;
  bottom: -15px;
  left: 50%;
}
section.main-diagramm .gesamtgrafik .phase:hover .bubble {
  opacity: 1;
  transform: scale(1);
}
section.main-diagramm .gesamtgrafik .phase1 {
  left: 24%;
  width: 24%;
}
section.main-diagramm .gesamtgrafik .phase2 {
  left: 48%;
  width: 18%;
}
section.main-diagramm .gesamtgrafik .phase3 {
  left: 66%;
  width: 17%;
}

section.main-diagramm-2019 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 0;
}
section.main-diagramm-2019:after {
  content: " ";
  display: block;
  clear: both;
}
section.main-diagramm-2019 .hand-cursor {
  cursor: pointer;
}
section.main-diagramm-2019 .hiddenItem {
  opacity: 0;
}

section.phase {
  text-align: center;
}
section.phase .phase-header {
  padding: 4.5rem 0 3rem;
}
section.phase .phase-header h1 {
  text-shadow: none;
  margin: 0 0 1.5rem;
}
section.phase .step-navigation {
  clear: both;
  padding: 4.5rem 0;
}
section.phase .step-navigation .step-nav-item {
  text-transform: uppercase;
  padding: 1em 1em;
  cursor: pointer;
  color: #5b5b5b;
  font-size: 2rem;
  position: relative;
}
section.phase .step-navigation .step-nav-item.active, section.phase .step-navigation .step-nav-item:hover, section.phase .step-navigation .step-nav-item:focus {
  color: #75b62d;
}
section.phase .step-navigation .step-nav-item.active:after {
  content: "";
  position: absolute;
  top: -9px;
  left: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background: #75b62d;
  border-radius: 50%;
}
section.phase .steps-container {
  clear: both;
  position: relative;
}
section.phase .step {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 667px) {
  section.phase .step {
    flex-direction: row;
  }
}
section.phase .step .map {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 667px) {
  section.phase .step .map {
    width: 47%;
    margin-right: 3%;
  }
}
section.phase .step .map .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
section.phase .step .map .layer img {
  max-width: 480px;
  height: auto;
}
section.phase .step .map .layer0 {
  position: relative;
  z-index: 0;
}
section.phase .step .content {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  section.phase .step .content {
    width: 50%;
    position: relative;
  }
}
section.phase .step .content > h3 {
  margin-top: 0;
}
section.phase .step .content h4 {
  margin: 0;
}
section.phase .step .content ul {
  margin-bottom: 1em;
}
section.phase .gesteinsart-legende {
  display: flex;
  justify-content: center;
  text-align: left;
}
section.phase .gesteinsart-legende ul {
  padding: 0;
  margin: 0;
}
section.phase .gesteinsart-legende ul li {
  margin: 0 0 5px;
  list-style: none;
  padding-left: 40px;
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: left top;
}
section.phase .gesteinsart-legende ul li.ton {
  background-image: url(images/gesteins-proben_ton.svg);
}
section.phase .gesteinsart-legende ul li.salz {
  background-image: url(images/gesteins-proben_salz.svg);
}
section.phase .gesteinsart-legende ul li.kristallin {
  background-image: url(images/gesteins-proben_kristallin.svg);
}
section.phase .gesteinsart-legende .active a {
  background-image: url(images/yes.svg);
}
section.phase .gesteinsart-legende .active a:hover {
  background-image: url(images/yes_red.svg);
}
section.phase .gesteinsart-legende .inactive a {
  background-image: url(images/no.svg);
}
section.phase .gesteinsart-legende .inactive a:hover {
  background-image: url(images/no_red.svg);
}
section.phase .gesteinsart-legende a {
  display: block;
  padding: 5px 0 5px 32px;
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 24px 24px;
  color: #000;
}
section.phase .gesteinsart-legende a:hover {
  text-decoration: none;
  color: #d6101c;
}
section.phase .brackets {
  clear: both;
  margin-top: 4.5rem;
  padding: 0 0 1.5rem;
}
section.phase .brackets .bracket h3 {
  margin: 0;
  font-size: 1.8rem;
}
section.phase .brackets .bracket .bracket-figure {
  background: url(images/bracket-center.svg) center center no-repeat;
  height: 35px;
  position: relative;
  padding: 0 50px;
  background-clip: content-box;
}
section.phase .brackets .bracket .bracket-figure:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 35px;
  left: 0;
  top: 0;
  background: url(images/bracket-left.svg) 0 center no-repeat;
}
section.phase .brackets .bracket .bracket-figure:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 35px;
  right: 0;
  top: 0;
  background: url(images/bracket-right.svg) 0 center no-repeat;
}
section.phase .phase-timeline {
  padding: 0.75rem 0;
}
section.phase .phase-timeline .container {
  overflow: hidden;
}
section.phase .phase-timeline .period {
  clear: both;
  position: relative;
  display: table;
  height: 50px;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border-radius: 25px;
  background: #619525;
}
section.phase .phase-timeline .period .period-inner {
  display: table-cell;
  vertical-align: middle;
  color: #f3f3f3;
}

section.phase1 {
  background: rgba(117, 182, 45, 0.2);
}
section.phase1 .brackets .bracket1 {
  width: 29.8245614035%;
  float: left;
  margin-right: 5.2631578947%;
}
section.phase1 .brackets .bracket2 {
  width: 29.8245614035%;
  float: left;
  margin-right: 5.2631578947%;
}
section.phase1 .brackets .bracket3 {
  width: 29.8245614035%;
  float: right;
  margin-right: 0;
}
section.phase1 .phase-timeline {
  background: url(images/phase1-timeline-bg.svg) center center;
}
section.phase1 .period.period1 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: linear-gradient(to right, #75b62d 0%, #619525 100%);
}
section.phase1 .period.period1:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 50px;
  left: -100px;
  top: 0;
  background: url(images/timelinetail-phase1-left.svg) no-repeat;
}
section.phase1 .period.period1:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 50px;
  right: -100px;
  top: 0;
  background: url(images/timelinetail-phase1-right.svg) no-repeat;
}
section.phase1 .period.period2 {
  width: 29.8245614035%;
  float: left;
  margin-right: 5.2631578947%;
  margin-left: 35.0877192982%;
  background: linear-gradient(to right, #6fab2a 0%, #68a026 100%);
}
section.phase1 .period.period3 {
  width: 29.8245614035%;
  float: right;
  margin-right: 0;
  margin-left: 70.1754385965%;
  background: linear-gradient(to right, #68a026 0%, #619525 100%);
}
section.phase1 .period.period3:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 50px;
  right: -100px;
  top: 0;
  background: url(images/timelinetail-phase1-right.svg) no-repeat;
}

section.phase2 {
  background: rgba(97, 149, 37, 0.2);
}
section.phase2 .brackets .bracket1 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
section.phase2 .phase-timeline {
  background: url(images/phase2-timeline-bg.svg) center center;
}
section.phase2 .period.period1 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: linear-gradient(to right, #619525 0%, #4d751e 100%);
}
section.phase2 .period.period1:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 50px;
  left: -100px;
  top: 0;
  background: url(images/timelinetail-phase2-left.svg) no-repeat;
}
section.phase2 .period.period1:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 50px;
  right: -100px;
  top: 0;
  background: url(images/timelinetail-phase2-right.svg) no-repeat;
}
section.phase2 .period.period2 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: linear-gradient(to right, #619525 0%, #4d751e 100%);
}
section.phase2 .period.period2:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 50px;
  left: -100px;
  top: 0;
  background: url(images/timelinetail-phase2-left.svg) no-repeat;
}
section.phase2 .period.period2:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 50px;
  right: -100px;
  top: 0;
  background: url(images/timelinetail-phase2-right.svg) no-repeat;
}
section.phase2 .period.period3 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: linear-gradient(to right, #619525 0%, #4d751e 100%);
}
section.phase2 .period.period3:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 50px;
  right: -100px;
  top: 0;
  background: url(images/timelinetail-phase2-right.svg) no-repeat;
}

section.phase3 {
  background: rgba(77, 117, 30, 0.2);
}
section.phase3 .brackets .bracket1 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
section.phase3 .phase-timeline {
  background: url(images/phase3-timeline-bg.svg) center center;
}
section.phase3 .period.period1 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: linear-gradient(to right, #4d751e 0%, #395417 100%);
}
section.phase3 .period.period1:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 50px;
  left: -100px;
  top: 0;
  background: url(images/timelinetail-phase3-left.svg) no-repeat;
}
section.phase3 .period.period2 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: linear-gradient(to right, #4d751e 0%, #395417 100%);
}
section.phase3 .period.period2:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 50px;
  left: -100px;
  top: 0;
  background: url(images/timelinetail-phase3-left.svg) no-repeat;
}
section.phase3 .period.period3 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: linear-gradient(to right, #4d751e 0%, #395417 100%);
}
section.phase3 .period.period3:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 50px;
  left: -100px;
  top: 0;
  background: url(images/timelinetail-phase3-left.svg) no-repeat;
}

section.forderungen {
  border-top: 9rem solid #DCE3D3;
  padding: 6rem 0 9rem;
  background: #395417;
  color: #f3f3f3;
}
section.forderungen .content {
  background: url(images/warning-icon-medium.svg) no-repeat 1.5rem 1.5rem;
  padding-left: 65px;
}
@media screen and (min-width: 1024px) {
  section.forderungen ul {
    column-count: 2;
    column-gap: 60px;
  }
}

section.glossary {
  background: #e5e5e5;
  padding: 6rem 0;
  position: relative;
  z-index: 120;
}
section.glossary h1 {
  text-align: center;
  text-shadow: none;
  margin: 6rem 0;
}
@media screen and (min-width: 1024px) {
  section.glossary dl {
    column-count: 2;
    column-gap: 60px;
  }
}
section.glossary .dt-dd-group {
  display: inline-block;
  break-inside: avoid-column;
}
section.glossary dd {
  margin-left: 0;
  margin-bottom: 1em;
}
/*# sourceMappingURL=style.css.map */