/*
	Theme Name: Bestes Coaching Landingpage 2025
	Theme URI: https://www.beste-lsp-workshops.de/
	Description: Bestes Coaching Landingpage 2025 Theme
	Version: 1.0
	Author: Christoph Karnebogen, Mirco Hueneke
	Author URI: http://www.diewildengestalten.de
*/

/* ------------------- WEBFONT IMPORT  ------------------- */

@font-face {
    font-family:'nobel';
    font-style: normal;
    font-weight: 300; /* Book */
    src: 
      url(/wp-content/themes/bestes-coaching/fonts/Nobel-Book.woff2) format('woff2'),
      url(/wp-content/themes/bestes-coaching/fonts/Nobel-Book.woff) format('woff');
}

@font-face {
    font-family:'nobel';
    font-style: normal;
    font-weight: 700; /* Book */
    src: 
      url(/wp-content/themes/bestes-coaching/fonts/Nobel-Bold.woff2) format('woff2'),
      url(/wp-content/themes/bestes-coaching/fonts/Nobel-Bold.woff) format('woff');
}



/* ------------------- VARIABLES ------------------- */
/* fuer IE extra script css-vars.js laden */
:root {
	--bc-blue: #07a0b8;
	--bc-lightblue: #e9f1f4;
	
	--bc-green: #06555b;
	
	--bc-yellow: #f8aa00;
}



/* ------------------- BASIC ------------------- */

body{
	font-family: "nobel", sans-serif;
	font-weight: 300;
	background-color: var(--bc-lightblue);
	font-size: 20px;
	color: var(--bc-green);
}

.body-wrap{
	overflow-x: hidden;
}

::focus {
    outline: 0 !important;
}

.effect, a{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

p:last-child{
	margin-bottom: 0;
}

a {
	color: inherit;
}

a:hover {
	color: inherit;
}

b, strong{
	font-weight: 700;
}

button:focus{
    outline: 0 !important;
}




/* --------------- HEADINGS AND TXT --------------- */

h1{
	color: var(--bc-green);
	text-transform: uppercase;
	font-size: 83px;
	font-weight: 700;
    line-height: 0.9;
}

h2{
	color: var(--bc-green);
	text-transform: uppercase;
	font-size: 48px;
	font-weight: 700;
    line-height: 0.9;
}

h3{
	color: var(--bc-yellow);
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
    line-height: 1.1;
	margin-bottom: 20px;
}





/* -------------------- COLORS -------------------- */

.bc-blue{ color: var(--bc-blue) !important; }
.bc-green{ color: var(--bc-green) !important; }




/* ------------------- NAVIGATION ------------------- */

.navbar {
    padding: 0;
	padding-top: 45px;
}

.navbar-brand{
	padding: 0; 
}

.navbar-brand img{
	width: 215px;
}

.navbar-collapse {
    justify-content: end;
}

.navbar-nav .nav-link {
    padding: 3px 20px !important;
    background-color: var(--bc-green);
	color: white;
	font-size: 14px;
	font-weight: 700;
	border-radius: 100px;
	text-transform: uppercase;
	margin-left: 13px;
}

#menu-main-menu li:last-child .nav-link{
    background-color: var(--bc-yellow);
	color: var(--bc-green);
}

.navbar-nav .nav-link:hover{
	transform: translatey(-3px);
}

.bun, .patty{
	background-color: var(--bc-green);
	height: 3px;
	width: 38px;
	display: block;
	margin-bottom: 6px;
	transform: rotate(0deg);
	
	-webkit-transition: all 0.3s ease-in-out !important;
	-moz-transition: all 0.3s ease-in-out !important;
	-ms-transition: all 0.3s ease-in-out !important;
	-o-transition: all 0.3s ease-in-out !important;
	transition: all 0.3s ease-in-out !important;
}

.bun-bottom{
	margin-bottom: 0;
}

