/*
Theme Name: BICOM® Bioresonanz (HUMAN) - Child
Theme URI: https://p3creation.com
Description: Child Theme
Author: P3 CREATION GROUP
Author URI: https://p3creation.com
Template: p3-homepage
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: p3-homepage-child
Tags: 
Domain Path: /languages
*/


/* Basics */

body {
    font-family: "Poppins Regular";
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    color: #282828;
}

h1, .h1 {
    font-family: "Poppins Bold";
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 60px;
    color: #005d9a;
}

h1+h2, .h1+.h2{
    font-family: "Poppins Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    margin-top: -60px;
    margin-bottom: 60px;
    line-height: 36px;
    color: #005d9a;
}

h2, .h2{
    font-family: "Poppins Bold";
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
    color: #005d9a;
}

p+h2, p+.h2{
    margin-top: 30px;
}

h2+h3, .h2+.h3{
    font-family: "Poppins Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    margin-top: -30px;
    margin-bottom: 30px;
    line-height: 32px;
    color: #005d9a;
}

h3, .h3{
    font-family: "Poppins Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
    color: #005d9a;
}

p+h3, p+.h3{
    margin-top: 30px;
}

h4, .h4{
    font-family: "Poppins Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px; 
    margin-bottom: 20px;
    color: #005d9a;
}

h5, .h5{ 
    font-family: "Poppins Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #005d9a;
    margin-bottom: 16px;
}

h6, .h6{ 
    font-family: "Poppins Bold";
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    color: #282828;
    margin-bottom: 17px;
}

small, .small{
    font-family: "Poppins Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

p{
	margin-bottom: 17px;
}

a{
    color: #afca0b;
}

a:hover{
    color: #8ca209;
}

@media (min-width: 768px) {
    h1, .h1 {
        font-size: 32px;
        line-height: 42px;
    }

    h1+h2, .h1+.h2{
        font-size: 32px;
        line-height: 42px;
    }

    h2, .h2{
        font-size: 32px;
        line-height: 42px;
    }

    h2+h3, .h2+.h3{
        font-size: 30px;
        line-height: 36px;
    }

    h3, .h3{
        font-size: 30px;
        line-height: 36px;
    }
}

/* Colors */

.blue{color: #005d9a;}
.orange{color: #afca0b;}
.gray40{color: #787878;}

/* List-Stylings */

	.list-style-1 ul {
	  list-style: none;
	  padding: 0;
	}

	.list-style-1 li {
	  padding-left: 40px;
	  color: #afca0b;
	}

	.list-style-1 li:not(:last-child) {
	  padding-bottom: 15px;
	  border-bottom: 1px solid #e7efb6;
	  margin-bottom: 15px;
	}

	.list-style-1 li:before {
	  content: "\f00c";
	  font-family: FontAwesome;
	  display: inline-block;
	  margin-left: -30px;
	  width: 30px;
	  color: #afca0b;
	}


	.list-style-2 ul {
	  list-style: none;
	  padding: 0;
	}
	.list-style-2 li {
	  padding-left: 40px;
	  color: #afca0b;
	}
	.list-style-2 li:before {
	  content: "\f061";
	  font-family: FontAwesome;
	  display: inline-block;
	  margin-left: -30px;
	  width: 30px;
	  color: #afca0b;
	}

/* Surfaces & Sections */

	/* Surface Lightblue */

	.surface-lightblue .vc_column-inner > .wpb_wrapper{
	    background-color: #f2f7fa;
	    border-radius: 5px;
	    padding: 30px;
	    height: 100%;
    	margin-bottom: 30px;
	}

	/* Section Lightblue */

	.section-lightblue{
	    background-color: #f2f7fa;
	    overflow: visible !important;
	    margin-top: 90px !important;
	    margin-bottom: 90px !important;
	    padding-top: 60px;
	}

	.section-lightblue-strechted-image{
	    background-color: #f2f7fa;
	    margin-top: 90px !important;
	    margin-bottom: 90px !important;
	}

	.section-lightblue-strechted-image > .wpb_column > .vc_column-inner{
	    padding-top: 35px !important;
	}

	/* Lightblue with shadow */

	.surface-lightblue-shadow{
	    background-color: #f2f7fa;
	    border-radius: 5px;
	    padding: 15px;
	    padding-bottom: 0;
		-webkit-box-shadow: 0px 25px 10px -20px rgb(0 0 0 / 30%);
		-moz-box-shadow: 0px 25px 10px -20px rgb(0 0 0 / 30%);
		box-shadow: 0px 25px 10px -20px rgb(0 0 0 / 30%);
	}

	.surface-lightblue-shadow .wpb_text_column,
	.surface-lightblue-shadow .vc_btn3-container.vc_btn3-inline{
		margin-bottom: 15px;
	}

	@media (min-width: 992px) {
		.surface-lightblue-shadow .text-blue{
		    border-right: 1px solid #005d9a;
		    padding-right: 30px;
		}   
	}

	.surface-lightblue-shadow .text-blue,
	.surface-lightblue-shadow .text-blue p{
		color: #005d9a;
	}


	/* Blue */

	.surface-blue{
	    background-color: #005d9a;
	    border-radius: 5px;
	    padding: 30px;
		margin-left: 0 !important;
	    margin-right: 0 !important;
	}

	.surface-blue h2,
	.surface-blue h3,
	.surface-blue h4,
	.surface-blue h5,
	.surface-blue p{
		color: #fff;
		margin-bottom: 10px;
	}


/* Photostrip */

#photostrip{
    margin-left: 0;
    margin-right: 0;
}

#photostrip > .wpb_column > .vc_column-inner{
    padding-left: 0;
    padding-right: 0;
}


/* Visual Composer */


    /* Row with full-width image on the right side */
    @media (min-width: 768px) {
        .stretch-right > .vc_column-inner {
            position: absolute;
            width: 100vh !important;
            height: 100%;
            background-position: center center !important;
            background-repeat: no-repeat !important;
            background-size: cover !important;
        }
    }

    /* Row with full-width image on the left side */
    .stretch-left{
        position: absolute !important;
        left: 0;
        height: 100%
    }

    .stretch-left > .vc_column-inner {
        position: absolute;
        width: calc(100% + 25% - 30px) !important;
        height: 100%;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .stretch-left + .wpb_column{
        margin-left: 25%;
    }


/* Top-Header */

#top-header{
    background-color: #f2f7fa;
    overflow: visible;
    z-index: 9991;
    justify-content: space-between;
    border-bottom: 1px solid #d9e7f0;
}

#top-header > div{
	width: unset !important;
}

#top-header > div > .vc_column-inner{
    padding: 0;
}

