/* https://code-boxx.com/html-css-news-ticker-horizontal-vertical */
.vwrap, .vitem {
  height: 30px;
  line-height: 30px;
}
.vwrap {
  overflow: hidden;
	color: white;
	background: black;
	font-size:x-large;
  margin: 10px 20px 0px 20px;
}
.vitem {
  text-align: left;
}
.vmove {position: relative;}
@keyframes tickerv {
  0% {bottom: 0;}
  16% {bottom: 30px;}
  32% {bottom: 60px;}
  48% {bottom: 90px;}
  64% {bottom: 120px;}
  80% {bottom: 150px;}
  100% {bottom: 0;}
}
.vmove {
  animation-name: tickerv;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(1, 0, .5, 0);
}
.vmove:hover { animation-play-state: paused; }

select {
	color: white; /* menu */
	background: black;
	font-size:x-large;
	border-width: 0px;
  cursor: pointer;
  width: 320px
}
.masodik_szint {padding-left: 5px;}
.harmadik_szint {padding-left: 30px;}
details {
  display: flex;
  flex-flow: column;
  margin: 0;
  padding: 0;
  width: 90%;
  cursor: pointer;
}
summary {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: auto;
  font-size: 20px;
  text-align: left;
  float: left;
  padding-left: 10px;
  display:list-item;
}
.vonal {
  margin:10px 20px;
  height:2px;
  width:90%;
  border-bottom:1px solid white
}
/*vjkglzpozpzp*/
body {
  font-family: Calibri;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: black;
  display: flex;
  flex-flow: column nowrap;
  padding: 0;
  margin: 0;
  height: auto;
  width: 100%;
}

.background {
  width: 100%;
  min-height: 250px;	/*iframe magassága*/
  height: 100vh;
  margin: 0;
}

#container {
  display: flex;
  flex-flow: column wrap;
  position: absolute;
  top: -32px;
  
  text-align: left;
  width: 100%;
  min-height: 250px;	/*iframe magassága*/
  height: inherit;
  margin: 0;
  background-color: transparent;
}

.down {
  display: flex;
  justify-content: left;

}

.deta {
  text-align: left;
  /*align-self: flex-start;*/
  margin: 10px 20px 0px 20px;		/*0px 20px*/
  /*margin: 5px 0 0 20px*/
  color: white; /* menu */
  font-size: x-large;	
  text-decoration: none;
  max-width: 95%;
}

dl {
  position: relative;
  margin-left: 0px;
  /*height: auto;
  border-bottom: 1px solid whitesmoke;
  transition: border-bottom 0.5s;*/
}

dd {
  font-size: 20px;
}

#menu > span {
  position: absolute;
  top: 0;
  width: auto;
  height: auto;
  font-size: 40px;
  color: white;
  margin: 5px 10px;
}

@media only screen and (max-width: 696px) {
  header {
    display: flex;
    flex-flow: column nowrap;
    position: absolute;
    top: 32px;
    margin: 0px;
    width: auto;
    height: auto;
    /*border-radius: 20px;*/
    background-color: black;
    opacity: 60%;
  }

  header a {
    text-decoration: underline;
  }

  header a:hover {
    color:rgb(235, 37, 103);
  }

  h1 {
    display: flex;
    margin: 10px 20px 5px 20px;		/*20px 40px 5px 40px;*/
    line-height: 40px;
    font-size: 35px;
    font-weight: 400;
    color: white; /* menu */
    width: 90%;
  }

  h2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    width: 90%;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    text-align: left;
    margin: 20px 20px 5px 20px;		/*40px 40px 5px 40px;*/
    color: lightgrey;
  }	

  .down > span {
    position: relative;
    top: 85vh;
    width: auto;
    height: auto;
    font-size: 80px;
    color: white;
    margin: 5px 10px;
  }


  .menu-container {
    position: relative;
    top: 20%;
    display: flex;
    flex-flow: column wrap;
    min-width: 25%;
    max-width: 30%;
    height: auto;
    margin: 5px 40px;
    background-color: white;
    opacity: 80%;
    text-decoration: none;
  }
  
  .wine {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: left;
    text-align: left;
    margin: 7px 0px;	/*15px 0px;*/
    color: lightgrey;
    font-size: 12px;	
    text-decoration: none;
    width: 90%;	
  }

  dt {
    font-size: 20px;
  }

  a > span {
    /*margin-left: 10px;
    margin-right: 10px;*/
    margin: 0px 10px 0px 0px;
  }

  a {
    text-align: left;
    align-self: flex-start;
    margin: 0px 0px;		/*0px 20px*/
    color: lightgrey;
    font-size: 20px;	
    text-decoration: none;
    max-width: 95%;
  }
  
  .box-text-index-left > p {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    margin: 8px;
    color: goldenrod;
  }
  
  .box-text-index > p {
    text-align: justify;
    font-size: 20px;
    font-weight: 400;
    margin: 8px;
    color: goldenrod;
  }

  .box-text-index a {
    color: goldenrod;
    font-size: 20px;
    font-weight: 400;
    text-decoration: underline;
    margin: 0;
  }
}

