@charset "utf-8";
/*
Theme Name: debleu 2021 Merkur Online-Akademie
Version: 1.0
Author: debleu.de
Author URI: https://debleu.de/
*/
/*  ------------------------------------------------------------- Global --- */
.home article {
    padding-bottom: 80px;
}
.size-1370 {
    position: relative;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1360px;
}
.size-1380 {
    position: relative;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 1360px;
}
@media only screen and (min-width: 600px) {
	.size-1370 {
		padding-right: 25px;
		padding-left: 25px;
	}	
    .size-1380 {
		padding-right: 20px;
		padding-left: 20px;
	}
}
#debleu-pb {
    padding-bottom: 0;
}
/*  --------------------------------------------------------- Typography --- */
/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: local(''),
       url('fonts/noto-sans-v21-latin-regular.woff2') format('woff2'),
       url('fonts/noto-sans-v21-latin-regular.woff') format('woff');
}
/* noto-sans-700 - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: local(''),
       url('fonts/noto-sans-v21-latin-700.woff2') format('woff2'),
       url('fonts/noto-sans-v21-latin-700.woff') format('woff');
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: local(''),
       url('fonts/roboto-condensed-v19-latin-regular.woff2') format('woff2'),
       url('fonts/roboto-condensed-v19-latin-regular.woff') format('woff');
}
/* roboto-condensed-700 - latin */
/*@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: local(''),
       url('fonts/roboto-condensed-v19-latin-700.woff2') format('woff2'),
       url('fonts/roboto-condensed-v19-latin-700.woff') format('woff');
}*/
/* merriweather-sans-regular - latin */
/*@font-face {
    font-family: 'Merriweather Sans';
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: local(''),
        url('fonts/merriweather-sans-v14-latin-300.woff2') format('woff2'),
        url('fonts/merriweather-sans-v14-latin-300.woff') format('woff');
}*/
/* merriweather-sans-medium - latin */
/*@font-face {
    font-family: 'Merriweather Sans';
    font-style: normal;
    font-weight: 500;
    font-display: fallback;
    src: local(''),
        url('fonts/merriweather-sans-v14-latin-500.woff2') format('woff2'),
        url('fonts/merriweather-sans-v14-latin-500.woff') format('woff');
}*/
body, button, label, input, select, textarea, p, #header-phone a, .content.block-text.price h2 {
	
	/*font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;*/
    
    font-family: 'Noto Sans', sans-serif;
	font-weight: 400;

    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.03rem;
}
.section-headline p {
    font-size: 2rem;
    padding-top: 5px;
}
b, strong, .bold {
	font-weight: 700;
	font-style: normal;
	/*letter-spacing: 0.01rem;*/
}
h1, h2, h3, h4, h5, h6, #page-title h1 {
	
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
    
	font-style: normal;
	line-height: 1.5;
    /*text-transform: uppercase;*/
    /*letter-spacing: 0.1rem;*/
}
/*  flexible font size: min font-size px + (max font size - min font-size) * ((100vw - min screen-size px) / (max screen-size - min screen-size))) */

h1 { font-size: calc(24px + (30 - 24) * ((100vw - 400px) / (1360 - 400))); }
h2 { font-size: calc(22px + (28 - 22) * ((100vw - 400px) / (1360 - 400))); }
h3 { font-size: calc(18px + (20 - 18) * ((100vw - 400px) / (1360 - 400))); }
#page-title h1 { font-size: calc(28px + (36 - 28) * ((100vw - 400px) / (1360 - 400))); }

