* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font-family: 'Open Sans', sans-serif;
    font-display: swap;
    font-weight: 300;
    margin: 0;
    padding: 0;
    margin-top: 96px
}

::selection {
    background-color: #ffede6
}

a {
    color: #fda051
}

a:hover {
    color: #fda051;
    text-decoration: underline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif!important;
    font-display: swap;
    color: #0071b9;
    font-weight: 700
}

h1 {
    font-size: 3.7em;
    text-decoration: underline;
    -webkit-text-decoration-color: #fda051;
    text-decoration-color: #fda051
}

@media screen and (max-width:1024px) {
    h1 {
        font-size: 2.7em
    }
}

h2 {
    font-size: 2.7em;
    margin-bottom: 55px
}




p {
    font-size: 17px;
    margin-top: 20px;
    font-weight: 400
}

.site-navbar-wrap {
    position: relative;
    z-index: 999999999999;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.site-navbar {
    background: white;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    padding: 10px 0 10px 0;
    width: 100%;
    border-bottom: none;
    position: relative;
    z-index: 99999999
}
@media screen and (max-width:996px) {
    h2 {
        font-size: 1.8em
    }
    .site-navbar {
        padding: 0px;
    }
    nav .py-3 {
        padding-top: 1rem !important;
        padding-bottom: 0rem !important;
    }
}

.site-navbar img {
    vertical-align: baseline
}

.site-navbar .site-navigation a {
    color: #0071b9;
    font-size: 1.1em
}

.site-navbar .site-navigation a:hover {
    color: #eff6ff
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none!important;
    display: inline-block
}

.site-navbar .site-navigation .site-menu>li {
    display: inline-block;
    padding: 0;
    margin-top: 22px
}

.site-navbar .site-navigation .site-menu>li>a {
    padding: 10px 10px;
    text-decoration: none!important
}

.site-navbar .site-navigation .site-menu>li:last-child {
    margin-right: -10px
}

.site-navbar .site-navigation .site-menu>li:last-child a {
    padding: 5px 10px
}

.site-navbar-small {
    padding: 5px 0 5px 0;
    -webkit-box-shadow: 0 1px 1px 0 rgba(229, 229, 229, .65);
    box-shadow: 0 1px 1px 0 rgba(229, 229, 229, .65);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.site-navbar-small img {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 180px!important
}

.site-navbar-small .site-navigation .site-menu>li {
    margin-top: 0!important
}

.site-mobile-menu {
    width: 100%;
    position: fixed;
    right: 0;
    z-index: 2000000000;
    padding-top: 0;
    background: #fff;
    height: -webkit-calc(100vh);
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, .1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, .1);
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: grey
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: -webkit-calc(100vh - 52px);
    height: calc(100vh - 52px);
    padding-bottom: 150px
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 10px;
    display: block;
    position: relative
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%
}

.site-mobile-menu .site-nav-wrap>li>a {
    padding-left: 20px
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 40px
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    padding-left: 60px
}

.site-wrap {
    position: relative;
    position: fixed;
    width: 100%;
    margin-top: 0;
    top: 0;
    height: 0px;

    z-index: 9999
}

.site-wrap:before {
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: #0071b9;
    content: "";
    position: absolute;
    z-index: 2000000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden
}

/*.offcanvas-menu .site-wrap {
    position: absolute;
    height: 100vh;
    width: 100%;
    z-index: 2;
    overflow: hidden
}*/

.offcanvas-menu .site-wrap:before {
    opacity: .7;
    visibility: visible
}

.text-black {
    color: #0071b9
}

a {
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

a:hover {
    text-decoration: none
}

span.icon-close2 {
    color: #0071b9
}

img.img-logo {
    width: 220px;
    margin-bottom: -10px;
    height: 44px;
}

@media screen and (max-width:996px) {
    .img-logo img {
        width: 180px
    }
    .site-navbar-small .py-1 {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }
    .site-navbar-small {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }
}

.site-mobile-menu-body a {
    font-size: 1.4em;
    color: #0071b9;
    font-weight: 700;
    margin: 10px 0
}

.site-mobile-menu-body a.button-sana-blue {
    font-size: 1em
}

.site-mobile-menu-body ul.site-nav-wrap li:nth-last-child(2) {
    margin-bottom: 40px
}

.bck-home-size img {
    width: 100%;
    height: auto
}

@media screen and (max-width:996px) {
    .bck-home-size img {
        width: 80%;
        margin: 0
    }
}

.lead {
    font-size: 1.3em;
    font-weight: 500;
    margin-top: 20px;
    color: #0071b9
}

.header-home {
    padding: 120px 0
}

@media screen and (max-width:1024px) {
    .header-home {
        padding: 60px 0
    }
}

.header-wrapper {
    background-color: #eff6ff;
    margin: 0 40px;
    border-radius: 3px
}

@media screen and (max-width:1224px) {
    .header-wrapper {
        margin: 0 10px
    }
}

@media screen and (max-width:992px) {
    .header-wrapper {
        margin: 0
    }
}

.section-wrapper {
    margin: 0 40px;
    border-radius: 3px
}

@media screen and (max-width:1224px) {
    .section-wrapper {
        margin: 0 10px
    }
}

@media screen and (max-width:992px) {
    .section-wrapper {
        margin: 0
    }
}

section {
    padding: 120px 0
}

section.white-bck.none{
    padding: 40px 0
}


@media screen and (max-width:1024px) {
    section {
        padding: 70px 0
    }
}

@media screen and (max-width:768px) {
    section {
        padding: 50px 0
    }
}

section.paragraph h2 {
    margin-bottom: 30px
}

section.paragraph p {
    color: #000;
    margin-bottom: 75px
}

@media screen and (max-width:1024px) {
    section.gerade-stehn {
        padding: 50px 0
    }
}

.paragraph p {
    color: #000;
    margin-bottom: 75px
}

section.gerade-stehn p {
    padding: 0 130px
}

@media screen and (max-width:992px) {
    section.gerade-stehn p {
        padding: 0
    }
}

.button-sana {
    display: inline-block;
    margin: 20px 0;
    padding: .8em 1.9em;
    border-radius: 1.7em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: #fda051;
    border: 1px solid #fda051;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: 700
}

a.button-sana-blue {
    padding: .3em 1.2em;
    width: 90%;
    margin: 0 20px;
    font-weight: 500;
    border-radius: 1.4em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    border: 1px solid #0071b9;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s
}

section.icons {
    background-color: #f1f1f1;
    background-color: #0071b9
}

.background-ic {
    padding: 40px 20px;
    background-color: #fff;
    -webkit-box-shadow: 11px 11px 5px -9px rgba(0, 0, 0, .34);
    box-shadow: 11px 11px 5px -9px rgba(0, 0, 0, .34);
    border-radius: 5px
}

@media screen and (max-width:996px) {
    .background-ic {
        padding: 30px 10px
    }
}

@media screen and (max-width:996px) {
    .icons-margin-small {
        margin-bottom: 10px
    }
}

.btn {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    cursor: pointer
}

.btn:focus {
    outline: 0
}

.btn--animated {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: border;
    transition-property: border
}

.btn--animated:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fda051;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1
}

.btn--animated:hover {
    color: #fff
}

.btn--animated:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.45, 1.64);
    transition-timing-function: cubic-bezier(.45, 1.64)
}

