/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 /* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-v27-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/roboto-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/roboto-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/roboto-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/roboto-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/roboto-v27-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-700 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/roboto-v27-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/roboto-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/roboto-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/roboto-v27-latin-700.woff') format('woff'), /* Modern Browsers */
         url('fonts/roboto-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/roboto-v27-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-slab-regular - latin */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-slab-v13-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/roboto-slab-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/roboto-slab-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/roboto-slab-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/roboto-slab-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/roboto-slab-v13-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
  }
  /* roboto-slab-700 - latin */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/roboto-slab-v13-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/roboto-slab-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/roboto-slab-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/roboto-slab-v13-latin-700.woff') format('woff'), /* Modern Browsers */
         url('fonts/roboto-slab-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/roboto-slab-v13-latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
  }
:root {
        --bbs-roboto: 'Roboto', sans-serif;
        --bbs-roboto-slab: 'Roboto Slab', serif;
        --bbs-white: #FFFFFF;
        --bbs-lighter-grey: #F4F4F4;
        --bbs-blue: #194B8B;
        --bbs-dark-blue: #132E5A;
        --bbs-shadow-color: rgba(0, 0, 0, 0.16);

      }
    body {
      background: var( --bbs-lighter-grey);
      position: relative;
      color: var(--bbs-dark-blue);
      font-family: var(--bbs-roboto);
    }

    .container-fluid {
        position: relative;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: var( --bbs-roboto-slab);
        margin-bottom: 1rem;
    }

    h1,
    h2,
    h3,
    h4 {
        font-weight: bold;
    }

    .h5-card-bbs {
        font-family: var( --bbs-roboto);
        font-weight: bold;
        margin:  2rem 0 0 0;

    }
    @media (max-width: 575.98px) {
        h1 {
            font-size: 2.2rem;
        }
     }


.bg-bbs {
    position: relative;
    min-height: max-content;
}
.bg-bbs-img {
        background-image: url('Header_zugeschnitten.jpg');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        left: 0;
        width: 100%;
        height: auto;
    }

#wrapper-footer,
.card-img-top,
.bg-bbs-img {
    border-bottom: 14px solid var( --bbs-blue);
}
.card-img-top {
    border-bottom: 10px solid var( --bbs-blue);
}

.row-bbs {
    position: relative;
    overflow: hidden;
}
.row-main-bbs {
    position: relative;
    top: calc(100vw * -0.25);
    margin-bottom: calc(100vw * -0.25);
    overflow: hidden;
}
.row-logo-bbs {
    position: absolute;
    top: 0;
    left: 0;
    min-height: max-content;
}
@media (max-width: 767.98px) {
    .row-logo-bbs {
        display: none;
    }
}

#col-logo-bbs {
    position: relative;
    margin-left: 7rem;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    padding-top: 1.6rem;
    background: var(--bbs-white);
    box-shadow: 1px 3px 10px var( --bbs-shadow-color);
    border-radius: 0 0 45px 45px;
}
.col-logo-bbs {
        width: 240px;
        height: 113.7px ;

    }



@media (min-width: 1300px) {
    .col-logo-bbs {
        width: 19vw;
        height: 9vw ;

    }
}

.main-col-bbs {
    background: var(--bbs-white);
    box-shadow: 0px 6px 6px 0px var( --bbs-shadow-color);
    border-radius: 45px 45px 0px 0px;
    position: relative;
}

.card-group{
        margin-bottom: 10vw;
    }


.card {
    border-radius: 14px 14px 14px 14px !important;
    border: unset;
}
.card-img-top {
    border-radius: 14px 14px 0 0 !important;
}

.card-body {
    border: none;
    box-shadow:  0px 15px 15px 0px var( --bbs-shadow-color);
    padding: 1rem 1rem 0 1rem;
}

.card-footer {
    background: var(--bbs-white);
    box-shadow:  0px 15px 15px 0px var( --bbs-shadow-color);
    border-radius: 0 0 14px 14px !important;
    padding: 0 1rem 1rem 1rem;
}

.radius-cards {
    border-radius: 14px 14px 14px 14px !important;
    box-shadow:  1px 3px 15px 1px var( --bbs-shadow-color);
    padding: 1rem;
}

@media (min-width: 768px) {
    .card-logo-img {
    max-width: 13.7vw;
    }
}

.badge {
    color: var(--bbs-white);
    background-color: var(--bbs-blue);
    font-size: inherit;
    font-family: var( --bbs-roboto-slab);
    font-weight: normal;
    white-space: normal;
    padding: 1rem;
    margin: 1rem 0 2rem 0;
}

.badge:hover {
    color: var(--bbs-white);
    background: #132E5A;
}
.row-footer-bbs{
    margin: 0;

}
.col-footer-bbs {
    background: var(--bbs-white);
    box-shadow: 0px 6px 6px 0px var( --bbs-shadow-color);
}
.col-footer-bbs .nav-link {
        color: inherit;
        text-align: right;
}

.row-links-bbs {
    position: relative;
    top: calc(100vw * -0.35);
    margin-bottom: calc(100vw * -0.3);
    overflow: hidden;
}

.row-main-bbs-new {
    position: relative;
    overflow: hidden;
}

.links-large {
    font-size: 1.5rem;
    font-family: var( --bbs-roboto-slab);
    color: #ffffff;
}
.links-large:hover {
    color: #33a1d2 !important;
}

.links-tuerkis a {
    color: #33a1d2 !important;
}

@media (min-width:  992px) {
    .navbar {
        padding: 0 0 1rem 0;
    }
}