<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900');

.clearfix, .group {
    zoom: 1
}

.clearfix:before, .clearfix:after, .group:before, .group:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after, .group:after {
    clear: both
}

.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10px
}

.content-inner {
    font-size: 18px;
}

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
    margin-bottom: 20px
}

.group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

body {
    font-family: 'Heebo', sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6
}

blockquote {
    border-left: 2px solid #1271db;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.4em;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 20px;
    padding-left: 25px
}

h1, h2, h3, h4, h5 {
    font-family: 'Heebo', sans-serif;
}

h1 {
    font-style: normal;
    font-weight: 400;
    margin: 0 0 25px;
    color: #4087c8;
    font-size: 40px;
    line-height: 48px;
    font-family: 'Heebo', sans-serif;
}

h2 {
    font-style: normal;
    margin: 0 0 25px;
    color: #666666;
    font-family: 'Heebo', sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase
}

h3 {
    font-style: normal;
    margin: 0 0 25px;
    color: #666666;
    font-family: 'Heebo', sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 22px;
    text-transform: uppercase
}

h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 25px
}

h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin: 0 0 25px
}

p {
    margin: 0 0 20px;
    color: #666666
}

pre {
    background: #222;
    color: #fff;
    display: block;
    font-family: 'Heebo', sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 20px;
    padding: 10px;
    word-break: break-all;
    word-wrap: break-word
}

code {
    border-radius: 5px;
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: 'Heebo', sans-serif;
    font-size: 13px;
    line-height: 20px;
    padding: 2px 10px;
    word-break: break-all;
    word-wrap: break-word
}

a {
    color: #4087c8;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
    color: #666;
}

.transform-none {
    text-transform: none
}

img, video, audio, iframe, object {
    max-width: 100%
}

.btn {
    border-radius: 5px;
    background: transparent;
    border: 1px solid #1271db;
    color: #1271db;
    display: inline-block;
    font-size: 100%;
    height: 44px;
    outline: none;
    padding: 0 25px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize
}

.btn:hover, .btn:focus {
    background: #1271db;
    border-color: #1271db;
    color: #fff;
    text-decoration: none
}

.btn:active {
    background: #0e59ac;
    border-color: #0e59ac
}

.btn-primary {
    background-color: #1271db;
    border-color: #1271db;
    color: #fff
}

.btn-primary:hover, .btn-primary:focus {
    background: #1065c3;
    border-color: #1065c3;
    color: #fff
}

.btn-primary:active {
    background: #0e59ac;
    border-color: #0e59ac;
    color: #fff
}

.btn-lg {
    font-size: 1.4em;
    height: 66px;
    padding: 0 60px
}

.btn-sm {
    font-size: .85em;
    height: 30.8px;
    padding: 0 10px
}

.btn-link {
    box-shadow: none;
    background: transparent;
    border: 0;
    color: #1271db;
    text-shadow: none;
    text-transform: none
}

.btn-link:hover, .btn-link:focus {
    background: transparent;
    color: #1271db;
    text-decoration: underline
}

table {
    width: 100%
}

table th, table td {
    padding: 5px;
    text-align: left
}

table th {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc
}

label {
    display: block;
    margin-bottom: 5px
}

input[type=text], input[type=email], input[type=phone], input[type=password], input[type=number], input[type=search], textarea {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 44px;
    outline: none;
    padding: 5px 10px;
    width: 300px
}

input[type=text]:focus, input[type=email]:focus, input[type=phone]:focus, input[type=password]:focus, input[type=number]:focus, input[type=search]:focus, textarea:focus {
    border-color: #1271db
}

input[type=text].full-width, input[type=email].full-width, input[type=phone].full-width, input[type=password].full-width, input[type=number].full-width, input[type=search].full-width, textarea.full-width {
    width: 100%
}

textarea {
    height: 132px
}

form {
    margin-bottom: 40px
}

form .field {
    margin-bottom: 20px
}

form .hint {
    color: #aaa;
    margin-top: 5px
}

form .is-required {
    font-style: italic
}

form .has-error .error-description {
    color: #ff4136;
    margin-top: 5px
}

form .has-error input[type=text], form .has-error input[type=email], form .has-error input[type=phone], form .has-error input[type=password], form .has-error input[type=number], form .has-error input[type=search], form .has-error textarea {
    border-color: #ff4136
}