.btn--animated-blue {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.btn--animated-blue:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0071b9;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1
}

.btn--animated-blue:hover {
    color: #fff
}

.btn--animated-blue:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.45, 1.64);
    transition-timing-function: cubic-bezier(.45, 1.64)
}

.background-ic img {
    width: 40%;
    height:auto !important;
    margin: auto;
}

img {
    height:auto !important;
}

.background-ic p {
    margin-top: 5px!important;
    margin-bottom: 0
}

h4.quote {
    color: #0071b9;
    margin-bottom: 40px
}

.line-quote {
    display: block;
    padding-top: 30px;
    width: 10%;
    border-top: 1px solid #0071b9
}

h2.orange {
    color: #fff
}

.icon-name {
    font-family: Poppins, sans-serif!important;
    font-weight: 800;
    font-size: 1.4em;
    color: #fda051;
    display: block;
    margin-top: 40px
}

p.client {
    color: #fda051;
    font-weight: 400
}

.carousel-item {
    padding: 50px 0
}

.carousel-inner {
    background-color: #f1f1f1;
    color: #fff;
    border-radius: 3px
}

.polaroid {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
    width: 110%!important
}

@media screen and (max-width:996px) {
    .polaroid-none-small {
        display: none
    }
}

.come-in {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-animation: come-in .6s ease forwards;
    animation: come-in .6s ease forwards
}

.come-in:nth-child(odd) {
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}

.already-visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: none;
    animation: none
}

@-webkit-keyframes come-in {
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes come-in {
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.arguments {
    padding-top: 0
}

.arguments-item {
    margin: 0 0 45px 0;
    position: relative
}

.list-of-arguments {
    margin-top: 20px
}

div.number-arguments {
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    background-color: #fda051;
    padding: 4px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-top: -42px
}

.number-index {
    z-index: 99999
}

div.text-arguments {
    padding: 2rem 1rem;
    background-color: #fafafa;
    font-weight: 400;
    width: 100%
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto
}

.row.match-my-cols {
    overflow: hidden
}

.row.match-my-cols [class*=col-] {
    margin-bottom: -99999px;
    padding-bottom: 99999px
}

.modal-body {
    position: relative;
    padding: 0
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    opacity: 1
}

@media screen and (max-width:768px) {
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: none
    }
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230f2188' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230f2188' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators li {
    background-color: #0071b9
}

.clients-background {
    width: 100%;
    height: auto !important;
    border-radius: 5px;
    background-size: contain
}

.arg-bck {
    background-color: #fff;
    margin-top: -90px;
    padding: 0 50px;
    border-radius: 5px
}

@media screen and (max-width:992px) {
    .arg-bck {
        margin-top: -20px;
        padding: 0 15px
    }
}

.arguments-text-beginning {
    display: block;
    padding: 40px
}

.footer-widget {
    height: 100%;
    width: 100%
}

.footer-contact {
    padding-top: 60px;
    height: 160px
}

.footer-grey {
    width: 100%;
    background-color: #f1f1f1
}

.footer-form {
    padding-top: 40px;
    padding-bottom: 40px;
    height: auto
}

.white {
    color: #fff
}

input,
textarea {
    display: block;
    width: 100%;
    margin: 15px 0;
    padding: 6px 0;
    color: #0071b9
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #0071b9
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #0071b9
}

input::placeholder,
textarea::placeholder {
    color: #0071b9
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: #0071b9;
    outline: 0
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: #0071b9;
    outline: 0
}

input:focus::placeholder,
textarea:focus::placeholder {
    color: #0071b9;
    outline: 0
}

input:first-of-type {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

textarea {
    border: none;
    border-bottom: 1px solid #0071b9;
    background-color: #f1f1f1
}

textarea:focus {
    border-bottom: 1px solid #fda051;
    outline: 0
}

input[type=submit] {
    display: inline-block!important;
    margin: 20px 0;
    padding: .8em 1.9em;
    border-radius: 1.7em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    background-color: #fda051;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 700;
    font-size: 1rem;
    border: none
}

input[type=text] {
    border: none;
    border-bottom: 1px solid #0071b9;
    background-color: #f1f1f1
}

input[type=text]:focus {
    border-bottom: 1px solid #fda051;
    outline: 0
}

.link-commix {
    font-size: 12px;
    margin-top: 10px;
    font-weight: 400
}

.link-commix a {
    font-size: 12px
}

.link-commix a:hover {
    color: #0071b9
}

.footer {
    background-color: #f1f1f1
}

section.footer {
    padding-bottom: 60px
}

.text-footer {
    background-color: #c37939;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.last-footer {
    background-color: #025e98
}

span.arguments-link {
    font-weight: 700
}

.number-arguments {
    font-weight: 700
}

.link-commix a:hover {
    color: #fda051;
    text-decoration: underline
}

.menu__link {
    display: block;
    padding: 2rem 1.5rem;
    font-weight: 400
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu__group {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.menu__link {
    position: relative
}

.menu__link:hover {
    color: #0071b9!important
}

.menu__link:after,
.menu__link:before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #0071b9;
    will-change: width;
    -webkit-transition: width .05s ease-out;
    transition: width .05s ease-out;
    position: absolute;
    bottom: 0
}

.menu__link:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.menu__link:after {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.menu__link:hover:after,
.menu__link:hover:before {
    width: 100%;
    -webkit-transition-duration: .15s;
    transition-duration: .15s
}

a.active.menu__link::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #0071b9;
    position: absolute;
    bottom: 0
}

@media screen and (min-width:996.1px) {
    .show-only-small-dev {
        display: none!important
    }
}

div.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0
}

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 20px;
    background-color: #ddd;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none
}

#back2Top:hover {
    background-color: #0071b9;
    color: #fff
}

footer a {
    -webkit-transition: all .5s;
    transition: all .5s;
    display: inline-block;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s
}

footer a {
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff
}

a.noeffect {
    color: #fda051
}

footer a.noeffect:hover {
    padding: 0;
    margin: 0
}

footer a.noeffect:hover:before {
    opacity: 0
}

.logo-footer {
    width: 160px;
    margin: 10px 0 7px 0
}

#back2Top {
    text-align: center
}

