@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-family: arial, helvetica, verdana, tahoma, sans-serif;
  font-size: 9pt;
  background-color: #eeeeee;
  line-height: 180%;
}

a {
  color: #4b6400;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

#headercontainer {
  background: #242424;
}

#header {
  margin: 0 auto;
  width: 760px;
  /*height: 125px;*/
  background: #242424 url("images/header-background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;

  padding-bottom: .9rem;
}

#header h1 {
  margin: 0;
  color: #eeeeee;
  font-family: helvetica, arial, verdana, tahoma, sans-serif;
  font-size: 275%;
  padding-left: 10px;
  letter-spacing: -3px;
  padding-top: 50px;
}

#menucontainer {
  width: 100%;
  background: #a0c80e;
}

#content {
  margin: 0 auto;
  width: 760px;
  padding: 20px 0px;
  background: #fff;
}

#content h2 {
  /*color: #666;*/
  padding-bottom: 3px;
  border-bottom: 1px solid #a0c80e;
  /*font-size: 200%;*/
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-family: helvetica, sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}

#footer {
  margin: 0 auto;
  width: 760px;
  color: #ffffff;
  letter-spacing: 2px;
  font-family: helvetica, arial, verdana, tahoma, sans-serif;
  padding: 3px 0px;
  background: #a0c80e;
}

div#pad {
  padding: 0px 10px 0px 10px;
}

div#pad1 {
  padding: 0px;
  width: 740px;
  margin: 0px 0px 0px 10px;
  background-color: transparent;
}

div#foo {
  padding: 0px 10px 0px 0px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-around;
}

div#footer_mediasoft {
  background-color: transparent;
  color: #4b6400;
  font-family: tahoma, arial, verdana;
  font-size: 8pt;

  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

div#footer_medasoft a {
  color: #4b6400;
  font-family: tahoma, arial, verdana;
  font-size: 8pt;
  text-decoration: none;
}

div#bottom_menu_container {
  width: 760px;
  margin: 0px auto;
  border: 1px solid #a0c80e;
  font-family: helvetica, arial, verdana, tahoma, sans-serif;
  line-height: 25px;
  font-size: 10pt;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: .35rem;
  box-sizing: border-box;
}

div#bottom_menu_container a {
  color: #5e5e5e;
  padding: 0 .35rem;

}
.baner_margin {
  margin-left: 135px;
}

.napisy_baner {
  text-align: left;
  color: #ffffff;
  font-size: 28px;
  font-family: tahoma, sans-serif;
  /*font-weight: bold;*/
  /*letter-spacing: -3px;*/
  padding: 3px 3px 3px 3px;
  line-height: 27px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}

.napisy_baner_2 {
  font-size: 23px;
}

/*NA LOCALHOST NIC NIE ZMIENIA*/
/*
div#plusone {
  position: absolute;
  top: 3px;
  right: 80px;
  margin: 0px;
  padding: 0px;
  height: 24px;
  width: 66px;
}*/

div.logo-r {
  position: absolute;
  left: 11px;
  /*top: 12px;*/
  
  top: 0;
  height:100%;
  display: flex;
  align-items: center;
}

div.logo-r img {
  margin: 0px;
  padding: 0px;
  border: none;
}

div#cookies {
  width: 100%;
  position: fixed;
  bottom: 0px;
  border-bottom: 2px solid #a6d10f;
  z-index: 100;

  background: #666;
  padding: .65rem 0;
}

div.cookies-container {
  width: 961px;
  margin: 0px auto;
}

div.cookies-wrapper {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

div.cookies-wrapper div.info {
  font-size: 10pt;
  color: white;
  padding: 6px 0px;
  text-align: justify;
}

div.cookies-wrapper div.info a {
  text-decoration: none;
  color: #a7d1ff;
}

a#accept {
  margin:.5rem 0;
  padding: 3px 10px;
  background: white;
  border: 4px double black;
  color: black;
  font-size: 10pt;
}


/*USUWAM ZEGAREK NA MAŁYCH EKRANACH*/
@media (max-width: 1130px) {
  #time {
    display: none;
  }
}

/*ZMNIEJSZAM SZEROKOŚĆ COOKIES NA MAŁYCH EKRANACH*/
@media (max-width: 965px) {
  div.cookies-container{
    padding: .35rem;
    width: 100%;
    box-sizing: border-box;
  }
}

/*USTAWIAM ODPOWIEDNIE SZEROKOŚCI NA ŚREDNICH EKRANACH*/
@media (max-width: 800px) {
  div#bottom_menu_container,
  div#pad1,
  #footer,
  #content,
  #header {
    width: 100%;
  }

  body {
    font-size:16px;
  }
}
