/*
=========================
            General
=========================
*/

.hvid p,
.hvid span,
.hvid h1,
.hvid h2,
.hvid h3,
.hvid h4,
.hvid h5,
.hvid h6,
.hvid a {
    color: #fff;
}

.wpb_text_column.with-space p {
    padding-bottom: 18px;
}

.qbutton.big_large, .qbutton.big_large_full_width {
    padding: 0 !important;
}

.qbutton.white {
    background-color: rgba(255, 255, 255, 0.8);
}

.center {
	text-align: center;
}

/*
=========================
            Header
=========================
*/

.side_menu a.close_side_menu {
    background-image: url(img/close_side_menu@2x.png);
    -o-background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

@media screen and (min-width: 1000px) {

.side_menu_button {
    display: none;
}

}

.sub-menu{
    display:none;
}

.side_menu .menu-item-has-children > i {
    position: absolute;
    right: 0;
    font-size: 32px;
    margin-top: -4px;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;  
}

.rotate {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;  
}

.mobile_menu_button {
    display: none;
}

.side_menu .side_menu_title {
    margin: 0 0 30px;
}

.side_menu .widget {
    margin: 0 0 10px;
}

header:not(.scrolled) .header-widget.widget_nav_menu ul.menu>li {
    float: none;
    display: block;
}

.header-left-from-logo-widget ul.menu > li {
    text-align: right;
}

.header-right-from-logo-widget ul.menu > li {
    text-align: left;
}

@media screen and (min-width: 1000px) {

header.fixed_hiding .holeder_for_hidden_menu {
    display: none;
}

header:not(.scrolled) .header_bottom {
    margin: 24px 0;
}

header:not(.scrolled) .q_logo a, header.fixed_hiding .q_logo {
    max-height: 74px;
    height: 74px !important;
}

header.fixed_hiding .logo_wrapper {
    width: 24%;
}

header.fixed_hiding .header-left-from-logo-widget, 
header.fixed_hiding .header-right-from-logo-widget {
    width: 38%;
}

header.fixed_hiding .q_logo {
    margin: 0 20px;
    border-left: 2px solid #dcf5f2;
    border-right: 2px solid #dcf5f2;
}

header.centered_logo:not(.sticky) .q_logo img {
    margin-top: -32px;
    margin-bottom: -32px;
    height: 140px !important;
}

}

.header-widget.widget_nav_menu ul.menu li a {
    padding: 0;
}

.header-widget.widget_nav_menu ul.menu li a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    color: #585c60;
}

header.fixed_hiding.scrolled .q_logo_hidden a img {
    height: 110px !important;
    margin-top: -20px;
}

header.fixed_hiding.scrolled .header-widget.widget_nav_menu ul.menu>li {
    float: none;
}

header.fixed_hiding.scrolled .header-left-from-logo-widget {
    text-align: right;
}
 
header.fixed_hiding.scrolled .header-right-from-logo-widget {
    text-align: left;
}

header.fixed_hiding.scrolled .header-widget.widget_nav_menu ul.menu>li a {
    padding: 0 10px;
}

.header-widget.widget_nav_menu ul.menu li.current-menu-item a, 
.header-widget.widget_nav_menu ul.menu li a:hover {
    color: #147682 !important;
}

/*
=========================
            Footer
=========================
*/

.footer_top_holder {
    border-top: 20px solid #dcf5f2;
}

.footer_top {
    border-top: 10px solid #ebeceb;
}

.footer_bottom_holder {
    background-color: rgba(122, 171, 173, 0.32);
}

.footer_bottom {
    height: 40px;
}

.footer_top h5 {
    margin: 0;
}

.footer_inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*
=========================
            Content
=========================
*/

.testimonials_c_holder .testimonial_content_inner {
    padding: 0 45px;
    background-color: transparent;
}

.testimonials_c_holder .flex-control-nav {
    display: none;
}

.testimonials_c_holder .testimonial_content_inner p:not(.testimonial_author) {
    font-style: italic;
}

.testimonials_c_holder .testimonial_content_inner p {
    font-size: 15px;
}

.wpcf7 form.wpcf7-form p {
    margin-bottom: 14px;
}