.btn,
.btn:active,
.btn:focus,
button,
button:active,
button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.background-args {
    padding: 20px 20px;
    background-color: #fafafa;
    border-radius: 5px;
    height: 145px;
    position: relative
}

.arg-item {
    margin-top: 40px
}

.content-arg {
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.content-arg p {
    margin-top: 27px
}

.img-fluid-header-subpage {
    width: 100%;
    height: 350px;
    background-size: cover!important
}

.img-fluid-header-physio {
    width: 100%;
    height: 350px;
    background: url(../gfx/physio.png) center no-repeat;
    background-size: cover
}

.img-fluid-header-ueberuns {
    width: 100%;
    height: 350px;
    background: url(../gfx/ueberuns.png) center no-repeat;
    background-size: cover
}

.img-fluid-header-kontakt {
    width: 100%;
    height: 350px;
    background: url(../gfx/kontakt.png) center no-repeat;
    background-size: cover
}

.bck-col-one {
    background-color: #fda051;
    margin-top: 30px
}

.bck-col-one h2 {
    color: #fff;
    -webkit-text-decoration-color: #0071b9;
    text-decoration-color: #0071b9
}

.bck-col-two {
    background-color: #0071b9;
    margin-top: 30px
}

.bck-col-two h2 {
    color: #fff;
    -webkit-text-decoration-color: #0071b9;
    text-decoration-color: #0071b9
}

.bck-col-two p {
    color: #fff
}

.bck-col-three {
    background-color: #eff6ff;
    position: relative;
    margin-top: 30px
}

.bck-col-three .left-half h2 {
    -webkit-text-decoration-color: #0071b9;
    text-decoration-color: #0071b9
}

.bck-col-four {
    background-color: #ffede6;
    margin-top: 30px
}

.bck-col-four .left-half h2 {
    color: #0071b9
}

.bck-col-five {
    margin-top: 30px
}

.bck-col-five .left-half h2 {
    -webkit-text-decoration-color: #0071b9;
    text-decoration-color: #0071b9
}

.bck-light-grey {
    background-color: #f1f1f1
}

.bck-light-blue {
    background-color: #0071b9
}

.text-white {
    color: #fff
}

.bck-col-neutral {
    background-color: #eff6ff;
    margin-top: 30px;
    color: #0071b9
}

@media screen and (max-width:996px) {
    .bck-col-neutral {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px
    }
}

.left-half {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 700
}

.left-half h2 {
    margin-bottom: 15px
}

.position-prod {
    padding: 4rem
}

@media screen and (max-width:996px) {
    .position-prod {
        padding: 2rem
    }
}

@media screen and (min-width:768.9px) {
    .position-prod {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media screen and (max-width:640px) {
    .position-prod {
        padding: 1.5rem
    }
}

.right-half {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.right-half img {
    margin: 0;
    width: 100%
}

.light {
    font-weight: 300
}

section.products {
    background-color: #fafafa;
    padding-top: 40px!important;
    padding-bottom: 40px;
    margin: 0 40px;
    border-radius: 3px
}

@media screen and (max-width:1224px) {
    section.products {
        margin: 0 10px
    }
}

@media screen and (max-width:992px) {
    section.products {
        margin: 0;
        padding: 15px 15px
    }
}

section.card-adress {
    background-color: #fafafa;
    margin: 20px 40px 0 40px;
    border-radius: 3px
}

#c146 {
    background-color: #fafafa;
    margin: 20px 40px 0 40px;
}

#c146 h6 {
    font-size: 1.5em;
}

.fa.fa-phone-square {
    color: #fda051
}

section.card-adress p {
    color: #0071b9
}

@media screen and (max-width:1224px) {
    section.card-adress {
        margin: 20px 10px 0 10px
    }
}

@media screen and (max-width:992px) {
    section.card-adress {
        margin: 0
    }
}

.products .container .row {
    border-radius: 5px
}

.margin-top-products h2 {
    margin-top: 90px
}

section.handarbeit {
    margin: 40px;
    border-radius: 3px;
    background-color: #ffede6
}

section.handarbeit h2 {
    color: #fda051
}

section.handarbeit p {
    font-weight: 400
}

@media screen and (max-width:1224px) {
    section.handarbeit {
        margin: 30px 10px
    }
}

@media screen and (max-width:992px) {
    section.handarbeit {
        margin: 30px 15px;
        padding: 20px 15px
    }
    section.handarbeit h2 {
        margin: 10px 0
    }
}

.creativity img {
    text-align: center;
    width: 230px;
    margin-bottom: 30px
}

@media screen and (max-width:996px) {
    .creativity img {
        width: 180px
    }
}

.chefs img {
    text-align: center;
    width: 100%;
    border-radius: 5px
}

.football p {
    color: #fff
}

.football img {
    text-align: center;
    width: 100px;
    margin-bottom: 20px
}

.fuss-fundament {
    background: url(../gfx/fuss.png);
    height: 450px;
    width: 100%;
    border-radius: 5px
}

@media screen and (max-width:768px) {
    .fuss-fundament {
        border-radius: 0
    }
}

@media screen and (max-width:640px) {
    .fuss-fundament {
        height: 200px;
        width: 100%
    }
}

.messmethoden {
    width: 100%;
    border-radius: 5px
}

@media screen and (max-width:768px) {
    .messmethoden {
        border-radius: 0
    }
}

@media screen and (max-width:640px) {
    .messmethoden {
        width: 100%
    }
}

.philosophie {
    height: 450px;
    width: 100%;
    border-radius: 5px
}

@media screen and (max-width:768px) {
    .philosophie {
        border-radius: 0
    }
}

@media screen and (max-width:640px) {
    .philosophie {
        height: 200px;
        width: 100%
    }
}

.bck-orange {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #fda051;
    padding: 50px;
    margin-top: -520px;
    margin-bottom: 80px
}

@media screen and (max-width:768px) {
    .bck-orange {
        border-radius: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        margin: 0
    }
}

.fuss-creativity h2 {
    margin-bottom: 30px
}

.fuss-creativity p {
    font-weight: 700
}

.fuss-creativity {
    background-color: #eff6ff;
    margin-bottom: 30px;
    padding-top: 120px!important;
    padding-bottom: 75px!important;
    margin: 0 40px;
    border-radius: 3px
}

@media screen and (max-width:1224px) {
    .fuss-creativity {
        margin: 0 10px;
        margin-bottom: 30px
    }
}

@media screen and (max-width:992px) {
    .fuss-creativity {
        margin: 0;
        margin-bottom: 30px;
        padding: 10px 15px 15px 15px;
        padding-top: 60px!important
    }
}

.bck-white {
    border-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
    padding: 50px;
    margin-top: -300px;
    z-index: 999;
}

@media screen and (max-width:768px) {
    .bck-white {
        border-radius: 0;
        border-radius: 5px;
        border-bottom-right-radius: 5px;
        margin: 0
    }
}

.bck-white-two {
    border-radius: 5px;
    background-color: #fff;
    padding: 50px;
    margin-top: -300px;
    margin-right: -20px
}

@media screen and (max-width:768px) {
    .bck-white-two {
        border-radius: 0;
        margin: 0
    }
}

.messmethoden-section h2 {
    margin-bottom: 30px
}

.messmethoden-section p {
    color: #000
}

.messmethoden-section {
    background-color: #eff6ff;
    padding-bottom: 75px!important;
    margin: 0 40px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 3px
}

@media screen and (max-width:1224px) {
    .messmethoden-section {
        margin: 30px 10px
    }
}

@media screen and (max-width:992px) {
    .messmethoden-section {
        margin: 0;
        margin-bottom: 30px;
        padding: 60px 15px 15px 15px;
        margin-top: 30px
    }
}

.static {
    background-color: #0071b9;
    padding-bottom: 75px!important;
    padding-top: 85px!important;
    margin: 0 40px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 3px
}

.static h2 {
    color: #fff
}

@media screen and (max-width:1224px) {
    .static {
        margin: 0 10px;
        margin-bottom: 30px;
        margin-top: 30px
    }
}

@media screen and (max-width:992px) {
    .static {
        margin: 0;
        margin-bottom: 30px;
        padding: 15px 15px;
        margin-top: 30px
    }
}

.gaescheftsleitung {
    background-color: #fafafa;
    padding-bottom: 75px!important;
    padding-top: 85px!important;
    margin: 0 40px;
    margin-bottom: 30px;
    border-radius: 3px
}

.gaescheftsleitung h2 {
    color: #fda051
}

@media screen and (max-width:1224px) {
    .gaescheftsleitung {
        margin: 0 10px;
        margin-bottom: 30px
    }
}

@media screen and (max-width:992px) {
    .gaescheftsleitung {
        margin: 0;
        margin-bottom: 30px;
        padding: 15px 15px
    }
}

.chefs-distance {
    margin-bottom: 60px
}

.line {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    height: 7px;
    border-radius: 20px;
    background: #fda051;
    margin-bottom: 70px;
    margin-top: 30px
}

.science-results {
    position: relative;
    padding-top: 85px;
    margin: 0 40px;
    margin-bottom: 30px;
    padding-bottom: 0;
    border-radius: 3px;
    color: #fff;
    margin-top: 90px;

}

@media screen and (min-width:992px) and (max-width:768px) {
    .science-results {
        margin: 0;
        margin-bottom: 30px;
        padding: 0
    }
}

@media screen and (max-width:768px) {
    .science-results {
        margin: 0;
        margin-bottom: 30px;
        padding: 0
    }
}

.science-results .funfact-number-title {
    color: #fff
}

.bck-science-results-wrapper {
    margin: 0 40px
}

@media screen and (max-width:1224px) {
    .bck-science-results-wrapper {
        margin: 0 10px;
        margin-bottom: 30px
    }
}

@media screen and (max-width:992px) {
    .bck-science-results-wrapper {
        margin: 30px 0 0 0;
        margin-bottom: 30px;
        padding: 15px 15px
    }
}

.bck-science-results {
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    height: 300px;
    background-color: #fda051;
    border-radius: 3px;
    z-index: -9;
}

.blue-box {
    padding: 30px;
    background-color: #0071b9;
    border-radius: 5px
}

@media screen and (max-width:992px) {
    .blue-box {
        margin-bottom: 15px
    }
}

.counter-value {
    font-size: 53px;
    font-weight: 700
}

.counter-number-title {
    font-weight: 400;
    font-size: 17px;
    color: #fff
}

.wings {
    background-color: #fafafa;
    padding-top: 80px!important;
    margin: 0 40px;
    border-radius: 3px;
    color: #fff
}

@media screen and (max-width:1224px) {
    .wings {
        margin: 0 10px
    }
}

@media screen and (max-width:992px) {
    .wings {
        margin: 0;
        padding: 15px 15px
    }
}

.bs-example {
    margin: 20px
}

.accordion .fa {
    margin-right: .5rem
}

.accordion>.card .card-header {
    margin: 0
}

.accordion>.card:first-of-type {
    border-bottom: 5px
}

.with-card .card {
    border: none;
    font-family: 'Open Sans', sans-serif
}

.with-card .card-body {
    background-color: #ffede6
}

.with-card .card-header {
    padding: 0;
    background-color: #eff6ff;
    border-bottom: 1px solid #fda051
}

.with-card .card-body a {
    color: #0071b9!important
}

.with-card .card-body a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #0071b9;
    text-decoration-color: #0071b9
}

.wings .card-body {
    background-color: #fff
}

.wings .card-header {
    background-color: #0071b9;
    border-bottom: 1px solid #fafafa
}

.btn-link {
    color: #0071b9
}

.btn-link:hover {
    color: #fda051
}

section.science-pdfs .card-header {
    background-color: #f1f1f1
}

section.wings .btn-link {
    color: #fff
}

section.wings .btn-link:hover {
    text-decoration: underline
}

.img-philosophie img {
    width: 100%
}

.gallery {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    column-width: 33%
}

.gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease
}