.slider-content .slider-headline { 
    font-size: calc(40px + (60 - 40) * ((100vw - 400px) / (1360 - 400)));
    line-height: 1.1;
}
@media only screen and (min-width: 1370px) { /* max font size over 1370 px */
	h1 {
		font-size: 3rem;
	}
    h2 {
		font-size: 2.8rem;
	}
    h3 {
		font-size: 2rem;
	}
    #page-title h1 {
        font-size: 3.6rem; 
    }
    .slider-content .slider-headline {
		font-size: 6rem;
    }
}
h4 {
    font-size: 2rem;
}
h5 {
    font-size: 1.8rem;
}
h6 {
    font-size: 1.8rem;
}
hr {
    display: none;
}
/*----------------------------------------------------------------- Quota ---*/
.pb-quota h1, .pb-quota h2 {
	/* flexible font size: min font-size px + (max font size - min font-size) * ((100vw - min screen-size px) / (max screen-size - min screen-size))) */   
    font-size: calc(32px + (40 - 32) * ((100vw - 400px) / (1360 - 400)));
    line-height: 1.2;
}
@media only screen and (min-width: 1370px) { /* max font size over 1370 px */
	.pb-quota h1, .pb-quota h2 {
		font-size: 4rem;
	}
}
.pb-quota p {
    font-size: 1.8rem;
    color: #616161;
}
/* ------------------------------------------------------------- Colors  --- */
html {
    background-color: #e8faff;
    /*background-color: #fff;*/
    
}
#body-col-flex {
    background-color: #fff;
}
body, button, input, select, textarea, p, #content li a {
    color: #616161;
}
h1 {
    color: #01498a;
}
h2, h3, h4, h5, h6 {
    color: #479bb0;
}
.pb-teaser-text-wrap h2, .pb-teaser-text-wrap-color h2, .pb-news h2 {
    color: #479bb0;
    font-size: 3rem;
    text-transform: uppercase;
}
#header {
    background-color: #fff;
}
#topimage {
    background-color: transparent;
}
#footer {
    background-color: #464543;
}
#footer-content .nav-topline {
    color: rgb(0 156 184);
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(39 100 155);
}
#copyright {
	background-color: #000;
}
#copyright a {
    color: #767676;
}
#copyright a:hover {
    color: #B7B7B7;
}
#footer-content a.top {
    background-color: #fff;
	border: 3px solid #464543;
}
a {
    color: #666666;
    text-decoration: none;
	cursor: pointer;
    background-color: transparent;
	text-decoration-thickness: 1px;
}
a:hover {
    color: #000;
}
.content a {
    color: #254c7f;
    text-decoration: underline #479bb0;
}
.content a:hover {
    color: #000;
    text-decoration: underline #254c7f;
}
@media only screen and (min-width: 850px){
    #topnavi-mobile, #menuIconShow, #menuIconHide {
        display: block;
    }
}
/*  ------------------------------------------ Header height + toggle menu --- */
:root {
    --hh-small:  80px; /* edit header height for small screens */
    --hh-wide:  100px; /* edit header height for wider screens */
    --lh-small:  50px; /* edit logo height for small screens */
    --lh-wide:   60px; /* edit logo height for wider screens */
}
@media only screen and (min-width: 992px) { /* edit min-width for toggle menu */
	/*#topnavi { display: flex; }	
	#topnavi-mobile, #menuIconShow, #menuIconHide { display: none; }*/
    .site-branding { max-width: 100%; }
}

/* No edits here! */
.site-branding figure img { height: var(--lh-small); transition: height 300ms; }
#topimage { padding-top: var(--hh-small); transition: padding-top 300ms; }
#menu-open.show, #menu-open.hide { top: var(--hh-small); transition: top 300ms; }
#header.site-header, #head, .site-branding { height: var(--hh-small); }
.site-branding { max-width: 80%; }

