@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");

.anchor {
  padding-top: 100px;
  margin-top: -65px;
}

/* Colors */

:root {
  --blau: #214265;
  --blau-60: #7a8ea3;
  --blau-40: #a6b3c1;
  --hellblau: #d9e4e9;
  --orange: #ea880c;
  --hellorange: #f4c386;
  --beige: #fcf0df;
  --rot: #d85614;
}

/* Button */

a.button {
  display: block;
  width: 230px;
  height: 36px;
  background-color: #ea880c;
  color: white;
  text-align: center;
  border-radius: 4px;
  line-height: 36px;
  text-decoration: none;
  margin: 0 auto;
  font-size: 0.944rem;
  font-weight: 600;
}

button:focus {
  outline: 0;
}

.button {
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.12);
}

a.button:visited {
  color: white;
}

a.button:hover {
  color: white;
  background-color: #d85614;
  transition: 0.1s ease-in;
}

figure {
  margin: 0;
}

/* Background */

.bg-blue {
  background-color: #214265;
  color: white;
  padding: 50px 30px 50px 30px;
}

.bg-brightblue {
  background-color: #d9e4e9;
  color: white;
  padding: 50px 50px 50px 50px;
}

/* .bg-blue h2 {
  margin-top: 0;
} */

/* Typo */

html,
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  margin: 0;
}

h1,
h2,
h3 {
  color: #214265;
}

h3 {
  font-weight: 400;
}

p {
  color: #214265;
  line-height: 1.5rem;
}

.row.color-white p,
.row.color-white h2 {
  color: white;
}

a {
  color: var(--rot);
}

a:hover {
  color: var(--orange);
}

a:visited {
  color: var(--rot);
}

.color-white {
  color: white;
}

.text-center {
  text-align: center;
}

ul li {
  text-align: left;
  line-height: 1.389rem;
}

hr {
  border: 0;
  border-top: 1px solid #a6b3c1;
  margin: 0;
  height: 1px;
}

img {
  max-width: 100%;
}

table {
  width: 100%;
}

td {
  border-bottom: 1px solid #ea880c;
}

.bg-blue a {
  color: #ea880c;
  text-decoration: none;
  font-weight: 600;
}
.bg-blue a.button {
  text-decoration: none;
  font-weight: 600;
}
a.button:hover {
  font-weight: 800;
}

/* Lists */

ul {
  list-style: none;
  padding-left: 0;
}
.benefits-list li:before {
  content: "";
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  background-image: url("../haekchen_benefits.svg");
  background-size: 0.9rem 0.9rem;
  background-repeat: no-repeat;
  margin-right: 2px;
  margin-bottom: -11px;
}

.benefits-list .button {
  margin-top: 35px;
}

.benefits-list h2 {
  margin-top: 0;
}

/* Header */

header {
  position: fixed;
  background-color: white;
  z-index: 1003;
  background-repeat: no-repeat;
  width: 100%;
  top: 0;
  left: 0;
}

.ham {
  position: absolute;
  z-index: 1001;
  top: 23px;
  right: 20px;
  width: 36px;
  height: 36px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url("../h-open.svg");
  background-size: 100%;
}

