@font-face {
    font-family: PraxisLTRegularSC;
    text-transform: none;
    src: url(../font/PraxisLTRegularSC.ttf);
}
@font-face {
    font-family: PraxisLTRegular;
    src: url(../font/PraxisLTRegular.ttf);
}
header,
.view {
    height: auto !important;
    background-position: center 20% !important;
    overflow: hidden;
}
body {
    height: 100%;
    overflow-x: hidden !important;
    overflow-y: scroll;
    color: rgb(0,0,0) !important;
    font-family:Arial,Helvetica,sans-serif;
    position: relative;
    line-height: 1.3vw;
}
section {
    margin-top: 8.75vw;
}
h1, h2, h3, h4 {
    color: #f6252d;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
}
a {
    color: #f7474c;
    transition: all 1s ease;
}
a:hover, a:focus {
    color: #000;
}
.white-bg {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 2vw;
    margin-bottom: 3.5vw !important;
}
.navbar {
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 2.5vw;
    transition: all 0.25s ease;
}
.top-nav-collapse {
    margin-top: 0;
    background-color: rgba(255, 255, 255);
}
#navbar_logo {
    width: 11.5vw;
    height: auto;
    margin-top: 0.05vw;
    margin-left: -0.2vw;
}
.navbar.navbar-dark .breadcrumb a, .navbar.navbar-dark .navbar-nav .nav-item a {
    color: rgb(0,0,0);
    transition: .35s;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
.fa-phone {
    transform: rotate(90deg);
}
#nav_contact {
    border-bottom: 0.1vw solid rgb(206, 19, 66);
    padding-right: 14vw;
    padding-bottom: 0.25vw;
    margin-left: 2.75vw;
    width: auto;
    padding-right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    padding-top: 0.2vw;
    padding-bottom: 0.4vw;
}
#nav_contact_left {
    padding-left: 0 !important;
}
#nav_contact_right {
    padding-right: 0 !important;
}
#nav_contact li {
    color: rgb(35,47,98);
    font-family: PraxisLTRegularSC;
    text-transform: none;
    padding-top: 0.5vw;
    padding-bottom: 0.225vw;
    padding-right: 4.35vw;
    padding-left: 4.35vw;
}
#nav_phone {
    color: rgb(35,47,98);
    font-family: PraxisLTRegularSC;
    text-transform: none;
    transition: all 1s ease;
}
#nav_phone:hover {
    color: #f6252d;
}
#nav_contact svg {
    margin-right: 1vw;
    color: #f6252d;
}
.navbar img {
    width: 5.5vw;
    height: auto;
    padding-bottom: 0.25vw;
    padding-top: 0.25vw;
}
.navbar-brand {
    height: auto;
    margin-right: 5.7vw;
    padding-bottom: 0;
}
.nav-item .active {
    color: #f6252d !important;
}
.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
    background-color: transparent;
    transition: all 1s ease;
}
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover,
.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link:hover {
    color: #f6252d;
}
.container-full {
    width: 100% !important;
    max-width: 100% !important;
}
.col {
    padding-right: 1vw;
    padding-left: 1vw;
}
.nopadding {
   padding: 0 !important;
}
.nomargin {
    margin: 0;
}
.underline {
    text-decoration: underline;
}
.mobile_only {
    display: none;
}
.br-xs-only {
    display: none;
}
.nav-item {
    text-transform: uppercase;
    transition: all 1s ease;
}
.nomargin {
    margin: 0;
}
.zero_margin_bottom {
    margin-bottom: 0 !important
}
.hide {
    display: none;
}
.show {
    display: block;
    height: 100%;
}
.ui-loader {
    display: none;
}
.headline_blue {
    color: rgb(35,47,98) !important;
}
.blocksatz {
    text-align: justify;
}
.mail_ref {
    text-decoration: none !important;
}
.mail_ref:hover {
    text-decoration: none !important;
}
.jquery_ui_btn {
    cursor: pointer;
    background-color: transparent;
    border: 0;
    color: rgb(35,47,98);
    font-weight: bold;
    transition: all 1s ease;
    font-family: PraxisLTRegular !important;
}
.jquery_ui_btn {
    color: rgb(35,47,98);
    transition: all 1s ease;
}
.jquery_ui_btn:hover {
    color: #f6252d;
}
.jquery_ui_btn svg {
    margin-right: 0.2vw;
    color: #f6252d;
}
.ui-widget-overlay {
    background-color: rgba(36, 39, 56, 0.93);
    opacity: unset;
}
.ui-dialog .ui-dialog-title {
    display: none;
}
.ui-widget-header {
    border: 0;
}
.ui-icon, .ui-botton .ui-icon, .ui-button {
    background-image: url("images/icon_close.png") !important;
    background-size: 3.4vw !important;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0;
}
.ui-dialog {
    width: 75% !important;
    left: 12.5% !important;
    right: auto;
    padding: 0;
}
.ui-widget-header {
    border: 0;
    height: 0;
    background-color: transparent;
}
.ui-dialog .ui-dialog-titlebar-close {
    background-color: rgb(35,47,98);
    top: 10px;
    width: 3.3vw;
    height: 3.4vw;
    right: 0;
    z-index: 9;
    border: 0;
}
.ui-dialog ul {
    margin-left: 1vw;
}
.ui-dialog p, .ui-dialog ul li {
    font-family: PraxisLTRegular;
    color: rgb(35,47,98);
    list-style-type: disc;
}
.ui-dialog a {
    font-family: PraxisLTRegular;
    color: rgb(35,47,98);
    text-decoration: underline;
    transition: all 1s ease;
}
.ui-dialog a:hover {
    color: #f6252d;
    text-decoration: underline;
}
.ui-dialog a svg {
    color: #f6252d;
    margin-right: 0.5vw;
}
.ui-dialog h3 {
    font-family: PraxisLTRegularSC;
    text-transform: none;
    color: rgb(35,47,98);
    margin-bottom: 1.5vw;
}
.accordion_inner_ref {
    display: block;
    font-family: PraxisLTRegular;
    color: rgb(35,47,98);
    text-decoration: underline;
    transition: all 1s ease;
}
.accordion_inner_ref:hover {
    color: #f6252d;
    text-decoration: underline;
}
.accordion_inner_fa {
    color: #f6252d;
    margin-right: 0.2vw;
    background-color: transparent !important;
    padding: 0 !important;
}
.accordion {
    height: auto;
    width: 100%;
    margin: 0;
    margin-bottom: 1vw;
}
.accordion ul {
    margin-left: 1vw;
}
.accordion_div {
    margin-bottom: 1vw;
}
.accordion_box {
    background-color: rgb(240, 246, 250);
    padding: 3vw;
    border: 0.105vw solid rgb(12,45,105);
    padding-left: 2vw;
    padding-bottom: 1vw;
    padding-top: 1vw;
}
.accordion_box p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: rgb(35,47,98) !important;
}
.accordion_box ul li {
    font-family: PraxisLTRegular;
    color: rgb(35,47,98);
    list-style-type: disc;
    text-align: left;
    margin-bottom: 0.5vw;
}
.accordion_btn {
    display: flex;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    color: rgb(63,83,134);
    background-color: rgb(255, 255, 255);
    width: 100%;
    text-align: left;
    padding: 0;
    border: 0.105vw solid rgb(12,45,105);
    height: 3.3vw;
    font-family: PraxisLTRegularSC !important;
    text-transform: none;
}
.acc_btn_active {
    color: rgb(255, 255, 255);
    background-color: rgb(12,45,105);
    font-family: PraxisLTRegularSC ;
    text-transform: none;
}
.accordion span {
    padding-top: 0.95vw;
}
.accordion_btn svg {
    margin-right: 1vw;
    font-size: 1.5vw;
    width: 3vw !important;
    height: 3.2vw;
    color: #f6252d;
    background-color: rgb(12,45,105);
    padding-top: 0.75vw;
    padding-bottom: 0.75vw;
}
#acc_offenburg, #acc_kehl {
    padding-bottom: 0;
    padding-top: 2vw;
    padding-right: 0;
    padding-left: 0;
}
#acc_offenburg p, #acc_kehl p {
    padding-left: 3vw;
    padding-right: 3vw;
    padding-bottom: 2vw;
}
.nav-item .nav-link {
    font-family: PraxisLTRegularSC;
    text-transform: none;
    padding-top: 1.1vw;
    padding-bottom: 1vw;
    padding-right: 2vw !important;
    padding-left: 2vw !important;
    transition: all 1s ease;
}
#nav-active {
    color: #f6252d;
}
.nav-item:hover {

}
.nav-item .fa-envelope::before, .nav-item .fa-phone::before {
    margin-right: 0.3vw;
    color: rgb(252,220,22);
}
#nav_icons .nav-item .nav-link {
    padding-right: 0.8vw !important;
    padding-left: 0.8vw !important;
}
#nav_icons .nav-item:hover {
    background-color: transparent;
}
.container-fluid .row, .container .row {
    width: 100%;
}
/* ALL 12pt font-sizes */
{
    font-size: 0.835vw;
}
/* ALL 13pt font-sizes */
{
    font-size: 0.9vw;
}
/* ALL 14pt font-sizes */
body {
    font-size: 0.973vw;
}
/* ALL 16pt font-sizes */
#nav_contact li {
    font-size: 1.115vw;
}
/* ALL 18pt font-sizes */
.vita em {
    font-size: 1.25vw;
}
{
    font-size: 1.25vw !important;
}
/* ALL 22pt font-sizes */
.welcome p, .welcome em {
    font-size: 1.525vw;
}
/* ALL 24pt font-sizes */
.nav-link, h1, h2, h3 {
    font-size: 1.675vw;
}
/* ALL 38pt font-sizes */
{
    font-size: 2.64vw;
}
/* ALL 48pt font-sizes */
{
    font-size: 3.35vw;
}
.welcome {
    margin-bottom: 60vh;
}
.welcome p {
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
}
.welcome em {
    color: #f6252d;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    line-height: 2vw;
}
.welcome-bg {
    background: url("../img/backgrounds/Vera-Bauer-Hintergrundbild-Willkommen.jpg")no-repeat center center;
    background-size: cover;
}
#verabauer-img {
    width: 100%;
    height: auto;
    display: block;
    border: 1vw solid rgb(255,255,255);
    margin-bottom: 2vw;
}
#kitz_award {
    width: 45%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.vita-bg {
    background: url("../img/backgrounds/Vera-Bauer-Hintergrundbild.jpg")no-repeat center center;
    background-size: cover;
}
.kunst-bg {
    background: url("../img/backgrounds/Vera-Bauer-Hintergrundbild-02.jpg")no-repeat center center;
    background-size: cover;
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: rgb(255,255,255);
    text-decoration: none;
}
.pagination img {
    width: 15.7vw;
    height: auto;
    margin: 0;
}
.pagination {
    padding-left: 0;
    position: relative;
    overflow: hidden;
    margin: 10px;
    display: inline-block;
}
.austellung-bg {
    background: url("../img/backgrounds/Vera-Bauer-Hintergrundbild-03.jpg")no-repeat center center;
    background-size: cover;
}
.austellung-quote {
    margin-bottom: 15vw;
}
.kontakt-bg {
    background: url("../img/backgrounds/Vera-Bauer-Hintergrundbild-04.jpg")no-repeat center center;
    background-size: cover;
}
.kontakt iframe {
    width: 100%;
    height: 39vw;
}
.impressum-bg {
    background: url("../img/backgrounds/Vera-Bauer-Hintergrundbild-05.jpg")no-repeat center center;
    background-size: cover;
}
footer {
    padding-top: 1vw;
    padding-bottom: 1vw;
    background-color: rgb(255, 255, 255);
}
footer a {
    color: rgb(0,0,0);
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-transform: none;
    text-transform: uppercase;
    transition: all 1s ease;
}
footer .mail_ref {
    font-family: PraxisLTRegular;
}
footer a:hover {
    color: #f6252d;
}
@media all and (min-width: 1200px) {
    .container {
        width: 90vw;
        max-width: 100%;
    }
}
@media all and (max-width: 1250px) {
    .pagination img {
        width: 19.5vh;
    }
}
@media all and (max-width: 1050px) {
    .pagination img {
        width: 21.5vh;
    }
}
@media all and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {

}
@media all and (max-width: 975px){

    /* ALL 14pt font-sizes */
    body {
        font-size: 2.973vw;
    }
    /* ALL 16pt font-sizes */
    #nav_contact li {
        font-size: 3.115vw;
    }
    /* ALL 18pt font-sizes */
    .vita em {
        font-size: 3.25vw;
    }
    /* ALL 22pt font-sizes */
    .welcome p, .welcome em {
        font-size: 3.525vw;
    }
    /* ALL 24pt font-sizes */
    .nav-link, h1, h2, h3 {
        font-size: 3.675vw;
    }
    body {
        line-height: 4vw;
    }
    section {
        margin-top: 21.5vw;
    }
    .navbar {
        margin-top: 5vw;
        height: 10vw;
        padding: 0;
    }
    .top-nav-collapse {
        margin-top: 0;
    }
    .white-bg {
        margin-bottom: 6vw !important;
    }
    .hide_mobile {
        display: none;
    }
    .hide_mobile_imp {
        display: none !important;
    }
    .mobile_nopadding {
        padding: 0 !important;
    }
    .container {
        width: 90vw;
    }
    .collapse.show {
        border-top: 2px solid rgb(0, 0, 0);
        margin-top: 10vw;
        transition: all 0.5s ease;
    }
    .collapse.show .row {
        background-color: rgb(255,255,255);
        margin: 0;
    }
    .jquery_ui_btn {
        margin-bottom: 4vw;
        padding-left: 0;
    }
    .jquery_ui_btn svg {
        margin-right: 1vw;
    }
    .ui-dialog img, #dialyse_ferien_carousel, #dialyse_ferien_carousel img,
    #dialyse_shun_carousel, #dialyse_shun_carousel img,
    #intro_shun_carousel, #intro_shun_carousel img   {
        width: 100%;
        height: 90vw;
        float: none;
    }
    .dialyse_popup_desc {
        float: none;
        width: 100%;
    }
    .mobile_jui_reffix {
        margin-left: 5vw;
        margin-bottom: 5vw;
    }
    .mobile_jui_reffix a {
        margin-left: -5vw;
    }
    .accordion ul {
        margin-left: 3vw;
    }
    .ui-dialog {
        width: 90% !important;
        left: 5% !important;
    }
    .ui-dialog ul {
        margin-left: 2.5vw;
    }
    .ui-dialog .ui-dialog-titlebar-close {
        width: 10vw;
        height: 10vw;
    }
    .ui-icon, .ui-botton .ui-icon, .ui-button {
        background-image: url("images/icon_close_mobile.png") !important;
        background-size: cover !important;
    }
    .ui-dialog h3 {
        margin-top: 3vw;
        color: #f6252d;
    }
    .navbar img {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .navbar .container .navbar-toggler-right {
        top: 8px;
    }
    .navbar img {
        width: 10vw;
    }
    .navbar-brand {
        margin-right: 0;
        width: auto;
        height: auto;
        float: left;
        padding-top: 0;
        height: 10.5vw;
    }
    #nav_mobile_tel {
        padding-top: 3.5vw
    }
    #nav_mobile_tel a {
        font-family: PraxisLTRegular;
        margin-left: 12vw;
        color: rgb(35,47,98);
        transition: all 1s ease;
    }
    #nav_mobile_tel a:hover {
        color: #f6252d;
    }
    #nav_mobile_tel a svg {
        color: #f6252d;
        margin-right: 1vw;
    }
    .nav-item_mobile {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 0;
        margin-top: 1.5vw;
        margin-bottom: 1.5vw;
    }
    .navbar.navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(246, 37, 45)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        margin-right: 3vw;
    }
    #navbar_logo {
        width: 21vw;
        margin-top: 0.4vw;
    }
    .float_left {
        float: left;
    }
    .mobile_only {
        display: block;
    }
    #nav_icons {
        display: inline-block;
        width: 100%;
    }
    #nav_icons .nav-item {
        width: 100%;
        float: left;
    }
    .navbar-toggler-icon {
        width: 5vw;
        height: 5vw;
        margin-top: 1vw;
    }
    #nav_icons .nav-item a {
        text-align: center;
    }
    #carousel-example-1z .carousel-inner, #carousel-example-1z .carousel-inner img {
        height: 80vw !important;
    }
    .accordion {
        margin-bottom: 3vw;
    }
    .accordion_btn {
        height: 5.5vw;
    }
    .accordion_btn svg {
        width: 5.3vw !important;
        height: 5.3vw;
    }
    .accordion span {
        padding-top: 0.75vw;
        padding-left: 1.5vw;
    }
    .pagination img {
        width: 24.5vw;
    }
    #verabauer-img {
        border: 2vw solid rgb(255,255,255);
        margin-bottom: 5vw;
    }
    #kitz_award {
        width: 100%;
        margin: 0;
    }
    .austellung-quote {
        margin-bottom: 65vw;
    }
    .austellung-quote-small {
        margin-bottom: 5vw;
    }
    footer {
        padding-top: 3vw;
        padding-bottom: 3vw;
    }
}
@media all and (max-width: 500px){

    /* ALL 14pt font-sizes */
    body {
        font-size: 3.973vw;
    }
    /* ALL 16pt font-sizes */
    #nav_contact li {
        font-size: 4.115vw;
    }
    /* ALL 18pt font-sizes */
    .vita em {
        font-size: 4.25vw;
    }
    /* ALL 22pt font-sizes */
    .welcome p, .welcome em {
        font-size: 4.525vw;
    }
    /* ALL 24pt font-sizes */
    .nav-link, h1, h2, h3 {
        font-size: 4.675vw;
    }
    body {
        line-height: 5.25vw;
    }
    .navbar {
        height: 14.5vw;
    }
    section {
        margin-top: 25vw;
    }
    .white-bg {
        margin-bottom: 10vw !important;
    }
    .xs-none {
        display: none;
    }
    .collapse.show {
        margin-top: 14vw;
    }
    .xs_none {
        display: none;
    }
    .xs-text-center {
        text-align: center;
        display: block;
    }
    .br-xs-only {
        display: inline-block;
    }
    .container {
        width: 90vw;
    }
    .ui-dialog .ui-dialog-titlebar-close {
        width: 15vw;
        height: 15vw;
    }
    .ui-dialog ul {
        margin-left: 3.5vw;
    }
    .jquery_ui_btn svg {
        margin-right: 0.75vw;
    }
    .nav-item .nav-link {
        padding-top: 2.225vw;
    }
    .navbar .container .navbar-toggler-right {
        top: 3vw;
    }
    #nav_mobile_tel {
        padding-top: 6vw;
    }
    #nav_mobile_tel a {
        margin-left: 6vw;
    }
    .navbar-toggler-icon {
        width: 8vw;
        height: 8vw;
        margin-top: 0.5vw;
    }
    .navbar .container .navbar-toggler-right {
        padding-top: 0;
        padding-right: 1vw;
        padding-left: 1vw;
    }
    #navbar_logo {
        width: 26.25vw;
        margin-top: 0.8vw;
    }
    .navbar-brand {
        height: 12.9vw;
    }
    .nav-item {
        margin-right: 0vw;
        margin-left: 0vw;
    }
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    #intro {
        height: 63vw !important;
    }
    .navbar img{
        width: 17vw
    }
    .navbar-brand {
        margin-bottom: 2vw;
    }   
    #carousel-example-1z .carousel-inner, #carousel-example-1z .carousel-inner img {
        height: 100vw !important;
    }
    .accordion {
        margin-bottom: 4vw;
    }
    .accordion_box ul {
        margin-left: 4vw;
    }
    .accordion_btn {    
        height: 7.5vw;
    }
    .accordion span {
        padding-top: 0.85vw;
    }
    .accordion_btn svg {    
        width: 7.4vw !important;
        height: 7.4vw;
    }
    .pagination img {
        width: 21.5vw;
    }
    .austellung-quote {
        margin-bottom: 130vw;
    }
    .austellung-quote-small {
        margin-bottom: 10vw;
    }
}