html,body{
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	}


div.menubar{
    display: flex;
    justify-content:space-between;
	background-color: #00b000;
    position: sticky;
    top: 0px;
    z-index: 3;
    width: 100%;
    
    }

/* ----------------------------------- Menu LOGO ----------------------- */

div.logo{
	display: flex;
}

div.logo a img{
    height: 40px;
    margin: 5px;
}

div.logo a{
    display: flex;
    align-items: center;    
    text-decoration: none;
    color: white;
}

div.logo p{
	font-family: Tahoma;        
    font-weight: bold;
    font-size: 30pt;
    margin: 0px;
    margin-left: 20px;
}

div.menu_cont{
		margin-right: 5px;
}

/* ----------------------------------- Menu TRIGGER ----------------------- */

#menu_trigger{
    clear: both;
	text-align: left;
/*	background-color: #88af21;*/
	display: none;
    padding: 12px;
	cursor: pointer;
}

#x_trigger{
    text-align: right;
	background-color: #88af21;
    color: #FFFFFF;
	margin-top: 12px;
	margin-bottom: 0px;
    font-weight: bold;
	font-size: 20pt;
    padding: 12px;
	cursor: pointer;
}

#x_trigger:after{
	content: url('ikona_x.gif');
}

/* ---------------------------LANG SWITCH -------------------- */

div.lang_switch_tel{
    display: flex;
	align-items: center;	
    justify-content: right;
	font-size: 14pt;
	font-family: Tahoma;
	
	color: white;
    /*width: 80px;*/
	/*background: yellow;*/
}

div.lang_switch_tel a.tel{
	color: white;
	text-decoration: none;
	margin: 0 10px 0 10px; 
		
}

a.lang{
	margin: 5px 3px 0 3px;
}

a.lang img{
    width: 32px;
}

/* ------------------------------ MENU ------------------------- */

nav.menu{    
    /*clear: both;*/
    flex-grow: 2;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    /*background-color: #00b000;*/
    color: white;
    font-size: 14pt;
	font-family: Tahoma;
    /* text-transform: uppercase;     */
}

#house_icon{
    height: 18px;
}

nav.menu ul {
    list-style-type: none;
    text-align: right;
    margin: 0px;    
}

nav.menu li {
	display: inline-block;
    background-color: #00b000;
    vertical-align: middle;
    position: relative;    
}


nav.menu a:link, nav.menu ul a:visited, a.menu:visited, a.menu_min:link, a.menu_min:visited, span.menu{
    display: inline-block;
	color: white;      
   	text-decoration: none;
    padding: 6px 5px 6px 5px;    
}


nav.menu ul ul {
    display: none;
    position: absolute;
    left: -40px;
    z-index: 2;
    text-transform: none;
}

nav.menu ul ul li {
    display:block;
    min-width: 200px;
    text-align: left;    
}


nav.menu li:hover, #menu_on{
	background-color: #00e000;
}

a.menu:active, #menu_trigger:hover{
    background-color: #00e000;
}


.menu_arrow{
    display: inline-block;
    }

/* ----------------------- BIG BANNER ------------------------------- */

div.big_banner{
    background-image: url(pic/big_banner.jpg);
    background-size: cover;    
    /*display: flex;*/
    height: 600px;
    color: white;
    font-family: Ubuntu, tachoma, sans-serif;
    font-size: 18px;   
    position: relative;
}

div.big_banner_top{
    display: flex;
    width: 100%;
    height: 72%;
}

div.big_banner_left{
    display: flex;
    flex-wrap: wrap;
    /*height: 50%;*/
    width: 60%;
    justify-content: flex-start;
    align-content: flex-start;
}

div.big_banner_bottom{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    /*height: 60%;*/
}

div.big_banner h1{
    display: block;
    margin-left: 50px; 
    margin-top: 80px;
    font-size: 40px;
    width: 100%;
}

div.banner_zap{
    margin-top: 50px;
    margin-left: 50px; 
    height: 40px;
    width: 360px;
    background-color: #ffea18;    
    justify-content: center;
    align-items: center;   
    position: relative;
    transition-duration: 0.3s;
    z-index: 0;
}

div.banner_zap::before{
    content: "";
    display: block;
    height: 50px;
    width: 370px;
    border: 5px solid #ffea18;    
    background-color: transparent;
    position: absolute;
    bottom: -10px;
    right: -10px;
    transition-duration: 0.3s;    
    z-index: -1;
}

div.banner_zap:hover{
    background-color: orange;
}

