@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
body{
    font-family: "Lexend", sans-serif;
}
.color-1{
    color:#0095da;
}
.bg-1,
#wrapper-footer-full, #wrapper-static-hero{
    background-color:#0095da;
}
.color-2{
    color:#0028DA
}
.bg-2{
    background-color:#0028DA;
}
#wrapper-navbar.fixed .navbar-expand-lg .navbar-nav .nav-link.active,
#wrapper-navbar.fixed .navbar-expand-lg .navbar-nav .nav-link:hover,
#wrapper-navbar .navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #0095da;
}
a{
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
	text-decoration:none;
	color:#0095da;
}
a:hover{
	color:#0028DA
}
a.navbar-brand img {
    max-width: 150px;
	-webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.navbar-brand img {
    filter: brightness(0) invert(1);
}
#wrapper-navbar.fixed .navbar-brand img {
    filter: none;
}
.big-font{
    font-size: 104px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.35);
}
.big-font_invert{
	color: rgba(0, 0, 0, 0.35);
}
.section{
        padding:40px 0;
    }
.section-image-banner {
    width: 100%;
    height: 100vh;
    position: relative;
}
.section-image-banner_small{
    height: 55vh;
}
.section-image-banner h1{
    font-size: 64px;
    max-width: 900px;
    width: 100%;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    text-align: start;  
    position:relative;
    z-index:9;
}
span.above-title {
    position: relative;
    z-index: 9;
    text-transform: uppercase;
    color: #0095da;
    font-weight:bold;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
background: #0095DA;
background: linear-gradient(149deg,rgba(0, 149, 218, 0.5) 49%, rgba(0, 40, 218, 0.5) 100%);
    z-index: 0;
}
header#wrapper-navbar {
    background: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
}
article {
    position: relative;
    z-index: 10;
}
.banner-elements {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 8;
}
.svg-shape {
    --p: 300px;
    clip-path: polygon(var(--p) 0, 100% 0, calc(100% - var(--p)) 100%, 0 100%);
    background: #1eabed;
}
.svg-big{
    height: 100vh;
    aspect-ratio: 2 / 2;
    opacity:.5;
}
.svg-small {
    height: 70vh;
    aspect-ratio: 2 / 2;
    position: absolute;
    right: -70px;
    bottom: 0;
    clip-path: polygon(var(--p) 0%, 86% 1%, calc(100% - var(--p)) 100%, 9% 100%);
}
.round-image {
    position: relative;
    display: inline-block;
    padding: 14px;
    overflow: hidden;
    border-radius: 10%;
    width: 355px;
    height: 355px;
    margin: 0 auto;
    display: block;
}
.round-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10%;
    border: 1px solid #0095da;
}
.round-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    border-radius: 10%;
    background: #0095da;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.round-image figure {
    position: relative;
    border-radius: 10%;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
    height: 100%;
}
.round-image figure img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 3;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
article.article-image:hover .round-image:after {
    height: 100%;
}
a.custom-button, .menu-button a {
    padding: 22px 92px 22px 52px!important;
    text-decoration: none;
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #0095da;
    clip-path: polygon(0 0, 100% 0, 89% 100%, 0 100%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 300ms ease; 
    transition: all 300ms ease;
    z-index:10;
}
a.custom-button.button-invert:after{
	background-color: #5a952c;
}
.wpcf7 input[type=submit] {
    padding: 22px 92px 22px 52px !important;
    text-decoration: none;
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #0095da!important;
    clip-path: polygon(0 0, 100% 0, 89% 100%, 0 100%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 10;
    width: 300px;
    border:none!important;
}
.wpcf7 input[type=submit]:hover{
    background: #0028DA!important;
}
a.custom-button:after, .menu-button a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #0028DA;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.menu-button a {
    padding: 8px 27px 8px 12px !important;
    font-weight: normal;
    margin-right: 15px;
}
a.custom-button:hover:after, a.custom-button.button-invert:hover:after, .menu-button a:hover:after {
    background: #0028DA;
    width: 100%;
    right: auto;
    left: 0;
    z-index: -1;
}
.custom-button.nobg-button.button-invert {
    background: #0095da;
    max-width: 333px;
    margin: 0 auto;
    display: block;
    width: 100%;
}
.custom-button.nobg-button {
    font-size: 24px !important;
    font-weight: 400 !important;
    padding: 10px 20px !important;
    background: none;
    clip-path: none;
}
.nobg-button i{
    font-size: 64px;
    line-height: 50px;
    margin-right: 10px;
    height: 30px;
}
.nobg-button span{
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
}
ul.price-list {
    position: relative;
    margin-bottom: 16px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul.price-list li.colored {
    background-color: #f3f3f3;
}
ul.price-list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 30px;
    margin-bottom: 2px;
    color: #444444;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
ul.price-list li .price {
    position: relative;
    font-weight: 700;
    width: 130px;
    text-align: left;
    padding-left: 30px;
}
.swiper-images {
    width: 100%;
    height: 500px;
}
figure.image-fh {
    width: 100%;
    height: 100%;
    position: relative;
}
.image-fh img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-fh .svg-small {
    height: 100%;
    aspect-ratio: 2 / 2;
    position: absolute;
    right: 247px;
    bottom: 0;
    clip-path: polygon(214px 0%, 71% 0%, calc(96% - var(--p)) 100%, 9% 106%);
}
.wpcf7 {
    max-width: 900px;
    padding: 40px;
    background: #fff;
}
.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea{
    padding: 12px;
    background-color: #fafafa;
    border: 1px solid #eaeaea;
    border-radius: 0px;
    transition:.3s all;
}
.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=week]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus{
    border: 1px solid #0095da;
    box-shadow:none;
}
input.wpcf7-not-valid {
    border: 1px solid #ff0000 !important;
}
.wpcf7 .wpcf7-form p {
    margin-bottom: 2rem;
}
.wpcf7-list-item, #schutz {
    margin: 0;
    font-size: 14px;
    margin-left: 8px;
}
.wpcf7-list-item-label {
    display: none !important;
}
footer .custom-button.nobg-button {
    background: #fff;
    color: #0095da;
}
.widget-title {
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 28px;
    color: #fff;
}
.footer-contact {
    color: #fff;
}
.footer-contact i {
    font-size: 24px;
    width: 22px;
    text-align: center;
}
ul.footer-menu, ul.social-media {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.footer-menu li a, ul.social-media li a {
    color: #fff;
    text-decoration: none;
}
ul.footer-menu li a:hover{
    color:#0028DA;
}
ul.social-media {
    display: flex;
    gap: 10px;
}
ul.social-media li a {
    font-size: 24px;
    width: 34px;
    height: 34px;
    display: block;
}
.site-info p, .site-info a {
    margin: 0;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
.swiper-slide .article-image span {
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
    display: block;
    padding-bottom: 30px;
}
.section-image-banner span, .section-image-banner li {
    color: #fff;
    position: relative;
    z-index: 9;
}
.widget_text a {
    font-size: 14px;
    line-height: 20px;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
    #wrapper-navbar.fixed .navbar-expand-lg .navbar-nav .nav-link{
        color:#333;
    }

    #wrapper-navbar.fixed{
        -webkit-animation: slideDown 0.35s ease-out;
        animation: slideDown 0.35s ease-out;
        background-color:rgba(255,255,255,95);
        z-index:99;
        box-shadow: 1px 10px 13px -10px rgba(0,0,0,0.29);
-webkit-box-shadow: 1px 10px 13px -10px rgba(0,0,0,0.29);
-moz-box-shadow: 1px 10px 13px -10px rgba(0,0,0,0.29);
    }

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none!important;
}
.navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
}
.site-info {
    padding: 25px 0;
}
.widget_text p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
@media(min-width:992px){
	.swiper-cars {
    padding: 0 30px!important;
}
    .section{
        padding:80px 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
        font-size: 17px;
        padding: 0 0.9rem;
    }
    .navbar-expand-lg .navbar-nav{
        align-items:centeR;
    }

    
}
@media (max-width:767px){
	.section-image-banner{
		padding-top:100px;
	}
	a.navbar-brand img{
		max-width:100px
	}
	
	    .w-50 {
        width: 100% !important;
    }
    .section-image-banner h1 {
        font-size: 38px;
    }
    span.above-title{
        color:#fff;
    }
    .svg-shape.svg-small {
        display: none;
    }
    .big-font {
        font-size: 85px;
    }
    .image-fh img{
        clip-path:none
    }
    .widget-title {
    margin-bottom: 15px;
    margin-top: 25px;
    }
}
@media(max-width:991px){
    .wpml-ls-statics-shortcode_actions {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    border: none;
}
.wpml-ls-legacy-list-horizontal>ul{
    text-align:center;
}
.menu-item-language {
    display: none;
}
	a.mobile-button {
		background: #0095da;
		color: #fff;
		padding: 2px 14px;
	}
    .navbar-toggler-icon{
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
	.navbar-toggler {
        border: none;
    }
    #wrapper-navbar.fixed .navbar-toggler-icon,
	#wrapper-navbar .navbar-toggler-icon{
        filter: invert(1);
    }
	.navbar-brand img{
		filter:none!important
	}
	#wrapper-navbar{background-color:rgba(255,255,255,95)!important;}
	#wrapper-navbar .navbar-expand-lg .navbar-nav .nav-link{
        color:#333;
    }
}
ol li {
    margin-bottom: 15px;
}
.strong-view.wpmtst-simple .wpmtst-testimonial-inner {
    padding: 2em !important;
    text-align: center !important;
}
.strong-view.wpmtst-simple .wpmtst-testimonial-heading{
    text-align: center !important;
}
.service-list {
    position: relative;
    margin-bottom: 20px;
}
.service-list-inner {
    display: flex;
}
.service-list-inner i {
    font-size: 28px;
    margin-right: 15px;
    width: 30px;
    display: block;
    flex-shrink: 0;
}
.article-content img.emoji {
    filter: invert(0) brightness(100);
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #000;
    font-size: 28px;
}
@media(max-width:420px){
	.section-image-banner{
		height:auto;
	}
	.banner-elements, .svg-big{
		height:100%;
	}
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    background: none;
    border: none;
    min-width: 80px !important;
}.dropdown-item:focus, .dropdown-item:hover {
    background: none;
}