#top-header .wpb_button,
#top-header .wpb_content_element,
#top-header ul.wpb_thumbnails-fluid>li{
    margin-bottom: 0;
}

    /* Made in Germany */

    #top-header .made-in-germany{
        font-size: 14px;
        line-height: 18px;
        padding-left: 15px;
    }

    #top-header .made-in-germany .wpb_wrapper{
        display: flex;
        align-items: center;
    }

    #top-header .made-in-germany img{
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        margin-right: 15px !important;
        width: 105px;
    }

    /* Tabs */

    #top-header .tabs ul{
        list-style: none;
        padding: 0;
        display: flex;
        align-items: flex-end;
    }

    #top-header .tabs ul li{
        list-style: none;
        display: inline-block;
        background-color: #d9e7f0;
    }

    #top-header .tabs ul li:hover{
        background-color: #fff;
        padding-top: 4px;
    }

    #top-header .tabs ul li.active{
        background-color: #fff;
        padding-top: 5px;
        margin-bottom: -1px;
        border-left: 1px solid #d9e7f0;
        border-top: 1px solid #d9e7f0;
        border-right: 1px solid #d9e7f0;
    }

    #top-header .tabs a{
        font-size: 16px;
        color: #282828;
        padding: 10px 20px;
        display: block;
    }

    #top-header .tabs a img{
        width: 28px;
        height: auto;
    }

    /* WPML-Language-Selector */

    .wpml-column{
        padding-right: 15px !important;
    }

	.wpml-column > .vc_column-inner {
	    justify-content: center !important;
	}

    #wpml-language-selector .wpml-ls{
    	margin: 0;
    }

    #wpml-language-selector .wpml-ls-legacy-dropdown{
    	width: unset !important;
    }

    #wpml-language-selector .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
    	display: flex;
		justify-content: flex-end;
		background-color: transparent;
    	border: 0;
    	padding-left: 0;
    	padding-right: 15px;
        margin-top: 15px;
    }

    #wpml-language-selector a.js-wpml-ls-item-toggle > span.wpml-ls-native{
    	display: none;
    }

    #wpml-language-selector ul.wpml-ls-sub-menu{
    	min-width: 150px;
    	left: auto;
    }

    #wpml-language-selector .wpml-ls-legacy-dropdown a{
    	padding: 10px 10px;
    	font-size: 14px;
    }

	#wpml-language-selector .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	    border: 5px solid transparent;
	    border-top: 6px solid;
	    right: 0px;
	    top: calc(50% - 3px);
	    border-radius: 2px;
	}