.fake-patty{
	/* background-color: yellow; */
	position: absolute;
	margin-top: -9px;
	transform: rotate(0deg);
	
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.navbar-toggler:not(.collapsed) .bun, .navbar-toggler:not(.collapsed) .patty{
	background-color: transparent;
}

.navbar-toggler:not(.collapsed) .patty{
	background-color: var(--bc-green);
	transform: rotate(-45deg);
}

.navbar-toggler:not(.collapsed) .fake-patty{
	background-color: var(--bc-green);
	transform: rotate(45deg) !important;

	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.navbar.active .bun{
	opacity: 0;
}





/* ----------------- FOOTER ----------------- */

footer{
	border-radius: 35px;
	border: 1px solid var(--bc-green);
	color: var(--bc-green);
	margin: 0 45px 0 45px;
	padding: 40px 65px 40px 40px;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 75px;
}

@media (min-width: 1200px) and (max-width: 1340px) { 
	.law-links {
		width: 100%;
		text-align: right;
	}
}

.footer-wrap{
    display: flex;	
}

.footer-topspacer{
	padding-top: 10px;
}

.footer-logo img{
	width: 215px;
	margin-right: 70px;
}

.law-links a{
	margin-left: 10px;
    display: inline-block;
    position: relative;
}

.law-links a:hover{
	text-decoration: none;
}

.law-links a:after{
	content: '';
    height: 1px;
    width: 100%;
    background-color: var(--bc-green);
    margin-top: 0px;
    display: block;	
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.law-links a:hover:after{
	background-color: transparent;
}

.dwg{
	margin: 20px 111px;
	text-align: right;
	color: var(--bc-blue);
	text-align: right;
	font-size: 14px;
}

.dwg a:hover{
	text-decoration: none;
	color: var(--bc-green);
}






/* ----------------- ELEMENTS ----------------- */

.container-custom{
	width: 100%;
	padding: 0 80px;
	max-width: 1700px;
	margin: 0 auto;
}

#lay-intro{
	padding-top: 100px;	
	padding-bottom: 75px;	
}

#lay-benefits{
	padding-top: 75px;	
	padding-bottom: 100px;	
	position: relative;
}

#lay-aha{
	padding-top: 75px;	
	padding-bottom: 150px;	
	background-color: var(--bc-blue);
	margin-bottom: 75px;
	position: relative;
}

#lay-plus{
	padding-top: 75px;	
}

#lay-references{
	padding-top: 150px;	
	padding-bottom: 150px;	
	position: relative;
}

#lay-webinar{
	background-color: var(--bc-blue);
	padding-bottom: 175px;
}

#lay-itsame{
	margin-top: -50px;
	padding-bottom: 75px;	
}

#lay-workshop{
	padding-top: 75px;	
	padding-bottom: 100px;	
}

#lay-faq{
	padding-top: 150px;
	padding-bottom: 100px;
	margin-top: 100px;
	background-color: var(--bc-blue);
	position: relative;
}

#lay-cta-end{
	padding-top: 100px;
	padding-bottom: 75px;
	text-align: center;
	position: relative;
}

#lay-dsim{
	margin-top: 150px;
	padding-bottom: 75px;
}

.ds-im h1 {
    margin-bottom: 30px;
    font-size: 60px;
}

.ds-im h2 {
    margin-top: 50px;
    text-align: left;
    font-size: 20px;
    margin-bottom: 10px;
}

.ds-im h3 {
    margin-bottom: 10px;
    margin-top: 40px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}

.ds-im h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
}

.ds-im ul {
    padding-left: 15px;
}

.ds-im a {
    color: var(--bc-blue);
	word-break: break-all;
}



#lay-cta-end h2{
	color: var(--bc-green);
	text-transform: uppercase;
	font-size: 83px;
	font-weight: 700;
    line-height: 0.9;
}

.cta-fake-bg{
	position: absolute;
	background-color: var(--bc-blue);
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
	z-index: -50;
}


.benefits-fake-bg{
	position: absolute;
	background-color: var(--bc-blue);
	bottom: 0;
	left: 0;
	width: 100%;
	height: 350px;
	z-index: -50;
}


.references-fake-bg{
	position: absolute;
	background-color: var(--bc-blue);
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: -50;
}

.btn-style {
    background-color: var(--bc-yellow);
    color: var(--bc-green);
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 100px;
	display: inline-block;
}

.btn-style:hover {
	text-decoration: none;
	transform: translatey(-3px);
}

