/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 350;
  font-style: normal;
	background-color: #000;
	color: #fff;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fff;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.bg_frame {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 0;
	pointer-events: none;
	background-image: url(/wp-content/uploads/2025/06/bg1.png);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

/* wrapper */
.wrapper {
	font-size: clamp(16px, 1vw, 32px);
	padding-top: 16em;
	line-height: 1.5;
}

section {
	margin-bottom: 5em;
}

article, .article {
	max-width: 75em;
	width:95%;
	margin:0 auto;
	position:relative;
}

/* header */
.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 30;
	background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 40%);
}

.header_inner {
	display: flex;
	/*background-color: #000;*/
	padding: 1em 0;
	justify-content: space-between;
	align-items: flex-end;
	width: 95%;
	max-width: 60em;
	margin: 0 auto;
	
}

/* logo */
.logo {
	height: 6em;
	transition: all 0.5s;
	z-index: 5;
}

.scrld .logo {
	height: 3em;
}

.logo-img {
	height: 100%;
	width: auto;
}
/* nav */

.mob_menu_icon {
	display: none;
}

.nav {

}

.nav ul {
	list-style: none;
	display: flex;
	gap: 2em;
	margin: 0;
	padding: 0;
	transition: all 0.5s;
}

.scrld .nav ul {
	padding-bottom: 1em;
}

.nav a {
	color: #fff;
	font-weight: 700;
	transition: 0.5s;
}

.nav a:hover {
	color: #F6A254;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
	padding-bottom: 16em;
}

.footer_inner > div {
	width: 90%;
	margin: 0 auto;
}

.footer_cols .col2 {
	text-align: center;
}

.footer_cols .col3 {
	text-align: right;
}

.footer_cols em {
	color: #F6A254;
}

