body, html {
  overflow-x: hidden;
  overflow-y: hidden; }

body {
  padding: 0;
  margin: 0;
  background: #dfdfdf;
  opacity: 0; }

.scroller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden; }

ul {
  list-style-type: square; }

ul ul {
  list-style-type: circle; }

li {
  line-height: 1.6;
  padding: 5px 0; }

ul li ul li {
  color: #999999;
  padding-bottom: 0; }

.carousel {
  width: 100vw;
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-position: center 0;
  background-size: cover;
  background-image: url("../img/fullback.jpg"); }

.hero {
  text-shadow: 0px 8px 16px #999999;
  width: 100%;
  position: relative;
  text-align: center; }

.logo {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #66b7f8;
  text-align: center;
  margin: -120px auto 0 auto;
  position: relative;
  display: inline-block;
  opacity: 0.75; }
  @media screen and (max-width: 659px) {
    .logo {
      font-size: 70px;
      letter-spacing: -2px; } }
  @media screen and (min-width: 660px) {
    .logo {
      font-size: 100px;
      letter-spacing: -3px; } }
  @media screen and (min-width: 860px) {
    .logo {
      font-size: 125px;
      letter-spacing: -4px; } }
  @media screen and (min-width: 1060px) {
    .logo {
      font-size: 140px;
      letter-spacing: -4px; } }
  @media screen and (min-width: 1260px) {
    .logo {
      font-size: 140px;
      letter-spacing: -5px; } }
  @media screen and (min-width: 1460px) {
    .logo {
      font-size: 148px;
      letter-spacing: -5px; } }