div.banner_zap a{ 
    display: flex;
    justify-content: center;
    align-items: center;    
    text-decoration: none;
    color: black;
    font-size: 20px;
    height: inherit;
    width: inherit;
    border-radius: inherit;    
}

div.banner_news{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
}


.banner_news_box{
    width: 80%;
    border-radius: 5px;
    padding: 10px;
    overflow: hidden !important;
    box-shadow: 0px 2px 36px 0 rgba(0, 0, 0, 0.8), 0px 0px 10px 0 rgba(0, 0, 0, 0.8);
    color: white;
    text-decoration: none;
    text-align: center;
    background-color: #404040;
    max-width: 450px;    
}

.banner_news_box img{
    width: 100%;
    height: 100%;        
    
}

div.banner_ghost{
    display: inline-block;    
    height: 180px;
    width: 300px;
    font-size: 20px;
    text-shadow: -2px 0 black, 0 2px black,2px 0 black, 0 -2px black;
    border: 0px solid white;
    text-align: center;
}

div.banner_ghost p{
    position: relative;
    margin-bottom: 20px;
    bottom: 33%;
}



/* ----------------------------------------------------- */

div.razem{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
 /*   margin: 15px;*/
}

div.razem h1{
    background-color: darkgreen;
    background-image: url(pic/banner.jpg);
    background-size: cover;
    color: white;
    text-align: left;
    font-family: ubuntu;
    padding: 18px;    
    width: 100%;
}

div.box{
    display: flex;
    justify-content: center;
    width: 100%;
	/*margin: 15px;*/
	overflow: hidden;    	
	font-family: Tahoma, sans-serif;
	text-decoration: none;	
}

div.box_column{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 30px;
    width: 50%;
}

div.box h2, h2{
	color: black;	
	font-family: ubuntu;
	font-size: 30px;
    font-weight: normal;
	text-align: center;	 
    width: 100%;
}

