/* Birgit Fenderl */

/* Include Fonts */

@font-face {
  font-family: 'Atolos Sans';
  src: url('../fonts/atolos/Atolos-Variable.woff2') format('woff2'),
       url('../fonts/atolos/Atolos-Variable.woff') format('woff'),
       url('../fonts/atolos/Atolos-Variable.ttf') format('truetype');
       font-weight: 300 900;
       font-display: swap;
       font-style: normal;
}



/* Style Definitions */

:root {	
	--font-family: 'Atolos Sans', sans-serif;
	--heading-font-family: 'Atolos Sans', sans-serif;
	--base-font-size: 18px;
	--base-font-weight: 400;
	--base-line-height: 1.6;
	
	--h1-font-size: 2.7rem; /* 2.5 ohne Screenshots */
	--h1-line-height: 1.25;
	--h1-font-weight: 700;
	--h2-font-size: 2rem;
	--h2-line-height: 1.35;
	--h2-font-weight: 700; /* geändert */
	--h3-font-size: 1.6rem;
	--h3-line-height: 1.375;
	--h3-font-weight: 700; /* geändert */
	--h4-font-size: 1.3rem;
	--h4-line-height: 1.4;
	--h4-font-weight: 700; /* geändert */
	--h5-font-size: 1.2rem;
	--h5-line-height: 1.425;
	--h5-font-weight: 600; /* geändert */
	--h6-font-size: 1.1rem;
	--h6-line-height: 1.475;
	--h6-font-weight: 600; /* geändert */
	
	/* Lines and Boders */
	--border-width: 1.5px; /* for <hr> and UK Buttons, Underline, Nav and Burger Icon Lines */
	--underline-stroke: var(--border-width);
	
	/* Cards */
	--cards-gap: 2rem;
	--cards-radius: 10px; /* geändert */
	
	/*Colors */
	--color-page-bg: #FFFFFF;
	--color-page-text: #001D2B;
	--color-accent: #EC5E6F; /* red: #FB240F; oder #FF1100; */
	--color-light: #F1EFED; /* blaugrau: #EDF3F6; dunkler: #E0E4E8; */
		--color-grey: #707881;
	--color-sand: var(--color-light); /* hell: #F1EFED; dunkler: #E6E1DA; */
	
	--color-page-border: inherit;
	--color-navbar-text: var(--color-grey);
	--color-navbar-bg: rgba(255,255,255,1);
	--color-nav-mobile-bg: white;
	--color-navbar-border: #000000;
	--color-code-bg: inherit;
	--color-card-text: var(--color-page-text);
	--color-card-bg: inherit;
	--color-card-border: inherit;
	--color-navbar-text-hero: var(--color-navbar-text); /* inverted nav color for BG image */
	--color-link: var(--color-accent); /* Gold: #A2906D; /* Blau: #395DD7;  */ 
	--color-error: #EB003C;
	--color-success: #5CCE33;
	--color-label: var(--color-link);
	
	/* Gaps and Margins */
	--am-flex-min-block-width: 260px; /* Nicht ändern! Bei mehr Breite keine 4 x 1/4 Blocks möglich */
	--am-block-max-width: 1000px;
	--am-container-padding: 1.75rem;
	--am-block-margin-top: 1.5em;
	
	/* Navigation */
	--logo-width: 300px;
	--logo-font-size: 1.2em;
	--logo-padding-top: 20px;
	--navbar-toggle-weight: var(--border-width);
	
	/* Footer */
	--color-footer-background: var(--color-page-bg);
	--color-footer-border: #DDD;
	--color-footer-text: #707881;
	
	/* Forms */
  --am-input-margin: 0.5rem 0;
  --am-input-padding: 0.6rem 1rem;
  --am-input-color: inherit;
  --am-input-placeholder-color: var(--color-grey);
  --am-input-background: white;
  --am-input-border: var(--border-width) solid black;
  --am-input-hover-color: var(--am-input-color);
  --am-input-hover-background: var(--am-input-background);
  --am-input-hover-border: var(--am-input-border);
  --am-input-focus-color: var(--am-input-color);
  --am-input-focus-background: var(--am-input-background);
  --am-input-focus-border: var(--border-width) solid #222222;

	/* Buttons */
  --am-button-margin: 0.5rem;
  --am-button-padding-vertical: 0.6rem;
  --am-button-padding-horizontal: 1.2rem; /* 1rem; */
  --am-button-font-size: 1em;
  --am-button-lineheight: 1.6;
  --am-button-border-radius: 5px; /* 3px 40px; /* 0.4rem; */
  --am-button-color: white; /* Gold #A2906D; */
  --am-button-background: var(--color-link);
  --am-button-border-width: 0;
  --am-button-border-color: var(--color-link);
  --am-button-hover-color: var(--color-link);
  --am-button-hover-background: white;
  --am-button-hover-border-color: var(--color-link);

	/* Gallery */
  --am-gallery-gap: 2px;
  --am-gallery-item-width: 200px;
  --am-gallery-z-index: 9999;
  --am-gallery-max-height: 100%;
  --am-gallery-max-width: 100%;
  --am-gallery-background: rgba(0, 0, 0, 0.2);
  --am-gallery-controls-color: #FFFFFF;
  --am-gallery-controls-background: rgba(0, 0, 0, 0.1);
  --am-slider-controls-color: #FFFFFF;
  --am-slider-controls-background: rgba(0, 0, 0, 0.1);
	
}



