body{
  font-family: 'Courier New', Courier, monospace;
  /*Normal font family: font-family: Arial, Times New Roman;*/
  /*Christmas font family: font-family: 'Courier New', Courier, monospace;*/
}

h3 {
  text-align: center;
  color: #c62828;
  /*Christmas Red: color: #c62828;*/
  /*Normal Colors: color:#3399ff;*/
  /*Winter colors: color: #0e6a9c;*/
}

h3teli{
  color:#0e6a9c;
  color:#3399ff;
}

p{
  font-family: 'Courier New', Courier, monospace;
  /*Normal fonts: font-family: Arial;*/
  /*Christmas fonts: font-family: 'Courier New', Courier, monospace;*/
}

#folap{
  background-color: #c8e6c9;
  /*Normal background color: background-color: #d1d1e0;*/
  /*Christmas background color: background-color: #c8e6c9;*/
}

#folapteli{
  background-color: #d1d1e0;
  background-color: #c6e8f7;
}

#englishpage{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  padding-top: 2px;
  padding-right: 5px;
  text-decoration: none;
  color: #4e342e;
  /*Normal colors: color: #06347d;*/
  /*Christmas color: color: #4e342e;*/
}

#englishpageteli{
  color: #06347d;
  color: brown;
}

#englishpageteli:hover{
  color: #0f95d4;
  color: orange;
}

#englishpage:hover{
  color: #d32f2f;
  /*Normal colors: color: #0f95d4;*/
  /*Christmas colors: color: #d32f2f;*/
}

#viplogin{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  padding-top: 2px;
  padding-right: 5px;
  text-decoration: none;
  /*Normal colors: color: #06347d;*/
  color: #4e342e;
}

#viploginteli{
  color: #06347d;
  color: brown;
}

#viploginteli:hover{
  color: #0f95d4;
  color: orange;
}

#viplogin:hover{
  /*Normal colors: color: #0f95d4;*/
  color: #d32f2f;
}

.gombfo {
  /*Normal bkg color: background-color: #30f047;*/
  /*Christmas bkg color:  background-color: #ffcc80;*/
  background-color: #ffcc80;
  border: 3px solid;
  /*Normal b-color: border-color: #1ea62e;*/
  /*Christmas b-color: border-color: #e57c25;*/
  border-color: #e57c25;
  /*Normal color: color: black;*/
  /*Christmas color: color: #1e1e1e;*/
  color: #1e1e1e;
  text-align: center;
  font-size: 14px;
  padding: 10px 20px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 4px 2px;
  border-radius: 5px;
  margin-left: 5px;
}

.gombfoteli{
  background-color: lightskyblue;
  border-color: #2daaed;
  background-color: #30f047;
  border-color: #1ea62e;
}

.gombfoteli:hover{
  border: 3px solid #046091;
  border: 3px solid #124d08;
}

.gombfo:hover{
  /*Normal borders: border: 3px solid #124d08;*/
  /*Christmas borders: border: 3px solid #c62828;*/
  border: 3px solid #c62828;
}

.gombfo span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.gombfo span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.gombfo:hover span {
  padding-right: 25px;
}

.gombfo:hover span:after {
  opacity: 1;
  right: 0;
}

#mailbutton{
  /*Normal bkg-color: background-color: lightsalmon;/* Light Salmon */
  /*Christmas bkg-color: background-color: #ffd54f; */
  background-color: #ffd54f;
  border: 3px solid;
  /*Normal b-color: border-color: #fa5f2f;*/
  /*Christmas b-color: border-color: #ffa000;*/
  border-color: #ffa000;
  color: rgba(0, 0, 0, 0.664);
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
  margin-left: 5px;
}

#mailbuttonteli{
  background-color: #267beb;
  border-color: #0d4da1;
  background-color: lightsalmon;
  border-color: #fa5f2f;
  color: rgba(0, 0, 0, 0.664); 
}

#mailbuttonteli:hover{
  border: 3px solid #072b59;
  border: 3px solid #d13302;
}

#mailbutton:hover{
  /*Normal border: border: 3px solid #d13302;*/
  /*Christmas border: border: 3px solid #01579b;*/
  border: 3px solid #01579b;
}

#mailbutton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#mailbutton span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

#mailbutton:hover span {
  padding-right: 25px;
}

#mailbutton:hover span:after {
  opacity: 1;
  right: 0;
}

#verziobutton{
  /*Normal bkg-colors: background-color: #f5ba4c; /* Light Orange */
  /*Christmas bkg-color: background-color: #ffcc80;*/
  background-color: #ffcc80;
  border: 3px solid;
  /*Normal b-color: border-color: brown;*/
  /*Christmas b-color: border-color: #e57c25;*/
  border-color: #e57c25;
  /*Normal colors: color: black;*/
  /*Christmas colors: color: #1e1e1e;*/
  color: #1e1e1e;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
  margin-left: 5px;
}

