/* ########################
        FONTS
######################## */
@font-face {
    font-family: 'Gentium Book Basic';
    src: url('../fonts/GentiumBookBasic.eot');
    src: local('Gentium Book Basic'), local('GentiumBookBasic'),
    url('../fonts/GentiumBookBasic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GentiumBookBasic.woff2') format('woff2'),
    url('../fonts/GentiumBookBasic.woff') format('woff'),
    url('../fonts/GentiumBookBasic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gentium Book Basic';
    src: url('../fonts/GentiumBookBasic-Italic.eot');
    src: local('Gentium Book Basic Italic'), local('GentiumBookBasic-Italic'),
    url('../fonts/GentiumBookBasic-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GentiumBookBasic-Italic.woff2') format('woff2'),
    url('../fonts/GentiumBookBasic-Italic.woff') format('woff'),
    url('../fonts/GentiumBookBasic-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gentium Book Basic';
    src: url('../fonts/GentiumBookBasic-Bold.eot');
    src: local('Gentium Book Basic Bold'), local('GentiumBookBasic-Bold'),
    url('../fonts/GentiumBookBasic-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GentiumBookBasic-Bold.woff2') format('woff2'),
    url('../fonts/GentiumBookBasic-Bold.woff') format('woff'),
    url('../fonts/GentiumBookBasic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gentium Book Basic';
    src: url('../fonts/GentiumBookBasic-BoldItalic.eot');
    src: local('Gentium Book Basic Bold Italic'), local('GentiumBookBasic-BoldItalic'),
    url('../fonts/GentiumBookBasic-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GentiumBookBasic-BoldItalic.woff2') format('woff2'),
    url('../fonts/GentiumBookBasic-BoldItalic.woff') format('woff'),
    url('../fonts/GentiumBookBasic-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic.eot');
    src: local('Open Sans Italic'), local('OpenSans-Italic'),
    url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Italic.woff2') format('woff2'),
    url('../fonts/OpenSans-Italic.woff') format('woff'),
    url('../fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Regular.woff2') format('woff2'),
    url('../fonts/OpenSans-Regular.woff') format('woff'),
    url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* ########################
          LAYOUT
#########################*/

html, body {
    background-color: #fff;
}

body {
    padding-bottom: 100px;
}


.container {
    background-color: #fff;
    padding-right: 25px;
    padding-left: 25px;
}

.row {
    margin-left: -25px;
    margin-right: -25px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 25px;
    padding-left: 25px;
}
table {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000;
}
td {
    padding-right: 20px;
    color: #777777;
}

.container.main {
    padding-top: 50px;
    padding-bottom: 50px;
}


footer {
    min-height: 80px;
    background-color: #D8D8D0;
    padding: 25px 25px 45px 25px;
    margin: 0 -25px;
}

footer p {
    color: #494949;
    margin-bottom: 0;
}


footer .text-left img {
    margin: 15px 0 0 20px;
}

footer .img-wrap,
footer .image {
    margin: 0 !important;
}

/* ########################
          TYPOGRAPHY
#########################*/

/*
font-family: 'Open Sans', sans-serif; 400,700
font-family: 'Gentium Book Basic', serif;
*/

html, body {
    color: #494949;
    font-size: 14px;
    line-height: 24px;
    background-color: #F4F4F4;
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
}

b, strong {
    font-weight: 700;
}

a {
    color: inherit;
    text-decoration: underline;
}

a:hover {
    color: #A45B82;
    text-decoration: none;
}

p, li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    color: #A45B82;
    font-size: 33px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.5px;
    padding-top: 10px;
    margin-bottom: 10px;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    color: #494949;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    color: #a45b82;
    font-size: 24px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.5px;
    padding-top: 20px;
}

ul {
    padding-left: 1.5em;
}

hr {
    color: #fff;
    background: transparent;
    margin: 0 0 35px 0;
    padding: 0 0 35px 0;
    border: 0;
    border-bottom: 1px #A45B82 solid;
}

.img-responsive-upscale {
    display: block;
    width: 100%;
    height: auto;
}


.logo {
    display: block;
    max-width: 100%;
    height: auto;
}

.qualitaets_logo {
    position: absolute;
    right: 15px;
    top: 128px;
}

.qualitaets_logo_startseite img {
    float: left;
    margin-right: 30px;
}
.qualitaets_logo_startseite {
    text-align: right;
    position: relative;
    text-decoration: none;
    font-size: 22px;
}

@media (max-width: 767px) {
    .qualitaets_logo {
        display: none;
    }
}



/* ########################
          NAVI
#########################*/

.container.navi {
    background-color: transparent;
}

.navbar {
    margin: 0 -25px;
}

#navbar {
    padding: 0 15px 0 15px ;
    margin: 0 -15px;
    background-color: #D8D8D0;
    border: none;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
    border-radius: 0;
    border: none;
}

.navbar-default a {
    font-family: 'Gentium Book Basic', serif;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #a45b82;
    background-color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #a45b82;
    background-color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #aa377e;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #EFEFEC;
    background-image: none;
    border: 2px solid #D8D8D0;
    border-radius: 4px;
    border-style: outset;
    border-top: none;
    border-left: none;
}

/* 2nd level */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #D8D8D0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-clip: padding-box;
}

.dropdown-menu > li > a {
    display: block;
    margin: 0 20px;
    padding: 5px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #585858;
    white-space: nowrap;
    /* border-bottom: 1px solid #009fe3; */
    text-decoration: none;
}

.dropdown-menu > li:last-child > a {
    border-bottom: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #A45B82;
    text-decoration: none;
    outline: 0;
    background-color: #fff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #a45b82;
    text-decoration: none;
    outline: 0;
    background-color: #fff;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #a45b82;
    text-decoration: none;
    outline: 0;
    background-color: #fff;
}

/* ########################
          CAROUSEL
#########################*/

.carousel {
    margin: 0 -25px;
}

.carousel-caption {
    padding: 15px;
    background-color: rgba(164, 91, 130, 0.3);
    text-shadow: none;

    right: 7%;
    left: 7%;
}

.carousel-caption p, .carousel-caption li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
}