.banner-kontakt-felt .qbutton.white {
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    margin-top: -50px;
}

@media screen and (max-width: 768px) {

.title-bg-mobile {
	background-color: rgba(255, 255, 255, 0.6);
    padding: 15px 0;
}

}

.qode-info-card {
    padding: 12px;
    border: 2px solid #d3eeeb;
    text-align: left;
    margin-bottom: 30px;
}

.qode-info-card .qode-info-card-image img {
    object-fit: cover;
    height: 200px;
    width: 100%;
}

.qode-info-card-title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.qode-info-card .qode-info-card-text-holder {
    padding: 20px;
}

.qode-info-card .qode-info-card-text {
    margin-top: 18px;
    min-height: 100px;
}

.qode-info-card-link-holder {
    text-align: center;
    padding: 0 20px 20px;
}

.qode-info-card-link-holder a.qode-qbutton-main-color.qode-qbutton-full-width {
    background-color: #147682;
    color: #ffffff;
    height: 39px;
    line-height: 39px;
    padding: 0 23px;
}

.service_box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 4px solid #dcf5f2;
    margin: 25px;
    height: 480px;
}

.service_box-icon {
    text-align: center;
}

.service_box-icon img {
    width: 80px;
    margin-top: -25px;
}

.service_box-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px 0;
}

.service_box-header h4 {
    letter-spacing: 1px;
    font-weight: bold;
}

.service_box-content h4 {
    color: #147682;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 10px;
}

.service_box-header,
.service_box-content {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 14px;
    margin: 20px 0;
    display: block;
    width: 100%;
}

.service_box-btn {
    margin: 0 auto 20px;
    height: 0;
}

.service_box-btn .qbutton {
    position: relative;
    top: -27px;
    height: 32px;
    line-height: 32px;
}

.service_box-btn .qbutton:hover {
    color: #147682;
}

.pum-theme-lightbox .pum-title {
    margin-bottom: 14px;
    text-transform: uppercase;
}

.pum-theme-lightbox .pum-content p {
    padding-bottom: 14px;
}

.pum-theme-lightbox .pum-content h4 {
    color: #147682;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 14px;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
}

/*
=========================
            Circle
=========================
*/

@media screen and (min-width: 1000px) {

.fysio-circle .qode-animation-holder:first-child {
    position: absolute;
    z-index: 502;
    top: 10% !important;
    left: 0 !important;
    width: 32%;
}

.fysio-circle .qode-animation-holder:nth-child(2) {
    position: absolute;
    z-index: 502;
    top: 44% !important;
    left: -2% !important;
    width: 32%;
}

.fysio-circle .qode-animation-holder:nth-child(3) {
    position: absolute;
    z-index: 502;
    top: 10% !important;
    left: 66% !important;
    width: 32%;
}

.fysio-circle .qode-animation-holder:nth-child(4) {
    position: absolute;
    z-index: 502;
    top: 44% !important;
    left: 68% !important;
    width: 32%;
}

.fysio-circle .qode-animation-holder:last-child {
    display: block;
    margin: -60px auto 0;
    width: 32%;
}

.fysio-circle .qode-animation-holder:last-child img {
    float: none;
    display: block;
    margin: 0 auto;
}

.fysio-circle .qode-animation-holder:last-child h4 {
    text-align: center;
    padding: 0 18px 10px;
    border-left: 5px solid #147682;
    border-right: 5px solid #147682;
}

.fysio-circle .qode-animation-holder:last-child p:not(:first-child) {
    text-align: center;
    padding: 0 18px;
    border-left: 5px solid #147682;
    border-right: 5px solid #147682;
}

}

.fysio-circle .qode-animation-holder:first-child {
    padding-left: 18px;
    border-left: 5px solid #147682;
}

.fysio-circle .qode-animation-holder:nth-child(2) {
    padding-left: 18px;
    border-left: 5px solid #147682;
}

.fysio-circle .qode-animation-holder:nth-child(3) {
    padding-right: 18px;
    border-right: 5px solid #147682;
}

.fysio-circle .qode-animation-holder:nth-child(4) {
    padding-right: 18px;
    border-right: 5px solid #147682;
}