.alert {
    zoom: 1;
    border-left: 3px solid;
    margin-bottom: 40px;
    padding: 10px
}

.alert:before, .alert:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.alert:after {
    clear: both
}

.alert.alert-danger {
    background: #ffeae9;
    border-color: #ff4136;
    color: #e90d00
}

.alert.alert-success {
    background: #e6f9e8;
    border-color: #2ecc40;
    color: #25a233
}

.alert.alert-warning {
    background: #fff2e7;
    border-color: #ff851b;
    color: #e76b00
}

.alert.alert-info {
    background: #cfe9ff;
    border-color: #0074d9;
    color: #0059a6
}

.alert.alert-empty {
    background: #f4f4f4;
    border: 1px dashed #ddd;
    text-align: center
}

.alert p:last-child {
    margin-bottom: 0
}

nav a {
    display: inline-block;
    padding: 10px 30px
}

* {
    box-sizing: border-box !important
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.clear {
    clear: both
}

.right {
    float: right
}

.left {
    float: left
}

.list-unstyled {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.valign {
    vertical-align: middle
}

hr {
    border: 0;
    border-bottom: 1px solid #ddd;
    margin: 40px 0
}

.subtle {
    color: #aaa
}

.relative {
    position: relative
}

header {
    left: 0;
    position: fixed;
    z-index: 1150;
    width: 100%
}

header .inner {
    background-color: white;
    position: relative;
    padding: 0
}

header .inner &gt; .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

header .inner &gt; .wrapper .logo-wrapper #logo {
    max-width: 350px
}

header .inner &gt; .wrapper .menu-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 76px
}

header .inner .phone-wrapper {
    position: absolute;
    height: 50px;
    right: 0;
    background-color: #f2f2f2;
    margin-left: 50px;
    margin-right: 50px;
    padding: 0 40px;
    max-width: 230px;
}

header .inner .phone-wrapper .custom {
    height: 100%
}

header .inner .phone-wrapper .custom p {
    color: #2492cf;
    line-height: 50px;
    font-weight: 600
}

header .inner .phone-wrapper .custom p:before {
    font-family: FontAwesome;
    content: '\f095             '
}

header .inner .phone-wrapper:before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #f2f2f2 transparent transparent;
    position: absolute;
    left: -50px
}

header .inner .phone-wrapper:after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #f2f2f2 transparent transparent transparent;
    position: absolute;
    right: -50px;
    top: 0
}

#mega_css3-check {
    display: none
}

.vorteile-wrapper {
    background-color: #f7f7f7;
    padding: 10px 0 40px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)
}

.vorteile-wrapper .vorteile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.vorteile-wrapper .vorteile .vorteil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.vorteile-wrapper .vorteile .vorteil .label {
    color: #2492cf;
    text-align: center
}

.welcome {
    margin-top: 40px
}

.welcome h2 {
    text-transform: initial;
    font-size: 32px;
    line-height: 32px;
    font-family: 'Heebo', sans-serif;
}

.welcome h2.blue {
    color: #2492cf;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.4em;
    font-family: 'Heebo', sans-serif;
}

.boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.boxes .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 0;
    color: white;
    height: 380px;
    background: no-repeat center;
    background-size: cover
}

.boxes .box .heading {
    font-size: 22px;
    text-align: center
}

.boxes .box .text {
    text-align: center;
    padding: 15px
}

.boxes .box.zahnheilkunde {
    background-image: url("../img/zahnheilkunde.png");
    margin-left: -2px;
    margin-right: -1px
}

.boxes .box.zahnarztangst {
    background-image: url("../img/zahnarztangst.png");
    margin-left: -2px;
    margin-right: -1px
}

.boxes .box.gesund {
    background-image: url("../img/gesund.png");
    margin-left: -2px;
    margin-right: -1px
  }


.sprechstunden-top {
    background-color: transparent;
    color: white;
    height: 100%;
    padding: 40px 40px 0px 0px;
    color: #000;
}

.sprechstunden-top .heading {
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    padding-bottom: 5px;
    z-index: 10;
    color: #2492cf;
    font-weight: 400;
    padding-left: 0px;
}

.sprechstunden-top .heading-phone {
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    padding-bottom: 5px;
    z-index: 10;
    color: #2492cf;
    font-weight: 400;
    padding-left: 0px;
}