@media only screen and (min-width: 697px) and (max-width: 1200px) {
  header {
    display: flex;
    flex-flow: column nowrap;
    position: absolute;
    top: 32px;
    margin: 0px;
    width: auto;	/*auto*/
    height: auto;
    /*border-radius: 20px;*/
    background-color: black;
    opacity: 60%;
  }

  header a {
    text-decoration: underline;
  }

  header a:hover {
    color:rgb(235, 37, 103);
  }

  h1 {
    display: flex;
    margin: 10px 20px 10px 20px;	/*20px 40px 20px 40px;*/
    line-height: 40px;
    font-size: 45px;
    font-weight: 400;
    text-align: left;
    color: lightgrey;
    width: 90%;		/*90%*/
  }

  h2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    width: 90%;		/*90%*/
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    text-align: left;
    margin: 20px 20px 10px 20px;	/*40px 40px 20px 40px;*/
    color: lightgrey;
  }

  .down > span {
    position: relative;
    top: 85vh;
    width: auto;
    height: auto;
    font-size: 100px;
    color: white;
    margin: 5px 10px;
    animation: bounce linear 1s infinite;
  }

  .menu-container {
    position: relative;
    top: 20%;
    display: flex;
    flex-flow: column wrap;
    min-width: 25%;
    max-width: 30%;
    height: auto;
    margin: 5px 40px;
    background-color: white;
    opacity: 80%;
    text-decoration: none;
  }
  
  .wine {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: left;
    text-align: left;
    margin: 10px 0px 20px 0px;	/*20px 0px 40px 0px;*/
    color: lightgrey;
    font-size: 12px;	
    text-decoration: none;
    width: 98%;	
  }

  dt {
    font-size: 20px;
  }

  a > span {
    /*margin-left: 10px;
    margin-right: 10px;*/
    margin: 0px 10px 0px 0px;
  }

  a {
    text-align: left;
    align-self: flex-start;
    margin: 0px;		/*0px 20px;*/
    color: lightgrey;
    font-size: 20px;	
    text-decoration: none;
    max-width: 95%;
  }

  .box-text-index-left > p {
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    margin: 8px;
    color: goldenrod
  }
  
  .box-text-index > p {
    text-align: justify;
    font-size: 24px;
    font-weight: 400;
    margin: 8px;
    color: goldenrod
  }

  .box-text-index a {
    color: goldenrod;
    font-size: 24px;
    font-weight: 400;
    text-decoration: underline;
    margin: 0;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1660px) {
  header {
    display: flex;
    flex-flow: column nowrap;
    position: absolute;
    top: 32px;
    margin: 0px;
    width: 35%;	/*auto*/
    height: auto;
    /*border-radius: 20px;*/
    background-color: black;
    opacity: 60%;
  }

  header a {
    text-decoration: underline;
  }

  header a:hover {
    color:rgb(235, 37, 103);
  }

  h1 {
    display: flex;
    margin: 10px 20px 10px 20px;	/*20px 40px 20px 40px;*/
    line-height: 40px;
    font-size: 45px;
    font-weight: 400;
    text-align: left;
    color: lightgrey;
    width: 90%;		/*90%*/
  }

  h2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    width: 90%;		/*90%*/
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    text-align: left;
    margin: 20px 20px 10px 20px;	/*40px 40px 20px 40px;*/
    color: lightgrey;
  }

  .down > span {
    position: relative;
    top: 90vh;
    width: auto;
    height: auto;
    font-size: 100px;
    color: white;
    margin: 5px 10px;
    animation: bounce linear 1s infinite;
  }

  .menu-container {
    position: relative;
    top: 20%;
    display: flex;
    flex-flow: column wrap;
    min-width: 25%;
    max-width: 30%;
    height: auto;
    margin: 5px 40px;
    background-color: white;
    opacity: 80%;
    text-decoration: none;
  }
  
  .wine {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: left;
    text-align: left;
    margin: 10px 0px 20px 0px;	/*20px 0px 40px 0px;*/
    color: lightgrey;
    font-size: 12px;	
    text-decoration: none;
    width: 90%;	
  }

  dt {
    font-size: 20px;
  }

  a > span {
    /*margin-left: 10px;
    margin-right: 10px;*/
    margin: 0px 10px 0px 0px;
  }

  a {
    text-align: left;
    align-self: flex-start;
    margin: 0px;		/*0px 20px;*/
    color: lightgrey;
    font-size: 20px;	
    text-decoration: none;
    max-width: 95%;
  }

  .box-text-index-left > p {
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    margin: 8px;
    color: goldenrod
  }
  
  .box-text-index > p {
    text-align: justify;
    font-size: 24px;
    font-weight: 400;
    margin: 8px;
    color: goldenrod
  }

  .box-text-index a {
    color: goldenrod;
    font-size: 24px;
    font-weight: 400;
    text-decoration: underline;
    margin: 0;
  }
}