.square1, .square2 {
  background: #be2633;
  position: absolute;
  box-shadow: 0px 8px 16px #999999; }
  @media screen and (max-width: 659px) {
    .square1, .square2 {
      width: 12px;
      height: 12px;
      top: 21px; } }
  @media screen and (min-width: 660px) {
    .square1, .square2 {
      width: 16px;
      height: 16px;
      top: 30px; } }
  @media screen and (min-width: 860px) {
    .square1, .square2 {
      width: 20px;
      height: 20px;
      top: 39px; } }
  @media screen and (min-width: 1060px) {
    .square1, .square2 {
      width: 22px;
      height: 22px;
      top: 43px; } }
  @media screen and (min-width: 1260px) {
    .square1, .square2 {
      width: 22px;
      height: 22px;
      top: 43px; } }
  @media screen and (min-width: 1460px) {
    .square1, .square2 {
      width: 24px;
      height: 24px;
      top: 46px; } }

@media screen and (max-width: 659px) {
  .square1 {
    left: 4px; } }
@media screen and (min-width: 660px) {
  .square1 {
    left: 7px; } }
@media screen and (min-width: 860px) {
  .square1 {
    left: 9px; } }
@media screen and (min-width: 1060px) {
  .square1 {
    left: 11px; } }
@media screen and (min-width: 1260px) {
  .square1 {
    left: 11px; } }
@media screen and (min-width: 1460px) {
  .square1 {
    left: 11px; } }

@media screen and (max-width: 659px) {
  .square2 {
    left: 267px; } }
@media screen and (min-width: 660px) {
  .square2 {
    left: 382px; } }
@media screen and (min-width: 860px) {
  .square2 {
    left: 476px; } }
@media screen and (min-width: 1060px) {
  .square2 {
    left: 537px; } }
@media screen and (min-width: 1260px) {
  .square2 {
    left: 531px; } }
@media screen and (min-width: 1460px) {
  .square2 {
    left: 563px; } }

.slogan {
  margin-top: 20px;
  font-size: 50px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ffffff; }
  @media screen and (max-width: 659px) {
    .slogan {
      font-size: 25px;
      letter-spacing: 1px; } }
  @media screen and (min-width: 660px) {
    .slogan {
      font-size: 30px;
      letter-spacing: 1px; } }
  @media screen and (min-width: 860px) {
    .slogan {
      font-size: 35px;
      letter-spacing: 2px; } }
  @media screen and (min-width: 1060px) {
    .slogan {
      font-size: 40px;
      letter-spacing: 2px; } }
  @media screen and (min-width: 1260px) {
    .slogan {
      font-size: 45px;
      letter-spacing: 3px; } }
  @media screen and (min-width: 1460px) {
    .slogan {
      font-size: 50px;
      letter-spacing: 3px; } }

.slideshow {
  height: 200px;
  margin: -20px auto 0 auto;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 460px) {
    .slideshow {
      width: 400px; } }
  @media screen and (min-width: 660px) {
    .slideshow {
      width: 600px; } }
  @media screen and (min-width: 860px) {
    .slideshow {
      width: 800px; } }
  @media screen and (min-width: 1060px) {
    .slideshow {
      width: 1000px; } }
  @media screen and (min-width: 1260px) {
    .slideshow {
      width: 1200px; } }
  @media screen and (min-width: 1460px) {
    .slideshow {
      width: 1400px; } }

.slide {
  height: 190px;
  width: 190px;
  float: left;
  margin: 5px;
  transition: all 1000ms;
  background-position: 0 -190px;
  background-repeat: no-repeat; }

.slide-1 {
  background-image: url("../img/strip1.jpg"); }

.slide-2 {
  background-image: url("../img/strip2.jpg"); }

.slide-3 {
  background-image: url("../img/strip3.jpg"); }

.slide-4 {
  background-image: url("../img/strip7.jpg"); }

.slide-5 {
  background-image: url("../img/strip5.jpg"); }

.slide-6 {
  background-image: url("../img/strip6.jpg"); }

.slide-7 {
  background-image: url("../img/strip4.jpg"); }

.menubar {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: -50px;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  height: 50px;
  transition: all 500ms;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0px 4px 8px #333333; }
  @media screen and (max-width: 999px) {
    .menubar {
      background: rgba(0, 0, 0, 0.8); } }

.menuinside {
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 75vw; }

@media screen and (max-width: 1399px) {
  .menuinside.inside-hungarian {
    width: 85%;
    margin-right: 15%; } }
@media screen and (max-width: 1229px) {
  .menuinside.inside-hungarian {
    width: 80%;
    margin-right: 20%; } }

@media screen and (max-width: 1509px) {
  .menuinside.inside-english {
    width: 90%;
    margin-right: 10%; } }
@media screen and (max-width: 1099px) {
  .menuinside.inside-english {
    width: 95%;
    margin-right: 5%; } }
@media screen and (max-width: 999px) {
  .menuinside.inside-english {
    width: 80%;
    margin-right: 20%; } }

.menuitem {
  color: white;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  line-height: 50px;
  padding: 0 20px;
  display: inline-block; }
  .menuitem:hover {
    cursor: pointer;
    background: #333;
    color: #ddd; }
  @media screen and (max-width: 999px) {
    .menuitem {
      display: none; } }
  @media screen and (max-width: 1274px) {
    .menuitem {
      font-size: 18px; } }
  @media screen and (max-width: 1107px) {
    .menuitem {
      font-size: 16px; } }

.backgrounder {
  background: #dedede;
  width: 100%;
  position: relative;
  border-top: 5px solid #cccccc; }

.container {
  margin: 0 auto;
  background: #ffffff;
  color: #777777;
  position: relative;
  top: -50px;
  padding: 50px 0 0 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.6;
  box-shadow: 0px 8px 16px #999999;
  z-index: 1; }
  @media screen and (min-width: 1000px) {
    .container {
      width: 960px;
      font-size: 20px; } }
  @media screen and (max-width: 999px) {
    .container {
      width: 768px;
      font-size: 19px; } }
  @media screen and (max-width: 840px) {
    .container {
      width: 100%;
      font-size: 18px; } }

.arrow {
  display: block;
  text-align: center;
  position: absolute;
  left: 50vw;
  margin-left: -100px;
  width: 200px;
  bottom: 100px;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-weight: 100;
  text-shadow: 0px 4px 8px #999999; }
  @media screen and (max-height: 719px) {
    .arrow {
      display: none; } }

.menu-logo {
  font-size: 42px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -2px;
  color: white;
  text-align: center;
  line-height: 42px;
  margin: auto 20px auto 20px;
  transition: all 100ms; }
  .menu-logo:hover {
    cursor: pointer;
    color: lightblue; }

h1, h3 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 36px;
  padding: 0;
  color: #333; }

h1 {
  margin: 0 0 50px 0; }

h3 {
  margin: 0; }

h2 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 28px;
  padding: 0;
  color: #666;
  margin: 0 0 0 40px; }

.active {
  background: rgba(41, 128, 185, 0.5); }

.row {
  margin: 0 50px 50px 50px;
  text-align: left; }
  @media screen and (max-width: 999px) {
    .row {
      margin: 0 25px 50px 25px; } }

.profil-section {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  margin: 50px 0;
  min-height: 150px; }
  @media screen and (max-width: 660px) {
    .profil-section {
      display: block; } }
  .profil-section .profil-image {
    max-width: 20%;
    height: 100%;
    position: relative;
    margin: 0 50px; }
    @media screen and (max-width: 999px) {
      .profil-section .profil-image {
        margin: 0 50px 0 25px; } }
    @media screen and (max-width: 660px) {
      .profil-section .profil-image {
        margin: 0 auto 50px auto;
        max-width: 150px; } }
  .profil-section .profil-description {
    position: relative;
    max-width: 70%;
    height: 100%; }
    @media screen and (max-width: 660px) {
      .profil-section .profil-description {
        max-width: 100%; } }

.profil-item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover; }

.item-1 {
  background-image: url("../img/profil/profil1.jpg"); }

.item-2 {
  background-image: url("../img/profil/profil2.jpg"); }

.item-3 {
  background-image: url("../img/profil/profil3.jpg"); }

.item-4 {
  background-image: url("../img/profil/profil4.jpg"); }

.divider-small {
  margin: 50px 25%;
  clear: both;
  display: block;
  height: 2px;
  background: #eeeeee; }

.placeholder {
  clear: both;
  display: block;
  width: 100%;
  height: 50px; }

.divider {
  margin: 0 50px 50px 50px;
  display: block;
  height: 2px;
  background: #dddddd;
  clear: both; }

.tisztater .tiszta-section-left {
  float: left;
  position: relative;
  width: 610px;
  height: 100%;
  margin-bottom: 50px; }
  @media screen and (max-width: 999px) {
    .tisztater .tiszta-section-left {
      width: 65%;
      margin-bottom: 100px; } }
  @media screen and (max-width: 760px) {
    .tisztater .tiszta-section-left {
      width: 100%;
      float: none;
      margin-bottom: 0; } }
.tisztater .tiszta-section-right {
  padding-top: 50px;
  float: left;
  position: relative;
  width: 250px;
  height: 100%;
  margin-bottom: 50px; }
  @media screen and (max-width: 760px) {
    .tisztater .tiszta-section-right {
      float: none;
      display: block;
      width: 100%;
      padding-top: 0;
      margin-bottom: 75px; } }
.tisztater h2 {
  margin-left: 0; }
.tisztater p.gallery {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin: 20px auto 0 auto;
  padding: 0; }
  @media screen and (max-width: 760px) {
    .tisztater p.gallery {
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: 100%; }
      .tisztater p.gallery img {
        margin: 10px; } }
  .tisztater p.gallery img {
    width: 200px;
    border-radius: 2px; }
  .tisztater p.gallery a {
    display: block;
    position: relative;
    margin-left: 50px;
    margin-bottom: 25px;
    line-height: 0; }
    @media screen and (max-width: 760px) {
      .tisztater p.gallery a {
        margin: 0; } }
    .tisztater p.gallery a .magna {
      display: block;
      position: absolute;
      bottom: 5px;
      right: 4px;
      width: 30px;
      height: 30px;
      background: url("../img/magna.png") no-repeat center center #fff;
      border-radius: 50%; }
    .tisztater p.gallery a:hover {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      box-shadow: 0px 0px 4px #333333;
      z-index: 10; }

.references {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .references img {
    margin: 25px; }

.download-link {
  text-align: center;
  padding-top: 50px; }
  .download-link a {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 24px;
    padding: 12px 24px;
    color: rgba(41, 128, 185, 0.5);
    text-align: left;
    text-decoration: none;
    margin-left: -24px; }
    .download-link a:hover {
      background: rgba(41, 128, 185, 0.5);
      color: #ffffff; }

.tight .gallery {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 100%;
  margin: auto;
  padding: 0; }
  .tight .gallery img {
    border-radius: 2px;
    margin: 0;
    padding: 0; }
  .tight .gallery a {
    position: relative;
    padding: 0;
    line-height: 0;
    margin: 1px;
    display: block; }
    .tight .gallery a .magna {
      display: block;
      position: absolute;
      bottom: 9px;
      right: 10px;
      width: 30px;
      height: 30px;
      background: url("../img/magna.png") no-repeat center center #fff;
      border-radius: 50%; }
    .tight .gallery a:hover {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      box-shadow: 0px 0px 4px #333333;
      z-index: 10; }

.contact {
  display: block;
  margin: auto;
  width: 360px; }
  .contact strong {
    font-weight: 300;
    color: #000; }
  .contact a {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 24px;
    padding: 12px 24px;
    color: rgba(41, 128, 185, 0.5);
    display: block;
    text-align: left;
    text-decoration: none;
    margin-left: -24px; }
    .contact a:hover {
      background: rgba(41, 128, 185, 0.5);
      color: #ffffff; }

.year, .project {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300; }

.year {
  font-size: 24px; }

.project {
  color: #000;
  font-size: 36px; }

.aktualis .gallery {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 100%;
  margin: auto; }
  .aktualis .gallery img {
    border-radius: 2px; }
  .aktualis .gallery a {
    position: relative;
    display: block;
    margin: 1px;
    line-height: 0; }
    .aktualis .gallery a .magna {
      display: block;
      position: absolute;
      bottom: 5px;
      right: 5px;
      width: 30px;
      height: 30px;
      background: url("../img/magna.png") no-repeat center center #fff;
      border-radius: 50%; }
    .aktualis .gallery a:hover {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      box-shadow: 0px 0px 4px #333333;
      z-index: 10; }

.link-in-text a {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding: 12px 24px;
  color: rgba(41, 128, 185, 0.5);
  display: inline-block;
  text-align: left;
  text-decoration: none;
  margin-left: -24px; }
  .link-in-text a:hover {
    background: rgba(41, 128, 185, 0.5);
    color: #ffffff; }

.modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  cursor: pointer;
  background: rgba(51, 51, 51, 0.85);
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 10; }
  @media screen and (max-width: 999px) {
    .modal {
      background: rgba(51, 51, 51, 0.95); } }
  .modal.shown {
    display: -webkit-flex;
    display: flex; }
  .modal.hidden {
    display: none; }

.modal-dimensions {
  background: url("../img/725.GIF") no-repeat center center; }

.close-button {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #999999;
  color: #999999;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 41px;
  top: 10px;
  right: 10px; }
  .close-button:hover {
    border-color: lightblue;
    color: lightblue;
    cursor: pointer; }
  @media screen and (max-width: 1100px) {
    .close-button {
      width: 40px;
      height: 40px;
      font-size: 35px;
      line-height: 35px; } }
  @media screen and (max-width: 999px) {
    .close-button {
      background: white; } }

#imageShower img {
  max-width: 75vw;
  max-height: 75vh;
  margin: auto;
  display: block;
  border: 50px solid #ffffff;
  border-bottom: 100px solid #ffffff;
  border-radius: 5px;
  box-shadow: 8px 16px 16px #333333;
  position: relative;
  top: 25px;
  cursor: default; }
  @media screen and (max-width: 999px) {
    #imageShower img {
      box-shadow: none; } }

.step {
  cursor: pointer !important; }

#imageShower p {
  color: #999999;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.6;
  position: relative;
  top: -65px;
  max-width: 66%;
  margin: auto; }

.footer {
  background: #999999;
  color: #cccccc;
  text-align: center;
  margin: 100px 0 0 0;
  padding: 50px 0; }

.english {
  background: #999999 url("../img/english.jpg") no-repeat 75px 5px; }

.hungarian {
  background: #999999 url("../img/hungarian.jpg") no-repeat 75px 5px; }

.english, .hungarian {
  text-decoration: none;
  width: 100px;
  height: 20px;
  padding: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #dddddd;
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 10;
  cursor: pointer;
  border-radius: 3px;
  display: block; }
  .english:hover, .hungarian:hover {
    background-color: #dddddd;
    color: #999999; }
  @media screen and (max-width: 1219px) {
    .english, .hungarian {
      font-size: 0;
      width: 30px;
      background-position: center center; } }

.menu-compressed {
  background: url("../img/collapsed.png") no-repeat left center;
  float: left;
  width: 32px;
  height: 50px;
  position: relative;
  display: none; }
  @media screen and (max-width: 999px) {
    .menu-compressed {
      display: inline-block; } }
  .menu-compressed:hover {
    cursor: pointer;
    opacity: 0.66; }

.compressed-items {
  display: none;
  position: absolute;
  top: 50px;
  left: 50%;
  width: 50%;
  height: 300px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 500; }
  @media screen and (min-width: 1000px) {
    .compressed-items {
      display: none !important; } }

.menu-compressed-item {
  display: block;
  height: 49px;
  width: 100%;
  border-top: 1px solid #cccccc;
  padding-left: 25px;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  line-height: 50px; }
  .menu-compressed-item:hover {
    cursor: pointer;
    background: #ddd;
    color: #333; }

/*# sourceMappingURL=app.css.map */