.sprechstunden-top .heading-phone:before {
    content: ' ';
    background-image: url("../img/phone-call.png");
    background-repeat: no-repeat;
    width: 61px;
    height: 61px;
    position: absolute;
    left: -40px;
    top: 0px;
}

.sprechstunden-top .heading-location {
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    padding-bottom: 5px;
    z-index: 10;
    color: #2492cf;
    font-weight: 400;
    padding-left: 0px;
}

.sprechstunden-top .heading-location:before {
    content: ' ';
    background-image: url("../img/location-start.png");
    background-repeat: no-repeat;
    width: 61px;
    height: 61px;
    position: absolute;
    left: -40px;
    top: 0px;
}

.sprechstunden-top .heading:before {
    content: ' ';
    background-image: url("../img/icon-clock-blue.png");
    background-repeat: no-repeat;
    width: 61px;
    height: 61px;
    position: absolute;
    left: -40px;
    top: 0px;
}

.sprechstunden-top .heading:after, .heading-phone:after {
    content: ' ';
    background-color: #2492cf;
    height: 2px;
    width: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 0px;
}

.sprechstunden-top .heading:after, .heading-phone:after, .heading-location:after {
    content: ' ';
    background-color: #2492cf;
    height: 2px;
    width: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 0px;
}

.sprechstunden-top .kontakt {
    padding: 10px 40px 0px 0px;
    color: #2492cf;
    font-size: 25px;
    font-weight: 500;
}


}

.sprechstunden {
    background-color: #89969d;
    color: white;
    height: 100%;
    padding: 40px 40px 40px 100px;
}


.sprechstunden .heading {
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    padding-bottom: 5px;
    z-index: 10
}

.sprechstunden .heading:before {
    content: ' ';
    background-image: url("../img/icon-clock.png");
    width: 61px;
    height: 61px;
    position: absolute;
    left: -70px;
    top: -20px
}

.sprechstunden .heading:after {
    content: ' ';
    background-color: white;
    height: 2px;
    width: 90px;
    position: absolute;
    bottom: 0;
    left: 0
}

.sprechstunden table {
    z-index: 10;
    margin-top: 50px;
    margin-left: -5px
}

.sprechstunden table tr {
    font-weight: 200
}

.sprechstunden table tr td:first-child {
    font-weight: 600
}

.sprechstunden:before {
    content: ' ';
    position: absolute;
    height: 100%;
    top: 0;
    background-color: #89969d;
    width: 200vw;
    z-index: -1
}

.schwerpunkte {
    background-color: #2492cf;
    color: white;
    padding: 40px 0px 40px 80px;
    text-align: center;
}

.schwerpunkte .heading {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    padding-bottom: 5px;
    z-index: 10;
    text-align: center;
}

/*.schwerpunkte .heading:before {
    content: ' ';
    background-image: url("../img/icon-schwerpunkte.png");
    width: 61px;
    height: 61px;
    position: absolute;
    left: -70px;
    top: -20px;
    text-align: center;
}

.schwerpunkte .heading:after {
    content: ' ';
    background-color: white;
    height: 2px;
    width: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}*/

.schwerpunkte .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px
}

.schwerpunkte .list .item {
    width: 50%;
    font-size: 18px;
    margin-bottom: 5px
}

.schwerpunkte:before {
    content: ' ';
    position: absolute;
    height: 100%;
    top: 0;
    background-color: #2492cf;
    width: 200vw;
    z-index: -1;
    left: -100%
}

.standorte {
    background-color: #95acb9;
    color: white;
    padding: 40px 0px 40px 80px;
    position: relative;
    height: 245px;
}

.standorte .heading {
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    padding-bottom: 5px;
    z-index: 10
}

.standorte .heading:before {
    content: ' ';
    background-image: url("../img/icon-schwerpunkte.png");
    width: 61px;
    height: 61px;
    position: absolute;
    left: -70px;
    top: -20px
}

.standorte .heading:after {
    content: ' ';
    background-color: white;
    height: 2px;
    width: 90px;
    position: absolute;
    bottom: 0;
    left: 0
}


.standorte .list a{
    color: #fff !important;
}

.standorte .list a:hover{
    color: #ccc !important;
}

.standorte .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px
}

.standorte .list .item {
    width: 33%;
    font-size: 18px
}

.standorte:before {
    content: ' ';
    position: absolute;
    height: 100%;
    top: 0;
    background-color: #95acb9;
    width: 200vw;
    z-index: -1;
    left: -100%
}

