/* 
    Document   : com_user
    Created on : 2014.12.13., 12:48:36
    Author     : robi@infoartnet.hu
*/

/* Fejlec */

.fejlec-szoveg {
  height: 50px;
  margin: 20px 0;
}

.fejlec-szoveg p {
  display: block;
  font-family: 'Arial', helvetica, sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  color: #FFF;
}

.fejlec-szoveg img {
  height: 50px;
  width: auto;
  float: right;
}

/* Kockazatokrol... szoveg */

 .kockazatok-szoveg p {  
   font-family: 'Info Bold', helvetica, sans-serif; 
  text-align: center;
  color: #03539a; 
  font-size: 21px; 
  padding: 10px 40px 50px 40px !important;
  text-transform: uppercase;
}

.part-user img{max-width:100%;height:auto}

.kockazatok-szoveg p.link { padding: 0px 40px 20px 40px !important; }

.kockazatok-szoveg p.link a {
  font-size: 21px;
  color: #666;
  text-transform: uppercase;
  font-family: "Info Light", sans-serif;
}
.kockazatok-szoveg p.link a:hover { color: #004B84; }



.kockazatok-szoveg sup { font-size: 12px; }

.kockazatok-szoveg h2 {
  font-family: 'Info Bold', helvetica, sans-serif;
  font-size: 21px;
  font-weight: 200;
  padding: 10px 40px 50px 40px !important;
  text-transform: uppercase;
  text-align: center;
}

.footer-mid {
  width: 318px;
  float: left;
  margin: 40px 0;
  text-align: center;
}

.footer-mid img {
  max-width: 318px;
  height: auto;
}

.footer-right {
  width: 318px;
  float: right;     
}

.footer-right.sager-logo .com-content p a,
.footer-right.sager-logo .com-content p a img {
  display: block;
  width: 200px;
  height: auto;
  position: absolute;
  top: 50%;
  right:0;
  transform: translate(0, -50%);
}

.terkep {
  width: 914px;
  margin: 0 auto;
}

.terkep iframe { 
  width: 99% !important;
  margin: 20px 0;
}

/* Allergia */

.allergia {
  padding: 1px 1px 0 1px;
  background: #fff;
}

.part-user hr,
.part-user section:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.part-user section {  
  padding: 10px 0;  
}

.part-user.torna .flexwrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.part-user.torna .flexwrap section {
  width: 32%;
}

.part-user.torna section h4 {
  display: block;
  text-align: center;
  padding: 5px;
  margin: 15px 0 30px;
  height: 30px;
  background-color: #efefef ;
  color: #03539a;
}

.part-user.torna section:nth-of-type(6) {
  border-bottom: none;
}

/* Media Queries */

@media only screen and (min-width: 1370px) {
  .terkep { width: 1244px; }
  /* Lablec */
  .footer-mid { width: 428px; }
  .footer-right { width: 428px; }
}

@media only screen and (min-width: 640px) and (max-width: 993px) {
  /* Fejlec */
  .fejlec-szoveg p { font-size: 32px; }
  .terkep { width: 560px; }
  /* Lablec */
  .footer-mid { width: 200px; }
  .footer-mid img {
    max-width: 200px;
    height: auto;
  }
}
@media only screen  and (max-width: 993px) {
   .part-user.torna .flexwrap section {
  width: 100%;
}

}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  
.footer-right.sager-logo .com-content p a {position:static;margin: 20px auto;}

  /* Fejlec */
  .fejlec-szoveg { height: 100px; }
  .fejlec-szoveg p {
    width: 100%;
    font-size: 35px;
    text-align: center;
  }
  .fejlec-szoveg img {
    margin-top: 10px;
    float: none;
  }
  .terkep { width: 420px; }
  /* Kockazatokrol... szoveg */
  .kockazatok-szoveg p { padding: 20px !important; }
  .kockazatok-szoveg h2 { padding: 0 20px 20px 20px !important; }
  /* Lablec */
  .footer-mid {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
  .footer-mid img {
    max-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .footer-right {
    width: 100%;
    float: none;
    margin: 0;
    padding-bottom: 20px;
    text-align: center;
  }
  .footer-right img {
    max-width: 300px;
    height: auto;
    float: none;
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  
  .footer-right.sager-logo .com-content p a {position:static;margin: 20px auto;}



  /* Fejlec */
  .fejlec-szoveg { height: 88px; }
  .fejlec-szoveg p {
    width: 100%;
    font-size: 22px;
    text-align: center;
  }
  .fejlec-szoveg img {
    margin-top: 10px;
    float: none;
  }
  .terkep { width: 260px; }
  /* Kockazataoktol... szoveg */
  .kockazatok-szoveg p { padding: 20px !important; }
  .kockazatok-szoveg h2 {
    font-size: 21px;
    padding: 0 20px 20px 20px !important;
  }
  /* Lablec */
  .footer-mid {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .footer-mid img {
    max-width: 280px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .footer-right {
    width: 100%;
    float: none;
    margin: 0;
    padding-bottom: 20px;
    text-align: center;
  }
  .footer-right img {
    max-width: 280px;
    height: auto;
    float: none;
    display: block;
    margin: 0 auto;
  }
}