@import url('https://fonts.googleapis.com/css2?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');

@media screen and (max-width: 1000px){
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serief;
}
html, body {
    max-width: 100%;
    max-height: 100%;
    overflow-x: hidden;
}
.logo{
  position: fixed;
   text-align: left;
   cursor: pointer;
     z-index: 2;
}
.logo input{
  height:11vh;
  width:17vh;
  padding:4%;
  margin-left: 12%;
  margin-bottom: 2%;
}
#navi_mob{
  display: inline-block;
    position: fixed;
  background-color: white;
  z-index: 2;
  right:-35%;
  width:60%;
  height:100%;
  line-height: 150%;
  text-align: left;
  padding: 5%;
  margin-right: 5%;
  font-weight: bold;
  font-size: 3.1vh; 
   clear: both;
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
transition: 1s;
  -webkit-animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}

#navi_mob.hide{ 
  display:none; 
  }

#navi_mob a:first-child{
text-align: right;
float:right;
white-space: nowrap;
clear: both;
  margin-right: 15%;
  font-weight: bold;
  font-size: 4.5vh; 
  background-color: white;
border:none;
color: #0097F4;
cursor: pointer;

}

div.navi{
  text-align: right;
  padding: 2.8%;
  font-weight: bold;
  font-size: 2vh; 
  background-color: white;
  position: fixed;
  width:100%;
  height:10%;
  top: 0;
  z-index: 1;
}
.navi a{
  display:none;
}
.navi button.hamburger{
background-color: #0097F4;
border:none;
height:9%;
width: 5vh;
border-radius: 10vh;
cursor:pointer;
position: absolute; 
top: 33%;
right:5%;
}
.navi button.hamburger:hover{
background-color: #0097F4;
border:none;
height:9%;
width: 5vh;
border-radius: 10vh;
cursor:pointer;
position: absolute; 
top: 33%;
right:7%;
}

.navi button.hamburger2{
background-color: #0097F4;
border:none;
height:9%;
width: 5vh;
border-radius: 10vh;
cursor:pointer;
position: absolute; 
top: 48%;
right:5%;
}
.navi button.hamburger2:hover{
background-color: #0097F4;
border:none;
height:9%;
width: 5vh;
border-radius: 10vh;
cursor:pointer;
position: absolute; 
top: 48%;
right:7%;
}
.navi button.hamburger3{
background-color: #0097F4;
border:none;
height:9%;
width: 5vh;
border-radius: 10vh;
cursor:pointer;
position: absolute; 
top: 63%;
right:5%;
}
.navi button.hamburger3:hover{
background-color: #0097F4;
border:none;
height:9%;
width: 5vh;
border-radius: 10vh;
cursor:pointer;
position: absolute; 
top: 63%;
right:7%;
}
.wrapper{
position: fixed;
z-index: 10;
width: 60%;
height: 50%;
left: 20%;
bottom:40%;
border-radius: 15px;
border-style: solid;
border-color: #0097F4;
background:white; 
text-align: center;
padding: 25px 25px 30px 25px;
overflow: hidden;
}
.wrapper img{ max-width: 50px;
}
.wrapper content{ margin-top: 10px;
}
.wrapper.hide{
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: all 0.3s ease;
  }
