/*
 * Titel / Text
 * Buttons
 * Language Switch
 * Log Out sign
 * Menu
 * Hover bei Menu
 * Badge
 * Boullets at Texts on Home at Text
 * Testimonials
 * Ordner-Video (Kommentar unter dem Video)
 * Video generell
 * Overview Grafiken
 * Formular (Auf Danke-Seite wenn Fehler)
 * Login-Formular
 * No Access Message after login
 * Newsletter und Trial Form
 * Trial Form at Hero
 * Trial Form at Login
 * Footer Trial-Form Highlighted
 * Close Button für mit JS geöffnete Container
 * Pricing Table
 * Impressum Seite
 * FAQ Accordion
 * Liste mit Checks
 * Upgrade Section
 * Upgrade Form
 
 * Payment Seiten
 * Rechnungs-Tabelle
 * Rechnungs-Formular
 * User dropdown
 * .die
 * .pointer
 * Buchungs-Formular
 * Tool Tip
 * Impressum
 * Change Password, aufklappbarer Zusatztext
 * Stripe Bestellung in der Suite
 * Stripe Bestellbutton aus Shortcode (individuelle Klassen per SC übergeben)
 * FAQ Accordion
 * Currency Switch
 * Seite Farbtool (Video mit Theater Modus)
 * Blog Beiträge
 * 
 */
 
 /*  * {outline: 1px solid;}*/
 

/************** Titel / Text ***************/

h1{
	margin-bottom: 30px; 
	text-transform: uppercase;
	font-size: 2.8em;
	font-family: 'lato light';
	font-weight: 400;
	letter-spacing: -0.02em;
	word-spacing: 0.09em;
}

@media(max-width:1000px){
	.header-mit-icon-wrap h2{
		font-weight: 700 !important;
	}
}

.text-60{
	font-size:60%;
}.text-65{
	font-size:65%;
}.text-70{
	font-size:70%;
}.text-75{
	font-size:75%;
}.text-80{
	font-size:80%;
}.text-85{
	font-size:85%;
}.text-90{
	font-size:90%;
}.text-95{
	font-size:95%;
}
.lh-1{
	line-height: 1;
}.lh-1-1{
	line-height: 1.1;
}.lh-1-2{
	line-height: 1.2;
}


/************** Buttons ***************/

.brxe-button{
	cursor: pointer;
	transition: transform 0.3s, filter 0.3s;
}
.brxe-button:hover {
    filter: brightness(110%);
		transform: translateY(-4px);
}
.kineNarrowBtn {
    margin: 0 0 10px;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.45);
    border-radius: 999px;
    cursor: pointer;
    font-weight: bold;
	white-space: nowrap;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.1s;
	background: #FFF;
}
.kineNarrowBtn:hover {
	box-shadow: none;
}
.yellow-btn{
	background: #FFD64F;
	color: #48639C;
}
.red-btn{
	background: #FF7F7F;
	color: #FFF;
}
.kine-btn{
	background:#ffd64f; 
	color:#212121;
	padding: 5px 10px !important;
	text-align: center !important;
	line-height: 40px !important;
	margin: 5px !important;
	cursor: pointer !important;
	width: auto !important;
	text-transform: uppercase;
}
.scale85{
	transform: scale(85%);
}

/* Button des Standard-Formular-Plugins */
#peb-std-form-submit{
	border-radius: 999px !important;
}


/************** Language Switch **************

.lang-item{
	padding: 0 !important;
	margin: 0 !important;
}
.lang-item a{
	gap: 5px;
}
ul#menu-languages img{
  display: none;
}
ul#menu-languages li{
	white-space: nowrap;
}
ul#menu-languages a:hover::before  {
	background: #FF7F7F;
	color: #ffffff;
	transition: all 0.4s;
}
a[hreflang="de-CH"]::before {
  content: 'DE';
  padding: 0;
}

a[hreflang="en-US"]::before {
  content: 'EN';
  padding: 0 5px;
}

a[hreflang="de-CH"]::after {
  content: '|';
  position: relative;
  left: -2px;
}

a[hreflang="en-US"]::after {
  content: '|';
  position: relative;
  left: -5px;
}
*/


/************** Log Out sign ***************/
#logout-sign{
	position: relative;
	bottom: -1px;
}

/************** Menu ***************/
#menu-main-menu li a, #menu-main-menu-en li a{ /* Menu Items nicht umbrechen */
	white-space: nowrap;
}
#menu-menu-public{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
@media(max-width:800px){ /*kleinerer Menu Item Abstand */
	ul#menu-menu-intern li{
    margin: 0 13px;
	}
}

