body {
    position: relative;

    height: 100%;

    font-family: "Open sans", serif;
    font-size: 16px;

    background-color: #fff;

    color: #222;
}

ul {
    list-style-type: square;
}

.toggler {
    outline-color: transparent;
    outline-width: 0;
}

.invisible {
    display: none;
}

.orange-schrift {
    color: #fea837;
}

p,
.p {
    margin-bottom: 30px;

    font-size: 13px;
}

h1,
.h1 {
    font-size: 25px;
}

h2,
.h2 {
    font-size: 23px;
}

h3,
.h3 {
    font-size: 17px;
}

h4,
.h4 {
    font-size: 14px;
}

.img-responsive {
    width: 100%;
}

.image_container {
    margin-bottom: 15px;
}

.logo-und-menue {
    height: 60px;
    padding: 10px;

    background-color: rgba(255, 255, 255, 0.8);
}

.logo-und-menue .logoposition {
    z-index: 7;

    margin: 0 0 0 5px;
}

.logo-und-menue .logoposition .logo {
    width: 190px;
}

.mobile {
    z-index: 20;
}

#menu {
    position: absolute;
    z-index: 20;
    top: 60px;
    left: -100%;

    display: block;
    overflow-x: hidden;
    overflow-y: auto;

    width: 100%;
    height: 100%;

    -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);

    background: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.4));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.6));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.6));
}

#menu .abstandsanpassung {
    margin: 30px 0 0 15px;
}

#menu.show {
    left: 0;

    -webkit-transition: all 600ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -moz-transition: all 600ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: all 600ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: all 600ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -moz-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

#menu ul {
    position: relative;

    display: block;
    padding: 0;

    margin: 20px 0 0 15px;

    list-style-type: none;
}

#menu ul.first {
    margin: 0 0 0 0;
}

#menu li {
    padding: 0;

    margin: 0;

    line-height: 30px;

    list-style-type: none;
}

#menu li.last {
    margin-bottom: 0;
}

#menu li a {
    display: block;

    font-size: 18px;
    text-transform: uppercase;

    color: #222;

    text-decoration: none;
}

#menu li span.active {
    padding: 5px;

    font-size: 18px;

    text-transform: uppercase;

    color: #fff;

    background: #59636a;
}

#menu li a.submenu.trail,
#menu li span.active.submenu {
    padding: 0;

    text-transform: uppercase;

    color: #222;

    background: none;
}

#menu li a:hover {
    color: #999;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: 0;
    margin-top: 40px;
}

.navbar-default {
    border-radius: 0;

    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.15) inset, 0 1px 5px rgba(0, 0, 0, 0.075);

    border-color: transparent;
}

.navbar-collapse {
    max-height: 100%;

    border-top: 0 solid transparent;

    box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.1);
}

#menu nav.mod_navigation.block {
    margin: 0 0 0 15px;
}

#hamburger {
    position: absolute;
    z-index: 100;
    top: 20px;
    right: 20px;
}

#hamburgerbutton a:hover {
    cursor: pointer;
}

.glyphicon {
    font-size: 23px;

    color: #59636a;
}

#sliderrahmen {
    position: relative;

    width: 100%;
    height: 300px;
}

#sliderrahmen .glas {
    position: absolute;
    z-index: 9;
    bottom: 0;

    width: 100%;
    height: 70px;

    background-color: rgba(255, 255, 255, 0.6);
}

#sliderrahmen .glas .hotline {
    padding-top: 8px;
}

#sliderrahmen .glas .hotline .nummer-hotline h5 {
    margin-top: 3px;

    float: left;
    font-size: 18px;

    color: #59636a;
}

#sliderrahmen .glas .hotline .fa {
    float: left;
    font-size: 25px;

    color: #59636a;
}

#sliderrahmen .glas .hotline .uhr {
    position: absolute;
    top: 5px;
    right: 10px;

    font-size: 30px;

    color: #fea837;
}

#sliderrahmen .glas .uhrbereich {
    position: absolute;
    right: 0;

    width: 48px;
    height: 40px;

    background-color: rgba(255, 255, 255, 1);
}

#sliderrahmen .glas .mobil-anline-anmelden {
    position: absolute;
    top: 40px;
    right: 0;

    width: 100%;
    height: 30px;
    padding-top: 3px;

    background-color: rgba(255, 255, 255, 1);
}

#sliderrahmen .glas .mobil-anline-anmelden a,
#sliderrahmen .glas .mobil-anline-anmelden a:hover {
    font-size: 18px;

    color: #59636a;
    text-decoration: none;
}

#sliderrahmen .glas .mobil-anline-anmelden .fa {
    padding-top: 4px;

    float: left;
    font-size: 18px;

    color: #59636a;
}

#sliderrahmen .ingo-mueller {
    position: absolute;
    z-index: 3;

    width: 100%;
    height: 100%;

    background-size: cover !important;

    background: url(/files/mueller/bilder/mobile/startseite.jpg) no-repeat;
    background-position: 100% 0;
}

