/*===========================================================
 Common CSS
============================================================*/

body {

    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    color: #56676b;
    background: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}


ul {
    padding: 0;
    margin: 0;
}


li,
li:hover,
a:hover,
.btn,
.btn:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover {
    text-decoration: none !important;
}

*:active,
*:focus {
    outline: none;
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
}

strong {
    font-weight: 700;
}

u {
    border-bottom: 1px solid #fff;
    line-height: 1;
    text-decoration: unset;
}

.cboth {
    overflow: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

button {
    background-color: transparent;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}


/*===========================================================
 Placeholder Style
============================================================*/

::-webkit-input-placeholder {
    color: #6c6c6c;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.39px;
}

:-moz-placeholder {
    color: #6c6c6c;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.39px;
}

::-moz-placeholder {
    color: #6c6c6c;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.39px;
}

:-ms-input-placeholder {
    color: #6c6c6c;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.39px;
}



/*===========================================================
Preloader CSS
============================================================*/
.spinner-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: #fff;
}

.spinner {
    background-color: #065e52;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 100%;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 9999999;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0.0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

/*===========================================================
 Scroll Animate
============================================================*/

.js .animate-box {
    opacity: 0;
}

/*===========================================================
 Scroll To Top
============================================================*/

.go-top {
    bottom: 80px;
    display: none;
    position: fixed;
    right: 0;
    z-index: 999;
}

.go-top .fa {
    font-size: 18px;
    color: #fff;
}

#top {
    background: #4eb1dd;
    padding: 12px 18px;
    border-top-left-radius: 34px;
    border-bottom-left-radius: 34px;
    cursor: pointer;
}


/*.go-top span {
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 10px;
}

.go-top span:hover {
    color: #fff;
}*/


/*===========================================================
 Navigation Menu Desktop
============================================================*/



/*===========================================================
 Navigation Menu slideout
============================================================*/
.panel-header {
    display: none;
}

.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    background-color: #FFF;
    min-height: 100vh;

}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

/*===========================================================
 Header Area
============================================================*/
.top-bar-area {
    background-color: #e9edf0;
    font-size: .7222222222rem;
}

.top-bar {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 13px 0;
}

.top-bar-right {}

.top-bar-left {
    margin-left: 5.5rem;
    margin-top: 2px;
}

.top-bar-left p {
    font-size: 13px;
    font-weight: 700;
    color: #72858a;
}

.widget-icon-box,
.widget-polylang {
    display: inline-block;
    vertical-align: middle;
}