#verziobuttonteli{
  background-color: #078ca3;
  border-color: #01687a;
  background-color: #f5ba4c;
  border-color: brown;
}

#verziobuttonteli:hover{
  border: 3px solid #025361;
  border: 3px solid #5c3002;
}

#verziobutton:hover{
  /*Normal border: border: 3px solid #5c3002;*/
  /*Christmas border: border: 3px solid #01579b;*/
  border: 3px solid #01579b;
}

#verziobutton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#verziobutton span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

#verziobutton:hover span {
  padding-right: 25px;
}

#verziobutton:hover span:after {
  opacity: 1;
  right: 0;
}

#halloweenbutton{
  background-color: #e37705; /* Light Orange */
  border: 3px solid;
  border-color: #70400c;
  color: rgba(0, 0, 0, 0.664);
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
  margin-left: 5px;
}

#halloweenbutton:hover{
  border: 3px solid #5c3002;
}

#halloweenbutton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#halloweenbutton span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

#halloweenbutton:hover span {
  padding-right: 25px;
}

#halloweenbutton:hover span:after {
  opacity: 1;
  right: 0;
}

#kozinfo{
  margin-left: 5px;
}

a:hover{
  color: #f55c1b;
}

#lablec{
  position: fixed;
  bottom: 0;
  margin-left: 43%;
  margin-right: 57%;
  margin-bottom: 15px;
  width: 200px;
  color: white;
  font-family: Arial;
}

#textinlablec{
  font-family: 'Courier New', Courier, monospace;
  /*Normal colors: color: white;*/
  /*Christmas colors: color: #c62828;*/
  color: #c62828;
}

#dcserverbutton{
  /*Normal bkg-color: background-color: yellow; /* Light Salmon */*/
  /*Christmas bkg-color: background-color: #ffeb3b;*/
  background-color: #ffeb3b;
  border: 3px solid;
  /*Normal b-color: border-color: #ff8008;*/
  /*Christmas b-color: border-color: #fbc02d;*/
  border-color: #fbc02d;
  color: rgba(0, 0, 0, 0.664);
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
  margin-left: 5px;
}

#dcserverbutton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#dcserverbutton span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

#dcserverbutton:hover span {
  padding-right: 25px;
}

#dcserverbutton:hover span:after {
  opacity: 1;
  right: 0;
}

#sslcert{
  position: fixed;
  bottom: 0;
  margin-left: 78%;
  margin-right: 22%;
  padding-left: 2px;
  padding-right: 2px;
}

#ssltablet{
  display: none;
  position: fixed;
  bottom: 0;
  margin-left: 70%;
  margin-right: 30%;
  padding-left: 2px;
  padding-right: 2px;
}

#sslmobile{
position: fixed;
  bottom: 0;
  margin-left: 64%;
  margin-right: 36%;
  padding-left: 2px;
  padding-right: 2px;
  display: none;
}

#sslmobilemini{
  position: fixed;
  bottom: 0;
  margin-left: 64%;
  margin-right: 36%;
  padding-left: 2px;
  padding-right: 2px;
  display: none;
}

#lastupdate{
  position: fixed;
  bottom: 0;
  margin-left: 10%;
  margin-right: 90%;
  margin-bottom: 15px;
  width: 200px;
  /*Normal colors: color: black;*/
  /*Christmas colors:  color: #c62828;*/
  color: #c62828;
  font-family: Arial;
  font-size: 12px;
  text-align: center;
}

#beniboost{
  color: red;
}

#beni2boost{
  color: red;
}

#texttulaj{
  display: none;
}

#logintovip{
  display: none;
}

#logintovip{
display: none; /* Hidden by default */
z-index: 1; /* Sit on top */
position: fixed;
padding-top: 5px;
left: 0;
right: 0;
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
background-color: #fefefe;
margin: auto;
width: 250px;
height: 210px;;
border: 2px solid grey;
text-align: center;
max-height: 100vh;
overflow-y: auto;
overflow-x: hidden;
opacity: 1;
}

#formlabel{
  font-family: Arial;
  color: #042b3d;
}

#closelogintovip{
  text-decoration: none;
  font-size: 28px;
  float: right;
  padding-right: 10px;
}

#belepesjelzo{
  border: none;
  height: 45px;
  position: absolute;
  margin-top: -4px;
  margin-left: -15px;
}

#maintextdiv1{
  margin-top: 0px;
}

#remembermebutton{
  margin-top: -5px;
}

#dcserverboostcim{
  color: darkblue;
}

#esemenyjelzo{
  display: none;
  font-size: 30px;
}

#sharepage{
  background-color: #cce1e3;
  border: 2px solid black;
  border-radius: 5px;
  margin-left: 5px;
  margin-top: 3px;
}