/* Kinedata Suite Button im Menu */
.navi-suite-btn a:before{
	content: 'l';
	font-family: peb;
	margin-right: 3px;
}

/* Login Button im Menu */
.navi-login-btn {
	background-color: var(--bricks-color-primary);
    padding: 10px 15px;
    border-radius: 999px;
    font-weight: 600;
    transition: filter 0.3s;
		line-height: 1;
    display: flex;
    align-items: center;
		cursor: pointer;
		transition: transform .3s filter .3s;
}
.navi-login-btn:hover{
	filter: brightness(1.1);
	transform: translateY(-3px);
}
.navi-bold-btn{
	font-weight: 700;
}
/************** Hover bei Menu ***************/

.bricks-nav-menu li::before{
	content: '';
	display: block;
    width: 0px;
    height: 0px;
    background-image: url('/wp-content/uploads/navi-deko.gif');
	background-repeat: no-repeat;
	/*border-radius: 7px;*/
	position: absolute;
	top: -8px;
	left: 0px;
	transition: all .5s;
}

ul.bricks-nav-menu li:hover::before {
	width: 14px;
  height: 14px;
	top: 2px;
  left: -17px;
}

ul.bricks-nav-menu li.current-menu-item::before{ 
	width: 14px;
  height: 14px;
	top: 2px;
  left: -17px;
}

#menu-item-3316:before { /* Menu Effekt nicht für Login-Button */
    display: none;
}
footer ul.bricks-nav-menu li:hover::before { /* Kein :hover Menu Effekt im Footer */
	display: none; 
}
footer ul.bricks-nav-menu li.current-menu-item::before { /* Position :before im Footer füt aktiven Link */
    top: 5px;
    left: -21px;
}

/* Menu Umbruch nur vor Internen Menu items */
.menu-break-before-internal{
  display:none;
}

@media (max-width:1420px){
  .menu-break-before-internal{
    display:block;
    flex-basis:100%;
    width:100%;
    height:0;
    margin:0 !important;
    padding:0 !important;
    list-style:none;
  }

  .menu-break-before-internal > a{
    display:none !important;
  }
	ul#menu-menu-intern{
		flex-wrap: wrap;
	}
}

/************** "NEU"-Badge bei Menu ***************/
li#menu-item-4317 a,
li.menu-item-4317 a,
li#menu-item-4242 a,
li.menu-item-4242 a {
	position: relative;
}

li#menu-item-4317 a:before,
li.menu-item-4317 a:before,
li#menu-item-4242 a:before,
li.menu-item-4242 a:before { 
	content: 'NEU';
	position: absolute;
	top: -6px;
	left: -17px;
	transform: rotate(-15deg);
	line-height: 1;
	background: rgb(255 214 79);
	padding: 2px 5px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 700;
	transition: top .2s ease, transform .2s ease;
}

li.menu-item-4317 a:before,
li.menu-item-4242 a:before{ /* Positionierung bei Mobile */
	  top: 5px;
    left: 10px;
    color: #364a75;
}

li#menu-item-4317::before,
li#menu-item-4242::before { /* kein Standard Effekt für diesen Menu Item */
	display: none;
}

li#menu-item-4317:hover a:before,
li#menu-item-4242:hover a:before {
	top: -8px;
	transform: scale(1.3) rotate(-15deg);
}
li.menu-item-4317:hover a:before,
li.menu-item-4242:hover a:before {
	transform: scale(1.3) rotate(-15deg);
}

/************** Badge ***************/
.peb-badge{
	position: relative;
}
.peb-badge:before{ 
	position: absolute;
	top: -6px;
	left: -17px;
	transform: rotate(-15deg);
	line-height: 1;
	background: rgb(255 214 79);
	padding: 2px 5px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	transition: top .2s ease, transform .2s ease;
}
.peb-badge-pro:before{
		content: 'PRO';
		color: #48639c;
}

/************** Boullets at Texts on Home at Text ***************/
.steps-text::before{
	content: '•';
	margin-right: 10px;
	font-size: 20px;
	display: inline-block;
	transform: scale(200%);
}


/************** Testimonials ***************/

.testimonial-text:before{
	content: '❞';
	font-size: 8rem;
	color: #ABC959;
	background-color: transparent;
	line-height: 1;
	position: absolute;
	left: 10px;
	top: 0px;
}
@media(max-width:768px){
	.testimonial-text:before{
		left: calc(50% - 20px);
	}
}

/************** Ordner-Video (Kommentar unter dem Video) ***************/