#sliderrahmen .mobile-team {
    position: absolute;
    z-index: 3;

    width: 100%;
    height: 100%;

    background-size: cover !important;

    background: url(/files/mueller/bilder/mobile/team-2022.jpg) no-repeat;
    background-position: 100% 0;
}

#sliderrahmen .mobile-sprechzeiten {
    position: absolute;
    z-index: 3;

    width: 100%;
    height: 100%;

    background-size: cover !important;

    background: url(/files/mueller/bilder/mobile/sprechzeitenb.jpg) no-repeat;
    background-position: 100% 0;
}

#sliderrahmen .mobile-leistungen {
    position: absolute;
    z-index: 3;

    width: 100%;
    height: 100%;

    background-size: cover !important;

    background: url(/files/mueller/bilder/mobile/leistungenb.jpg) no-repeat;
    background-position: 100% 0;
}

#sliderrahmen .mobile-kontakt {
    position: absolute;
    z-index: 3;

    width: 100%;
    height: 100%;

    background-size: cover !important;

    background: url(/files/mueller/bilder/mobile/kontakt3.jpg) no-repeat;
    background-position: 100% 0;
}

#sliderrahmen .mobile-feedback {
    position: absolute;
    z-index: 3;

    width: 100%;
    height: 100%;

    background-size: cover !important;

    background: url(/files/mueller/bilder/mobile/feedback.jpg) no-repeat;
    background-position: 100% 0;
}

#sliderrahmen .mobile-bleaching {
    position: absolute;
    z-index: 3;

    width: 100%;
    height: 100%;

    background-size: cover !important;

    background: url(/files/mueller/bilder/mobile/bleachingb.jpg) no-repeat;
    background-position: 100% 0;
}

#sliderrahmen .mobile-veneers {
    position: absolute;
    z-index: 3;

    width: 100%;
    height: 100%;

    background-size: cover !important;

    background: url(/files/mueller/bilder/mobile/veneers2.jpg) no-repeat;
    background-position: 100% 0;
}

#sliderrahmen .mobile-termin {
    position: absolute;
    z-index: 3;

    width: 100%;
    height: 100%;

    background-size: cover !important;

    background: url(/files/mueller/bilder/mobile/termin.jpg) no-repeat;
    background-position: 100% 0;
}

#sliderrahmen .mobile-labore {
    position: absolute;
    z-index: 3;

    width: 100%;
    height: 100%;

    background-size: cover !important;

    background: url(/files/mueller/bilder/mobile/labore.jpg) no-repeat;
    background-position: 100% 0;
}

#sliderabschluss {
    min-height: 40px;
    background: #43494e;
}

#sliderabschluss .newstext {
    margin-top: 10px;
    margin-bottom: 10px;

    font-size: 13px;

    text-transform: uppercase;

    color: #fff;
}

#sliderabschluss .newstext h4 {
    margin-top: 0;
}

#sliderabschluss .newstext .orange-schrift {
    color: #ffbe69;
}

#sliderabschluss .newstext a,
#sliderabschluss .newstext a:hover {
    color: #fff;
}

#sliderabschluss .newstext a b,
#sliderabschluss .newstext a strong {
    font-size: 21px !important;
    font-weight: normal !important;
    line-height: 1 !important;
}

#sliderabschluss .newstext a:hover {
    color: #fff;
}

#sliderabschluss p {
    margin-bottom: 15px;
}

#sliderabschluss p:last-child {
    margin-bottom: 0;
}

#orange-hell,
#orange-fuss,
#news-hell {
    min-height: 70px;
    background: #ffbe69;
}

#news-hell {
    padding: 15px 0 15px 0;
}

#orange {
    min-height: 200px;
    padding-bottom: 50px;

    color: #333;

    background: #fea837;
}

#orange a {
    color: #333;
    text-decoration: none;
}

#orange a:hover {
    text-decoration: none;
}

.fa-wheelchair {
    padding-top: 30px;

    font-size: 300%;
}

td,
th {
    font-size: 13px;
}

.vita td.vita_1 {
    width: 140px;
}

.oeffnungszeiten .col_0 {
    width: 140px;
}

.oeffnungszeiten .col_1,
.oeffnungszeiten .col_3 {
    width: 60px;
}

.oeffnungszeiten .col_2 {
    width: 100px;
}

#orange-fuss {
    padding: 40px 0 60px 0;
}

#orange-fuss,
#orange-fuss p,
#orange-fuss td {
    font-size: 14px;

    color: #333;
}

#orange-fuss ul,
#orange-fuss ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#orange-fuss ul li {
    margin-bottom: 6px;
}

#orange-fuss ul li a,
#orange-fuss ul li strong {
    padding: 2px;

    text-transform: uppercase;
}

#orange-fuss ul li a {
    color: #333;
}

#orange-fuss ul li strong {
    font-weight: normal;

    background-color: #333;
    color: #ffbe69;
}

#orange-fuss .mod_customnav {
    margin-bottom: 30px;
}

