html {
    scroll-behavior: smooth;
}

.guefischblau {
    background-color: #0071b5;
}
.skin-blue .main-header .navbar {
    background-color: #ffffff;
    height: auto;
}
.skin-blue .main-header .navbar .nav > li {
    text-align: center;
}
.skin-blue .main-header .navbar .nav > li > a {
    color: #0071b5;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
}
.skin-blue .main-header .navbar .nav > li > a > span {
    font-size: 16px;
}
.skin-blue .main-header .navbar .nav > li > a:hover, .skin-blue .main-header .navbar .nav > li > a:active, .skin-blue .main-header .navbar .nav > li > a:focus, .skin-blue .main-header .navbar .nav .open > a, .skin-blue .main-header .navbar .nav .open > a:hover, .skin-blue .main-header .navbar .nav .open > a:focus, .skin-blue .main-header .navbar .nav > .active > a {
    color: #000000;
    background-color: transparent;
}
.navbar-toggle {
    color: #0071b5;
}
.navbar-brand {
    height: auto;
}
.container .navbar-collapse {
    margin-top: 25px;
}
.main-footer {
    color: #0071b5;
}
.divider::before {
    content: "•";
    font-weight: 900;
    font-size: 17px;
    margin: 0 6px;
}
.col-lg-12.smaller {
    padding: 100px 13% 50px 13%;
}
.panel-default {
    border: none;
}
.panel {
    background-color: #0071b5;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow:  none;
}
.panel-default > .panel-heading {
    color: #ffffff;
    background-color: #0071b5;
    border: 0px;
}
.panel-default > .panel-heading h4 {
    font-size: 13px;
    text-align: center;
}
.panel-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container .content {
    margin-top: 150px;
    color: #0071b5;
    font-size: 17px;
    position: relative;
    width: 100%;
    margin: 0 auto;

}
.content-wrapper-header {
    padding-top: 50px;
    background-color: #ffffff;
}

.content-wrapper {
    /*background-image: url("../images/background_img.png");*/
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #ebf1f8;
}

.content-header h1 {
    font-size: 40px;
    text-align: center;
}

.content-header h1 small {
    color: #000000;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 19px;
}

.content-header h2 {
    font-size: 30px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 20px;
}

.content-header h2 > div {
    display: inline-block;
    text-align: right;
    margin-left: 0px;
}
.content-header h2 small {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
}
.main-header {
    max-height: none;
}
.navbar-header .img-large {
    margin-right: -250px;
    display: block;
 }
.navbar-header .img-small {
    margin-right: -120px;
    display: none;
    margin-top: 20px;
}
.box-special {
    position: relative;
    top: 0;
    left: 50%;
    width: 100vw;
    max-width: 1280px;
    transform: translateX(-50%);

}
.page-header.zitat {
    color: #0071b5;
    font-size: 50px;
    margin: 0px 10%;
    margin-bottom: 50px;
}
.page-header.zitat small {
    color: #0071b5;
    font-size: 17px;
    display: inline;
    white-space: nowrap;
}
.box-body {
    padding: 0px;
}

.carousel-control {
    top: 50%;
}

.gflaed {
    padding-top: 50px;
    padding-left: 90px;
}

table.sortiment th, table.sortiment td {
    padding: 10px 15px;
    border-bottom: 1px solid #0071b5;
    vertical-align: top;
    line-height: 20px;
}
table.sortiment th {
    background-color: #0071b5;
    color: #ffffff;
    height: 48px;
    vertical-align: middle;
}

@media (min-width: 350px) {
    .content-header h2 {
        line-height: 20px;
    }
    .content-header h2 > div {
        margin-left: 40px;
    }
}

@media (min-width: 576px) {
    .content-header h2 > div {
        margin-left: 190px;
    }
}

@media (min-width: 992px) {

    .gflaed2 {
        padding-left: 30px;
    }
}

@media (max-width: 1200px) {
    .navbar-header .img-large {
        display: none;
    }
    .navbar-header .img-small {
        display: block;
    }
}

@media (max-width: 992px) {

    .img-max-h {
        /*max-width: 350px;*/
    }
    .img-max-w {
        /*max-width: 450px;*/
    }

    .row-max-w {
        max-width: 400px;
        margin: 0px auto !important;
    }

    .nav > li > a {
        padding: 10px 10px;
    }

    .navbar-header .img-large {
        display: block;
    }
    .navbar-header .img-small {
        display: none;
    }
}

@media (max-width: 768px) {
    .skin-blue .main-header .navbar .nav > li {
        text-align: left;
        margin-left: 40px;
    }

    .skin-blue .main-header .navbar-collapse {
        margin-top: -100px;
        width: 270px;
    }

}

@media (max-width: 576px) {

    .page-header.zitat {
        font-size: 40px;
    }

    .sortiment tr {
        display: block;
        margin-bottom: 15px;
        padding: 10px;
    }

    .sortiment th {
        display: none;
    }

    .sortiment td {
        display: block;
        text-align: left;
        padding: 5px 0;
    }

    .sortiment td::before {
        font-weight: bold;
        display: block;
        margin-bottom: 3px;
    }

    .sortiment td:nth-child(1)::before { content: "Kürzel"; }
    .sortiment td:nth-child(2)::before { content: "Bezeichnung"; }
    .sortiment td:nth-child(3)::before { content: "Info"; }

    .pull-right {
        float: none !important;
    }

}