#ordner-vid-comment{
	text-align: center;
	background: #0fa3b1;
	color: #FFF;
	opacity: 0;
	max-height: 0px;
	overflow: hidden;
	transition: all 3s;
}
.ordner-vid-com-show{
	max-height: 130px !important;
	opacity: 1 !important;
	padding: 7px;
}
#ordner-vid-reload{
	position: absolute;
	bottom: 0px;
	left: 0;
	font-size: 100%;
	padding: 1px 2px 0 0;
	background: #FFF;
	line-height: 1;
	margin: 5px;
	visibility: hidden;
	cursor: pointer;
}
	
/************** Video generell ***************/

video {
  filter:brightness(1.1);
}
#resp-vid-wrap{
	box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.15);
}

/************** Overview Grafiken TOOL **************/

#all-overviews-outer-wrap{
	display: block;
	width: 1160px;
	height: 750px;
	overflow: hidden;
	position: relative;

}

#all-overviews-inner-wrap{
	position: absolute;
	left: 0px;
	top: 0px;
	display: flex;
	flex-shrink: 0;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	transition: all 0.8s;
}
/*@media(max-width:1200px){
	#all-overviews-outer-wrap{
		scale: 80%;
	}
}
*/
#overview-btn-right-txt {
    
    justify-content: center;
    /* padding-top: 4px; */
}
.muscle-overview-navi-btn{
	width: 50px;
    height: 50px;
    margin-top: 15px;
		padding: 0;
		border: 1px solid;
    border-radius: 10px;
		background: rgba(255,255,255, 0.8);
		box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
		color: #666;
    text-align: center;
    line-height: 50px;
    font-size: 33px;
    font-family: peb;
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
    transform: rotate(0deg);
    cursor: pointer;
    transition: all 0.3s;
}
.muscle-overview-navi-btn:hover{
	box-shadow: none;
	transform: translateY(2px);
}
#overview-btn-left{
	left: 55px;
	top: 5px;
}
#overview-btn-right{
	right: 5px;
	top: 5px;
}
div#overview-btn-right-txt {
    margin: 2px 0 0 4px;
}
div#overview-btn-left-txt {
    margin: 0px 2px 1px 0;
}
div#overview-btn-home-txt{
	margin: 0 0 0 8px;
	letter-spacing: -0.35em;
	transform: rotate(180deg);
	font-size: 30px;
}


/************** Formular (Auf Danke-Seite wenn Fehler) ***************/
.thx-msg-wrap{
	display: flex;
	align-items: flex-start;
	gap: 50px;
	max-width: 700px;
	margin: 0 auto 150px;
	padding: 30px;
	box-shadow: 2px 2px 25px 0 #cccccc;
}
@media(max-width:448px){
	.thx-msg-wrap{
	flex-direction: column;
	align-items: center;
	}
}

.peb-forms input[name="title"] {
	display: none;
}
.peb-forms input:not([type="submit"]), .form-btn {
	width: unset;
	max-width: 280px;
	padding: 0px 10px;
	line-height: 30px;
	color: #000;
	border: 1px solid #aaa;
	border-radius: 5px;
}
.peb-forms input[type="submit"], .form-btn {
	margin: 10px 0 0 0;
	padding: 0.5em 1em;
	border: 1px solid #FFF;
	color: white;
	background: #ff7f7f;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 0.5s;
}
.peb-forms input[type="submit"]:hover, .form-btn:hover {
	background: #FFD64F;
	color: #48639C;
}


/************** Login-Formular ***************/

div.login-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 300px;
	margin: 0 auto 120px;
	padding: 20px;
	background-color: #eaeaea;
	box-shadow: 3px 3px 10px 0 #d9d9d9;
}
div.login-form img{
	margin-bottom: 30px;
}
div.login-form #loginform{
	width: 100%;
	max-width: 240px;
	max-height: 500px;
	margin-bottom: 30px;
	transition: all 0.8s;
}
div.login-form #loginform label{
	font-size: 12px;
	color: #363636;
	margin: 0 0 -2px 5px;
}
div.login-form form #rememberme {
	margin: 10px 5px;
	transform: scale(130%);
}
div.login-form form input{
	border-radius: 999px;
}
div.login-form form input[type="submit"] {
	cursor: pointer;
	background-color: #FFD64F;
	color: #0FA3B1;
	font-size: 0.95em;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 10px 15px;
	border:2px solid transparent;
	transition: all 0.3s;
}
div.login-form form input[type="submit"]:hover {
	border:2px solid #FF7F7F;
}
div.lost-password {
	width: 80%;
	margin: 5px auto;
	padding: 5px 15px;
	border-radius: 999px;
	background-color: #B0A7A7;	
	font-size: 0.85em;
	color: #FFF;
	text-align: center;
	line-height: 1;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
div.lost-password a{
	display: block;
}

div.login-form #loginform input {  /* Remove input background in FireFox*/
  filter: none;
}
input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus { /* Remove input background in Chrome*/
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
div#regNowBtn:before {
    width: 44px;
    height: 44px;
    background: #FFD64F;
    content: '.';
    color: #FFD64F;
    position: absolute;
    left: -22px;
    top: -22px;
    transform: rotate(45deg);
}