@media only screen and (min-width: 1661px) {
  header {
    display: flex;
    flex-flow: column nowrap;
    position: absolute;
    top: 32px;
    margin: 0px;
    width: 35%;	/*auto*/
    height: auto;
    /*border-radius: 20px;*/
    background-color: black;
    opacity: 60%;
  }

  header a {
    text-decoration: underline;
  }

  header a:hover {
    color:rgb(235, 37, 103);
  }

  h1 {
    display: flex;
    margin: 10px 20px 10px 20px;	/*20px 40px 20px 40px;*/
    line-height: 50px;
    font-size: 60px;
    font-weight: 400;
    text-align: left;
    color: lightgrey;
    width: 90%;
  }

  h2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    width: 90%;
    font-size: 25px;
    font-weight: 400;
    font-style: italic;
    text-align: left;
    margin: 20px 20px 10px 20px;	/*40px 40px 20px 40px;*/
    color: lightgrey;
  }

  .down > span {
    position: relative;
    top: 90vh;
    width: auto;
    height: auto;
    font-size: 100px;
    color: white;
    margin: 5px 10px;
    animation: bounce linear 1s infinite;
  }

  .menu-container {
    position: relative;
    top: 20%;
    display: flex;
    flex-flow: column wrap;
    min-width: 25%;
    max-width: 30%;
    height: auto;
    margin: 5px 40px;
    background-color: white;
    opacity: 80%;
    text-decoration: none;
  }
  
  .wine {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: left;
    text-align: left;
    margin: 10px 0px 20px 0px;	/*20px 0px 40px 0px;*/
    color: lightgrey;
    font-size: 12px;	
    text-decoration: none;
    width: 90%;	
  }

  dt {
    font-size: 20px;
  }

  a > span {
    /*margin-left: 10px;
    margin-right: 10px;*/
    margin: 0px 10px 0px 0px;
  }

  a {
    text-align: left;
    align-self: flex-start;
    margin: 0px;		/*0px 20px;*/
    color: lightgrey;
    font-size: 20px;	
    text-decoration: none;
    max-width: 95%;
  }

  .box-text-index-left > p {
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    margin: 8px;
    color: goldenrod
  }
  
  .box-text-index > p {
    text-align: justify;
    font-size: 24px;
    font-weight: 400;
    margin: 8px;
    color: goldenrod
  }

  .box-text-index a {
    color: goldenrod;
    font-size: 24px;
    font-weight: 400;
    text-decoration: underline;
    margin: 0;
  }
}

#arrow_down {
  animation-duration: 1.5s;
  animation-name: fade;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition-property: opacity;
  transition-duration: 1.5s;
}

@keyframes fade {
  from {opacity: 1.0;}
  50% {opacity: 0.1;}
  to {opacity: 1.0;}
}

.prologue {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0vh;	/*10vh*/
  margin: 0;
  padding: 0;
  align-items: center;
  background-color: black;
}

.box-text-index {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  text-align: justify;
  width: 90%;
  height: auto;
  margin: 60px auto 0px auto;
  color: goldenrod
}

.box-text-index-left {
  display: flex;
  flex-flow: column wrap;
  align-self: left;
  justify-content: left;
  text-align: left;
  width: 90%;
  height: auto;
  margin: 0px 5% 60px 5%;
  color: goldenrod
}
/*
.box-text-index a {
  color: goldenrod;
  font-size: 24px;
  font-weight: 400;
  text-decoration: underline;
  margin: 0;
}
*/
.box-text-index a:hover {
  color: rgb(235, 37, 103);
}

ol,ul {
  list-style:none;
}
