.title, .team__item h4, .leistungen__item h3, .kontakt-top__right h2, .kontakt__address h3, .kontakt__address ul a, .imp-dtn h1, .imp-dtn h2, .imp-dtn h3, .imp-dtn h4, .imp-dtn h5, .imp-dtn h6, .imp-dtn ul a, .imp-dtn ol a, .imp-dtn p a, .imp-dtn p {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #153a49;
    overflow-y: scroll;
    font-family: "Open Sans", sans-serif;
}
::-moz-focus-inner {
    border: 0;
}
a, a:hover, a:visited, a:focus, a:active {
    text-decoration: none;
    color: inherit;
    outline: 0 !important;
}
p {
    font-size: 15px;
    line-height: 1.5;
}
.button, .button:active, .button:focus, .button:visited {
    outline: 0 !important;
    border-radius: 5px;
    border: 2px solid #153a49;
    background-color: transparent;
    box-shadow: none !important;
    padding: 10px 20px;
    min-width: 100px;
    font-size: 14px;
    text-decoration: none;
    color: #153a49;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.button-white, .button-white:active, .button-white:focus, .button-white:visited {
    border-color: #fff;
    color: #fff;
}
.button:hover, .button-white:hover {
    background-color: #31b5e8;
    border-color: #31b5e8;
    color: #fff;
    text-decoration: none;
}
.title {
    font-size: 27px;
    margin: 0 0 20px 0;
    display: block;
    text-transform: uppercase;
    font-weight: 800;
}
.title span, .title b, .title strong {
    color: #31b5e8;
    font-weight: 800;
}
.mehr {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.2s;
}
.mehr:hover {
    color: #31b5e8;
}
/**** Header ****/

