@import('./os.css');
@import('./sp.css');
    
html,
body {
    background-color: #fafafa;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13pt;
}

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

h2,
h4 {
    color: #233382;
}

h2 {
    margin-bottom: 20px;
    margin-left: 30px;
}

.video {
    background-color: white;
    padding: 0px 5px 0px 5px;
}

.content h2 {
    margin-bottom: 20px;
    margin-left: 0;
    margin-top:0px;
}

.sw h2 {
    margin-left: 15px;
}

.sw span {
    position: absolute;
    width: 150px;
    height: 21px;
    bottom: 10px;
    left: 15px;
    background-image: url(../img/titel.png);
}

h3 {
    font-weight: 600;
}

.flex {
    display: table;
}

.title h1 {
    color: #233382;
    font-size: 18pt;
}

.sozial-wrap {
    border-width: 0;
    border-color: #e7e7e7;
    border-style: solid;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    height: auto;
}

.top-info {
    background-color: #fff;
}

.sozial-wrap h4 {
    line-height: 1.4em;
    text-align: center;
}

.navbar-default {
    background-color: transparent;
    border-color: #ffd800;
    border-width: 0 0 0 0;
    height: 70px;
    -webkit-transition: background 300ms ease-out;
    transition: background 300ms ease-out;
}

.slider {
    border-width: 0 0 10px 0;
    border-style: solid;
    /* border-color: #b10e25; */
    border-color: #ffd800;
    height: 466px;
    display: block;
    margin-top: 138px;
    background-color: #fff;
}

.slider-xs {
    border-width: 0 0 10px 0;
    border-style: solid;
    /*border-color: #b10e25; */
    border-color: #ffd800;
    display: block;
    margin-top: 60px;
    background-color: #fff;
}

.navbar {
    border-width: 10px 0 0 0;
    border-style: solid;
    /*border-color: #b10e25; */
    border-color: #ffd800;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: background 300ms ease-out, -webkit-box-shadow 0.5s ease-in-out;
    transition: background 300ms ease-out, box-shadow 0.5s ease-in-out;
}

.navbar-nav {
    float: none;
    margin: 0;
}

.navbar-nav li {
    text-align: center;
}

.navbar-nav li>div>a {
    position: relative;
    display: block;
    padding: 15px 0;
    color: #233382;
    font-weight: normal;
    font-size: 15pt;
    text-decoration: none;
    height: 60px;
    -webkit-transition: height .4s;
    /* For Safari 3.1 to 6.0 */
    transition: height .4s;
    z-index: 10;
    -webkit-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
}

.navbar-nav li>div>a>span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    -webkit-transition: height 300ms ease-out;
    transition: height 300ms ease-out;
}

.navbar-nav li>div>a:hover span {
    height: 60px;
}

.navbar-nav li>div>a:hover {
    color: #fff;
}

.navbar-nav li.active>div>a {
    color: #fff;
}

.navbar-nav li.active>div>a>span {
    height: 60px;
}

.blau {
    background-color: #233382;
}

.rot {
    background-color: #b10e25;
}

.gelb {
    background-color: #f4d100;
}

.infobox {
    position: relative;
    height: 350px;
    margin: -25px 0 50px 0;
}

.box-header>h3 {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    padding: 0 15px;
}

.box-header {
    margin: 0 0 10px 0;
    border-width: 0 0 10px 0;
    border-style: solid;
    border-color: #fff;
}

.in-box {
    background-color: rgba(255, 255, 255, .8);
    margin: 0 -10px;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 35px -13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 35px -13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 35px -13px rgba(0, 0, 0, 0.2);
    height: 195px;
}

