@keyframes full-slider{
    from{transform: translateX(0)}
    to{transform: translateX(-100%)}
}
@media only screen and (max-width:1400px){
    body{
        zoom:0.8!important;
    }
}
@media only screen and (min-width:900px){
    .mobile-menu-ovl{
        display:none;
    }
}
@media only screen and (max-width: 900px){
    body{
        zoom:1!important;
    }
    .disp-desktop{
        display:none!important;
    }
    .filter{
        opacity: .15!important;
    }
    .front-head-btn{
        margin-top: 15px!important;
        padding: 12px!important;
    }
    #services{
        transform: translateY(-30px);
    }
    .tile-object-value{
        font-size:0.65em!important;
    }
    .tile-object-title{
        font-size: 1em!important;
    }
    .full-front{
        min-height: unset!important;
    }
    #top{
        padding: 15px 0!important;
    }
    #main-logo{
        width:100px!important;
        padding:0 25px!important;
    }
    .widget-tile{
        display:none!important;
    }
    .front-head-text{
        font-size: 2.6em!important;
        color: #fbfbfb !important;
        text-align:center;
    }
    .slider-img{
        min-width:200px!important;
        width:200px!important;
    }
    .form-widget-ovl{
        flex-direction: column!important;
    }
    .form-widget-right{
        margin-top:15px;
    }
    .footer-section{
        margin-left:5px!important;
    }
    .footer-right{
        font-size:1em!important;
    }
.footer-ovl{
    flex-direction:column!important;
}
.footer-left,.footer-right{
    width:100%!important;
    margin: 15px auto!important;
}
.footer-left > div{
    margin-left:5px;
}
.front-bg{
    width: 100%!important;
    transform: translateY(0%)!important;
    padding:30px 15px!important;
    padding-bottom: 40px!important;
    background-color: #87878757!important;
    align-items:center;
    justify-content: center;
    min-height:250px!important;
}
.wide-container-1,.narrow-container-1{
    margin:20px 0;
    width:100%!important;
}
.widget-ovl{
    width:100%!important;
    margin-top:15px!important;
}
.widget-container{
    flex-direction: column!important;
}
.widget-tile{
    bottom: -125px!important;
    transform: scale(0.7);
}
.small-tile-object{
    width: calc(100% - 20px)!important;
    padding: 20px 40px!important;
}
.tile-object-image img{
    min-height: 350px!important;
    min-width: calc(350px * 1.66)!important;
}
.tile-object-desc{
    font-size:150%;
}
#top-nav > div#nav-desktop{
    display:none!important;
}
#nav-mobile{
    display: flex!important;
    cursor: pointer;
}
.full-section{
    margin-top: 40px!important;
}
#kontakt{
    font-size: 0.7em!important;
    padding: 10px 20px !important;
}

}






@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
    font-family: 'loc';
    src: url('../font/loc.eot?35699700');
    src: url('../font/loc.eot?35699700#iefix') format('embedded-opentype'),
         url('../font/loc.woff?35699700') format('woff'),
         url('../font/loc.ttf?35699700') format('truetype'),
         url('../font/loc.svg?35699700#loc') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  .demo-icon {
    font-family: "loc";
    font-style: normal;
    font-weight: normal;
    speak: never;
   
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
   
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
   
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
   
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
   
    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */
   
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }

.none{
    display:none;
}
:root{
    --primary-color: #f94d1c;
    --front-header-color: #011633;
    --header-color:#000;
    --gray1: #333;
    --gray2: #888;
    --gray3: #696868;
}
html{
    scroll-behavior: smooth;
    zoom:1;
    margin:0!important;
}
*{
    font-family: "Poppins", sans-serif;
}
body{
    margin: 0!important;
    padding:0!important;
    display: flex;
    justify-content: center;
    background-image: url('../images/bg.png');
    min-height:100vh;
    width:100%;
}
.filter{
    position:absolute;
    top:0;
    left:0;
    width: 100%!important;
    max-width: unset!important;
    min-width: unset!important;
    height:100%;
    background-color: #a8a8a8;
    opacity: .3;
    z-index:1;
}
.filter1{
    position:absolute;
    top:0;
    left:0;
    width: 100%!important;
    overflow: hidden;
    max-width: unset!important;
    min-width: unset!important;
    height:100%;
    background-color: #fff;
    opacity: .5;
    z-index:1;
}
#overlay{
    display:flex;
    flex-direction: column;
    width:100%;
}
.full-tile{
    position:relative;
    display:flex;
    align-items:start;
    justify-content: center;
    width:100%;
    background-color:#fff;
}
.full-tile > div{
    display:flex;
    width:100%;
    max-width:1100px;
}
.full-front{
    align-items:center!important;
    min-height:600px;
    background-image: url('../images/main-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.resp-container-1{
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    flex-direction: row;
    padding:15px;
    box-sizing: border-box;
    width:100%;
    overflow:hidden;
}
.resp-container-2{
    display: flex;
    flex-direction: column;
    padding:5px;
    box-sizing: border-box;
    width:100%;
    overflow:hidden;
}
.full-section{
    margin-top:10px;
    background-color:transparent;
    background-image: url('../images/header-background.png');
    background-repeat: no-repeat;
    background-position-y: -80px;
    background-size: 100%;
}
.full-front svg{
    width: 100%;
    position: absolute;
    bottom: -1px;
    fill: white;
    transform: scaleY(0.5) translateY(50%);
    z-index:3;
}
#front{
    display: flex;
    justify-content: left;
    width:100%;
    z-index:3;
}
.front-bg{
    display:flex;
    flex-direction: column;
    padding:20px;
    width:65%;
    min-height: 200px;
    background-color:rgb(255 255 255 / 59%);
    transform: translateY(-3%);
}
.front-head-text{
    color:black;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 3.5em;
    font-weight: 900;
    line-height: 1.1em; 
    user-select: none;  
}
.front-head-btn{
    margin-top:25px;
    padding:15px 35px;
    font-size:.8em;
    font-weight:500;
    background-color: var(--primary-color);
    color:white;
    width:max-content;
    cursor:pointer;
}