.content header{
font-size: 20px; font-weight: 600;
}
.content p{ 
color:#858585;
font-size:15px;
margin: 5px 0 20px 0;
}
.content .buttons{
  font-size: 15px;
display: flex;
align-items: center;
justify-content: center;
}
.buttons .item{ 
margin: 0 10px;
}
.buttons button{
padding: 10px 20px;
background: #0097F4;
border: none;
outline: none; 
font-size: 15px; 
font-weight:500;
color:#fff;
cursor: pointer;
border-radius: 5px;
}
.buttons a{ 
color:#0097F4;
}
div.oferta{
     display:block;
  box-sizing: border-box;
  margin:0 auto;
  margin-bottom: 30%;
  margin-top: 15%;
  width:100%;
  position:relative;
  text-align: start;
    word-break: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
  font-size: 2.2vh;
  font-weight: normal;
  white-space: normal;
  column-fill: center;
  padding:40px;
}
.oferta h1{
  font-size: 2.5vh;
  line-height: 3vh;
}
.oferta h2{
 font-size: 2.5vh;
  line-height: 3vh;
}
.oferta h3{
 font-size: 2.5vh;
  line-height: 3vh;
   margin-top: 4vh;
}
div.oferta2{
  position:fixed;
   display: block;
  bottom:0;
   width: 100%;
   height: 100px;
  text-align: center;
  color: white;
  line-height: 3em;
  background-color: #0097F4;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
    width: 100%;
  max-height: 100%;
}
div.oferta2:hover{
  position:fixed;
   display: block;
  bottom:0;
   width: 100%;
   height: 100px;
  text-align: center;
  color: white;
  line-height: 3em;
  background-color: #007ef4;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
    width: 100%;
  max-height: 100%;
}
div.przyciski{
   position:fixed;
   display: block;
  bottom:0;
   width: 50%;
   height: 90px;
  text-align: center;
  color: white;
  line-height: 2em;
  background-color: #0097F4;
  padding: 14px 20px;
  margin: 8px 0;
 border: solid #FFF;
border-width: 15 15%;
border-radius: 5%;
  cursor: pointer;
  max-height: 100%;
  font-size:2vh;
}
div.przyciski:hover{
  position:fixed;
   display: block;
  bottom:0;
   width: 50%;
   height: 90px;
  text-align: center;
  color: white;
  line-height: 2em;
  background-color: #007ef4;
  padding: 14px 20px;
  margin: 8px 0;
  border: solid #FFF;
border-width: 15 15%;
border-radius: 5%;
  cursor: pointer;
  max-height: 100%;
  font-size:2vh;
}
div.przyciski2{
  position:fixed;
   display: block;
  bottom:0;
   width: 50%;
   height: 90px;
  left: 50%;
  text-align: center;
  color: white;
  line-height: 2em;
  background-color: #0097F4;
  padding: 14px 20px;
  margin: 8px 0;
   border: solid #FFF;
border-width: 15 15%;
border-radius: 5%;
  cursor: pointer;
  max-height: 100%;
  font-size:2vh;
}
div.przyciski2:hover{
  position:fixed;
   display: block;
  bottom:0;
   width: 50%;
   height: 90px;
  left: 50%;
  text-align: center;
  color: white;
  line-height: 2em;
  background-color: #007ef4;
  padding: 14px 20px;
  margin: 8px 0;
 border: solid #FFF;
border-width: 15 15%;
border-radius: 5%;
  cursor: pointer;
  max-height: 100%;
  font-size:2vh;
}
.oferta span{
  color:#0097F4;
  font-size: 20px;
  float:right;
  cursor: pointer;
}
.oferta2 p{
  color:white;
  font-size: 18px;
  cursor: pointer;
}
.oferta2 br{
 content: "";
  margin: 1em;
  display: block;
}
.oferta br{
    content: "";
  margin: 30px;
  display: block;
}
div.column {
display:block;
box-sizing: border-box;
  margin:0 auto;
  margin-bottom: 25%;
  margin-top: 30%;
  width:100%;
  position:relative;
  text-align: start;
    word-break: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
  font-size: 22px;
  font-weight: normal;
  white-space: normal;
  column-fill: auto;
  padding-right:7%;
  padding-left:7%;
}
.column br{
    content: "";
  margin: 40px;
  display: block;
}
.column h1{
  font-size: 25px;
  margin-bottom: 20px;
}
.column h2{
  font-size: 25px;
  margin-bottom: 20px
}
.column h3{
  font-size: 25px;
  margin-bottom: 20px
}
.column p{
  font-size: 20px;
}
.column span{
  color:#0097F4;
}
img{
border-radius: 20px;
max-width: 100%;
max-height: 100%;
}
.article_image{
  border-radius: 20px;
  width: auto;
  height:auto;
}
.article_image2{
  border-radius: 20px;
  width: auto;
  height:auto;
}
footer{
  display:block;
	position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   text-align: center;
   font-weight: bold;
   font-size: 17px;
   white-space: wrap;
   background-color: white;
   word-spacing:0px;
   padding:10px;
   z-index: 2;
}
.lang2{
position: relative;
text-align: right;
margin-right: 10vh;
}
select{
  font-size: 2.5vh;
  font-weight: bold;
  border:none;
}
select:focus{
  font-size: 2.5vh;
    font-weight: bold;
  border:none;
}

button:focus {outline:0; !important;}
button:{outline:0; !important;}

a:link { text-decoration: none; }


a:visited { text-decoration: none; }


a:hover { text-decoration: none; }


a:active { text-decoration: none; }
a { color: #0097F4; }
}