.gallery .animation {
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media (max-width:450px) {
    .gallery {
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        column-width: 100%
    }
}

@media (max-width:400px) {
    .btn.filter {
        padding-left: 1.1rem;
        padding-right: 1.1rem
    }
}

.city {
    text-align: center;
    padding: 10px 20px;
    background-color: #fda051;
    color: #0071b9;
    font-weight: 700;
    display: inline-block;
    border-radius: 5px;
    font-size: 17px;
    margin: 0 0 10px 0
}

.city-partner {
    text-align: center;
    padding: 10px 20px;
    background-color: #eff6ff;
    color: #0071b9;
    font-weight: 700;
    display: inline-block;
    border-radius: 5px;
    font-size: 17px;
    margin: 10px 0 10px 0
}

section.card-adress .card {
    border: none;
    width: 100%;
    height: 100%
}

section.card-adress .card-header {
    background-color: #0071b9;
    color: #fff;
    font-weight: 700;
    font-size: 21px;
    border-bottom: 2px solid #fda051
}

section.card-adress .card-body {
    background-color: #eff6ff
}

.orange {
    color: #fda051
}

.adress-size {
    margin: 20px 0 30px 0
}

@media screen and (max-width:992px) {
    .adress-size {
        margin: 0
    }
}

.adress-size img {
    border-radius: 5px
}

.adress a:hover,
.adress-size a:hover {
    cursor: pointer;
    text-decoration: underline
}

.headquarter {
    margin: 0;
    padding: 20px 30px;
    background-color: #eff6ff;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 30px
}

.footer-txt {
    font-weight: 400
}

@media screen and (max-width:575.7px) {
    .footer-txt {
        text-align: center!important;
        margin: 20px 0
    }
}

@media screen and (max-width:575.7px) {
    a.noeffect-img {
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

a.noeffect-img img {
    width: 200px;
    height: auto
}

.card-header {
    padding: 3px!important
}

.p-pdf p {
    margin-bottom: 15px!important
}

@media screen and (max-width:996px) {
    .site-mobile-menu .site-nav-wrap>li.show-only-lg-dev {
        display: none
    }
}

@media screen and (max-width:768px) {
    .footer-widget img {
        width: 30%
    }
}

.viewbox-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999999999
}

.viewbox-body {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: auto
}

.viewbox-header {
    margin: 10px
}

.viewbox-content {
    margin: 10px;
    width: 300px;
    height: 300px
}

.viewbox-footer {
    margin: 10px
}

.viewbox-content .viewbox-image {
    width: 100%;
    height: 100%
}

.viewbox-button-default {
    cursor: pointer;
    height: 64px;
    width: 64px
}

.viewbox-button-default>svg {
    width: 100%;
    height: 100%;
    background: inherit;
    fill: inherit;
    pointer-events: none;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.viewbox-button-default {
    fill: #999
}

.viewbox-button-default:hover {
    fill: #fff
}

.viewbox-button-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9
}

.viewbox-button-next,
.viewbox-button-prev {
    position: absolute;
    top: 50%;
    height: 128px;
    width: 128px;
    margin: -64px 0 0;
    z-index: 9
}

.viewbox-button-next {
    right: 10px
}

.viewbox-button-prev {
    left: 10px
}

.viewbox-container .loader {
    widows: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px
}

.viewbox-container .loader * {
    margin: 0;
    padding: 0
}

.viewbox-container .loader .spinner {
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0 auto
}

.viewbox-container .loader .double-bounce1,
.viewbox-container .loader .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #999;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

.viewbox-container .loader .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

section .text-grey p {
    text-align: center;
    margin-bottom: 40px
}

.simpleParallax {
    border-radius: 5px
}

.white h2 {
    color: #fff
}

.icon-width {
    flex: 0 0 3.333333%
}

.gallery-one {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    column-width: 100%
}

.p-pdf a:hover {
    text-decoration: underline
}

.messmethoden {
    background-size: cover
}

@media screen and (max-width:996px) {
    .bck-white {
        padding: 1.5rem
    }
    footer {
        padding: 40px 0
    }
    .footer-txt {
        margin: 10px 0;
        text-align: left
    }
    .creativity img {
        width: 130px;
        margin-bottom: 20px
    }
    .adress-size {
        margin-bottom: 20px
    }
    section.card-adress p {
        margin-bottom: 20px
    }
    div.adress-size p {
        margin-bottom: 20px
    }
    a.noeffect-img img {
        width: 150px
    }
    .blue-box-margin {
        margin-bottom: 20px
    }
}

.creativity img {
    width: 170px
}

h6 {
    color: #000
}

.philosophie {
    background-size: cover
}

.blue-box {
    height: 100%
}

.carousel-indicators {
    z-index: 1
}

.blue {
    background-color: #0071b9
}

.footer-widget h5 {
    font-weight: 800;
    font-size: 1.4em;
    color: #fda051;
    display: block;
    margin-top: 40px;
    margin-bottom: 7px
}

.textmedia-item,
.textpic-item {
    padding-left: 17px;
    padding-right: 17px
}
.textmedia, .textpic {

    gap: 0px;
}
figure {
    margin-bottom: 0
}

section .frame-header :last-child {
    margin-bottom: 10px;
    padding: 0 10px
}

.icons-margin-small {
    padding-left: 15px;
    padding-right: 15px
}

.background-ic p {
    margin-top: 5px!important;
    margin-bottom: 0
}

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

h4.quote {
    color: #0071b9!important
}

.carousel-inner .sentence h4 {
    color: #0071b9
}

.sentence p {
    color: #fda051
}

.carousel .carousel-control,
.carousel .carousel-indicators {
    opacity: 1
}

.frame-space-before-extra-large {
    margin-top: 5rem
}

.frame-space-after-extra-large {
    margin-bottom: 5rem
}

.right-half img {
    width: 100%;
    height: auto
}

.headline-product p {
    font-size: 2.7em
}

.text-orange,
h2.text-orange {
    color: #fda051
}

.blue-text,
h2.blue-text {
    color: #0071b9
}

.light-orange {
    background-color: #ffede6
}

.handarbeit img {
    width: 20vw;
    margin-bottom: 30px
}

@media screen and (max-width:996px) {
    .handarbeit img {
        width: 20vw;
        margin-bottom: 20px
    }
}

.handarbeit .frame {
    padding-top: 0;
    padding-bottom: 0
}

.products .frame {
    padding-top: .5rem
}

.bck-col-four {
    margin-top: 30px
}

#c106.frame,
#c130.frame,
#c131.frame,
#c132.frame,
#c136.frame,
#c142.frame,
#c18.frame,
#c20.frame,
#c21.frame,
#c22.frame,
#c23.frame,
#c30.frame,
#c33.frame,
#c43.frame,
#c53.frame,
#c56.frame,
#c57.frame,
#c59.frame,
#c60.frame,
#c63.frame,
#c81.frame {
    padding-top: 0;
    padding-bottom: 0
}

#c106 .frame-container,
#c136 .frame-container,
#c142 .frame-container,
#c33 .frame-container,
#c43 .frame-container {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

#c50 .frame-container,
#c51 .frame-container,
#c52 .frame-container,
#c53 .frame-container,
#c81 .frame-container
/* section.card-adress */

{
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.static img {
    width: 120px;
    margin-bottom: 30px
}

@media screen and (max-width:996px) {
    .static img {
        width: 90px;
        margin-bottom: 20px
    }
}

section.static p {
    color: #fff
}

section.static .frame {
    padding-top: 0;
    padding-bottom: 0
}

.bck-col-neutral {
    border-radius: 5px
}

.flex-box h2 {
    margin-bottom: 30px
}

.flex-box {
    background-color: #eff6ff;
    padding-bottom: 75px!important;
    margin: 0 40px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 3px
}

@media screen and (max-width:1224px) {
    .flex-box {
        margin: 30px 10px
    }
}

@media screen and (max-width:992px) {
    .flex-box {
        margin: 0;
        margin-bottom: 30px;
        padding: 60px 15px 15px 15px;
        margin-top: 30px
    }
}

.messmethoden img {
    border-radius: 5px
}

.messmethoden {
    padding-left: 0;
    padding-right: 0
}

.bck-orange {
    background: #fda051
}

.minus-top {
    margin-top: -490px
}

.minus-bottom {
    margin-top: -200px
}

.padd-top {
    padding-top: 75px!important
}

.padd-bottom {
    padding-bottom: 115px!important
}

@media screen and (max-width:996px) {
    .minus-top {
        margin-top: -290px
    }
}

@media screen and (max-width:768px) {
    .minus-top {
        margin-top: -290px
    }
    .minus-bottom {
        margin-top: 0
    }
    .padd-top {
        padding-top: 0!important
    }
    .padd-bottom {
        padding-bottom: 0!important
    }
}

@media screen and (max-width:768px) {
    .minus-top {
        margin-top: 0
    }
    .carousel-item .sentence {
        min-height: 380px
    }
}

section.white.none {
    padding: 60px 0
}

.text-black {
    color: #000
}

.simpleParallax img {
    width: 100%;
    height: auto
}

section.white.none {
    padding-bottom: 0
}

.text-width.bck-orange p {
    font-weight: 700
}

section.light-grey-bck {
    background-color: #fafafa
}

.chefs img {
    width: 100%;
    height: auto
}

h5 {
    color: #000;
    font-size: 1rem
}

h4.element-header,
h4.element-header span {
    padding: 0!important
}

.card-adress .frame,
.gaescheftsleitung .frame {
    padding: 0;
    margin: 0
}

section.faq {
    margin: 40px;
    border-radius: 3px;
    background-color: #ffede6
}

section.faq p {
    font-weight: 400
}

@media screen and (max-width:1224px) {
    section.faq {
        margin: 30px 10px
    }
}

@media screen and (max-width:992px) {
    section.faq {
        margin: 30px 15px;
        padding: 20px 15px
    }
    section.faq h2 {
        margin: 10px 0
    }
}

.gallery img {
    width: 100%;
    height: auto
}

h3.element-subheader {
    text-align: center;
    padding: 10px 20px!important;
    font-family: 'Open Sans', sans-serif;
    background-color: #fda051;
    color: #0071b9;
    font-weight: 700;
    display: inline-block;
    border-radius: 5px;
    font-size: 17px;
    margin: 0 0 10px 0
}

h3.element-subheader {
    font-family: 'Open Sans', sans-serif!important
}

.white-bck {
    background-color: #fff!important
}

section.paragraph .frame {
    padding: 0;
    padding-bottom: 30px;
    /*margin: 0 */
}

.partner-city .city {
    padding: 10px 20px;
    background-color: #eff6ff;
    color: #0071b9;
    font-weight: 700;
    display: inline-block;
    border-radius: 5px;
    font-size: 17px;
    margin: 10px 0 10px 0
}

.frame-inner hr {
    opacity: 0
}

.question-text a {
    color: #fff!important;
    font-weight: 400;
    font-size: 1rem
}

#accordionExample .padding-question,
#accordionExampleTwo .padding-question,
.question-text .padding-question {
    padding: 12px 0
}

#accordionExampleTwo a {
    color: #0071b9;
    font-weight: 400;
    font-size: 1rem
}

#accordionExample a {
    color: #0071b9;
    font-weight: 400;
    font-size: 1rem
}

