body, html
  {
    margin: 0px;
    padding: 0px;
    height: 100%;
  }

a
{
  text-decoration: none;
  color: white;
}

.letoltlink
{
  padding: 5px;
  text-decoration: underline;
}

hr
{
  color: white
}

.square1_controls span
{
  height: 100%;
  width: 50px;
}

.aloldal_szovegdoboz table
{
  border-collapse: collapse;
  border: 1px solid white;
  padding: 6px;
  text-align: center;
}

.aloldal_szovegdoboz table td
{
  border: 1px solid white;
  padding: 6px;
  padding-left: 14px;
  padding-right: 14px;
}

.aloldal_szovegdoboz table tr:first-child
{
  font-weight: bold;
  text-align: center;
}

.aloldal_center_div
{
  width: 100%;
  text-align: center;
  font-style: italic;
  line-height: 1.65;
}

.aloldal_center_div span
{
  margin-bottom: 10px;
  width: 100%;
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  font-style: normal;
}

.table_elerhetosegek
{
  width: 100%;
  text-align: center;
  border: none !important;
}

.table_elerhetosegek tr:first-child
{
  border-bottom: 1px solid white;
}

.table_elerhetosegek td
{
  border: 1px solid #AAA !important;
}

.table_elerhetosegek td:first-child
{
  max-width: 10%;
  border-left: 1px solid white;
  text-align: left;
}