.footer_cols a:hover {
	text-decoration: underline;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.produkt_titel, .tech_titel {
	display: block;
	height: 3em;
	margin: 0 auto;
}

.produkt_text, .tech_text {
	display: block;
	min-height: 4em;
	margin: 0 auto;
}

.prt_box strong {
	color: #F6A254;
}

.prt_box figure {
	text-align: center;
}

.prt_box figure img {
	width: 8em;
	height: auto;
	border-radius: 100%;
}

.start_box {
	background-color: rgba(255,255,255,0.3);
	border-radius: 2em;
	padding: 1em;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
}

.start_box:hover {
	background-color: rgba(246, 162, 84, 1);
}

/* faq */

.faq_cols {
	gap: 5px;
}

.faq_cols > div  {
	gap: 5px;
	display: grid;
	align-self: flex-start;
}

.faq_title_wrapper {
	background-color: rgba(114, 203, 241, 0.3);
	text-align: center;
	padding: 1em 2em 0 2em;
	height: 6.4em;
	transition: all 0.5s;
	cursor: pointer;
}

.faq_title_wrapper:hover {
	background-color: rgba(114, 203, 241, 0.6);	
}

.faq_title_wrapper h3 {
	font-size: 1.8em;
}

.faq_group_wrapper .wp-block-columns {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 0 4em 0 1em;
}

.faq_item_wrapper {
	display: none;
}

.faq_item_wrapper .wp-block-columns {
	margin: 0;
	border-bottom: 1px solid rgba(255,255,255,0);
	transition: all 0.5s;
	background-color: rgba(255,255,255,0);
}

.faq_item_wrapper .wp-block-columns.active {
	background-color: rgba(255,255,255,0.1);
}

.faq_item_wrapper .wp-block-columns:hover, .faq_item_wrapper .wp-block-columns.active {
	border-bottom: 1px solid rgba(255,255,255,1);
}

.faq_item_wrapper .wp-block-columns .wp-block-column:first-of-type {
	position: relative;
	cursor: pointer;
	font-weight: 600;
}

.faq_item_wrapper .wp-block-columns .wp-block-column:first-of-type:hover {
	
}

.faq_item_wrapper .wp-block-columns .wp-block-column:first-of-type::before {
	content: '';
	width: 1.3em;
	height: 1.3em;
	position: absolute;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	right: -2.6em;
	top: 0.9em;
	transform: rotate(-45deg);
	transition: all 0.5s;
}

.faq_item_wrapper .wp-block-columns.active .wp-block-column:first-of-type::before {
	transform: rotate(-225deg);
}

.faq_item_wrapper .wp-block-columns .wp-block-column:last-of-type {
	display: none;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/* panslider */

.pansld_wrapper {
	width: 18em;
	margin: 0 auto;
	position: relative;
	height: 24em;
}

.pansld_wrapper .wp-block-columns {
	display: grid;
	grid-template-columns: 1fr;
	flex-direction: column;
	gap: 0;
	position: absolute;
	top: 0;
	opacity: 0;
	transition: all 0.5s;
}

.pansld_wrapper [data-pan='0'] {
	z-index: 10;
	opacity: 1;
}

.pansld_wrapper [data-pan='1'] {
	transform: translateX(1.8em) translateY(-2.5%) scale(0.9);
	opacity: 0.8;
	z-index: 9;
}

.pansld_wrapper [data-pan='-1'] {
	transform: translateX(-1.8em) translateY(-2.5%) scale(0.9);
	opacity: 0.8;
	z-index: 9;
}

.pansld_wrapper  [data-pan='2'] {
	transform: translateX(3.6em) translateY(-5%) scale(0.8);
	opacity: 0.6;
	z-index: 8;
}

.pansld_wrapper  [data-pan='-2'] {
	transform: translateX(-3.6em) translateY(-5%) scale(0.8);
	opacity: 0.6;
	z-index: 8;
}

.pansld_wrapper  [data-pan='3'] {
	transform: translateX(5.4em) translateY(-7.5%) scale(0.7);
	opacity: 0.4;
	z-index: 7;
}

.pansld_wrapper  [data-pan='-3'] {
	transform: translateX(-5.4em) translateY(-7.5%) scale(0.7);
	opacity: 0.4;
	z-index: 7;
}

.sym_bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 86%;
}

.sym_leise {
	background-image: url(/wp-content/uploads/2025/06/sym_leise.svg);
}
.sym_bohrung {
	background-image: url(/wp-content/uploads/2025/06/sym_bohrung.svg);
}
.sym_einfach {
	background-image: url(/wp-content/uploads/2025/06/sym_einfach.svg);
}
.sym_kosten {
	background-image: url(/wp-content/uploads/2025/06/sym_kosten.svg);
}
.sym_flexibel {
	background-image: url(/wp-content/uploads/2025/06/sym_flexibel.svg);
}
.sym_zukunft {
	background-image: url(/wp-content/uploads/2025/06/sym_zukunft.svg);
}


.pansld_wrapper .wp-block-columns .wp-block-column:first-child {
	background-color: #F6A255;
	border-radius: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 12em;
}

.pansld_wrapper .wp-block-columns .wp-block-column:first-child p {
	font-size: 1.8em;
	font-weight: 900;
	text-shadow: 0 0 0.2em rgba(0,0,0,0.25);
	line-height: normal;
	opacity: 0;
	transition: all 0.5s;
}

.pansld_wrapper .wp-block-columns[data-pan='0'] .wp-block-column:first-child p {
	opacity: 1;
}

.pansld_wrapper .wp-block-columns .wp-block-column:last-child {
	text-align: center;
	opacity: 0;
	transition: all 0.5s;
	height: 12em;
}

.pansld_wrapper .wp-block-columns[data-pan='0'] .wp-block-column:last-child {
	opacity: 1;
}

.pansld_controls {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 12;
}

.pansld_controls .pansld_btn {
	position: absolute;
	display: inline-block;
	width: 1.6em;
	height: 1.6em;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	cursor: pointer;
}

.pansld_controls .pansld_next {
	transform: rotate(-135deg);
	right: -2em;
	top: 5.2em;
}

.pansld_controls.lastpan .pansld_next {
	pointer-events: none;
	opacity: 0;
}

.pansld_controls .pansld_prev {
	transform: rotate(45deg);
	left: -2em;
	top: 5.2em;
}

.pansld_controls.firstpan .pansld_prev {
	pointer-events: none;
	opacity: 0;
}

.pansld_dots {
	position: absolute;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	top: -2em;
	pointer-events: none;
}

.pansld_dots .pansld_dot {
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	border-radius: 100%;
	border: 1.5px solid #fff;
	margin: 0.25em;
	background-color: transparent;
}

.pansld_dots .pansld_dot.active {
	background-color: #F6A255;
}

#pansld_produkt .wp-block-columns .wp-block-column:first-child, #pansld_tech .wp-block-columns .wp-block-column:first-child {
	background-color: #C3DEE3;
}

