
/* CUSTOM CSS */

/* styling for pricing tables in preis.html to have equal proportions */
.price-table td:first-child {
  width: 70%;
}
.price-table td:last-child {
  width: 30%;
  text-align: right;
}


/* Subtle border for white images on white bg, used for certificates */
img.white-bg {
  border: 2px solid #ddd;
  border-radius: 4px;
}

/* For accordeon in about us section */
summary {
    text-transform: none;
    font-weight: bold;
    font-size: 2.3em;
    line-height: 1.2em;
	color: var(--dark);
}

@media (max-width: 767px) {
    div.main{
        text-align: center;
    }

	footer > div > div > div {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		margin-bottom: 15px;
	}

	.center-mobile {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		margin-bottom: 15px;
	}

	ul > li{
		text-align: left;
	}

}

.main-banner{
	text-align-last: center !important;
}

a .link-dark{
	color: var(--dark) !important;
}

/* For Gallery */
.image-gallery img{
    padding-top: 10px;
	padding-bottom: 10px;
    transition: 0.5s;
	border-radius: 30px !important;
}

.gallery-text{
	margin-bottom: 0px !important;
}

@media (hover: hover) {
	.image-gallery img:hover{
		transform: scale(1.01);
	}
  }

/* End Gallery */
/* END CUSTOM CSS */