/* Logo and Navigation */

.uk-navbar-brand {
	font-weight: 500;
}

.uk-navbar-brand svg {
	color: var(--navbar-text);
	transition: all 0.3s;
}

.uk-navbar-brand:hover svg {
	color: var(--color-link);
	transition: all 0.3s;
}

/*
.uk-navbar-brand {
	font-family: "Sweet Sans";
	font-weight: 400 !important; 
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(125,125,125,0.5) !important;
}
*/

/* Hide Burger Icon on Desktop */
@media only screen and (min-width: 1020px) {
	.navbar-toggle {
		display: none;
	}
}


/* Disable Mobile Subnav  */
.uk-nav.uk-nav-side .uk-nav {
	display: none;
}


/* Navigation with buttons */

@media only screen and (max-width: 1020px) {
	.navbar { height: 68px; }
}

@media only screen and (min-width: 1020px) {
	.navbar { height: 75px; }
}

.uk-navbar-nav>li a {
	padding: 4px 15px !important;
	margin-top: 15px;
	line-height: 1.8em;
	height: auto;
	border-radius: 5px;
	transition: 0.3s;
}

.uk-navbar-nav>li:hover {
	background: none !important;
	border-bottom: none !important;
}

.uk-navbar-nav>li:hover a {
	background: rgba(0,0,0,0.05);
	transition: 0.3s;
}


/* Language / Dropdown for languag switch */

.language { padding-right: 0 !important; }
.language a { margin-top: 13px !important; }
.language a:hover { /* background-color: transparent !important; background: none !important; opacity: 0.8; */ }
.language img { width: 24px; height: 24px; border-radius: 50px; }

.uk-dropdown {
	width: 120px;
}
.uk-dropdown-navbar {
	border: none;
	background-color: white !important;
}
.uk-dropdown-navbar>.uk-nav-navbar>li a {
	font-size: 80%;
	margin-top: 0 !important;
	font-weight: 500;
	background-color: white !important;
}
.uk-dropdown-navbar>.uk-nav-navbar>li>a:hover {
	background-color: #F3F2F1 !important;
}



/* Make first Button an Action Button 
.uk-navbar-nav>li:nth-of-type(1) a {
	background: var(--color-page-bg);
	color: white !important;
	margin-right: 5px;
}
.uk-navbar-nav>li:nth-of-type(1) a:hover {
	background: rgba(0,0,0,0.05);
	color: var(--color-page-bg) !important;
	margin-right: 5px;
}

.uk-nav-side>li:nth-of-type(1) a {}
.uk-nav-side>li:nth-of-type(1) a:hover {}
*/



/* Hero */
/* Left Typo, Right Slider */

@media only screen and (min-width: 1020px) {
	.fullheight h1, .fullheight h2, .fullheight .hero-title {
		padding-top: 40vh !important;
	}
}

.fullheight am-1-3:has(h1),.fullheight am-1-2:has(h1) {
	z-index: 2;
}

.fullheight am-1-2:has(am-slider) {
	display: flex;
	z-index: 1;
}

.am-slider-dots, .am-slider-prev, .am-slider-next {
	display: none;
}

/*
.fullheight am-slider {
	min-width: 400px;
	max-width: 600px;
}
*/


/* Mobile */
@media only screen and (max-width: 600px) {
	.fullheight am-slider { min-width: 400px; max-height: 60vh; }
	.fullheight am-1-2:has(h1) { max-height: 25vh; }
	.fullheight am-slider.am-block { margin-left: 70px; margin-right: -70px; }
	.hero h1 { padding-top: 15vh; }
	/* bei Birgit Hero H1 repariert, klebte am linken Rand */
	.fullheight am-1-2:has(h1) { padding-left: 1rem; } 
}

/* Tablet */
@media only screen and (min-width: 600px) and (max-width: 1024px) {
	.fullheight am-slider { min-width: 700px; max-height: 80vh; }
	.fullheight am-stretched>am-section { padding-left: 1rem; }
	.fullheight am-1-2:has(h1) { max-width: 30vw; }
	.fullheight .am-justify-center>am-flex { justify-content: left; }
	.fullheight am-slider.am-block { align-self: flex-end; /* Picture Slider on bottom */ }
}

/* Desktop */
@media only screen and (min-width: 1024px) {
	.fullheight am-slider { min-width: 500px; max-width: 600px; }
	.fullheight am-1-2:has(h1) { flex-basis: 30%; }
	.fullheight am-slider.am-block { align-self: flex-end; /* Picture Slider on bottom */ }
}


/* Presse */


@media only screen and (min-width: 770px) and (max-width: 1020px) {
.presse am-1-4 { flex-basis: 30% !important; }
}
@media only screen and (min-width: 1020px) {
.presse am-1-4 { flex-basis: 20% !important; }
}

.presse am-1-4 p.am-block {
	margin-top: 0;
}


/*
.am-scrolled-secondary .hero>am-stretched>.am-block {
	max-width: var(--am-block-max-width) !important;
	border-radius: 1rem;
	transition: max-width 0.5s;
}
*/