/************** No Access Message after login ***************/

.no-access-msg-wrap {
    display: flex;
	flex-direction: column;
    align-items: center;
    gap: 50px;
    max-width: 700px;
    margin: 0 auto 120px;
    padding: 30px;
    box-shadow: 2px 2px 25px 0 #cccccc;
}


/************** Newsletter und Trial Form ***************/

.peb-forms{
	
}
.peb-forms input[name="title"]{
	display: none;
}
.peb-forms input:not([type="submit"]){
	width: 100%;
	min-width: 100%;
	padding: 0px 10px;
	line-height: 30px;
	color: #000;
	border: 1px solid #aaa;	
}
.peb-forms input[type="checkbox"]{
	scale: 150%;
	margin: 0 15px 0 3px;
}
.peb-forms input[type="submit"]{
	width: 96%;
	min-width: 96%;
	margin: 22px 0 0 2%;
	padding: 0.5em 1em;
	border: 1px solid #FFF;
	border-radius: 999px;
	color: white;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	background: #ff7f7f;
	transition: all 0.5s;
}
.peb-forms input[type="submit"]:hover{
	background: #FFD64F;
	color: #48639C;
	transform: translateY(-4px);
}
.peb-forms label{
	margin: 5px 0 -3px 0;
	font-size: 13px;
	color: #000;	
}
#brx-footer .peb-forms label{ /* Wenn Form in Footer */
	color: #FFF;
}
#brxe-uveetc .peb-forms label, #brxe-txxpqy .peb-forms label{ /* Wenn Form in Hero / Hero mobile */
	color: #FFF;
}
#brx-footer .peb-trial-forms input[type="submit"]{ /* Wenn Form in Footer */
	margin-top: 36px;
}

.peb-form-inputs-wrap{
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	width: 100%;
}
.peb-form-inputs-wrap div {
	width: 100%;
	/*max-width: 195px;*/
}

@media(max-width:767px){
	.peb-forms{
		max-width: 280px;
		margin: auto;
	}
}

/* Forms im text */
@media(min-width:990px){
	.forms-in-text .peb-form-inputs-wrap div{
		width: 48%;
	}
}

/************** Trial Form at Hero Desktop ***************/
.hero-cta-open{
	width: 60% !important;
	gap: 20px;
	position: absolute;
	max-height: unset !important;
}
.hero-cta-open #brxe-ftuuie{ /* Text Block */
	flex-shrink: 3;
}
.hero-cta-open #brxe-zsqtvy{ /* Form Block */
	width: 300px !important;
	max-height: 400px !important;
	transform: scale(90%) !important;
	margin-top: -15px;
	padding: 5px 10px 10px;
}

/************** Trial Form at Hero Mobile ***************/
.hero-cta-mobile-open{
	max-height: 500px !important;
	margin-top: 30px !important;
	padding: 15px;
    background: rgba(255, 255, 255, 0.3);
}

/************** Trial Form at Login ***************/

.is-hidden{
	max-height: 0 !important;
	overflow: hidden;
	margin-bottom: 0 !important;
}
#trialform_at_login{
	text-align: center;
	margin-bottom: 30px;
	transition: all 0.8s;
}
#trialform_at_login p{
	line-height: 1.2;
}
#trialform_at_login label {
    font-size: 12px;
    color: #363636;
    margin-bottom: -2px;
}
#trialform_at_login input:not([type="submit"]){
	width: 100%;
	border-radius: 0;
	border: 1px solid #DDDEDF;
	margin-bottom: 5px;
	padding: 5px;
}

/************** Footer Trial-Form Highlighted ***************/

@media(min-width:768px){ /* Nur auf Desktop */
	.footer-trial-highlighted{
		position: absolute;
		transform: scale(130%);
		background: #0FA3B1;
		width: 350px;
		bottom: 15%;
		left: calc(50% - 175px);
		align-items: center;
		padding: 15px;
		z-index: 1;
		box-shadow: 4px 4px 8px 0 #454545;
	}
}


