@charset "utf-8";

/* Standard */
:root {
   font-size: 16px;
}

* {
   box-sizing: border-box;
   margin: 0;
}

html {
   min-height: 100%;
}

body {
   font: 1em/1.3em Arial, "Segoe UI", Calibri, sans-serif;
   color: #000;
}

#wrapper {
   position: relative;
   margin: 1rem auto;
   overflow: hidden;
   max-width: 1000px;
   border: solid 1px #000;
   background: #fff;
}

p {
   padding-bottom: 1rem;
}

h1 {
   margin: 0.7rem 0 1rem;
   font-size: 2.3em;
   line-height: 1.1em;
   color: #00539C;
   text-align: center;
   background: #ECF4F8;
}

h1 small {
   font-size: 0.6em;
}

h1 span {
   display: block;
   font-weight: 400;
   font-size: 0.6em;
}

h2 {
   font-size: 1.5em;
   line-height: 1.3;
   color: #00539C;
   border-bottom: 2px solid #00539C;
   padding-left: 0.5rem;
}

h3 {
   color: #00539C;
   text-align: center;
   font-size: 1.188em;
   line-height: 1.3;
   padding-bottom: 1rem;
}

.center {
   text-align: center;
   font-size: 1.125em;
   line-height: 1.3;
}

p a.mail {
   color: #00539C;

}

:is(a:link, a:visited, a:hover, a:active) {
   color: inherit;
   text-decoration: none;
}

ul {
   padding: 0.2rem 0rem 1rem 0rem;
   list-style: none;
}

li {
   padding: 0 10px 0.7rem 20px;
}

ul li:before {
   content: "\2022";
   font-size: 1.3em;
   float: left;
   margin: 0 0 0 -16px;
}

header {
   padding: 1.5rem 1rem 5rem;
   background: #00539C;
}

header :is(p) {
   text-align: center;
   color: #fff;
   font-size: 1.125em;
   line-height: 1.3;
   padding-bottom: 0.3rem;
}

header p span {
   display: block;
   font-size: 1.6em;
}

.link {
   font-size: 1.188em;
   font-weight: 700;
}

article {
   padding: 11rem 3rem 0;
   background: #F4F6F8;
   border-bottom: 2px solid #DDDDDD;
}

footer {
   padding: 1rem 2rem;
   position: relative;
}

.derparitatische {
   position: absolute;
   left: 0.5rem;
   top: 0.5rem;
}

.box,
.last {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}


.left,
.right,
.last ul {
   width: 48%;
}

.last ul li {
   padding-left: 30px;
}

.last ul li:before {
   content: "✓";
   font-size: 0.8em;
   color: #33CCFF;
}

.logo p {
   text-align: right;
   padding-bottom: 0;
}

.blue {
   color: #00539C;
   position: relative;
   padding: 0 0 0 0.7rem;
   margin-bottom: 1.3rem;
}

.blue:before {
   position: absolute;
   left: 0;
   top: 0;
   height: 90%;
   width: 2px;
   content: "";
   background: #00539C;
}
.flex section p:last-of-type {
   padding: 0 1rem 0 0.7rem;
}
.flex {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   background: #fff;
   border-radius: 15px;
   width: fit-content;
   position: absolute;
   left: 3rem;
   top: 10rem;
}

.flex img {
   display: block;
}

.flex section {
   padding: 3rem 0.5rem 1rem;
   width: 540px;
   font-size: 1.192em;
   line-height: 1.3em;
}

.logo {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   align-items: end;
   padding: 1rem 0 0.7rem;

}
.benefits {
   background: #ECF4F8;
   margin: 0 0 1.5rem;
}
.benefits ul {
   padding-bottom: 0;
}
footer p span {
   color: #00539C;
}

img {
   max-width: 100%;
   height: auto;
}

@media only screen and (max-width:999px) {
   #wrapper {
      border: none;
      margin: 0 auto;
   }

   .derparitatische {
      position: static;
      display: flex;
      justify-content: center;
      margin: 0 0 1rem;
   }

   header,
   article {
      padding: 1rem;
   }

   .flex {
      position: static;
      display: block;
   }

   .flex section {
      width: 100%;
      padding: 1rem;
   }

   .flex figure {
      display: flex;
      justify-content: center;
   }

   p :is(span, a) {
      display: inline-block;
   }

   .hide_m {
      display: none;
   }
}

@media only screen and (max-width:780px) {
   h1 {
      font-size: 1.8em;
   }

   .left,
   .right,
   .last ul {
      width: 100%;
   }

   .logo {
      flex-direction: column;
      align-items: center;
   }

   .logo figure {
      margin-bottom: 0.7rem;
   }
   .logo p{
    text-align: center;
   }
}