footer {
    background-image: -webkit-linear-gradient(190deg, #6acbe0 0%, #6859ea 100%);
    background-image: linear-gradient(260deg, #6acbe0 0%, #6859ea 100%);
    color: white;
    padding: 30px 0
}

footer p, footer a {
    color: white
}

footer a {
    text-decoration: none
}

.cform {
    background-color: #e2ebee;
    background-image: url("../img/kontakt_background.png");
    background-position: right;
    background-repeat: no-repeat;
    padding-top: 50px
}

.cform .span12, .cform .row-fluid {
    margin: 0;
    padding: 0
}

.cform h3 {
    text-transform: initial;
    margin-bottom: 10px;
    line-height: 30px;
    color: #000
}

.cform h3 + h3 {
    margin-bottom: 30px
}

.cform label, .cform .ce-button-reset, .cform .requiredsign, #contact-form .ce-button-reset {
    display: none
}

.jicons-icons, .contact-emailto {
    display: none;
}

.cform .inputbox.required, #contact-form .inputbox.required {
    background-image: none !important
}

#contact-form .cf-label {
    font-weight: 400 !important;
}

.cform input[type=text], .cform input[type=email], .cform input[type=phone], .cform input[type=password], .cform input[type=number], .cform input[type=search], .cform textarea,
#contact-form input[type=text], #contact-form input[type=email], #contact-form input[type=phone], #contact-form input[type=password], #contact-form input[type=number], #contact-form input[type=search], #contact-form textarea {
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: transparent;
    box-shadow: none;
    width: 90%;
}

.cform #ce-cf-container-4 {
    float: right
}

.cform .text_area {
    width: 100% !important;
    height: 234px !important;
    border: 1px solid #ccc;
    padding: 15px 20px
}

.cform .ce-button-submit, #contact-form .ce-button-submit {
    background: transparent;
    color: #666666;
    border-color: #666666;
    border-radius: 0;
    padding-right: 35px !important;
    position: relative;
    float: right
}

.cform .ce-button-submit:after {
    content: '\f054';
    font-family: FontAwesome;
    position: absolute;
    right: 10px
}

.schwerpunkte-standorte-sprechstunden {
    padding: 0
}

.start-news {
    margin-top: 50px;
    margin-bottom: 20px
}

.start-news h2 {
    text-align: center;
    text-transform: initial;
    margin-bottom: 40px;
    color: #000
}

.start-news #news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.start-news #news-list .even, .start-news #news-list .odd {
    padding: 0 20px;
    margin-bottom: 40px;
    width: 25%
}

.start-news #news-list .moduleItemTitle {
    text-decoration: none;
    color: #000;
    font-size: 22px;
    position: relative;
    padding-bottom: 10px
}

.start-news #news-list .moduleItemTitle:after {
    content: ' ';
    background-color: #2492cf;
    height: 2px;
    width: 90px;
    position: absolute;
    bottom: 0;
    left: 0
}

.start-news #news-list .moduleItemIntrotext {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    min-height: 120px;
}

.start-news #news-list .moduleItemReadMore {
    color: white;
    text-decoration: none;
    background-color: #2492cf;
    padding: 5px 50px 5px 20px;
    position: relative
}

.start-news #news-list .moduleItemReadMore:after {
    content: '\f054';
    font-family: FontAwesome;
    position: absolute;
    right: 10px
}

header #mega_css3-check {
    display: none
}

header .mobile-menu-trigger {
    display: none
}

.slider-seperator {
    height: 1px;
    margin-bottom: -20px
}

.slider-seperator .slider-seperator-left {
    position: absolute;
    background-color: #f7f7f7;
    margin-top: -36px;
    height: 35px;
    display: block;
    width: 50%;
    margin-left: -35px;
    z-index: 34;
}

.slider-seperator .slider-seperator-left:after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 0 0 35px;
    border-color: transparent transparent transparent #f7f7f7;
    position: absolute;
    right: -35px;
    z-index: 34;
}

.slider-seperator .slider-seperator-right {
    position: absolute;
    background-color: #f7f7f7;
    margin-top: -36px;
    height: 35px;
    display: block;
    width: calc(50% - 35px);
    right: 0;
    z-index: 34;
}

.slider-seperator .slider-seperator-right:before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 35px 35px;
    border-color: transparent transparent #f7f7f7 transparent;
    position: absolute;
    left: -35px;
    z-index: 34;
}

