/* http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain) */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background: #cdcdcd;
  color: black;
  font-size: 15px;
  line-height: 1.5em;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
}

h1 {
  position: relative;
  box-sizing: border-box;
  border-top-left-radius: 15px;
  left: -1px;
  width: 100%;
  background: #a7348b;
  color: white;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
  margin-bottom: 5px;
}
h1 span {
  text-transform: uppercase;
}

strong {
  font-weight: 800;
}

p a {
  text-decoration: none;
  color: #a7348b;
  font-weight: 700;
}
p a:hover {
  color: #7e126e;
}

p {
  padding: 0 15px;
  font-weight: 400;
}

.container {
  position: relative;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  max-width: 1100px;
  background: #f4f4f4;
  padding: 15px;
  box-sizing: border-box;
}

.tartalom {
  margin: 0;
  padding: 0;
}

.big-block {
  box-sizing: border-box;
  border-left: 1px solid #a7348b;
  border-top-left-radius: 20px;
  padding: 0px;
  margin-bottom: 15px;
}

.col-1, .col-2 {
  padding-bottom: 1em;
  width: 45%;
  float: left;
}

.col-2 {
  width: 55%;
}

@media(max-width:700px) {
  .col-1, .col-2 {
    width: 100%;
  }
}
.block {
  padding-bottom: 1em;
}
.block:last-child {
  padding-bottom: 0;
}

.footer, .header {
  position: relative;
  background: #eba75c;
  width: 100%;
  max-width: 1100px;
  box-sizing: border-box;
  height: auto;
  padding: 0px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 0;
}

.header {
  padding: 5px;
  height: 100%;
}
.header .logo {
  position: relative;
  height: 83px;
  display: block;
}
.header .logo a {
  text-align: center;
  position: absolute;
  display: block;
  width: 50%;
  height: 83px;
  margin: 0px;
  padding: 0;
  float: left;
  background-image: url(img/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.header em {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  font-family: "Alex Brush", cursive;
  font-weight: 400;
  font-size: 30px;
  line-height: 1em;
  margin: 0 3% 0 0;
  width: 45%;
  text-align: right;
}

@media(max-width: 810px) {
  .header {
    padding: 15px;
  }
  .header .logo a {
    width: 100%;
  }
  .header em {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
  }
}
.btn {
  position: relative;
  background: #a7348b;
  color: white;
  width: 200px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 200ms;
}
.btn:hover {
  background: #7e126e;
}
.btn a {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 50px;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
  font-weight: 700;
}

.logo-wrap {
  position: relative;
  display: flex;
  width: 100%;
}
.logo-wrap .logo {
  position: relative;
  width: 50%;
  height: 83px;
}
.logo-wrap .logo a {
  display: block;
  position: relative;
  width: 100%;
  height: 83px;
  background-image: url(img/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.logo-wrap .stage-logo {
  position: relative;
  width: 50%;
}
.logo-wrap .stage-logo a {
  display: block;
  position: relative;
  display: block;
  width: 306px;
  height: 80px;
  padding: 5px 25px;
  margin: 0 auto;
  background-color: black;
  background-image: url(img/stage_logo.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}

@media(max-width: 810px) {
  .footer {
    padding: 20px;
  }

  .logo-wrap {
    display: block;
  }
  .logo-wrap .logo {
    width: 100%;
    margin-bottom: 30px;
  }
  .logo-wrap .stage-logo {
    width: 100%;
  }
}
@media(max-width: 430px) {
  .logo-wrap .stage-logo a {
    width: 80%;
  }
}
.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \ */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* @end */