/************** Close Button für mit JS geöffnete Container ***************/

.kd-close-btn {
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
    align-items: center;
	position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    /*background-color: #B0A7A7;  */
	background-color: rgba(176, 167, 167, 0.9);
    color: white;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1;
    z-index: 10;
}
.show-hero-trial-form .kd-close-btn{
	right: 5px;
	top: 20px;
}


/************** Pricing Table ***************/
.price-display{
  display:flex;
  min-height: 192px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.price-wrap{
  display:flex;
  justify-content: center;
  gap: 5px
}
.price-label{
  font-weight: bold; 
  padding-top: 15px;
  
}
.price-int{
  line-height: 1; 
  font-size: 60px;
}
.price-dec{
  font-weight: bold; 
	padding-top: 15px;
}
.price-desc{
  color: #747474; 
  padding-top: 10px; 
  display: block;
  text-transform: uppercase;
}
.payment-description .hidden {
  display: none;
}
.price-note {
  margin-top: 5px;
  font-size: 14px;
  color: #888;
}
.desc_currency, .fullprice{
	font-weight: bold;
}

@media(max-width:1250px){
  .pricing-blocks-wrap{
    flex-wrap: wrap;
  }
  #brxe-wxluve .pricing-blocks{
    width: calc(32% - 15px);
  }
}
@media(max-width:800px){
	.pricing-blocks-wrap{
    justify-content: center !important;
  }
	#brxe-wxluve .pricing-blocks{
			width: calc(50% - 15px);
		}
}
@media(max-width:500px){
	#brxe-wxluve .pricing-blocks{
			width: calc(100% - 30px);
		}
}
	
/* Trial Form */

.pricing-trial-open{
	padding: 15px;
	margin-top: 15px;
	max-height: 500px !important;
}


/************** Impressum Seite ***************/

table.impressumTabelle{
	min-width: 330px;
	margin-bottom: 120px;
}
table.impressumTabelle td{
	vertical-align: top;
}



/************** FAQ Accordion ***************/

li.accordion-item.listening {						/* Titel-Liste */
    background: #e7eced;
    box-shadow: 5px 10px 15px rgb(0 0 0 / 18%);
    margin-bottom: 25px;
	border-radius: 8px;
}
.accordion-title-wrapper[aria-expanded="true"]{ /* Titel-Liste offen */
	background: #34bcc9;
}
li.accordion-item.listening h3{					/* Titel */
	font-size: 18px !important;
	letter-spacing: 0.03em;
    word-spacing: 0.15em;
	color: #0fa3b1;
	font-family: 'Lato Light';
    text-transform: uppercase;
	padding: 0 15px;
}
li.accordion-item.listening.brx-open {			/* Item open */
	background: #FFF;
	border: 1px solid #aaa;
}
li.accordion-item.listening.brx-open h3{			/* Item open Titel */
	color: #FFF;
	font-family: -apple-system,"system-ui",Segoe UI,roboto,helvetica,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}
.accordion-content-wrapper{						/* Inhalt */
	font-size: 16px;
	padding: 15px;
}
:where(.brxe-accordion) .accordion-title .icon {	/* Icon */
    font-size: 1.5em;
	font-weight: 700;
	color: #363636;
	right: 8px;
}
.brx-open .accordion-title .icon {
	color: #FFF;								/* Item open Icon */
}


/************** Liste mit Checks ***************/

ul.funktionen-liste{
  list-style-type: none;
  padding-left: 10px;  
  list-style-position: outside;
  line-height: 1.5;
  margin-left: 10px
}
.funktionen-liste li{
  padding: 10px 5px 10px 50px;
  background-image: url('/wp-content/uploads/check-list-style.png');
  background-repeat: no-repeat;
  background-position: left center;
}
@media(min-width:750px){
	ul.funktionen-liste.two-cols{ /* Wenn die Liste 2-spaltig sein soll */
		column-count: 2; 
	}
	.two-columns{
		column-count: 2; 
		gap: 30px;
	}
}

/************** Upgrade Section ***************/

.upgrade-open{ /* Section */
	max-height: 1500px !important;
	/*overflow: visible !important;*/
	padding: 30px !important;
	margin-bottom: 90px;
	background: #DDDDDD;
}
.upgrade-open #brxe-ujcqhu{ /* Block */
	/*background: #fff8e1;*/
	padding: 30px;
	z-index: 1;
}




/************** Payment Seiten ***************/

