/**
 * ID simpletemplate Website CSS library
 * Default ID simpletemplate CSS elements and functions.
 * by ingeniumdesign.de
 *
 * List of PlugIns
 *
 * * default
 * * mmenu
 * * header
 * * carousel
 * * indexed_search
 * * content
 * * contact
 * *
 *
 **/

/* default */
blockquote {
    margin-bottom: 20px;
}

figure img.no-responsive-width {
    max-width: none;
    height: auto;
}
figure img.no-responsive-height {
    max-width: 100%;
    max-height: none;
}
figure img.no-responsive-image {
    max-width: inherit !important;
    max-height: inherit !important;
}
/*767 1199*/
@media screen and (max-width: 1199px){
    figure img.no-responsive-image {
        max-width: 100% !important;
        height: auto !important;
        max-height: none !important;
    }
}

.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}

.no-uppercase {
    text-transform: none !important;
}

ul.arrowed,
ul.circled,
ul.arrowed li,
ul.circled li {
    list-style: none;
}

.order-md-last.inner-right-xs {
    padding-right: 15px;
}
.order-md-first.inner-left-xs {
    padding-left: 15px;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .5rem .75rem;
    font-size: .8rem;
    line-height: 1.5;
}

.btn.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn.btn-warning:hover {
    color: #212529 !important;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn.btn-none {
    color: #666666;
    border: none;
    background: none;
    box-shadow: none;
    text-decoration: none;
    font-weight: normal;
}
.btn.btn-none:hover {
    color: #212529 !important;
    background: none;
    border: none;
}

/* mmenu */
#mainMenuSlideLeft {
    display: none;
}
#mainMenuSlideLeft.mm-current,
#mainMenuSlideLeft.mm-menu_opened {
    display: block;
}

.btn.responsive-menu,
.btn.responsive-menu i {
    color: #ffffff !important;
}

.mm-slideout { z-index:auto;}

/* Cookie Modal Overlay */
#cookieman-modal .modal-open .modal {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
}

#cookieman-modal .modal.fade.show .modal-dialog {
    opacity: inherit;
}

#cookieman-modal .modal.fade .modal-dialog {
    opacity: inherit;
}

#cookieman-modal .modal-content {
    width: inherit;
    height: inherit;
    overflow: inherit;
    padding: 0 !important;
    margin: 0 !important;
}

#cookieman-modal .modal-header {
    position: relative;
    z-index: inherit;
    height: inherit;
    padding: 1rem 1rem;
    background: inherit;
    font-size: 22px;
}

#cookieman-modal .modal-body {
    position: relative;
    top: inherit;
    bottom: inherit;
    padding: 1rem;
    overflow: inherit;
}

#cookieman-modal .modal-body p {
    padding: 0;
    margin: 0;
    font-size: 16px;
}

#cookieman-modal .modal-footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: inherit;
    background-color: #FFF;
    border-top: 1px solid #E6E9ED;
}

#cookieman-modal .modal-footer .btn {
    margin: 15px 0;
}

#cookieman-modal .modal-footer>:not(:last-child) {
    margin-right: .25rem;
}

.modal-backdrop.show {
    opacity: .85;
}

@media screen and (max-width: 575px){
    #cookieman-modal .modal-footer {
        position: relative;
        width: 100% !important;
        display: block;
        margin-right: 0;
        float: none;
        flex: none;
    }

    #cookieman-modal .modal-footer button.btn {
        position: relative;
        width: 100% !important;
        display: block;
        margin-right: 0;
        float: none;
        flex: none;
    }
}

/* Overlay */
.mfp-bg {
    z-index: 8042;
}
.mfp-wrap {
    z-index: 8043;
}

/* Weather Widget */
.tx-weather2 .weather2-item {
    background: none;
    border: none;
    margin: 0;
}

.tx-weather2 .weather2-item .primary .weather-data {
    padding: 0;
}

.tx-weather2 .weather2-item ul.secondaryProperties {
    padding: 0;
    margin: 0;
}