.more-btn {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.more-btn a {
    border-style: solid;
    border-color: #fff;
    border-width: 1px;
    border-radius: 3px;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    -webkit-transition: background .3s ease-out;
    transition: background .3s ease-out;
}

.more-btn a:hover {
    background-color: #fff;
}

.rot .more-btn a:hover {
    color: #b10e25;
}

.blau .more-btn a:hover {
    color: #233382;
}

.gelb .more-btn a:hover {
    color: #f4d100;
}

.content {
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 35px -13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 35px -13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 35px -13px rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
    position: relative;
}

.underline {
    border-width: 0 0 5px 0;
    border-style: solid;
    border-color: #ffd966;
}

.white-fluid {
    background-color: #fff;
    padding: 25px 0 35px 0;
}

iframe {
    width: 100%;
    height: 450px;
}

.footer {
    background-color: #b10e25;
    color: #fff;
    padding: 0 0 25px 0;
}

.footer a {
    color: #fff;
}

.footer h4 {
    color: #fff;
    padding: 15px;
    margin-top: -15px;
    -webkit-box-shadow: 0px 0px 35px -13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 35px -13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 35px -13px rgba(0, 0, 0, 0.2);
    position: relative;
}

.footer-box {
    background-color: rgba(255, 255, 255, .8);
    color: #222;
    padding: 15px;
    margin-top: -10px;
}

.copy {
    text-align: center;
    padding-top: 25px;
    font-size: .8em;
    color: #ffd1d8;
}

.copy span {
    font-size: 1.2em;
    display: block;
    color: #fff;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 15px;
    position: absolute;
    top: 0;
    right: -15px;
}

.blau .triangle {
    border-color: transparent transparent transparent #001b38;
}

.rot .triangle {
    border-color: transparent transparent transparent #720a19;
}

.gelb .triangle {
    border-color: transparent transparent transparent #a8900a;
}

strong {
    font-weight: bold;
}

.copy-map {
    text-align: right;
    font-size: 10pt;
}

.size-map {
    font-size: 10pt;
}

.navbar-brand {
    margin: 0;
    padding: 0 0 0 15px;
}

.navbar-brand img {
    height: 50px;
    width: auto;
}

.title>h1>span {
    display: none;
}

.header {
    background-color: #fff;
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.the-logo {
    position: absolute;
    left: 15px;
    top: 65px;
    z-index: 10;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.title {
    position: absolute;
    width: 250px;
    top: 180px;
    left: 240px;
    z-index: 10;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.desc {
    position: absolute;
    left: 15px;
    top: 290px;
    width: 450px;
    font-weight: bold;
    color: #233382;
    z-index: 10;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.desc2 {
    font-weight: bold;
    color: #233382;
    z-index: 10;
    padding: 15px;
    color: #fff;
    background-color: #b10e25;
    position: relative;
}

.desc2::after {
    content: "i";
    height: 35px;
    width: 35px;
    color: #b10e25;
    border-style: solid;
    border-color: #b10e25;
    background-color: #fff;
    position: absolute;
    top: -5.5px;
    left: -17.5px;
    border-radius: 50px;
    border-width: 4px;
    text-align: center;
    font-size: 1em;
}

.oeffnungszeiten {
    font-weight: bold;
    color: #233382;
    z-index: 10;
    padding: 15px;
    color: #fff;
    background-color: #f7d100;
    position: relative;
    margin-bottom: 15px;
}

.oeffnungszeiten::after {
    content: "i";
    height: 35px;
    width: 35px;
    color: #ffd800;
    border-style: solid;
    border-color: #ffd800;
    background-color: #fff;
    position: absolute;
    top: -5.5px;
    left: -17.5px;
    border-radius: 50px;
    border-width: 4px;
    text-align: center;
    font-size: 1em;
}

.aerztinnin {
    position: absolute;
    right: 150px;
    bottom: 30px;
    width: 350px;
    background-color: rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0px 0px 35px -13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 35px -13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 35px -13px rgba(0, 0, 0, 0.2);
    padding: 0 15px;
    z-index: 10;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.aerztinnin h2 {
    font-size: 17pt;
    margin: 10px 0;
    line-height: 1.2em
}

.slider-xs .aerztinnin h2 {
    margin: 0;
}

.xs-header {
    margin-bottom: 25px;
}

.xs-header h2 {
    font-size: 18pt;
    line-height: 1.3em;
    margin: 0;
    padding: 5px 0;
}

.xs-header h4 {
    line-height: 1.3em;
}

.xs-desc {
    padding: 15px 0;
    color: #233382;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-width: 2px 0 0 0;
    border-color: #fff;
    padding: 5px;
}

blockquote {
    margin: 0 0 20px 25px;
    border-color: #b10e25;
}

.abstand-oben {
    margin-top: 25px;
}

.team-img img {
    margin: 15px 0 15px;
    border-radius: 5px;
}

#team h3 {
    color: #233382;
}

small {
    display: block;
    margin: 10px 0;
    line-height: 1.2em !important
}

.folgeseite {
    margin-top: 130px;
}

.on {
    background-color: #fff;
    -webkit-transition: background 300ms ease-out, box-shadow 0.5s ease-in-out;
    transition: background 300ms ease-out, box-shadow 0.5s ease-in-out;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}

.popup-gallery img {
    margin-bottom: 25px;
}
.rota-box {
    position:absolute;
    right:-15px;
    top:0;
    z-index:99;
    width:700px;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}
.highlightbox-rot {
	width: 715px;
	/* border: 1px solid #dfdfdf; */
	padding: 35px 15px 90px;
	background-color: #fff;
	position: absolute;
	right: -45px;
	transform: rotate(-3deg);
	top: 15px;
	-webkit-box-shadow: 0px 0px 31px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 31px -8px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 31px -8px rgba(0,0,0,0.75);
	z-index: 99;
	background-image: url('../img/ostern_top.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 60%;
	font-size: .9em;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.highlightbox-rot p {
    padding-left: 30px;
}
.highlightbox-rot::after {
    content: "";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:300px;
    background-image: url('../img/ostern_bottom.jpg');
    background-position:bottom left;
    background-repeat: no-repeat;
    background-size:contain;
    z-index:-1;
}
.einruecken {
    padding-left:150px!important;
}
.highlightbox-blau {
	width: 100%;
	/* border: 1px solid #dfdfdf; */
	padding: 35px 15px 90px;
	background-color: #fff;
	position: relative;
	right: 0;
	transform: rotate(-3deg) !important;
	top: -15px;
	-webkit-box-shadow: 0px 0px 31px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 31px -8px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 31px -8px rgba(0,0,0,0.75);
	z-index: 99;
	background-image: url('../img/ostern_top.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 60%;
	font-size: .9em;
}
.highlightbox-blau::after {
    content: "";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:300px;
    background-image: url('../img/ostern_bottom.jpg');
    background-position:bottom left;
    background-repeat: no-repeat;
    background-size:contain;
    z-index:-1;
}
@-webkit-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

@-moz-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

@-ms-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

@-o-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

.img-thumbnail {
    margin-bottom: 25px;
}

.warteraum,
.leistungen {
    background-size: cover;
    background-position: center center;
    -webkit-animation: animatedBackground450s linear infinite;
    -moz-animation: animatedBackground 40s linear infinite;
    -ms-animation: animatedBackground 40s linear infinite;
    -o-animation: animatedBackground 40s linear infinite;
    animation: animatedBackground 40s linear infinite;
}

.warteraum {
    background-image: url(../img/startseite_behandlung.jpg);
}

.leistungen {
    height: 450px;
    background-image: url(../img/Unsere-Leistungen.jpg);
}

.copy-map,
.size-map {
    text-align: center;
}

.flex {
    display: table;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex .col-sm-6 {
    width: 48%;
}

blockquote {
    font-size: inherit;
}

.glyphicon {
    font-size: .7em;
}

.panel-group .panel {
    border-radius: 0;
    border-color: #f0f0f0;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-width: 5px 0 0 0;
    border-style: solid;
    border-color: #ffd966;
}

.panel-group .panel-heading a:after {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
}

.panel-group .panel-heading a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 30px;
    color: #233382;
}

.panel-group .panel-heading a.collapsed:after {
    content: '+';
}

.panel-default>.panel-heading {
    background-color: #fcfcfc;
    border-radius: 0;
}

.panel-group {
    margin-right: -15px;
}

.panel-heading {
    border-radius: 0;
    padding: 0;
}

.wir-suchen {
    color: red !important;
    font-weight: bold !important;
}

.wir-suchen:hover {
    color: #fff !important;
}

/* Styles for dialog window */

#small-dialog {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */

/* at start */

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

.info-container {
    margin-top: 130px;
}

.info {
    background-color: #fff9d8;
    -webkit-box-shadow: 0px 0px 35px -13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 35px -13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 35px -13px rgba(0, 0, 0, 0.2);
}

.info-title {
    background-color: #ffd800;
    color: #fff;
    margin: 0;
    padding: 10px 15px;
    font-weight: bold;
}

.dr-flex-text {
    text-align: right;
}

.dr-flex {
    box-shadow: inset 0px 1px 0px 0px #a4e271;
    background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
    background-color: #89c403;
    border-radius: 6px;
    border: 1px solid #74b807;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px 6px 44px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528009;
    position: relative;
    margin: 1em 0;
}

.dr-flex:hover {
    color: #fff;
    background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
    background-color: #77a809;
}

.dr-flex:active {
    position: relative;
    top: 1px;
}

.dr-flex .glyphicon {
    position: absolute;
    top: 6px;
    font-size: 20px;
    left: 20px;
    z-index: 10;
}

.footer .dr-flex {
    box-shadow: none;
    background: transparent;
    background-color: transparent;
    border-radius: 6px;
    border: 1px solid #fff;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px 6px 44px;
    text-decoration: none;
    text-shadow: none;
    position: relative;
    margin: 1em 0;
}

@media (min-width:768px) {
    .navbar-nav {
        margin: 0;
    }
}

@media (min-width:1200px) {
    .leistungen {
        height: 400px;
    }
}

@media (max-width:1200px) {
    .navbar-nav li>div>a {
        font-size: 12pt;
    }
    .slider {
        height: 386px;
        margin-top: 149px;
    }
    .aerztinnin {
        right: 110px;
    }
    .the-logo {
        top: 35px;
    }
    .title {
        top: 150px;
    }
    .desc {
        top: 260px;
    }
        .einruecken {
    padding-left:0!important;
}
}

@media (max-width:992px) {
    .dr-flex-text {
        text-align: center;
    }
    .leistungen {
        height: 530px;
    }
    .navbar-default {
        height: 59px;
    }
    .navbar-nav li>div>a {
        font-size: 10pt;
        height: auto;
    }
    .navbar-nav li>div>a:hover {
        height: auto;
    }
    .navbar-nav li>div>a:hover>span {
        height: 49px;
    }
    .navbar-nav li.active>div>a>span {
        height: 49px;
    }
    .navbar-nav li.active>div>a {
        height: 49px;
    }
    .slider {
        height: 298px;
        margin-top: 189px;
    }
    .the-logo img {
        width: 350px;
    }
    .title {
        width: 170px;
        top: 110px;
        left: 190px;
    }
    .title h1 {
        font-size: 14pt;
    }
    .desc {
        position: absolute;
        left: 15px;
        top: 190px;
        width: 350px;
        font-weight: bold;
        color: #233382;
        font-size: 13pt;
    }
    .aerztinnin {
        right: 20px;
        bottom: 30px;
        width: 350px;
    }
    .aerztinnin h2 {
        font-size: 12pt;
        margin: 10px 0;
        line-height: 1.2em
    }
    h3 {
        font-size: 12pt;
    }
    .folgeseite {
        margin-top: 190px;
    }

}

@media (max-width:768px) {
    .info-container .btn {
        padding: 3px;
        line-height: 1;
    }
    .abstand-oben {
        margin-top: 75px;
    }
    .warteraum {
        width: 100%;
        height: 400px;
        margin: 0 15px;
    }
    h2 {
        font-size: 16pt;
    }
    .sw h2 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar {
        border-width: 0;
        height: 50px;
        border-style: solid;
        /*border-color: #b10e25; */
        border-color: #ffd800;
        margin-top: 0;
        background-color: #fff;
    }
    .slider {
        margin-top: 50px;
    }
    .box-header {
        border-width: 0 0 1px 0;
    }
    .triangle {
        display: none;
    }
    .footer h4 {
        margin-top: 10px;
        margin-bottom: -5px;
    }
    .footer-box {
        margin-top: 0;
    }
    .logo {
        display: block;
        margin: 0 auto;
        width: 60%;
    }
    .anfahrt {
        text-align: center;
    }
    h2 {
        padding: 15px 0;
    }
    .sozial-wrap h4 {
        text-align: left;
    }
    .navbar-header {
        border-bottom: 10px solid #ffd800;
    }
    .navbar-nav li>div>a {
        height: auto;
        background-color: #fff;
    }
    .infobox {
        margin: 0 0 25px;
    }
    .folgeseite {
        margin-top: 30px;
    }
    .flex>.col-sm-6 {
        width: 100%;
    }
    iframe {
        height: 250px;
    }
    .flex>.col-sm-6 {
        width: 100%;
    }
    .leistungen {
        height: 250px;
    }
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 100%;
        *width: 100%;
    }
}

@media (min-width: 768px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714% !important;
        *width: 14.285714285714285714285714285714% !important;
    }
}

@media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714% !important;
        *width: 14.285714285714285714285714285714% !important;
    }
}

@media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}