/*
	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;
	color:#111;
	font-family: "sofia-pro", sans-serif;
	font-weight: 300;
	font-style: normal;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

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

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

/* wrapper */
.wrapper {
	position:relative;
	font-size: clamp(18px, 1vw, 48px);
}

section {
	position: relative;
}

article, .article {
	width: 94%;
	max-width: 60em;
	margin: 0 auto;
}


/* header */
.header {

}
/* logo */
.logo {
	display: flex;
	justify-content: center;
}
.logo-img {
	height: 8em;
	width: auto;
	padding: 2.5em 0;
}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
#footer_ct {
	width: 100%;
	height: auto;
	 background: #99a992;
	letter-spacing: 0.1em;
	font-weight: 400;
	padding: 2em 0;
	color: #fff;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
}

.footer_inner {
	display: flex;
	justify-content: space-between;
	font-size: 0.8em;
}




#footer_ct a {
	color: #fff;
}

#footer_ct a:hover {
	border-bottom: 1px dotted;
}

.footer_trn {
	display: inline-block;
	width: 1px;
	height: 1em;
	background-color: rgba(255,255,255,0.5);
	margin: 0 1.5em;
}




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

/* home */

.intro_img  {
	display: flex;
	justify-content: center;
}

.intro_img a {
	display: contents;
}

.intro_img img {
	height: calc(100vh - 11em); 
	width: 100%;
	object-fit: cover;
}

.intro_img_wrapper {
	position: relative;
}

.arrow_down {
	position: absolute;
	width: 2.4em;
	height: 2.4em;
	border-radius: 100%;
	left: calc(50% - 1.2em);
	border: 3px solid #fff;
	bottom: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255,255,255,0);
	cursor: pointer;
	transition: all 0.5s;
}

.arrow_down:hover {
	background-color: rgba(255,255,255,1);
}

.arrow_down span {
	display: inline-block;
	width: 1em;
	height: 1em;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: translateY(-20%) rotate(45deg);
	transition: all 0.5s;
}

.arrow_down:hover span {
	border-right: 3px solid #99a992;
	border-bottom: 3px solid #99a992;
}



.intro_text_teaser {
	aspect-ratio: 1;
	display: flex;
	align-items: center;
}

.intro_text_teaser h2 {
	padding: 1em;
	color: #fff;
}

.main_content_inner {
	padding: 2em;
}


.hlt_box_wrapper .wp-block-column {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1;
	background-color: #fff;
	font-weight: 400;
	padding: 1em;
	/*color: #fff;*/
	color: #99a992;
	border: 1px solid #99a992;
}






/* Kontaktformular */

.wpcf7-form p {
	margin: 0;
}

.wpcf7-text, .wpcf7-textarea, .cfrow {
	width: 100%;
	border: none;
	margin: 0.5em 0;
	padding: 0.5em 0.25em;
	outline: none !important;
	font-family: "sofia-pro", sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

.wpcf7-textarea {
	height: 8em;	
}

.wpcf7-text:focus, .wpcf7-textarea:focus {
	border: none;
	border-bottom: 1px solid rgba(0,0,0,1) !important;
	outline: none !important;
}

.wpcf7-list-item {
	margin: 0 1em 0 0;
}



.wpcf7-list-item-label::before, #ct_filter label::before {
	content: "";
	position: relative;
	width: 1em;
	height: 1em;
	border: 1px solid;
	display: inline-block;
	margin-right: 0.25em;
	margin-bottom: -0.1em;
}