/* Navigation */

.gm-main-menu-wrapper .gm-navbar-nav > li > .gm-anchor{
    font-family: "Poppins Bold";
    font-style: normal;
}

.gm-main-menu-wrapper .gm-navbar-nav > li > .gm-anchor .gm-menu-item__txt{
    text-align: center;
    line-height: 18px;
}

@media (min-width: 576px) {
    .gm-container{
        max-width: 540px !important;
    }
}

@media (min-width: 768px) {
    .gm-container{
        max-width: 720px !important;
    }
}

@media (min-width: 992px) {
    .gm-container{
        max-width: 960px !important;
    }
}

@media (min-width: 1200px) {
    .gm-container{
        max-width: 1440px !important;
    }

    /*
    :not(.gm-navbar-sticky-toggle) > .gm-logo > a img {
        height: 80px !important;
    }*/

    .gm-navbar-sticky-toggle > .gm-logo > a img {
        height: 180px !important;
    }

}


    /* Mobile Navigation */

    .gm-navigation-drawer{
        border-right: 1px solid rgba(0,0,0,0.1);
    }

    .gm-navigation-drawer .gm-anchor, .gm-navigation-drawer .gm-mega-menu__item__title{
        font-weight: unset;
    }


/* Header & Claim */

#header{
    background-color: #005d9a;
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 90px;
}

#header h1, #header h2{
    color: #fff;
}

#header .text > .vc_column-inner{
    border-top-left-radius: 10px;
    background-color: #005d9a;
    padding: 30px;
}

#header .text > .vc_column-inner .wpb_text_column{
    max-width: 600px;
}

@media (min-width: 768px) {
    #header .text > .vc_column-inner{
        padding: 60px;
    }
}

#header .img{
    padding: 0;
}

#header .img > .vc_column-inner{
    min-height: 100%;
    border-radius: 5px;
    display: contents;
}

#header .img > .vc_column-inner img{
    height: 100%;
    width: 100% !important;
    object-fit: cover;
    border-radius: 0 10px 10px 0;
}

#header .ribbon{
	position: absolute;
    left: 0;
    width: 100%;
    max-width: 500px;
    bottom: -15px;
}

    /* Claim */

    #claim{
        margin-top: -45px;
        margin-bottom: 15px;
    }

/* Buttons */

.button-filled > a,
.button-filled > button,
input.button-filled {
    font-size: 16px !important;
    background-color: #afca0b !important;
    border: 2px solid #afca0b !important;
    color: #fff !important;
    border-radius: 0 !important;
    background-image: none !important;
    padding: 10px 30px !important;
    transition: 0.3s !important;
}

.button-filled > a:hover,
.button-filled > button:hover,
input.button-filled:hover {
    background-color: #697a07 !important;
    border: 2px solid #697a07 !important;
    color: #fff !important;
    border-radius: 0 !important;
    background-image: none !important;
    padding: 10px 30px !important;
    transition: 0.3s !important;
}

.button-outline > a,
.button-outline > button,
input.button-outline{
    font-size: 16px !important;
    background-color: transparent !important;
    border: 2px solid #afca0b !important;
    color: #afca0b !important;
    border-radius: 0 !important;
    background-image: none !important;
    padding: 10px 30px !important;
    transition: 0.3s !important;
}

.button-outline > a:hover,
.button-outline > button:hover,
input.button-outline:hover{
    background-color: #697a07 !important;
    border: 2px solid #697a07 !important;
    color: #fff !important;
    border-radius: 0 !important;
    background-image: none !important;
    padding: 10px 30px !important;
    transition: 0.3s !important;
}


.button-inverse-outline > a,
.button-inverse-outline > button,
input.button-inverse-outline{
    font-size: 16px !important;
    background-color: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    border-radius: 0 !important;
    background-image: none !important;
    padding: 10px 30px !important;
    transition: 0.3s !important;
}