@media only screen and (min-width: 620px) {
    .site-branding figure img { height: var(--lh-wide); } 
    #topimage { padding-top: var(--hh-wide); }
    #menu-open.show, #menu-open.hide { top: var(--hh-wide); }
	#header.site-header, #head, .site-branding { height: var(--hh-wide); }
}
/* ---------------------------------------------------------- Breadcrumbs --- */
.breadcrumbs {
    margin-top: 20px;
}
/* -------------------------------------------------------- Header Phone --- */
/*#header-phone {
    display: none;
}
#header-phone svg.icon-phone {
    height: 25px;
    width: 25px;
    padding-right: 5px;
}	
#header-phone a {
    font-size: 40px;
    font-size: 4rem;
	text-decoration: none;
	line-height: 1;
	font-weight: 300;
    color: #fe9f81;
    letter-spacing: -0.2rem;
}
#header-phone p {
    font-size: 90%;
	padding-bottom: 0;
    text-align: right;
}
@media only screen and (min-width: 990px) {
	#header-phone {
		display: block;
	    position: absolute;
		right: 120px;
		top: 50%;
		-ms-transform: translateY(-50%);
		    transform: translateY(-50%);
		text-align: right;
		line-height: 1;
	}
}
@media only screen and (min-width: 1320px) {
	#header-phone {
		right: 140px;
	}
}*/
/*  ------------------------------------------------------------ Footer --- */
#footer {
    background-color: #1a3c65;
}
#footer-content a.top {
    border: 3px solid #fff;
}
#footer-content .company .company-name {
    padding-bottom: 5px;
}
#footer-content .company .company-subline {
    padding-bottom: 10px;
    color: #fff;
}
/* ------------------------------------------------------ Footer Blocks --- */
@media only screen and (min-width: 580px) {
    #footer-content .company {
        margin-right: auto;
        padding-right: 40px;
    }
    #footer-content .nav-wrap {
        margin-left: auto;
        margin-right: 50px;
	}
}
@media only screen and (min-width: 670px) {
    #footer-content .nav-wrap {
        order: 3;
        flex-direction: column;
    }
    #social-box {
        margin: 0;
        order: 3;
    }
    #social-box a {
		display: inline-block;
	}
}
@media only screen and (min-width: 768px) {
    #footer-content .footer-logo {
		display: block;
		width: 100px;
		margin-bottom: 20px;
        margin-right: 40px;
	}
    #social-box {
        order: 5;
	}
}
@media only screen and (min-width: 820px) {
    #social-box {
        order: 3;
        margin-right: 50px;
    }
    #social-box a {
		display: block;
        margin-bottom: 4px;
	}
}
@media only screen and (min-width: 992px) {
    #footer-content .nav-wrap {
		margin-left: auto;
        flex-direction: row;
        margin-right: 30px;
	}
    #footer-content .company-open-hours {
        margin-right: 40px;
    }
    #footer-content .footer-navi {
		margin-left: auto;
        flex-direction: row;
	}
    #footer-content .footer-navi-1, 
    #footer-content .footer-navi-2, 
    #footer-content .company-open-hours {
        margin-right: 40px;
    }
    #footer-content .footer-navi-2 .nav-topline,
    #footer-content .footer-navi-3 .nav-topline {
        display: block;
    }
}
@media only screen and (min-width: 1040px) {
	#footer-content .company ul li a, #footer-content .company-fax {
        padding-top: 5px;
    }
}
@media only screen and (min-width: 1460px) {
    #social-box {
        margin-right: 0;
	}  
}
/* ------------------------------------------------------ Custom CSS --- */
input.wpcf7-submit, a.button {
    background-color: #48bd2b;
    color: #fff;
    max-width: 380px;
    transition: background-color 300ms;
}
input.wpcf7-submit:hover, input.wpcf7-submit:active,
a.button:hover, a.button:active {
    background-color: #34891f;
}
a.button2 {
    text-align: center;
    padding: 6px 20px;
    display: block;
    margin: 20px 0 0 0;
    text-decoration: none;
    background-color: #48bd2b;
    color: #fff;
    max-width: 280px;
    font-size: 1.6rem;
    line-height: 1.2;
    width: 100%;
	transition: background-color 100ms, color 300ms;
}
a.button2:hover, a.button2:active {
	background-color: #34891f;
    color: #fff;
    outline: 0;
}
/* ------------------------------------------------ Section Text Col1 --- */
.text-col1 .section-headline h1 {
    padding-bottom: 20px;
}
/* ------------------------------------------- Contact in CB Section --- */
.product-contact .col-left h2 {
    padding-top: 0;
}
.wpcf7-form .anfrage .policy .wrap {
    min-height: 200px;
}
.wpcf7-form .anfrage .policy .wrap p {
    padding-bottom: 0;
}
/* --------------------------------------- Text Teaser in CB Section --- */
.pb-cpt-teaser {
    padding-bottom: 10px;
}
.pb-cpt-teaser .section-headline h1 {
    padding-bottom: 5px;
}
/* ---------------------------------------------------- Text Teaser --- */
.teaser-small .section-headline h1 {
    padding-bottom: 15px;
}
.teaser-small .pb-teaser-text-wrap {
    position: relative;
    padding: 2px 2px 2px 0;
    background: linear-gradient(to right, #009cb8, #66c4d4);
    -webkit-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
}
.teaser-small .pb-teaser-text-wrap::before {
    content: "";
    position: absolute;
    background: linear-gradient(to left, #01B900, #007BC9);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.teaser-small .pb-teaser-text-wrap:hover::before {
    opacity: 1;
}
.teaser-small h2 {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    padding: 0 90px 0 15px;
    font-size: 1.9rem;
    line-height: 1.3;
    min-height: 60px;
    background-color: #fff;
    color: #252525;
    border-left: 8px solid #66c4d4;
}
.teaser-small h2::after {
    content: "»";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    width: 50px;
    height: 30px;
    background-color: #66c4d4;
    text-align: center;
    border-radius: 15px;
    color: #fff;
    line-height: 1.3;
    transition: background-color 0.3s ease;
}
.teaser-small h2:hover::after {
    background-color: #01B900;
}
.teaser-small h2.headline-h2 {
    display: block;
    border: 0 none;
    font-size: 2.4rem;
    padding: 0 0;
    color: #5d99ad
}
.teaser-small h2.headline-h2::after {
    content: unset;
}
/*#teaser-small .pb-teaser-text-wrap a::before {
    content: "";
    border-left: 10px solid red;
    position: absolute;
    width: 10px;
    height: 100%;
    z-index: 4;
}*/
/* ------------------------------------------------ Berater Overview --- */
#coaches {
    margin-bottom: 40px;
}
#coaches .filter .content {
    margin-bottom: 20px;
    background-color: #e2f6fa;
    padding: 20px 30px;
}
#coaches .filter h3 {
    padding: 0 0 15px 0;
}
#coaches .filter .box-wrap.flex,
#coaches .filter .box.flex {
    flex-direction: column;
}
#coaches .filter .flex .wrap {
    flex-basis: calc(100% / 3);
    padding-bottom: 5px;
}
#coaches .filter input[type=checkbox] {
    position: relative;
    visibility: hidden;
    display: none;
}
#coaches .filter input[type=checkbox] + label {
    position: relative;
    display: block;
    cursor: pointer;
    padding-top: 2px;
    padding-left: 45px;
    padding-right: 20px;
}
#coaches .filter input[type=checkbox] + label::before {
    content: '';
    display: block;
    position: absolute;
    height: 24px;
    width: 24px;
    top: 0;
    left: 0;
    background: #fff;
    border: 2px solid #94b5d2;
    cursor: pointer;
}
#coaches .filter input[type=checkbox] + label::after {
    content: 'X';
    display: block;
    position: absolute;
    height: 24px;
    width: 24px;
    top: 1px;
    left: 0;
    visibility: hidden;
    font-size: 2.4rem;
    color: #444;
    line-height: 1;
    text-align: center;
}
#coaches .filter input[type=checkbox]:checked + label::after {
    visibility: visible;
}
#coaches .filter .button {
    border: 1px solid #56bcd0;
    background-color: #ffffff;
    padding: 4px 20px;
    margin: 0 10px 10px 0;
    transition: background-color 300ms, color 500ms;
    cursor: pointer;
    border-radius: 0;
    width: 100%;
}
#coaches .filter .button:hover {
    border: 1px solid #254c7f;
    background-color: #254c7f;
    color: #fff;
    padding: 1px 20px;
    margin: 0 10px 10px 0;
}