.custom &gt; p {
    margin-bottom: 0
}

body {
    overflow-x: hidden
}

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

.flex .height-fix .moduletable, .flex .height-fix .custom {
    height: 100%
}

#map {
    height: 550px
}

header .item-101 {
    display: none
}

@media print {
    header, nav, footer {
        display: none
    }

    img {
        max-width: 500px
    }

    body {
        font: 14pt Georgia, "Times New Roman", Times, serif;
        line-height: 1.3
    }
}

/*
 Kleine Mobile GerÃ¤te
*/
@media screen and (max-width: 480px) {
    body {
        font-size: 14px;
        overflow-x: hidden
    }

    h1, h2, h3, h4, h5 {
        margin-bottom: 10px
    }

    h1 {
        font-size: 26px
    }

    h2 {
        font-size: 18px
    }

    h3 {
        font-size: 16px
    }

    h4, h5, p, ul, ol {
        font-size: 14px
    }

    .btn {
        display: block;
        margin-bottom: 10px;
        width: 100%
    }

    .vorteile-wrapper .vorteile .vorteil {
        width: 100%
    }

    .start-news #news-list .even, .start-news #news-list .odd {
        width: 100% !important;
    }

    .start-news #news-list .moduleItemIntrotext {
        min-height: auto;
    }

    header .mobile-menu-trigger {
        text-align: center
    }

    .schwerpunkte .list .item {
        width: 100%
    }

    header .inner &gt; .wrapper .logo-wrapper #logo {
        max-width: 285px !important;
    }

    .cform .ce-button-submit, #contact-form .ce-button-submit {
        margin-top: 20px;
    }

    #idealCaptcha &gt; div {
        margin: 0 auto;
    }

    .sprechstunden:before, .standorte:before,.schwerpunkte:before {
        display: none;
    }
    .standorte .list .item {
        width: 100% !important;
    }



}


/*
 Tablet
 */
@media only screen and (max-width: 992px) {
    footer {
        text-align: center;
    }
    .sprechstunden {
        padding: 40px 40px 40px 80px
    }
    .welcome h2.blue {
        margin-bottom: 0
    }
    .vorteile-wrapper .vorteile .vorteil {
        width: 50%;
        margin-bottom: 20px
    }
    .start-news #news-list .even, .start-news #news-list .odd {
        width: 50%
    }
    .schwerpunkte-standorte-sprechstunden {
        padding: 0;
        width: 100%
    }

    .schwerpunkte-standorte-sprechstunden .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .cform h3 {
        display: inline
    }
    .cform {
        background-image: none
    }

    .cform .moduletable {
        margin-top: 30px
    }
    footer .col-md-3 {
        margin-bottom: 25px
    }
    header &gt; .row {
        height: 100px
    }

    header nav {
        position: unset !important
    }

    header ul.megamenu.level0 {
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        bottom: unset !important;
        z-index: 1000;
        width: 100%;
        left: 0;
        display: flex;
        background-color: white
    }

    header ul.megamenu a {
        text-align: center;
        color: #2492cf;
        padding-right: 20px;
        text-decoration: none;
        width: 100%;
        padding-right: 30px
    }

    header ul.megamenu li {
        -webkit-transition: height .125s linear;
        transition: height .125s linear;
        text-align: right !important
    }

    header ul.megamenu.level0 &gt; li {
        overflow: hidden;
        height: 0px
    }

    header .mobile-menu-trigger {
        z-index: 999;
        text-align: right;
        height: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        display: flex;
        align-items: flex-end;
    }
    header .mobile-menu-trigger:before {
        font-size: 30px;
        content: '\f0c9';
        display: inline-block;
        font-family: FontAwesome;
        line-height: 76px;
        color: #2492cf;
        width: 80px;
        text-align: center;
        /*position: fixed;
        right: 83px;
        background-color: white;*/
    }

    header #mega_css3-check:checked + ul.megamenu {
        padding-bottom: 10px
    }

    header ul.megamenu li {
        z-index: 100000000;
    }
    header #mega_css3-check:checked + ul.megamenu &gt; li {
        height: 45px
    }

    header #mega_css3-check:checked + ul.megamenu &gt; li a {
        height: 45px
    }


    /*header #mega_css3-check:checked + ul.megamenu li.haschild:hover,*/
    header #mega_css3-check:checked + ul.megamenu li.haschild.touched {
        height: 100%;
        background-color: #2492cf;
    }
    header #mega_css3-check:checked + ul.megamenu li.haschild.touched &gt; a {
        color: white;
    }

    header #mega_css3-check:checked + ul.megamenu li.haschild.haschild-over &gt; a {
        color: white;
        background-color: #2492cf
    }
    header #mega_css3-check:checked + ul.megamenu.level0 &gt; li.haschild.haschild-over &gt; li {
        height: 45px;
        background-color: #2492cf
    }

    .sprechstunden:before {
        left: -100%;
    }

    .childcontent, .childcontent-inner, .childcontent-inner &gt; .megacol, .childcontent-inner &gt; .megacol &gt; .megamenu {
        width: 100% !important;
    }

    .mega_css3 li.mega .childcontent {
        position: initial;
    }

    .mega.group &gt; .group {
        display: flex;
        flex-direction: column;
    }

    .level1 a {
        height: 30px !important;
        padding: 0 25px 0 7px !important;
    }

    .level1 a span {
        line-height: 30px !important;
    }

    .mega_css3 .childcontent-inner {
        margin-bottom: 0;
        box-shadow: none;
    }

    .mega_css3 .group-content .sl-moduletable, .mega_css3 .group-content ul.megamenu {
        padding: 0;
    }

    .mega_css3 .group-title {
        margin-right: 0;
    }

    .mega_css3 li.mega .childcontent {
        opacity: 1;
        visibility: visible;
    }

}
/*
 GrÃ¶ÃŸer als Mobile GerÃ¤te
 */
