@charset "UTF-8";
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

body { 
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    font-size: 1.0em;
    font-family: Helvetica Neue, Helvetica, Arial;
    margin: 0;
    padding: 0 !important;
}

.wrapper {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#language {
    display: none;
}

#form {
    position: absolute;
    right: 15px;
    top: 22px;
}

#change {
    background: transparent;
    border: none;
    right: 0;
    cursor:pointer;
    font-size: 15px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 2px;
}

#changes i{
    color: #288e79;
    text-decoration: none;
}

#change:focus {
    outline: none;
}

.left{
    float: left;
    width: 15%;
    margin-left: 30px;
    margin-top: 10px;
}

.left img{
    position: relative;
    width: 130px;
    height: auto;
}

.right{
    float: right;
    display: inline-block;
    width: 75%;
    margin-right: 5%;
}

nav ul{
    list-style: none;
}

nav li {
    text-align: center;
    border-right: 1.5px solid #288e79;
    list-style: none;
    display: inline-block;
    width: 24%;
    padding: 10px 0px;
}

nav li:first-child {
    border-left: 1.5px solid #288e79;
}

nav li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #111;
    transition: all 0.5s;
    position: relative;
}

nav a:before,
nav a:after {
	content: "";
	height: 2px;
	width: 0;
	opacity: 0;
	background-color: #288e79;
	position: absolute;
	transition: all .5s;
}

nav a:before {
	top: -3px;
}

nav a:after {
	bottom: -3px;
	right: 0;
}

nav a:hover:before,
nav a:hover:after {
	width: calc(100% + 30px);
	opacity: 0.7;
}

.menuButton {
    font-size:30px;
    display: none;
    cursor: pointer;
    float: right;
    margin-right: 25px;
    margin-top: 10px;
    color: #288e79;
}

.menu {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 20;
}

.menu a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.menu a:hover {
    color: #288e79;
}

.menu .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.scrollRight {
    transition: margin-right .5s;
    padding: 16px;
}

.parallax {
    background-image: url("Kazincbarcika Don Bosco Sportközpont/1-min.JPG");
    height: 600px; 
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
   
}

section {
    padding-top: 30px;
    height: 500px;
}

.cim {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
}

#aboutUs h1 {
    color: #288e79;
    font-size: 40px;
    text-align: center;
}

#aboutUs h1:after {
    border-bottom: 1.5px solid #111;
    content: "";
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 30%;
}

#aboutUs p {
    text-align: justify;
}

.us {
    width: 50%;
    display: inline-block;
    float: left;
}

.image {
    display: inline-block;
    width: 50%;
    float: right;
    position: relative;
    z-index: 2;
}

#aboutUs img {
    width: 70%;
    margin-top: 10px;
    margin-left: 20%;
}

*,
*::before,
*::after {
    box-sizing: content-box !important; /* Vagy 'border-box' attól függően, hogy mit szeretnél */
}

.skew {
    background-color: #288e79;
    -ms-transform: skewY(15deg); /* IE 9 */
    -webkit-transform: skewY(15deg); /* Safari */
    transform: skewY(4deg); /* Standard syntax */
    height: 100%;
    padding-bottom: 30px;
}

#notSkew {
    transform: skewY(-4deg);
    color: white;
}

.serviceContainer {
    width: 80%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
}

.service {
    display: inline-table;
    width: 49%;
    margin: 0 auto;
    padding: 0 auto;
    text-align: justify;
}

.service:nth-child(3) {
   margin: 0 25%;
   }

.service h2 {
    padding: 0 50px;
}

.service i {
    margin-left: 5px;
}

.service p {
    padding: 0 50px;
}

#referencies {
    margin-top: 80px;
    height: 100%;
}

.reference {
    display: inline-table;
    width: 32%;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}

.container {
  position: relative;
  width: 100%;
  max-height: 450px;
  overflow: hidden;
}

.mysildes{
  width: 100%;
}

.sliders{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    width: 60%;
}

.sliders img{
    width: 100%;
    max-height: 450px;
    object-fit: scale-down;
}

.controller{
    margin-top: 5px;
}

.rightArrow{
    font-size: 20px;
    float: right;
    cursor: pointer;
}