.header {
    background-color: rgba(49, 181, 232, 0.75);
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 1920px;
    z-index: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.header .container {
    position: relative;
    padding: 0px 30px 0px 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.header .nav-logo {
    padding-top: 0px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
}
.header .nav-logo div {
    display: inline-block;
}
.header .nav-logo span {
    display: block;
    color: #153a49;
}
.header .nav-logo__left {
    border-right: 1px solid #153a49;
    margin-right: 13px;
    padding-right: 15px;
    font-size: 36px;
    font-weight: 800;
    line-height: 36px;
}
.header .nav-logo__right {
    font-size: 16px;
}
.header .navbar {
    padding: 45px 0 45px 0;
    margin-bottom: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.header .navbar li {
    margin-left: 44px;
    margin-top: 45px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.header .navbar li a {
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    background-color: transparent !important;
    color: #fff !important;
}
.header .navbar li a:hover {
    color: #153a49 !important;
}
.header .navbar li.active a {
    color: #153a49 !important;
}
.header .nav-tel {
    background-color: #153a49;
    position: absolute;
    right: 0;
    color: #31b5e8;
    font-size: 14px;
    top: 0px;
    font-weight: bold;
    padding: 5px 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.header .nav-tel div {
    margin-right: 30px;
    display: inline-block;
}
.header .nav-tel div span {
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    font-weight: 400;
}
.header.smaller {
    background: #31b5e8;
}
.header.smaller .navbar {
    padding: 20px 0;
}
.home-slide {
    position: relative;
    text-align: center;
}
.home-slide .container {
    position: absolute;
    right: 0;
    left: 0;
    top: 280px;
    text-align: left;
    padding: 0;
}
.home-slide img {
    display: inline-block;
    margin: 0 auto;
}
.home-slide h1 {
    font-size: 50px;
    line-height: 1;
}
.home-slide h1 b, .home-slide h1 strong {
    display: block;
}
.home-slide p {
    margin-bottom: 30px;
    font-size: 17px;
}
.angebote {
    padding: 90px 0 35px 0;
}
.angebote article {
    position: relative;
    padding-left: 135px;
    margin-bottom: 35px;
}
.angebote article img {
    position: absolute;
    left: 15px;
    top: 5px;
}
.angebote article p {
    margin-bottom: 30px;
}
.angebote article:nth-child(3n+1) {
    clear: left;
}
.services {
    margin: 0 auto;
    max-width: 1920px;
    background-color: #E1E2E6;
}
.services__left {
    padding: 80px 50px 80px 15px;
    text-align: right;
    position: relative;
    background-size: cover;
    background-position: center;
}
.services__left::after {
    background-color: #246e9d;
    opacity: 0.251;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: inline-block;
}
.services__left article {
    text-align: left;
    max-width: 355px;
    display: inline-block;
    position: relative;
    z-index: 2;
    color: #fff;
}
.services__left h2 {
    font-size: 65px;
    line-height: 1;
    font-weight: 800;
    margin: 0 0 30px 0;
}
.services__left p {
    margin-bottom: 30px;
}
.services__right {
    padding: 80px 15px 80px 100px;
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
}
.services__right article {
    max-width: 850px;
}
.services__right h3 {
    margin-bottom: 30px;
}
.services__right ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}
.services__right ul li {
    margin-bottom: 7px;
}
.services__right ul a {
    position: relative;
    padding-left: 30px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 22px;
    transition: all 0.2s;
}
.services__right ul a i {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 20px;
}
.services__right ul a:hover {
    color: #31b5e8;
}
.home-tipps {
    padding: 80px 0;
}
.home-tipps img {
    display: inline-block;
    margin-right: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.home-tipps img:last-child {
    margin-right: 0;
}
.home-tipps p {
    margin-bottom: 30px;
}
.bg-section {
    background-color: #E1E2E6;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    margin: 0 auto;
    max-width: 1920px;
}
.bg-section .title {
    font-size: 50px;
    line-height: 1;
}
.bg-section p {
    margin-bottom: 0px;
}
.bg-section .button {
    margin-top: 30px;
}
.termin {
    background-color: #79cff0;
    padding: 50px 0;
    max-width: 1920px;
    margin: auto;
}
.termin h2 {
    margin-top: 0;
    font-size: 50px;
    line-height: 1;
    color: #fff;
}
.termin h2 span {
    color: #153a49;
}
.termin h2 b {
    font-weight: 800;
}
.termin p {
    margin-bottom: 0;
}
.termin .button {
    width: 100%;
    margin-top: 5px;
}
.termin .button:hover {
    background-color: #153a49;
    border-color: #153a49;
}
#googleMap {
    height: 300px;
    max-width: 1920px;
    margin: 0 auto;
}
/*gmpc*/
.gmpc_wrap {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}
.gmpc_btn {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}
.gmpc_btn span {
    display: inline-block;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 15px;
    border: 1px solid #eee;
    box-shadow: 0 0 15px rgba(0,0,0, 0.1);
    text-align: center;
    max-width: 200px;
    width: 100%;
    transition: all .2s;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    color: #222;
}
.gmpc_btn:hover span {
    border-color: #31b5e8;
    background-color: #31b5e8;
    color: #fff;
}
.footer__hours {
    padding: 35px 15px;
}
.footer__hours ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px;
}
.footer__hours li {
    font-size: 14px;
    margin-bottom: 5px;
}
.footer__hours li span {
    display: inline-block;
    width: 30px;
}
.footer__logo {
    padding: 35px 15px;
    text-align: right;
}
.footer__logo img {
    margin-bottom: 25px;
}
.footer__logo p {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0;
}
.footer__logo p b, .footer__logo p strong, .footer__logo p span {
    font-weight: 400;
    display: block;
}
.footer__bottom {
    padding: 30px 0 10px 0;
    background-color: #e4ecf0;
    margin: 0 auto;
    max-width: 1920px;
}
.footer__bottom p {
    font-size: 14px;
    margin-bottom: 20px;
}
.footer__bottom ul {
    text-align: right;
    list-style: none;
    margin-bottom: 10px;
    padding-left: 0;
}
.footer__bottom li {
    display: inline-block;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}
.footer__bottom a {
    transition: all 0.2s;
}
.footer__bottom li.active a, .footer__bottom li a:hover {
    color: #31b5e8;
}
.footer__bottom li:first-child {
    margin-left: 0;
}
.banner-praxis {
    position: relative;
    text-align: center;
}
.banner-praxis .container {
    position: absolute;
    right: 0;
    left: 0;
    top: 220px;
    text-align: left;
    padding: 0;
}
.banner-praxis img {
    display: inline-block;
    margin: 0 auto;
}
.banner-praxis p {
    font-size: 17px;
}
.team {
    padding: 80px 0 40px 0;
}
.team .title {
    font-size: 36px;
    margin-bottom: 60px;
}
.team__item {
    margin-bottom: 40px;
}
.team__item h3 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 5px;
}
.team__item h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.team__item:nth-child(3n+1) {
    clear: left;
}
.team__right h2 {
    margin: 0 0 30px 0;
    font-size: 74px;
    color: #d9e4ed;
    line-height: 0.9;
    font-weight: 800;
}
.team__right h2 span {
    color: #153a49;
}
.banner-leistungen {
    position: relative;
    text-align: center;
}
.banner-leistungen .container {
    position: absolute;
    right: 0;
    left: 0;
    padding: 0;
    bottom: 80px;
    text-align: left;
}
.banner-leistungen img {
    display: inline-block;
    margin: 0 auto;
}
.banner-leistungen h1 {
    font-size: 50px;
    line-height: 50px;
}
.banner-leistungen h1 span, .banner-leistungen h1 b, .banner-leistungen h1 strong {
    color: #fff;
}
.leistungen {
    padding: 80px 0 50px 0;
}
.leistungen .title {
    font-size: 34px;
}
.leistungen__items {
    padding-top: 60px;
}
.leistungen__item {
    margin-bottom: 30px;
}
.leistungen__item div {
    border: 1px solid lightgray;
    padding: 20px 15px;
}
.leistungen__item figure {
    position: relative;
    overflow: hidden;
}
.leistungen__item img {
    transition: all 0.5s;
    transform: scale(1);
}
.leistungen__item h3 {
    margin: 0 0 15px 0;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 800;
    transition: all 0.2s;
}
.leistungen__item p {
    margin-bottom: 0;
}
.leistungen__item article:hover img {
    transform: scale(1.2);
}
.leistungen__item article:hover h3 {
    color: #31b5e8;
}
.leistungen__item:nth-child(4n+1) {
    clear: left;
}
.error {
    padding-top: 300px;
    padding-bottom: 150px;
    text-align: center;
}
.error h1 {
    color: #31b5e8;
    font-size: 120px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 800;
}
.error h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.message-contact {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  color: #0c0f15;
  margin-bottom: 40px;
  line-height: 1;
}
.message-contact strong {
  font-size: 20px;
}
.kontakt-top {
    padding: 240px 0 50px 0;
}
.kontakt-top__left {
    padding: 40px 30px;
    background-color: #e4ecf0;
    margin-bottom: 30px;
}
.kontakt-top__left .title {
    font-size: 34px;
    margin-bottom: 0;
}
.kontakt-top__right {
    background-color: #153a49;
    padding: 40px 30px;
    margin-bottom: 30px;
}
.kontakt-top__right h2 {
    font-size: 24px;
    margin: 0 0 13px 0;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}
.kontakt-top__right p {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
}
.kontakt-top__right p b {
    color: #31b5e8;
}
.kontakt {
    padding-bottom: 50px;
}
.kontakt form {
    margin-bottom: 30px;
}
.kontakt input, .kontakt select, .kontakt textarea {
    outline: 0 !important;
    box-shadow: none !important;
    border: 1px solid #c5c5c5;
    border-radius: 0;
    display: block;
    width: 100%;
    background-color: #f2f2f2;
    margin-bottom: 30px;
    transition: all 0.2s;
    font-size: 18px;
}
.kontakt input:focus, .kontakt select:focus, .kontakt textarea:focus {
    border-color: #31b5e8;
}
.kontakt input, .kontakt select {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
.kontakt label {
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 0;
}
.kontakt label b {
    color: #31b5e8;
    font-weight: 800;
}
.kontakt textarea {
    padding: 10px;
    resize: vertical;
}
.kontakt .button {
    margin-top: 20px;
}
.kontakt .captcha {
    height: 40px;
    width: auto;
    margin-bottom: 5px;
}
.kontakt__address {
    background-color: #e4ecf0;
    padding: 30px;
    margin-bottom: 30px;
}
.kontakt__address h3 {
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24px;
}
.kontakt__address ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 18px;
}
.kontakt__address ul li {
    display: block;
    margin-bottom: 3px;
}
.kontakt__address ul a {
    display: block;
    font-weight: 600;
    text-decoration: underline;
    transition: all 0.2s;
}
.kontakt__address ul a:hover {
    color: #31b5e8;
}
.imp-dtn {
    padding: 240px 0 60px 0;
}
.imp-dtn h1 {
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}
.imp-dtn .title {
    font-weight: 800 !important;
}
.imp-dtn h2, .imp-dtn h3, .imp-dtn h4, .imp-dtn h5, .imp-dtn h6 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}
.imp-dtn h2 a, .imp-dtn h3 a, .imp-dtn h4 a, .imp-dtn h5 a, .imp-dtn h6 a {
    text-decoration: underline;
    transition: all 0.2s;
}
.imp-dtn h2 a:hover, .imp-dtn h3 a:hover, .imp-dtn h4 a:hover, .imp-dtn h5 a:hover, .imp-dtn h6 a:hover {
    color: #31b5e8;
}
.imp-dtn h2 {
  font-size: 24px;
}
.imp-dtn h3 {
  font-size: 22px;
}
.imp-dtn h4 {
  font-size: 20px;
}
.imp-dtn h5 {
  font-size: 18px;
}
.imp-dtn h6 {
  font-size: 16px;
}
.imp-dtn ul {
    padding-left: 0;
    list-style: none;
}
.imp-dtn ul, .imp-dtn ol, .imp-dtn p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.imp-dtn ul a, .imp-dtn ol a, .imp-dtn p a {
    text-decoration: underline;
    transition: all 0.2s;
}
.imp-dtn ul a:hover, .imp-dtn ol a:hover, .imp-dtn p a:hover {
    color: #31b5e8;
}

/* tipps */
.tipps {
    padding: 240px 0 80px 0;
}
.tipps .title {
    font-size: 34px;
    margin-bottom: 50px;
}
.tipps .panel-default {
    border-color: #153a49;
}
.tipps .panel-default>.panel-heading {
    background-color: #153a49;
    border: none;
    padding: 0;
}
.tipps .panel-default>.panel-heading a {
    background-color: #31b5e8;
    transition: all 0.2s;
    display: block;
}
.tipps .panel-title {
    padding: 15px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 22px;
    color: #fff;
}
.tipps .panel-title::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background-image: url('../images/minus-circle.svg');
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s;
}
.tipps .panel-default>.panel-heading a.collapsed .panel-title::before {
    background-image: url('../images/plus-circle.svg');
}
.tipps .panel-default>.panel-heading a.collapsed {
    background-color: #153a49;
}
.tipps .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
}
.tipps .panel-body {
    padding: 25px 20px 10px 20px;
}
.tipps .panel-body ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
    font-size: 16px;
}
.tipps .panel-body ul strong {
    color: #31b5e8;
    font-weight: 800;
}
.tipps .panel-body ul li {
    margin-bottom: 10px;
}
.tipps .panel-body p {
    font-size: 16px;
    margin-bottom: 15px;
}
/**** MEDIA ****/