.adress-size h5 span {
    text-align: center;
    padding: 10px 20px!important;
    background-color: #fda051;
    color: #0071b9;
    font-weight: 700;
    display: inline-block;
    border-radius: 5px;
    font-size: 17px;
    margin: 0 0 10px 0;
    font-family: "Source Sans Pro", sans-serif
}

.adress-size h5.element-header {
    padding: 0
}

#c119 {
    background-color: #f1f1f1
}

#c174 h3.element-subheader,
#c119 h3.element-subheader
{
    font-size: 17px;
    margin-top: 20px;
    font-weight: 400;
    background-color: transparent;
    line-height: 1.6em;
    color: #000
}

input[type=email] {
    border: none;
    border-bottom: 1px solid #0071b9;
    background-color: #f1f1f1
}

input[type=email]:focus {
    border-bottom: 1px solid #fda051;
    outline: 0;
    background-color: transparent
}

.form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #0071b9;
    background-color: #f1f1f1
}

.form-control:focus {
    background-color: transparent;
    border-bottom: 1px solid #fda051;
    outline: 0
}

input:focus {
    outline: 0!important
}

input:first-of-type {
    border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #0071b9
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #0071b9
}

input::placeholder,
textarea::placeholder {
    color: #0071b9
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: #0071b9;
    outline: 0
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: #0071b9;
    outline: 0
}