/*
@media only screen and (max-width: 770px) {
	.hero h1, .hero h2, .hero-title { padding-top: 25vh; }
}

@media only screen and (min-width: 770px) and (max-width: 1020px) {
	.hero h1, .hero h2, .hero-title { padding-top: 30vh; }
}

@media only screen and (min-width: 1020px) {
	.hero h1, .hero h2, .hero-title { padding-top: 30vh; }
	.hero-title h1 { font-size: 70px; }
}
*/






/* Desktop 
@media only screen and (min-width: 1024px) {
	.hero am-raw {
		padding-top: 17vh;
	}
	.fullheight h1, .fullheight h2, .fullheight .hero-title {
		font-size: 2.8em; /* Freie Berufe: 3em 
		line-height: 1.2;
	}
}

/* Tablet 
@media only screen and (min-width: 600px) and (max-width: 1024px) {
	/* am-flex>am-1-3  { flex-basis: 50% !important; }
	.hero am-raw { padding-top: 8rem !important; }
	.fullheight h1, .fullheight .hero h2, .fullheight .hero-title {
		font-size: 2.2em;
	}
	.hc4-block { max-width: 400px; }
	.how-it-works img { min-width: auto !important; }
	.hc4-text-component { max-width: 450px; }
}

/* Mobile 
@media only screen and (max-width: 600px) {
	.fullheight h1 { padding-top: 10px !important; }
	.hero am-raw { padding-top: 1.5rem; } /* 5rem w/o Image
	.pricing am-1-3:nth-of-type(3) { margin-top: 1rem; }
	.hc4-block { max-width: 400px; }
	.how-it-works img { min-width: auto !important; }
	.hc4-text-component { max-width: 450px; }
	.rating { display: none; }
}

*/


/* Main */

#main.uk-block, .main-container { margin-top: 0 !important; margin-bottom: 0 !important; }

/* Scrolling to H2 */
h2 { padding-top: 2rem; }


/* Rating */
.rating svg {
	height: 1.1em;
	margin-top: -.15em!important;
	margin: 0;
	vertical-align: middle;
	width: 1.1em;
}

.wprm-rating-star.wprm-rating-star-full svg * {
	fill: #f08436;
}