.widget-polylang {
    padding-left: 15px;
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.widget-polylang:not(.widget-instagram) {
  padding-right: 15px;
}

.widget-instagram {
  width: 45px;
}

.widget-instagram a,
.widget-popup {
  font-size: 20px;
  color: #454f52;
  line-height: 1;
}

.widget-popup:hover {
  color: #0056b3;
  cursor: pointer;
}

.widget-instagram a:hover {
  color: #bc2a8d;
}

.widget-polylang li {
    display: inline-block;
}

.widget-polylang li a {
    font-size: 13px;
    padding: 0 5px;
}

.widget-polylang ul li.current-lang a {
    color: #000;
    text-decoration: underline;
}

.widget-icon-box i {
    font-size: 18px;
    color: #809196;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
}

.widget-icon-box span {
    display: inline-block;
    margin-right: 5px;
}

.widget-icon-box {
    padding-right: 15px;
    color: #72858a;
    font-size: 13px;
}

.header-container {
    position: relative;
    z-index: 100;
}

.header {
    background-color: #fff;
    position: relative;
    z-index: 100;
}

.main-navigation {
    margin-left: auto;
}

.main-navigation ul>li {
    list-style: none;
    display: inline-block;
}

.sub-menu li {
    display: block;
}

.main-navigation li:focus>.sub-menu,
.main-navigation li:hover>.sub-menu,
.main-navigation .sub-menu {
    visibility: visible;
    opacity: 1;
}


.main-navigation ul li a {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 110px;
    display: block;
}

.main-navigation ul:first-child > li {
    padding: 0 15px;
    border-top: 7px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.main-navigation ul:first-child > li.current-page-ancestor > a,
.main-navigation ul:first-child > li.current-menu-item > a {
  color: #4eb1dd;
}

.main-navigation ul:first-child > li.current-page-ancestor,
.main-navigation ul:first-child > li.current-menu-item,
.main-navigation ul:first-child > li:hover {
    border-top: 7px solid #4eb1dd;
}

.main-navigation ul .sub-menu,
.main-navigation ul .sub-menu li:last-of-type,
.main-navigation ul .sub-menu li:last-of-type > a {
  border-bottom-left-radius: .2222222222rem;
  border-bottom-right-radius: .2222222222rem;
}

.main-navigation ul .sub-menu li {
    width: 100%;
    display: block;

}

.main-navigation ul .sub-menu li a {
    line-height: 45px;
    display: block;
    color: #fff;
    border-bottom: 1px solid #08b8dd;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 30px;
    font-size: 14px;
}

.main-navigation ul .sub-menu li:last-of-type > a {
  border-bottom: 0;
}

.sub-menu a {
    background: #4eb1dd;
}

.sub-menu a:hover {
    background: #6cbee3;
}

/*===========================================================
 slider-area
============================================================*/

.slider-area,
.thePostThumbnail,
.breadcrumbsArea {
    margin-top: -5rem;
}

.slider-area .slickarrow-prev {
    left: 0;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
}

.slider-area .slickarrow-prev .fa {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: .5;
    margin-left: -8px;
}

.slider-area .slickarrow-next .fa {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: .5;
    margin-right: -8px;
}

.slider-area .slick-arrow:hover .fa {
    opacity: 1;
}

.slider-area .slickarrow-next {
    right: 0;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
}

.slider-area .slick-arrow .fa {
    color: #aab3b5;
    font-size: 42px;
    line-height: 85px;
}

.slider-area .slick-arrow {
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    cursor: pointer;
    z-index: 100;
    width: 85px;
    height: 85px;
    text-align: center;
}

.single-slider {
    position: relative;
}

.slider-text-area {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-text {
    max-width: 570px;
}

.slider-text h1 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 17.5px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .25);
}

.slider-text p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 17.5px;
}

.slider-text a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 19px;
    border-radius: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.slider-text .left-btn:hover {
    background: #08b8dd;
}

.slider-text .left-btn {
    background: #6cbee3;
    color: #fff;
    margin-right: 10px;
}

.slider-text .right-btn:hover {
    background: #f9f2f2;
}

.slider-text .right-btn {
    background: #fff;
    color: #56676b;
}

.slider-area {
    position: relative;
    font-size: 0;
}

/*===========================================================
 Content Area
============================================================*/
.text-widget {
    font-size: 16px;
    background-color: #fff;
    padding: 30px 40px 15px 40px;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .13);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.text-widget p {
    margin-bottom: 1rem;
}

.text-widget>p:last-of-type {
    margin-bottom: 0;
}

.opening-time-content {
    background-color: #4eb1dd;
    padding: 30px 40px 15px 40px;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .13);
    height: 100%;

}

.icon-list,
.single-content .icon-list{
    height: 100%;
    background-color: #ca460a;
    padding: 33px 40px 15px 40px;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .13);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.opening-time {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.opening-time-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.icon-list-item {
    margin-bottom: 14px;
}

.icon-list-item i {
    font-size: 40px;
    color: rgba(0, 0, 0, .35);
    margin-right: 15px;
}

.icon-list-description {
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.2;
    color: rgba(0, 0, 0, .35);
}

.icon-list-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    word-wrap: break-word;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
}

.icon-list-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 15px;
}

.icon-list-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
}

.opening-time-item:last-of-type {
    border-bottom: 0;
}