#coaches h2 {
	padding-top: 30px;
    text-align: center;
}

/*#coaches .mentors .box.berater {
    position: relative!important;
}*/
#coaches .mentors .box.berater, #coaches .mentors .box.static {
    border: 10px solid transparent;
    width: 100%;
}
#coaches .mentors .flex, #coaches .mentors .flex {
    display: block;
}
#coaches .mentors .box {
    float: left;
}
#coaches .size-1370::after {
  content: '';
  display: block;
  clear: both;
}
#coaches .mentors .box .content {
    /*background-color: #f0f8ff;*/
    height: 100%;
    padding-bottom: 10px;
    text-align: center;

    /* min-height: 350px; */
}
#coaches .box .berater-name {
    display: block;
    font-size: 1.8rem;
    text-decoration: none;
    color: #0066af;
    padding: 10px 0;
    text-align: center;
}
#coaches .box .berater-qualification p {
    font-size: 1.35rem;
    line-height: 1.6;
    padding: 4px 0 2px 0;
    border-top: 1px solid #cde7fd;
    margin: 0 8px;
}
#coaches .box a.link {
    display: block;
}
#coaches figure img {
    border-radius: 50%;
    border: 6px solid #9bd4df;
    padding: 4px;
}
@media only screen and (min-width: 500px) {
    #coaches h2 {
        text-align: left;
    }
	#coaches .mentors .box.berater {
        position: absolute!important;
    }	
    #coaches .mentors .box.berater, #coaches .mentors .box.static {
        width: 50%;
        /*width: calc((100% - 20px) / 2);*/
    }
    #coaches .grid.flex-hcenter {
        justify-content: unset;
    }
}
@media only screen and (min-width: 750px) {
    #coaches .filter .button {
        width: inherit;
    }
	#coaches .filter .box-wrap.flex {
        flex-direction: row;
    }
    #coaches .filter .box.flex {
        flex-direction: column;
        flex-basis: 50%;
    }
    #coaches .mentors .box.berater, #coaches .mentors .box.static {
        width: calc(100% / 3);
        width: 33.333%;
        /*width: calc((100% - 30px) / 3);*/
	}    
}
@media only screen and (min-width: 992px) {
	#coaches .mentors .box.berater, #coaches .mentors .box.static {
        width: 25%;
        /*width: calc((100% - 40px) / 4);*/
	}
}
@media only screen and (min-width: 1200px) {
    #coaches .filter .box-wrap.flex {
        flex-direction: column;
    }
    #coaches .filter .box.flex {
        flex-direction: row;
        flex-basis: 50%;
    }
	#coaches .mentors .box.berater, #coaches .mentors .box.static {
        width: 20%;
        /*width: calc((100% - 50px) / 5);*/
    }
}
/* --------------------------------------------- Spalten 2/3 + 1/3 --- */
.col-2-3, .col-1-3 {
    width: 100%;
}
@media only screen and (min-width: 992px) {
    .col-2-3 {
        width: calc(100% / 3 *2);
    }
    .col-1-3 {
        width: calc(100% / 3);
    }
}
/*----------------------------------------------------------------- Price ---*/
.pb-image-and-price .overlay {
    position: absolute;
}
.content.block-text.price h1 {
    font-size: calc(28px + (32 - 28) * ((100vw - 400px) / (1360 - 400)));
    padding-bottom: 20px;
    line-height: 1.3;
    color: #01498a;
}
.content.block-text.price h2 {
    font-size: calc(38px + (50 - 38) * ((100vw - 400px) / (1360 - 400)));
    font-weight: 300;
    letter-spacing: -0.2rem;
    padding: 0;
    color: #61686A;
}