/* BEGIN SKIN*/
/* Font Family */
body {
	font-family: "Open Sans", "Arial", sans-serif !important;
}
/* General */
:root {
	--border-radius: 4px;
	--border-radius2x: 8px;
	--default: #777;
}
/* Skin Colors */
:root {
	--primary: #81bf04;
	--primary-100: #70a603;
	--primary-200: #689a03;
	--primary-300: #5f8d03;
	--primary--100: #92d805;
	--primary--200: #9ae405;
	--primary--300: #a3f105;
	--primary-rgba-0: rgba(129, 191, 4, 0);
	--primary-rgba-10: rgba(129, 191, 4, 0.1);
	--primary-rgba-20: rgba(129, 191, 4, 0.2);
	--primary-rgba-30: rgba(129, 191, 4, 0.3);
	--primary-rgba-40: rgba(129, 191, 4, 0.4);
	--primary-rgba-50: rgba(129, 191, 4, 0.5);
	--primary-rgba-60: rgba(129, 191, 4, 0.6);
	--primary-rgba-70: rgba(129, 191, 4, 0.7);
	--primary-rgba-80: rgba(129, 191, 4, 0.8);
	--primary-rgba-90: rgba(129, 191, 4, 0.9);
	--secondary: #088d33;
	--secondary-100: #07752a;
	--secondary-200: #066926;
	--secondary-300: #055d22;
	--secondary--100: #09a53c;
	--secondary--200: #0ab140;
	--secondary--300: #0bbd44;
	--secondary-rgba-0: rgba(8, 141, 51, 0);
	--secondary-rgba-10: rgba(8, 141, 51, 0.1);
	--secondary-rgba-20: rgba(8, 141, 51, 0.2);
	--secondary-rgba-30: rgba(8, 141, 51, 0.3);
	--secondary-rgba-40: rgba(8, 141, 51, 0.4);
	--secondary-rgba-50: rgba(8, 141, 51, 0.5);
	--secondary-rgba-60: rgba(8, 141, 51, 0.6);
	--secondary-rgba-70: rgba(8, 141, 51, 0.7);
	--secondary-rgba-80: rgba(8, 141, 51, 0.8);
	--secondary-rgba-90: rgba(8, 141, 51, 0.9);
	--tertiary: #804000;
	--tertiary-100: #673300;
	--tertiary-200: #5a2d00;
	--tertiary-300: #4d2700;
	--tertiary--100: #9a4d00;
	--tertiary--200: #a65300;
	--tertiary--300: #b35a00;
	--tertiary-rgba-0: rgba(128, 64, 0, 0);
	--tertiary-rgba-10: rgba(128, 64, 0, 0.1);
	--tertiary-rgba-20: rgba(128, 64, 0, 0.2);
	--tertiary-rgba-30: rgba(128, 64, 0, 0.3);
	--tertiary-rgba-40: rgba(128, 64, 0, 0.4);
	--tertiary-rgba-50: rgba(128, 64, 0, 0.5);
	--tertiary-rgba-60: rgba(128, 64, 0, 0.6);
	--tertiary-rgba-70: rgba(128, 64, 0, 0.7);
	--tertiary-rgba-80: rgba(128, 64, 0, 0.8);
	--tertiary-rgba-90: rgba(128, 64, 0, 0.9);
	--quaternary: #272e32;
	--quaternary-100: #1c2124;
	--quaternary-200: #161a1d;
	--quaternary-300: #111415;
	--quaternary--100: #323b40;
	--quaternary--200: #384247;
	--quaternary--300: #3d484f;
	--quaternary-rgba-0: rgba(39, 46, 50, 0);
	--quaternary-rgba-10: rgba(39, 46, 50, 0.1);
	--quaternary-rgba-20: rgba(39, 46, 50, 0.2);
	--quaternary-rgba-30: rgba(39, 46, 50, 0.3);
	--quaternary-rgba-40: rgba(39, 46, 50, 0.4);
	--quaternary-rgba-50: rgba(39, 46, 50, 0.5);
	--quaternary-rgba-60: rgba(39, 46, 50, 0.6);
	--quaternary-rgba-70: rgba(39, 46, 50, 0.7);
	--quaternary-rgba-80: rgba(39, 46, 50, 0.8);
	--quaternary-rgba-90: rgba(39, 46, 50, 0.9);
	--dark: #3e3e3e;
	--dark-100: #313131;
	--dark-200: #2b2b2b;
	--dark-300: #252525;
	--dark--100: #4b4b4b;
	--dark--200: #515151;
	--dark--300: #585858;
	--dark-rgba-0: rgba(62, 62, 62, 0);
	--dark-rgba-10: rgba(62, 62, 62, 0.1);
	--dark-rgba-20: rgba(62, 62, 62, 0.2);
	--dark-rgba-30: rgba(62, 62, 62, 0.3);
	--dark-rgba-40: rgba(62, 62, 62, 0.4);
	--dark-rgba-50: rgba(62, 62, 62, 0.5);
	--dark-rgba-60: rgba(62, 62, 62, 0.6);
	--dark-rgba-70: rgba(62, 62, 62, 0.7);
	--dark-rgba-80: rgba(62, 62, 62, 0.8);
	--dark-rgba-90: rgba(62, 62, 62, 0.9);
	--light: #FFF;
	--light-100: #f2f2f2;
	--light-200: #ececec;
	--light-300: #e6e6e6;
	--light--100: #ffffff;
	--light--200: #ffffff;
	--light--300: #ffffff;
	--light-rgba-0: rgba(255, 255, 255, 0);
	--light-rgba-10: rgba(255, 255, 255, 0.1);
	--light-rgba-20: rgba(255, 255, 255, 0.2);
	--light-rgba-30: rgba(255, 255, 255, 0.3);
	--light-rgba-40: rgba(255, 255, 255, 0.4);
	--light-rgba-50: rgba(255, 255, 255, 0.5);
	--light-rgba-60: rgba(255, 255, 255, 0.6);
	--light-rgba-70: rgba(255, 255, 255, 0.7);
	--light-rgba-80: rgba(255, 255, 255, 0.8);
	--light-rgba-90: rgba(255, 255, 255, 0.9);
}
/* Skin Colors - Inverse */
:root {
	--primary-inverse: #FFF;
	--secondary-inverse: #FFF;
	--tertiary-inverse: #FFF;
	--quaternary-inverse: #FFF;
	--dark-inverse: #FFF;
	--light-inverse: #777;
}
/* Grey Colors */
:root {
	--grey: #969696;
	--grey-100: #f4f4f4;
	--grey-200: #eaeaea;
	--grey-300: #e5e5e5;
	--grey-400: #e0e0e0;
	--grey-500: #dbdbdb;
	--grey-600: #cecece;
	--grey-700: #c1c1c1;
	--grey-800: #a8a8a8;
	--grey-900: #8e8e8e;
	--grey-1000: #757575;
}