.wpcf7-list-item input[type="checkbox"], #ct_filter input[type="checkbox"] {
	display: none;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::before, #ct_filter input[type="checkbox"]:checked + label::before  {
	background-image: url(/wp-content/uploads/2026/02/sv_ico_check.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.interesse_ct .wpcf7-form-control {
	display: flex;
	flex-direction: column;
	line-height: 1.8;
	padding: 0.5em 0;
}

.wpcf7-not-valid-tip {
	font-size: 0.8em;
	margin-top: -0.4em;
}

.cf_send p {
	display: flex;
	justify-content: space-between;
}

.pf_txt {
	font-size: 0.8em;
	order: 1;
}

.wpcf7-submit {
	border: 2px solid #99a992;
	background-color: #fff;
	color: #99a992;
	padding: 0.5em 1.5em;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight: 600;
	font-family: "sofia-pro", sans-serif;
	order: 4;
}

.wpcf7-submit:hover, .wpcf7-submit:focus {
	background-color: #99a992;
	border: 2px solid #99a992 !important;
	color: #fff;
}

.ajax-loader {
	order: 2;
}

.wpcf7-spinner {
	position: absolute;
}

.cf_send {
	display: flex;
	justify-content: space-between;
}


.wpcf7 form.sent .wpcf7-response-output {
	border: none !important;
	background-color: #629757;
	margin: 1em 0;
	color: #fff;
	font-weight: 500;
	font-size: 0.9em;
	grid-column: span 2;
	padding: 1em 0.6em;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border: none !important;
	background-color: #E48600;
	margin: 1em 0;
	color: #fff;
	font-weight: 500;
	font-size: 0.9em;
	grid-column: span 2;
	padding: 1em 0.6em;
}




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

.logo_is img {
	height: 1.6em;
	margin-top: 1em;
	width: auto;
}

.logo_si img {
	height: 2.8em;
	width: auto;
	margin-top: 1em;
}



.plx_img {
	width: 100%;
}


.pg_img1 img {
	position: relative;
	width: 100%;
	margin: 0 auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center center;
	display: block;
}

.pg_img2 img {
	position: relative;
	width: 100%;
	margin: 0 auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center center;
	display: block;
}

/* animation */


@media only screen and (min-width : 782px)  {
	
	.anim {
		transition: all 1.5s;
	}
	
	.delay1 {
		transition-delay: 0.2s;
	}
	.delay2 {
		transition-delay: 0.4s;
	}
	.delay3 {
		transition-delay: 0.6s;
	}
	.delay4 {
		transition-delay: 0.8s;
	}
	
	.anim.solve_left {
		opacity: 0;
		clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	}
	
	.anim.solve_left.inview {
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		opacity: 1;
	}
	
	.anim.solve_right {
		opacity: 0;
		clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
	}
	
	.anim.solve_right.inview {
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		opacity: 1;
	}
	
	.anim.from_left {
		opacity: 0;
		transform: translateX(-4em);
	}	
	.anim.from_left.inview {
		opacity: 1;
		transform: translateX(0em);
	}
	
	.anim.from_right {
		opacity: 0;
		transform: translateX(4em);
	}	
	.anim.from_right.inview {
		opacity: 1;
		transform: translateX(0em);
	}
	
	.anim.zoom_in {
		opacity: 0;
		transform: scale(0.7);
	}	
	.anim.zoom_in.inview {
		opacity: 1;
		transform: scale(1);
	}
	
	
}



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

h2 {
	font-weight: 200;
	font-size: 2.1em;
	color: #99a992;
}

h3 + h2 {
	margin-top: 0;
}

h3 {
	font-size: 1.6em;
	font-weight: 700;
	color: #99a992;
	margin: 0.25em 0;
}

h4 {
	font-size: 1.2em;
	font-weight: 700;
	color: #99a992;
	margin: 0.25em 0;
}

p a:hover {
	color: #99a992;
}

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


@media only screen and (max-width : 781px)  {
	
	.logo-img {
		height: 7em;
	}
	
	.intro_img img {
		height: 94vw;
	}
	
	.main_content_inner {
		padding: 0;
	}
	
	.mob_reverse {
		flex-direction: column-reverse;
	}
	
	.hlt_box_wrapper {
		display: grid !important;
		grid-gap: 1em;
		grid-template-columns: 1fr 1fr;
	}
	
	.hlt_box_wrapper .wp-block-column {
		padding: 0.5em;
		hyphens: auto;
	}
	
}

@media only screen and (max-width : 600px)  {
	
	#footer_ct {
		padding: 4em 0;
	}
	
	h2 {
		font-size: 1.8em;
	}
	
	.footer_inner {
		flex-direction: column-reverse;
		align-items: center;
		gap: 2em;
	}
	
	.intro_text_teaser h2 {
		padding: 0.5em;
	}
	
	
}


/*------------------------------------*\
    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;
	}
}
