/* CSS Document */



.hero-subpage  .uk-section {min-height: max(0px, 44px + 30vh)!important;}


.sub-head {font-family: Syne; color: #20AFE3;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 1.2px;
text-transform: uppercase; position: relative; padding-left: 40px;}
.sub-head::before { position:absolute; width: 30px; height: 2px; background: #20AFE3; content: ''; left: 0; top: 8px;}





.hide-link .el-link { display: none;}

.blog-grid .uk-card { border-radius: 20px;}

.blog-grid .uk-card-media-top .uk-inline-clip {-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;}


#totopelement {
    position: fixed;
    bottom: 40px;
    right: 40px;
}


#cmplz-manage-consent .cmplz-manage-consent {
    background: #002A62!important;
    border-radius: 50px!important;
    animation: none!important;
    bottom: 40px!important;
    right: 40px!important;
    color: #fff!important;
    padding: 2px 5px 2px 30px!important;
    font-size: 15px;
    height: 72px!important;
    z-index: 9!important;
}
#cmplz-manage-consent .cmplz-manage-consent::after {
    width: 64px;
    height: 64px;
    background: url("../images/cookies.svg") center no-repeat;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}


body:not(.home) #cmplz-manage-consent {
    display: none;
}



.logotype-front img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    filter: gray;
    -webkit-filter: grayscale(1);
}
.logotype-front img:hover {
    -webkit-filter: none;
    filter: none;
}


@media (min-width: 960px) {
  .uk-navbar-nav {
    gap: 20px;
  }
	  .uk-navbar-left, .uk-navbar-right, [class*="uk-navbar-center"] {
    gap: 30px;
  }
	.uk-logo :where(img, svg, video) { width: 230px;}
}


@media (min-width: 1280px) {
  .uk-navbar-nav {
    gap: 40px;
  }
	  .uk-navbar-left, .uk-navbar-right, [class*="uk-navbar-center"] {
    gap: 40px;
  }
	.uk-logo :where(img, svg, video) { width: 257px;}
}





@media (max-width: 960px) {

#cmplz-manage-consent .cmplz-manage-consent {
    right: 15px!important;
	bottom: 15px!important;
    left: auto;
}	
	
#cmplz-manage-consent .cmplz-manage-consent {
    height: 50px!important;
	    padding: 0px!important;
	min-width: auto!important;
	border: 0px!important;
}
#cmplz-manage-consent .cmplz-manage-consent::after {
    width: 48px;
    height: 48px;
	margin: 0;
	border: 0px!important;
	background-size: contain;
}	
	#cmplz-manage-consent .cmplz-manage-consent span { display: none;}

	
	.cmplz-cookiebanner {
    width: 93%!important;
}
	
}