.payment-responses{
	width: 100%;
	max-width: 1100px;
	margin: 50px auto;	
}



/************** Rechnungs-Tabelle ***************/

.rechnungen{
	width: 100%;
	max-width: 1100px;
	padding: 0 15px;
	margin: 0 auto;
}

table#rechnungs-tabelle{
	border-collapse: collapse;
	margin-bottom: 60px;
	border-bottom: 1px solid #0FA3B1;
}
#rechnungs-tabelle th{
	background: #0FA3B1;
	color: #FFF;
	border-right: 2px solid #FFF;
}
#rechnungs-tabelle tr:nth-child(odd){
	background: #eaeaea;
}
#rechnungs-tabelle td{
	padding: 5px 7px;
}
#rechnungs-tabelle td:last-child{
	text-align: center;
}
#rechnungs-tabelle button, .rg-download{
	background: #FF7F7F;
	padding: 8px 16px;
	color: #FFF;
	font-weight: bold;
	font-size: 80%;
	text-transform: uppercase;
}


/************** Rechnungs-Details-Formular ***************/
form#rechnung-formular-form{ 
	margin-bottom: 200px;
	padding: 30px;
	background: #fff8e1;
}
form#rechnung-formular-form label {
    line-height: 1;
    margin: 15px 12px 2px;
	color: #848484 !important;
}
form#rechnung-formular-form button{
	margin-top: 30px;
}

/************** User dropdown ***************/

.open-user-dropdown{
	max-height: 500px !important;
	padding: 15px !important;
	z-index: 1;
}
.user-dropdown-link {
	border: 1px solid #0fa3b1;
	border-radius: 3px;
	line-height: 1;
	padding: 5px 10px 8px;
	width: 100%;
	display: block;
	color: #0fa3b1;
	transition: background 0.8s;
}
.user-dropdown-link:hover{
	background: #0fa3b1;
	color: #fff8e1;
}
.close-btn {  /* Für alle close btn (auch beim Bestellform) */
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background-color: #B0A7A7;
    color: white;
    padding: 5px 7px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 1.2;
    z-index: 10;
}

#brxe-ibdopv .close-btn{ /* Close Button bei Bestellform */
	right: calc(50% - 240px);
}
@media(max-width:570px){
	#brxe-ibdopv .close-btn{
		right: 40px;
	}
}



/************** .die ***************/
.die {
	padding: 30px;
	margin: 30px auto;
	max-width: 500px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}


/************** .pointer ***************/
.pointer{
	cursor: pointer;
}