.btn-big {
    font-size: 26px;
    padding: 10px 40px;	
    margin-top: 50px;
}

.btn-small {
    padding: 5px 20px;	
	margin: 5px 10px 5px 0;
}

.card {
    background-color: transparent;
    border: none !important;
}

.card button{
	text-align: left;
    background-color: transparent;
    border: 0;
    margin-bottom: 15px;
	margin-top: 15px;
    font-weight: 700;
    color: var(--bc-green);
	padding-right: 50px;
	position: relative;
}

.card button:after {
    content: '';
    width: 14px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(180deg);
	background-image: url('img/icon-arrow.svg');
	background-size: cover;
	background-position: center center;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.card button.collapsed:after{
	transform: translateY(-50%) rotate(0deg) !important;
}

.card-content {
    background-color: white;
    border-radius: 17px;
    font-weight: 400;
    color: var(--bc-green);
	filter: drop-shadow( 15px 15px 120px #06555b99 );
	shape-rendering: geometricPrecision;
	will-change: filter;
}

.answer-wrap{
    padding: 20px 25px;	
	font-weight: 300;
}

#accordionExample{
	margin-top: 50px;
}

.accordion>.card {
    overflow: visible;
}

.section-divider {
    width: 130px;
    height: 130px;
    background-color: var(--bc-lightblue);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-divider-bottom {
    width: 130px;
    height: 130px;
    background-color: var(--bc-lightblue);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-divider img, .section-divider-bottom img{
	width: 65px;
}

.intro-content{
	padding: 0 60px;
}

.intro-text{
	width: calc( 100% - 100px);
	margin-top: 50px;
	margin-bottom: 15px;
}

.tooth-style{
	width: calc( 100% - 40px ); 
	height: auto;	
	filter: drop-shadow( 15px 15px 120px #06555b99 ); /* 60% — 99 */
	shape-rendering: geometricPrecision;
	will-change: filter;
}

.tooth-aha-style {
    width: 100%;
    height: auto;
	filter: drop-shadow(15px 15px 120px #06555b99);
	will-change: filter;
	shape-rendering: geometricPrecision;
}

.rings {
    position: absolute;
    z-index: -2;
    width: 52vw;
    top: 50%;
    left: 50%;
    transform: translate(-63%, -54%);
}

.benefit-box{
	background-color: var(--bc-lightblue);
	border-radius: 35px;
	padding: 40px;
	padding-bottom: 30px;
	filter: drop-shadow(15px 15px 120px #06555b99);
	pointer-events: none;
	shape-rendering: geometricPrecision;
	will-change: filter;
	text-align: center;
	height: 100%;
    flex-wrap: wrap;
    display: flex;
}

.bbox-2, .bbox-4{
	margin-top: 35px;
}

.benefit-box span{
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin-bottom: 40px;
	line-height: 0.9;
}

.benefit-icon {
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}
.benefit-icon-1 { width: 120px; margin-top: -60px; }
.benefit-icon-2 { width: 130px; margin-top: -85px; }
.benefit-icon-3 { width: 87px; margin-top: -60px; }
.benefit-icon-4 { width: 88px; margin-top: -60px; }

#lay-benefits .headline-box{
	margin-bottom: 115px;
}

#lay-aha .headline-box{
	margin-bottom: 75px;
}

#lay-plus .headline-box{
	margin-bottom: 80px;
}

#lay-webinar .headline-box{
	margin-bottom: 75px;
}

#lay-workshop .headline-box{
	margin-bottom: 75px;
}

.list-wrap{
	margin-top: 150px;
}

.plus-spacer{
	height: 100px;
}

.content-style ul{
	padding-left: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.content-style ul li{
	list-style: none;
	border-bottom: 2px solid var(--bc-blue);
	padding: 20px 0;
}

.content-style ul li:first-child{
	border-top: 2px solid var(--bc-blue);
}

#lay-workshop .btn-big {
    margin-top: 30px;
}

.about-content{
	padding: 200px 100px 100px 100px;
}

#lay-itsame h2 {
    margin-bottom: 75px;
}