.table_elerhetosegek td:last-child
{
  text-align: right;
}

  *
  {
    font-family: 'Exo', sans-serif;
    box-sizing: border-box;
  }

  .aloldal_cim
  {
    width: 100%;
    text-align: center;
  }

  .aloldal_unsorted
  {
    list-style: square;
  }

  .aloldal_unsorted li
  {
    margin: 8px;
  }

  .li_info
  {
    font-weight: bold;
  }

  .aloldal_szovegdoboz
  {
    width: 100%;
    padding: 8px;
  }

  .aloldal_szovegdoboz h3
  {
    text-align: left;
    margin-top: 12px;
    margin-bottom: 4px;
  }

  .aloldal_szovegdoboz_parag
  {
    line-height: 1.52em;
    margin-top: 6px;
    text-align: justify;
  }

  .aloldal_kezdokep
  {
    width: 100%;
    padding: 8px;
    margin: 0 auto;
    overflow: auto;
  }

  .aloldal_kezdokep img
  {
    width: 100%;
  }

  .aloldal_close_szoveg p
  {
    margin-top: 5px !important;
    margin-bottom: 5px;
  }

  #beleptetes
  {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    overflow: auto;
    display: flex;
    border-bottom: 2px solid white;
  }

  #beleptetes div
  {

    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    font-size: 18px;

  }

  .belepes
  {
    display: block !important;
    width: 100%;
    text-align: center;
  }

  .belepescim
  {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
  }

  .urlapmezo
  {
    width: 100%;
    padding: 6px;
    font-size: 18px;
    margin-top: 10px;
    outline: none;
    background: none;
    border: none;
    border-bottom: 2px solid #0096D2;
    color: white;
  }

  .hibadoboz
  {
    background: #FFC300;
    padding: 6px;
    font-weight: bold;
  }

  .urlapgomb
  {
    width: 100%;
    font-size: 18px;
    background: #0096D2;
    color: white;
    border: none;
    padding: 8px;
    cursor: pointer;
    margin-top: 10px;
    box-shadow: 0 0 10px 1px rgba(0,0,12,0.5);
  }

  .kilepesgomb
  {
    font-size: 18px;
    background: #0096D2;
    color: white;
    border: none;
    padding: 8px;
    width: 150px;
    float: right;
    cursor: pointer;
    box-shadow: 0 0 10px 1px rgba(0,0,12,0.5);
    margin: 12px;
  }

  /*.sponsor_logo
  {
    flex-direction: row !important;
  }*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px)
{
  footer
  {
    bottom: 0;
    padding: 8px;
    background: #0096D2;
    color: white;
    width: 100%;
    text-align: center;
  }

  .menuline
  {
    width: 100%;
    background: #1A1A1A;
    margin: 0;
    padding: 0;
    overflow: auto;
    position: fixed;
    z-index: 2000;
    border-bottom: 2px solid #0096D2;
  }

  .logodiv
  {
    float: right;
    width: 80%;
    padding: 10px;
  }

  .logodiv img
  {
    float: right;
    max-height: 40px;
  }

  .hambimenu
  {
    float: left;
    font-size: 30px;
    padding: 10px;
    color: white;
  }

  .urlapmezo, .urlapgomb
  {
    width: 100%;
  }

  .desktop_menuelementsdiv
  {
    display: none;
  }

  .mobile_menuelementsdiv
  {
    width: 100%;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.37);
    display: none;
  }

  .menupont
  {
    width: 100%;
    text-align: left;
    padding: 10px;
    overflow: auto;
    background-color: #0096D2;
    border-bottom: 1px solid white;
  }

  .menupont a
  {
    font-size: 20px;
    width: 100%;
    text-decoration: none;
    color: white;
  }

  .slide_befoglalo
  {
    padding-top: 60px;
  }

  .slide_elementdiv h1, h2, h3, h4
  {
    text-align: center;
  }

  .slide_elementdiv h2
  {
    background-color: rgba(0,0,0,0.1);
    color: #0096D2;
    position: absolute;
    top: 0;
    padding: 8px;
  }

  .slideshow_idezet
  {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
    color: white;
    font-weight: 100;
    font-style: italic;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .main_section
  {
    width: 100%;
    overflow: auto;
    padding: 0;
    background-image: linear-gradient(#1A1A1A 40% , #0096D2);
    color: white;
    position: relative;
  }

  .kartyadiv
  {
    margin: 8px auto;
    overflow: hidden;
    position: relative;
    width: calc(100% - 16px);
    padding: 8px;
    min-height: 100px;
    border-bottom: 1px solid white;
  }

  .kartya_cim
  {
    font-size: 20px;
    padding: 8px;
    position: relative;
    z-index: 80;
    margin-bottom: 80px;
    width: auto;
    background-color:rgba(0, 0, 0, 0.5);
  }

  .kartyabackground
  {
    position: absolute;
    z-index: 50;
    max-height: 200px;
    top: 0;
    left: 0;
  }

  .kartyabackground img
  {
    width: 100%;
  }

  .aloldal_close_szoveg
  {
    border: 1px solid #1A1A1A;
    padding: 0;
    overflow: auto;
    margin-bottom: 8px;
    color: #1a1a1a;
  }

  .facebook_link
  {
    overflow: auto;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
  }

  .facebook_link img
  {
    float: left;
    width: 40px;
    height: 40px;
  }

  .facebook_link div
  {
    width: calc(100% - 40px);
    float: right;
    margin: 0px auto;
  }

  .facebook_link div
  {
    margin: 0px auto;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px)
{
  footer
  {
    bottom: 0;
    padding: 8px;
    background: #0096D2;
    color: white;
    width: 100%;
    text-align: center;
  }

  .menuline
  {
    width: 100%;
    background: #1A1A1A;
    margin: 0;
    padding: 0;
    overflow: auto;
    position: fixed;
    z-index: 2000;
    border-bottom: 2px solid #0096D2;
  }

  .logodiv
  {
    float: right;
    width: 80%;
    padding: 10px;
  }

  .logodiv img
  {
    float: right;
    max-height: 40px;
  }

  .hambimenu
  {
    float: left;
    font-size: 30px;
    padding: 10px;
    color: white;
  }

  .desktop_menuelementsdiv
  {
    display: none;
  }

  .mobile_menuelementsdiv
  {
    width: 100%;
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.37);
    display: none;
  }

  .menupont
  {
    width: 100%;
    text-align: left;
    padding: 10px;
    overflow: auto;
    background-color: #0096D2;
    border-bottom: 1px solid white;
  }

  .menupont a
  {
    font-size: 20px;
    width: 100%;
    text-decoration: none;
    color: white;
  }

  .slide_befoglalo
  {

    padding-top: 60px;
  }

  .slide_elementdiv h1, h2, h3, h4
  {
    text-align: center;
  }

  .slide_elementdiv h2
  {
    background-color: rgba(0,0,0,0.1);
    color: #0096D2;
    position: absolute;
    top: 0px;
    padding: 8px;
  }

  .slideshow_idezet
  {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
    color: white;
    font-weight: 100;
    font-style: italic;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .main_section
  {
    width: 100%;
    overflow: auto;
    padding: 0;
    background-image: linear-gradient(#1A1A1A 40% , #0096D2);
    color: white;
    position: relative;
  }

  .kartyadiv
  {
    margin: 8px;
    overflow: hidden;
    position: relative;
    width: calc(50% - 16px);
    float: left;
    padding: 8px;
    min-height: 150px;
    height: 250px;
    border-bottom: 1px solid white;
  }

  .kartya_cim
  {
    font-size: 20px;
    padding: 8px;
    position: relative;
    z-index: 80;
    margin-bottom: 80px;
    background-color:rgba(0, 0, 0, 0.5);
  }

  .kartyabackground
  {
    position: absolute;
    z-index: 50;
    max-height: 250px;
    top: 0;
    left: 0;
  }

  .kartyabackground img
  {
    width: 100%;
  }

  .aloldal_close_szoveg
  {
    border: 1px solid white;
    padding: 0;
    overflow: auto;
    margin-bottom: 8px;
  }

  .facebook_link
  {
    overflow: auto;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
  }

  .facebook_link img
  {
    float: left;
    width: 40px;
    height: 40px;
  }

  .facebook_link div
  {
    width: calc(100% - 40px);
    float: right;
    margin: 0 auto;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px)
{
  footer
  {
    bottom: 0;
    padding: 8px;
    background: #0096D2;
    color: white;
    width: 100%;
    text-align: center;
  }

  .menuline
  {
    width: 100%;
    background: #1A1A1A;
    margin: 0;
    padding: 0;
    overflow: auto;
    position: fixed;
    z-index: 2000;
    border-bottom: 2px solid #0096D2;
  }

  .logodiv
  {
    float: right;
    width: 80%;
    padding: 10px;
  }

  .logodiv img
  {
    float: right;
    max-height: 40px;
  }

  .hambimenu
  {
    float: left;
    font-size: 30px;
    padding: 10px;
    color: white;
  }

  .desktop_menuelementsdiv
  {
    display: none;
  }

  .mobile_menuelementsdiv
  {
    width: 100%;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.37);
    display: none;
  }

  .menupont
  {
    width: 100%;
    text-align: left;
    padding: 10px;
    overflow: auto;
    background-color: #0096D2;
    border-bottom: 1px solid white;
  }

  .menupont a
  {
    font-size: 20px;
    width: 100%;
    text-decoration: none;
    color: white;
  }

  .slide_befoglalo
  {

    padding-top: 60px;
  }

  .slide_elementdiv h1, h2, h3, h4
  {
    text-align: center;
  }

  .slide_elementdiv h2
  {
    background-color: rgba(0,0,0,0.1);
    color: #0096D2;
    position: absolute;
    top: 0;
    padding: 8px;
  }

  .slideshow_idezet
  {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
    color: white;
    font-weight: 100;
    font-style: italic;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .main_section
  {
    width: 100%;
    overflow: auto;
    padding: 0;
    background-image: linear-gradient(#1A1A1A 40% , #0096D2);
    color: white;
    position: relative;
  }

  .kartyadiv
  {
    margin: 8px;
    overflow: hidden;
    position: relative;
    width: calc(50% - 16px);
    float: left;
    padding: 8px;
    min-height: 150px;
    height: 250px;
    border-bottom: 1px solid white;
  }

  .kartya_cim
  {
    font-size: 20px;
    padding: 8px;
    position: relative;
    z-index: 80;
    margin-bottom: 80px;
    background-color:rgba(0, 0, 0, 0.5);
  }

  .kartyabackground
  {
    position: absolute;
    z-index: 50;
    max-height: 250px;
    top: 0;
    left: 0;
  }

  .kartyabackground img
  {
    width: 100%;
  }

  .aloldal_close_szoveg
  {
    border: 1px solid white;
    padding: 0;
    overflow: auto;
    margin-bottom: 8px;
  }

  .facebook_link
  {
    overflow: auto;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
  }

  .facebook_link img
  {
    float: left;
    width: 40px;
    height: 40px;
  }

  .facebook_link div
  {
    width: calc(100% - 40px);
    float: right;
    margin: 0 auto;
  }
}

/*@media screen and (max-width: 991px)
{
  .sponsor_logo
  {
    flex-direction: column !important;
  }
}*/

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px)
{
  footer
  {
    bottom: 0;
    padding: 8px;
    background: #0096D2;
    color: white;
    width: 100%;
    text-align: center;
  }

  .menuline
  {
    width: 100%;
    background: #1A1A1A;
    margin: 0;
    padding: 0;
    overflow: auto;
    position: fixed;
    z-index: 2000;
    border-bottom: 2px solid #0096D2;
  }

  .logodiv
  {
    float: right;
    width: 80%;
    padding: 10px;
  }

  .logodiv img
  {
    float: right;
    max-height: 40px;
  }

  .hambimenu
  {
    float: left;
    font-size: 30px;
    padding: 10px;
    color: white;
  }

  .desktop_menuelementsdiv
  {
    display: none;
  }

  .mobile_menuelementsdiv
  {
    width: 100%;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.37);
    display: none;
  }

  .menupont
  {
    width: 100%;
    text-align: left;
    padding: 10px;
    overflow: auto;
    background-color: #0096D2;
    border-bottom: 1px solid white;
  }

  .menupont a
  {
    font-size: 20px;
    width: 100%;
    text-decoration: none;
    color: white;
  }

  .slide_befoglalo
  {

    padding-top: 60px;
  }

  .slide_elementdiv h1, h2, h3, h4
  {
    text-align: center;
  }

  .slide_elementdiv h2
  {
    background-color: rgba(0,0,0,0.1);
    color: #0096D2;
    position: absolute;
    top: 0;
    padding: 8px;
  }

  .slideshow_idezet
  {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
    color: white;
    font-weight: 100;
    font-style: italic;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .main_section
  {
    width: 100%;
    overflow: auto;
    padding: 0;
    background-image: linear-gradient(#1A1A1A 40% , #0096D2);
    color: white;
    position: relative;
  }

  .aloldal_tartalom
  {
    max-width: 1200px;
    margin: 0 auto;
  }

  .kartyadiv
  {
    margin: 8px;
    overflow: hidden;
    position: relative;
    width: calc(50% - 16px);
    float: left;
    padding: 8px;
    height: 250px;
    border-bottom: 1px solid white;
  }

  .kartya_cim
  {
    font-size: 20px;
    padding: 8px;
    position: relative;
    z-index: 80;
    margin-bottom: 80px;
    background-color:rgba(0, 0, 0, 0.5);
  }

  .kartyabackground
  {
    position: absolute;
    z-index: 50;
    max-height: 250px;
    top: 0;
    left: 0;
  }

  .kartyabackground img
  {
    width: 100%;
  }

  .aloldal_close_szoveg
  {
    border: 1px solid white;
    padding: 0;
    overflow: auto;
    margin-bottom: 8px;
  }

  .facebook_link
  {
    overflow: auto;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
  }

  .facebook_link img
  {
    float: left;
    width: 40px;
    height: 40px;
  }

  .facebook_link div
  {
    width: calc(100% - 40px);
    float: right;
    margin: 0 auto;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px)
{
  .main_section
  {
    width: 100%;
    overflow: auto;
    padding: 0;
    background-image: linear-gradient(#1A1A1A 40% , #0096D2);
    color: white;
    position: relative;
  }

  .aloldal_tartalom
  {
    max-width: 1200px;
    margin: 0 auto;
  }

  .slide_befoglalo
  {
    height: auto;
  }

  .mobile_menuelementsdiv, .hambimenu
  {
    display: none;
  }

  .mobile_menuelementsdiv .menupont
  {
    display: none;
  }

  .desktop_menuelementsdiv
  {
    display: block;
    width: 80%;
    float: left;
    font-size: 20px;
  }

  .logodiv
  {
    max-width: 20%;
    float: right;
  }

  .desktop_menuelementsdiv .menupont
  {
    width: auto;
    float: left;
    border: none;
    padding: 22px;
    overflow: auto;
    transition-property: all;
    transition-duration: 0.3s;
  }

  .desktop_menuelementsdiv .menupont:hover
  {
    background-color: #1A1A1A;
    color: #0096D2;
  }

  .desktop_menuelementsdiv a
  {
    font-size: 14px;
    color: white !important
  }

  .desktop_menuelementsdiv .menupont span
  {
    display: none
  }
  .aloldal_close_szoveg
  {
    line-height: 40px;
    border: 1px solid #1A1A1A;
    padding: 0;
    overflow: auto;
    margin-bottom: 8px;

  }

  .facebook_link
  {
    overflow: auto;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
  }

  .facebook_link img
  {
    float: left;
    width: 40px;
    height: 40px;
  }

  .facebook_link div
  {
    width: calc(100% - 40px);
    float: right;
    margin: 0 auto;
  }
}