.sym_prod1 {
	background-image: url(/wp-content/uploads/2025/06/prod_img1.png);
}
.sym_prod2 {
	background-image: url(/wp-content/uploads/2025/06/prod_img2.png);
}
.sym_prod3 {
	background-image: url(/wp-content/uploads/2025/06/prod_img3.png);
}

#pansld_tech .sym_bg {
	background-position: center 90%;
	background-size: auto 50%;
}

#pansld_tech.pansld_wrapper .wp-block-columns .wp-block-column:first-child {
	align-items: flex-start;
}

#pansld_tech.pansld_wrapper .wp-block-columns .wp-block-column:first-child p {
	align-items: flex-start;
	color: #000;
	text-shadow: 0 0 0.2em rgba(0,0,0,0);
	margin: 0.25em 0;
}

.sym_tech0 {
	background-image: url(/wp-content/uploads/2025/06/sym_tech0.svg);
}
.sym_tech1 {
	background-image: url(/wp-content/uploads/2025/06/sym_tech1.svg);
}
.sym_tech2 {
	background-image: url(/wp-content/uploads/2025/06/sym_tech2.svg);
}
.sym_tech3 {
	background-image: url(/wp-content/uploads/2025/06/sym_tech3.svg);
}


/* slider */

.slider {
	
}

.slider > div {
  height: 16em;
}

.slick_btn {
	position: absolute;
	width: 1.6em;
	height: 1.6em;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	bottom: 1em;
	cursor: pointer;
}

.slick_btn.slick-disabled {
	opacity: 0.4;
}

.slick_btn.slick_next {
	transform: rotate(-135deg);
	left: calc(50% + 1em);
}

.slick_btn.slick_prev {
	transform: rotate(45deg);
	right: calc(50% + 1em);
}


/* roadmap */

.roadmap_item {
	text-align: center;
	padding:0;
	border-top: 0.2em solid #fff;
	position: relative;
	margin-top: 1em;
	max-width: 20em;
}

.roadmap_item p {
	padding: 0 1em;
}

.roadmap_item.first {
	text-align: left;
	padding-left: 0;
	max-width: 16em;
}

.roadmap_item.first p {
	padding-left: 0;
}

.roadmap_item::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 1em;
	height: 1em;
	background-color: #fff;
	top: 0;
	left: 50%;
	border-radius: 100%;
	transform: translateX(-50%) translateY(calc(-50% - 0.1em));
}

.roadmap_item.first::before {
	left: 0;
	transform: translateX(0%) translateY(calc(-50% - 0.1em));
}

.roadmap_item em {
	color: #F6A254;
	font-style: normal;
}

.roadmap_item.hlt_blau em {
	color: #72BAC5;
}

.roadmap_item.last {
	width: 2em;
}

.roadmap_item.last::before {
	display: none;
}

.roadmap_item.last::after {
	content: '';
	position: absolute;
	top: -0.2em;
	left: 100%;
	width: 1.35em;
	height: 0em;
	border-top: 0.2em dotted #fff;
}





/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h2 {
	font-size: 1em;
	font-weight: 350;
	color: #F6A254;
	margin: 0;
	line-height: normal;
}

h3 {
	font-weight: 700;
	font-size: 2.4em;
	line-height: normal;
	margin: 0;
	margin-bottom: 0.5em;
	margin-top: 0.25em;
}

h4 {
	font-weight: 700;
	font-size: 1.3em;
	line-height: normal;
	margin: 0;
	margin-bottom: 0.5em;
	margin-top: 0.25em;
}


.wp-block-buttons {
	gap: 3em;
}

.wp-block-button__link {
	font-weight: 800;
	padding: calc(.5em + 2px) calc(1.333em + 2px);
	font-size: 1em;
	background-color: #F6A254;
	min-width: 20em;
	-webkit-box-shadow: 0 0 1em 0 rgba(246, 162, 84,0);
	box-shadow: 0 0 1em 0 rgba(246, 162, 84,0);
	transition: all 0.5s;
	transform: scale(1);
}

