/* CSS */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&amp;subset=latin-ext");

body, html {
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", serif;
  /* font-weight: 300; */
  font-size: 14px;
  line-height: 1.3;
  color: #ffffff;
  background: #000000;
  -webkit-text-size-adjust: 100%; 
}

#navbar{
  position: relative;
} 
  
#navbar .navbar-header {
  height: 60px;
}
  
#navbar .main-menu {
  background: #f5821e;
}
  
#navbar .navbar-header,
#navbar ul,
.breadcrumb,
.main_panel {
  max-width: 980px;
  margin: 0px auto;
}  

#navbar .navbar-header a {
  display: inline-block;
  padding: 13px 0 13px 20px;
} 

.logo > img {
  height: 27px;
}

#hamburger { display: none; }

#navbar label {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 60px;
  background: #f5821e;
  text-align: center;
  line-height: 60px;
  padding: 18px 14px;
}

#navbar label .icon-bar {
  position: relative;
  background-color: #000;
  border-radius: 1px;
  display: block;
  height: 3px;
  width: 22px;    
  margin-top: 4px;
}  

#navbar input:checked ~ label .icon-bar:nth-child(1) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 10px 0px 0px 0px;
    padding: 0;
    -webkit-transition: transform .2s cubic-bezier(0,1,0,1);
    -moz-transition: transform .2s cubic-bezier(0,1,0,1);
    -ms-transition: transform .2s cubic-bezier(0,1,0,1);
    -o-transition: transform .2s cubic-bezier(0,1,0,1);
    transition: transform .2s cubic-bezier(0,1,0,1);
    -webkit-backface-visibility: hidden;
}

#navbar input:checked ~ label .icon-bar:nth-child(2) {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin: -3px 0 0 0 !important;
    padding: 0;
    -webkit-transition: transform 0.2s cubic-bezier(0, 1, 0, 1);
    -moz-transition: transform 0.2s cubic-bezier(0, 1, 0, 1);
    -ms-transition: transform 0.2s cubic-bezier(0, 1, 0, 1);
    -o-transition: transform 0.2s cubic-bezier(0, 1, 0, 1);
    transition: transform 0.2s cubic-bezier(0, 1, 0, 1);
    -webkit-backface-visibility: hidden;
}    

#navbar input:checked ~ label .icon-bar:nth-child(3) {
    display: none;
}

/* Toggle Show/Hide Menu */
#navbar .navbar-items { display: none; }
#navbar input:checked ~ .main-menu .navbar-items { display: block; } 

#navbar ul {
  display: block;
  padding: 0px;
  /* margin: 0px; */
}

#navbar li {
  display: block;
  width: 100%;
  border-radius: 15px;
  border-bottom: solid 1px #88060c;
}

#navbar li:last-child {
  border-bottom: initial;
}

#navbar li > a {
  display: block;
  background: #f5821e;
  padding: 0px 10px;
  text-align: left;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-shadow: none;
  color: #000000;
  font-size: 15px;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;    
}
#navbar li > a:hover {
  color: #ffffff;
}

.breadcrumb,
.main_panel {
  display: table;
  box-sizing: border-box;
  position: relative;
  max-width: 980px;
  width: 100%;
  /* height: 61px; */
  padding: 0px 20px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5; 
}

.breadcrumb p {
  box-sizing: border-box;
  line-height: 1.5; 
  margin-bottom: 15px;
  margin-top: 24px;
  
}

.breadcrumb a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb .arrow {
  display: inline-block;
  margin: 0 4px;
  font-size: 11px;
  color: #727272;
}     

.main_panel {
    padding: 0px 10px 25px 10px;
}

#footer {
    padding: 25px 0;   
    border-top: 1px solid #727272;
} 

#footer .navbar {
    max-width: 980px;
    margin: 0px auto;
    padding: 0px 10px;
  
}  


#footer .footer-group {
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    margin: 0px 0px 30px 0px;
    padding: 0px 10px 0px 10px;
}

#footer a {
    display: block;
    text-decoration: none;
    color: #a2a2a2;
    line-height: 18px;
    padding: 2px 0px;
    
}

#footer a:hover {
  color: #ffffff;
  text-decoration: none;
}

#footer h4 {
    margin-top: 0;
}

#footer .copyright {
    text-align: center !important;
    color: #a5a5a5;
    padding: 0px 20px;
}

p {
    font-size: 14px;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    text-transform: uppercase !important;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p.subheading, .btn-3d, .btn-2d {
    color: inherit;
    font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", serif !important;
    font-weight: 300;
    line-height: 1.5;
}

h1 {
    font-size: 24px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 20px;
}   

h2 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 24px;
    margin-bottom: 24px;    
}

