/*Eric Meyer CSS reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*Font-beágyazás*/

@font-face {
    font-family: "Helvetica Neue Light";
    src: url(../font/HelveticaNeue_light.ttf);
}

body {
    background: url(../img/bg.png);
    color: #553069;
}

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

.lt {
    font-family: "Helvetica Neue Light";
    text-transform: uppercase;
    padding: 30px 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.lt a {
    font-family: "Helvetica Neue Light";
    font-size: 24px;
}

.lb {
    padding: 30px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.lb a {
    font-family: "Helvetica Neue Light";
    font-size: 15px; 
}

.rt {
    padding: 30px 35px;
    position: absolute;
    top: 0;
    right: 0;
    height: 37px;
}

.rt a {
    width: 22px;
    height: 37px;
    display: inline-block;
    float: left;
    margin: 0 5px;

    font: 0/0 a;
    text-shadow: none;
    color: transparent; 
    overflow: hidden;
    background: url(../img/flag-sprite.png) no-repeat;
}

.rt a.magyar {
    background-position: 0 0;
}

.rt a.magyar:hover {
    background-position: 0 -41px;
}

.rt a.angol {
    background-position: -32px 0;
}

.rt a.angol:hover {
    background-position: -32px -41px;
}

.rt a.nemet {
    background-position: -64px 0;
}

.rt a.nemet:hover {
    background-position: -64px -41px;
}

.rb {
    padding: 30px 40px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.rb a {

}

.container {
    width: 900px;
    margin: 240px auto 0;
}

.content {
    width: 540px;
    float: left;
}

.content h1, .content h2 {
    font-size: 24px;
    font-family: "Helvetica Neue Light";
    margin-bottom: 14px;
    line-height: 1.5em;
    text-transform: uppercase;
    font-weight: normal;
}

.content p {
    font-size: 17px;
    font-family: "Helvetica Neue Light";
    margin-bottom: 8px;
    line-height: 1.5em;
}

.content .button {
    background: #553069;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Helvetica Neue Light";
    display: inline-block;
    margin: 8px 0;
}

.content .button:hover {
    background: #68477a;
}

.sidebar {
    width: 360px;
    float: right;
}

.sidebar img {
    margin-top: -80px;
}

.angol-container {
    display: none;
}

.nemet-container {
   display: none;
}

@media (max-width: 768px) {
      body .container {
         position: relative;
         width: auto;
      }

      body .content {
         float: none;
         clear: both;
         width: auto;
         padding: 0 5%;
         text-align: center;
      }

      body .content p {
         width: 100%;
      }

      body .sidebar {
         clear: both;
         margin: 20px auto;
         width: 327px;
         float: none;
      }

      body .sidebar img {
          margin-top: 0;
      }

      body .lt {
        position: relative;
        text-align: center;
      }

      body .rt {
        position: relative;
        width: 96px;
        margin: 0 auto;
        padding: 0;
      }

      body .lb {
        position: relative;
        text-align: center;
        padding: 20px 0 0 0;
      }

      body .rb {
        position: relative;
        width: 204px;
        margin: 0 auto;
      }
}