/** 1699 **/

@media only screen and (max-width: 1699px) {
    .header .navbar {
        padding: 30px 0;
    }
    .banner-praxis .container {
        top: 160px;
    }
    .home-slide .container {
        bottom: 70px;
        top: auto;
    }
    .services__right {
        background-position: right -100px center;
    }
}
/** 1199 **/

@media only screen and (max-width: 1199px) {
    body {
        padding-top: 100px;
    }
    .header {
        background: #31b5e8 !important;
    }
    .header .navbar {
        padding: 15px 0 !important;
    }
    .banner-praxis .container {
        top: 30px;
    }
    .angebote .title {
        font-size: 20px;
    }
    .services__left {
        padding-right: 30px;
    }
    .services__right {
        padding-left: 30px;
    }
    .home-tipps img {
        max-width: 70px;
    }
    .termin h2 {
        font-size: 42px;
    }
    .footer__bottom li {
        margin-left: 5px;
        font-size: 12px;
    }
    .footer__bottom p {
        font-size: 12px;
    }
    .team__right h2 {
        font-size: 60px;
    }
    .bg-section .title {
        font-size: 40px;
    }
    .banner-leistungen h1 {
        font-size: 40px;
    }
    .leistungen__item h3 {
        font-size: 20px;
    }
    .kontakt-top__left .title {
        font-size: 32px;
    }
    .kontakt__address ul {
        font-size: 15px;
    }
    .kontakt-top, .imp-dtn, .tipps {
        padding-top: 80px;
    }
    .error {
        padding: 80px 0;
    }
    .home-slide h1 {
        font-size: 40px;
    }
}
/** 991 **/