input:focus::placeholder,
textarea:focus::placeholder {
    color: #0071b9;
    outline: 0
}


.powermail_fieldwrap_gewuenschteruntersuchungsstandort {
    border-bottom: 1px solid #0071b9
}

.powermail_field {
    margin-bottom: 20px
}

.powermail_fieldwrap_gewuenschteruntersuchungsstandort label {
    text-align: left!important;
    display: block;
    color: #0071b9;
    font-weight: 400
}

.powermail_fieldwrap_gewuenschteruntersuchungsstandort select {
    display: block
}

.grey-btn {
    color: #0071b9;
    border: 1px solid #0071b9;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: 700
}

.btn--animated.grey-btn:before {
    background: #0071b9
}

.carousel-item .sentence {
    min-height: 280px
}

#c134 {
    margin-top: 60px
}

#c133 {
    margin-bottom: 60px;
    padding-top: 30px
}

#c133 img {
    border-radius: 50%;
    width: 20vw
}

#c133 h5.element-header {
    font-size: 1.2rem;
    margin-top: 15px;
    margin-bottom: 35px
}

@media screen and (max-width:768px) {
    #c133 img {
        width: 70vw
    }
}

section.wings.paragraph .text-center p:first-of-type {
    font-size: 2.7em;
    color: #0071b9;
    margin-bottom: 18px
}