.content-area {
    background: #e9edf0;

}

.single-content {
    position: relative;
    top: -105px;
}

/*===========================================================
 Grid
============================================================*/
.panel-grid-area {
    background-color: #e9edf0;
    margin-top: -60px;
    margin-bottom: 90px;
}

.panel-grid,
.panel-grid .wpb_wrapper {

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.important-notice-label {
    background: #ca460a;
}

.panel-widget-style {
    padding: 0 0 30px 0;
}

.important-notice--center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.important-notice {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.important-notice-label {
    margin-right: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 26.5px;
    padding: 5.5px 7px;
    margin-bottom: 9px;
}

.important-notice-label .fa {
    font-size: 16px;
}

.important-notice-label .fa+.important-notice-label-text {
    margin-left: 6px;
    padding-right: 3.5px;
}

.important-notice-label-text {
    text-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.important-notice-label+.important-notice-text {
    margin-left: 13.5px;
}

.important-notice-text {
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    font-weight: 700;
}

.panel-grid-cell-1 {
    width: calc(40.0259% - (0.599740932642 * 30px));
    align-self: auto;
}

.panel-grid-cell-2 {
    width: calc(19.9667% - (0.800333086603 * 30px));
}

.panel-grid-cell-3 {
    width: 410px;
}

.panel-grid-cell-4 {
    width: 100px;
}

.panel-grid-cell-3-bg {
    background-image: url('../img/jameda.png');
    position: relative;
    width: 272px;
    height: 168px;
    margin: 15px;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
}

.top20 a {
    font-size: 12px;
    font-weight: bold;
    color: #92d4e7;
}

.dr-med {
    position: absolute;
    top: 25px;
    left: 108px;
    width: 148px;
    height: 58px;
    overflow: hidden;
    white-space: normal;
}

.dr-med a {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    color: #01a3d4;
    text-decoration: none;
    border: 0px;
}



.frauenarzte {
    position: absolute;
    top: 98px;
    left: 108px;
    width: 152px;
    height: 53px;
    overflow: hidden;
    color: #888;
    font-size: 11px;
    line-height: 13px;
}

.frauenarzte a {
    color: #069bd2;
    font-size: 11px;
    text-decoration: none;
    border: 0px;
    background-color: transparent !important;
}

.top20 img {
    float: none;
    margin: 0 0 10px 2px;
    padding: 0;
    border: 0;
    background: none;
}

.top20 a {
    display: block;
    position: absolute;
    top: 15px;
    left: 20px;
    width: 70px;
    height: 134px;
    text-align: center;
    text-decoration: none;
    border: 0px;
    overflow: hidden;
    background-color: transparent !important;
    background-image: none !important;
}

.top20 div {
    font-size: 12px;
    font-weight: bold;
    color: #92d4e7;
}

.widget-media-image {
    margin: 18px 0 0 0;
}

.textwidget {
    font-size: 16px;
}

.jameda-1,
.widget-sow-editor {
    display: inline-block;
    vertical-align: top;
}

.jameda-1 {
    margin-top: 20px;
    margin-left: -20px;
}

/*===========================================================
aktuelle
============================================================*/
.aktuelle-area {
    margin-bottom: 120px;
}

.icon-list {
    background-color: #80caed;
    padding: 17px 17px 17px 17px;
    margin-bottom: 15px;
}

.icon-list-text {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    color: #fff;
    font-family: 'Roboto Slab', serif;
}

.aktuelle-img img {
    margin-top: 7px;
}

.aktuelle-1 h2 {
    font-size: 28px;
    color: #ca460a;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    margin-bottom: 16px;
}

.maincontent p a {
    color: #4eb1dd;
}

.maincontent p,
.maincontent ul {
    font-size: 16px;
    margin-bottom: 16px;
}

.maincontent h1 {
    font-size: 45px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    margin-bottom: 16px;
}

.maincontent h2 {
    font-size: 36px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    margin-bottom: 9px;
}

/*===========================================================
 Story
============================================================*/
.single-story-text h2 {
    font-size: 32px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.single-story-text p {
    font-size: 16px;
    margin-bottom: 16px;
}

.story-area .row {
    margin-bottom: 50px;
}

.hearts {
    text-align: right;
    margin-top: 35px;
}

.single-story-img>img {
    width: 100%;
}

/*===========================================================
 Members
============================================================*/
.members-area {
    background-color: #e9edf0;
    padding: 85px 0 75px 0;
}

.member-title h2 {
    text-align: center;
    margin-bottom: 85px;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 36px;
}

.members {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.single-member {
    padding: 0 15px;
}

.single-member p,
.wpb_single_image .vc_figure-caption {
    font-size: 16px;
    margin-top: 10px;
}

.single-member img {
    min-width: 147px;
}

/*===========================================================
 Finden
============================================================*/
.finden-area {
    margin: 60px 0;
}

.finden-right-text h2 {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 16px;
}

.finden-right-text a {
    color: #4eb1dd;
}

.finden-right-text a,
.finden-right-text p {
    display: block;
    font-size: 16px;
    margin-bottom: 16px;
}

/*===========================================================
Nachrichten
============================================================*/
.nachrichten-area {
    margin-bottom: 95px;
}

.testimonial-title h2,
.title-nachrichten h2 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    font-size: 36px;
}

.single-nachrichten:hover {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}

.single-nachrichten {
    height: 100%;
}

.single-nachrichten-text {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px 25px 25px;
    transition: all 100ms ease-out;
    height: 100%;
}

.single-nachrichten-text h6 a {
    font-size: 14px;
    display: block;
    color: #56676b;
}

.single-nachrichten-text h2 {
    line-height: 1;
    margin-top: 5px;
}

.single-nachrichten-text h2 a {
    font-size: 24px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    color: #56676b;
    line-height: 1;
}

.single-nachrichten-text p {
    font-size: 16px;
    margin-top: 10px;
}

.single-nachrichten-text h2 a:hover,
.single-nachrichten-text h6 a:hover {
    color: #34a6d8;
}

.single-nachrichten-text h6 a:hover {
    text-decoration: underline !important;
}

/*===========================================================
 Testimonial
============================================================*/
.testimonial-area {
    padding-bottom: 200px;
}

.single-testimonial {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 32px 24px 35px;
    margin: 0 10px 35px;
    transition: all 300ms linear;
    height: 100%;
}

.testimonial-slider .arrow-prev {
    left: 50%;
    margin-left: -30px;
}

.testimonial-slider .arrow-next {
    right: 50%;
    margin-right: -30px;
}

.testimonial-slider .slick-arrow {
    position: absolute;
    bottom: -50px;
    font-size: 24px;
    cursor: pointer;
    color: #aab3b5;
    opacity: .5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.testimonial-slider .slick-arrow:hover {
    opacity: 1;
}

.testimonial-slider .slick-track {
    /*display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;*/
}

.testimonial-slider .slick-track .slick-slide {
    /*height: auto;*/
}

.single-testimonial p {
    font-style: italic;
    font-size: 16px;
    margin-bottom: 12px;
}

.single-testimonial a {
    font-size: 16px;
    font-weight: 700;
    color: #56676b;
}

.testimonial-slider .single-testimonial.slick-slide.slick-current.slick-active {
    background: #079bbb;
    color: #fff !important;
}

.testimonial-slider .single-testimonial.slick-slide.slick-current.slick-active p,
.testimonial-slider .single-testimonial.slick-slide.slick-current.slick-active a {
    color: #fff;
}

/*===========================================================
 Footer
============================================================*/
.footer-area {
    background: #e9edf0;
    padding: 55px 0;
}

.footer-left-text {
    margin-top: 30px;
}

.footer-left-text a,
.footer-left-text address,
.footer-left-text p {
    font-size: 16px;
    color: #56676b;
    margin: 0;
}

.footer-menu li a:hover,
.footer-btm-text a:hover,
.footer-left-text a:hover {
    text-decoration: underline !important;
}

.footer-left-text p {
    margin-bottom: 20px;
}

.footer-menu-area {
    padding-left: 50px;
}

.footer-menu-title h3,
.footer-area .widgettitle {
    color: #4eb1dd;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-menu li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-menu li a {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 700;
    color: #56676b;
    padding: 10px 0;
}

.footer-right .pd-0 {
    padding: 0;
}

.footer-right .bd-0 {
    border: 0;
}

.footer-right .fa.fa-phone {
    font-size: 40px;
    color: rgba(0, 0, 0, .35);
}

.footer-right .icon-list-description {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: rgba(0, 0, 0, .35);
}

.footer-right .icon-list-text {
    font-size: 14px;
    line-height: 1.4;
    word-wrap: break-word;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    font-family: 'Roboto Slab', serif;
}

.footer-right .icon-list-item:first-child .icon-list-text {
  font-size: 16px;
}

.footer-right .icon-list-item .fa {
    font-size: 20px;
    color: rgba(0, 0, 0, .35);
    margin-right: 8px;
    transition: all 100ms ease-out;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
}

.footer-right .icon-list-item .fa.fa-phone-alt {
  font-size: 27px;
}

.footer-right .icon-list {
    background-color: #7dcaef;
}

.footer-right .icon-list {
    padding: 40px;
    border-radius: 3.5px;
}

.footer-btm-area {
    background: #dbdee0;
    padding: 20px 0;
}

.footer-btm-text p,
.footer-btm-text a {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    color: #56676b;
}

/*===========================================================
 Responsive
============================================================*/
@media (min-width: 992px) {
    .header-logo {
        width: auto;
    }

    .main-navigation .menu-item-has-children > a::after {
        content: '\f067';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #079bbb;
        font-size: 12px;
        margin-left: 5px;
    }

    .main-navigation .sub-menu {
        position: absolute;
        z-index: 100;
        background-color: transparent;
        visibility: hidden;
        opacity: 0;
    }

    .main-navigation .sub-menu {
        padding-left: 0;
        list-style: none;
        transition: all 100ms ease-out;
        text-align: left;
    }

    .header {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
    }

    .header-container::before,
    .header-container::after,
    .header::before,
    .header::after {
        background-color: #fff;
    }

    .header-container::before {
        width: calc(50% - 570px + 2.5rem);
    }

    .header-container::before,
    .header-container::after,
    .header::before,
    .header::after {
        background-color: #fff;
    }

    .header-container::before {
        top: -1.3888888889rem;
        left: 0;
        bottom: 1.3888888889rem;
    }

    .header-container::before,
    .header-container::after {
        position: absolute;
        content: '';
    }

    .header-container::after {
        top: 0;
        bottom: 0;
        right: 0;
    }

    .header-container {
        background-color: transparent;
        margin-bottom: 3.3333333333rem;
    }

    .header::before,
    .header::after {
        background-color: #fff;
    }

    .header::before {
        border-radius: 50%;
        width: 8.8888888889rem;
        height: 8.8888888889rem;
        top: -1.3888888889rem;
        left: -2.7777777778rem;
    }

    .header::before,
    .header::after {
        position: absolute;
        z-index: -1;
        content: '';
    }

    .header::after {
        border-radius: 50%;
        width: 8.8888888889rem;
        height: 8.8888888889rem;
        bottom: -1.3888888889rem;
        left: -2.7777777778rem;
    }

    .header::before,
    .header::after {
        position: absolute;
        z-index: -1;
        content: '';
    }

}

@media (min-width: 1200px) {
    .header-container::after {
        width: 50%;
    }

}

@media (min-width: 575px) {
    .important-notice {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

/*Menu*/

@media (max-width: 991px) {

    .panel-header {
        display: block;
        background: #fff;
        padding: 10px;
        height: 80px;
    }

    .slideout-open .slideout-menu {
        background: #6cbee3;
    }

    .btn-hamburger {
        cursor: pointer;
        display: inline-block;
        float: left;
        margin-top: 5px;
        padding: 10px;
    }

    .menu-section-list {
        padding: 25px 10px;
    }

    .menu-section-list li a {
        line-height: 2;
        color: #fff;
    }

    .menu-section-list li {
        display: block;
    }


    .btn-hamburger img {
        width: 27px;
    }

    .mobile-logo {
        text-align: right;
        width: 250px;
        margin-top: 10px;
        margin-left: auto;
    }

    .menu-section {
        padding: 15px;
    }

    .menu-section li {
        list-style: none;
        border-bottom: 1px solid #08b8dd;
    }

    .menu-section li > a {
        padding: 5px 10px;
        display: block;
    }

    .sub-menu a:hover {
      background: transparent;
    }

    .menu-section .menu-item-has-children {
        position: relative;
    }

    .menu-section .menu-item-has-children.active:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .menu-section .menu-item-has-children:before {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        position: absolute;
        right: 0;
        top: 2px;
        z-index: 1;
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 17px;
        color: #fff;
    }

    .menu-section .sub-menu {
        padding: 15px 0 10px 15px;
    }

    .menu-section li a {
        color: #fff;
    }

    .menu-section li.current-page-ancestor > a,
    .menu-section li.current-menu-item > a {
      display: block;
      background: #fff;
      color: #6cbee3;
    }

    .menu-section .sub-menu li:last-of-type {
        border-bottom: 0;
    }

    .sub-menu a {
        background: transparent;
    }
}

/*max width 1400*/
@media (max-width: 1400px) {
    .single-content {
        top: -55px;
    }

    .panel-grid-area {
        margin-top: 0;
    }
}

/*max width 1300*/
@media (max-width: 1300px) {
    .single-content {
        top: -25px;
    }

    .slider-text {
        margin-left: 55px;
    }
}

/*max width 1199*/
@media (max-width: 1199px) {
    .main-navigation ul:first-child > li {
        padding: 0 10px;
    }

    .main-navigation ul li a {
        font-size: 13px;
    }

    .header-container {
        margin-bottom: 80px;
    }

    .header-container::before {
        width: calc(50% - 570px + 120px);
    }

    .main-navigation .menu-item-has-children > a::after {
        font-size: 12px;
    }

    .slider-area .slick-arrow .fa {
        font-size: 30px;
        line-height: 65px;
    }

    .slider-area .slick-arrow {
        margin-top: -15px;
        width: 65px;
        height: 65px;
    }

    .slider-text {
        margin-left: 0;
        width: 100%;
        text-align: center;
        max-width: 100%;
    }

    .single-content {
        top: unset;
    }

    .content-area {
        padding-top: 40px;
    }

    .panel-grid-area {
        padding-top: 50px;
    }

    .panel-grid-cell-2 {
        width: 200px;
    }

    .panel-grid-cell-1 {
        width: 370px;
    }
}

/*max width 991*/
@media (max-width: 991px) {
    .header-container {
        display: none;
    }

    .slider-area {
        margin-top: 0;
    }

    .widget-polylang {
        border: 0;
    }

    .top-bar {
        display: block;
    }

    .top-bar-left {
        margin-left: 0;
    }

    .top-bar-left {
        margin-left: 0;
        padding: 0 0 12px 0;
        border-bottom: 1px solid #ddd;
    }

    .top-bar-right {
        padding-top: 10px;
    }

    .slider-text-area {
        position: unset;
        width: 100%;
        top: unset;
        left: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset;
    }

    .slider-text p {
        color: #818a91;
    }

    .slider-text h1 {
        color: #333;
        font-size: 28px;
    }

    .slider-text {
        padding: 50px 10px;
    }

    .slider-area .slick-arrow {
        top: 150px;
        margin-top: -32px;
    }

    .slider-text-area {
        position: relative;
    }

    .slider-text-area:after {
        position: absolute;
        content: '';
        top: -10px;
        left: calc(50% - 1.6666666667rem);
        border-left: 1.6666666667rem solid transparent;
        border-right: 1.6666666667rem solid transparent;
        border-bottom: 1.1111111111rem solid #fff;
    }

    .slider-img img {
        object-fit: cover;
        height: 300px;
        width: 100%;
    }

    .slider-img {
        height: 300px;
    }

    .content-area .col-lg-4 {
        margin-bottom: 20px;
    }

    .slider-text {
        text-align: left;
    }

    .panel-grid-cell-1,
    .panel-grid-cell-2,
    .panel-grid-cell-3 {
        display: block;
        width: 100%;
    }

    .panel-grid {
        display: block;
    }

    .aktuelle-img .icon-list {
        max-width: 363px;
        margin-top: 30px;
    }

    .aktuelle-area {
        margin-bottom: 80px;
    }

    .finden-right-text,
    .single-story-text {
        margin-top: 30px;
    }

    .members {
        flex-wrap: wrap;
        justify-content: center;
    }

    .single-member {
        width: 25%;
        margin-bottom: 20px;
    }

    .single-nachrichten-text h2 a {
        font-size: 18px;
    }

    .single-nachrichten {
        height: auto;
        margin-bottom: 25px;
    }

    .testimonial-slider .single-testimonial.slick-slide.slick-current.slick-active {
        background: #fff;
    }

    .testimonial-slider .single-testimonial.slick-slide.slick-current.slick-active {
        color: #56676b !important;
    }

    .testimonial-slider .single-testimonial.slick-slide.slick-current.slick-active p,
    .testimonial-slider .single-testimonial.slick-slide.slick-current.slick-active a {
        color: #56676b !important;
    }

    .slider-text .right-btn {
        background: #e9edf0;
    }

    .testimonial-area {
        padding-bottom: 100px;
    }

    .nachrichten-area {
        margin-bottom: 20px;
    }

    .member-title h2 {
        margin-bottom: 50px;
    }

    .members-area {
        padding: 50px 0 50px 0;
    }

    .finden-area {
        margin: 50px 0;
    }

    .footer-menu-area {
        padding-left: 0;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .panel-grid-area {
        margin-bottom: 50px;
        padding-bottom: 25px;
    }

    .aktuelle-2 h2 {
        margin-top: 20px;
    }

    .text-widget,
    .opening-time-content,
    .icon-list {
        border-radius: 5px;
    }

}

/*max width 767*/
@media (max-width: 767px) {
    .single-member {
        width: 33.33%;
        margin-bottom: 20px;
    }
}


@media (max-width: 575px) {
    .single-member {
        width: 33.33%;
    }

    .slider-text {
        text-align: center;
    }

    .slider-text a {
        display: block;
        max-width: 270px;
        text-align: center;
        margin: 15px auto !important;
    }

    .aktuelle-2 h2,
    .aktuelle-1 h2,
    .aktuelle-2 h1,
    .slider-text h1 {
        font-size: 22px;
    }

    .testimonial-title h2,
    .title-nachrichten h2,
    .member-title h2,
    .single-story-text h2,
    .finden-right-text h2 {
        font-size: 28px;
    }

    .single-story-text h2,
    .slider-text h1 {
        word-break: break-all;
        hyphens: auto;
    }

    .jameda-1,
    .widget-sow-editor {
        display: block;
    }

    .jameda-1 {
        margin-top: 0;
        margin-left: 15px;
    }

    .footer-right .icon-list,
    .text-widget,
    .opening-time-content,
    .icon-list {
        padding: 15px;
    }
}

/*max width 400*/
@media (max-width: 400px) {
    .single-member {
        width: 50%;
    }
}
