html, 
body {
    margin:0;
    padding:0;
}

body {
  min-height: 100%;
  background-color:white;
  font-family:"Source Sans Pro", sans-serif;
  font-weight: 400;
  letter-spacing: -0.1px;
}

body, .btn{
  font-size:20px;
}

/* Typographie */

h1 {
  color:white;
  display: inline-block;
  padding:0;
  font-size:40px;
  line-height:1.2;
  margin:15% 0 0 0;
  position: absolute;
  left: 50px;
  right: 0px;
  bottom: 100px;
  width: 300px;
  max-width: 100%;
  max-width: calc(100% - 50px);
  z-index: 1;
}

h2 {
  font-size:60px;
  text-align: center;
  background-color: #0556a1;
  color: white;
  width: 700px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 45px;
  padding: 15px;
  z-index: 1;
  position: relative;
  font-weight: 300;
  overflow: hidden;
  border: 2px solid white;
}

h3 {
  font-size:38px;
  margin:5px 0 0 0;
  font-weight:700;
}

h4 {
  font-size:18px;
  color: #0556a1;
  font-weight: 900;
}

/* Header */

.logo{
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 15px;
  width: 275px;
  max-width: 100%;
}

.header-img{
  position: absolute;
  top: -70px;
  bottom: -80px;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.section-img {
  position: relative;
  height:55vh;
  min-height:450px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom:50px;
  background-color: #0556a1;
}

.section-img.cover{
  background-size: cover;
}

.page_title {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
}

/* Content */

.margin-bottom {
  margin-bottom:30px;
}

#low, #medium, #high{
  margin: 150px auto;
}

#low{
  margin-top: 0px;
}

.low_left,
.low_right{
  background-color: #f7f7f7;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#medium h2{
  border: 2px solid #0556a1;
}

#medium > .text p{
  padding: 0px 15px;
}

.infoboxen h3{
  text-align: center;
  margin: 20px auto;
}

.infoboxen .button,
.infoboxen .button:link, 
.infoboxen .button:active, 
.infoboxen .button:visited {
  margin-top:15px;
  margin-bottom: 0px;
  width:200px;
  max-width: 100%;
}

.infobox{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 225px;
  line-height: 1.2;
  background-color: #f7f7f7;
}

.infobox .box-content, .infobox .last-box{
  padding: 30px 30px;
}

.infobox .box-content,
.infobox img{
  width: 50%;
}

.infobox p, .infobox h4{
  margin-bottom: 0;
}

.infobox img{
  background-color: grey;
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.infoboxen > .row > .col-12:last-child .infobox{
  height: auto;
  min-height: 225px;
}

.last-box{
  background-color: #0556a1;
  color: white;
  width: 100%;
  font-size: 22px;
}

.last-box h4, .last-box span{
  font-weight: 900;
  color: white;
  font-size: 22px;
}

#high .section-img{
  background-size: 40%;
}

.klappbar {
  background-color:white;
  margin: 15px 0px 100px 0px;
}

.kl__titel {
  padding:15px 0px;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.svg-chevron {
  float:right;
  position: absolute;
  top: 18px;
  right:10px;
  -webkit-transition: all 150ms ease-in-out;
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
-ms-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
}

.svg-plus {
  float:left;
  position: absolute;
  top: 17px;
  left:0;
  color:#0556a1;
}

.text {
  padding: 0px 45px 30px;
  margin-top: -50px;
  line-height:1.3;
}

.preview-text {
  position: relative;
  overflow:hidden;
  margin:0 15%;
  -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

.button.full{
  width: 100%;
  max-width: 100%!important;
}

h3.blue-block-title {
  margin-top:15px;
  margin-bottom:20px;
  display: block;
  text-align: center;
  background-color:#0556a1;
  color:white;
  font-weight: 400;
  -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
  padding: 10px 30px 14px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.huge{
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
}

.flex-space{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flex-space .button{
  position: absolute;
  left: 0;
  right: 0;
  max-width: 100%;
  bottom: 0;
}

.flex-space p{
  margin-bottom: 20px;
}

/* Buttons */

.button-cont{
  position:relative;
  width:240px;
}

.button,
.button:link,
.button:active,
.button:visited {
  margin-top:15px;
  margin-bottom:20px;
  display: block;
  max-width:240px;
  text-align: center;
  background-color:#0556a1;
  color:white;
  font-weight: 700;
  -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
padding: 10px 30px 14px;
-webkit-transition: all 150ms ease-in-out;
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
-ms-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
}

.button.ghost{
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9); 
}

.button.ghost:hover{
  opacity: 1;
}

.button:hover {
  opacity: 0.8;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  text-decoration: none;
}

.button.mobile,
.button.mobile:link,
.button.mobile:active,
.button.mobile:visited {
  display:none;
  margin-left:0;
}

.btn{
  padding: 0px 30px;
}

/* Listen */

ul {
    list-style: disc;
    margin: 30px 0 20px -20px;
}

li {
    margin:7px 0;
    position: relative;
}


/* Footer */

footer {
  font-size:18px;
  position: relative;
  max-width:100%;
  padding:40px 0 45px;
  background-color: #f7f7f7;
}

footer .preview-text {
  height:auto;
  max-height:none;
}

footer a,
footer a:link,
footer a:focus,
footer a:hover {
  color:#333;
  display:block;
  text-decoration: none;
}

footer h3 {
  margin-bottom:5px;
  font-size:20px;

}

footer p {
  margin-bottom:0;
}

footer .logo{
  margin-left: 0px;
}

/* Helpers */

.clear {
  clear:both;
}

strong {
  font-weight: 700;
}

.maxwidth img {
  max-width:100%;
  height:auto;
}

.flexcenter {
    display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
a.collapsed .svg-chevron {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 150ms ease-in-out;
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
-ms-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
}

.dnone {
  display:none;
}

/* BS Ergänzungen */


.container-small {
  margin:0 auto;
  width:1015px;
  max-width:100%;
  padding:0 15px;
  position: relative;
}

.card {
  border:none;
}
.card-header {
  background-color:white;
  padding: 0;
}
.card-header a {
  padding: 1rem 0 1rem 30px;
}

.card-body {
  border-bottom: 1px solid rgba(0,0,0,.125);
  min-height:150px;
}

.card-body img {
  max-height:120px;
}

.card-body p {
  font-size:16px;
}

.btn-link,
.btn-link:visited {
  color:black;
  display: block;
  width:100%;
  text-align: left;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  color:black;
  text-decoration: none;
}