.header-logo {
  width: 220px;
  position: absolute;
  margin: 0 auto;
  top: 110px;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-h1 {
  font-size: 1.3rem;
  position: absolute;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #214265;
  text-align: center;
}

h3.h1-sub {
  font-size: 1rem;
  padding: 0 20px;
}

.header-background {
  margin-top: 150px;
}

.header-logo-small {
  width: 150px;
  margin-top: 30px;
  margin-left: 30px;
}

.header-logo {
  width: 230px;
}

header ul li {
  display: block;
  margin: 0 17.5px;
  float: left;
}

header ul {
  position: absolute;
  top: 0;
  right: 0;
}

.bg-blue a.button {
  color: white;
}

header ul li a {
  color: #214265;
  text-decoration: none;
  font-weight: 600;
}

/* Features */

img.feature-icon {
  height: 60px;
}

.features h2 {
  margin: 0;
}

.features .col-md {
  background-color: var(--hellblau);
  padding: 24px 30px;
}

.features .col-md hr {
  margin-left: -30px;
  width: calc(100% + 60px);
}

.features .col-md {
  margin-bottom: 0px;
}

/* Plans */

.plans p,
.plans table {
  padding: 1rem;
  color: #214265 !important;
}

.plans .col-md h2 {
  text-align: center;
  background-color: white;
  margin: 0;
}

.plans.row {
  padding-left: 30px;
  padding-right: 30px;
}

.plans .col-md {
  background-color: #fcf0df;
  border: 1px solid #7a8ea3;
  border-bottom: 0;
}

.plans sup {
  color: #7a8ea3;
}

.plans hr {
  border-top: 1px solid #ea880c;
}

.plans h2 {
  padding: 1rem;
}

.plans .col-md {
  width: 100%;
}

.plans {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-items: start;
}

tbody tr:last-child td {
  border-bottom: 0;
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: 20px;
  color: var(--blau);
}

.row.footnote {
  padding: 0px 30px;
}

.row.footnote p {
  margin-top: 0;
  color: #7a8ea3;
  font-size: 16px;
  line-height: 1.3rem;
}

/* FAQ */

.faq .row {
  padding: 0 30px;
}

/* Akkordion */

summary:focus {
  outline: none;
}

summary {
  list-style-image: url("../accordion_faq_down.svg");
}

details {
  border-bottom: 1px solid #214265;
  padding: 1em;
  color: #214265;
  position: relative;
}

details[open] {
  border-bottom: none;
}

details[open] summary {
  font-weight: 800;
}

details:hover {
  cursor: pointer;
}

details > summary {
  list-style-type: none;
}

details > p {
  background-color: #d9e4e9;
  padding: 1em;
  display: block;
  border-top: 1px solid #214265;
  border-bottom: 1px solid #214265;
}

details > summary::-webkit-details-marker {
  display: none;
}

details > summary::after {
  display: block;
  content: " ";
  margin-left: 10px;
  background-image: url("../accordion_faq_down.svg");
  background-size: 14px 20px;
  height: 14px;
  width: 14px;
  position: absolute;
  right: 20px;
  top: 20px;
}

details[open] > summary::after {
  display: block;
  content: " ";
  margin-left: 10px;
  background-image: url("../accordion_faq_up.svg");
  background-size: 14px 20px;
  height: 14px;
  width: 14px;
}

details[open] > summary {
  margin-bottom: 0.5rem;
}

/* Contact */

h3.contact a {
  color: #d85614;
  text-decoration: none;
}

/* Footer */
.footer img {
  width: 150px;
}

.footer ul {
  padding-left: 0;
}

.footer.row {
  display: flex;
  flex-wrap: wrap;
}

.footer .col-md:first-child {
  width: 100%;
}

.footer .col-md {
  width: 50%;
}

.footer ul li {
  line-height: 50px;
}

.footer a.tel {
  background-image: url("../Contact_Telephone.svg");
  background-size: 1rem auto;
  background-position: 0 4px;
  padding-left: 30px;
  background-repeat: no-repeat;
  display: block;
}

.footer .col-md:last-child p a:last-child {
  background-image: url("../Contact_Email.svg");
  background-size: 1rem auto;
  background-position: 0 7px;
  padding-left: 30px;
  background-repeat: no-repeat;
  display: block;
}

.footer h4 {
  margin: 0;
  padding-left: 30px;
}

.footer p,
.footer ul {
  margin: 0;
}

.bg-blue.footer a {
  color: white;
  text-decoration: none;
  font-weight: 400;
}

/* Imprint & Privacy Policy */

.privacypolicy--h1,
.imprint--h1 {
  margin-top: 3rem;
}

.content-wrapper {
  padding: 50px;
}

.content-wrapper p {
  max-width: 890px;
}

@media screen and (min-width: 768px) {
  .bg-blue {
    padding: 50px 50px 50px 50px;
  }

  nav ul li p {
    margin: 0;
  }
  nav ul li {
    border-bottom: 2px solid transparent;
  }
  nav ul li:hover {
    border-bottom: 2px solid #214265;
    transition: 0.3s ease-in;
  }
  nav ul li:hover a {
    color: #214265;
  }
  .ham {
    display: none;
  }
  header ul li a:visited {
    color: #214265;
  }

  /* Teaser */

  header ul {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 25px;
  }

  h1 {
    font-size: 1.611rem;
  }
  .header-h1 {
    width: 100%;
  }

  a.button {
    width: 124px;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
  }

  h3.h1-sub {
    font-size: 1.444rem;
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 70px;
  }

  .header-h1 {
    font-size: 2rem;
  }

  .benefits-list h2 {
    font-size: 2.296rem;
  }

  .benefits-list ul {
    margin-top: 0;
  }

  .benefits-list ul li {
    font-size: 0.944rem;
    font-weight: 600;
    line-height: 1.704rem;
  }

  .benefits-list.row {
    display: grid;
    justify-content: start;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
  .benefits-list :nth-child(1) {
    order: 1;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .benefits-list :nth-child(2) {
    order: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .benefits-list :nth-child(3) {
    order: 3;
  }

  /* Features */
  .features.row {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }

  .features .col-md {
    margin-bottom: 0px;
  }

  /* Examples */

  .examples .col-md figure.float-right {
    display: block;
    float: right;
    max-width: 50%;
    padding-left: 16px;
  }

  .examples .col-md figure.float-left {
    padding-right: 16px;
    float: left;
    display: block;
    width: 50%;
  }

  .examples .col-md {
    border-bottom: 1px solid white;
    margin-top: 40px;
  }
  .examples .col-md:first-child {
    margin-top: 0px;
  }
  .examples .col-md:last-child {
    border-bottom: 0px solid white;
  }

  .examples .col-md p:last-child:after {
    content: " ";
    display: block;
    clear: both;
  }

  .row.plans {
    display: grid;
    grid-column-gap: 25px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  .plans .h2-bottom {
    border: 1px solid #7a8ea3;
    border-top: 0px;
    margin: 0px;
  }

  .plans sup {
    display: block;
  }

  .plans .col-md:nth-child(3) {
    border-top: 0;
    background-color: white;
    border-bottom: 1px solid #7a8ea3;
  }

  .plans .col-md:nth-child(4) {
    border-top: 0;
    background-color: white;
    border-bottom: 1px solid #7a8ea3;
  }

  table {
    padding: 1rem;
  }
  table td {
    color: #214265 !important;
  }
  
  .row.faq {
    grid-column-gap: 25px;
    align-items: flex-start;
    flex-direction: column;
    flex-flow: row wrap;
    display: flex;
    height: auto;
    flex-wrap: wrap;
  }
  .row.faq details {
    width: 45%;
  }

  .row.faq details {
    padding-left: 0;
    padding-right: 0;
  }

  h1.contact {
    margin-top: 120px;
  }
  .footer a {
    color: white;
    font-weight: 600;
  }
  .footer a:hover {
    color: white;
    font-weight: 800;
  }
  .footer .col-md:first-child {
    width: 60%;
  }
  .footer .col-md {
    width: 20%;
  }
  .footer ul li {
    line-height: 1.3rem;
    padding-bottom: 10px;
  }
  .footer ul li {
    margin-bottom: 2.778rem;
  }
  .footer ul li a:hover {
    border-bottom: 1px solid white;
  }

  .footer-two {
    display: flex;
    justify-content: space-between;
    font-size: 0.667rem;
    flex-wrap: wrap;
  }

  .footer-two hr {
    width: 100%;
  }

  .footer-two p {
    color: var(--blau-60);
  }
  .footer-two a {
    font-weight: 400;
  }

  .footer-two ul li {
    float: left;
    margin-right: 16px;
  }

  .footer-two a:hover {
    text-decoration: underline;
  }

  .footer-two .col-md:last-child p {
    color: white;
  }

  .footer-two .col-md:last-child a {
    color: white;
    font-weight: 600;
  }
  a.button {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .showClose {
    background-image: url("../h-close.svg");
  }

  .navigation.showNav {
    transform: translateY(0);
  }

  header ul {
    position: relative;
  }

  header ul li {
    float: none;
  }

  .navigation ul li a {
    color: white;
    font-size: 1.6rem;
    font-weight: 400;
  }

  .navigation ul li a:visited {
    color: white;
  }

  .navigation ul {
    width: 100%;
    height: 100%;
    list-style: none;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding-top: 20%;
    background-image: url("../georepo-logo_neg.svg");
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: 30px 0;
    margin-top: 30px;
  }

  .navigation {
    position: absolute;
    top: 0;
    left: 0;
    background: #214265;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    color: black;
    transform: translateY(-100%);
    transition: transform 0.2s ease;
    z-index: 1000;
  }

  .plans .col-md:nth-child(1) {
    order: 1;
  }

  .plans .col-md:nth-child(2) {
    order: 3;
  }

  .plans .col-md:nth-child(3) {
    border-top: 0;
    background-color: white;
    border-bottom: 1px solid #7a8ea3;
    order: 2;
    margin-bottom: 20px;
  }

  .plans .col-md:nth-child(4) {
    border-top: 0;
    background-color: white;
    border-bottom: 1px solid #7a8ea3;
    order: 4;
  }
  table td {
    color: #214265 !important;
  }
  
  .footer .col-md:nth-child(2) {
    width: 40%;
  }
  .footer .col-md:nth-child(3) {
    width: 60%;
  }

  .footer-two ul li {
    float: left;
    text-align: center;
  }

  .footer-two ul {
    display: flex;
    justify-content: space-between;
  }

  .footer-two ul li a {
    float: left;
    color: white;
    font-weight: 400;
    font-size: 0.8rem;
  }

  .footer-two p {
    color: #7a8ea3;
    font-size: 0.8rem;
  }
  .footer-two a {
    font-weight: 400;
  }

  .footer .col-md:nth-child(3) {
    padding-top: 13px;
  }

  .footer-two {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .footer-two * {
    width: 100%;
  }

  .footer-two hr {
    order: 2;
  }
  .footer-two .col-md:nth-child(2) {
    order: 3;
  }
}

@media screen and (min-width: 1024px) {
  .header-logo-small {
    margin-left: 50px;
  }
  .plans sup {
    display: none;
  }
  .features .col-md:first-child {
    padding-left: 15%;
  }
  .features .col-md:last-child {
    padding-right: 15%;
  }
  .features h3 {
    font-weight: 600;
  }
  .examples.bg-blue {
    padding: 50px 200px 0px 10%;
  }
  .examples .col-md figure.float-right {
    padding-left: 50px;
  }
  .examples .col-md figure.float-left {
    padding-right: 50px;
  }
  .examples h2 {
    font-size: 1.89rem;
  }

  .examples .col-md {
    padding-bottom: 50px;
  }

  header ul {
    margin-right: 200px;
  }

  .header-logo {
    top: 220px;
    width: 415px;
  }
  .header-h1 {
    top: 352px;
    font-size: 2.56rem;
    margin-top: 0;
  }
  .h1-sub {
    line-height: 2.22rem;
    font-size: 1.67rem;
  }
  .benefits h2 {
    font-size: 2.56rem;
    line-height: 3.07rem;
    margin-bottom: 32px;
  }

  .benefits-list p {
    margin: 0;
    margin-bottom: 58px;
    line-height: 1.5rem;
  }

  .bg-blue.benefits-list {
    padding: 70px 10%;
  }

  a.button {
    width: 185px;
    height: 59px;
    line-height: 59px;
    font-weight: 600;
  }

  .bg-blue a.button {
    margin-left: 0;
  }

  h1.features {
    /* margin-top: 80px; */
    margin-bottom: 50px;
  }

  .examples {
    margin-top: 100px;
  }

  .examples h2:first-child {
    margin-bottom: 40px;
  }

  .examples h2 {
    margin-bottom: 0;
  }

  .examples p {
    margin-top: 0.6rem;
  }

  .plans .col-md h2 {
    background-color: white;
  }

  .footer .col-md:first-child {
    width: 50%;
  }

  .footer.row {
    display: flex;
    flex-wrap: nowrap;
  }

  .plans .col-md h2 {
    text-align: left;
  }

  .row.plans {
    padding: 0 10%;
  }

  .row.footnote {
    padding: 0 10%;
  }

  .row.plans {
    grid-column-gap: 25px;
    grid-template-columns: 2fr 1fr;
  }

  .plans h2#heading {
    min-height: 74px;
  }

  .row.faq details {
    width: 49%;
  }

  .row.faq {
    padding: 0px 10% 0px 10%;
  }

  .row.faq {
    grid-column-gap: 2%;
  }

  table {
    border-spacing: 44px 0;
    padding-top: 20px;
    width: calc(100% + 88px);
    margin-left: -44px;
    padding: 1rem;
    table-layout: fixed;
  }
  
  table td {
    color: #214265;
  }

  td {
    text-align: left;
  }

  td {
    margin-right: 44px;
    border-spacing: 1em 0;
  }

  tbody tr:last-child td {
    border-bottom: 0;
    font-size: 1.89rem;
    font-weight: bold;
    padding-top: 20px;
  }

  h3.contact {
    margin-bottom: 140px;
  }
}

@media screen and (max-height: 540px) and (max-width: 768px) {
  .navigation ul {
    padding-left: 9px;
    padding-top: 1rem;
  }
  .navigation ul li p {
    margin: 0.4rem;
  }

  .navigation ul li p a {
    font-size: 1.3rem;
  }
}