.button-inverse-outline > a:hover,
.button-inverse-outline > button:hover,
input.button-inverse-outline:hover{
    background-color: #fff !important;
    border: 2px solid #fff !important;
    color: #005d9a !important;
    border-radius: 0 !important;
    background-image: none !important;
    padding: 10px 30px !important;
    transition: 0.3s !important;
}

.vc_btn3-container.vc_btn3-inline {
    margin-right: 10px;
    margin-bottom: 10px;
}

    /* Icon-Button */

    .button-icon > a,
    .button-icon > a:hover{
        border-radius: 3px !important;
        padding: 10px 25px !important;
    }

    .button-icon > a i{
        font-size: 25px !important;
        height: 25px !important;
        line-height: 25px !important;
    }

    .button-icon.button-icon-sm > a,
    .button-icon.button-icon-sm > a:hover{
        border-radius: 3px !important;
        padding: 2px 15px !important;
    }

    .button-icon.button-icon-sm > a i{
	    font-size: 18px !important;
	    height: 18px !important;
	    line-height: 18px !important;
    }

	.button-icon.button-icon-sm.vc_btn3-container.vc_btn3-inline {
	    margin-right: 5px;
	    margin-bottom: 5px;
	}


    /* Button Sizes & Attributes */

    .button-lg > a,
    .button-lg > button{
        font-size: 18px !important;
    }

    .button-sm > a,
    .button-sm > button{
        font-size: 14px !important;
    }

    /* Button Spinner */

	.button-filled > a span.spinner-border,
	.button-filled > button span.spinner-border,
	.button-outline > a span.spinner-border,
	.button-outline > button span.spinner-border,
	.button-inverse-outline > a span.spinner-border,
	.button-inverse-outline > button span.spinner-border{
		margin-right: 10px;
	}

	/* Button with Icon */

	.button-outline > a.vc_btn3-icon-right,
	.button-outline > button.vc_btn3-icon-right{
		padding-right: 45px !important;
	}

	.vc_btn3-icon-right .vc_btn3-icon{
		right: 15px;
	}
    


/* ############################################################################################# */

/* Helper */

.lift-up-60{
    margin-top: -60px;
}

.lift-up-120{
    margin-top: -120px;
}

.image-shadow img{
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    transition: 0.3s;
}


/* Glossary */

.glossary{
    background-color: #f2f7fa;
    margin-bottom: 30px;
    border: 0;
    border-radius: 0;
}

.glossary ul{
    padding-left: 40px;
}

.glossary ul li{
    list-style: none;
}

.glossary ul li a{
	font-size: 20px;
}


    /* Glossary Carousel */

    #glossar-carousel{
        margin-bottom: 10px;
        border: 1px solid #c7c7c7;
        padding: 5px;
    }

    #glossar-carousel .owl-stage-outer,
    #glossar-carousel .owl-stage,
    #glossar-carousel .owl-item,
    #glossar-carousel .item{
        height: 290px;
    }

    #glossar-carousel .owl-item a{
        display: block;
        width: 100%;
        height: 100%;
    }

    #glossar-carousel .owl-item .item-image{
        width: 100%;
        height: 100%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    #glossar-thumbnails{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
    }

    #glossar-thumbnails a{
        border: 1px solid #c7c7c7;
        width: calc(14.28571% - 10px);
        padding: 3px;
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }

    #glossar-thumbnails a img{
        opacity: 0.5;
    }

    #glossar-thumbnails a:hover{
        border: 1px solid #005d9a;
    }

    #glossar-thumbnails a:hover img{
        opacity: 1;
    }

    #glossar-thumbnails + #author{
        margin-top: 3rem;
    }




/* Knowledge (Grid) */

	#knowledge > .col{
	    margin-bottom: 35px;
	}

	#knowledge .card{
	    border: 0;
	    border-radius: 0;
	    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
	    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
	    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
	    transition: 0.3s;
	}

	#knowledge .card:hover{
	    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
	    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
	    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
	    transition: 0.3s;
	}

	#knowledge .card .card-image{
	    width: 100%;
	    height: 280px;
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: cover;
	}

	#knowledge .card .card-body{
	    padding: 30px;
	}