#downloadAndroidApp{
  background-color: #c8faed;
  border: 2px solid black;
  border-radius: 5px;
  margin-left: 5px;
  margin-top: 4px;
}

#downloadAndroidApp2{
  background-color: #c8faed;
  border: 2px solid black;
  border-radius: 5px;
  margin-left: 5px;
  margin-top: 4px;
}

#downloadiOSApp{
  background-color: #c8faed;
  border: 2px solid black;
  border-radius: 5px;
  margin-left: 5px;
  margin-top: 4px;
}

#eduroampass{
  background-color: #fcdd8d;
  border: 2px solid black;
  border-radius: 5px;
  margin-left: 5px;
  margin-top: 5px;
}

#dcinvitebotnow{
  background-color: #03fc9d;
  border: 2px solid black;
  border-radius: 5px;
  margin-left: 5px;
  margin-top: 5px;
}

#shareBox{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#registerModal{
display: none; /* Hidden by default */
z-index: 1; /* Sit on top */
position: fixed;
padding-top: 5px;
left: 0;
right: 0;
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
background-color: #fefefe;
margin: auto;
width: 250px;
height: 210px;;
border: 2px solid grey;
text-align: center;
max-height: 100vh;
overflow-y: auto;
overflow-x: hidden;
opacity: 1;
}

#closeregisterform{
  text-decoration: none;
  font-size: 28px;
  float: right;
  padding-right: 10px;
}

#backtologin{
  text-decoration: none;
  font-size: 28px;
  float: left;
}

.share-tartalom{
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 20%;
  text-align: center;
}

.bezarshare{
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.bezarshare:hover,
.bezarshare:focus{
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#pageURL{
  padding-top: 10px;
}

#happynewyear{
    /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.newyearspecial{
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 18%;
  text-align: center;
}

.bezarspecial{
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}


@media only screen and (max-width: 900px){
  #lablec{
    width: 100px;
  }

  #lastupdate{
  margin-left: 1%;
  margin-right: 99%;
  font-size: 12px;
  width: 140px;
}
}

@media only screen and (max-width: 700px){
  #sslcert{
    display: none;
  }

  #sslmobile{
    display: none;
  }

  #ssltablet{
    display: block;
  }
}

@media only screen and (max-width: 650px){
    .newyearspecial{
    width: 70%;
}
}

@media only screen and (max-width: 600px)
{
.gombfo{
  padding: none;
  width: 130px;
  height: auto;
}

#belepesjelzo{
  border: none;
  height: 65px;
  position: absolute;
  margin-top: 3px;
  margin-left: -15px;
  width: 100px;
}

#fogomb1{
  margin-top: 12px;
}

#maintextdiv1{
  margin-top: -5px;
}

#sslcert{
  margin-left: 60%;
  margin-right: 40%;
  display: none;
}

#ssltablet{
  display: none;
}

#sslmobile{
  display: block;
}

#mailbutton{
  padding: none;
  width: 155px;
}

#lablec{
  margin-left: 37%;
  margin-right: 63%;
  font-size: 14px;
  width: 80px;
}

#lastupdate{
  margin-left: 1%;
  margin-right: 99%;
  font-size: 11px;
  width: 100px;
}

#lazabanner{
    width: 130px;
}

#kozinfo{
  font-size: 15px;
}

#maintextdiv1{
  font-size: 15px;
}

#verziobutton{
  padding: none;
  width: 150px;
  height: auto;
}

#verziobutton:hover span{
  padding-right: 13px;
}

#dcserverbutton{
  padding: none;
  width: 150px;
  height: auto;
}

#qrforweb{
  width: 180px;
  height: 180px;
}

.newyearspecial{
    width: 70%;
}

}

@media only screen and (max-width: 300px)
{
  #lablec{
    margin-left: 28%;
    margin-right: 72%;
    font-size: 13px;
    width: 70px;
  }

  #viplogin{
    font-size: 18px;
  }

  #sslmobilemini{
    display: block;
  }

  #sslmobile{
    display: none;
  }

  .gombfo{
    padding: none;
    width: 110px;
    height: auto;
    font-size: 13px;
  }

  .gombfo:hover span{
    padding-right: 10px;
  }

  #mailbutton{
    padding: none;
    width: 140px;
    font-size: 13px;
  }

  #mailbutton:hover span{
    padding-right: 5px;
  }

  #verziobutton{
    padding: none;
    width: 135px;
    font-size: 13px;
  }

  #verziobutton:hover span{
    padding-right: 10px;
  }

  #dcserverbutton{
    padding: none;
    width: 135px;
    font-size: 13px;
  }

  h3{
    font-size: 16px;
  }

  #englishpage{
    font-size: 18px;
  }

  #kozinfo{
    font-size: 13px;
  }

  #logintovip{
    font-size: 15px;
    width: 200px;
    height: 140px;
  }

  .Input{
    width: 100px;
  }

  #pageURL{
    width: 100px;
  }

  #qrforweb{
    width: 150px;
    height: 150px;
  }

}

