/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* font size */
:root {
	font-size: calc(1rem * 0.625);
	
	--nova-font-size-root: 1rem;
	--nova-font-size: 1rem;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/** Hyphens **/
* {
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-before: 5;
	-webkit-hyphenate-limit-after: 4;
	-webkit-hyphenate-limit-chars: 5 4 3;
	-webkit-hyphenate-limit-lines: 2;
	-webkit-hyphenate-limit-last: always;
	-webkit-hyphenate-limit-zone: 8%;
	 
	-moz-hyphens: auto;
	-moz-hyphenate-limit-chars: 5 4 3;
	-moz-hyphenate-limit-lines: 2;
	-moz-hyphenate-limit-last: always;
	-moz-hyphenate-limit-zone: 8%;

	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: 5 4 3;
	-ms-hyphenate-limit-lines: 2;
	-ms-hyphenate-limit-last: always;
	-ms-hyphenate-limit-zone: 8%;

	hyphens: auto;
	hyphenate-limit-chars: 5 4 3;
	hyphenate-limit-lines: 2;
	hyphenate-limit-last: always;
	hyphenate-limit-zone: 8%;
}

h1, h2, h3, h4, h5, h6, h7 {
	hyphens: none;
}

/*
p{
	font-size: 1.7rem;
	line-height: 1.5;
}
*/


/*
a:hover{
	text-decoration: underline !important;
}
*/

nav.main_menu a:hover{
	text-decoration: unset !important;
}

/*Button*/

.elementor-button-text {
    display: inline-block;
    padding: 10px 20px 10px 20px!important;
}

.elementor-widget-icon-box a:after {
	content: "";
	display: block !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
} 

.tp-flipbox__title-back {
    padding: 20px;
    text-align: center;
    display: none;
}

#punkt4 .tp-flipbox__title-front {
    padding: 20px;
    text-align: left!important;
	font-weight:700;
	color: white;
}

#punkt4 .tp-flipbox__desc-back {
    padding: 0 20px;
    text-align: left!important;
    padding-bottom: 40px;
}

#punkt4 .tp-flipbox__front .tp-flipbox__desc-back {
	color: white;
}

#punkt4 .tp-flipbox__back .tp-flipbox__desc-back {
    color: #000675;
}




ul.xm-list-checkitem {
	list-style: none;
	padding: 0;
	margin:0;
}

ul.xm-list-checkitem li{
	line-height: 1.7;
	padding: 0 0 10px 25px;
	margin: 0;
	background-image: url(/wp-content/uploads/2025/06/check-mark.svg);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 0px 8px;
}

.xm-stickymenu {
	visibility: hidden;
	transition: none;
	opacity: 0;
}

.wrapfixed .xm-stickymenu{
	visibility: visible;
	opacity: 1;
}

.xm-container-box{
  display: flex;
  justify-content: start;
  align-items: center;
  align-content:flex-start;
  flex-direction: row;
  column-gap: 40px;
  width: 100%;
  padding:0;
  margin: 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
.xm-container-box{
  align-items: flex-start;
  flex-direction: column;
  row-gap: 20px;
  box-sizing: border-box;
}
}

.xm-box{
	display: flex;
	justify-content: center;
	align-items: center;
	align-content:center;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: solid 4px #0352a6;
	text-align: center;
	color: #0352a6;
	font-weight: bold;
	font-family: 'Open Sans';
	font-size: 2.0rem;
	width: 180px;
	max-width: 180px;
	min-width: 180px;
	height: 90px;
	max-height: 90px;
	min-height: 90px;
}

@media only screen and (max-width: 767px) {
.xm-box{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
} 

ul.xm-list {
   list-style: none;
   padding: 0;
   margin: 0;
}

ul.xm-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    line-height: 1.7;
    font-size: 2.0rem;
    font-family: 'Open Sans';
    color: #000675;
}

ul.xm-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #0352a6;
}

/*Borlabs Cookiebanner Logo*/
#BorlabsCookieBox .cookie-logo{
	max-width: 100px;
}

#BorlabsCookieBox ._brlbs-flex-center{
	justify-content: center;
	flex-direction: column;
	row-gap: 10px;
}

.xm-svg-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 893 / 239;
}

.xm-svg-wrap img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
}