label.form-control {
    height: 20px;
    padding: 0;

    border: medium none;
    margin-bottom: 1px;

    font-weight: normal;

    background-color: transparent;
    box-shadow: 0 0 0 transparent inset;
}

.form-control {
    display: block;

    width: 100%;
    height: 34px;
    padding: 6px 12px;
    border: 1px dashed #333;
    border-radius: 3px;

    font-size: 13px;
    line-height: 1.42857143;

    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

    background-color: #fea837;
    background-image: none;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);

    color: #333;
}

#feedback .radio,
#feedback .checkbox {
    position: relative;

    display: block;
    padding-right: 3px;

    margin-top: 0;
    margin-bottom: 2px;

    float: left;
}

#feedback label {
    max-width: 100%;
    padding: 0 15px 0 4px;
    margin-bottom: 2px;

    float: left;
    font-size: 13px;
    font-weight: normal;
}

#feedback .auswahl span {
    display: block;
}

#feedback .auswahl label {
    float: none;
}

#feedback legend {
    display: block;

    width: 100%;
    padding: 0;
    border: 0;
    margin-bottom: 10px;

    font-size: 13px;
    line-height: inherit;

    color: #333;

    border-bottom: 0 solid #e5e5e5;
}

#termin .radio,
#termin .checkbox {
    position: relative;

    display: block;
    padding-right: 7px;

    margin-top: 0;
    margin-bottom: 2px;

    float: left;
}

#termin label {
    max-width: 100%;
    padding: 0 30px 0 7px;
    margin-bottom: 2px;

    float: left;
    font-size: 13px;
    font-weight: normal;
}

#termin .farbhinterlegung {
    padding: 10px 10px 10px 10px;

    border-radius: 5px;
    margin-bottom: 20px;

    background: #ffb452;
}

#termin .auswahl span {
    display: block;
}

#termin .auswahl label {
    float: none;
}

#termin legend {
    display: block;

    width: 100%;
    padding: 0;
    border: 0;
    margin-bottom: 10px;

    font-size: 13px;
    line-height: inherit;

    color: #333;

    border-bottom: 0 solid #e5e5e5;
}

.ui-accordion-header {
    padding: 3px 2px 2px 3px;

    margin-top: 20px;

    font-size: 19px;

    cursor: pointer;

    background: #ffbe69;
}

.ui-accordion-content {
    padding: 14px 0 15px 0;

    font-size: 13px;
}

.teamportrait img {
    border: 5px solid #fdc275;
    border-right-width: 35px;
    margin-left: 0;
}

.team h3 {
    margin-top: 2px;
}

.mapskarte {
    margin-bottom: 30px;
}

#lichtgrau {
    font-size: 16px;

    background-color: #efefef;

    color: #333;
}

#lichtgrau a,
#lichtgrau a:hover,
#lichtgrau a:focus,
#lichtgrau a:visited {
    color: #333;
    text-decoration: underline;
}

#lichtgrau h2 {
    text-transform: uppercase;
}

#jameda-widget-container250526 {
    position: relative;
    z-index: 100000;

    width: 97px;
    height: 145px;
    margin-top: 17px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;

    background-image: url(https://cdn1.jameda-elements.de/premium/widgets/_images/bw-small-bg.png);
    background-repeat: no-repeat;
}