@media only screen and (max-width: 200px) {
  #logintovip{
    width: 140px;
    height: 100px;
    font-size: 13px;
  }
}

#updateablak{
  position: fixed;
  top: 10px;
  left: 13%;
  right: 13%;
  width: 70%;
  padding: 7px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #c2bebe;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px #c2bebe;
  }

  @media only screen and (max-width: 900px) {
    #updateablak{
      font-size: 15px;
    }
  }

  @media only screen and (max-width: 600px) {
    #updateablak{
      width: 70%;
      font-size: 13px;
      right: 14%;
      left: 12%;
    }

    .share-tartalom{
      width: 60%;
    }
  }

  @media only screen and (max-width: 300px) {
    #updateablak{
      width: 65%
    }

    #lastupdate{
      margin-left: 0.5%;
      margin-right: 99.5%;
      font-size: 9px;
      width: 20px;
    }
  }

  #updatetext{
    color: red;
    font-family: Arial, Times New Roman;
  }

  #closewindow{
    background-color: #919690;
    border: 2px solid black;
    border-radius: 5px;
    color: white;
  }
  
#happynameday{
    display: none;
    opacity: 0.7;
}  
  
.confetti-container {
  user-select: none;
  pointer-events: none;
  z-index: 10;
}

.confetti {
  position: fixed;
  left: 0;
  right: 0;
  display: flex;
}  
  
.confetti .square {
  width: 1rem;
  height: 1rem;
  background-color: var(--bg);
  transform: rotate(140deg);
}

.confetti .rectangle {
  width: 1rem;
  height: 0.5rem;
  background-color: var(--bg);
}

.confetti .hexagram {
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 1rem solid var(--bg);
  position: relative;
}

.confetti .hexagram:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 1rem solid var(--bg);
  position: absolute;
  top: 0.33rem;
  left: -0.5rem;
}

.confetti .pentagram {
  width: 0rem;
  height: 0rem;
  display: block;
  margin: 0.5rem 0;
  border-right: 1rem solid transparent;
  border-bottom: 0.7rem solid var(--bg);
  border-left: 1rem solid transparent;
  transform: rotate(35deg);
  position: relative;
}
.confetti .pentagram:before {
  border-bottom: 0.8rem solid var(--bg);
  border-left: 0.3rem solid transparent;
  border-right: 0.3rem solid transparent;
  position: absolute;
  height: 0;
  width: 0;
  top: -0.45rem;
  left: -0.65rem;
  display: block;
  content: "";
  transform: rotate(-35deg);
}
.confetti .pentagram:after {
  position: absolute;
  display: block;
  color: var(--bg);
  top: 0.03rem;
  left: -1.05rem;
  width: 0rem;
  height: 0rem;
  border-right: 1rem solid transparent;
  border-bottom: 0.7rem solid var(--bg);
  border-left: 1rem solid transparent;
  transform: rotate(-70deg);
  content: "";
}

.confetti .dodecagram {
  background: var(--bg);
  width: 8px;
  height: 8px;
  position: relative;
}

.confetti .dodecagram:before {
  content: "";
  height: 8px;
  width: 8px;
  background: var(--bg);
  transform: rotate(30deg);
  position: absolute;
  top: 0;
  left: 0;
}
.confetti .dodecagram:after {
  content: "";
  height: 8px;
  width: 8px;
  background: var(--bg);
  transform: rotate(60deg);
  position: absolute;
  top: 0;
  left: 0;
}

.confetti .wavy-line {
  position: relative;
}
.confetti .wavy-line::after,
.confetti .wavy-line::before {
  content: "";
  height: 10px;
  width: 80px;
  background-size: 20px 10px;
  position: absolute;
  left: -9rem;
  transform: rotate(90deg);
}

.confetti .wavy-line::before {
  background-image: linear-gradient(
    45deg,
    transparent,
    transparent 50%,
    var(--bg) 50%,
    transparent 60%
  );
  top: 1rem;
}
.confetti .wavy-line::after {
  background-image: linear-gradient(
    -45deg,
    transparent,
    transparent 50%,
    var(--bg) 50%,
    transparent 60%
  );
}

.confetti i {
  width: 3rem;
  height: 3rem;
  margin: 0 0.2rem;
  animation-name: confetti;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: calc(60s / var(--speed));
}

.confetti i:nth-child(even) {
  transform: rotate(90deg);
}

@keyframes confetti {
  0% {
    transform: translateY(-100vh);
  }

  100% {
    transform: translateY(100vh);
  }
}