h3 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 20;
    margin-bottom: 10px;
    font-weight: bold;    
}


a {
    color: #f5821e;
    text-decoration: none;
}

a:hover {
  color: #ffffff;
  cursor: pointer;
  text-decoration: underline;
}

dt, dd {
  display: inline-block;
  font-weight: normal;
  margin-left: 0;
}

.kiemelt {
  font-weight: bold;
}


.mezo {
    margin: 1.5em 0px 1.5em 0px;
    padding: 0.6em;
}

.mezo label {
    display: inline-block;
    margin: 0em 0px 0px 0px;
    width: 160px;
    font-weight: normal;
}
.mezo label.hosszu {
    display: inline-block;
    /* width: auto; */
    width: 80%;  
    padding-left: 0em;
    text-indent: 0em;     
}


input, select {
    width: 250px;
    color: #000000;
    display: inline-block;      
    /* width: 100%;   */
    -webkit-box-sizing: border-box;  
    -moz-box-sizing: border-box;     
    box-sizing: border-box;     
    padding: 0.5em 0em 0.5em 0.5em;
}

input[readonly] { 
    background-color: #BBBBBB;
}

option {
    width: 100%;
}


input[type="checkbox"], input[type="radio"] {
    width: 2.6em;
    border: none;
    display: inline-block;
    vertical-align: top;
}

div.hiba {
    background-color: rgba(255,250,250,0.1);
    /* border: 1px solid #FF9900; */
    border: 1px solid red;
    padding: 0.6em;
}

div.hiba h3 {
    color: red;
    font-weight: bold;
}
                                                                        
#f_feliratkozo p.hiba, #f_tovabbi_adatok p.hiba, #f_adatmodosito p.hiba, #f_regisztracio p.hiba {
    margin: 0.3em 0em 0em 0em;
    color: #FF9900;
    /* color: red;  */
    text-align: center;               
}

p.hiba.hosszu {
    margin: 0 0 0.8em 0em;  
    text-indent: 0em;
}

.gomb {
    background-color: #f5821e;
    margin: 1em 0em 2em 0em;
    padding: 12px 18px;
    width: auto;
    cursor: pointer;
    border: 0 none;
    box-shadow: none;    
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
    text-transform: uppercase;        
}


/* Archivum */
#archivum div.mail_header {
    position: relative;
    border-top: 2px solid #f5821e;
    padding: 1em 0em 1em 0em;
    text-align: center;
}

#archivum div.mail_header a {
    color: #ffffff;
    text-decoration: none;
}
#archivum div.mail_header a:hover {
    color: #f5821e;
}
#archivum div.mail_header a.hidden {
    display: none;
}
#archivum div.mail_header a.prev {
    position: absolute;
    left: 0px;
}
#archivum div.mail_header a.next {
    position: absolute;
    right: 0px;
}

#archivum iframe {
    width: 98%;
    max-width: 940px;
    height: 600px;
    height: 96vh;
    min-height: 300px;
    max-height: 600px;
    overflow-x: hidden;
    border: none;
    margin: 0px auto 0px auto;
}

#archivum {
    text-align: center;
}



/*  GyIK */
#gyik details {
    padding: 1em 1em 1em 2em;
    border: 1px solid #FF9900;
    margin: 1em 0em 2em 0em;

} 

#gyik details:target {
    border: 3px solid #FF9900;
} 

#gyik summary {
    display:list-item;
    text-indent: -1em;
    text-decoration: none;
    cursor: pointer;
        
}

#gyik details[open] summary {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #FF9900;
}

#gyik details:target summary {
    color: #f5821e;
}

#gyik ol {
    list-style-type: lower-alpha;
    list-style-position: outside;
    padding-left: 15px;
}

#gyik ol li {
    padding-left: 10px;
    margin-bottom: 1em;
}


@media only screen and (min-width: 768px) {
  /* For desktop: */
  .logo > img {
    width: 120px;
      height: auto;
  }
      
  #navbar .navbar-header {
    height: auto;
  } 

  #navbar label {
    display: none;
  }
   
  #navbar ul.navbar-items {
    display: block; 
  }
  
  #navbar li {
    display: table-cell;
    width: 1%;
    border-right: solid 1px #88060c;
    border-bottom: initial;
    border-radius: 10px;
  }     
  
  #navbar li a {    
    text-align: center;
  }   

  h1 {
      font-size: 36px;
      line-height: 36px;
  }   

  h2 {
    font-size: 24px;
    line-height: 26px;
  }

  #footer .footer-group {
      width: 25%;

  }  
    

}

@media only screen and (min-width: 980px) {
  #navbar li:nth-child(1) {
    border-left: solid 1px #88060c;
  }

}
		