#jameda-widget-container289923 {
    position: relative;
    z-index: 100000;

    margin-left: 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;

    background-image: url(https://cdn1.jameda-elements.de/premium/widgets/_images/bw-small-bg.png);
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    body {
        position: relative;

        height: 100%;

        font-family: "Open sans", serif;
        font-size: 13px;

        background-color: #fff;

        color: #222;
    }

    #jameda-widget-container250526,
    #jameda-widget-container289923,
    #jameda-widget-container330121 {
        float: left;
    }

    .container-fluid {
        margin-right: 10px;
        margin-left: 10px;
    }

    h1,
    .h1 {
        font-size: 22px;
    }

    h2,
    .h2 {
        font-size: 20px;
    }

    h3,
    .h3 {
        font-size: 18px;
    }

    h4,
    .h4 {
        font-size: 16px;
    }

    p,
    .p {
        font-size: 13px;
    }

    #menuebereich {
        width: 100%;
        margin-top: 0;
    }

    #menuebereich .logoposition {
        margin: 25px 0 35px 0;
    }

    #menuebereich .logoposition .logo {
        width: 200px;
    }

    #menuebereich .hauptmenue ul {
        position: relative;

        display: block;

        float: right;

        list-style-type: none;
    }

    #menuebereich .hauptmenue li {
        padding: 35px 0 0 0;

        margin: 0 0 0 0;

        float: left;
        font-size: 13px;

        text-transform: uppercase;
    }

    #menuebereich .hauptmenue li a {
        padding: 45px 5px 5px 5px;

        color: #5b6369;
        text-decoration: none;
    }

    #menuebereich .hauptmenue li.active strong {
        padding: 45px 5px 5px 5px;

        font-weight: normal;

        background-color: #fea837;

        color: #fff;
    }

    #menuebereich .hauptmenue li a:hover {
        text-decoration: none;
    }

    #sliderrahmen {
        position: relative;

        width: 100%;
        height: 390px;
    }

    #sliderrahmen .glas {
        position: absolute;
        z-index: 5;
        top: 0;

        width: 100%;
        height: 70px;

        background-color: rgba(255, 255, 255, 0.6);
    }

    #sliderrahmen .zettel {
        position: absolute;
        z-index: 7;

        width: 255px;
        height: 209px;
        margin-left: -9px;

        background: url(/files/mueller/bilder/allgemein/zettel.png) no-repeat;
    }

    #sliderrahmen .zettel .texta,
    #sliderrahmen .zettel .textb,
    #sliderrahmen .zettel .textd {
        color: #707070;
    }

    #sliderrahmen .zettel .texta,
    #sliderrahmen .zettel .textb,
    #sliderrahmen .zettel .textc,
    #sliderrahmen .zettel .textd {
        font-weight: 200;

        text-transform: uppercase;
    }

    #sliderrahmen .zettel .texta {
        margin: 10px 0 0 30px;

        font-size: 18px;
    }

    #sliderrahmen .zettel .textb {
        margin: 0 0 0 30px;

        font-size: 30px;
        line-height: 1;
    }

    #sliderrahmen .zettel .textd {
        margin: 0 0 0 30px;

        font-size: 18px;
        line-height: 1.2;

        text-decoration: none;
    }

    #sliderrahmen .zettel .textc {
        display: block;

        margin: 23px 0 0 30px;

        font-size: 16px;
        line-height: 1;

        color: #fff;
    }

    #sliderrahmen .zettel a.textc:hover {
        text-decoration: none;
    }

    #sliderrahmen .motiv {
        position: absolute;
        z-index: 2;

        width: 100%;
        height: 100%;

        background-color: #d8dee1;
    }

    #sliderrahmen .ingo-mueller {
        position: absolute;
        z-index: 3;

        width: 100%;
        height: 100%;

        background-size: cover;

        background: url(/files/mueller/bilder/hauptmotive/ingo-mueller.jpg) no-repeat;
        background-position: 46% 54%;
    }

    .slider .image {
        height: 390px;
    }

    .slider img {
        position: absolute;
        left: 40%;

        width: auto;
        max-width: none;
        height: 100%;

        -webkit-transform: translate(-40%, 0%);
        -ms-transform: translate(-40%, 0%);
        -o-transform: translate(-40%, 0%);
        transform: translate(-40%, 0%);
    }

    .slider .slick-prev {
        left: 30px;

        width: 40px;
        height: 40px;
    }

    .slider .slick-next {
        right: 30px;

        width: 40px;
        height: 40px;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: "slick";
        font-size: 30px;
        line-height: 1;

        color: white;

        opacity: 0.8;
    }

    .text-mittel {
        position: absolute;
        z-index: 600;
        top: 265px;
        left: 50px;

        font-size: 30px;

        text-transform: uppercase;

        color: #fff;
    }

    .text-riesig {
        position: absolute;
        z-index: 600;
        top: 285px;
        left: 50px;

        font-size: 55px;

        text-transform: uppercase;

        color: #fff;
    }

    .text-mittel .grauton {
        color: #ddd;
    }

    .text-riesig .grauton {
        color: #ddd;
    }

    .text-riesig {
        position: absolute;
        z-index: 600;
        top: 285px;
        left: 50px;

        font-size: 55px;

        text-transform: uppercase;

        color: #fff;
    }

    .text-riesig-dunkel {
        position: absolute;
        z-index: 600;
        top: 285px;
        left: 50px;

        font-size: 55px;

        text-transform: uppercase;

        color: #aaa;
    }

    .text-mittel-dunkel {
        position: absolute;
        z-index: 600;
        top: 265px;
        left: 50px;

        font-size: 30px;

        text-transform: uppercase;

        color: #aaa;
    }

    #sliderabschluss {
        z-index: 20;

        min-height: 40px;
        background: #43494e;
    }

    #sliderabschluss .newstext {
        margin-top: 10px;

        font-size: 13px;

        text-transform: uppercase;

        color: #fff;
    }

    #sliderabschluss .newstext h4 {
        margin-top: 0;
    }

    #sliderabschluss .newstext .orange-schrift {
        float: left;

        color: #ffbe69;
    }

    #sliderabschluss .newstext a,
    #sliderabschluss .newstext a:hover {
        color: #fff;
    }

    #orange-hell,
    #orange-fuss,
    #news-hell {
        min-height: 70px;
        background: #ffbe69;
    }

    #news-hell {
        padding: 15px 0 15px 0;
    }

    #orange {
        min-height: 200px;
        padding-bottom: 50px;

        color: #333;

        background: #fea837;
    }

    #orange a {
        color: #333;
        text-decoration: none;
    }

    #orange a:hover {
        text-decoration: none;
    }

    td,
    th {
        font-size: 11px;
    }

    .vita td.vita_1 {
        width: 140px;
    }

    .oeffnungszeiten .col_0 {
        width: 140px;
    }

    .oeffnungszeiten .col_1,
    .oeffnungszeiten .col_3 {
        width: 60px;
    }

    .oeffnungszeiten .col_2 {
        width: 100px;
    }

    #orange-fuss {
        padding: 40px 0 60px 0;
    }

    #orange-fuss,
    #orange-fuss p,
    #orange-fuss td {
        font-size: 10px;

        color: #333;
    }

    label.form-control {
        height: 20px;
        padding: 0;

        border: medium none;
        margin-bottom: 1px;

        font-weight: normal;

        background-color: transparent;
        box-shadow: 0 0 0 transparent inset;
    }

    .form-control {
        display: block;

        width: 100%;
        height: 34px;
        padding: 6px 12px;
        border: 1px dashed #333;
        border-radius: 3px;

        font-size: 13px;
        line-height: 1.42857143;

        -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

        background-color: #fea837;
        background-image: none;
        -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);

        color: #333;
    }

    #feedback .radio,
    #feedback .checkbox {
        position: relative;

        display: block;
        padding-right: 7px;

        margin-top: 0;
        margin-bottom: 2px;

        float: left;
    }

    #feedback label {
        max-width: 100%;
        padding: 0 30px 0 7px;
        margin-bottom: 2px;

        float: left;
        font-size: 13px;
        font-weight: normal;
    }

    #feedback .auswahl span {
        display: block;
    }

    #feedback .auswahl label {
        float: none;
    }

    #feedback legend {
        display: block;

        width: 100%;
        padding: 0;
        border: 0;
        margin-bottom: 10px;

        font-size: 13px;
        line-height: inherit;

        color: #333;

        border-bottom: 0 solid #e5e5e5;
    }

    #termin .radio,
    #termin .checkbox {
        position: relative;

        display: block;
        padding-right: 7px;

        margin-top: 0;
        margin-bottom: 2px;

        float: left;
    }

    #termin label {
        max-width: 100%;
        padding: 0 30px 0 7px;
        margin-bottom: 2px;

        float: left;
        font-size: 13px;
        font-weight: normal;
    }

    #termin .farbhinterlegung {
        padding: 10px 10px 10px 10px;

        border-radius: 5px;
        margin-bottom: 20px;

        background: #ffb452;
    }

    #termin .auswahl span {
        display: block;
    }

    #termin .auswahl label {
        float: none;
    }

    #termin legend {
        display: block;

        width: 100%;
        padding: 0;
        border: 0;
        margin-bottom: 10px;

        font-size: 13px;
        line-height: inherit;

        color: #333;

        border-bottom: 0 solid #e5e5e5;
    }

    .ui-accordion-header {
        padding: 3px 2px 2px 3px;

        margin-top: 20px;

        font-size: 19px;

        cursor: pointer;

        background: #ffbe69;
    }

    .ui-accordion-content {
        padding: 14px 0 15px 0;

        font-size: 13px;
    }

    .team h3 {
        margin-top: 2px;
    }

    #leistungen ul {
        margin-left: 20px;
    }
}