div.box h3, h3{
	color: black;	
	font-family: ubuntu;
	font-size: 20px;
    font-weight: normal;
	text-align: left;	 
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.box p.body{
	/*margin-top: 8px;*/
	text-align: justify;
	font-size: 15px;
	color: black;
    width: 100%;
}


/* --------------------------------- BW --------------------------- */

div.bw_menu{
    box-sizing: border-box;
    width: 35%;    
    padding: 10px;
    font-family: Tahoma, sans-serif;
    font-size: 18px;
}

div.bw_menu a{
    color: black;
    text-decoration: none;
}

div.bw_menu a:hover{
    color: gray;
}

div.bw_body{
    box-sizing: border-box;
    width: 65%;
    padding: 10px;
    padding-right: 40px;
    font-family: Tahoma, sans-serif;
    text-align: justify;        
}

.bw_body .more-cont{	
	text-align: right;
}

.bw_spis_cont{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-around;
}

.bw_art_cont{
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	font-family: Tahoma, sans-serif;
	max-width: 300px;			
	padding: 0.5em;
	margin-bottom: 2em;
}

.bw_art_cont img{
	height: 180px;
	object-fit: cover;	
}

.bw_art_cont h4{
	width: 100%;
	margin: 0.5em 0;
	color: black;
}

.bw_art_cont a{
	text-decoration: none;	
}

.bw_art_cont .data{
	width: 100%;
	font-style: italic;
	text-align: right;
	margin: 0;
}

.bw_art_cont .intro{
	font-size: 0.95em;
	text-align: justify;
}

.bw_art_cont .more{
	margin: auto;
}


/*---------------------------- BOX_NEWS ----------------------------------*/
.box_news{
    display: flex;
    border-left: 8px solid lightgray;
    margin-left: 200px;
    margin-right: 200px;
    padding: 10px;
    width: 100%;
    position: relative;
    min-height: 80px;
}


.box_news img{
    width: 40px;
    height: 40px;
}

.box_news .news_circle{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid lightgray;
    background-color: white;
    margin: 10px;
    position: absolute;
    left: -46px;
}

.box_news .news_circle::after{
    display: block;
    content: "";
    position: absolute;
    top: calc(50% - 16px);
    left: 60px;
    box-sizing: border-box;
    border: 16px solid transparent;    
    border-left: 18px solid lightgray;
}


.box_news .news_body{
    /* display: flex; */
    /* align-content: center; */
    /* flex-wrap: wrap; */
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    margin-left: 50px;
}



/*---------------------------- MORE ----------------------------------*/

.more{
	padding: 3px;
    text-decoration: none;
	text-align: center;	
	font-size: 17px;
	color: black;
    width: 160px;
    border: 1px solid gray;
	border-radius: 4px;
    transition: 0.3s;
}

a.more:hover{
    background-color: darkgray;
    color: white;
}

.more::after{
    content:  "\2794";
}


div.box img.pic{
	border-radius: 10px;
    width: 424px;
    /*height: 100px;*/
}


h2.h2 a{
    text-decoration: none;
    color: black;    
}

/* --------------------------- BOX-MINI ------------------------------- */
div.box_mini{
    box-sizing: border-box;
    width: 25%;
    margin-top: 20px;    
    position: relative;
    transition: .2s;
    overflow: hidden;
}

.box_mini a.box_link{
    display: flex;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;   
    border-radius: 10px;
    padding: 10px;
    padding-bottom: 50px;
    text-decoration: none;
    color: black;
    height: 100%;
}

.box_mini:hover{
    background-color: #eaeaea;
}

.box_mini:hover .more{
    background-color: darkgray;
    color: white;
}

.box_mini img.pic{
    width: 220px;
    border-radius: 10px;
}

.box_mini h4{
    color: black;	
	font-family: ubuntu;
	font-size: 22px;
    font-weight: normal;
	text-align: center;	 
    width: 100%;
    margin: 10px 0 0 0;
}

.box_mini p{
    text-align: justify;
    font-family: Tahoma, sans-serif;
    font-size: 13px;
    padding: 0px 10px;
}

.box_mini div.more{
    font-family: ubuntu;
    position: absolute;
    bottom: 10px;
}

.box_mini .mail_link{
    text-align: center;
    font-family: Tahoma, sans-serif;
    font-size: 14px;    
    text-align: center;   
    position: absolute;
    top: 200px;    
    width: 100%;
}


ul.lista{
	list-style: disc;
    width: 100%;
    }




/* ---------------------------------- FOOTER --------------------------------- */

div.footer{
    display: flex;
    flex-wrap: wrap;
    background-color: #00b000;
    color: white;
    margin-top: 20px;
    font-family: Tahoma, sans-serif;
    font-size: 18px;
    padding-top: 16px;
    padding-left: 30px;
}

div.footer_box{
    width: 33.33%;
}

div.footer_box img{
    float: left;    
    width: 80px;
    padding-right: 20px;
}

div.footer_copyright{
    text-align: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 10px;
}

div.footer_box a{
    color:white;
}

div.footer_box a:hover{
    color: black;
}

/* ------------------------------ COOKIES ---------------------------- */

div.cookie-alert{
    position: fixed;
    bottom: 25px;
    left: 25px;
    width: 250px;
    background-color: #404040;
    color: white;
    font-size:13px;    
    font-family:tahoma;
    padding:10px;
    border-radius: 5px;
    z-index: 3;
}
div.cookie_title{
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px;
    
}

div.cookie-button {
    border: 1px solid white;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    cursor:pointer;
}

div.cookie-button:hover{
    background-color: lightgray;
    color: black;
    border-color: black;
}

span.drobny{
    font-size: 12px;
    font-family: tahoma;
    margin: 10px;
}

div.rysunek{
    margin: 15px;	
    float: right;
    position: relative;    
    width: 210px;    
}	

div.rysunek_left{
    margin: 15px;	
    float: left;
    position: relative;
    width: 210px;
}	

div.rysunek_big{
    margin: 15px;	
    float: right;
    position: relative;
    width: 410px;
}	

div.rysunek_big_left{
    margin: 15px;	
    float: left;
    position: relative;
    width: 410px;
}	


img.rys{
    border-radius: 5px;	
	width:  inherit;
}

/*img.rys_big{
    border-radius: 5px;	
	width:  410px;
}*/

p.podpis{
	position: absolute;
	left: 0px;
	bottom: 5px;
	color: white;
	background-color: #303030bb;
	font-size: 15px;
	text-align: left;
	width: 50%;
    margin: 0px;
	padding: 2px 12px 2px 12px;
}
   

/* ------------------------------ FORMULARZ ------------------------------ */


div.formularz{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 8px;
}

#wys{
	color: black;
	font-size: 19px;
	text-align: center;
	width: 250px;
	height: 50px;
	padding: 2px 15px 2px 15px;
    border: 1px solid gray;
	border-radius: 4px 4px 4px 4px;
    transition: 0.3s;
}