#c135 .headquarter {
    background-color: #fafafa
}

a.button-sana-blue {
    padding: .3em 1em;
    width: 90%;
    border-radius: 1.4em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    border: 1px solid #0071b9;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s
}

.menu__link:after,
.menu__link:before {
    height: 1px
}

a.grey-bck:hover {
    color: #073b5d!important
}

a.active.menu__link::after {
    height: 1px
}

a.grey-bck.active {
    color: #073b5d!important
}

a.noeffect:hover {
    text-decoration: underline
}

.frame-header h6 a,
.frame-header h6 i {
    font-size: 1.5em;
    color: #fda051
}

.frame-inner a.tel {
    color: #0071b9!important
}

#c130 h5 {
    color: #0071b9
}

#c131 h5 {
    color: #0071b9
}

#c132 h5 {
    color: #0071b9
}

i.fa-phone-square {
    margin-right: 10px
}

footer {
    background-color: #0071b9
}

.footer-world {
    font-size: 14px;
    background-color: #0071b9;
    width: 100%;
    min-height: 20px;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px
}

.cc-btn {
    color: #fff;
    background-color: #fda051;
    border-color: #fda051
}

.cc-btn:active,
.cc-btn:hover,
.cc-btn:visited {
    background-color: #b76e30;
    border-color: #b76e30
}

.cc-link,
.cc-link:active,
.cc-link:visited {
    color: #fda051
}

div.menu-text ul.site-menu li:first-of-type {
    display: none
}

.fa-bars:hover {
    color: #073b5d
}

.js-menu-toggle.fas.fa-times {
    font-size: 19px;
    color: #0071b9
}

.js-menu-toggle.fas.fa-times:hover {
    color: #073b5d
}

.handarbeit img[src*=creativity] {
    width: 12vw
}

@media screen and (max-width:996px) {
    .handarbeit img[src*=creativity] {
        width: 20vw
    }
}

@media screen and (max-width:1200px) {
    .img-logo img {
        width: 180px
    }
    .site-navbar .site-navigation .site-menu>li>a {
        padding: 5px 5px
    }
    .site-navbar .site-navigation .site-menu>li:last-child a {
        padding: 5px 5px
    }
    .site-navbar .site-navigation a.button-sana-blue {
        margin: 0 14px
    }
    body {
        margin-top: 85px
    }
}

@media screen and (max-width:768px) {
    .content-arg p {
        margin-top: 25px
    }
    .background-args {
        height: 200px
    }
}

@media screen and (min-width:1400px) {
    #c133 img {
        width: 15vw
    }
}