@media only screen and (max-width: 991px) {
    .header .navbar li {
        margin-left: 10px;
        margin-top: 40px;
    }
    .header .nav-logo__left {
        font-size: 24px;
    }
    .header .nav-tel div {
        margin-right: 0;
    }
    .header .nav-tel a {
        display: none;
    }
    .home-slide .container {
        bottom: 30px;
    }
    .home-slide p {
        margin-bottom: 15px;
    }
    .angebote article p {
        margin-bottom: 10px;
    }
    .home-tipps p {
        margin-bottom: 10px;
    }
    .services__left {
        padding-left: 30px;
        text-align: left;
    }
    .footer__bottom p {
        text-align: center;
        font-size: 14px;
    }
    .footer__bottom ul {
        text-align: center;
    }
    .footer__bottom ul li {
        margin-right: 5px;
        margin-left: 5px;
        font-size: 14px;
    }
    .team__right h2 {
        max-width: 300px;
    }
    .banner-leistungen .container {
        bottom: 30px;
    }
    .leistungen__item:nth-child(4n+1) {
        clear: inherit;
    }
    .leistungen__item:nth-child(3n+1) {
        clear: left;
    }
    .kontakt form {
        margin-bottom: 50px;
    }
    .kontakt input, .kontakt select, .kontakt textarea {
        margin-bottom: 20px;
    }
    .imp-dtn .title {
        font-size: 24px;
    }
    .services__left, .services__right {
        height: inherit !important;
    }
}
/** 767 **/