#wys:hover{
    background-color: darkgray;
    color: white;
    cursor: pointer;
}

.formularz select{
    width: calc(50% + 8px);
    padding: 2px;
    text-align: center;
}

.formularz input{
	width: 50%;
    padding: 2px;
    text-align: center;
}

.formularz label{
    width: 45%;
    min-width: 160px;
}

textarea.uwagi{
	width: 80%; 
	height: 320px;
}

div.inbox_footer{
	font-family: Tahoma, sans-serif;
    display: block;
    text-align: center;
	}


/* ----------------------------------- KARTA CENNIKA --------------*/

.cennik{
    width: 400px;
    box-shadow: 0px 0px 28px -12px rgba(66, 68, 90, 1);
    position: relative;
    overflow: hidden;
}

.cennik-caption{
    position: absolute;
    background-color: rgba(70, 70, 70, .8);
    color: white;
    top: 10px;
    text-align: center;
    width: 100%;
    font-size: 20px;
    padding: 7px 0 7px 0;
    z-index: 1;
}

.cennik-image{
    height: 300px;
    clip-path: ellipse(120% 60% at 0% 30%);
}

.cennik-price{
    position: absolute;
    top: 150px;
    right: 10%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Oswald', sans-serif;
    font-size: 34px;
    background-color: #00b000;
    color: white;
}

.cennik-body{
    text-align: center;
    line-height: 1.8;
    margin-bottom: 15px;
}

.cennik-body hr{
    border: 0;
    height: 1px;
    width: 80%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}   

.cennik-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00b000;
}

.cennik-footer a{
    background-color: #ffea18;
    text-align: center;
    padding: 8px;
    font-size: 20px;
    width: 70%;
    margin: 18px;
    border-radius: 4px;
    text-decoration: none;
    color: black;
    transition: 0.3s;
}

.cennik-footer a:hover{
    background-color: orange;
}

.tooltip-trigger{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 4px double black;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    background-color: #ffea18;
    position: relative;
    cursor: pointer;
}

.cennik-tooltip{
    flex-direction: column;
    display: none;
    position: absolute;
    right: -30px;
    bottom: 32px;
    border: 1px solid black;
    border-radius: 5px;
    font-size: 14px;
    background-color: white;
    padding: 5px;
    z-index: 2;
    text-align: left;
    box-shadow: 0px 0px 28px -12px rgba(66, 68, 90, 1);   
}

.cennik-tooltip-active{
    display: flex;
}

.cennik-tooltip-x{
    position: absolute;
    top:0;
    right: 0;
    background-color: white;
    width: 25px;
    height: 25px;
    text-align: center;
}

#mapa{
    width:68%;
	}

/*-------------------- kalkulator prad -----------------------------------*/
form.prad{
    max-width: 500px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 6em;
    grid-row-gap: 4px;
    align-items: center;    
    margin: 20px auto auto auto;
 }

 div.input-cont{
    position: relative;
    justify-self: center;
 }

form.prad input[type=number]{
    text-align: right;    
    border: none; 
    outline: none;
    font-size: 15px;
}

div.input-with-unit{
    outline: 1px solid black;
    border-radius: 2px;
    overflow: hidden;
    display: flex;
    height: 1.8em;   
    margin-left: 1em;
    font-size: 15px;
}

  div.input-with-unit:has(input[type=number]:focus){    
    outline:  2px solid black; 
}
  
div.input-with-unit .btn-unit{
    display: flex;
    width: 65px;
    border: none;
    align-items: center;
    justify-content: flex-end;
    font-size: 15px;   
}

div.input-with-unit .dropdown-arrow::after{
    content: "\25BC";
}