.wprm-rating-star.wprm-rating-star-66 svg * {
	fill: url(#wprm-recipe-user-rating-0-66);
}



.problem {
	background-position: 95% bottom;
	background-repeat: no-repeat;
	background-size: 230px;
}

@media only screen and (max-width: 770px) {
	.problem { padding-bottom: 220px !important; background-size: 200px; }
}

.loesung {
	background-position: 7% bottom;
	background-repeat: no-repeat;
	background-size: 190px;
}

@media only screen and (max-width: 770px) {
	.loesung { padding-bottom: 220px !important; background-size: 200px; }
}

.demo {
	background-position: 95% bottom;
	background-repeat: no-repeat;
	background-size: 170px;
	max-width: 800px;
}

@media only screen and (max-width: 600px) {
	.demo { padding-bottom: 180px !important; background-size: 180px; }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
	.demo am-flex>am-1-4 { flex-basis: 100% !important; }
}

@media only screen and (min-width: 770px) {
	.demo { padding-left: 15px !important; }
	.demo h3 { font-weight: 700; }
}

.demo span { background: var(--color-page-bg); color: var(--color-page-bg); font-size: 18px; padding: 2px 5px; border-radius: 3px; text-transform: uppercase; vertical-align: 4px; letter-spacing: 0.02em; }


@media only screen and (min-width: 70px) {
	.demo am-buttons a {
		background-image: url('/shared/icons8-calendar-96.png');
		background-size: 23px;
		background-position-x: 18px;
		background-position-y: 13px;
		background-repeat: no-repeat;
		padding-left: 50px;
	}
}


@media only screen and (max-width: 600px) {
	.hero { padding-left: 0; }
}



/* Services Cards */

.services .am-card {
	height: 500px;
}


/* About */

.about {
	background-position: left bottom;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 600px) {
	.about { 
		padding-top: 0 !important;
		padding-bottom: 35em !important;
		background-size: 130%;
		background-position: left bottom;
		background-repeat: no-repeat;
	}
}

@media only screen and (min-width: 1024px) {
	.about { 
		padding-right: 20px;
		background-size: 60%;
		background-position: left bottom;
		background-repeat: no-repeat;
	}
}

/* Books */

.books {
	/* background: linear-gradient(144deg, rgba(199,187,169,1) 0%, rgba(249,245,240,1) 100%); */
}
.books am-img img { 
	height: 300px; 
	width: auto; 
	min-width: 0;
	box-shadow: 3px 3px 15px rgba(0,0,0,0.2);
}

.books h5, .books blockquote {
	/* color: white; */
}
/*

@media only screen and (max-width: 770px) {
	#scrolldown {
		left: 54% !important;	
	}
	.scroll-down-arrow {
			width: 4px;
			height: 4px;
	}
}

@media only screen and (min-width: 770px) {
	#scrolldown {
		left: 54% !important;	
	}
	.scroll-down-arrow {
			width: 6px;
			height: 6px;
	}
}

/*
.scroll-down-arrow {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA4IDgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyI+PGNpcmNsZSBjeD0iNCIgY3k9IjQiIHI9IjQiIHN0eWxlPSJmaWxsOiNBOTk3Nzc7Ii8+PC9zdmc+);
}
*/

/* Lead */

.lead p {
	text-align: center;
	color: white;
	line-height: 1.4;
}

.lead h2 {
	text-align: center;
	color: inherit;
	font-weight: 700;
	margin-top: 12px !important;
}

@media only screen and (max-width: 770px) {
	.lead p  {font-size: 1.1em; }
	.lead h2 {font-size: 1.6em; padding: 0 1em; }
}

@media only screen and (min-width: 770px) {
	.lead p  {font-size: 1.4em; }
	.lead h2 {font-size: 2.2em; }
}






/* Forms mit Feld */


input::placeholder, textarea::placeholder {
	color: var(--am-input-placeholder-color);
	transition: all 0.3s;
}
input:focus::placeholder, textarea:focus::placeholder {
	color: var(--color-link);
	transition: all 0.3s;
}

.am-input, .am-input:hover  {
	border: none;
	background-color: var(--am-input-background);
	transition: all 0.3s;
	color: var(--am-input-color);
}

.am-input:focus {
	border: none;
	background-color: var(--am-input-focus-background);
	transition: all 0.3s;
	color: var(--am-input-focus-color);
}

textarea.am-input {
  resize: none;
}

.disclaimer a {
	color: #E5E2DC !important;
}

.disclaimer a:hover {
	border-bottom: 1px solid #E5E2DC !important;
}

am-mail .am-button {
	background-color: var(--am-button-background);
	border-radius: var(--am-button-border-radius);
}

am-mail .am-button:hover {
	background-color: var(--am-button-hover-background);
	color: var(--am-button-hover-color);
}


  
/*
@media only screen and (max-width: 770px) {
	am-buttons {
		margin-top: 0 !important;
	}
}
*/

/* Headlines */

@media only screen and (max-width: 350px) {
	.hero h1 { font-size: 1.6em; padding-top: 10vh; }
	.hero p { font-size: 1em; font-weight: 500; margin-top: 10px !important; }
	.hero .mobile { width: 90vw; padding-bottom: 10px; }
	.hero .am-button:nth-of-type(2) { display: none; }
	am-buttons { margin-top: 1rem !important; }
}
@media only screen and (min-width: 350px) and (max-width: 400px) {
	.hero h1 { font-size: 2.0em; padding-top: 10vh; }
	.hero p { font-size: 1em; font-weight: 500; margin-top: 10px !important; }
	.hero .mobile { width: 90vw; padding-bottom: 10px; }
	.hero .am-button:nth-of-type(2) { display: none; }
	am-buttons { margin-top: 1rem !important; }
}
@media only screen and (min-width: 400px) and (max-width: 600px) {
	.hero h1 { font-size: 2.0em; } 
	.hero p { font-size: 1em; font-weight: 500; margin-top: 10px !important; }
	.hero .mobile { width: 90vw; padding-bottom: 15px; }
	.hero .am-button:nth-of-type(2) { display: none; }
	am-buttons { margin-top: 1rem !important; }
}

@media only screen and (min-width: 600px) and (max-width: 770px) {
	.hero h1 { font-size: 2.0em; }
	.hero p { font-size: 1.4em; font-weight: 500; }
}

@media only screen and (min-width: 770px) {
	.hero p { font-size: 1.4em; font-weight: 500; }
	.hero .mobile { display:none; }
}

/*
.hero h1 {
	background-image: linear-gradient(121deg, rgba(0,0,194,1) 0%, rgba(255,66,161,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.hero h1 span {
	font-weight: 400;
	font-size: 95%;
}
*/

/*
.content h3 {
	font-family: 'Inter', sans-serif !important;
	font-size: 1.2em !important;
	font-weight: 700 !important;
}

.content h4 {
	font-family: 'Inter', sans-serif !important;
	font-size: 1em !important;
	font-weight: 700 !important;
}
*/

/* Quote */

am-quote {
	margin: 1rem auto;
}

blockquote {
	color: var(--color-accent);
	font-style: normal;
	xfont-size: 1.2rem !important;
	font-weight: 400;
	text-align: center;
}

blockquote::before {
	content: '»' !important;
}

blockquote::after {
	content: '«' !important;
}

am-quote figcaption::before {
	content: '';
}

am-quote figcaption {
	text-align: center;
}


.bigquotes am-quote {
	margin: 3rem auto;
}

.bigquotes blockquote {
	font-size: 1.6rem !important;
	font-weight: 400;
}







/* Cases */

.cases am-1-3 { margin-top: 20px; }
.cases h4 { margin-top: 10px !important; font-size: 1.1em; }
.cases h4+p { margin-top: 5px !important; font-size: 90%; line-height: 1.4; }
.cases am-1-3 p a { 
	padding-right: 22px;
	border-bottom: none !important; 
	background-image: url('/shared/arrow-link.svg');
	background-position: right bottom;
	background-repeat: no-repeat;
}







.highlight-container, .highlight {
  position: relative;
}

.highlight-container {
  display: inline-block;
}
.highlight-container:before {
  content: " ";
  display: block;
  height: 90%;
  width: 100%;
  margin-left: -3px;
  margin-right: -3px;
  position: absolute;
  background: transparent; /* Hellgelb #FFFFC0; /* Gelb #FF7; */ /* #FCE0DF */
  transform: rotate(2deg);
  top: -1px;
  left: -1px;
  border-radius: 20% 25% 20% 24%;
  padding: 10px 3px 3px 10px;
}

u {
	text-decoration: none;
	border-bottom: 2px solid #B4A58B;
}


/* Footer */
footer { /* font-size: 90%; */ margin-top: 0 !important; }





/* Buttons */


.am-button {
	/* border: none; */
	/* background-color: #F0EEEB; */
	
	transition: 0.3s;
}
.am-button:hover {
	/* color: #E3E1DC; */
	/* background-color: var(--color-link); */
	transition: 0.3s;
}



/* Date */
.text-subtitle {
	font-weight: 400;
	font-size: 16px;
	/* color: #AAA; */
}

.text-subtitle p.am-block:nth-child(2){
	margin-top: 0 !important;
}

.tags a {
	background: #F3F2F1;
	color: #999;
	border-radius: 3px;
	padding: 0px 6px !important;
	font-size: 16px;
	font-weight: 400;
}

.nav-link.panel-more {
	font-weight: 400;
}




/* Portrait */

.portrait {
	background: white;
	padding: 2rem 2rem 3rem 2rem;
	border-radius: 10px;
	/* --am-flex-gap: 3rem; */
}

.portrait img {
	border-radius: 100%;
	justify-content: center;
	filter: none !important;
}

@media only screen and (max-width: 770px) {
	.portrait am-1-4, .portrait am-1-3 {
		margin: auto;
	}
	.portrait h5 {
		text-align: center !important;
	}
}



.portrait am-list {
	margin-top: 1em;
}



.portrait h5:nth-of-type(2) {
	margin-top: 4em;
}

.portrait ul {
  list-style: none;
	padding-left: 1.6em;
}

.portrait ul li {
  text-indent: -1.6em;
}

.portrait ul li:before {
  content: '✔︎   ';
	
}


/* livebox */
.livebox am-1-4 {
    position: relative;
}
.livebox p.am-block {
	margin-top: 5px;
}

/* Mobil */
@media only screen and (max-width: 1070px) {
	am-stretched:has(.livebox) { 
		background: #6CC4D8; 
		padding-top: 3rem; 
		padding-bottom: 3rem; 
	}
	.livebox am-1-4 {
		flex-basis: 80% !important;
	}
}

/* Desktop */
@media only screen and (min-width: 1070px) {
	.livebox {
		border-radius: 10px;
		padding: 2rem 1rem;
	}
	.livebox am-buttons {
	    position: absolute;
	    bottom: 1rem;
		right: 1rem;
		max-width: 180px;
	}
	.dualcolor {
		padding: 0 auto;
	  background: linear-gradient(to bottom, var(--color-page-text) 0%, var(--color-page-text) 50%, white 50%, white 100%);
	}
}





/* Label */

.label, .has-label p:nth-child(1) {
	font-size: 16px !important;
	margin-bottom: 0px !important;
	color: var(--color-page-bg);
}

.has-label h2 {
	margin-top: 0;
	padding-top: 0;
}


/* FAQ Q&A Accordion */

.accordion {
  width: 95%;
  background: white;
  border-radius: 10px;
  font-weight: 600;
  padding: 26px 26px 24px 26px;
}

.accordion.active {
	color: var(--color-page-text) !important;
	font-weight: 600 !important;
}

.panel {
  width: 95%;
  max-width: 95% !important;
  margin-top: -20px;
  background: white;
  border-radius: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 20px;
}

.panel p { padding-right: 40px;}

.accordion:after {
  content: '+';
  font-size: 24px;
  font-weight: 400;
  color: var(--color-page-text);
  float: right;
  margin-left: 5px;
  margin-top: -5px;
}

.accordion.active:after {
	content: "–";
	font-size: 15px;
	font-weight: 900;
	margin-top: 3px;
}

@media only screen and (max-width: 600px) {
	.accordion {
		width: 85%;
		line-height: 1.4em;
	}
	.accordion:after {
		content: '';
	}
	.accordion.active:after {
		content: '';
	}
	.panel {
		width: 85%;
		max-width: 85% !important;
		margin-bottom: 15px;
	}
	.panel p { 
		padding-right: 0px;
		line-height: 1.4em; 
	}
	
}

/*
.kameratraining {
	margin-top: 1rem;
	border-radius: 0 0 10px 10px;
}

.kameratraining ul {
	xpadding-left: 3rem;
	padding-top: 0;
	margin-top: 0;
}

.kameratraining am-list {
	margin-top: 1rem;
}
*/

.kameratraining {
	margin-top: 2rem;
	color: white;
	padding-right: 4rem;
}

.kameratraining am-1-2 {
	padding-top: 0;
	padding-bottom: 0;
}

/* Mobil und Tablet */
@media only screen and (max-width: 1070px) {
	.kameratraining {
		margin-top: 1rem;
		color: white;
		padding-right: 0rem;
	}
	.kameratraining am-1-2:nth-of-type(2) {
		padding: 0rem 2rem 3rem 2rem;
	}
	.kameratraining .video {
		border-radius:10px 10px 0 0;
	}
}

/* Desktop */
@media only screen and (min-width: 1070px) {
	.kameratraining {
		margin-top: 2rem;
		color: white;
		padding-right: 4rem;
	}
	.kameratraining .video {
		border-radius:10px 0 0 10px;
	}
}


/* Featurecards */

.featurecards button {
	position: absolute;
	right: 20px; bottom: 20px;
	width: 32px; height: 32px;
	padding: 0;
	color: #333;
	font-weight: 300;
	border-radius: 50%;
	border: none;
	text-align: center;
	background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjQgMTBoLTEwdi0xMGgtNHYxMGgtMTB2NGgxMHYxMGg0di0xMGgxMHoiLz48L3N2Zz4=");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: white; /* var(--color-light); */
	background-size: 14px;
	cursor: pointer;
	transition: all 0.3s;
}

.featurecards button:hover {
	background-color: var(--color-light);
	transition: all 0.3s;
}

/* Features on Mobile */
@media only screen and (max-width: 600px) {
	.featurecards am-1-3:has(.am-card)+am-1-3:has(.am-card) {
		margin-top: 15px !important;
	}
	.featurecards button {
		right: 20px; bottom: 20px;
		width: 36px; height: 36px;
		background-size: 16px;
	} 
	
}


/* -------------------------------- 

File#: _1_drawer
Title: Drawer
Descr: A slide-in panel used to display critical content
Usage: codyhouse.co/license

-------------------------------- */

/* variables */
:root {
  /* colors */
  --dp8-color-primary-hsl: 250, 84%, 54%;
  --dp8-color-bg-hsl: 0, 0%, 100%;
  --dp8-color-contrast-high-hsl: 230, 7%, 100%;
  --dp8-color-contrast-higher-hsl: 230, 13%, 9%;
  --dp8-color-contrast-lower-hsl: 240, 4%, 85%;
  --dp8-color-bg-light-hsl: 0, 0%, 100%;
  --dp8-color-bg-lighter-hsl: 0, 0%, 0%;
  --dp8-color-black-hsl: 230, 13%, 9%;
  --dp8-color-bg-dark-hsl: 240, 4%, 95%;
  --dp8-color-white-hsl: 0, 0%, 100%;
  --dp8-color-primary-darker-hsl: 250, 84%, 38%;
  --dp8-color-primary-light-hsl: 250, 84%, 60%;
  --dp8-color-accent-hsl: 342, 89%, 48%;

  /* spacing */
  --dp8-space-xs: 0.5rem;
  --dp8-space-sm: 0.75rem;
  --dp8-space-md: 1.25rem;
  --dp8-space-2xs: 0.375rem;

  /* typography */
  --dp8-text-md: 1.2rem;
  --dp8-text-sm: 0.833rem;
}

@media(min-width: 64rem){
  :root {
    /* spacing */
    --dp8-space-xs: 0.75rem;
    --dp8-space-sm: 1.125rem;
    --dp8-space-md: 2rem;
    --dp8-space-2xs: 0.5625rem;

    /* typography */
    --dp8-text-md: 1.5625rem;
    --dp8-text-sm: 1rem;
  }
}



/* icons */
.dp8-icon {
  height: var(--dp8-size, 1em);
  width: var(--dp8-size, 1em);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.dp8-icon--xs {
  --dp8-size: 16px;
}

/* component */
:root {
  --drawer-width: 400px;
}

.drawer {
  position: fixed;
  z-index: 9999;
  height: 100%;
  width: 100%;
  max-width: var(--drawer-width);
  top: 0;
  right: 0;
  visibility: hidden;
  transition: visibility 0s 0.3s;
}
.drawer:focus {
  outline: none;
}

.drawer--is-visible {
  visibility: visible;
  transition: none;
}

.drawer--open-left {
  right: auto;
  left: 0;
}

.drawer__content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.drawer--open-left .drawer__content {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.drawer--is-visible .drawer__content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer__body {
  height: 100%;
  overflow: auto;
  padding-top: 5rem !important; /* AB */
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.drawer__close-btn {
  --dp8-size: 32px;
  width: var(--dp8-size);
  height: var(--dp8-size);
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--color-light);
  transition: 0.2s;
  border: none !important;
  cursor: pointer;
  padding: 3px 6px !important;
}
.drawer__close-btn:hover {
  background-color: #F2F3F4;
  
}
.drawer__close-btn .drawer__icon {
  display: block;
  /* color: hsl(var(--dp8-color-contrast-high-hsl)); */
  color: var(--color-page-text);
}

.drawer--modal {
  max-width: none;
  background-color: hsla(var(--dp8-color-black-hsl), 0);
  transition: background-color 0.3s, visibility 0s 0.3s;
}
.drawer--modal.drawer--is-visible {
  background-color: hsla(var(--dp8-color-black-hsl), 0.75);
  transition: background-color 0.3s;
}
.drawer--modal.drawer--open-left .drawer__content {
  right: auto;
  left: 0;
}
.drawer--modal .drawer__content {
  max-width: var(--drawer-width);
}

/* utility classes */
.dp8-margin-xs {
  margin: var(--dp8-space-xs);
}

.dp8-z-index-10 {
  z-index: 10;
}

.dp8-right-0 {
  left: 10px;
}

.dp8-top-0 {
  top: 10px;
}

.dp8-position-fixed {
  position: fixed;
}

.dp8-text-component :where(h1, h2, h3, h4) {
  line-height: var(--dp8-heading-line-height, 1.2);
  margin-top: 5px; /* AB */
  margin-bottom: calc(var(--dp8-space-sm) * var(--dp8-space-multiplier, 1));
}

.dp8-text-component :where(p, blockquote, ul li, ol li) {
  font-size: 18px;
  line-height: var(--dp8-body-line-height, 1.4);
}

.dp8-text-component :where(ul, ol, p, blockquote, .dp8-text-component__block) {
  margin-bottom: calc(var(--dp8-space-sm) * var(--dp8-space-multiplier, 1));
}

.dp8-text-component :where(ul, ol) {
  padding-left: 1.25em;
}

.dp8-text-component ul :where(ul, ol), .dp8-text-component ol :where(ul, ol) {
  padding-left: 1em;
  margin-bottom: 0;
}

.dp8-text-component ul {
  list-style-type: disc;
}

.dp8-text-component ol {
  list-style-type: decimal;
}

.dp8-text-component img {
  display: block;
  margin: 0 auto;
}

.dp8-text-component figcaption {
  margin-top: calc(var(--dp8-space-xs) * var(--dp8-space-multiplier, 1));
  font-size: var(--dp8-text-sm);
  text-align: center;}

.dp8-text-component em {
  font-style: italic;
}

.dp8-text-component strong {
  font-weight: bold;
}

.dp8-text-component s {
  text-decoration: line-through;
}

.dp8-text-component u {
  text-decoration: underline;
}

.dp8-text-component mark {
  background-color: hsla(var(--dp8-color-accent-hsl), 0.2);
  color: inherit;
}

.dp8-text-component blockquote {
  padding-left: 1em;
  border-left: 4px solid hsl(var(--dp8-color-contrast-lower-hsl));
  font-style: italic;
}

.dp8-text-component hr {
  margin: calc(var(--dp8-space-md) * var(--dp8-space-multiplier, 1)) auto;
  background: hsl(var(--dp8-color-contrast-lower-hsl));
  height: 1px;
}

.dp8-text-component > *:first-child {
  margin-top: 0;
}

.dp8-text-component > *:last-child {
  margin-bottom: 0;
}

.dp8-text-component.dp8-line-height-xs {
  --dp8-heading-line-height: 1;
  --dp8-body-line-height: 1.1;
}

.dp8-text-component.dp8-line-height-sm {
  --dp8-heading-line-height: 1.1;
  --dp8-body-line-height: 1.2;
}

.dp8-text-component.dp8-line-height-md {
  --dp8-heading-line-height: 1.15;
  --dp8-body-line-height: 1.4;
}

.dp8-text-component.dp8-line-height-lg {
  --dp8-heading-line-height: 1.22;
  --dp8-body-line-height: 1.58;
}

.dp8-text-component.dp8-line-height-xl {
  --dp8-heading-line-height: 1.3;
  --dp8-body-line-height: 1.72;
}

.dp8-padding-md {
  padding: var(--dp8-space-md);
}

.dp8-shadow-md {
  box-shadow:0 0.9px 1.5px rgba(0, 0, 0, 0.03),0 3.1px 5.5px rgba(0, 0, 0, 0.08),0 14px 25px rgba(0, 0, 0, 0.12);
}

:where(.dp8-inner-glow) {
  position: relative;
}

.dp8-inner-glow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075);
}

.dp8-bg-light {
  --dp8-bg-o: 1;
  background-color: hsla(var(--dp8-color-bg-light-hsl), var(--dp8-bg-o, 1));
}

.dp8-text-md {
  font-size: var(--dp8-text-md);
}

.dp8-padding-sm {
  padding: var(--dp8-space-sm);
}

.dp8-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dp8-padding-y-xs {
  padding-top: var(--dp8-space-xs);
  padding-bottom: var(--dp8-space-xs);
}

.dp8-padding-x-sm {
  padding-left: var(--dp8-space-sm);
  padding-right: var(--dp8-space-sm);
}

.dp8-border-bottom {
  --dp8-border-o: 1;
  border-bottom: var(--dp8-border-width, 1px) var(--dp8-border-style, solid) hsla(var(--dp8-color-contrast-lower-hsl), var(--dp8-border-o, 1));
}

.dp8-flex-shrink-0 {
  flex-shrink: 0;
}

.dp8-justify-between {
  justify-content: space-between;
}

.dp8-items-center {
  align-items: center;
}

.dp8-flex {
  display: flex;
}

.dp8-flex-column {
  flex-direction: column;
}

.dp8-border-contrast-lower {
  --dp8-border-o: 1;
  border-color: hsla(var(--dp8-color-contrast-lower-hsl), var(--dp8-border-o, 1));
}

/* -------------------------------- 

File#: _1_split-button-v2
Title: Split Button v2
Descr: A button that shows two actions on click
Usage: codyhouse.co/license

-------------------------------- */

.split-btn-v2 ol, .split-btn-v2 ul, .split-btn-v2 menu {
  list-style: none;
}
.split-btn-v2 button, .split-btn-v2 input, .split-btn-v2 textarea, .split-btn-v2 select {
  background-color: transparent;
  border-radius: 5px;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
          appearance: none;
}
.split-btn-v2 {
  position: relative;
  z-index: 1;
}
.split-btn-v2--expanded .split-btn-v2__btn {
  opacity: 0;
  pointer-events: none;
}
.split-btn-v2--expanded .split-btn-v2__list-wrapper {
  opacity: 1;
  pointer-events: auto;
}
.split-btn-v2--expanded .split-btn-v2__list {
  transform: scale(1);
}
.split-btn-v2--expanded .split-btn-v2__morph-bg {
  box-shadow: 0 0 0 1px hsla(230, 13%, 9%, 0.05), 0 0.9px 1.25px hsla(230, 13%, 9%, 0.025), 0 3px 5px hsla(230, 13%, 9%, 0.05), 0 12px 20px hsla(230, 13%, 9%, 0.09);
}
.split-btn-v2__btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 0.375em;
  padding: 0.5rem 1rem;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: hsl(230, 13%, 9%);
  cursor: pointer;
  transition: 0.3s;
}
.split-btn-v2__btn:hover .split-btn-v2__btn-icon {
  transform: translateY(1px);
}
.split-btn-v2__btn:hover ~ .split-btn-v2__morph-bg {
  background: hsl(0, 0%, 100%);
  box-shadow: 0 0 0 1px hsla(230, 13%, 9%, 0.05), 0 0 0 1px hsla(230, 13%, 9%, 0.02), 0 1px 3px -1px hsla(230, 13%, 9%, 0.2);
}
.split-btn-v2__btn:focus-visible {
  outline: none;
}
.split-btn-v2__btn:focus-visible ~ .split-btn-v2__morph-bg {
  box-shadow: 0 0 0 1px hsla(230, 13%, 9%, 0.05), 0 0.3px 0.4px hsla(230, 13%, 9%, 0.02), 0 0.9px 1.5px hsla(230, 13%, 9%, 0.045),
  0 3.5px 6px hsla(230, 13%, 9%, 0.09), 0 0 0 2px hsl(0, 0%, 100%), 0 0 0 4px hsl(230, 7%, 23%);
}
.split-btn-v2__btn:active {
  transform: translateY(2px);
}
.split-btn-v2__btn-icon {
  transition: 0.2s;
  height: 12px;
  width: 12px;
}
.split-btn-v2__list-wrapper {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.25rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.split-btn-v2__list {
  transform: scale(0.5);
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.split-btn-v2__list-item {
  display: flex;
  gap: 0.25rem;
  width: 100%;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  font-size: 1rem;
  color: hsl(230, 13%, 9%);
  padding: 0.5rem 0.75rem;
  border-radius: 0.1875em;
  cursor: pointer;
  transition: background 0.3s;
}
.split-btn-v2__list-item .cd-icon {
  height: 16px;
  width: 16px;
}
.split-btn-v2__list-item:hover {
  background-color: hsla(230, 13%, 9%, 0.075);
}
.split-btn-v2__list-item:hover .split-btn-v2__anim-path {
  animation: split-btn-svg-path-anim 2s;
}
.split-btn-v2__list-item:focus-visible {
  outline: none;
  background-color: hsla(250, 84%, 54%, 0.15);
  color: hsl(250, 84%, 54%);
}
.split-btn-v2__anim-path {
  transform-origin: 8px 2px;
  transform: translateY(-1px);
}
@keyframes split-btn-svg-path-anim { /* bounce animation */
  0%, 20%, 40%, 100% {
    transform: translateY(-1px);
  }
  10%, 30% {
    transform: translateY(1px);
  }
}
/* morphing background */
.split-btn-v2__morph-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 0.375em;
  pointer-events: none;
  transform-origin: left top;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 0 0 1px hsla(230, 13%, 9%, 0.05), 0 0.3px 0.4px hsla(230, 13%, 9%, 0.02), 0 0.9px 1.5px hsla(230, 13%, 9%, 0.045), 0 3.5px 6px hsla(230, 13%, 9%, 0.09);
  transition: box-shadow 0.3s, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s, height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: transform, height, width;
}
.cd-inline-flex {
  display: inline-flex;
}


/* AB */
.split-btn-v2 { margin-top: 1em; margin-bottom: 2em; }
.split-btn-v2__btn { border: none; }
.split-btn-v2__list-wrapper { width: 180px !important; }
.split-btn-v2__list-item { width: 180px !important; padding: 0.2rem 0.75rem !important; border: none; }
.split-btn-v2__list-item:nth-of-type(1), .split-btn-v2__list-item:nth-of-type(2) { margin-bottom: 5px; }
.split-btn-v2__btn { background-color: var(--color-accent) !important; color: white !important; box-shadow: none; }
.split-btn-v2__btn:hover { background-color: white !important; color: var(--color-accent) !important; }
.js-split-btn-v2__item, .split-btn-v2__btn:focus-visible { background-color: #F2F2F2 !important; }
.split-btn-v2__list-item:hover, .split-btn-v2__btn:focus-visible:hover {  background-color: #E5E5E5 !important; }