@font-face {
    font-family: 'Tiempos Headline';
    src: url('../fonts/TiemposHeadline-RegularItalic.eot');
    src: url('../fonts/TiemposHeadline-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TiemposHeadline-RegularItalic.woff2') format('woff2'),
        url('../fonts/TiemposHeadline-RegularItalic.woff') format('woff'),
        url('../fonts/TiemposHeadline-RegularItalic.ttf') format('truetype'),
        url('../fonts/TiemposHeadline-RegularItalic.svg#TiemposHeadline-RegularItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Tiempos Headline';
    src: url('../fonts/TiemposHeadline-SemiboldItalic.eot');
    src: url('../fonts/TiemposHeadline-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TiemposHeadline-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/TiemposHeadline-SemiboldItalic.woff') format('woff'),
        url('../fonts/TiemposHeadline-SemiboldItalic.ttf') format('truetype'),
        url('../fonts/TiemposHeadline-SemiboldItalic.svg#TiemposHeadline-SemiboldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Tiempos Headline';
    src: url('../fonts/TiemposHeadline-Regular.eot');
    src: url('../fonts/TiemposHeadline-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TiemposHeadline-Regular.woff2') format('woff2'),
        url('../fonts/TiemposHeadline-Regular.woff') format('woff'),
        url('../fonts/TiemposHeadline-Regular.ttf') format('truetype'),
        url('../fonts/TiemposHeadline-Regular.svg#TiemposHeadline-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tiempos Headline';
    src: url('../fonts/TiemposHeadline-Semibold.eot');
    src: url('../fonts/TiemposHeadline-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TiemposHeadline-Semibold.woff2') format('woff2'),
        url('../fonts/TiemposHeadline-Semibold.woff') format('woff'),
        url('../fonts/TiemposHeadline-Semibold.ttf') format('truetype'),
        url('../fonts/TiemposHeadline-Semibold.svg#TiemposHeadline-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TikTok Sans';
    src: url('../fonts/TikTokSans-RegularItalic.eot');
    src: url('../fonts/TikTokSans-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TikTokSans-RegularItalic.woff2') format('woff2'),
        url('../fonts/TikTokSans-RegularItalic.woff') format('woff'),
        url('../fonts/TikTokSans-RegularItalic.ttf') format('truetype'),
        url('../fonts/TikTokSans-RegularItalic.svg#TikTokSans-RegularItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
a, span {
	text-underline-position: under;
}
.uk-text-bold {
	font-weight: 500;
}
em {
	font-family: 'TikTok Sans';
    font-style: italic;
}
div.uk-navbar-toggle-icon.uk-icon svg {
	width: 40px;  
}
.uk-navbar-toggle[aria-expanded=true]{
	rotate: -20deg;
	transition: 300ms ease all;
}
.uk-navbar-toggle[aria-expanded=false]{
	transition: 300ms ease all;
}
.uk-navbar-dropdown .uk-button {
    display: flex;
    justify-content: center;
    text-align: center;
	font-size: 16px;
}
.uk-nav-primary>li:nth-child(3n+1)>a:hover,
.uk-nav-primary>li:nth-child(3n+1).uk-active>a {
    color: #88B6E3;
}
.uk-nav-primary>li:nth-child(3n+2)>a:hover,
.uk-nav-primary>li:nth-child(3n+2).uk-active>a  {
    color: #8889E3;
}
.uk-nav-primary>li:nth-child(3n+3)>a:hover,
.uk-nav-primary>li:nth-child(3n+3).uk-active>a  {
	color: #B588E3;
}
html.wp-dark-mode-active .uk-nav-primary > li:nth-child(3n+1) > a:hover,
html.wp-dark-mode-active .uk-nav-primary > li:nth-child(3n+1).uk-active > a {
    color: #88B6E3 !important;
}

html.wp-dark-mode-active .uk-nav-primary > li:nth-child(3n+2) > a:hover,
html.wp-dark-mode-active .uk-nav-primary > li:nth-child(3n+2).uk-active > a {
    color: #8889E3 !important;
}

html.wp-dark-mode-active .uk-nav-primary > li:nth-child(3n+3) > a:hover,
html.wp-dark-mode-active .uk-nav-primary > li:nth-child(3n+3).uk-active > a {
    color: #B588E3 !important;
}
.kontakt_icon svg {
	transition: transform 0.4s ease, fill 0.3s ease;
	transform-origin: center center;
}
.kontakt_icon svg path {
	transition: fill 0.3s ease;
}
.kontakt_icon a:hover svg {
	transform: rotate(-20deg) scale(1.0);
}
.kontakt_icon a:hover svg path {
	fill: #1214C7 !important;
}
.login_icon svg {
	transition: transform 0.4s ease, stroke 0.3s ease, fill 0.3s ease;
	transform-origin: center center;
}
.login_icon:hover svg {
	transform: rotate(-20deg) scale(1.0);
}
.login_icon:hover svg,
.login_icon:hover svg path,
.login_icon:hover svg circle {
    stroke: #1214C7 !important;
    fill: none !important;
}
.uk-icon-list > svg {
  width: 1.5rem;
  height: auto;
}
.uk-light svg {
  stroke: #fff;
}
.uk-dark svg {
  stroke: #000;
}
.uk-hero-image1,
.uk-hero-image2 {
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    overflow: hidden;
}
.uk-hero-image1 {
    width: 55vw;
}
.uk-hero-image2 {
    width: 65vw;
}

.uk-hero-image1 .el-image,
.uk-hero-image2 .el-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
}
.fixed, .cf-typer {
  	display: inline;
  	white-space: nowrap;
}
.fixed {
  	margin-right: 0;
}
.typed-container {
  	display: inline;
  	position: relative;
  	white-space: normal;
}
.typed-cursor {
  	display: none !important;
}
.typed-container::after {
  	content: "";
  	display: inline-block;
  	vertical-align: baseline;
  	width: var(--cursor-width, 32px);
  	height: var(--cursor-height, 5px);
  	margin-left: 0.2ch;
  	background: var(--cursor-color, currentColor);
  	animation: blink-horizontal var(--cursor-blink-speed, 0.8s) steps(1) infinite;
}
@keyframes blink-horizontal {
  	0%, 50% { opacity: 1; }
  	50.01%, 100% { opacity: 0; }
}
.uk-button-text {
    text-transform: none !important;
}
.uk-button-black {
    background-color: #000;
    color: #fff;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    background-image: radial-gradient(circle at 50% 100%, #272727 1%, transparent 1%);
}
.uk-list-divider-blue>:nth-child(n+2) {
    border-top: 1.5px solid #126EC7;
}
.uk-list-divider-darkblue>:nth-child(n+2) {
    border-top: 1.5px solid #1214C7;
}
.uk-list-divider-violet>:nth-child(n+2) {
    border-top: 1.5px solid #6B12C7;
}
.uk-tile-secondary {
    border-radius: 32px;
}
.wpml-ls-legacy-list-horizontal {
    border: none !important;
    padding: 0 !important;
    clear: both;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.wpml-ls-sidebars-builder-1 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 39px !important;
    height: 39px !important;
    aspect-ratio: 1 / 1;

    border: 1px solid #fff;
    border-radius: 50%;

    text-decoration: none;
    font-size: 14px;
    color: inherit;
    box-sizing: border-box;
}
.wpml-ls-sidebars-builder-1 a:hover {
    background: #fff;
    color: #000;
}
.bt-cta-padding .uk-panel {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.uk-dotnav li a {
    transition: all 0.5s ease; 
}
.uk-dotnav li.uk-active a {
    width: 20px !important;
    border-radius: 5px !important;
}
.uk-dotnav li:nth-child(1).uk-active a {
    background-color: #3583cf !important;
}
.uk-dotnav li:nth-child(2).uk-active a {
    background-color: #1214e7 !important;
}
.uk-dotnav li:nth-child(3).uk-active a {
    background-color: #6b12c7 !important;
}

@media (max-width: 960px) {
.uk-h6, h6 {
    font-size: 22px;
}
.uk-text-lead {
    font-size: 22px;
    line-height: 1.47;
}
.uk-text-large {
    font-size: 22px;
}
.uk-accordion-title {
	font-size: 22px;
}
.uk-hero-image1,
.uk-hero-image2 {
	height: 180px;
}
.uk-hero-image1 {
	width: 55vw;
}
.uk-hero-image2 {
	width: 65vw;
}
}

@media (max-width: 767px) {
bt-section, .bt-section.uk-section {
    padding-top: 15px !important;
}
p, div {
	font-size: 16px;
	line-height: 1.4;
}
.uk-logo {
    font-size: 19px;
}
.uk-hero-image1,
.uk-hero-image2 {
	height: 115px;
}	
.uk-hero-image1  {
	width: 65vw;
}
.uk-hero-image2 {
	width: 80vw;
}
.typed-container::after {
  width: var(--cursor-width, 20px);
  height: var(--cursor-height, 4px);
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-3xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    margin-top: 20px;
}
.uk-heading-small {
    font-size: 35px;
}
.uk-h3 {
    font-size: 35px;
	line-height: 1.1;
}
.uk-h4, h4, .uk-h6, h6 {
    font-size: 16px;
}
.uk-h5, h5 {
    font-size: 17px;
}
.uk-text-lead {
    font-size: 16px;
    line-height: 1.47;
}
.uk-text-large {
    font-size: 16px;
}
.uk-text-meta {
  font-size: 16px;
}
.uk-accordion-title {
	font-size: 16px;
}
.uk-list {
    font-size: 16px;
}
.uk-icon-button {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
}
.uk-button-small {
    padding: 0 12px;
    line-height: 26px;
    font-size: 13px;
}
.uk-button-large {
    line-height: 1.2 !important;
	padding: 12px 35px;
    font-size: 16px;
}
.wp-block-table table td,
.wp-block-table table th {
    font-size: 16px !important;
    line-height: 1.4;
}
.wp-block-list li {
    font-size: 16px !important;
    line-height: 1.5;
    }
.wp-block-list li strong {
    font-size: 16px !important;
}
}