@media screen and (min-width: 480px) {
    .container {
        padding: 0 40px
    }

    .group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -2.1277%
    }

    .span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .span1 {
        -webkit-flex-basis: 6.2056333%;
        -ms-flex-preferred-size: 6.2056333%;
        flex-basis: 6.2056333%;
        margin-left: 2.1277%;
        max-width: 6.2056333%
    }

    .offset1 {
        margin-left: 10.4610333%
    }

    .span2 {
        -webkit-flex-basis: 14.5389666%;
        -ms-flex-preferred-size: 14.5389666%;
        flex-basis: 14.5389666%;
        margin-left: 2.1277%;
        max-width: 14.5389666%
    }

    .offset2 {
        margin-left: 18.7943666%
    }

    .span3 {
        -webkit-flex-basis: 22.8722999%;
        -ms-flex-preferred-size: 22.8722999%;
        flex-basis: 22.8722999%;
        margin-left: 2.1277%;
        max-width: 22.8722999%
    }

    .offset3 {
        margin-left: 27.1276999%
    }

    .span4 {
        -webkit-flex-basis: 31.2056332%;
        -ms-flex-preferred-size: 31.2056332%;
        flex-basis: 31.2056332%;
        margin-left: 2.1277%;
        max-width: 31.2056332%
    }

    .offset4 {
        margin-left: 35.4610332%
    }

    .span5 {
        -webkit-flex-basis: 39.5389665%;
        -ms-flex-preferred-size: 39.5389665%;
        flex-basis: 39.5389665%;
        margin-left: 2.1277%;
        max-width: 39.5389665%
    }

    .offset5 {
        margin-left: 43.7943665%
    }

    .span6 {
        -webkit-flex-basis: 47.8722998%;
        -ms-flex-preferred-size: 47.8722998%;
        flex-basis: 47.8722998%;
        margin-left: 2.1277%;
        max-width: 47.8722998%
    }

    .offset6 {
        margin-left: 52.1276998%
    }

    .span7 {
        -webkit-flex-basis: 56.2056331%;
        -ms-flex-preferred-size: 56.2056331%;
        flex-basis: 56.2056331%;
        margin-left: 2.1277%;
        max-width: 56.2056331%
    }

    .offset7 {
        margin-left: 60.4610331%
    }

    .span8 {
        -webkit-flex-basis: 64.5389664%;
        -ms-flex-preferred-size: 64.5389664%;
        flex-basis: 64.5389664%;
        margin-left: 2.1277%;
        max-width: 64.5389664%
    }

    .offset8 {
        margin-left: 68.7943664%
    }

    .span9 {
        -webkit-flex-basis: 72.8722997%;
        -ms-flex-preferred-size: 72.8722997%;
        flex-basis: 72.8722997%;
        margin-left: 2.1277%;
        max-width: 72.8722997%
    }

    .offset9 {
        margin-left: 77.1276997%
    }

    .span10 {
        -webkit-flex-basis: 81.205633%;
        -ms-flex-preferred-size: 81.205633%;
        flex-basis: 81.205633%;
        margin-left: 2.1277%;
        max-width: 81.205633%
    }

    .offset10 {
        margin-left: 85.461033%
    }

    .span11 {
        -webkit-flex-basis: 89.5389663%;
        -ms-flex-preferred-size: 89.5389663%;
        flex-basis: 89.5389663%;
        margin-left: 2.1277%;
        max-width: 89.5389663%
    }

    .offset11 {
        margin-left: 93.7943663%
    }

    .span12 {
        -webkit-flex-basis: 97.8722996%;
        -ms-flex-preferred-size: 97.8722996%;
        flex-basis: 97.8722996%;
        margin-left: 2.1277%;
        max-width: 97.8722996%
    }

    .offset12 {
        margin-left: 102.1276996%
    }
}