@media screen and (max-width:768px) {
    .mr-auto {
        margin-right: 20px!important
    }
    .site-navbar .site-navigation a {
        margin-right: 20px!important
    }
}

.adress-size img.foto-adresse {
    width: 100%;
    height: auto
}

.gerade-stehn .button-sana {
    margin-left: 5px;
    margin-right: 5px
}

@media screen and (max-width:768px) {
    .handarbeit img {
        width: 70vw
    }
    .headline-product p {
        font-size: 1.7em
    }
    h2.element-header.text-center {
        font-size: 1.3em
    }
}

h2.element-header {
    text-align: center
}

i.fas.fa-bars {
    cursor: pointer
}

a.site-menu-toggle.js-menu-toggle.text-black {
    cursor: pointer
}

@media screen and (max-width:996px) {
    .btn--animated-blue {
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0s;
        transition-duration: 0s
    }
    .btn--animated-blue:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #0071b9;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0;
        transform-origin: 0;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        z-index: -1
    }
    .btn--animated-blue:hover {
        color: #0071b9;
        text-decoration: underline
    }
    .btn--animated-blue:hover:before {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition-timing-function: cubic-bezier(.45, 1.64);
        transition-timing-function: cubic-bezier(.45, 1.64)
    }
}

.gme-info-window p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}

#accordionExampleTwo .card-body p {
    color: #0071b9;
    font-weight: 600
}

#accordionExampleTwo .card-body a {
    color: #fda051
}

.adress-size i {
    color: #fda051
}


/* #c146 {
    background-color: #fafafa;
    padding-bottom: 0px;
}

section.card-adress {
    padding-top: 0px;
    margin-top: 0px;
} */

.light-blue {
    background-color: #eff6ff;
    margin: 20px 40px 0 40px;
}

.partner-aerzte {
    margin: 20px 40px 0 40px;
    border-radius: 3px;
}

.line-bck {
    margin-bottom: 80px;
}

.headquarter .line-bck p {
    margin-bottom: 20px;
}

@media screen and (max-width:1224px) {
    .light-blue {
        margin: 20px 10px 0 10px
    }
    .partner-aerzte {
        margin: 20px 10px 0 10px
    }
}

@media screen and (max-width:992px) {
    .light-blue {
        margin: 0
    }
    .partner-aerzte {
        margin: 0
    }
}

.p-margin p {
    margin-bottom: 0px;
}

section.paragraph .p-margin p {
    margin-bottom: 10px;
}

section.paragraph .p-margin h6 {
    margin-bottom: 40px;
    font-size: 1.5em;
}

.partner-city .city.city-grey {
    background-color: #fafafa
}
#c158 .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
#c158 section {
    padding: 0px;
}
#c158 {
    background-color: #f1f1f1;
}
.col-12.headquarter.line-bck {
    background-color: #fafafa;
}


.fa-plus:before {
    content: ' ';
}
.fa-minus:before {
    content: ' ';
}

.fa-plus:before {
    display: block;
    content: ' ';
    background-image: url('../Images/plus.svg');
    background-size: 16px 16px;
    height: 16px;
    width: 16px;

}
.fa-minus:before {
    display: block;
    content: ' ';
    background-image: url('../Images/minus.svg');
    background-size: 16px 16px;
    height: 16px;
    width: 16px;

}
#accordionExample .padding-question, #accordionExampleTwo .padding-question, .question-text .padding-question {
    padding: 12px 0;
    padding-bottom: 0px;
}
#c666  .fa-plus:before {
    display: block;
    content: ' ';
    background-image: url('../Images/plus-blue.svg');
    background-size: 16px 16px;
    height: 16px;
    width: 16px;

}
#c666 .fa-minus:before {
    display: block;
    content: ' ';
    background-image: url('../Images/minus-blue.svg');
    background-size: 16px 16px;
    height: 16px;
    width: 16px;

}


.hamburger {
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}
.hamburger--slider .hamburger-inner {
    top: 2px;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.hamburger--slider .hamburger-inner:before {
    top: 10px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.hamburger-inner:before {
    top: -10px;
}
.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #0071b9;
}
.hamburger--slider .hamburger-inner:after {
    top: 20px;
}
.hamburger-inner:after {
    bottom: -10px;
}
.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #0071b9;
}
.js-menu-toggle.fas.fa-times:before {
    content: 'X';
    font-size: 26px;
    padding: 5px;
    font-weight: bold;
    font-family: Poppins;

}
.offcanvas-menu.site-wrap {
    z-index: 99999999;
}
body.offcanvas-menu {
    overflow: hidden;
}

.danke-ihnen {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 30px;
    background-color: #fda051;
    color: white;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
}
.frame-header h6 {
    text-align: center;
}
.powermail_fieldwrap_senden, .powermail_fieldwrap_senden div, .powermail_fieldwrap_senden div .button-sana {
    text-align: center;
}
.om-cookie-panel .cookie-panel__button--color--green {
    background-color: #fda051;
}
.om-cookie-panel .cookie-panel__button {
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-bottom: 5px;
}
.cookie-panel__attribution {
    display: none;
}
.om-cookie-panel h3 {
    padding-bottom: 7px;
    text-align: center;
    font-size: 21px;
    color: #666;
}
.om-cookie-panel p {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #666;
    font-size: 16px;
    line-height: 1.3;
}
.om-cookie-panel .cookie-panel__link {
    padding-top: 5px;
    color: #666;
    font-size: 12px;
}
.om-cookie-panel .cookie-panel__link a {
    color: #666;
    font-size: 12px;
    font-weight: 500;
}
.om-cookie-panel {
    border: none !important;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.17);
}
.page-24 .tx-powermail {
    display: none;
}
.tx-powermail .powermail_create h2 {
    margin-bottom: 20px !important;
}
.tx-powermail .powermail_create {
    padding-bottom: 55px;
    display: flex;
    padding-top: 30px;
    padding-bottom: 120px;
    justify-content: center;
}
.tx-powermail .powermail_create table {
    width: max-content;
}
.tx-powermail .powermail_create .table-responsive {
    margin: auto;
}
.tx-powermail .powermail_create .table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}