@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');


/*--- Default settings ---*/
*, *:after, *:before {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
* {
    margin:0;
    padding:0;
    border:0 none;
    position:relative;
    outline:none;
}

body {
    background:#7d86a4;
    margin:0;
    padding:0;
}

figure, fieldset {
    margin:0;
    padding:0;
}

button {
    cursor:pointer;
}

header, a, span, strong, img, figure, button, input, p, .logovw, .main_menu {
    transition:all 300ms ease-in-out;
    -moz-transition:all 300ms ease-in-out;
    -webkit-transition:all 300ms ease-in-out;
    text-decoration:none;
}

.zoom-in-out-box {
  animation: zoom-in-zoom-out 30s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}

/*--- Default settings ---*/
/*--- Website Header ---*/
header {
    float:left;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:99988;
}

.main_menu {
    float: right; 
    text-align:center; 
    margin-top:50px;
}
.main_menu li {
    float:left;
    margin-right:35px;
}
.main_menu li a {
    float:left;
    width:100%;
    font-family:"Quicksand", serif;
    font-weight:600;
    font-style:normal;
    letter-spacing:2px;
    color:#f0f3f6;
    font-size:16px;
    text-transform:uppercase;
}
.main_menu li a:hover {
    color:#bac9e4;
}

.logovw {
    display:block;
    margin:0 auto;
}
.logovw a {
    float:left;
    width:100%;
    text-align:center;
    margin-top:50px;
}
.logovw a strong {
    float:left;
    width:100%;
    font-family:"Quicksand", serif;
    font-weight:normal;
    font-size:50px;
    color:#bac2e4;
    letter-spacing:2px;
}
.logovw a span {
    font-family:"Quicksand", sans-serif;
    font-weight:normal;
}
.logovw a em {
    float:left;
    width:100%;
    font-family:"Quicksand", serif;
    font-weight:500;
    font-style:normal;
    letter-spacing:6px;
    font-size:16px;
    color:#bac4e4;
    text-transform:uppercase;
    margin-top:5px;
}

.about_me_body .main_menu {
    margin-top:125px;
}
.about_me_body .logovw a {
    margin-top:95px;
}

.mini_headervw {
    background:rgba(240, 242, 246, 0.9);
    padding-bottom:15px;
}
.mini_headervw .logovw a {
    margin-top:20px;
    color:#7d86a4
}
.mini_headervw .main_menu {
    margin-top:35px;
}
.mini_headervw .logovw a strong {
    font-size:30px;
}
.mini_headervw .logovw a em {
    font-size:10px;
    letter-spacing:5px;
}

.mini_headervw .logovw a strong, 
.mini_headervw, 
.mini_headervw .main_menu li a, 
.mini_headervw .logovw a em {
    color:#7d86a4;
}
/*--- Website Header ---*/

/*--- Website Content ---*/
article {
    float:left;
    width:100%;
}

.linkvw {
    float:left;
    width:100%;
    margin-top:120px;
}
.linkvw a {
    display:block;
    margin:0 auto;
    width:400px;
    text-align:center;
    font-family:"Quicksand", serif;
    font-weight:600;
    font-style:normal;
    letter-spacing:5px;
    color:#f0f1f6;
    font-size:16px;
    padding:25px 0;
    border:2px solid #bac0e4;
    border-radius:50px;
    text-transform:uppercase;
}

.linkvw a:hover {
    background-color:#bbbae4;
    border:2px solid #bac2e4;
    transform:scale(1.05);
}

.headervw {
    float:left;
    width:100%;
}
.headervw figure {
    float:left;
    width:100%;
    overflow:hidden;
    min-height:300px;
}
.headervw img {
    float:left;
    width:100%;
    min-height:300px
}
.header_md_vw {
    float:left;
    width:100%;
    position:relative;
    z-index:3;
    margin-top:-33%;
    text-align:center;
}
.header_md_vw em {
    float:left;
    width:100%;
    font-family:"Quicksand", serif;
    font-weight:600;
    font-style:normal;
    letter-spacing:5px;
    color:#f0f2f6;
    font-size:16px;
    line-height:25px;
    text-transform:uppercase;
    margin-bottom:30px;
}
.header_md_vw h1 {
    float:left;
    width:100%;
    font-family:"Quicksand", serif;
    font-weight:300;
    font-style:normal;
    letter-spacing:5px;
    color:#f0f2f6;
    font-size:50px;
    line-height:50px;
    text-transform:uppercase;
}
.headervw .linkvw a {
    background:rgba(228,205,186,0.4);
    border:2px solid #bac4e4;
}

.about_me_body .headervw figure, 
.about_me_body .headervw img {
    height:260px;
}

.servicesvw {
    float:left;
    width:100%;
    background-color:#d8e0ed;
    padding:100px 0px;
}
.servicesvw h1 {
    float:left;
    width:100%;
    font-family:"Quicksand", serif;
    font-weight:300;
    font-style:normal;
    letter-spacing:1px;
    color:#7d83a4;
    font-size:50px;
    text-align:center;
    margin-bottom: 30px;
}

.servicesvw h3 {
    float:left;
    width:100%;
    font-family:"Quicksand", serif;
    font-weight:300;
    font-style:normal;
    letter-spacing:1px;
    color:#7d83a4;
    font-size:40px;
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
}

.servicesvw h4 {
    float:left;
    width:100%;
    font-family:"Quicksand", serif;
    font-weight:300;
    font-style:normal;
    letter-spacing:1px;
    color:#7d83a4;
    font-size:30px;
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
}


.servicesvw strong {
    float:left;
    width:100%;
    font-weight:600;
    font-size:10px;
    margin-bottom:15px;
}
.servicesvw h2 {
    width: 100%;
    padding-left: 10%;
    padding-right:50%;
    font-family:"Quicksand", serif;
    font-weight:300;
    font-style:normal;
    letter-spacing:2px;
    color:#7d83a4;
    font-size:35px;
    text-transform:uppercase;
    text-align:left;
    border-bottom:2px solid #7d83a4;
    margin-bottom: 1%;
    margin-top: 1%;
}

.servicesvw p {
    width:100%;
    padding: 1% 10%;
    font-family:"Quicksand", serif;
    font-weight:500;
    font-style:normal;
    color:#7d83a4;
    font-size:16px;
    line-height:30px;
    text-align:justify;
    margin-top:10px;
}


.owl-vws {
    width:95%;
    margin-top:50px;
    background-color: whitesmoke;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

.owl-vws a{
    text-align:center;
    font-family:"Quicksand", serif;
    font-weight:600;
    font-style:normal;
    letter-spacing:2px;
    color:#7d83a4;
    font-size:11px;
    border:2px solid #bac0e4;
    border-radius:50px;
    text-transform:uppercase;
    padding: 5px 10px;
}

.owl-vws a:hover {
    background-color:#bbbae4;
    border:2px solid #bac2e4;
    transform:scale(1.05);
}

.owl-vws h2{
    width: 100%;
    padding-left: 11%;
    font-family:"Quicksand", serif;
    font-weight:400;
    font-style:normal;
    letter-spacing:2px;
    color:#7d83a4;
    font-size:16px;
    text-transform:uppercase;
    text-align:center !important;
    margin-bottom: 1%;
    margin-top: 1%;
    padding-right:1%;
    border-bottom: none;
}

.owl-vws p {
    width:100%;
    padding: 0% 10%;
    font-family:"Quicksand", serif;
    font-weight:500;
    font-style:normal;
    color:#7d83a4;
    font-size:16px;
    text-align:center !important;
    margin-top:10px;
    margin-left: 0px;
    margin-bottom: 30px;
}

#owl-example{
    padding-left: 20px;
    padding-right: 20px;
}

.photosvw {
    float: left;
    width: 100%;
    background-color: #c2cce2fd;
}

.photosvw h2 {
    width: 100%;
    font-family: "Quicksand", serif;
    font-weight: 300;
    font-style: normal;
    color: #7d83a4;
    font-size: 42px;
    color: #7d83a4;
    text-align: center;
    margin: auto;
    padding: 20px 0;
}

.photosvw p {
    float: left;
    width: 100%;
    font-family: "Quicksand", serif;
    font-weight: 400;
    font-style: normal;
    color: #7d83a4;
    font-size: 15px;
    margin-top: 20px;
    line-height: 25px;
}

.photosvw figure {
    float: left;
    width: 99.3%;
    overflow: hidden;
}

.photosvw figure img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.photosvw img:hover {
    transform: scale(1.1);
}


.about_mevw {
    float:left;
    width:100%;
    background-color:#d8deed;
}



.kontaktvw {
    float:left;
    width:100%;
    background-color:#d8deed;
    text-align: left;
    padding: 5% 10%;
}

.img-budova{
    width:100%;
    float:right;
}


.kontaktvw p,.kontaktvw li {
    float:left;
    width:100%;
    font-family:"Quicksand", serif;
    font-weight:500;
    font-style:normal;
    color:#7d83a4;
    font-size:16px;
    line-height: 20px;

}

.kontaktvw ul {
    float:left;
    list-style-type:none;
    padding-left:0;
}


.kontaktvw h3 {
    float:left;
    width:100%;
    font-family:"Quicksand", serif;
    font-weight:500;
    font-style:normal;
    color:#7d83a4;
    font-size: 22px;
    margin-top: 20px;
    line-height: 20px;

}

.kontaktvw strong, 
.kontaktvw b {
    font-family:"Quicksand", serif;
    font-weight:800;
    font-style:normal;}
.kontaktvw em {
    font-family:"Quicksand", serif;
    font-weight:400;
    font-style:italic;
}

.kontaktvw a {
    font-family:"Quicksand", serif;
    font-weight:600;
    font-style:normal;
    letter-spacing:1px;
    color:#7d83a4;
    font-size:16px;
    padding:25px 0;
    font-style: italic;
    text-decoration: underline;
}

.kontaktvw a:hover {
    color:#9ca9e6;
}

.kontaktvw h1 {
    float:left;
    width:100%;
    font-family:"Quicksand", serif;
    font-weight:300;
    font-style:normal;
    color:#7d83a4;
    font-size:60px;
    line-height:70px;
}
.kontaktvw h2 {
    float:left;
    width:100%;
    font-family:"Quicksand", serif;
    font-weight:800;
    font-style:normal;
    color:#7d83a4;
    font-size:16px;
    text-transform:uppercase;
    margin-bottom:10px;
    line-height:25px;
}

.fl-right {
    float:right;
    max-width: 50%;
    padding:2%;
}

.fl-left {
    float:left;
    max-width: 50%;
    padding: 2%;
}

.cennikvw {
    float:left;
    width:100%;
    background-color:#d8deed;
    text-align: left;
    padding: 5% 10%;
}


.cennikvw p,.cennikvw li, .cennikvw h3 {
    float:left;
    width:100%;
    font-family:"Quicksand", serif;
    font-weight:500;
    font-style:normal;
    color:#7d83a4;
    font-size:16px;
    margin-top:25px;
    line-height:35px;
}

.cennikvw ul {
    float:left;
    list-style-type:none;
    padding-left:0;
}

.cennikvw h3{
    font-weight: 600;
}

.cennikvw strong, 
.cennikvw b {
    font-family:"Quicksand", serif;
    font-weight:800;
    font-style:normal;}
.cennikvw em {
    font-family:"Quicksand", serif;
    font-weight:400;
    font-style:italic;
}

.cennikvw a {
    font-family:"Quicksand", serif;
    font-weight:600;
    font-style:normal;
    letter-spacing:1px;
    color:#7d83a4;
    font-size:16px;
    padding:25px 0;
    font-style: italic;
    text-decoration: underline;
}

.cennikvw a:hover {
    color:#9ca9e6;
}

.cennikvw h1 {
    float:left;
    width:100%;
    font-family:"Quicksand", serif;
    font-weight:300;
    font-style:normal;
    color:#7d83a4;
    font-size:60px;
    line-height:70px;
    margin-bottom: 30px;
}
.cennikvw h2 {
    float:left;
    width:100%;
    font-family:"Quicksand", serif;
    font-weight:800;
    font-style:normal;
    color:#7d83a4;
    font-size:16px;
    text-transform:uppercase;
    margin-bottom:10px;
    line-height:25px;
    text-decoration: underline;
}

.price{
    float:right;
    font-family:"Quicksand", serif;
    font-weight:500;
    font-style:normal;
    color:#7d83a4;
    font-size:16px;
}

.about_mevw {
    float:left;
    width:100%;
    padding-bottom:110px;
    padding:5%
}


.about_mevw img{
    max-width: 40%;
    float:right;
}

.about_mevw h1 {
    text-align: center;
    max-width: 50%;
    float:left;
    width:100%;
    font-family:"Quicksand", serif;
    font-weight:300;
    font-style:normal;
    color:#7d83a4;
    font-size:60px;
    line-height:70px;
}
.about_mevw h2 {
    float:left;
    width:100%;
    font-family:"Quicksand", serif;
    font-weight:800;
    font-style:normal;
    color:#7d83a4;
    font-size:30px;
    text-transform:uppercase;
    margin-bottom:10px;
    line-height:25px;
    text-align: center;
}

.about_mevw p {
    float:left;
    width:100%;
    font-family:"Quicksand", serif;
    font-weight:500;
    font-style:normal;
    color:#7d83a4;
    font-size:16px;
    margin-top:25px;
    line-height:25px;
    text-indent:0px;
    text-align: justify;
}
.about_mevw strong, 
.about_mevw b {
    font-family:"Quicksand", serif;
    font-weight:800;
    font-style:normal;}
.about_mevw em {
    font-family:"Quicksand", serif;
    font-weight:300;
    font-style:italic;
}
.about_mevw img {
    float:left;
    width:100%;
    margin-bottom:50px;
}


.none-top li {margin-top:0!important;}


.whitebox{
    border-radius: 10px;
    background-color: white;
    width: 210px;
    text-align: center;
    max-width:100%;
    margin-top:auto;
    float:left;
    padding:15px;
}


.about_mevw .servicesvw .cennikvw {padding-top:0;}

.top_li {margin-top:15px;}

.lowecased {text-transform:none!important;}

/*--- Website content ---*/
/*--- Website footer ---*/
.footerbox {float:left;width:100%;background-color:#7d83a4;padding-top:80px;}
.footerbox ul {float:left;width:50%;}
.footerbox li {float:left;width:100%;color:#f0f2f6;line-height:26px;font-family:"Quicksand", serif;font-weight:300;font-style:normal;font-size:14px;}
.footerbox li a {float:left;width:100%;color:#f0f2f6;font-family:"Quicksand", serif;font-weight:300;font-style:normal;}
.footerbox li a:hover {color:#bac2e4;}

.foot_menuvw {float:right;width:60%;}

.logo_footvw {float:left;width:270px;margin-top:60px;margin-left: 5%;}
.logo_footvw a {float:left;width:100%;text-align:center;}
.logo_footvw a strong {float:left;width:100%;font-family:"Quicksand", sans-serif;font-weight:normal;font-size:50px;color:#f0f2f6;letter-spacing:2px;}
.logo_footvw a span {font-family:"Quicksand", sans-serif;}
.logo_footvw a em {float:left;width:100%;font-family:"Quicksand", serif;font-weight:500;
    font-style:normal;letter-spacing:6px;font-size:14px;color:#f0f2f6;text-transform:uppercase;margin-top:4px;}

footer {float:left;width:100%;margin:60px 0 30px 0;}
footer p {float:left;width:100%;color:#f0f2f6;line-height:26px;font-family:"Quicksand", serif;font-weight:300;font-style:normal;font-size:10px;text-align:center;}
small {float:left;width:100%;}
small a {color:#f0f2f6;font-family:"Quicksand", serif;font-weight:600;font-style:normal;}
small a:hover {color:#bac2e4;}

/*--- Website footer ---*/

/*--- Responsive Design ---*/
@media only screen and
    (max-width: 1299px) {
	
	.container {margin:0 20px;display:block;position:relative;z-index:2;}
}

@media only screen and 
    (min-width: 1300px) {
	
	.container {margin:0 auto;display:block;width:1300px;position:relative;z-index:2;}
}


@media only screen and 
    (min-width: 240px) and
	(max-width: 767px) {
        
        .main_menu {width:100%;margin-top:25px;}
        .main_menu li {margin-right:0;width:20%;text-align:center;}
        
        .logovw {width:100%;}
        .logovw a {margin-top:20%;}
        .logovw a strong {color:#f0f2f6;}
        .logovw a em {color:#f0f2f6;}
        
        .header_md_vw {margin-top:-6%;}
        .header_md_vw .linkvw {margin-top:0;}
        .header_md_vw em, .header_md_vw h1 {display:none;}
        
        .mini_headervw .main_menu {margin-top:20px;}
        .mini_headervw .main_menu li a {font-weight:700; color:#7d83a4}
        .mini_headervw .logovw a {margin-top:30px;}
        
        .servicesvw h1 {
            width: 100%;
            text-align:center;
            float:none;
        }


        .servicesvw h2 {
            width: 100%;
            font-family:"Quicksand", serif;
            font-weight:400;
            font-style:normal;
            letter-spacing:2px;
            color:#7d83a4;
            font-size:30px;
            text-transform:uppercase;
            text-align:center;
            margin-bottom: 1%;
            margin-top: 1%;
            padding:1%;
            border-bottom: none;
            padding-top:40px;
            float:none;
        }

        .servicesvw h3{
            width: 100%;
            font-family:"Quicksand", serif;
            font-weight:300;
            font-style:normal;
            letter-spacing:2px;
            color:#7d83a4;
            font-size:25px;
            text-transform:uppercase;
            text-align:center;
            padding-top: 10px;
            float:none;
        }

        .owl-vws h2{
            width: 100%;
            padding-left: 1%;
            font-family:"Quicksand", serif;
            font-weight:400;
            font-style:normal;
            letter-spacing:2px;
            color:#7d83a4;
            font-size:16px;
            text-transform:uppercase;
            text-align:center;
            margin-bottom: 1%;
            margin-top: 1%;
            padding-right:1%;
            border-bottom: none;
        }

        .servicesvw p {
            width:98%;
            text-align:justify;
            margin-top:40px;
            margin-left: 1%;
            margin-right: 1%;
            font-size: 10px;
            line-height: normal;
        }

        .servicesbox{
            border-radius: 10px;
            width: 80%;
            margin: auto;
            text-align: justify;
            padding:10px 30px;
        }

        .serviceswhitebox{
            margin-top: 30px;
            background-color: white;
        }

        .owl-vws p {
            font-size:10px;
            padding-left: 5px;
            padding-right: 5px;
            text-align: center;
        }

        .fl-right {
            float:none;
            max-width:100%;
            margin-top: 20px;
        }

        .fl-left img {
            width:100%;
            margin:0 auto;
            display:block;
        }

        .fl-left {
            float:none;
            max-width:100%;
            margin-top: 20px;
        }

        .cennikvw p,.cennikvw li, .cennikvw h3 {
            font-size:15px;
            margin-top:25px;
            line-height:35px;
        }

        .kontaktvw p,.kontaktvw li {
            font-weight:400;
            font-size:15px;
            line-height: 20px;

        }

        .kontaktvw h3 {
            font-size:22px;
            font-weight: 500;
        }


        .price {
            font-size:15px;
        }

        .cennikvw a {
            font-size:15px;
            padding:15px 0;
        }
        
        .photos_vw {width:100%;}
        .photos_vw h2 {width:100%;font-size:30px;text-align:center;text-transform: uppercase;}

        .recenzie_titlevw {width:100%;}
        
        .logo_footvw {width:100%;text-align:center;margin:0 auto;}
        
        .foot_menuvw {width:100%;}
        
        .footerbox ul {width:100%;margin-top:40px;text-align:center;}
        
        .logo_footvw {margin-top:0;}
        
        .about_mevw {width:100%;padding-bottom:60px;}
        .about_mevw img {max-width:100%; margin:0 auto; margin-bottom:30px;}
        .about_mevw p {font-size: 15px; text-align:justify; max-width: 96%; margin-left: 3%; margin-right: 3%;}
        .about_mevw h1 {font-size:50px; text-align: center; max-width:100%; margin-top: 5%; margin-bottom: 5%;}
        .about_mevw h2 {text-align: center; margin-top: 5%; font-size: 20px;}

        .servicesvw p {
            max-width:100%;
            text-align:justify;
            font-size: 15px;
            line-height: normal;
            padding:40px 10px;
            margin: 0px;
        }

        .textuvod{
            font-size: 15px;
            line-height: 25px;
            text-align: justify;
            margin:0 10%!important;
            width: 80%!important;
        }


        .alert_containervw {width:90%;}
        
        .alertvw .linkvw a {width:100%;}
        
        .headervw .linkvw a {width:80%;}
}

@media only screen and (min-width:240px) and (max-width: 400px){
    .servicesbox{
        padding:10px 15px;
        width: 90%;
        text-align: justify;
    }
    .textuvod{
        font-size: 13px;
        line-height: 20px;
        margin:0 5%!important;
        width: 90%!important;
    }
    .h3{
        font-size: 20px;
    }
}

@media only screen and
    (min-width: 768px) and
    (max-width: 1023px) {
        

        .main_menu {margin-top:50px;}
        
        .logovw a {margin-top:40px;}
        
        .header_md_vw {float:left;width:100%;position:relative;z-index:3;margin-top:-33%;text-align:center;}
        .header_md_vw em {margin-bottom:2%;margin-top:5%;}
        
        .linkvw {margin-top:6%;}
        
        .photos_titlevw {width:100%;}

        .recenzie_titlevw {width:100%;}
        
        .logo_footvw {width:100%;text-align:center;margin:0 auto;}
        
        .foot_menuvw {width:100%;}
        
        .footerbox ul {width:100%;margin-top:40px;text-align:center;}

        .about_mevw {
        display: flex;
        flex-direction: column; /* Stack children vertically */
        justify-content: center; /* Vertical center */
        align-items: center; /* Horizontal center */
        min-height: 100vh; /* Full viewport height */
        }

        .about_mevw img {
        width: 100%;
        max-width: 400px;
        display: block;
        margin: 0 auto 30px auto; /* horizontal + bottom margin */
        }
        .about_mevw p {text-align:justify; max-width: 96%; margin-left: 3%; margin-right: 3%;}
        .about_mevw h1 {font-size:50px; text-align: center; max-width: 100%; margin-top: 5%; margin-bottom: 5%;}
        .about_mevw h2 {text-align: center; margin-top: 5%;}
        
        
    
}

/*--- Responsive Design ---*/

/* -----aletrs------*/
/* Base Alert Styles */
.alert {
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    border: 5px solid;
    /*position: relative;
    display: flex;*/
    align-items: center;
    font-family:"Quicksand";
    text-align: center;
    width: 100%;
    background-color: #f1f2f7;
  }

  .alert-section {
    margin-top: 30px;
  }
  
  /* Close Button */
  .alert .close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: inherit;
    opacity: 0.6;
  }
  
  .alert .close:hover {
    opacity: 1;
  }
  
  /* Pastel Alert Variants */
  .alert-primary {
    /*background-color: #dceefb;*/
    border-color: #3b6f94;
    color: #3b6f94;
  }
  
  .alert-success {
    /*background-color: #b9dac4;*/
    border-color: #347a3f;
    color: #347a3f;
  }
  
  .alert-danger {
    /*background-color: #fde2e2;*/
    border-color: #a33a3a;
    color: #a33a3a;
  }
  
  .alert-warning {
    /*background-color: #fff3cd;*/
    border-color: #856404;
    color: #856404;
  }
  
  .alert-info {
    /*background-color: #d1ecf1;*/
    border-color: #31708f;
    color: #31708f;
  }
  
  /* Responsive Behavior */
  @media (max-width: 768px) {
    .alert {
      font-size: 14px;
      padding: 15px;
      width: 100%;
    }
  }

  /* end alerts */

  .menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: #f0f3f6;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 8px 12px;
    margin: 5px;
    border: 2px solid #f0f3f6;
    border-radius: 5px;
    background: #c2d3f3;
    z-index: 1001;
}

.mini_headervw .menu-toggle {
    display: none;
}

@media only screen and (max-width: 767px) {
    .menu-toggle {
        display: block;
        z-index: 1001;
    }

    .main_menu {
        display: none;
        width: 100%;
        flex-direction: column;
        background: #9dacd3;
        position: absolute;
        top: 60px;
        left: 0;
        padding: 10px 0;
        text-align: center;
        z-index: 1000;
    }

    .main_menu li {
        width: 100%;
        margin: 10px 0;
    }

    .main_menu li a {
        font-size: 14px;
        display: block;
    }
}

/*end menu */

/*modal */
 /* Modal Background */
 .modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 99998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Modal Content */
.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border-radius: 8px;
    width: 50%;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    max-height: 50%;
    overflow-y: auto;   
}

/* Close Button */
.close-btn {
    color: #333;
    font-size: 20px;
    float: right;
    cursor: pointer;
}

.close-btn:hover{
    color:#3b6f94;
}


@media only screen and (max-width: 767px) {
    .modal-content {
        width: 96%;
        margin: 40% auto;
    }
}

@media only screen and 
    (min-width: 240px) and
	(max-width: 767px) {
        .modal-content {
            width: 96%;
            margin: 20% auto;
        }
    }

/*end modal*/

i {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.ord-hours {
    font-size: 14px;
    width: 100%;
    margin-top: 20px;
    overflow: scroll;
  }

  .ord-hours th,
  .ord-hours td {
    border: 0.2px solid #c4c7d8;
    padding: 6px 10px;
    text-align: left;
    color:#7d83a4;
  }

  .ord-hours th {
    color:#7d83a4;
    font-family: "Quicksand", serif;
  }

.mt-100 {
    margin-top: 100px !important;
}


/* Form headings and labels */
.kontaktvw form h3,
.kontaktvw form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

/* Input fields and textarea */
.kontaktvw form input[type="text"],
.kontaktvw form input[type="email"],
.kontaktvw form input[type="tel"],
.kontaktvw form textarea {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    box-sizing: border-box;
}

/* Captcha image */
.kontaktvw form .captcha_img {
    display: block;
    margin-bottom: 8px;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
}

/* Submit button */
.kontaktvw form button[type="submit"] {
    color: #7d83a4;
    padding: 12px 20px;
    border: #7d83a4;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.kontaktvw form button[type="submit"]:hover {
    background-color: #7d83a4;
    color:white;
}

/* Feedback message */
.kontaktvw form p {
    margin-bottom: 15px;
}

.form-success{
    color: green;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: #d4edda;
    padding: 10px;
    border: 1px solid #c3e6cb;
    font-family: "Quicksand", serif;
}

.form-error{
    color: red;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: #f8d7da;
    padding: 10px;
    border: 1px solid #f5c6cb;
    font-family: "Quicksand", serif;
}

/* Všeobecný štýl pre všetky placeholdery */
::placeholder {
    color: #999;        /* svetlo sivá */
    opacity: 0.5;         /* aby nebol príliš bledý */
}

/* Pre lepšiu kompatibilitu */
input::placeholder,
textarea::placeholder {
    color: #999;
    opacity: 0.5;
}