@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
body{
    font-family: "Lexend", sans-serif;
}
.color-1{
    color:#f7a81b;
}
.bg-1,
#wrapper-footer-full, #wrapper-static-hero{
    background-color:#f7a81b;
}
.color-2{
    color:#FC4C02
}
.bg-2{
    background-color:#FC4C02;
}
#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: #f7a81b;
}
ol li {
    margin-bottom: 15px;
}
a{
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
	text-decoration:none;
	color:#f7a81b;
}
a:hover{
	color:#FC4C02
}
a.navbar-brand img {
    max-width: 150px;
}
.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: #f7a81b;
    font-weight:bold;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
background: rgba(247, 168, 27, 0.99);
background: linear-gradient(149deg,rgba(247, 168, 27, 0.5) 49%, rgba(82, 53, 5, 0.5) 100%);
    z-index: 1;
}
header#wrapper-navbar {
    background: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
}
article {
    position: relative;
    z-index: 10;
}
.section-image-banner span, .section-image-banner li{
    color:#fff;
    position:relative;
    z-index:9;
}
.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: #f7a81b;
}
.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: 50%;
    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: 50%;
    border: 1px solid #f7a81b;
}
.round-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    border-radius: 50%;
    background: #f7a81b;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.round-image figure {
    position: relative;
    border-radius: 50%;
    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: 50%;
    -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: #f7a81b;
    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;
}
.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: #f7a81b!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: #FC4C02!important;
}
a.custom-button:after, .menu-button a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #FC4C02;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
a.custom-button:hover:after, .menu-button a:hover:after {
    background: #FC4C02;
    width: 100%;
    right: auto;
    left: 0;
    z-index: -1;
}
.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;
}
figure.image-fh {
    width: 100%;
    height: 100%;
    position: relative;
}
.image-fh img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(32% 0%, 100% 0, 100% 100%, 0% 100%);
}
.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 #f7a81b;
    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: #f7a81b;
}
.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:#FC4C02;
}
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;
}
@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;
}
.widget_text a{
	 font-size: 14px;
    line-height: 20px;
}
.swiper-slide .article-image span {
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
    display: block;
    padding-bottom: 30px;
}
@media(min-width:992px){
    .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){
    .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){
    .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 {
        filter: invert(1);
    }
}