.b-style{
	width: 100%; 
	height: auto;	
	margin-left: -80px;
	filter: drop-shadow(15px 15px 120px #06555b99);
	shape-rendering: geometricPrecision;
	will-change: filter;
}

.entry-style{
	border: 2px solid var(--bc-blue);
	display: inline-block;
	margin: 10px;
	border-radius: 100px;
	padding: 10px 25px;
	font-weight: 700;
}

.entry-style-green{
	border: 2px solid var(--bc-green);
}

.entry-style img{
	width: 19px;
	margin-right: 15px;
    margin-top: -5px;
}

.plus-icon{
	position: absolute;
	z-index: 5;
	bottom: 20px;
	right: -20px;
	width: 110px;
}

.list-green-wrap{
	margin-top: 30px;
	margin-bottom: 15px;
}

.btn-cam{
	width: 30px;
	margin-right: 15px;
	margin-top: -10px;
}

.owl-carousel .owl-stage-outer{
    overflow: visible;
}

.owl-box-style{
	border-radius: 35px;
	background-color: var(--bc-lightblue);
	color: var(--bc-blue);
	filter: drop-shadow(15px 15px 120px #06555b99);
	display: flex;
	flex-direction: row;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.owl-carousel .item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.owl-carousel .content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.owl-img-box{
	height: 100%;
	flex: 0 0 33.33333%;
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
	background-size: cover;
	background-position: center center;
}

.owl-txt-box{
	padding: 60px 40px 40px 40px;
}

.owl-txt-box div {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 40px;
    line-height: 1;
}

label, input, select, textarea{
	width: 100%;
	font-weight: 300;
}

input, select, textarea{
	padding: 6px 10px;
}

.modal-content {
    border: 0;
	border-radius: 35px;
}

.modal-dialog {
	max-width: 700px;
}

.modal-body {
    padding: 60px 80px 50px 80px;
}

.modal-header {
	font-family: "nobel", sans-serif;
    padding: 30px 25px 30px 80px;
    text-transform: uppercase;
    border: 0;
    background-color: var(--bc-blue);
	border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}

.modal-title{
    font-weight: 700 !important;	
}

.modal-footer {
    justify-content: center;
    border: 0;
}

.wpcf7-checkbox .wpcf7-list-item{
	width: 100%;
    margin-left: 0	
}

.wpcf7-checkbox .wpcf7-list-item label{
	display: flex;
}

.wpcf7-list-item {
    margin: 4px!important;
	border-bottom: 1px solid var(--bc-blue);
	}

input[type=checkbox] {
    width: auto;
    margin-right: 15px;
}

form h4{
	margin-bottom: 20px;
	margin-top: 30px;
}

form .modal-title {
	text-transform: uppercase;
	margin-top: 25px;
}

form p {  
	margin-botton: 0px; 
}

.pflicht{
	color: red;
}

.pflicht-info{
	font-size: 13px;
	text-align: right;
}

input:focus-visible{
	outline: none;
}

.wpcf7-list-item-label{
	line-height: 1.3;
}

.cf7mls-btns .cf7mls_next.action-button, .cf7mls-btns .cf7mls_back.action-button {
    border-radius: 35px;
	background-color: var(--bc-yellow);
	color: var(--bc-green);
	font-size: 17px;
}

.cf7mls-btns .cf7mls_back.action-button {
	background-color: var(--bc-blue);
	color: white;
	opacity: 0.5;
}

.wpcf7 form .wpcf7-response-output {
    margin: 30px 0 0 0 !important;
    border: 2px solid var(--bc-yellow) !important;
}

input.wpcf7-form-control.wpcf7-submit {;
    background-color: var(--bc-yellow);
    border: 0;
    color: var(--bc-green);
	text-transform: uppercase;
	font-weight: bold; 
    padding-top: 15px;
    padding-bottom: 15px;
	border-radius: 40px!important;
}

.hinweis-ds{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 13px;
}

.hinweis-ds a{
	text-decoration: underline;
}

.hinweis-ds a:hover{
	text-decoration: none;
}

.wpcf7 form.form-sent {
	display: none !important;
}


a.insta-btn img { 
	width: 75%;
	height: auto;
}

.law-links a.insta-btn:after {
	height: 0px;
}








/* ------------------------------------------------ MOBILE ------------------------------------------------ */

@media screen and (max-width: 767.98px) { 
	
	.container {
		padding: 0 40px;
	}
	
	.container-custom {
		padding: 0 40px;
	}
	
	h1 {
		font-size: 48px;
	}
	
	#lay-cta-end h2 {
		font-size: 48px;
	}
	
    .footer-wrap {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
	
	footer {
		justify-content: center;
		margin-top: 50px;
	}
	
	.intro-content {
		padding: 0;
		margin-bottom: 80px;
	}
	
	.tooth-style {
		width: 100%;
	}
	
	.rings {
		width: 660px;
		transform: translate(-50%, -50%);
	}
	
	.dwg {
		margin: 20px 40px;
		text-align: center;
	}
	
	.footer-logo img {
		width: 200px;
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.cta-fake-bg {
		height: 123px;
	}
	
	#lay-faq {
		padding-bottom: 0px;
	}
	
	.btn-style {
		line-height: 1.1;
	}
	
	.about-content {
		padding: 100px 0px 50px 0px;
		text-align: center !important;
	}

	.b-style {
		width: calc(100% + 40px);
		margin-left: -40px;
	}
	
	.intro-text {
		width: 100%;
	}
	
	.bbox-2, .bbox-4 {
		margin-top: 0px;
	}
	
	.benefit-box{
		margin-bottom: 40px;
	}
	
	.benefit-box-wrap{
		margin-bottom: 50px;
	}
	
	#lay-benefits {
		padding-bottom: 50px;
	}
	
	.tooth-aha-style {
		margin-top: 50px;        
		z-index: 1;
        position: relative;
	}
	
	#lay-workshop {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	#lay-itsame {
		padding-bottom: 50px;
	}
	
	.owl-img-box {
		flex: 0 0 250px;
		border-radius: 35px;
	}
	
	.owl-box-style {
		flex-direction: column;
	}
	
	.modal-dialog {
		margin: 40px;
	}
	
	.navbar-nav {
		padding-top: 30px;
	}
	
	.navbar-nav .nav-link {
		text-align: center;
		margin-top: 10px;
		margin-left: 0;
	}
	
	.modal-body {
		padding: 30px 40px 15px 40px;
	}
	
	.modal-header {
		padding-left: 40px;
	}
	
	.navbar-brand img{
		width: 200px;
	}
	
}
/* ------------------------------------------------ Extra small devices ------------------------------------------------ */

@media screen and (max-width: 575.98px) { 
	
	.container-custom {
		padding: 0 40px;
	}
	
	.owl-carousel .owl-item {
		display: block;
	}
	
}





/* ------------------------------------------------ TABLET ------------------------------------------------ */

@media (min-width: 768px) and (max-width: 991.98px) { 
	
	.law-links {
		width: 100%;
		text-align: right;
	}
	
	.navbar-nav {
		padding-top: 30px;
	}
	
	.navbar-nav .nav-link {
		text-align: center;
		margin-top: 10px;
		margin-left: 0;
	}
	
	.benefit-box-wrap{
		margin-bottom: 50px;
	}
	
	.intro-content {
		padding: 0;
	}
	
	.about-content {
		padding: 200px 0px 100px 0px;
	}

	h1 {
		font-size: 65px;
	}
	
	.plus-icon {
		width: 70px;
	}
	
	.owl-img-box {
		flex: 0 0 300px;
		border-radius: 35px;
	}
	
	.owl-box-style {
		flex-direction: column;
	}
	
}






/* ------------------------------------------------ Small Computers ------------------------------------------------ */

@media (min-width: 992px) and (max-width: 1199.98px) { 
	
	.law-links {
		width: 100%;
		text-align: right;
	}	
	
    .navbar-nav .nav-link {
        text-align: center;
        height: 100%;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        line-height: 1.3;
    }
	
	.benefit-box-wrap{
		margin-bottom: 50px;
	}
	
	h1 {
		font-size: 65px;
	}
	
	.plus-icon {
		width: 85px;
	}
	
	.owl-img-box {
		flex: 0 0 350px;
		border-radius: 35px;
	}
	
	.owl-box-style {
		flex-direction: column;
	}
	
	.about-content {
		padding: 200px 50px 100px 00px;
	}
	
}