.wp-block-button__link:hover {
	transform: scale(1.1);
	-webkit-box-shadow: 0 0 1em 0 rgba(246, 162, 84,1);
	box-shadow: 0 0 1em 0 rgba(246, 162, 84,1);
}

.btn_blau .wp-block-button__link {
	background-color: #72CBF1;
	-webkit-box-shadow: 0 0 1em 0 rgba(114, 203, 241,0);
	box-shadow: 0 0 1em 0 rgba(114, 203, 241,0);
}

.btn_blau .wp-block-button__link:hover {
	-webkit-box-shadow: 0 0 1em 0 rgba(114, 203, 241,1);
	box-shadow: 0 0 1em 0 rgba(114, 203, 241,1);
}

p em {
	color: #72CBF1;
	font-style: normal;
}







.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
	aspect-ratio: 16 / 9;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
	width: 100%;
	height: 100%;
}



#partner a {
	display: inline-block;
	margin: 0.3em 0;
	border-bottom: 0.1em solid transparent;
}

#partner a:hover {
	border-bottom: 0.1em solid;
}







/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media only screen and (max-width : 1600px)  {
	
	.wrapper {
		font-size: clamp(16px, 1.2vw, 32px);
	}
	
}

@media only screen and (max-width : 1200px)  {
	
	.faq_cols {
		flex-direction: column;
	}
	
	.faq_cols > div {
		width: 100%;
	}
	
	.faq_title_wrapper {
		padding: 1em;
		height: auto;
	}
	
}

@media only screen and (max-width : 1000px)  {
	
	.prodtech_cols {
		flex-direction: column;
	}
	
	.produkt_text, .tech_text {
		min-height: auto;

	}
	
}

@media only screen and (max-width : 840px)  {
	
	.wrapper {
		padding-top: 12em;
		overflow-x: hidden;
	}
	
	.logo {
		height: 4em;
	}
	
	.mob_menu_icon {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		width: 2.1em;
		height: 2.1em;
		border-radius: 100%;
		border: 2px solid #fff;
		bottom: 2em;
		right: 5%;
		z-index: 5;
		cursor: pointer;
		transition: all 0.5s;
	}
	
	.menuopen .mob_menu_icon {
		transform: rotate(45deg);
	}
	
	.mob_menu_icon::before {
		content: '';
		width: 1.4em;
		height: 2px;
		background-color: #fff;
		position: absolute;
	}
	
	.mob_menu_icon::after {
		content: '';
		width: 1.4em;
		height: 2px;
		background-color: #fff;
		transform: rotate(90deg);
		position: absolute;
	}
	
	.nav {
		position: absolute;
		background-color: #000;
		width: 100%;
		overflow: hidden;
		left: 0;
		top: 0;
		opacity: 1;
		pointer-events: none;
		padding-top: 6em;
		padding-bottom: 3em;
		border-bottom: 3px solid #72CBF1;
		transform: translateX(105%);
		transition: all 0.5s;
	}
	
	.menuopen .nav {
		
		pointer-events: auto;
		transform: translateX(0%);
	}
	
	.scrld .nav ul {
		padding-bottom: 0em;
	}
	
	.nav ul {
		flex-direction: column;
		text-align: center;		
	}
	
	.nav ul a {
		font-size: 5vmin;
		line-height: normal;
	}
	
	.produkt_titel, .tech_titel {
		height: auto;
		padding-bottom: 0.5em;
	}
	
	
}

@media only screen and (max-width : 780px)  {
	
	.footer_cols .col3 {
		order: 2;
		text-align: center;
	}
	
	.footer_cols .col1 {
		order: 4;
		text-align: center;
	}
	
	.footer_cols .col2 {
		order: 6;
	}
	
	
}


@media only screen and (max-width : 600px)  {
	
	.wrapper {
		font-size: clamp(18px, 1.2vw, 32px);
	}
	
	.pansld_wrapper {
		font-size: 4vmin;
	}
	
	
	.nav ul a {
		font-size: 6vmin;
	}
	
	.home .wrapper {
		padding-top: 8em;
		background-image: url(/wp-content/uploads/2025/06/bg_mob-scaled.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
	}
	
	.home .bg_frame {
		display: none;
	}
	
	section {
		margin-bottom: 1em;
	}
	
	.roadmap_item {
		width: 66vmin;
		height: auto;
	}
	
	
}







/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