.content.block-text.price .button-price {
	display: block;
	margin-top: 10px;
	text-align: center;
	padding: 10px 30px;
	color: #fff;
	font-weight: 600;
	background-color: #ffa400;
	transition: color 200ms, background-color 300ms;
	text-transform: uppercase;
	font-size: 1.8rem;
	text-decoration: none;
	line-height: 1.3;
	white-space: nowrap;
	border-radius: 3px;
}

.content.block-text.price .button-price:hover {
    background-color: #FFBF4D;
    color: #000;
}
@media only screen and (min-width: 500px) {
    .content.block-text.price .button-price {
        max-width: 280px;
    }
}
@media only screen and (min-width: 768px) {
    .content.block-text.price {
        display: flex;
        align-items: flex-end;
    }
}
@media only screen and (min-width: 1370px) {
    .content.block-text.price h1 {
        font-size: 3.2rem;
    }    
    .content.block-text.price h2 {
        font-size: 5rem;
    }
}
/* --------------------------------------------- Coaches on product --- */
.pb-coaches {
    background-color: #f0f8ff;
    margin-bottom: 30px;
}
.pb-coaches .size-1370 {
    padding-right: 10px;
    padding-left: 10px;
}
.pb-coaches figure img {
    border-radius: 50%;
    border: 6px solid #9bd4df;
    padding: 4px;
}
.pb-coaches h2 {
    text-align: center;
    padding-top: 0;
}
.pb-coaches .box {
    flex-basis: 100%;
    border: 10px solid transparent;
    text-align: center;
}
.pb-coaches .box .content {
    max-width: 265px;
    margin: 0 auto;
}
.pb-coaches .box .berater-name {
    display: block;
    font-size: 1.8rem;
    text-decoration: none;
    color: #0066af;
    padding: 10px 0;
}
.pb-coaches .box .berater-qualification p {
    font-size: 1.35rem;
    line-height: 1.6;
    padding: 4px 0 2px 0;
    border-top: 1px solid #cde7fd;
    margin: 0 8px;
}
.pb-coaches .box a.link {
    display: block;
}
@media only screen and (min-width: 500px) {
    .pb-coaches h2 {
        text-align: left;
    }
    .pb-coaches .box {
        flex-basis: 50%;
    }
}
@media only screen and (min-width: 600px) {
    .pb-coaches .size-1370 {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media only screen and (min-width: 640px) {
    .pb-coaches .box {
        flex-basis: 33.333%;
    }
}
@media only screen and (min-width: 992px) {
    .pb-coaches .box {
        flex-basis: 25%;
    }
}
@media only screen and (min-width: 1200px) {
    .pb-coaches .box {
        flex-basis: 20%;
    }
}
/* --------------------------------------------- Contact on product --- */
.product-contact #custom-form  {
    margin: 20px auto;
}
.product-contact #custom-form .col-2 {
    width: 100%;
}
.product-contact #custom-form .col-1 {
    margin-bottom: 10px;
}
.product-contact #custom-form .wpcf7-textarea {
    min-height: 147px;
}
.product-contact #custom-form input.wpcf7-submit {
    max-width: inherit;
    width: 100%;
    margin: 20px 0;
}
.product-contact #custom-form textarea::placeholder, 
.product-contact #custom-form input::placeholder {
    color: #000;
}
.product-contact #custom-form .what input {
    color: #479bb0;
    font-weight: normal;
}
.wpcf7-form .wpcf7-not-valid-tip {
    color: #ff3800;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffa186;
}
@media only screen and (min-width: 768px) {
    .product-contact, .product-contact #custom-form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
@media only screen and (min-width: 992px) {
    .product-contact #custom-form .col-2 {
        width: calc((100% - 20px) / 2);
    }
    .product-contact #custom-form input.wpcf7-submit {
        margin: 10px 0 20px 0;
    }
}
.product-contact .col-left {
    flex-basis: calc(100% - 320px);
}
.product-contact .col-right {
    flex-basis: 320px;
    text-align: center;
    padding-top: 30px;
}
.product-contact figure {
    width: 210px;
    margin: 0 auto;
}
.product-contact figure img {
    border-radius: 50%;
    border: 5px solid #9bd4df;
    padding: 4px;
}
.product-contact h2 {
    padding: 20px 0 0 0;
}
.product-contact .mail, .product-contact .phone {
    display: block;
}
.product-contact .phone {
    font-size: 2.2rem;
    font-weight: 500;
}
.product-contact svg.company-icon {
    fill: #0066af;
    height: 20px;
    width: 20px;
    padding-right: 5px;
    padding-top: 5px;
}
/* ------------------------------------------------ Coaches Single --- */
#coach {
    margin-bottom: 40px;
    margin-top: 40px;
}
#coach .wpcf7-textarea {
    min-height: 120px;
}
.single-berater .topline a {
    font-size: 2.4rem;
    color: #01498a;
}
coach .berater {
    margin-top: 30px;
}
#coach .berater-name {
    display: flex; 
    align-items: flex-start; 
    flex-direction: column; 
    justify-content: flex-end;
}
#coach .berater figure {
    margin-bottom: 20px;
    /*width: 100%;*/
    border-radius: 50%;
    border: 8px solid #9bd4df;
}
#coach .berater .contact-form,
#coach .berater .description {
    padding-right: 40px;
}
#coach .berater-qualification {
    padding-bottom: 20px;
}
#coach .berater-qualification p {
    padding-bottom: 5px;
}