.unit-dropdown{
    display: none;
    position: absolute;
    top: 50%;  
    right: 0; 
    border: 1px solid black;
    border-radius: 2px;
    background-color: white;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.unit-dropdown li{
    padding: 2px 5px 2px 2px;
    height: 1.4em;
    width: 50px;
    cursor: default;
    text-align: right;
}

.unit-dropdown li:hover{
    background-color: gainsboro;
}

form.prad input[type=button]{
    grid-column: 1 / span 2;
    justify-self: center;    
    font-size: 16px;
    height: 40px;
    width: 40%;
}

div.wyniki{
    display: grid;
    grid-template-columns: 200px 100px 20px 100px 20px;
}

span.result{
    justify-self: right;
    padding-right: 5px;
    font-weight: bold;
}

img.formula{
    width: 200px;
    margin: 20px 40px;
}

span.kur{
    font-style: italic;
}


/* ------------------------------------------------------------------------*/
/* -------------------------------------- MEDIA ---------------------------*/
/* ------------------------------------------------------------------------*/

@media all and (max-width:960px) {
    
div.menubar{
    position: static;
	height: 64px;
    }   
	
div.menu_cont{
	display: flex;
    align-content: center;
	}	
	
nav.menu{
	z-index: 3;	
	}
	
nav.menu li{
	overflow: hidden;
	}	
	
div.big_banner{
    background-image: url(pic/big_banner_mob.jpg);    
    min-height: 560px;    
    height: auto;
    }
    
div.banner_zap{
    width: 220px;
    margin: 0;
    }

div.banner_zap::before{
    width: 230px;
    }    
    
div.banner_zap a{
    font-size: 16px;
    }    

div.big_banner h1{
    margin: 80px 10px;
    text-align: center;
    }
    
.banner_news_box{
    margin-top: 40px;
    margin-bottom: 40px;
    }    
    
div.banner_ghost{
    display: none;
    }    
    
div.razem{
    width:auto;
    flex-wrap: wrap;
	}
    
div.box_column{
    padding: 5px;
    }    
    
div.big_banner_left{
    justify-content: center;
    width: 100%;
    }

div.banner_news{    
    width: 100%;
    }

div.big_banner_top{
    flex-wrap: wrap;
    }

li.li_menu {
	font-size: 15pt;
	}

div.box p.body{
	font-size: 10pt;	
	}

div.box{
    flex-wrap: wrap;
	width: auto;
    height: auto;
	max-width: 426px;
    margin-left: auto;
    margin-right: auto;	
	font-size: 10pt;	
    }

div.box img.pic{
	width: 100%;
	}
    
div.box_column{
    width: 100%
    }    
    
div.box_mini{
    width: 100%;
    min-height: 320px;
    }
    
div.footer_box{
    width: 100%;
    }

div.logo p{
    font-size: 20pt;
    margin: 0px;
    margin-left: 8px;
}
    
div.lang_switch_tel{	
    width: 100%;
    justify-content: flex-end;
	flex-wrap: wrap;	
    }
	
div.lang_switch_tel a.tel{
	font-size: 15px;	
	margin: 0 5px 0 0;
	}
	
div.lang_switch_tel span{	
	display: none;
	}
    
#menu_trigger{
	display: flex;
	justify-content: flex-end;
	}

nav.menu{
	display: none;
    position: absolute;		
    top: 64px;
	left: 0px;    
    width: 100%;
	}

nav.menu li{
    display: block;
	text-align: left;
    }

ul.menu{
    padding: 0px;
    }    
    
nav.menu ul ul {
    position:relative;    
    top: 0px;
    left: -30px;
    width: 100%;
    }    
    
nav.menu ul ul li {    
    width: 100%;
    }
	
nav.menu a{
	display: block;
	}

div.bw_menu{    
    display: none;
    }    
    
div.bw_body{
    width: 100%;
    padding-right: 10px;    
    }   
    
div.box_news{
    margin: 0px 0px 0px 35px;
    }    
    
div.rysunek, div.rysunek_left{
	float: none;
    width: 80%;
    max-width: 250px;
    margin: auto;
	}

div.rysunek_big, div.rysunek_big_left{
	float: none;
    width: 95%;
    margin: auto;
	}

img.rys{
    width: 100%;
	}
    
img.rys_big{
    width: 100%;
    }
	    
.cennik{
	width: 95%;
    margin-bottom: 15px;
	}

.formularz input{
	width: 100%;
	}

.formularz select{
	width: 100%;
	}

textarea.uwagi{
	width: 270px;
	}

#mapa{
    width:auto;
	}

#foto_firma{
    width:92%;
	}


    form.prad input[type=number]{

        width: 130px;
    }
    

div.wyniki{
    grid-template-columns: 80px 1fr 1fr 1fr 1fr;
    }

div.wyniki span.label{
    grid-column: 1 / span 5;
    }
}


@media all and (min-width:960px) {

#x_trigger{
    display: none;
	}

nav.menu{
	display: flex !important;        
    }
}
/* ---------------------------------- FONTY --------------------------------------- */
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/Ubuntu/Ubuntu-Regular.ttf") format("truetype");
  font-display: swap;    
}

@font-face {
    font-family: "Oswald";
    src: url("fonts/Oswald/static/Oswald-ExtraLight.ttf") format("truetype");
    font-display: swap;    
  }
  