.less-error-message ul, .less-error-message li {
	list-style-type: none;
	margin-right: 15px;
	padding: 4px 0;
	margin: 0;
}

.less-error-message label {
	font-size: 12px;
	margin-right: 15px;
	padding: 4px 0;
	color: #cc7777;
}

.less-error-message pre {
	color: #dd6666;
	padding: 4px 0;
	margin: 0;
	display: inline-block;
}

.less-error-message pre.line {
	color: #ff0000;
}

.less-error-message h3 {
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0 5px 0;
	margin: 0;
}

.less-error-message a {
	color: #10a;
}

.less-error-message .error {
	color: red;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px dashed red;
}

/* END SKIN */

/* BEGIN FONTS */
/* open-sans-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../../shared/fonts/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* open-sans-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../../shared/fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* open-sans-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../../shared/fonts/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* open-sans-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../../shared/fonts/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* open-sans-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../../shared/fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* open-sans-800 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../../shared/fonts/open-sans-v40-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  /* jost-100 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Jost';
    font-style: normal;
    font-weight: 100;
    src: url('../../shared/fonts/jost-v15-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* jost-100italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Jost';
    font-style: italic;
    font-weight: 100;
    src: url('../../shared/fonts/jost-v15-latin-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* jost-200 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Jost';
    font-style: normal;
    font-weight: 200;
    src: url('../../shared/fonts/jost-v15-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* jost-200italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Jost';
    font-style: italic;
    font-weight: 200;
    src: url('../../shared/fonts/jost-v15-latin-200italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* jost-300 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    src: url('../../shared/fonts/jost-v15-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* jost-300italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Jost';
    font-style: italic;
    font-weight: 300;
    src: url('../../shared/fonts/jost-v15-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* jost-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    src: url('../../shared/fonts/jost-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* jost-italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Jost';
    font-style: italic;
    font-weight: 400;
    src: url('../../shared/fonts/jost-v15-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* jost-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    src: url('../../shared/fonts/jost-v15-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* jost-500italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Jost';
    font-style: italic;
    font-weight: 500;
    src: url('../../shared/fonts/jost-v15-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* jost-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    src: url('../../shared/fonts/jost-v15-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* jost-600italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Jost';
    font-style: italic;
    font-weight: 600;
    src: url('../../shared/fonts/jost-v15-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* jost-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    src: url('../../shared/fonts/jost-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* jost-700italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Jost';
    font-style: italic;
    font-weight: 700;
    src: url('../../shared/fonts/jost-v15-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* jost-800 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Jost';
    font-style: normal;
    font-weight: 800;
    src: url('../../shared/fonts/jost-v15-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* jost-800italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Jost';
    font-style: italic;
    font-weight: 800;
    src: url('../../shared/fonts/jost-v15-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* jost-900 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Jost';
    font-style: normal;
    font-weight: 900;
    src: url('../../shared/fonts/jost-v15-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* jost-900italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Jost';
    font-style: italic;
    font-weight: 900;
    src: url('../../shared/fonts/jost-v15-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  /* END FONTS */

  /* taken from demo.css */
  body {
		font-size: 16px;
}

@media (min-width: 992px) {
		#header .header-nav-main nav > ul > li {
				margin: 0 20px;
		}
		#header .header-nav-main nav > ul > li:first-child {
				margin-left: 0;
		}
		#header .header-nav-main nav > ul > li > a {
				font-size: 18px;
				padding: 0 !important;
		}
}

h1, h2, h3, h4, h5, h6 {
		color: var(--dark);
}

h3 {
		text-transform: none;
		font-weight: bold;
		font-size: 2.3em;
		line-height: 1.2em;
}

p {
		font-weight: 500;
		font-size: 18px;
		line-height: 30px;
}

.custom-el-pos-1 {
		margin-top: -100px;
}

.custom-el-pos-2 {
		top: 25px;
		position: relative;
}

@media (min-width: 992px) {
		.custom-el-pos-2 {
				top: 0;
		}
}

.custom-el-pos-3 {
		bottom: -25px !important;
}