#coach .contact-form {
    margin-top: 20px;
}
#coach h2.contact-form {
    margin-top: 30px;
}
#coach li {
    text-indent: -24px;
    padding-left: 30px;
    padding-bottom: 10px;
}
#coach li::before {
    content: "»";
    padding-right: 10px;
}
#coach .teaser-small {
    margin-left: -10px;
    width: calc(100% + 20px);
}
#coach #products h3 {
    padding-top: 0;
}
#coach #products h2 {
    padding-bottom: 0;
}

@media only screen and (min-width: 640px) {
/*    #coach .berater figure {
        width: inherit;
    }*/
    #coach .berater-name {
        padding-left: 40px; 
    }
    #coach .teaser-small .col3 {
        flex-basis: 50%;
    }
}
@media only screen and (min-width: 980px) {
	.berater-single figure {
		width: 200px;
	}
	.berater-single .wrap {
		max-width: calc(100% - 200px);
		padding-left: 30px;
	}
    #coach .teaser-small .col3 {
        flex-basis: 100%;
    }
    #products header {
        padding-left: 10px;
    }
    #coach .description {
        padding-right: 50px;
    }
}

/* ------------------------------------------------------ Borlabs Cookie --- */

#BorlabsCookieBox .brlbs-cmpnt-dialog-box-header, 
.brlbs-cmpnt-container .brlbs-cmpnt-dialog-box-header {
	justify-content: center !important;
	flex-direction: column !important;
}

.brlbs-cmpnt-dialog-box-header h2 {
	border-top: 1px solid #0051b7 !important;
	margin-top: 5px !important;
	padding-top: 5px !important;
	display: block !important;
   	text-transform: uppercase;
}