.leftArrow{
    font-size: 20px;
    float: left;
    cursor: pointer;
}
.referenceImage {
  display: block;
  width: 100%;
  overflow: hidden;
}
.circles{
    text-align: center;
    margin: 0 auto;
}
.demo{
    
    height: 20px;
    width: 20px;
    border: 1.5px solid #288e79;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.demo2{
    height: 20px;
    width: 20px;
    background-color: #288e79;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.demo1{
    
    height: 20px !important;
    width: 20px;
    border: 1.5px solid #288e79;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.demo3{
    height: 20px;
    width: 20px;
    background-color: #288e79;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.demo4{
    
    height: 20px !important;
    width: 20px;
    border: 1.5px solid #288e79;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.demo5{
    height: 20px;
    width: 20px;
    background-color: #288e79;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.demo6{
    
    height: 20px !important;
    width: 20px;
    border: 1.5px solid #288e79;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.demo7{
    height: 20px;
    width: 20px;
    background-color: #288e79;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.demo8{
    
    height: 20px !important;
    width: 20px;
    border: 1.5px solid #288e79;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.demo9{
    height: 20px;
    width: 20px;
    background-color: #288e79;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.demo10{
    
    height: 20px !important;
    width: 20px;
    border: 1.5px solid #288e79;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.demo11{
    height: 20px;
    width: 20px;
    background-color: #288e79;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.demo12{
    
    height: 20px !important;
    width: 20px;
    border: 1.5px solid #288e79;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.demo13{
    height: 20px;
    width: 20px;
    background-color: #288e79;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.demo14{
    
    height: 20px !important;
    width: 20px;
    border: 1.5px solid #288e79;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.demo15{
    height: 20px;
    width: 20px;
    background-color: #288e79;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.demo16{
    
    height: 20px !important;
    width: 20px;
    border: 1.5px solid #288e79;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.demo17{
    height: 20px;
    width: 20px;
    background-color: #288e79;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.demo18{
    
    height: 20px !important;
    width: 20px;
    border: 1.5px solid #288e79;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.demo19{
    height: 20px;
    width: 20px;
    background-color: #288e79;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.demo20{
    
    height: 20px !important;
    width: 20px;
    border: 1.5px solid #288e79;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.demo21{
    height: 20px;
    width: 20px;
    background-color: #288e79;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.demo22{
    
    height: 20px !important;
    width: 20px;
    border: 1.5px solid #288e79;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.demo23{
    height: 20px;
    width: 20px;
    background-color: #288e79;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.demo24{
    
    height: 20px !important;
    width: 20px;
    border: 1.5px solid #288e79;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.demo25{
    height: 20px;
    width: 20px;
    background-color: #288e79;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #111;
  opacity: .7;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.container:hover .overlay,
.container:active .overlay
{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.text {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


iframe{
    width: 100%;
    height: 90%;
    margin-top: 10px;
    border: none;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #818181;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #111;
}

#myBtn:hover > i {
  color: #288e79;
}

footer{
    margin-top: -50px;
    background-color: #111;
    height: 150px;
    width: 100%;
}

.kontakt {
    width: 26%;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    color: #818181;
}

.kontakt h3:after {
    border-bottom: 1.5px solid #288e79;
    content: "";
    float: left;
    margin-top: 7px;
    display: block;
    width: 80%;
}

.kontakt a {
    text-decoration: none;
    color: #818181;
}

/* Cookie banner */
.cookie-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #111;
    color: #818181;
    border-top: 1px solid #ccc;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 15px;
    text-align: center;
    display: none;
    /* Alapból rejtve */
}

.cookie-modal p {
    margin: 0 0 10px;
}

.cookie-modal-buttons {
    text-align: center;
}

.cookie-modal-buttons button {
    padding: 10px 15px;
    margin-left: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.cookie-final-buttons {
    text-align: center;
    padding-bottom: 20px;
}

.cookie-final-buttons button {
    padding: 10px 15px;
    margin-left: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.accept-all {
    background-color: #288e79;
    color: white;
}

.accept-all:hover {
    background-color: #5db99a;
}

.customize {
    background-color: #f0f0f0;
}

.customize:hover {
    background-color: #288e79;
    color: white;
}

/* Gray overlay */
.overlay-cookie {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Szürke, átlátszó háttér */
    z-index: 999;
    opacity: 0.5;
    display: none;
    /* Alapból rejtve */
}

/* Cookie settings modal */
.cookie-settings-modal {
    position: fixed;
    /* A modál fixálása */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 500px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    padding: 0;
    display: none;
    overflow-y: auto;
    height: 450px;
    box-sizing: border-box;
}

/* Cookie settings modal header */
.cookie-settings-modal-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1002;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    margin: 0;
}

.cookie-settings-modal-header h2 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #111;
    flex-grow: 1;
}

.cookie-settings-modal-header .close {
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0 10px;
    background-color: #f0f0f0;
    border-radius: 50%;
    line-height: 1;
    margin-left: 10px;
    color: #111;
    flex-shrink: 0;
}

/* Cookie categories and details */
.cookie-category {
    margin: 20px 0;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.cookie-category label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 1.1rem;
}

.cookie-details {
    display: none;
    margin-top: 10px;
    padding-left: 20px;
    border-left: 2px solid #288e79;
    background-color: #f1f1f1;
    font-size: 0.95rem;
    color: #333;
}

.cookie-detail-item {
    margin: 8px 0;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.toggle-details {
    font-size: 1.2rem;
    cursor: pointer;
    color: #111;
}

.slider {
    position: relative;
    width: 50px;
    height: 25px;
    background-color: #ccc;
    border-radius: 15px;
    cursor: pointer;
}

.slider::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    transition: 0.3s;
}

.slider.active {
    background-color: #288e79;
}

.slider.active::before {
    left: 27px;
}

.always-active {
    font-weight: bold;
    color: #288e79;
    text-align: right;
    margin-left: 10px;
}

.cookie-description {
    padding: 20px;
    margin-bottom: 20px;
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
}

.cookie-description p {
    margin: 0;
}

.cookie-description .more-text {
    display: inline;
}

.cookie-description .less-text {
    display: none;
}

.cookie-description .show-more,
.cookie-description .show-less {
    cursor: pointer;
    color: #007bff;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    font-size: small;
}

@media screen and (min-width: 1040px) and (max-width: 1170px) {
    body {font-size: 0.85em !important;}
    nav li {padding: 8px 0px !important;}
    nav a:before,nav a:after {height: 1.5px !important;}
    #change {font-size: 13px !important;}
    #form {top: 18px !important;}
    #aboutUs {height: 450px !important;}
    #aboutUs h1 {font-size: 35px !important;}
    #aboutUs h1:after {width: 20% !important;}
    .left img {width: 100px !important;}
    #myBtn {right: 10px !important;}
    .sliders{width: 70% !important;}
}

@media screen and (min-width: 935px) and (max-width: 1039px) {
    body {font-size: 0.85em !important;}
    .parallax {height: 500px !important;background-attachment: scroll !important;}
    nav {display: none !important;}
    .menuButton {display: block !important;}
    #aboutUs h1 {font-size: 30px !important;}
    #aboutUs h1:after {width: 20% !important;}
    .serviceContainer {width: 100% !important;}
    .left img {width: 100px !important;}
    #myBtn {right: 10px !important;}
    .service h2 {font-size: 25px !important;}
    .kontakt h3 {font-size: 20px !important;}
    .sliders{width: 80% !important;}
    footer{margin-top: -60px !important;}
}

@media screen and (min-width: 801px) and (max-width: 934px) {
    body {font-size: 0.85em !important;}
    .wrapper {width: 100% !important;}
    .parallax {height: 450px !important;background-attachment: scroll !important;}
    nav {display: none !important;}
    .menuButton {display: block !important;}
    section {height: 750px !important;}
    .skew{height: 100% !important;}
    .us {width: 70% !important; margin-left: 15% !important; margin-right: auto !important;}
    .image {width: 80% !important; margin-left: 10% !important; margin-right: 10% !important;}
    .image img {margin-left: 15% !important; margin-right: auto !important;}
    #aboutUs {margin-bottom: 40px !important;}
    #aboutUs h1 {font-size: 30px !important;}
    #aboutUs h1:after {width: 20% !important;}
    .serviceContainer {width: 100% !important; padding-top: 20px !important;}
    .service {width: 60% !important; margin-left: 20% !important;}
    .service h2 {font-size: 25px !important;}
    .left img {width: 100px !important;}
    #myBtn {right: 10px !important;}
    #contact {height: 500px !important;}
    #referencies {height: 100% !important;}
    .sliders{width: 80% !important;}
    .kontakt {width: 30% !important;}
    .kontakt h3 {font-size: 20px !important;}
}

@media screen and (min-width: 700px) and (max-width: 800px) {
    body {font-size: 0.85em !important;}
    .wrapper {width: 100% !important;}
    nav {display: none !important;}
    .right{width: 10% !important;}
    .menuButton {display: block !important;}
    .parallax {height: 400px !important;background-attachment: scroll !important;}
    section {height: 700px !important;}
    .us {width: 70% !important; margin-left: 15% !important; margin-right: auto !important;}
    .image {width: 100% !important; margin-left: 0% !important; margin-right: 0% !important;}
    .image img {margin-left: 15% !important; margin-right: auto !important;}
    #aboutUs {height: 750px !important;margin-bottom: 40px !important;}
    #aboutUs h1 {font-size: 30px !important;}
    #aboutUs h1:after {width: 20% !important;}
    #services {height: 100% !important; padding-top: 10px !important; padding-bottom: 20px !important;}
    .serviceContainer {width: 100% !important;}
    .service {width: 80% !important; margin-left: 10% !important;}
    .service h2 {font-size: 25px !important;}
    .left img {width: 100px !important;}
    .container {max-height: 270px !important; width: 80% !important; margin-left: 10% !important; margin-right: 10% !important;}
    .container img {max-height: 270px !important;}
    .sliders{width: 80% !important;}
    #myBtn {right: 10px !important;}
    #contact {display: none !important;}
    #referencies {height: 100% !important;}
    footer {margin-top: 0px !important;}
    .kontakt {width: 45% !important;}
    .kontakt h3 {font-size: 20px !important;}
}

@media screen and (min-width: 550px) and (max-width: 699px) {
    body {font-size: 0.85em !important;}
    .wrapper {width: 100% !important;}
    #form {right: 5px !important;}
    nav {display: none !important;}
    .right{width: 10% !important;}
    .menuButton {display: block !important;}
    .parallax {height: 350px !important; background-attachment: scroll !important;}
    section {height: 700px !important;}
    .us {width: 70% !important; margin-left: 15% !important; margin-right: auto !important;}
    .image {width: 100% !important; margin-left: 0% !important; margin-right: 0% !important;}
    .image img {margin-left: 15% !important; margin-right: auto !important;}
    #aboutUs {margin-bottom: 50px !important;}
    #aboutUs h1 {font-size: 30px !important;}
    #aboutUs h1:after {width: 20% !important;}
    #services {height: 100% !important; padding-top: 0% !important; padding-bottom: 10% !important;}
    .serviceContainer {width: 100% !important; padding-top: 10% !important;}
    .service {width: 80% !important; margin-left: 10% !important;}
    .service h2 {font-size: 22px !important;}
    .left img {width: 100px !important;}
    .container {max-height: 200px !important; width: 100% !important; margin-left: 0% !important; margin-right: 0% !important;}
    .container img {max-height: 200px !important;}
    #myBtn {right: 10px !important;}
    #contact {display: none !important;}
    #referencies {height: 100% !important;}
    .sliders{width: 90% !important;}
    footer {margin-top: 0px !important;}
    .kontakt {width: 45% !important;}
    .kontakt h3 {font-size: 20px !important;}
}

@media screen and (min-width: 450px) and (max-width: 549px) {
    body {font-size: 0.85em !important;}
    .wrapper {width: 100% !important;}
     #form {right: 5px !important;}
    nav {display: none !important;}
    .right{width: 10% !important;}
    .menuButton {display: block !important;}
    .parallax {height: 300px !important; background-attachment: scroll !important;}
    section {height: 700px !important;}
    .us {width: 96% !important; margin-left: 2% !important; margin-right: auto !important;}
    .image {width: 100% !important; margin-left: 0% !important; margin-right: 0% !important;}
    .image img {width: 100% !important; margin-left: 0% !important; margin-right: auto !important;}
    #aboutUs {margin-bottom: 40px !important;}
    #aboutUs h1 {font-size: 20px !important;}
    #aboutUs h1:after {width: 20% !important;}
    #services {height: 100% !important; padding-top: 0px !important; padding-bottom: 25px !important;}
    .serviceContainer {width: 100% !important;  padding-top: 10% !important;}
    .service {width: 96% !important; margin-left: 2% !important;}
    .service h2 {font-size: 22px !important;}
    .left img {width: 100px !important;}
    .container {max-height: 200px !important; width: 100% !important; margin-left: 0% !important; margin-right: 0% !important;}
    .container img {max-height: 200px !important;}
    #myBtn {right: 10px !important;}
    #contact {display: none !important;}
    #referencies {height: 100% !important;}
    footer {margin-top: 0px !important;}
    .sliders{width: 90% !important;}
    .kontakt {width: 70% !important;}
    .kontakt h3 {font-size: 20px !important;}
}

@media screen and (min-width: 380px) and (max-width: 449px) {
    body {font-size: 0.85em !important;}
    .wrapper {width: 100% !important;}
    nav {display: none !important;}
     #form {right: 5px !important;}
    .right{width: 10% !important;}
    .menuButton {display: block !important;}
    .parallax {height: 300px !important; background-attachment: scroll !important;}
    section {height: 700px !important;}
    .us {width: 96% !important; margin-left: 2% !important; margin-right: auto !important;}
    .image {width: 100% !important; margin-left: 0% !important; margin-right: 0% !important;}
    .image img {width: 100% !important; margin-left: 0% !important; margin-right: auto !important;}
    #aboutUs {height: 700px !important;margin-bottom: 40px !important;}
    #aboutUs h1 {font-size: 20px !important;}
    #aboutUs h1:after {width: 20% !important;}
    #services {height: 100% !important; padding-top: 20px !important;}
    .serviceContainer {width: 100% !important; padding-top: 10% !important;}
    .service {width: 96% !important; margin-left: 2% !important;}
    .service h2 {font-size: 22px !important;}
    .left img {width: 100px !important;}
    .container {max-height: 200px !important; width: 100% !important; margin-left: 0% !important; margin-right: 0% !important;}
    .container img {max-height: 200px !important;}
    #myBtn {right: 10px !important;}
    #referencies {height: 100% !important; padding-top: 0px !important; padding-bottom: 0px !important; position: relative !important;}
    #contact {display: none !important;}
    footer {margin-top: 0px !important; bottom: 0 !important;  }
    .sliders{width: 90% !important;}
    .kontakt {width: 70% !important;}
    .kontakt h3 {font-size: 20px !important;}
}

@media screen and (min-width: 350px) and (max-width: 379px) {
    body {font-size: 0.85em !important;}
    .wrapper {width: 100% !important;}
     #form {right: 5px !important;}
    nav {display: none !important;}
    .right{width: 10% !important;}
    .menuButton {display: block !important;}
    .parallax {height: 350px !important;background-attachment: scroll !important;}
    section {height: 700px !important;}
    .us {width: 96% !important; margin-left: 2% !important; margin-right: auto !important;}
    .image {width: 100% !important; margin-left: 0% !important; margin-right: 0% !important;}
    .image img {width: 100% !important; margin-left: 0% !important; margin-right: auto !important;}
    #aboutUs {height: 630px !important;margin-bottom: 80px !important;}
    #aboutUs h1 {font-size: 20px !important;}
    #aboutUs h1:after {width: 20% !important;}
    #services {height: 100% !important; padding-top: 10px !important;}
    .serviceContainer {width: 100% !important;  padding-top: 5% !important;}
    .service {width: 96% !important; margin-left: 2% !important;}
    .service h2 {font-size: 22px !important;}
    .left img {width: 100px !important;}
    .container {max-height: 200px !important; width: 100% !important; margin-left: 0% !important; margin-right: 0% !important;}
    .container img {max-height: 200px !important;}
    #myBtn {right: 10px !important;}
    #referencies {height: 100% !important; padding-top: 0px !important; padding-bottom: 0px !important; position: relative !important;}
    #contact {display: none !important;}
    footer {margin-top: 0px !important;}
    .sliders{width: 90% !important;}
    .kontakt {width: 70% !important;}
    .kontakt h3 {font-size: 20px !important;}
}

@media screen and (min-width: 300px) and (max-width: 349px) {
    body {font-size: 0.80em !important;}
    .wrapper {width: 100% !important;}
     #form {right: 5px !important;}
    nav {display: none !important;}
    .right{width: 10% !important;}
    .menuButton {display: block !important;}
    .parallax {height: 350px !important; background-attachment: scroll !important;}
    section {height: 700px !important;}
    .us {width: 96% !important; margin-left: 2% !important; margin-right: auto !important;}
    .image {width: 100% !important; margin-left: 0% !important; margin-right: 0% !important;}
    .image img {width: 100% !important; margin-left: 0% !important; margin-right: auto !important;}
    #aboutUs {height: 650px !important;margin-bottom: 50px !important;}
    #aboutUs h1 {font-size: 20px !important;}
    #aboutUs h1:after {width: 20% !important;}
    #services {height: 100% !important; padding-top: 0px !important;}
    .serviceContainer {width: 100% !important; margin-top: 10px !important;}
    .service {width: 96% !important; margin-left: 2% !important;}
    .service h2 {font-size: 22px !important;}
    .left img {width: 100px !important;}
    .container {max-height: 200px !important; width: 100% !important; margin-left: 0% !important; margin-right: 0% !important;}
    .container img {max-height: 200px !important;}
    #myBtn {right: 10px !important;}
    #referencies {height: 100% !important; padding-top: 0px !important; padding-bottom: 0px !important; position: relative !important;}
    #contact {display: none !important;}
    footer {margin-top: 0px !important;}
    .sliders{width: 90% !important;}
    .kontakt {width: 80% !important;}
    .kontakt h3 {font-size: 15px !important;}
}