#top{
    display:flex;
    position:relative;
    flex-direction:row;
    width:100%;
    padding:22px 0;
}
#main-logo{
    display: flex;
    overflow: hidden;
    flex: unset;
    width: 130px;
    padding: 0 25px;
}
#main-logo img{
    display:block;
    width:100%!important;
    height:auto!important;
}
#top-nav{
    display:flex;
    flex:auto;
    justify-content:right;
    padding:0 25px;
}
#top-nav > div#nav-mobile{
    display:none;
    font-size:1.5em;
    flex-direction:row;
    align-items: center;
    transition: 0.3s ease;   
}
#top-nav > div#nav-desktop{
    display:flex;
    flex-direction:row;
    align-items: center;
    transition: 0.3s ease;
}
.top-nav{
    display:flex;
    box-sizing: border-box;
    padding:5px;
    margin-left:15px;
    font-size: 1.15em;
    font-weight: 700;
    border-bottom:2px solid transparent;
}
.top-nav:hover{
    cursor:pointer;
    border-bottom: 3px solid var(--primary-color);
}
.top-nav a,.form-widget-btn a,.footer-content-val a{
    color: inherit;
    text-decoration: none;
}
.top-nav a.active{
color: var(--primary-color);
}
.top-nav.active{
    border-bottom: 3px solid var(--primary-color);
}
.widget-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 2.1em;
    width: 60px;
    height: 60px;
    color: #f94d1c;
    background-color: white;
    border-radius: 19px;
}
.widget-tile{
    font-family: "Poppins", sans-serif;
    display:flex;
    justify-content: center;
    width:100%;
    min-width: unset!important;
    max-width: unset!important;
    padding:10px 0;
    position:absolute;
    bottom:-50px;
    left:0;
    z-index:5;
}
.widget-container{
    display:flex;
    flex-direction: row;
    width: 100%;
    max-width: 1100px;
}
.widget-ovl{
    display: flex;
    width: calc(50% - 10px);
    flex-direction: row;
    margin: auto 5px;
    background-color: var(--primary-color);
    color: white;
    padding: 25px;
    padding-left: 20px;
    border-radius: 10px;
}
.widget-desc{
    display: flex;
    flex-direction: column;
    flex: auto;
    margin: auto;
    padding: 5px;
    margin-left: 12px;
    font-size: 1.6em;
    letter-spacing: 1.2px;
}
.widget-property{
    font-weight: 600;
    letter-spacing: 1.4px;
    padding: 4px 0; 
}
.widget-value{
    font-size: .6em;
}
.std-tile{
    flex-direction:column!important;
    z-index:10;
    width:100%;
}
.header-1-cont{
width:100%;
padding-top: 30px;
font-size:2.6em;
text-align:center;
font-weight:800;
color: var(--front-header-color);
}
.small-tile-object{
    display:flex;
    flex-wrap:wrap;
    flex-direction: column;
    width: calc(((1/3)*100%) - 20px);
    padding:10px;
}
.tile-object-title{
    color: var(--front-header-color);
    font-size:1.2em;
    font-weight:700;
    width:100%;
    display:flex;
    justify-content:center;
}
.tile-object-value{
    color: var(--gray2);
    font-weight:400;
    font-size: .95em;
    width:100%;
    display:flex;
    justify-content:center; 
    text-align:center;
    padding:2px 10px;
    box-sizing: border-box;   
}
.tile-object-desc{
    padding:12px 0
}
.tile-object-image{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    padding: 0px;
    transform: scale(0.95);
    box-sizing: border-box;
    border-radius: 30px;
    overflow: hidden;  
}
.tile-object-image img{
    min-width: calc(200px* 1.66);
    width: 100%;
    height: auto;
    min-height: 200px;
    box-sizing: border-box;
}
.slider-container{
    animation-name: full-slider;
    animation-duration:60s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    display:flex;
    gap:10px;
    align-items: center;
    flex-direction: row;
}
.slider-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    min-width:300px;
    overflow: hidden;
}
.slider-img img{
    width:70%;
    height:70%;
    min-height:100px;
    filter: opacity(0.85);
}
.full-slider{
    margin:10px 0;
}
.sider-container-ovl{
    width:100%;
    overflow:hidden;
    display:flex;
    flex-direction:row;
    flex-wrap: nowrap;
}
.slider-controls{
    display: flex;
    justify-content: center;
    font-size: 3em;
    letter-spacing: 10px;
    line-height: 0;
    color: #011633;
}
.slider-controls::before{

}
.wide-container-1{
    display:flex;
    flex-direction: column;
    width:56%;
    min-height:280px;
    padding:20px;
    box-sizing: border-box;
    background-color:white;
    -webkit-box-shadow: 0px 0px 9px 2px rgba(243, 243, 243, 1);
    -moz-box-shadow: 0px 0px 9px 2px rgba(243, 243, 243, 1);
    box-shadow: 0px 0px 9px 2px rgba(243, 243, 243, 1);
    border-radius: 3px;
}
.narrow-container-1{
    display:flex;
    align-items:center;
    justify-content: center;
    width:42%;
    min-height:280px;
    padding:20px;
    box-sizing: border-box;
    background-color:white;
    -webkit-box-shadow: 0px 0px 9px 2px rgba(243, 243, 243, 1);
    -moz-box-shadow: 0px 0px 9px 2px rgba(243, 243, 243, 1);
    box-shadow: 0px 0px 9px 2px rgba(243, 243, 243, 1);
    border-radius:3px;
}
.narrow-container-1 img{
    margin:auto;
    width:95%;
    border-radius:10px;
}
.portfolio-av-ovl{
    display:flex;
    flex-direction: row;
    margin-bottom: 15px;
}
.portfolio-avatar{
    display:flex;
    align-items: center;
    justify-content: center;
}
.portfolio-avatar img{
    display:block;
    width:65%;
    height:auto;
    border-radius:50%;
}
.portfolio-desc-ovl{
    padding:10px;
    box-sizing: border-box;
    color: var(--gray3);
    text-indent: 1.05em;
    font-size:1.05em;
}
.portfolio-data{
    display: flex;
    align-items: center;
}
.portfolio-data > div{
    display: flex;
    flex-direction: column;
    gap: 2px;
    transform:translateY(-4px);
    margin-left:-3px;
}
.portfolio-name{
    font-size:1.55em;
    font-style:italic;
    font-weight: 600;
    color: var(--front-header-color);
}
.portfolio-proffesion{
    font-size: 0.8em;
    font-style: italic;
    color: #0038df;
}
.form-widget-filter{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--front-header-color);
    opacity: 0.6;
    border-radius: inherit;
    z-index: 5;
}
.form-widget-left,.form-widget-right{
    z-index:6;
}
.form-widget-ovl{
    z-index: 2;
    position: relative;
    align-items: center;
    margin: 15px auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
    padding: 60px 45px;
    background: var(--front-header-color);
    background-image: url(../images/oferta2.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    border-radius: 20px;
    background-blend-mode: lighten;
}
.form-widget-btn{
    padding: 15px 28px;
    border-radius: 3px;
    background: var(--primary-color);
    font-weight: 600;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: .3s ease;
}
.form-widget-btn:hover{
    padding:15px 32px;
}
.form-widget-header{
    font-size:2.6em;
}
.form-widget-header{
    font-size: 2.6em;
    font-weight: 600;
}
.form-widget-text{
    padding: 6px 0;
    color: #e7e7e7;
    font-style: italic;
}

footer{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding:15px;
    margin-top:30px;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(243, 243, 243, 1);
    -moz-box-shadow: 0px 0px 15px 2px rgba(243, 243, 243, 1);
    box-shadow: 0px 0px 15px 2px rgba(243, 243, 243, 1);
    box-sizing:border-box;
    background-color:white;
}
.footer-ovl{
    margin:auto;
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
    width: clamp(0px,100%,1100px);
    gap:2%;
    padding: 20px 0;
}
.footer-left{
    display: flex;
    padding: 0 20px;
    flex:unset;
    box-sizing: border-box;
}
.footer-right{
    font-size:1.2em;
    display: flex;
    flex:auto;
    padding:0 20px;
    width: calc(60% - 2%);
    box-sizing: border-box;
}
.footer-bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    width: 100%;
    padding: 5px 0;
    color: var(--gray3);
    font-size: .8em;
    font-weight: 500;
}
.footer-img{
    width: 140px;
    margin: 4px 0;
    display: flex;
}
.footer-img img{
    width:100%;
}
.footer-desc{
    color: var(--gray3);
    font-style: italic;
    font-size: .9em;
}
.footer-title1{
    padding:2px 0;
    font-size: 1.3em;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--front-header-color);
}
.footer-section{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 20px;
    padding: 5px;
    box-sizing: border-box;
    color: var(--gray2);
}
.footer-content{
    font-size:0.9em;
    display:flex;
    flex-direction: column;
    width:100%;
    padding:1px 0;
}
.footer-content-val{
    margin-top: 2px;
    color: var(--header-color);
    letter-spacing: 0.6px;
    cursor: pointer;
}
.footer-content-val:hover{
    font-weight:600;
}
#services{
    margin-top: 50px !important;
}
.form-desc1{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 0;
}
.form-header-text{
font-size:2.8em;
font-weight:900;
}
.form-header-subtext{
    color: var(--gray3);
    font-size: 1.1em;
}
.form-content1{
    display:flex;
    flex-direction: column;
}
.form-content1 form{
    display: flex;
    gap:10px;
    flex-direction: column;
    width:100%;
    padding:5px;
    box-sizing: border-box;
}
.form-content1 input[type=text],.form-content1 input[type=email]{
    border: none;
    outline:none!important;
    border-bottom: 1px solid #ededed;
    background-color: transparent;
    width: calc(100% - 20px);
    padding: 10px;
    font-size: 1.15em;
    color: var(--gray1);
}
.form-content1 input[type=text]:focus-visible,.form-content1 input[type=email]:focus-visible{
    border: none!important;
    outline:none!important;
    border-bottom: 1px solid #ededed!important;
}
.form-content1 button[type=submit]{
    font-size: 1.5em;
    width: max-content;
    margin-top: 8px;
    padding: 10px 30px;
    background: #f94d1c;
    border-radius: 3px;
    color: white;
    outline: none;
    border: none;
    cursor:pointer;
}

