@charset "UTF-8";
/*         SLIDESHOW formázás
This document generated for BLONDERIVER.HU on Mar 02 17:00 2023
*/
/* KEZD: Animáció képekből-1 */
* {box-sizing:border-box}
.mySlides {display:none}
.slideshow-container {
  max-width: 930px;
  position: relative;
  margin: auto;
}
.text {
  color: #C49109;
  font-size: xx-large;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: left;
}
.numbertext {
  color: #000000;
  font-size: large;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.dot {
  height: 0px;
  width: 0px;
  margin: 0 0px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active {
  background-color: #000000;
}
.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}
}
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
/* VÉGE: Animáció képekből-1 */
/* KEZD: Animáció képekből-2 */
.my2Slides {display:none}
.slideshow2-container {
  max-width: 930px;
  position: relative;
  margin: auto;
}
.dot2 {
  height: 0px;
  width: 0px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.fade2 {
  -webkit-animation-name: fade2;
  -webkit-animation-duration: 1.5s;
  animation-name: fade2;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade2 {
  from {opacity: .4} 
  to {opacity: 1}
}
@keyframes fade2 {
  from {opacity: .4} 
  to {opacity: 1}
}
/* VÉGE: Animáció képekből-2 */
/* KEZD: Animáció képekből-3 */
.my3Slides {display:none}
.slideshow3-container {
  max-width: 930px;
  position: relative;
  margin: auto;
}
.dot3 {
  height: 0px;
  width: 0px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.fade3 {
  -webkit-animation-name: fade3;
  -webkit-animation-duration: 1.5s;
  animation-name: fade3;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade3 {
  from {opacity: .4} 
  to {opacity: 1}
}
@keyframes fade3 {
  from {opacity: .4} 
  to {opacity: 1}
}
/* VÉGE: Animáció képekből-3 */
/* KEZD: Animáció képekből-4 */
.my4Slides {display:none}
.slideshow4-container {
  max-width: 930px;
  position: relative;
  margin: auto;
}
.dot4 {
  height: 0px;
  width: 0px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.fade4 {
  -webkit-animation-name: fade4;
  -webkit-animation-duration: 1.5s;
  animation-name: fade4;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade4 {
  from {opacity: .4} 
  to {opacity: 1}
}
@keyframes fade4 {
  from {opacity: .4} 
  to {opacity: 1}
}
/* VÉGE: Animáció képekből-4 */