/************** Buchungs-Formular ALLES VOM ALTEN FORMULAR **************

#bookingForm{
	position: relative; 
	padding: 5px 20px 20px; 
	border: 1px solid #B0A7A7; 
	width: 100%; 
	max-width: 410px; 
	margin: 10px auto; 
	border-radius: 15px;
}
#bookingForm label{
	font-size: 85%;
}
#bookingForm .small{
	font-size: 85%; 
	font-weight: normal; 
	line-height:1.5;
}
.summary-wrap {
	border: 1px solid #afafaf; 
	border-radius: 8px; 
	display: flex; 
	margin-top: 10px; 
	padding: 0 10px; 
	justify-content: space-around; 
	align-items: flex-end; 
	flex-wrap: wrap; 
	font-weight: bold;
}
.zahlungsLogo{
	width: 55px;
}
#displayAmount {
    width: auto;
	white-space: nowrap;
    border-bottom: 5px double #0FA3B1;
    margin-right: 15px;
    transition: all 1.4s;
	opacity: 0;
}
#booking-btn{
	background: #0FA3B1; 
	color: #FFF; 
	margin-top: 10px;
}
#bookingForm label{
	color: #363636;
}
.booking-section-title{
	font-weight: bold;
	line-height: 1; 
	margin: 30px 0 20px;
}
.booking-section-title:first-child {
  margin-top: 15px;
  margin-right: auto;
}
#bookingForm input[type="radio"]{
	float: left;
	position: relative;
	top: 2px;
	margin-right: 10px;
}
#bookingForm input[type="text"]{
	border-radius: 7px;
	line-height: 35px;
	padding: 0 8px;
}
#booking-first, #booking-last{
	margin-bottom: 15px;
}
#booking-zip-city-wrap{
	display: flex; 
	column-gap:5px;
	position: relative;
}
#bookingForm input[name="zip"]{
	width: 65px;
}
#bookingForm input[name="country_code"]{
	width: 40px;
}
.dash{
	font-weight: bold;
	position: absolute;
	left: 39px;
	top: 6px;
}
#AddressNeededLink {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	line-height: 1;
	display: block;
	background: #0fa3b1;
	margin-top: 7px;
	padding: 5px;
	border-radius: 7px;
	cursor: pointer;
}
#AddressNeededLink:hover {
	background: #0fa3b1bb;
}
#addAddress{
	display: flex;
	flex-direction: column;
	row-gap: 5px;
	height: 100%;
	max-height: 30px;
	overflow: hidden;
	transition: max-height 1.5s;
}
.addAddress-open{
	max-height: 300px !important;
}
.addAddress-open .close-btn{
	display:none;
}
.mandatory-input-wrap{
	position: relative;
}
.mandatory-input-wrap::after{
	content: "*";
    color: red;
    margin-left: 5px;
	position: absolute;
    top: -3px;
    right: 5px;
    font-size: 18px;
    pointer-events: none;
}
.product_radio_wrap label{
	position: relative;
}
.product_radio_wrap input{
	position: absolute !important;
	top: 7px !important;
	left: 7px !important;
	transform: scale(150%);
}
table#booking-art-tbl {
    font-size: 13px;
	border-collapse: collapse;
	margin-bottom: 15px;
}
#booking-art-tbl td{
	line-height: 2;
	border-bottom: 1px solid #afafaf;
	padding: 8px 0 5px;
}
#booking-art-tbl label{
	line-height: 1.5;
	cursor: pointer;
}
#booking-art-tbl tr:first-child td{
	border-top: 1px solid #afafaf;
}
.booking_art_image{
	box-shadow: 1px 1px 5px #9b9b9b;
    transition: box-shadow 0.3s;
	cursor: pointer;
	width: 100px;
	min-width: 100px;
}
.booking_art_image:hover{
	box-shadow: none !important;
}
.good_anim {
  position: absolute;
  top: -30px;
  left: 50px;
  z-index: 1;
  transform: scale(1.8);
  display: none;
}
#amount-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 13px;
    width: 140px;
    min-height: 80px;
}
#paymentHint {
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5;
	width: 100%;
}

input#accept-agb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 17px;
  height: 31px;
  border: 2px solid #0FA3B1;
  border-radius: 4px;
  background-color: white;
  position: relative;
  bottom: -9px;
  cursor: pointer;
  transform: scale(0.7);
}

input#accept-agb:checked {
  background-color: #0FA3B1;
  border-color: #0FA3B1;
}

input#accept-agb:checked::after {
  content: "✔";
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: -10px;
  left: 3px; 
  color: white;
}
*/

/************** Tool Tip **************

.pebToolTip {
	position: relative;
	display: inline-block;	
}

.pebToolTip .pebToolTipText {
	visibility: hidden;
	width: 50px;
	transition: width, margin-left 0.3s;
	position: absolute;
	z-index: 1;
}

.pebToolTip:hover .pebToolTipText {
	visibility: visible;
	width: 250px;
	bottom: 100%;
	left: 50%;
	margin-left: -200px;
	padding: 0px 3px;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	background-color: #FF7F7F;
	cursor: pointer;
	border-radius: 6px;
	font-size: 14px;
}
.info-tool-tip-icon{
	position: absolute;
	top: -10px;
	right: 5px;
	width: 17px;
	height: 17px;
	font-weight: bold;
	line-height: 1.2;
	border: 1px solid #0fa3b1;
	border-radius: 50%;
	text-align: center;
	background: #0fa3b1;
	color: #FFF;
	font-family: verdana, sans-serif;
}

*/

/************** Impressum Seite ***************/

table.impressumTabelle{
	min-width: 330px;
	margin-bottom: 120px;
}
table.impressumTabelle td{
	vertical-align: top;
}



/************** .Anzeige der Bestätigung zur Verwendung eines schwachen Passworts ***************/

.pw-weak{
	dispalay: none !important;
}




/************** Change Password, aufklappbarer Zusatztext ***************/

div#pw_detail_link{
	color: #DC5604;
	font-size: 85%;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
div#pw_details{
	max-height: 0px;
	overflow: hidden;
	transition: all 0.7s;
}
div.pw_details_open{
	padding: 5px;
	margin: 10px 0;
	max-height: 500px !important;
	position: relative;
	overflow: visible !important;
	background: #eaeaea;
}
div.pw_details_open span.close-btn {
    position: absolute;
    top: -12px;
    right: -9px;
	color: #FFF;
}


/************** Stripe Bestellung in der Suite ***************/