/* Knowledge (Carousel) */


    #knowledge-carousel .owl-stage-outer{
    	padding: 30px 0;
    }

    #knowledge-carousel .owl-stage{
    	display: flex;
    	/*margin: 0 15px;*/
    }
    
    #knowledge-carousel .item{
        background-color: #fff;
	    border: 0;
	    border-radius: 0;
        margin: 0;
        height: 100%;
	    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	    transition: 0.3s;
    }

    #knowledge-carousel .item:hover{
	    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	    transition: 0.3s;
    }
    
    #knowledge-carousel .item .card-image{
        height: 280px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        display: block; /*display: inline-table;*/
    }


/* Knowledge (Single) */

    #author{
    	background-color: #f2f7fa;
    	padding: 30px;
    }

    #author,
    #author p{
        font-family: "Poppins Regular";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

    #author img{
    	width: 200px;
    	height: 200px;
    	border-radius: 200px;
    	margin: 0 auto;
    	margin-bottom: 30px;
    }

    #author h3,
    #author .h3{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    #author .button-icon > a,
    #author .button-icon > a:hover{
        border-radius: 3px !important;
        padding: 2px 15px !important;
    }

    #author .button-icon > a i{
        font-size: 16px !important;
        height: 20px !important;
        line-height: 20px !important;
    }

    #author .vc_btn3-container.vc_btn3-inline {
        margin-right: 2px;
        margin-bottom: 2px;
    }


/* FAQ */

    .accordion .card{
    	border: 0;
    	border-radius: 0;
    	background-color: transparent;
    	border-top: 1px solid #d8d8d8;
    }

    .accordion .card:last-of-type{
    	border-bottom: 1px solid #d8d8d8;
    }

    .accordion .card .card-header {
        padding: 0px;
        margin-bottom: 0;
        background-color: transparent;
        border-bottom: 0;
    }

    .accordion .card .card-header h2 .btn-link{
    	position: relative;
        font-family: "Poppins Regular";
        font-size: 20px;
        line-height: 27px;
        font-weight: 400;
        color: #afca0b;
        padding: 20px;
    	padding-right: 40px;
    }

    .accordion .card .card-header h2 .btn-link:hover,
    .accordion .card .card-header h2 .btn-link.focus,
    .accordion .card .card-header h2 .btn-link:focus,
    .accordion .card .card-header h2 .btn-link:not(.collapsed) {
        text-decoration: none;
        color: #697a07;
    }

    .accordion .card .card-body{
    	padding: 0 20px 20px 20px;
    }

	.accordion .card .card-header h2 .btn-link::before,
	.accordion .card .card-header h2 .btn-link::after {
		content: "";
		position: absolute;
		top: calc(50% - .25rem + .2em);
		right: 20px;
		width: 1rem;
		height: .125rem;
		background-color: #afca0b;
		transition: transform .5s;
	}
	.accordion .card .card-header h2 .btn-link.collapsed::before {
		transform: rotate(180deg);
	}
	.accordion .card .card-header h2 .btn-link.collapsed::after {
		transform: rotateZ(90deg);
	}

/* Therapist */

    #facetwp-map .gm-style-iw-d{
        padding: 20px;
    }

    #facetwp-map .gm-style .gm-style-iw {
        font-family: "Poppins Regular";
        font-size: 17px;
        line-height: 27px;
        font-weight: 400;
        color: #282828;
    }

    #facetwp-map button.gm-ui-hover-effect{
        top: 5px !important;
        right: 5px !important;
    }

    .facet-wrap h2.h3.facet-label{
        font-family: "Poppins Regular";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .facetwp-facet > .facetwp-input-wrap{
    	max-width: 100%;
    	width: 100%;
    }
    .facetwp-facet > .facetwp-input-wrap > .facetwp-search{
	    min-width: unset;
	    max-width: 100%;
	    width: 100%;
    }

    /* Therapist-Entry */

    @media (min-width: 576px) {
        #therapist-entry.card-deck .card{
            margin-right: 0;
            margin-left: 0;

        }
    }


/* Events (Grid)  */

    #grid-events > .col{
        margin-bottom: 35px;
    }

    #grid-events .card{
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
        transition: 0.3s;
    }

    #grid-events .card:hover{
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
        transition: 0.3s;
    }

    #grid-events .card .card-image{
        width: 100%;
        height: 280px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    #grid-events .card .card-body{
        padding: 30px;
    }

    #grid-events .card-footer{
        background-color: transparent;
        padding-left: 30px;
        padding-right: 30px;
    }

    #grid-events .card-footer .fa,
    #grid-events .card-footer .fab,
    #grid-events .card-footer .fad,
    #grid-events .card-footer .fal,
    #grid-events .card-footer .far,
    #grid-events .card-footer .fas{
        width: 35px;
        text-align: center;
        background-color: #008bd2;
        color: #fff;
        padding: 6px;
        margin-bottom: 2px;
        margin-right: 10px;
        margin-top: 2px;
    }