.res_s{
    color:#00c93c;font-weight:600;
    margin-top:4px;
}

.res_e{
    color:rgb(255, 45, 73);font-weight:600;
    margin-top:4px;
}
form label{
    margin-top: 5px;
    color: var(--gray1);
    font-size: 1.25em;
}
.text-field{
    width: 100%;
    padding: 20px;
    background: white;
    color: var(--gray3);
    font-size: 1.4em;
}
.mobile-menu-1{
    display: flex;
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    z-index: 100;
    background: #ffffff;
    height: calc(100vh - 100%);
    padding: 25px;
    border-left: 1px solid #d5d5d5;
}
.mobile-menu-content{
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: var(--gray1);
    font-size: 1.4em;
    font-weight: 400;
    padding-right: 50px;
    margin-top: 8px;
}
.mobile-menu-option{
    cursor:pointer;
}
.mobile-menu-top{
    display: flex;
    justify-content: center;
    padding: 20px 0;
    font-size: 1.5em;
    font-weight: bold;
    color: black;
}
.mobile-menu-ovl{
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    height:100%;
    min-height: 100vh;
    padding: 25px;
    box-sizing: border-box;
    z-index: 100;
    background: #ffffff;
    border-left: 1px solid #f7f7f7;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(243, 243, 243, 1);
    -moz-box-shadow: 0px 0px 15px 2px rgba(243, 243, 243, 1);
    box-shadow: 0px 0px 15px 2px rgba(243, 243, 243, 1);
}
#mobile-menu-top-btn{
    display: flex;
    width: max-content;
    color: var(--gray1);
}
#mobile-menu-top-btn:hover{
    cursor:pointer;
    color:black;
}
#mobile-menu-top-btn i{
    display: flex;
    transform: rotate(45deg);
    margin-left: 4px;
}
.mobile-menu-option a{
    text-decoration:none!important;
    color: inherit!important;
}
.kontakt{
    background: #f9f9f9;
    padding: 10px 40px !important;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    border-left: 10px solid #1a2676; 
    border-radius: 5px;
}