table.stripe-bestell-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
tr.stripe-bestell-row{
	border-bottom: 1px solid #ff7f7f;
}
tr.stripe-bestell-row:nth-child(2) {
	border-top: 1px solid #ff7f7f;
}
img.prod-icon {
	width: 120px;
	min-width: 120px;
	height: auto;
	border-radius: 5px;
}
tr.stripe-bestell-row td {
	padding: 15px;
	text-align: left;
}
.prod-btn {
	width: 150px;
	text-align: right !important;
}
.stripe-checkout-btn.kineNarrowBtn:hover {
  border: 1px solid;
}

/* ---------- Responsive Anpassung ---------- */
@media (max-width: 550px) {
	table.stripe-bestell-table,
	table.stripe-bestell-table tbody,
	table.stripe-bestell-table tr,
	table.stripe-bestell-table td {
		display: block;
		width: 100%;
		text-align: center;
	}

	tr.stripe-bestell-row {
		margin-bottom: 20px;
	}

	/* Standardmäßig alle Borders entfernen … 
	tr.stripe-bestell-row td {
		border: none;
		padding: 10px 0;
	}*/

	/* … dann gezielt neue setzen: 
	tr.stripe-bestell-row:first-child td:first-child {*/
		/* oberer Rahmen nur bei allererstem Block 
		border-top: 1px solid;
	}*/

	tr.stripe-bestell-row td:last-child {
		/* unterer Rahmen nur bei der letzten Zelle des Blocks 
		border-bottom: 1px solid;*/
	}

	img.prod-icon {
		width: 80px;
		min-width: auto;
		margin: 0 auto 10px;
		display: block;
	}

	.prod-btn {
		width: auto;
		max-width: 200px;
		margin: 0 auto;
	}
}


/************** Currency Switch ***************/

.currency-switch-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.currency-switch {
  text-align: center;
  font-size: 16px;
  display: flex;
  max-width: 350px;
  border-radius: 10px;
  padding: 7px 14px;
  margin: 0 0 25px;
  background: #f7e9e9;
}
.cur-btns {
    display: flex;
    row-gap: 10px;
    flex-wrap: wrap;
}
.currency-switch button {
  width: 60px;
  margin-left: 10px;
  padding: 4px 12px;
  border-radius: 6px;
  background: #ff7f7f;
  color: #FFFFFF;
  cursor: pointer;
  transition: background 0.4s, color 0.4s;
}
.currency-switch button.active {
  background: #48639C;
  color: #FFD64F;
  font-weight: bold;
  border-color: #333;
}



/* Farbiger Divider */
.kd-divider-section{
  padding-top: 60px;
  margin-top: 60px;

  border-top: 2px solid transparent;
	border-image: linear-gradient(
    to right,
		#ff7f7f 0%,
		#ffc0c0 8%,
    #e5e5e5 20%,
    #e5e5e5 80%,
    #E5DCBB 92%,
    #FFD64F 100%
  ) 1;
}

/* auslaufender border (top oder bottom) */
.fading-top-border{
  border-top: 2px solid transparent;
  border-image: linear-gradient(
    to right,
    #ffffff 0%,
    #ffffff 2%,
    #e5e5e5 7%,
    #e5e5e5 93%,
    #ffffff 98%
  ) 1;
} 
.fading-bottom-border{
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(
    to right,
    #ffffff 0%,
    #ffffff 2%,
    #e5e5e5 7%,
    #e5e5e5 93%,
    #ffffff 98%
  ) 1;
}

/************** Stripe Bestellbutton aus Shortcode (individuelle Klassen per SC übergeben) ***************/
.home-color-pro-cta{
  background: transparent;
  color: #FFFFFF;
  border: 2px solid;
  font-size: 15px;
  padding: .5em 1em .6em;
  transform: scale(1.1);
  margin-left: 10px;
	border-radius: 999px;
  line-height: 1;
	transition: transform 0.3s, border 0.3s;
}
.home-color-pro-cta:hover{
	transform: translateY(-3px) scale(1.1);
	border: 2px solid #ffd64f;
}
.stripe-btn-bei-preise{
	line-height: 1.7;
}


/************** Blog Beiträge ***************/
ul.yellow-square{
	list-style-image: url(/wp-content/uploads/list-style-yellow.png);
  padding: 0 20px 0;
}
.shadow img{ /* Bild im Blog mit dieser class */
	box-shadow: 2px 2px 15px 0 #b0a7a7;
}
.py-30{
	margin: 30px 0 !important;
}




/************** Fix ***************/
/*Wo kommt dieser Background her? */
.beispiel-card:hover .beispiel-card-icon {
	background:none;
	filter: blur(0);
}