@media (min-width: 992px) {
    body {
        position: relative;

        height: 100%;

        font-family: "Open sans", serif;
        font-size: 14px;

        background-color: #fff;

        color: #222;
    }

    .container-fluid {
        margin-right: 20px;
        margin-left: 20px;
    }

    h1,
    .h1 {
        font-size: 32px;
    }

    h2,
    .h2 {
        font-size: 28px;
    }

    h3,
    .h3 {
        font-size: 21px;
    }

    h4,
    .h4 {
        font-size: 18px;
    }

    p,
    .p {
        font-size: 14px;
    }

    #menuebereich {
        width: 100%;
        margin-top: 0;
    }

    #menuebereich .logoposition {
        margin: 40px 0 40px 0;
    }

    #menuebereich .logoposition .logo {
        width: 230px;
    }

    #menuebereich .hauptmenue li {
        padding: 35px 0 0 0;

        font-size: 15px;
    }

    #menuebereich .hauptmenue li a {
        padding: 45px 10px 10px 10px;
    }

    #menuebereich .hauptmenue li.active strong {
        padding: 45px 10px 10px 10px;
    }

    #sliderrahmen {
        position: relative;

        width: 100%;
        height: 500px;
    }

    #sliderrahmen .glas {
        position: absolute;
        z-index: 5;

        width: 100%;
        height: 70px;

        background-color: rgba(255, 255, 255, 0.6);
    }

    #sliderrahmen .zettel {
        position: absolute;
        z-index: 7;

        width: 255px;
        height: 209px;
        margin-left: -9px;

        background: url(/files/mueller/bilder/allgemein/zettel.png) no-repeat;
    }

    #sliderrahmen .zettel a.textc:hover {
        text-decoration: none;
    }

    #sliderrahmen .motiv {
        position: absolute;
        z-index: 2;

        width: 100%;
        height: 100%;

        background-color: #d8dee1;
    }

    #sliderrahmen .ingo-mueller {
        position: absolute;
        z-index: 3;

        width: 100%;
        height: 100%;

        background-size: cover;

        background: url(/files/mueller/bilder/hauptmotive/ingo-mueller.jpg) no-repeat;
        background-position: 46% 54%;
    }

    #sliderabschluss {
        min-height: 40px;
        background: #43494e;
    }

    .slider .image {
        height: 500px;
    }

    .slider img {
        position: absolute;
        left: 40%;

        width: auto;
        max-width: none;
        height: 100%;

        -webkit-transform: translate(-40%, 0%);
        -ms-transform: translate(-40%, 0%);
        -o-transform: translate(-40%, 0%);
        transform: translate(-40%, 0%);
    }

    .slider .bleachingbild img {
        position: absolute;
        left: 40%;

        width: auto;
        max-width: none;
        height: 100%;

        -webkit-transform: translate(-48%, 0%);
        -ms-transform: translate(-48%, 0%);
        -o-transform: translate(-48%, 0%);
        transform: translate(-48%, 0%);
    }

    .slider .slick-prev {
        left: 50px;

        width: 50px;
        height: 50px;
    }

    .slider .slick-next {
        right: 50px;

        width: 50px;
        height: 50px;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: "slick";
        font-size: 40px;
        line-height: 1;

        color: white;

        opacity: 0.8;
    }

    .text-mittel {
        position: absolute;
        z-index: 600;
        top: 320px;
        left: 50px;

        font-size: 37px;

        text-transform: uppercase;

        color: #fff;
    }

    .text-riesig {
        position: absolute;
        z-index: 600;
        top: 352px;
        left: 50px;

        font-size: 60px;

        text-transform: uppercase;

        color: #fff;
    }

    .text-mittel-dunkel {
        position: absolute;
        z-index: 600;
        top: 320px;
        left: 50px;

        font-size: 37px;

        text-transform: uppercase;

        color: #aaa;
    }

    .text-riesig-dunkel {
        position: absolute;
        z-index: 600;
        top: 352px;
        left: 50px;

        font-size: 60px;

        text-transform: uppercase;

        color: #aaa;
    }

    #sliderabschluss .newstext {
        margin-top: 10px;

        font-size: 16px;

        text-transform: uppercase;

        color: #fff;
    }

    #sliderabschluss .newstext h4 {
        margin-top: 0;
    }

    #sliderabschluss .newstext .orange-schrift {
        float: left;

        color: #ffbe69;
    }

    #sliderabschluss .newstext a,
    #sliderabschluss .newstext a:hover {
        color: #fff;
    }

    #orange-hell,
    #orange-fuss,
    #news-hell {
        min-height: 70px;
        background: #ffbe69;
    }

    #news-hell {
        padding: 15px 0 15px 0;
    }

    #orange {
        min-height: 200px;
        padding-bottom: 50px;

        color: #333;

        background: #fea837;
    }

    #orange a {
        color: #333;
        text-decoration: none;
    }

    #orange a:hover {
        text-decoration: none;
    }

    td,
    th {
        font-size: 16px;
    }

    .vita td.vita_1 {
        width: 140px;
    }

    .oeffnungszeiten .col_0 {
        width: 140px;
    }

    .oeffnungszeiten .col_1,
    .oeffnungszeiten .col_3 {
        width: 60px;
    }

    .oeffnungszeiten .col_2 {
        width: 100px;
    }

    #orange-fuss {
        padding: 40px 0 60px 0;
    }

    #orange-fuss,
    #orange-fuss p,
    #orange-fuss td {
        font-size: 13px;

        color: #333;
    }

    label.form-control {
        height: 20px;
        padding: 0;

        border: medium none;
        margin-bottom: 1px;

        font-weight: normal;

        background-color: transparent;
        box-shadow: 0 0 0 transparent inset;
    }

    .form-control {
        display: block;

        width: 100%;
        height: 34px;
        padding: 6px 12px;
        border: 1px dashed #333;
        border-radius: 3px;

        font-size: 16px;
        line-height: 1.42857143;

        -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

        background-color: #fea837;
        background-image: none;
        -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);

        color: #333;
    }

    #feedback .radio input,
    #feedback .checkbox input {
        position: relative;

        display: block;
        margin-right: 7px;

        margin-left: 0;

        float: left;

        /* margin-top: 0;
        margin-bottom: 2px;
        padding-right: 7px; */
    }

    #feedback label {
        max-width: 100%;
        padding: 0 15px 0 7px;
        margin-bottom: 2px;

        float: left;
        font-size: 16px;
        font-weight: normal;
    }

    #feedback .auswahl span {
        display: block;
    }

    #feedback .auswahl label {
        float: none;
    }

    #feedback legend {
        display: block;

        width: 100%;
        padding: 0;
        border: 0;
        margin-bottom: 10px;

        font-size: 16px;
        line-height: inherit;

        color: #333;

        border-bottom: 0 solid #e5e5e5;
    }

    #termin .radio,
    #termin .checkbox {
        position: relative;

        display: block;
        padding-right: 7px;

        margin-top: 0;
        margin-bottom: 2px;

        float: left;
    }

    #termin label {
        max-width: 100%;
        padding: 0 30px 0 7px;
        margin-bottom: 2px;

        float: left;
        font-size: 16px;
        font-weight: normal;
    }

    #termin .farbhinterlegung {
        padding: 10px 10px 10px 10px;

        border-radius: 5px;
        margin-bottom: 20px;

        background: #ffb452;
    }

    #termin .auswahl span {
        display: block;
    }

    #termin .auswahl label {
        float: none;
    }

    #termin legend {
        display: block;

        width: 100%;
        padding: 0;
        border: 0;
        margin-bottom: 10px;

        font-size: 16px;
        line-height: inherit;

        color: #333;

        border-bottom: 0 solid #e5e5e5;
    }

    .ui-accordion-header {
        padding: 3px 2px 2px 3px;

        margin-top: 20px;

        font-size: 19px;

        cursor: pointer;

        background: #ffbe69;
    }

    .ui-accordion-content {
        padding: 14px 0 15px 0;

        font-size: 16px;
    }

    .team h3 {
        margin-top: 2px;
    }
}

