body {
    font-family: Helvetica Neue, helvetica, arial, sans-serif;
    color: #111;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.8;
    margin: 0;
}

hr {
 border-top: 1px solid #666;
 margin: 4% 0;
}

h1, h2, h3 {
 color: #eb7025;
 font-weight: 600;
}

h1 {
 font-size: 2.25rem;
}

h2 {
 font-size: 1.71429rem;
}

h3 {
 font-size: 1.42857rem;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: rgba(0,0,0,0.72);
}

a:hover {
    color: #eb7025;
}

/* Felső sáv */

#menu {
    margin: 2%;
    display: flex;
    position: relative;
    z-index: 10;
}

#menu .menulist {
    display: none;
}

#menu .menulist span {
    cursor: pointer;
}

.arrow {
 font-weight: 800;
}

.arrow:before {
 content: "  >";
}

#menu li:hover .arrow:before {
 content: "  v";
}

.submenu {
 display: none;
 position: absolute;
 box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%);
 background: #fff;
 width: auto;
 min-width: 270px;
 max-width: 500px;
 animation: fade;
 animation-duration: .7s;
}

.nav li:hover .submenu {
 display: table;
}

.nav .submenu li {
 display: block;
}

.nav .submenu a {
 font-weight: 400;
}

.logo {
    display: flex;
    line-height: 1;
    width: 100px;
    align-items: center;
}

.logo img {
    width: 100%;
}

.nav a {
 font-weight: 600;
 color: #000;
}

.nav a:hover {
 box-shadow: 0px -6px 0px 0px rgb(235 112 37 / 30%) inset;
 color: #000;
}

.nav {
    display: flex;
    align-items: center;
    font-family: Spartan;
}

.nav ul {
    overflow: visible;
    height: 20px;
    line-height: 1.4;
}

.nav .first {
    padding-left: 5px;
    border-left: 3px solid #22b573;
}

.nav ul li {
    display: inline-block;
    list-style-type: none;
    color: #666;
    padding: 7px 10px;
    font-size: 18px;
}

@media only screen and (max-width: 1000px) {
 #menu {
  display: initial;
    }
 .logo {
  width: 100%;
  text-align: center;
 }
 #menu .menulist {
  width: 100%;
  background-color: #666;
  color: #ddd;
  display: block;
  text-align: center;
  margin-bottom: 0;
  height: 40px;
  padding: 10px 0;
 }
 #nav-menu {
  display: none;
  background-color: #666;
  margin-bottom: 0;
  margin-top: -16px;
 }
 #nav-menu ul {
  display: block;
  text-align: center;
  padding: 0;
 }
 #nav-menu a {
  color: #fff;
  font-size: 14px;
  line-height: 40px;
 }
 .nav ul li {
  padding: 0;
  display: block;
  background-color: #666;
 }
 #nav-menu .submenu {
  display: none;
 }
 .nav li:hover .submenu {
  display: contents!important;
 }
 .arrow {
  display: none;
 }
}

@media only screen and (max-width: 800px) {
 .quarter1, .quarter2, .half-box {
  clear: both;
  width: 100%;
  text-align: center;
 }
}

/* Main */

.w3-container {
padding: 0.01em 10% !important;
}


/* Slideshow */

.mySlides {display: none}
img {vertical-align: middle;}

.mySlides2 {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev{
left: 0;
    border-radius: 3px 0 0 3px;}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot2 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.active, .dot2:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


/* Email */
.mailcontainer input, .mailcontainer textarea {
display: block;
width:100%;
margin-bottom: 1rem;
border-color: #f6f6f6;
background-color: #f6f6f6;
}

.mailcontainer input[type='checkbox'] {
 width: unset;
}

.mailcontainer {
line-height: 1.8;
font-size: 14px;
animation: opal-move-up;
animation-duration: .75s;
}

.mailcontainer form {
 text-align: left;
}

.mailcontainer .form-gomb {
 font-size: 16px;
 line-height: 28px;
 color: #fff;
 background-color: #eb7025;
 border-color: #eb7025;
 padding: 0.8rem 1.25rem;
 width: unset!important;
 border-color: #eb7025;
}

/* Footer */
footer {
 background-color: #F4F3EC;
 padding: 2% 4%;
}

/* Content */
blockquote {
 quotes: "" "";
 color: #022;
 overflow: hidden;
 font-size: 1.25rem;
 border-left: 8px solid #eb7025;
 padding: 1.2em 20px 1.2em 40px;
 line-height: 1.6;
 position: relative;
 background: #ededed;
 margin: 0 0 1.5em;
}

blockquote:before {
 color: #eb7025;
 font-family: Arial;
 content: "\201C";
 font-size: 4em;
 position: absolute;
 left: 10px;
 top: -10px;
}