/*
 Desktop
 */
@media only screen and (max-width: 996px) {
    footer {
        text-align: center;
    }
}
@media only screen and (min-width: 996px) {
    header .inner &gt; .wrapper .menu-wrapper ul.megamenu.level0 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 20px;
        height: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    header .inner &gt; .wrapper .menu-wrapper ul.megamenu.level0 &gt; li {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        float: left;
        position: relative;
        -webkit-transition: background-color 200ms ease-in;
        transition: background-color 200ms ease-in
    }

    header .inner &gt; .wrapper .menu-wrapper ul.megamenu &gt; li.item-101 {
        display: none
    }

    header .inner &gt; .wrapper .menu-wrapper ul.megamenu.level0 &gt; li &gt; a {
        width: 100%;
        text-align: center;
        padding: 25px 0;
        text-decoration: none;
        color: black;
        text-transform: uppercase
    }

    header .inner &gt; .wrapper .menu-wrapper ul.megamenu &gt; li.default a {
        font-size: 0
    }

    header .inner &gt; .wrapper .menu-wrapper ul.megamenu &gt; li.default a:before {
        content: '\f015';
        font-family: FontAwesome;
        font-size: 36px;
        line-height: 26px
    }

    header .inner &gt; .wrapper .menu-wrapper ul.megamenu.level0 &gt; li:hover {
        background-color: #2492cf
    }

    header .inner &gt; .wrapper .menu-wrapper ul.megamenu.level0 &gt; li:hover &gt; a {
        color: white
    }

    header .inner &gt; .wrapper .menu-wrapper ul.megamenu &gt; li:hover ul.nav-child li {
        height: 43px
    }

    header .inner &gt; .wrapper .menu-wrapper ul.megamenu &gt; li ul.nav-child {
        position: absolute;
        left: 0;
        top: 76px;
        z-index: 1;
        min-width: 100%
    }

    header .inner &gt; .wrapper .menu-wrapper ul.megamenu &gt; li ul.nav-child li {
        background-color: #2492cf;
        overflow: hidden;
        height: 0;
        -webkit-transition: height 200ms ease-in;
        transition: height 200ms ease-in
    }

    header .inner &gt; .wrapper .menu-wrapper ul.megamenu &gt; li ul.nav-child li a {
        width: 100%;
        text-align: center;
        text-decoration: none;
        color: white;
        text-transform: uppercase
    }

    header .inner &gt; .wrapper .menu-wrapper ul.megamenu &gt; li ul.nav-child li:hover {
        background-color: white
    }

    header .inner &gt; .wrapper .menu-wrapper ul.megamenu &gt; li ul.nav-child li:hover a {
        color: #2492cf
    }

}

.mega_css3 a.active {
    background-color: #2492cf;
    color: white !important;
}

.mega_css3 ul.level0 a.mega span.menu-title, .mega_css3 ul.level0 li.haschild a.mega span.menu-title, .mega_css3 ul.level0 li.haschild-over a.mega span.menu-title {
    margin-right: 0;
}

.sl-megamenu {
    width: 100%;
}

ul.megamenu.level0 {
    display: flex;
    width: 100%;
}

.slider {
    padding-bottom: 1px;
}

ul {
    list-style-type: circle;
    list-style-position: inside;
    padding-left: 15px;
    margin: 10px 0px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-header {
    display: none;
}

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 0;
}

.row {
    margin: 0;
}
</pre></body></html>