body {
    font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;	
    font-weight: 400;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #485b3b;
	text-decoration: underline;
}

a:active {
	color: black;
	text-decoration: none;
}

div.cb {
	clear: both;
}

div.content {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 0px;  
  padding-right: 0px;
  padding-top: 0px;
  width: 100%;
}

div.content_group {  
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div.kotwica {
  height: 60px;
}

div.oferta img {  
  width: 100%;
  height: auto;
}

div.social {
    margin-left: auto;
    margin-right: auto;
	padding-left: 5%;
	padding-right: 4%;
}

div.social_element {
	float: left;
	text-align: center;
	width: 33%;	
}

div.social_element img {
    max-width: 100%;
}

form.kontakt {
	background-color: #cccc;
	border-radius: 6px;
	margin-left: 5%;
	min-width: 280px;
	padding: 10px 10px;
	width: 50%;
}

h1 {
    font-size: 36px; 
    margin: 0;        
    padding: 0;
    font-weight: 700; 
}

h2 {
    font-size: 36px;
	padding: 0;
    text-align: center;
}

input[type=text] {
   border-radius: 6px;
   padding: 5px 5px;
   margin-bottom: 10px;
   width: 95%;
}

input[type=submit] {
   border-radius: 6px;
   font-size: 20px;   
   margin-left: auto;
   margin-right: auto;	
}

#menu1 {
  background-image: url(../img/o_nas_tlo.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  }
  
#menu2 {
  background-image: url(../img/oferta_tlo.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  }
  
#menu3 {
  background-image: url(../img/uslugi_tlo.webp);
  background-repeat: no-repeat;  
  background-size: 100%;
  }
  
#menu4 {
  background-image: url(../img/realizacje_tlo.webp);
  background-repeat: no-repeat;  
  background-size: 100%;
  }
  
#menu5 {
  background-image: url(../img/galeria_tlo.webp);
  background-repeat: no-repeat;  
  background-size: 100%;
  }

p.content {	
  line-height: 150%;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 30%;
  padding-top: 0;
  text-align: justify;  
}

p.form_error {	
  line-height: 150%;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 30%;
  padding-top: 0;
  color: red;
}

p.form_ok {	
  line-height: 150%;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 30%;
  padding-top: 0;
  color: green;
}

p.form_content {
  line-height: 150%;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 0;
  text-align: justify;  
}

ul.realizacje {
  padding-left: 5%;
  padding-right: 30%;
  text-align: justify;  
}

.sticky {
	left: 5%;	
	margin-left: auto;
	margin-right: auto;
	position: fixed;	
	top: 0;	
	width: 90%;
	z-index: 100;
}

textarea {
   border-radius: 6px;
   padding: 5px 5px;
   width: 95%;
}

.wrapper {
	width: 100%;
}

@media screen and (max-width: 500px) {
  p.content {
    padding-right: 25%;
  }
}

/* obsługa cookie */
@media (min-width: 1100px) {
	.container {width: 1050px;}
	aside {width: 20%;}
	#main {width: 75%;}
	.cookieInfo {width: 800px; right: 20px;}
}
@media (max-width: 1100px) and (min-width: 1000px) {
	.container {width: 950px;right: 20px;}
	aside {width: 20%;}
	#main {width: 75%;}
	.cookieInfo {width: 800px; right: 20px;}
}
@media (max-width: 1000px) and (min-width: 800px) {
	.container {width: 750px;}
	aside {width: 20%;}
	#main {width: 75%;}
	.cookieInfo {width: 800px; right: 20px;}
}
@media (max-width: 800px) and (min-width: 500px) {
	.container {width: 450px;}
	aside, #main {width: 100%;}
	.cookieInfo {width: 98%;}
}
@media (max-width: 500px) {
	.container {width: 90%;}
	aside, #main {width: 95%;}
	.cookieInfo {width: 98%; }
}
  .cookieInfo{
    position: fixed;
    bottom: 30px;    
    opacity: 0.9;
    padding: 10px;
    font-family: arial,havletica;
    font-size: 14px;
    background: #333;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    z-index: 999999;
  }
  .cookieInfo p {
    color: #fff;
    margin-bottom: 10px;
  }
  .cookieInfo a {
    color: #fff;
    text-decoration: underline;
  }
  .cookieInfo .cookieAccept {
    display: block;
    float: right;
    margin-right: 10px;
    background: #fff;
    padding: 5px 10px;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#d4d4d4));
    background: -webkit-linear-gradient(#ffffff, #d4d4d4);
    background: -moz-linear-gradient(#ffffff, #d4d4d4);
    background: -ms-linear-gradient(#ffffff, #d4d4d4);
    background: -o-linear-gradient(#ffffff, #d4d4d4);
    background: linear-gradient(#ffffff, #d4d4d4);
    -pie-background: linear-gradient(#ffffff, #d4d4d4);
  }
  .cookieInfo .tooltipZamknij:hover {
    background: #ddd;
  }
   
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}