/* Google Reviews */
.google-reviews-wrap .stars span:before { display: inline-block; width: 20px; height: 20px; font-size: 20px; color: #df9a00 }
.google-reviews-wrap .stars span { content: url('../../Icons/Star.svg'); height: 20px; margin-right: 5px; }

.google-reviews-wrap .stars-1 span:nth-child(2),
.google-reviews-wrap .stars-1 span:nth-child(3),
.google-reviews-wrap .stars-2 span:nth-child(3),
.google-reviews-wrap .stars-1 span:nth-child(4),
.google-reviews-wrap .stars-2 span:nth-child(4),
.google-reviews-wrap .stars-3 span:nth-child(4),
.google-reviews-wrap .stars-1 span:nth-child(5),
.google-reviews-wrap .stars-2 span:nth-child(5),
.google-reviews-wrap .stars-3 span:nth-child(5),
.google-reviews-wrap .stars-4 span:nth-child(5) { display: none }

.google-reviews-wrap .reviews-count { color: #878787; }

.google-reviews-wrap .place-info .name { color: #1e566e; }
.google-reviews-wrap .place-info .general-rating { padding-right: 8px; color: #ffc107; font-size: 22px; font-weight: 400; }

.google-reviews-wrap .place-info hr { margin: 20px 0; }

.google-reviews-wrap .owl-carousel .owl-item img { display: inline; width: auto; max-width: 50px; }
.google-reviews-wrap .owl-carousel .owl-item p {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 150%;
}

/* header Logo and Navi */
.navbar-collapse.collapse {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar ul.navbar-nav {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 767px){
    .navbar-header {
        padding: 10px 0;
    }
}

/* desktop Logo */
.navbar .navbar-brand img {
    max-width: 220px;
    height: auto;
    max-height: 70px;
}

.navbar .navbar-brand img[src*=".svg"] {
    width: 200%;
}

/* mobile Logo */
@media screen and (max-width: 575px){
    .navbar-header .navbar-brand img.logo {
        max-width: 220px;
        max-height: 40px;
    }
}

@media screen and (max-width: 360px){
    .navbar-header a.navbar-brand {
        vertical-align: middle;
        display: inline;
    }

    .navbar-header a.navbar-brand img.logo {
        max-width: 140px;
        max-height: 40px;
    }
}

.navbar-brand {
    max-width: 260px;
}

/* Socialmedia */
.social a .icon-s-instagram:after {
    background: #cd486b;
    background: #e95950;
}

.social a .icon-s-youtube:after {
    background: #e95950;
    background: #FF0000;
}

.navbar .dropdown-menu .dropdown-item {
    border-radius: 0px !important;
}

/* sidenavi */
.sidenav li.active > a {
    background-color: #1abb9c;
    color: #FFF;
}

.sidenav li.active a:after {
    opacity: 1;
}

.sidenav li ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidenav li.hassub.active ul {
    display: block;
}

.sidenav li ul li {
    background: transparent;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
}

.sidenav li ul li a {
    background: transparent;
    padding-left: 30px;
}

.sidenav li ul li a:hover {
    background: #1ABB9C;
    color: #FFF;
}

.sidenav li ul li.active > a {
    background-color: #1abb9c;
    color: #FFF;
}

.sidenav li.hassub > a:after {
    content: '\e760';
}

/* CONTENT */
main ul {
    margin-bottom: 20px;
}

.light-bg.img-bg-soft:before {
    opacity: .88;
}

.frame-type-bigheader {
    width: 100%;
    clear: both;
}

.content-header-top .frame-type-bigheader h1 {
    font-size: 60px;
    line-height: 115%;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 0;
    -webkit-transition: font 200ms ease-out;
    -moz-transition: font 200ms ease-out;
    -o-transition: font 200ms ease-out;
    transition: font 200ms ease-out;
}

.content-header-top .frame-type-bigheader  p {
    font-size: 22px;
    line-height: 135%;
    margin-top: 17px;
    font-weight: 400;
    letter-spacing: .015em;
    text-transform: none;
    margin-bottom: 0;
    -webkit-transition: font 200ms ease-out,margin 200ms ease-out;
    -moz-transition: font 200ms ease-out,margin 200ms ease-out;
    -o-transition: font 200ms ease-out,margin 200ms ease-out;
    transition: font 200ms ease-out,margin 200ms ease-out;
}

@media (max-width: 767px) {
    .content-header-top .frame-type-bigheader h1 {
        font-size: 38px;
        line-height: 115%;
        letter-spacing: .031em;
    }

    .content-header-top .frame-type-bigheader p {
        font-size: 20px;
        line-height: 135%;
        margin-top: 15px;
    }
}

/* carousel */
.carousel-wrap {
    position: relative;
}

.carousel-wrap .light-bg.img-bg-soft:before {
    opacity: .44;
}

.carousel-wrap h1 {
    font-size: 78px;
    line-height: 110%;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 0;
    -webkit-transition: font 200ms ease-out;
    -moz-transition: font 200ms ease-out;
    -o-transition: font 200ms ease-out;
    transition: font 200ms ease-out;
}
.carousel-wrap .owl-carousel .caption h1.light-bg,
.carousel-wrap .owl-carousel .caption h1.medium-bg,
.carousel-wrap .owl-carousel .caption h1.dark-bg,
.carousel-wrap .owl-carousel .caption h1.tint-bg {
    font-size: 73px;
}
.carousel-wrap h4 {
    font-size: 33px;
    line-height: 120%;
}
.carousel-wrap p {
    font-size: 24px;
    line-height: 150%;
    font-weight: 400;
    letter-spacing: .015em;
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 0;
    -webkit-transition: font 200ms ease-out, margin 200ms ease-out;
    -moz-transition: font 200ms ease-out, margin 200ms ease-out;
    -o-transition: font 200ms ease-out, margin 200ms ease-out;
    transition: font 200ms ease-out, margin 200ms ease-out;
}
.carousel-wrap .btn {
    margin-top: 60px;
    margin-bottom: 0;
    -webkit-transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
    -moz-transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
    -o-transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
    transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
}
.carousel-wrap .btn-large {
    font-size: 18px;
    padding: 18px 70px 20px;
}

.carousel-wrap .items li .text-overlay .info.big p,
.carousel-wrap .thumbs .thumb .text-overlay .info.big p,
.carousel-wrap .owl-carousel .item .text-overlay .info.big p {
    font-size: 18px;
    line-height: 140%;
    padding-top: 10px;
    margin-top: 0;
}

.carousel-wrap .item {
    background-position: center 55%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.owl-carousel.height-md .item {
    height: 61vh;
}
.owl-carousel.height-lg .item {
    height: 90vh;
}
.carousel-wrap .container {
    display: table;
    height: inherit;
    position:relative;
    z-index: 2;
}
.carousel-wrap .caption {
    display: table-cell;
}
.carousel-wrap .caption.vertical-center {
    vertical-align: middle;
    padding-bottom: 3vh;
}
.carousel-wrap .caption.vertical-top {
    vertical-align: top;
    padding-top: 8vh;
}
.carousel-wrap .caption.vertical-bottom {
    vertical-align: bottom;
    padding-bottom: 14vh;
}
.carousel-wrap .caption.text-center {
    padding-left: 10%;
    padding-right: 10%;
}
.carousel-wrap .caption.text-left {
    padding-right: 20%;
}
.carousel-wrap .caption.text-right {
    padding-left: 20%;
}
.carousel-wrap .caption h1,
.carousel-wrap .caption p,
.carousel-wrap .caption div {
    position: relative;
}
.carousel-wrap .caption h1 span {
    padding: .250em 0;
    line-height: 180%;
}
.carousel-wrap .caption .light-bg,
.carousel-wrap .caption .medium-bg,
.carousel-wrap .caption .dark-bg,
.carousel-wrap .caption .tint-bg {
    background: none;
    padding-left: .500em;
    padding-right: .500em;
}
.carousel-wrap .caption h1.light-bg span,
.carousel-wrap .caption p.light-bg span {
    background: #FFF;
    box-shadow: -.500em 0 0 #FFF, .500em 0 0 #FFF;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.carousel-wrap .caption h1.medium-bg span,
.carousel-wrap .caption p.medium-bg span {
    background: #A3B1BF;
    box-shadow: -.500em 0 0 #A3B1BF, .500em 0 0 #A3B1BF;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.carousel-wrap .caption h1.dark-bg span,
.carousel-wrap .caption p.dark-bg span {
    background: #506A85;
    box-shadow: -.500em 0 0 #506A85, .500em 0 0 #506A85;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.carousel-wrap .caption h1.tint-bg span,
.carousel-wrap .caption p.tint-bg span {
    background: #1ABB9C;
    box-shadow: -.500em 0 0 #1ABB9C, .500em 0 0 #1ABB9C;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.carousel-wrap .caption.light-color h2,
.carousel-wrap .caption.light-color h3,
.carousel-wrap .caption.light-color p {
    color: #FFF;
}
.carousel-wrap .caption.medium-color h2,
.carousel-wrap .caption.medium-color h3,
.carousel-wrap .caption.medium-color p {
    color: #A3B1BF;
}
.carousel-wrap .caption.dark-color h2,
.carousel-wrap .caption.dark-color h3,
.carousel-wrap .caption.dark-color p {
    color: #506A85;
}
.carousel-wrap .caption.tint-color h2,
.carousel-wrap .caption.tint-color h3,
.carousel-wrap .caption.tint-color p {
    color: #1ABB9C;
}

.carousel-wrap .owl-controls {
    display: block;
    position: static;
    margin-top: -47px;
}

.carousel-wrap .owl-nav {
    display: block;
}

.carousel-wrap .owl-dots {
    background: #FFF;
    line-height: inherit;
    position: relative;
    bottom: -40px;
    padding: 10px;
    display: inline-block;
    width: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.carousel-wrap:hover .owl-dots {
    bottom: 20px;
    opacity: 1;
}

.carousel-wrap .owl-dots .owl-dot {
    display: inline-block;
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.carousel-wrap .owl-dots .owl-dot span {
    display: block;
    width: 15px;
    height: 15px;
    background: #506a85;
    border: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.carousel-wrap .owl-dots .owl-dot.active span {
    background: #1abb9c;
}

.carousel-wrap .owl-prev,
.carousel-wrap .owl-next {
    bottom: 0;
    color: #1abb9c;
    background-color: #FFF;
}

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
    opacity: .40;
}


/* Accordion */
.panel-group .mediaorient-2 .panel-body img {
    margin-bottom: 20px;
}

.panel-group .mediaorient-3 .panel-body img {
    margin-top: 20px;
}

/* indexed_search */
.indexedsearch-form {
    position: relative;
}

.indexedsearch-form input[type="text"] {
    padding-right: 100px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.indexedsearch-form input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #444444;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f5f5f5;
    border: 1px solid #e6e9ed;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
}

.indexedsearch-form .btn-submit {
    width: 88px;
    height: 30px;
    font-size: 13px;

    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin-top: 5px;
    margin-right: 5px;
    color: #FFF!important;
    line-height: 1;
}

.tx-indexedsearch-searchbox .form-inline.indexedsearch-form {
    display: block;
    -ms-flex-flow: inherit;
    flex-flow: inherit;
    -ms-flex-align: inherit;
    align-items: normal;
}

.search-result h3 {
    margin-bottom: 0;
}

.search-result .search-link p {
    padding: 0;
    margin: 0;
    color: #006621;
}

.search-result .search-link a {
    font-size: 16px;
    line-height: 130%;
    color: #006621;
}

.search-result p.tx-indexedsearch-description {
    margin-top: 5px;
    margin-bottom: 10px !important;
}

div.tx-indexedsearch-browsebox {
    padding: 0;
    padding-top: 10px;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;

    border-top: 1px dashed #E6E9ED;
}

.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox {
    padding: 0;
    margin: 0;
    display: block;
}

.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li {
    padding: 0;
    padding-right: 15px;
    margin: 0;
    display: inline-block;
}

/* Powermail */
.tx-powermail .container-fluid { padding: 0; margin: 0;}

.tx-powermail .powermail_form h3 { display: none;}

.tx-powermail .powermail_form .powermail_legend { display: none;}

.tx-powermail .form-horizontal .control-label {
    text-align: left;
}

.tx-powermail input[type="submit"] {
    width: auto;
}

.hr-line-dashed {
    border-top: 1px dashed #E6E9ED;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}

/* Filter */
.filter li a.active {
    color: #1ABB9C;
}

/* content */
.white-bg {
    background-color: #FFFFFF;
}

.ci-bg {
    background-color: #1ABB9C;
    color: #FFF;
    padding: 2px 8px;
    margin-top: -2px;
}
.ci-bg,
.ci-bg h1,
.ci-bg h2,
.ci-bg h3,
.ci-bg h4,
.ci-bg p,
.ci-bg .item-details li:before,
.ci-bg .icon i.icn {
    color: #FFF;
}
.ci-bg a:hover {
    color: #506A85;
}

[class^="frame-space-before-"],
[class*=" frame-space-before-"] {
    width: 100%;
}

[class^="frame-space-after-"],
[class*=" frame-space-after-"] {
    width: 100%;
}

.frame-space-before-extra-large {
    padding-top: 140px;
}
.frame-space-before-large {
    padding-top: 120px;
}
.frame-space-before-medium {
    padding-top: 100px;
}
.frame-space-before-small {
    padding-top: 80px;
}
.frame-space-before-extra-small {
    padding-top: 40px;
}
.frame-space-after-extra-large {
    padding-bottom: 140px;
}
.frame-space-after-large {
    padding-bottom: 120px;
}
.frame-space-after-medium {
    padding-bottom: 100px;
}
.frame-space-after-small {
    padding-bottom: 80px;
}
.frame-space-after-extra-small {
    padding-bottom: 40px;
}

footer br {
    display: inherit;
}

@media (max-width: 576px){
    br { display: inherit; }

    footer br { display:none;}
}

@media (max-width: 1024px) {
    .inner-right-md {
        padding-right: 20px;
    }
    .inner-bottom-sm {
        padding-bottom:20px;
    }
}


@media (max-width: 991px) {
    .frame-space-before-extra-large {
        padding-top: 100px;
    }
    .frame-space-before-large {
        padding-top: 80px;
    }
    .frame-space-before-medium {
        padding-top: 60px;
    }
    .frame-space-before-small {
        padding-top: 40px;
    }
    .frame-space-before-extra-small {
        padding-top: 20px;
    }
    .frame-space-after-extra-large {
        padding-bottom: 100px;
    }
    .frame-space-after-large {
        padding-bottom: 80px;
    }
    .frame-space-after-medium {
        padding-bottom: 60px;
    }
    .frame-space-after-small {
        padding-bottom: 40px;
    }
    .frame-space-after-extra-small {
        padding-bottom: 20px;
    }

    .inner-sm {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer-bottom p.float-left,
    .footer-bottom ul.float-right {
        float: none !important;
        text-align: center;
    }
    .footer-bottom p {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .frame-space-before-extra-large {
        padding-top: 60px;
    }
    .frame-space-before-large {
        padding-top: 40px;
    }
    .frame-space-before-medium {
        padding-top: 30px;
    }
    .frame-space-before-small {
        padding-top: 20px;
    }
    .frame-space-before-extra-small {
        padding-top: 10px;
    }
    .frame-space-after-extra-large {
        padding-bottom: 60px;
    }
    .frame-space-after-large {
        padding-bottom: 40px;
    }
    .frame-space-after-medium {
        padding-bottom: 30px;
    }
    .frame-space-after-small {
        padding-bottom: 20px;
    }
    .frame-space-after-extra-small {
        padding-bottom: 10px;
    }

    .inner-sm {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

p a.txt-btn {
    border-bottom: none;
}

blockquote p {
    padding-right: 40px;
}

.icon .fontawesome-icon:before {
    font-style: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0;
    text-align: center;
    line-height: 1em;
}

.icon .fontawesome-icon.lg:before {
    width: 2em;
}

main header + * {
    margin-top: inherit !important;
}

* > p:last-child {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

/* table */
.table tr.text-muted td,
.table .text-muted a,
.table .text-muted i {
    color: #dc3545 !important;
    opacity: .70 !important;
}

/* list */
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
.list-group-flush .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush .list-group-item:hover {
    background-color: rgba(0,0,0,.075);
}

.list-group-item {
    border-color: #E6E9ED;
}

.member .social a.social-only-email {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
    margin-bottom: 20px;
    font-family: 'Source Sans Pro', sans-serif;
}

.member .social li a.social-only-email i {
    width: inherit;
    height: inherit;
    margin-right: 5px;
    display: inline-block;
}

.member .text-overlay .info .social li a {
    color: #FFFFFF;
}

.member .text-overlay .info .social li a i:after {
    background: none;
}

.pricing .plan.highlight {
    margin-top: -8px;
}
.pricing .plan.highlight header.highlight {
    border-top: 8px solid #506A85;
}

.pricing .plan .features,
.pricing .plan .features li {
    list-style: none;
}

.pricing .plan .price .amount {
    font-size: 90px;
}

.copyhidden {
    white-space: nowrap;
    color: #000;
    font-family: Arial;
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    text-indent: -99999999999px;
    position: absolute;
    width: auto;
    top: 0;
    z-index: -99999999;
}

footer {
    font-size: 14px;
    line-height: 22px;
}

@media screen and (max-width: 768px) {
    footer {
        font-size: 16px;
        line-height: 24px;
    }
}

/* tx_news
News Extension
 */

.news-list-view.classic-blog .post-title {
    font-size: 36px;
    line-height: 120%;
    margin: 0 0 15px 0;
}

/* news footer */
.news-list-footer {
    padding:0;
    margin:0;
}

.news-list-footer ul {
    padding:0;
    margin:0;
    list-style: none;
}

.news-list-footer ul li {
    padding:0;
    margin:0;
    list-style: none;
}

.news-list-footer ul li h3 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: normal;
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
}


/* news detail */
.news .meta .author {
    font-family: inherit;
    color: inherit;
    margin-bottom: 0;

    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    cursor: default;
}
.news .meta li:last-child:after {
    display: none;
}

.news .post.format-link {
    background: #1e566e;
    color: #ffffff;
}

.news .post.format-link .post-content > *:first-child {
    margin-top: 0px;
}

.news .post.format-link .post-content > * {
    margin-left: 0px;
    margin-right: 0px;
}

.news .post .post-content .post-title {
    margin-top: 60px;
    margin-left: 80px;
    margin-right: 80px;
}

.news .post.format-link .post-content p.post-link {
    margin-left: 80px;
    margin-right: 80px;
}

.news .post.format-link .post-content a:hover .post-title,
.news .post.format-link .post-content a:focus .post-title {
    color: #1ABB9C;
}

.news .post .post-content ul li {
    margin-bottom: 20px;
}

.news.classic-blog .post-title {
    font-size: 36px;
    line-height: 120%;
    margin: 0 0 15px 0;
}

.news.classic-blog.no-sidebar .pagination {
    position: relative;
    left: inherit;
}

.news.classic-blog .pagination {
    padding-left: 0px;
    border: none;
    margin-left: 0px;
}

.news .news-detail-newsprevnext .pagination {
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
    left: auto;
    display: -ms-flexbox;
    display: flex;
}

.news .post .post-content .news-related-wrap {
    margin-top: 30px;
    margin-bottom: 20px;
}

.news .post .post-content .news-related-news {
    margin-bottom: 20px;
}

.news .post .post-content .news-related-wrap h4 {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 15px;
}

.news .post .post-content .news-related-wrap ul {
    padding: 0px;
    margin: 0px;
}

.news .post .post-content .news-related-wrap ul li {
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

@media (max-width: 1199px) and (min-width: 1025px) {
    .news .post.format-link .post-content p.post-link {
        margin-left: 50px;
        margin-right: 50px;
    }

    .news .post .post-content .post-title {
        margin-top: 45px;
        margin-left: 50px;
        margin-right: 50px;
        font-size: 33px;
    }
}

@media (max-width: 1024px) {
    .news .post.format-link .post-content p.post-link {
        margin-left: 50px;
        margin-right: 50px;
    }

    .news .post .post-content .post-title {
        margin-top: 45px;
        margin-left: 50px;
        margin-right: 50px;
        font-size: 33px;
    }
}

@media (max-width: 767px) {
    .news .post.format-link .post-content p.post-link {
        margin-left: 30px;
        margin-right: 30px;
    }

    .news .post .post-content .post-title {
        margin-top: 45px;
        margin-left: 30px;
        margin-right: 30px;
        font-size: 26px;
    }
}


/*
 go_maps_ext
 Fix Twitter Bootstrap */
.tx-go-maps-ext img {
    max-width: none;
}

/* Openingtimes Plugin */
.openingtimes-wrap {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.openingtimes-wrap ul {
    margin-bottom: 1.125rem;
}

.openingtimes-wrap ul li {
    font-size: 18px;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: 0.025em;
    padding-bottom: 13px;
}

.openingtimes-wrap ul li.active {
    color: #1abb9c;
}

.openingtimes-wrap ul li .day {
    border: 1px solid transparent;
    font-weight: 700;
    width: 3.75rem;
    float: left;
}

.openingtimes-wrap ul li .first-period {
    width: 10px;
}

.openingtimes-wrap ul li .seperator2 {
    width: 10px;
}

.openingtimes-wrap ul li.freetext {
    font-size: 14px;
    line-height: 22px;
}

footer .openingtimes-wrap ul li.active {
    color: #1abb9c;
}


/*
 Powermail Contact
*/
.tx-powermail .parsley-error {
    border-color: red;
}

.tx-powermail .parsley-errors-list {
    color: red;
}

.tx-powermail .checkbox {
    margin-bottom: 15px;
}

/*
 owl carousel 2
 Theme Styling overright */

@media (max-width: 991px){
    .carousel-wrap .info{
        margin-top:-35px;
    }

    .owl-carousel .caption.text-center,
    .owl-carousel .caption.text-left,
    .owl-carousel .caption.text-right {
        padding-left: 0;
        padding-right: 0;
    }
}


@media (max-width: 767px) {
    .owl-carousel.height-md .item,
    .owl-carousel.height-lg .item {
        height: 88vh;
    }
    .carousel-wrap h1 {
        font-size: 38px;
        line-height: 115%;
        letter-spacing: 0.031em;
    }
    .carousel-wrap p {
        font-size: 20px;
        line-height: 135%;
        margin-top: 15px;
    }
    .carousel-wrap .owl-carousel .caption h1.light-bg,
    .carousel-wrap .owl-carousel .caption h1.medium-bg,
    .carousel-wrap .owl-carousel .caption h1.dark-bg,
    .carousel-wrap .owl-carousel .caption h1.tint-bg {
        font-size: 33px;
    }
    .carousel-wrap .btn {
        margin-top: 25px;
    }
    .carousel-wrap .btn-large {
        font-size: 16px;
        padding: 12px 30px 15px;
    }

    .carousel-wrap .info {
        margin-top: -25px;
    }

    .carousel-wrap .items li .text-overlay .info.big p,
    .carousel-wrap .thumbs .thumb .text-overlay .info.big p,
    .carousel-wrap .owl-carousel .item .text-overlay .info.big p {
        font-size: 14px;
        line-height: 140%;
        padding-top: 0;
    }
}


@media (min-width: 768px) and (max-height: 991px) {
    .carousel-wrap h1 {
        font-size: 60px;
        line-height: 115%;
    }
    .carousel-wrap p {
        font-size: 22px;
        line-height: 135%;
        margin-top: 17px;
    }
    .carousel-wrap .owl-carousel .caption h1.light-bg,
    .carousel-wrap .owl-carousel .caption h1.medium-bg,
    .carousel-wrap .owl-carousel .caption h1.dark-bg,
    .carousel-wrap .owl-carousel .caption h1.tint-bg {
        font-size: 50px;
    }
    .carousel-wrap .btn {
        margin-top: 35px;
    }
    .carousel-wrap .btn-large {
        font-size: 16px;
        padding: 15px 35px 17px;
    }
}

@media (min-width: 768px) and (max-height: 768px) {
    .owl-carousel.height-md .item,
    .owl-carousel.height-lg .item {
        height: 480px;
    }
}