/* Events (Single)  */

    /* Google Maps */

        #google-maps-iframe{
            height: 300px;
        }

        #google-maps-iframe iframe,
        #google-maps-iframe .BorlabsCookie ._brlbs-content-blocker{
            height: 100%;
        }

        #google-maps-iframe .BorlabsCookie{
            height: 100%;
            background-image: url('/wp-content/uploads/2021/09/maps-placeholder.jpg');
            background-position: center;
            background-size: cover;
        }

        #google-maps-iframe .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed{
            margin-bottom: 0;
            display: block;
            height: 100%;
        }

        #google-maps-iframe .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption{
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

    /* Address */

        #data .fa,
        #data .fab,
        #data .fad,
        #data .fal,
        #data .far,
        #data .fas{
            width: 35px;
            text-align: center;
            background-color: #008bd2;
            color: #fff;
            padding: 6px;
            margin-bottom: 2px;
            margin-right: 10px;
            margin-top: 2px;
        }

        #data .table{
            margin-bottom: 0;
        }

        #data .table td{
            padding: 0;
            vertical-align: middle;
        }


/* Events (Liste)  */

    #list-events .card{
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
        transition: 0.3s;
    }

    #list-events .card:hover{
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
        transition: 0.3s;
    }

    #list-events .fa,
    #list-events .fab,
    #list-events .fad,
    #list-events .fal,
    #list-events .far,
    #list-events .fas{
        width: 30px;
        text-align: center;
        background-color: #008bd2;
        color: #fff;
        padding: 5px;
        margin-bottom: 2px;
        margin-right: 6px;
        margin-top: 2px;
    }

/* CF7 */

.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #f56e28;
    background-color: #fdf0e7;
    color: #f56e28;
    padding: 30px;
    text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #afca0b;
    background-color: #e7efb6;
    padding: 30px;
    color: #697a07;
}

/* Amelia Booking */

#am-add-to-calendar > .el-row > .el-form-item{
	margin-bottom: 60px;
}

	/* Terminverwaltung */

	.am-cabinet-profile-dropdown > .el-dropdown-menu__item svg{
		height: 40px;
    	width: 40px;
	}


/* 404 */    

body.error404 .content404{
    padding-top: 10vh;
    padding-bottom: 12vh;
    text-align: center;
}

body.error404 .content404 h1{
    font-size: 100px;
    line-height: 100px;
}

/* Footer */

#footer{
    background-color: #f2f7fa;
}

    /* Footer-Claim */

    #footer .footer-claim-text{
        margin-bottom: 0;
    }

    #footer .footer-claim-text p{
        font-family: "Poppins Bold";
        font-style: normal;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
    }

    #footer .footer-claim-image{
        margin-bottom: 30px;
    }

    #footer .button-filled.button-icon > a{
        background-color: #008bd2 !important;
        border: 2px solid #008bd2 !important;
    }

    /* Footer-Disclaimer */

    #footer .disclaimer{
        color: #9f9f9f;
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
    }

    #footer .made-in-germany img{
        width: 200px;
    }


    /* Footer-Surface (blue) */

    #footer .footer-surface > .vc_column-inner > .wpb_wrapper > .vc_row{
        background-color: #005d9a;
        border-radius: 10px 10px 10px 0;
        margin-bottom: 60px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 35px;
    }

    @media (min-width: 1200px) {
        #footer .footer-surface > .vc_column-inner > .wpb_wrapper > .vc_row{
            margin-top: -60px;
            padding-left: 15px;
        }
    }

    #footer .footer-surface h5{
        color: #fff;
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
    }

    #footer .footer-surface p,
    #footer .footer-surface a{
        color: #fff;
        font-size: 13px;
        line-height: 17px;
    }

    #footer .footer-surface a:hover{
        color: #80aecc;
    }

    #footer .regumed-logo img{
        width: 250px;
    }

    #footer .widget_nav_menu ul{
        list-style: none;
        padding-left: 0;
    }

    #footer .widget_nav_menu ul li a{
        padding: 0;
        text-transform: uppercase;
    }

    #footer .ribbon{
        margin-bottom: 0;
        position: absolute;
        left: 15px;
        width: 100%;
        max-width: 300px;
        bottom: 50px;
    }

    @media (min-width: 1024px) {
        #footer .ribbon{
            max-width: 400px;
        }
    }

    /* Footer Copyright */

    .footer-copyright{
        font-size: 12px;
    }