.fysio-circle .wpb_text_column img {
    padding: 20px 0;
}

.fysio-circle .circle-border img {
    border: 2px solid #147682;
    border-radius: 50%;
}

.fysio-circle h4 {
    padding-bottom: 10px;
}

.testimonial_text_inner,
.max-width {
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {

.wpb_single_image.circle-border {
    display: none;
}

.fysio-circle .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-flow: column;
}

.fysio-circle .qode-animation-holder:first-child {
    order: 1;
    margin-bottom: 60px;
}

.fysio-circle .qode-animation-holder:nth-child(2) {
    order: 3;
    margin-bottom: 60px;
}

.fysio-circle .qode-animation-holder:nth-child(3) {
    order: 2;
    margin-bottom: 60px;
}

.fysio-circle .qode-animation-holder:nth-child(4) {
    order: 4;
    margin-bottom: 60px;
}

.fysio-circle .qode-animation-holder:last-child {
    order: 5;
    margin-bottom: 60px;
    padding: 0 18px;
    border-left: 5px solid #147682;
}

}

/*
=========================
      Pretty photo
=========================
*/

.ppt {
    display: none !important;
}

a.pp_next,
a.pp_previous {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 50%;
    margin-top: -20px;
}

body a.pp_next:after,
body a.pp_previous:after {
    border: none;
    border-radius: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 40px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

body a.pp_previous,
body a.pp_previous:after {
    left: 0;
}

body a.pp_next,
body a.pp_next:after {
    right: 0;
}

body div.pp_default .pp_content {
    position: relative;
}

body div.pp_default .pp_content_container .pp_details {
    opacity: 1;
    position: unset;
}

body div.pp_default .pp_close {
    top: 0;
    display: block;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

body div.pp_default .pp_close:after {
    content: "✖";
}

body div.pp_default .pp_nav .currentTextHolder {
    font-family: "Questrial", sans-serif;
    letter-spacing: 4px;
}

/*
=========================
        Responsive
=========================
*/

@media screen and (min-width: 1200px) {

.banner-kontakt-felt.negativ-margin {
    margin-top: -130px;
}

.banner-kontakt-felt > .vc_column-inner {
    margin: 0 15px 0 50px;
    width: fit-content;
}

}

@media screen and (min-width: 992px) and (max-width: 1200px) {

.banner-kontakt-felt.negativ-margin {
    margin-top: -200px;
}

.banner-tekst-felt {
    clear: left;
}

}

@media screen and (max-width: 1000px) {

header.fixed_hiding .q_logo a {
    height: 100px !important;
    max-height: 100px;
    margin-bottom: -10px;
}

.shopping_cart_inner, .side_menu_button {
    height: 70px!important;
}

.banner-kontakt-felt:not(.negativ-margin) {
    margin-bottom: -100px;
}

.cta-bund-bg {
    background-position: 30% !important;
}

.testimonials_c_holder .testimonial_content_inner {
    padding: 0;
}

}

@media screen and (max-width: 768px) {

.banner-bg {
    background-position: 30% !important;
}

.cta-bund-bg {
    background-position: right !important;
}

.fysio-circle .wpb_text_column img {
    display: block;
    float: none;
    margin: 0 auto;
}

.fysio-circle .qode-animation-holder {
    padding: 0 !important;
    border: none !important;
}

}

/*
=========================
          CTA Footer
=========================
*/

.cta-footer {
    display: none;
}

@media screen and (max-width: 650px) {
.cta-footer {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.15);
    zoom: 0.8;
    min-width: 100%;
    display: block;
}

.cta-footer > ul {
    padding: 0 20px;
    text-align: center;
    display: flex;
    list-style: none;
}

.cta-footer > ul > a {
    flex: 1;
}

.cta-footer > ul > a > li {
    padding: 10px 0;
    min-width: 80px;
    cursor: pointer;
}

.cta-footer > ul > a > li > p {
    line-height: 15px;
}

.cta-footer > ul > a:hover > li > p {
    color: #147682;
}

.cta-footer > ul > a:first-child {
    display: unset;
}

}