@media only screen and (max-width: 767px) {
    .header .nav-tel {
        display: none;
    }
    .header .nav-logo__left {
        font-size: 20px;
        padding-right: 0;
        margin-right: 0;
        border: none;
    }
    .header .nav-logo__left span {
        margin-right: 5px;
    }
    .header .nav-logo span {
        display: inline-block;
    }
    .header .nav-logo {
        display: inline-block;
        max-width: 240px;
    }
    .header .nav-logo__right {
        font-size: 14px;
    }
    .header .nav-logo__right span {
        margin-left: 5px;
    }
    .header .nav-logo__left {
        line-height: 1.4;
    }
    .header .navbar {
        padding: 10px 0 8px 0 !important;
    }
    .navbar {
        min-height: inherit;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    .navbar-toggle {
        margin: 0;
        height: 50px !important;
        padding-right: 0;
    }
    .navbar-toggle .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
        margin-top: 4px;
    }
    .navbar-toggle .middle-bar {
        opacity: 0;
    }
    .navbar-toggle .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 0% 70%;
    }
    .navbar-toggle.collapsed .top-bar {
        transform: rotate(0);
    }
    .navbar-toggle .bottom-bar, .navbar-toggle .top-bar, .navbar-toggle .middle-bar {
        margin-bottom: 7px;
        width: 29px;
        transition: all 0.2s;
    }
    .navbar-toggle.collapsed .middle-bar {
        opacity: 1;
    }
    .navbar-toggle.collapsed .bottom-bar {
        transform: rotate(0);
        margin-bottom: 4px;
    }
    body {
        padding-top: 70px;
    }
    .home-slide .container, .banner-praxis .container, .banner-leistungen .container {
        padding-top: 30px;
        position: inherit;
        top: inherit;
        bottom: inherit;
        left: inherit;
        right: inherit;
    }
    .banner-leistungen h1 {
        font-size: 30px;
        line-height: 1;
        margin-bottom: 0;
    }
    .banner-leistungen h1 b, .banner-leistungen h1 strong, .banner-leistungen h1 span {
        color: #31b5e8;
    }
    .banner-praxis p {
        margin-bottom: 0;
        font-size: 15px;
    }
    .header .navbar li {
        margin-top: 0;
        margin-left: 0;
        display: block;
    }
    .header .navbar li a {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .home-slide h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .home-slide p {
        font-size: 15px;
    }
    .services__right {
        background-image: none !important;
    }
    .services__left, .services__right {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .home-tipps img {
        margin-right: 30px;
    }
    .termin .button {
        width: inherit;
        margin-top: 20px;
    }
    .footer__logo {
        padding-top: 0;
        text-align: left;
    }
    .termin h2 {
        font-size: 36px;
    }
    .termin h2 b, .termin h2 strong {
        display: block;
    }
    .team .title {
        font-size: 20px;
        margin-bottom: 50px;
    }
    .team__item img {
        width: 100%;
    }
    .team__item h3 {
        margin-top: 15px;
    }
    .bg-section .title {
        font-size: 30px;
    }
    .bg-section {
        background-position: left -100px center;
    }
    .leistungen .title, .tipps .title {
        font-size: 20px;
    }
    .leistungen__item img {
        width: 100%;
    }
    .bg-section {
        padding: 50px 0;
    }
    .leistungen {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .leistungen__items {
        padding-top: 30px;
    }
    .team {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .kontakt-top, .imp-dtn, .tipps {
        padding-top: 50px;
    }
    .kontakt-top__left, .kontakt-top__right, .kontakt__address {
        padding: 30px 15px;
    }
    .kontakt-top__left .title, .kontakt-top__right h2, .kontakt__address h3 {
        font-size: 20px;
    }
    .kontakt-top {
        padding-bottom: 20px;
    }
    .kontakt input, .kontakt select, .kontakt textarea {
        margin-bottom: 15px;
    }
    .kontakt__address {
        margin-bottom: 0;
    }
    .imp-dtn .title {
        font-size: 20px;
        padding-top: 15px;
    }
    .imp-dtn h1 {
        font-size: 24px;
    }
    .imp-dtn {
        padding-bottom: 35px;
    }
    .angebote {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .home-tipps {
        padding: 50px 0;
    }
    .angebote .title {
        margin-bottom: 15px;
    }
    .error {
        padding: 50px 0;
    }
    .tipps .panel-title {
        font-size: 17px;
    }
    .tipps .panel-title::before {
        width: 15px;
        height: 15px;
        position: relative;
        bottom: -1px;
        margin-right: 5px;
    }
    .tipps .panel-body {
        padding: 20px 15px 5px 15px;
    }
    .tipps {
        padding-bottom: 50px;
    }
}