body.single-glossary #menu-item-1595 > a,
body.single-knowledge #menu-item-1623 > a,
body.single-knowledge #menu-item-1595 > a {
    color: rgba(0, 37, 61, 1) !important;
}

/* FacetWP bug */
.facetwp-facet-karte .google-maps-content-blocker {
    position: relative;
    height: 700px;
    background-color: rgba(0, 0, 0, .125);
}

.facetwp-facet-karte .google-maps-content-blocker-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 1rem;
    text-align: center;
    transform: translate(-50%, -50%);
}

/* Modal "Kontaktformular" */

.modal-kontakt{
    z-index: 20000;
    background-color: rgba(0,0,0,0.5);
}

.style-modal-kontakt{
    z-index: 1;
    right: 10px;
    bottom: 10px;
    position: fixed;
    box-shadow: rgb(17 17 26 / 10%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 8px 24px, rgb(17 17 26 / 10%) 0px 16px 48px !important;
    margin-bottom: 0 !important;
    background-color: transparent;
    display: flex !important;
    color: #fff;
    width: 65px;
    height: 65px;
    border-radius: 65px !important;
    justify-content: center;
    align-items: center;
    background-color: #afca0b;
    border: 0;
    font-size: 21px;
}

.open-modal-kontakt.modal.show .modal-dialog{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

    /* Groovy Menu */

    #gm-main-menu li.open-modal-kontakt{
        display: flex !important;
    }

    #gm-main-menu li.open-modal-kontakt a{
        background-color: #afca0b;
        color: #fff !important;
        width: 40px;
        height: 40px;
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0;
    }

    #gm-main-menu li.open-modal-kontakt a:hover{
        background-color: #697a07;
    }

    #gm-main-menu li.open-modal-kontakt .gm-menu-item__icon{
        margin: 0;
    }

    @media (min-width: 769px) and (max-width: 1200px) {
    	.gm-navbar .gm-logo > a img{
    		height: 65px !important;
    	}
    }

/* Int. Vertrieb (Grid) */

#international-vertrieb .col{
	margin-bottom: 30px;
}

#international-vertrieb .card{
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border: 0;
}

#international-vertrieb .card-title{
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    padding-top: 1.25rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    background-color: rgba(0,0,0,0.06);
    margin-top: -1.25rem;

	background-color: #00385D;
    color: #fff;
}

#international-vertrieb .card .flag{
    width: 70px;
    height: 46px;
    position: absolute;
    right: 1px;
    top: 1px;
    border-radius: 0px 0 0px 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;


    width: 60px;
    height: 60px;
    right: 15px;
    top: 20px;
    border-radius: 50px;
}

/* scheduledModal (für Sonder-Aktionen) */

#scheduledModal {
    overflow: hidden;
    z-index: 9999999999;
}

#scheduledModal .modal-content{
    background-color: #008bd2 !important;
    border-radius: 15px;
    padding: 10px;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

#scheduledModal .modal-header{
    border: 0;
    padding: 0;
}

#scheduledModal .modal-header button{
    position: absolute;
    right: 7px;
    top: 4px;
    z-index: 1;
}

#scheduledModal .modal-content .h2,
#scheduledModal .modal-content .h3,
#scheduledModal .modal-content a,
#scheduledModal .modal-content a:hover{
    color: #fff;
}

.style-scheduled-modal{
    z-index: 1;
    left: 10px;
    bottom: 10px;
    position: fixed;
    box-shadow: rgb(17 17 26 / 10%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 8px 24px, rgb(17 17 26 / 10%) 0px 16px 48px !important;
    margin-bottom: 0 !important;
    background-color: transparent;
    display: flex !important;
    color: #fff;
    width: 65px;
    height: 65px;
    border-radius: 65px !important;
    justify-content: center;
    align-items: center;
    background-color: #008bd2;
    border: 0;
    font-size: 21px;
}

/* OneTab */
@media print {
  .apop-accessibility.apop-plugin-onetap.apop-toggle-open, .apop-container-toggle{display: none} !important;
}