@media (max-width: 1919px) {
		.custom-shape-divider-1 {
				min-width: 1920px;
		}
}

.custom-shape-divider-1.custom-shape-divider-1-flip-horizonal {
		transform: rotateY(180deg);
}

.hero {
		height: 750px;
}

@media (min-width: 2200px) {
    .hero-el-1 {
		width: 1600px !important;
		height: 1600px !important;
		position: absolute;
		border-radius: 100%;
		top: -62%;
		left: -17%;
    }
}
.hero-el-1 {
		width: 1400px;
		height: 1400px;
		position: absolute;
		border-radius: 100%;
		top: -62%;
		left: -17%;
}

.hero-el-2 {
		width: 1400px;
		height: 1400px;
		position: absolute;
		border-radius: 100%;
		top: -65%;
		left: -20.3%;
		background: var(--primary-100);
}

.custom-text-1 {
		font-size: 200px;
		position: relative;
		top: 100px;
}

.custom-text-1 em {
		font-size: 0.7em;
		font-style: normal;
}

@media (min-width: 992px) {
		.custom-text-1 {
				font-size: 180px;
		}
}

@media (min-width: 1400px) {
		.custom-text-1 {
				font-size: 300px;
		}
}

.custom-svg-position-1 {
		position: absolute;
		top: -500px;
		left: 100px;
		opacity: 0.2;
}

.custom-svg-position-2 {
		position: absolute;
		top: 300px;
		left: -62%;
		opacity: 0.2;
		z-index: 0;
		max-width: 2000px;
}

.custom-svg-position-3 {
		position: absolute;
		top: 395px;
		right: -60%;
		opacity: 0.2;
		z-index: 0;
		max-width: 2000px;
}

@keyframes customLines1anim {
		from {
				stroke-dasharray: 1600;
				stroke-dashoffset: 1600;
		}
		to {
				stroke-dasharray: 1600;
				stroke-dashoffset: 0;
		}
}

.customLines1anim {
		animation-name: customLines1anim;
}

@media (min-width: 992px) {
		.custom-highlight-1 {
				position: relative;
				z-index: 1;
		}
		.custom-highlight-1:after {
				content: '';
				position: absolute;
				top: 60%;
				left: 50%;
				width: 0%;
				height: 25%;
				background-color: var(--primary);
				z-index: -1;
				right: 0;
		}
		.custom-highlight-1-tertiary:after {
				background-color: var(--tertiary);
		}
}

.custom-highlight-anim:after {
		animation-name: customHighlightAnim;
		animation-duration: 2s;
		animation-fill-mode: forwards;
}

.custom-highlight-anim-delay:after {
		animation-delay: 1s;
}

@keyframes customHighlightAnim {
		0% {
				width: 0;
				opacity: 1;
		}
		100% {
				width: 52%;
				opacity: 1;
		}
}

.carousel-half-full-width-wrapper > .owl-carousel .owl-stage-outer {
		padding-top: 40px;
		margin-bottom: 0;
}

.carousel-half-full-width-wrapper > .owl-carousel .owl-nav {
		position: absolute;
		top: 0;
		margin: 0;
		padding: 0;
		width: auto;
		transform: none;
		text-align: left;
}

.carousel-half-full-width-wrapper > .owl-carousel .owl-nav button.owl-prev, .carousel-half-full-width-wrapper > .owl-carousel .owl-nav button.owl-next {
		position: static;
		transform: none;
}

.carousel-half-full-width-wrapper > .owl-carousel .owl-nav button.owl-prev {
		margin-right: 5px;
}

.carousel-half-full-width-wrapper > .owl-carousel .owl-nav button.owl-next {
		margin-left: 5px;
}

.custom-block-1:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 40px;
		background: var(--quaternary);
		display: block;
		top: -40px;
		left: 0;
}

.custom-block-1 h4 {
		position: relative;
		top: -20px;
}

.custom-block-1.custom-block-1-bottom:after {
		top: auto;
		bottom: -40px;
}

.custom-block-1.custom-block-1-bottom h4 {
		top: 20px;
}

.custom-min-width-1 {
		min-width: 195px;
}