@media (min-width: 1200px) {
    body {
        position: relative;

        height: 100%;

        font-family: "Open sans", serif;
        font-size: 16px;

        background-color: #fff;

        color: #222;
    }

    .container-fluid {
        margin-right: 100px;
        margin-left: 100px;
    }

    h1,
    .h1 {
        font-size: 34px;
    }

    h2,
    .h2 {
        font-size: 30px;
    }

    h3,
    .h3 {
        font-size: 24px;
    }

    h4,
    .h4 {
        font-size: 21px;
    }

    p,
    .p {
        font-size: 16px;
    }

    #menuebereich {
        width: 100%;
        margin-top: 0;
    }

    #menuebereich .logoposition {
        margin: 40px 0 40px 0;
    }

    #menuebereich .logoposition .logo {
        width: 300px;
    }

    #sliderrahmen {
        position: relative;

        width: 100%;
        height: 600px;
    }

    #sliderrahmen .glas {
        position: absolute;
        z-index: 5;

        width: 100%;
        height: 70px;

        background-color: rgba(255, 255, 255, 0.6);
    }

    #sliderrahmen .zettel {
        position: absolute;
        z-index: 7;

        width: 255px;
        height: 209px;
        margin-left: -9px;

        background: url(/files/mueller/bilder/allgemein/zettel.png) no-repeat;
    }

    #sliderrahmen .zettel a.textc:hover {
        text-decoration: none;
    }

    #sliderrahmen .motiv {
        position: absolute;
        z-index: 2;

        width: 100%;
        height: 100%;

        background-color: #d8dee1;
    }

    #sliderrahmen .ingo-mueller {
        position: absolute;
        z-index: 3;

        width: 100%;
        height: 100%;

        background-size: cover;

        background: url(/files/mueller/bilder/hauptmotive/ingo-mueller.jpg) no-repeat;
        background-position: 46% 54%;
    }

    #sliderabschluss {
        min-height: 40px;
        background: #43494e;
    }

    .slider .image {
        height: 600px;
    }

    .slider img {
        position: absolute;
        left: 40%;

        width: auto;
        max-width: none;
        height: 100%;

        -webkit-transform: translate(-40%, 0%);
        -ms-transform: translate(-40%, 0%);
        -o-transform: translate(-40%, 0%);
        transform: translate(-40%, 0%);
    }

    .slider .bleachingbild img {
        position: absolute;
        left: 40%;

        width: auto;
        max-width: none;
        height: 100%;

        -webkit-transform: translate(-48%, 0%);
        -ms-transform: translate(-48%, 0%);
        -o-transform: translate(-48%, 0%);
        transform: translate(-48%, 0%);
    }

    .slider .slick-prev {
        left: 50px;

        width: 50px;
        height: 50px;
    }

    .slider .slick-next {
        right: 50px;

        width: 50px;
        height: 50px;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: "slick";
        font-size: 40px;
        line-height: 1;

        color: white;

        opacity: 0.8;
    }

    .text-mittel {
        position: absolute;
        z-index: 600;
        top: 345px;
        left: 50px;

        font-size: 40px;

        text-transform: uppercase;

        color: #fff;
    }

    .text-riesig {
        position: absolute;
        z-index: 600;
        top: 380px;
        left: 50px;

        font-size: 70px;
        line-height: 1.4;

        text-transform: uppercase;

        color: #fff;
    }

    .text-riesigb {
        position: absolute;
        z-index: 600;
        top: 440px;
        left: 50px;

        font-size: 57px;
        line-height: 1.4;

        text-transform: uppercase;

        color: #fff;
    }

    .text-mittel-dunkel {
        position: absolute;
        z-index: 600;
        top: 345px;
        left: 50px;

        font-size: 40px;

        text-transform: uppercase;

        color: #aaa;
    }

    .text-riesig-dunkel {
        position: absolute;
        z-index: 600;
        top: 380px;
        left: 50px;

        font-size: 70px;

        text-transform: uppercase;

        color: #aaa;
    }

    #sliderabschluss .newstext {
        margin-top: 10px;

        font-size: 16px;

        text-transform: uppercase;

        color: #fff;
    }

    #sliderabschluss .newstext h4 {
        margin-top: 0;
    }

    #sliderabschluss .newstext .orange-schrift {
        margin: 0;

        float: left;

        color: #ffbe69;
    }

    #sliderabschluss .newstext a,
    #sliderabschluss .newstext a:hover {
        color: #fff;
    }

    #orange-hell,
    #orange-fuss,
    #news-hell {
        min-height: 70px;
        background: #ffbe69;
    }

    #news-hell {
        padding: 15px 0 15px 0;
    }

    #orange {
        min-height: 200px;
        padding-bottom: 50px;

        color: #333;

        background: #fea837;
    }

    #orange a {
        color: #333;
        text-decoration: none;
    }

    #orange a:hover {
        text-decoration: none;
    }

    td,
    th {
        font-size: 16px;
    }

    .vita td.vita_1 {
        width: 140px;
    }

    .oeffnungszeiten .col_0 {
        width: 140px;
    }

    .oeffnungszeiten .col_1,
    .oeffnungszeiten .col_3 {
        width: 60px;
    }

    .oeffnungszeiten .col_2 {
        width: 100px;
    }

    #orange-fuss {
        padding: 40px 0 60px 0;
    }

    #orange-fuss,
    #orange-fuss p,
    #orange-fuss td {
        font-size: 13px;

        color: #333;
    }

    label.form-control {
        height: 20px;
        padding: 0;

        border: medium none;
        margin-bottom: 1px;

        font-weight: normal;

        background-color: transparent;
        box-shadow: 0 0 0 transparent inset;
    }

    .form-control {
        display: block;

        width: 100%;
        height: 34px;
        padding: 6px 12px;
        border: 1px dashed #333;
        border-radius: 3px;

        font-size: 16px;
        line-height: 1.42857143;

        -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

        background-color: #fea837;
        background-image: none;
        -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);

        color: #333;
    }

    #feedback .radio,
    #feedback .checkbox {
        position: relative;

        display: block;
        padding-right: 7px;

        margin-top: 0;
        margin-bottom: 2px;

        float: left;
    }

    label {
        /* float: left; */

        max-width: 100%;
        margin-bottom: 2px;

        font-size: 16px;
        font-weight: normal;
        /* padding: 0 30px 0 7px; */
    }

    #feedback .auswahl span {
        display: block;
    }

    #feedback .auswahl label {
        float: none;
    }

    #feedback legend {
        display: block;

        width: 100%;
        padding: 0;
        border: 0;
        margin-bottom: 10px;

        font-size: 16px;
        line-height: inherit;

        color: #333;

        border-bottom: 0 solid #e5e5e5;
    }

    #termin .radio,
    #termin .checkbox {
        position: relative;

        display: block;
        padding-right: 7px;

        margin-top: 0;
        margin-bottom: 2px;

        float: left;
    }

    #termin label {
        max-width: 100%;
        padding: 0 30px 0 7px;
        margin-bottom: 2px;

        float: left;
        font-size: 16px;
        font-weight: normal;
    }

    #termin .farbhinterlegung {
        padding: 10px 10px 10px 10px;

        border-radius: 5px;
        margin-bottom: 20px;

        background: #ffb452;
    }

    #termin .auswahl span {
        display: block;
    }

    #termin .auswahl label {
        float: none;
    }

    #termin legend {
        display: block;

        width: 100%;
        padding: 0;
        border: 0;
        margin-bottom: 10px;

        font-size: 16px;
        line-height: inherit;

        color: #333;

        border-bottom: 0 solid #e5e5e5;
    }

    .ui-accordion-header {
        padding: 3px 2px 2px 3px;

        margin-top: 20px;

        font-size: 19px;

        cursor: pointer;

        background: #ffbe69;
    }

    .ui-accordion-content {
        padding: 14px 0 15px 0;

        font-size: 16px;
    }

    .team h3 {
        margin-top: 2px;
    }
}

#orange a {
    text-decoration: underline;
}

.g-recaptcha {
    margin-bottom: 20px;
}

.lauftext {
    position: absolute;
    z-index: 100;
    bottom: 0px;

    display: flex;
    width: 100%;
    height: 80px;

    justify-content: flex-start;
    align-items: center;

    font-size: 25px;
    line-height: 1.2;

    background-color: rgba(184, 205, 221, 0.9);
    color: #444;
}

@media (max-width: 768px) {
    .lauftext {
        top: 0px;

        height: 50px;

        font-size: 17px;
    }
}

.lauftext-hervorhebung {
    color: #fff;
}