.carousel-caption h1 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0px
}

@media (min-width: 768px) {

    .carousel-caption h1 {
        font-size: 45px;
    }

    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 1.2;
    }

    .carousel-indicators {
        top: 10px;
        bottom: auto;
    }

}

@media (max-width: 767px) {
    .carousel-caption {
        padding: 15px 15px 35px 15px;
        background-color: rgba(164, 91, 130, 1);
        text-shadow: none;
        position: relative;
        right: auto;
        left: auto;
        top: auto;
        bottom:auto;
        margin: 0 -25px;
    }

    .carousel-indicators {
        top: auto;
        bottom: -10px;
    }
}

/* ########################
          CUSTOM
#########################*/


.img-responsive-upscale {
    display: block;
    width: 100%;
    height: auto;
}


/*Gestaltung Startseite Textboxen*/
.praxisTeaser h3, .kontaktTeaser h3 {
    text-align: center;
    padding: 12px 0;
    background-color: #EFEFEC;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
}

.logobg {
    background-image: url("../layimg/bg_logo_grau.jpg");
    background-size: cover;
}

.btn-primary {
    color: #fff;
    background-color: #a45b82;
    border-color: #5c2e42;
}

.btn-primary:hover {
    color: #fff;
    background-color: #5c2e42;
    border-color: #5c2e42;
}

.marketing div[class^="col-"] {
    margin-bottom: 20px;
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing div[class^="col-"] p {
    margin-right: 10px;
    margin-left: 10px;
}

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 40px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

@media (min-width: 768px) {
    .featurette-heading {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 60px;
    }
}


.responsiveContainer {
    position: relative;
    padding-bottom: 80%;
    height: 0;
    overflow: hidden;
}

.responsiveContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.refresh-captcha {
    font-size: 26px;
    font-weight: bold;
    color: #91bd86;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
}




/* CSS Utilities */
/* Margins & Paddings */

.no-s {
    margin: 0px!important;
    padding: 0px!important;
}

.no-m {
    margin: 0;
}

.no-p {
    padding: 0;
}

.m {
    margin: 15px;
}

.m-t-xxs {
    margin-top: 5px;
}

.m-r-xxs {
    margin-right: 5px;
}

.m-b-xxs {
    margin-bottom: 5px;
}

.m-l-xxs {
    margin-left: 5px;
}

.m-t-xs {
    margin-top: 10px;
}

.m-r-xs {
    margin-right: 10px;
}

.m-b-xs {
    margin-bottom: 10px;
}

.m-l-xs {
    margin-left: 10px;
}

.m-t-sm {
    margin-top: 15px;
}

.m-r-sm {
    margin-right: 15px;
}

.m-b-sm {
    margin-bottom: 15px;
}

.m-l-sm {
    margin-left: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-r-md {
    margin-right: 20px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-l-md {
    margin-left: 20px;
}

.m-t-lg {
    margin-top: 25px;
}

.m-r-lg {
    margin-right: 25px;
}

.m-b-lg {
    margin-bottom: 25px;
}

.m-l-lg {
    margin-left: 25px;
}

.m-t-xxl {
    margin-top: 30px;
}

.m-r-xxl {
    margin-right: 30px;
}

.m-b-xxl {
    margin-bottom: 30px;
}

.m-l-xxl {
    margin-left: 30px;
}

.m-t-n-xxs {
    margin-top: -5px;
}

.m-r-n-xxs {
    margin-right: -5px;
}

.m-b-n-xxs {
    margin-bottom: -5px;
}

.m-l-n-xxs {
    margin-left: -5px;
}

.m-t-n-xs {
    margin-top: -10px;
}

.m-r-n-xs {
    margin-right: -10px;
}

.m-b-n-xs {
    margin-bottom: -10px;
}

.m-l-n-xs {
    margin-left: -10px;
}

.m-t-n-sm {
    margin-top: -15px;
}

.m-r-n-sm {
    margin-right: -15px;
}

.m-b-n-sm {
    margin-bottom: -15px;
}

.m-l-n-sm {
    margin-left: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-t-n-lg {
    margin-top: -25px;
}

.m-r-n-lg {
    margin-right: -25px;
}

.m-b-n-lg {
    margin-bottom: -25px;
}

.m-l-n-lg {
    margin-left: -25px;
}

.m-t-n-xxl {
    margin-top: -30px;
}

.m-r-n-xxl {
    margin-right: -30px;
}

.m-b-n-xxl {
    margin-bottom: -30px;
}

.m-l-n-xxl {
    margin-left: -30px;
}

.p {
    padding: 15px;
}

.p-h-xxs {
    padding-left: 5px;
    padding-right: 5px;
}

.p-h-xs {
    padding-left: 10px;
    padding-right: 10px;
}

.p-h-sm {
    padding-left: 15px;
    padding-right: 15px;
}

.no-p-h {
    padding-left: 0;
    padding-right: 0;
}

.no-p-v {
    padding-top: 0;
    padding-bottom: 0;
}

.p-h-md {
    padding-left: 20px;
    padding-right: 20px;
}

.p-h-lg {
    padding-left: 25px;
    padding-right: 25px;
}

.p-h-xxl {
    padding-left: 30px;
    padding-right: 30px;
}

.p-v-xxs {
    padding-top: 5px;
    padding-bottom: 5px;
}

.p-v-xs {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-v-sm {
    padding-top: 15px;
    padding-bottom: 15px;
}

.p-v-md {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-v-lg {
    padding-top: 25px;
    padding-bottom: 25px;
}

.p-v-xxl {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }
.carousel-fade .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .next.left,
.carousel-fade .prev.right,
.carousel-fade .item.active { opacity: 1; }

.carousel-fade .active.left,
.carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}




/* Carousel Control custom */
.carousel-control .control-icon {
    font-size: 48px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}
.carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
.carousel-control .next { margin-right: -15px; right: 50%; } /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
    /* Assigning animation to indicator li will make slides flicker */
}


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators li {
    background: #666;
    margin: 0 3px;
    width: 12px;
    height: 12px;
}

.carousel-indicators li.active {
    background: #fff;
    margin: 0 3px;
}




