@charset "UTF-8";
html {
  overflow-x: hidden;
}

body {
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #585858;
  font-size: 15px;
  line-height: 23px;
  text-align: left;
}

* {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

::-moz-selection {
  background-color: #000000;
  color: #ffffff;
}

::selection {
  background-color: #000000;
  color: #ffffff;
}

::placeholder {
  color: #e68400;
  opacity: 0.8;
}

:-ms-input-placeholder {
  color: #e68400;
  opacity: 0.8;
}

::-ms-input-placeholder {
  color: #e68400;
  opacity: 0.8;
}

section,
header,
footer,
article,
form {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.clear {
  clear: both;
  font-size: 1px;
  line-height: 0px;
}

.spacer {
  height: 140px;
  font-size: 1px;
  line-height: 0px;
}

.smallSpacer {
  height: 60px;
  font-size: 1px;
  line-height: 0px;
}

.tinySpacer {
  height: 40px;
  font-size: 1px;
  line-height: 0px;
}

.extraTinySpacer {
  height: 20px;
  font-size: 1px;
  line-height: 0px;
}

/* PALYAZAT by STENZA */
.palyazatlogofixed {
  position: fixed;
  bottom: 0;
  right: 0px;
  z-index: 99999;
  width: 20vw;
}

@media (max-width: 980px) {
  .palyazatlogofixed {
    width: 42vw !important;
  }
}
.palyazatlogofixed-2020 {
  top: 0px;
  bottom: unset;
  width: 15vw;
}

.fluid-img {
  width: 100%;
  height: auto;
  display: block;
}

/* MENU+LOGO SECTION */
#palyazat {
  width: 100%;
  padding-bottom: 5px;
  position: fixed;
  top: 0px;
  -webkit-transition: all 0s;
  transition: all 0s;
  z-index: 100;
  background-color: #efefef;
}

#palyazat.mobile {
  width: 100%;
  min-width: inherit;
}

.euImages {
  margin: 5px 5px 0px 5px;
}

.euImages a img {
  width: 100%;
  height: auto;
  display: block;
}

.euImages.mobile a img {
  display: block;
}

#menu {
  width: 100%;
  min-width: 1110px;
  height: 195px;
  position: absolute;
  /*top: 150px; by STENZA */
  top: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
  z-index: 90;
  user-select: none;
}

.logoHolder {
  width: 100%;
  height: 195px;
  position: relative;
  right: calc((100% - 1110px) / 2 + 1110px - 289px);
  background-color: #e68400;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.logo {
  padding: 50px 120px 0px 0px;
  font-size: 1px;
  line-height: 0px;
  text-align: right;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.logo img {
  width: 146px;
}

.menuIcon {
  display: none;
}

.menuHolder {
  position: absolute;
  top: 110px;
  left: calc((100% - 1110px) / 2 + 1110px - 800px);
  text-align: left;
}

.menuNavigator {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #585858;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
  list-style: none;
}

.menuItem {
  margin: 0px 0px 0px 0px;
  padding: 0px 20px 0px 20px;
  position: relative;
  float: left;
}

.menuItem div,
.menuItem div a {
  color: #585858;
  cursor: pointer;
}

.menuItem div:hover,
.menuItem div a:hover {
  color: #e68400;
  cursor: pointer;
}

.menuItem:hover div {
  color: #e68400;
}

.menuItem:not(:last-child):after {
  width: 2px;
  height: 22px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #e68400;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  float: left;
  content: "";
}

.menuSubNavigator {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: absolute;
  left: -9999px;
  list-style: none;
}

.menuItem:hover .menuSubNavigator {
  left: 0px;
}

.menuItem .menuSubItem .menuSubNavigator {
  left: 5px;
  top: -3px;
  padding-left: 30%;
  display: none;
}

.menuItem .menuSubItem .menuSubNavigator {
  left: 100% !important;
  top: -3px;
  padding-left: 30%;
  display: none;
}

.menuSubItem .menuSubNavigator {
  transform: skew(30deg);
  -webkit-transform: skew(30deg);
}

@media (max-width: 768px) {
  .menuSubItem .menuSubNavigator {
    transform: skew(0) !important;
    -webkit-transform: skew(0) !important;
  }
}
.menuSubItem:hover > .menuSubNavigator,
.menuSubItem:focus > .menuSubNavigator {
  display: block;
}

.menuSubItem {
  margin: 3px 0px 0px 0px;
  padding: 4px 20px 4px 20px;
  background-color: #e68400;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  position: relative;
}

.menuSubItem.gray {
  background-color: #585858;
}

.menuSubItem a {
  color: #ffffff;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
  white-space: nowrap;
  display: block;
}

.menuSubItem a:hover {
  color: #ffffff;
}

.menuSubItem:hover {
  background-color: #585858;
}

.menuSubItem.gray:hover {
  background-color: #e68400;
}

.menuSticky {
  height: 150px !important;
  position: fixed !important;
  /*top: 85px !important; by STENZA */
  top: 0 !important;
  background-color: #ffffff !important;
}

.menuSticky.mobile {
  /*top: 85px !important; by STENZA */
  top: 0 !important;
}

.menuSticky .menuHolder {
  top: 105px !important;
}

.menuSticky .logoHolder {
  height: 150px !important;
}

.menuSticky .logo {
  padding: 85px 110px 0px 0px !important;
}

.menuSticky .logo img {
  width: 110px !important;
}

@media screen and (max-width: 800px) {
  #menu {
    min-width: 800px;
  }
  .logoHolder {
    right: calc((100% - 800px) / 2 + 800px - 300px);
  }
  .menuIcon {
    position: absolute;
    top: 30px;
    right: 380px;
    color: #e68400;
    font-size: 70px;
    line-height: 100px;
    cursor: pointer;
    display: block;
    z-index: 150;
  }
  .menuHolder {
    display: none;
    position: absolute;
    top: 100px;
    left: 0px !important;
    width: 800px;
  }
  .menuNavigator {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #585858;
    font-size: 42px;
    line-height: 55px;
    text-align: left;
    text-transform: uppercase;
    list-style: none;
    background-color: #e68400;
    overflow-y: auto;
    max-height: calc(100vh - 100px);
  }
  .menuItem {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: static;
    float: none;
    border-top: 1px solid #ffffff;
  }
  .menuItem:last-child {
    border-bottom: 1px solid #ffffff;
  }
  .menuItem div {
    padding: 20px 0px 20px 30px;
  }
  .menuItem div,
  .menuItem div a {
    color: #222222;
    cursor: pointer;
  }
  .menuItem div:hover,
  .menuItem div a:hover {
    color: #222222;
    cursor: pointer;
  }
  .menuItem:hover div {
    color: #222222;
  }
  .menuItem:after {
    visibility: hidden !important;
    width: 0px !important;
    height: 0px !important;
  }
  .menuSubNavigator {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: static;
    left: 0px;
    list-style: none;
  }
  .menuSubItem {
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 15px 60px;
    background-color: #e68400;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    border-top: 1px solid #ffffff;
  }
  .menuSubNavigator .menuSubItem a {
    color: #ffffff;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    white-space: nowrap;
    display: block;
  }
  .menuItem .menuSubItem .menuSubNavigator {
    padding-left: 5%;
  }
  .menuSubNavigator .menuSubNavigator .menuSubItem a {
    color: #ffffff;
    -webkit-transform: skewX(0) !important;
    transform: skewX(0) !important;
    white-space: nowrap;
    display: block;
  }
  .menuSubItem .menuSubNavigator {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
  }
  .menuSubItem a:hover {
    color: #ffffff;
  }
  .menuSubItem:hover {
    background-color: #e68400;
  }
}
/* USER DASHBOARD SECTION */
.user-dashboard {
  position: absolute;
  top: -50px;
  left: 25px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #585858;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
}

.user-dashboard a {
  color: #e68400;
  font-weight: 600;
}

.user-dashboard a:hover {
  color: #222222;
  font-weight: 600;
}

@media screen and (max-width: 800px) {
  .user-dashboard {
    display: none;
  }
}
/* SPLASH SECTION */
#splashSection {
  margin: 220px 0px 0px 0px;
  width: 100%;
  /*min-width: 1110px;*/
  height: 530px;
  position: relative;
  overflow: hidden;
}

#splashSection.hidden {
  height: 50px;
}

#splashSection.hidden div {
  display: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.images {
  background: url(../uploads/static/smartslide_picture_background.jpg) center center repeat-x;
  background-size: 100% 305px;
}

.splashBackground {
  width: 100%;
  /*min-width: 1110px;*/
  height: 380px;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.splashHolder {
  margin: auto;
  width: 870px;
  /*width: 45%;*/
  height: 430px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  overflow: hidden;
}

.splash {
  width: 130%;
  height: 430px;
  position: relative;
  left: -126px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
}

.splashRibbon {
  position: absolute;
  top: 0px;
  left: calc((100% - 1110px) / 2 + 1110px - 80px);
  font-size: 0px;
  line-height: 0px;
  z-index: 30;
}

.splashwrapper {
  width: 200%;
  height: 100%;
  position: absolute;
  left: 0px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 10;
}

.leftarrow {
  position: absolute;
  left: 3%;
  top: 35%;
  z-index: 20;
  cursor: pointer;
}

.rightarrow {
  position: absolute;
  right: 3%;
  top: 35%;
  z-index: 20;
  cursor: pointer;
}

.splashcontainer {
  width: 100%;
  float: left;
  position: relative;
}

.splashcontainer a {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.splashRibbon img {
  width: 78px;
}

.splashTitleEffect {
  width: 100%;
  /*min-width: 1110px;*/
  height: 195px;
  position: absolute;
  top: 340px;
  overflow-x: hidden;
}

.splashTitleEffect div {
  width: 100%;
  height: 195px;
  position: relative;
  left: calc((100% - 1110px) / 2 + 1110px - 254px);
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

.splashTitleHolder {
  width: 1110px;
  width: 100%;
  position: relative;
}

.splashTitleContent {
  height: 195px;
  position: absolute;
  top: -40px;
  right: 252px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

.splashTitle {
  margin: 60px -60px 0px 100px;
  height: 120px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #585858;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
  max-width: 600px;
}
.splashTitle sup {
  font-size: 50%;
  position: relative;
  top: -15%;
  left: 10px;
}

.splashTitleSize1 {
  font-size: 42px;
  line-height: 50px;
}

.splashTitleSize2 {
  font-size: 28px;
  line-height: 32px;
}

.splashTitleSize3 {
  font-size: 28px;
  line-height: 32px;
}

.splashTitle:before,
.splashTitle:after {
  width: 2px;
  height: 120px;
  position: absolute;
  top: 0px;
  background-color: #e68400;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  content: "";
}

.splashTitle:before {
  left: -50px;
}

.splashTitle:after {
  right: -50px;
}

@media screen and (max-width: 800px) {
  #splashSection {
    margin: 85px 0px 0px 0px;
    min-width: 800px;
  }
  #splashSection.mobile {
    margin: 230px 0px 0px 0px;
    min-width: 800px;
  }
  .splashBackground {
    min-width: 800px;
    background: none;
  }
  .splashHolder {
    width: 800px;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  .splash {
    /* width: 800px; */
    /*quick fix for mobile slider*/
    left: 0px;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  .splashRibbon {
    display: none;
  }
  .splashTitleEffect {
    min-width: 800px;
  }
  .splashTitleEffect div {
    left: calc((100% - 800px) / 2 + 800px - 254px);
  }
  .splashTitleHolder {
    width: 800px;
  }
  .splashTitle {
    max-width: 450px;
  }
}
/* STATIC SECTION */
.staticSection {
  width: 100%;
  min-width: 1110px;
  position: relative;
  user-select: none;
}

.staticSection.orange {
  background-color: #e68400;
}

.staticContent {
  width: 1110px;
  margin: 0 auto;
}

.paddingTop {
  padding-top: 220px;
}

.paddingBottom {
  padding-bottom: 220px;
}

.paddingSmallTop {
  padding-top: 110px;
}

.paddingXSmallTop {
  padding-top: 50px;
}

.staticSection.smartslide .paddingSmallTop {
  padding-top: 40px;
}

.paddingSmallBottom {
  padding-bottom: 110px;
}

.paddingXSmallBottom {
  padding-bottom: 50px;
}

.staticSection.orange .paddingSmallTop {
  padding-top: 50px;
}

.staticSection.orange .paddingSmallBottom {
  padding-bottom: 50px;
}

.staticSection.smartslide .paddingSmallBottom {
  padding-bottom: 40px;
}

.paddingTinyTop {
  padding-top: 40px;
}

.paddingTinyBottom {
  padding-bottom: 40px;
}

.staticText {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #868686;
  font-size: 20px;
  line-height: 34px;
  text-align: left;
}

.staticText:after {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1px;
  line-height: 0px;
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
}

.staticTextCenter {
  text-align: center;
}

.staticTextWhite {
  color: #ffffff;
}

.staticText a {
  font-weight: 600;
  color: #e68400;
}

.staticText a:hover {
  font-weight: 600;
  color: #e68400;
}

.staticText ul.black li {
  color: #000000;
}

.staticText ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 25px;
  list-style: square outside;
}

.staticText ul.list-style-none {
  list-style: none;
  padding: 0;
}

.staticText ul.list-style-custom {
  list-style-type: none;
}

.staticText ul.list-style-custom > li:before {
  position: absolute;
  margin-left: -20px;
}

.staticText ul.list-style-dash > li:before {
  content: "—";
}

.staticText ul.list-style-plus {
  padding-left: 40px;
}

.staticText ul.list-style-plus > li:before {
  content: "+";
  margin-left: -40px;
}

.staticText li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 34px;
  text-align: left;
}

.staticText .bigText {
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
}

.staticAdminText {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #868686;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}

.staticAdminText a {
  font-weight: 600;
  color: #e68400;
}

.staticAdminText a:hover {
  font-weight: 600;
  color: #e68400;
}

.staticTextProfile {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #868686;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.staticTextProfile a {
  font-weight: 600;
  color: #e68400;
}

.staticTextProfile a:hover {
  font-weight: 600;
  color: #e68400;
}

.staticTextProfile:after {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1px;
  line-height: 0px;
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
}

.staticProfileBox {
  float: left;
  width: 33%;
}

.profileEffect {
  padding: 10px 0px 10px 20px;
  background-color: #ffffff;
  border-left: 10px solid #e68400;
}

.profileEffect:not(:last-child) {
  margin-bottom: 50px;
}

.backgroundGrey {
  background-color: #efefef;
}

.backgroundOrange {
  background-color: #e68400;
}

.backgroundImage1 {
  background: #e68400 url("../images/bg1.png") no-repeat 0% 0%;
  background-size: cover;
}

@media screen and (max-width: 800px) {
  .staticSection {
    min-width: 800px;
  }
  .staticContent {
    width: 800px;
  }
  .staticText {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 30px;
    line-height: 44px;
  }
  .staticText li {
    font-size: 30px;
    line-height: 44px;
  }
  .staticTextProfile {
    font-size: 25px;
    line-height: 30px;
  }
  .staticProfileBox {
    float: none;
    width: 100%;
    padding-top: 20px;
  }
}
/* TITLE SECTION */
.staticTitleHolder {
  width: 100%;
  min-width: 1110px;
  height: 195px;
  position: absolute;
  overflow-x: hidden;
}

.staticTitleTop {
  top: -90px;
}

.staticTitleBottom {
  bottom: -90px;
}

.staticBlankEffect {
  width: 100%;
  height: 195px;
  position: relative;
  background-color: #ffffff;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

.staticBlankEffectTall {
  width: 100%;
  height: 300px;
  position: relative;
  background-color: #ffffff;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

.staticEffectLeft {
  right: calc((100% - 1110px) / 2 + 1110px - 254px);
}

.staticEffectRight {
  left: calc((100% - 1110px) / 2 + 1110px - 254px);
}

.staticTitleContent {
  height: 195px;
  position: absolute;
  bottom: 0px;
  background-color: #ffffff;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

.staticTitleContentLeft {
  left: calc((100% - 1110px) / 2 + 1110px - 859px);
}

.staticTitleContentRight {
  right: calc((100% - 1110px) / 2 + 1110px - 859px);
}

.staticTitle {
  height: 120px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #585858;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
}

.staticTitleSize1 {
  font-size: 42px;
  line-height: 50px;
}

.staticTitleSize2 {
  font-size: 28px;
  line-height: 32px;
}

.whitespace {
  white-space: normal !important;
}

.staticTitleSize3 {
  font-size: 28px;
  line-height: 32px;
}

.staticTitlePositionTopLeft {
  margin: 15px 100px 0px -60px;
}

.staticTitlePositionTopRight {
  margin: 15px -60px 0px 100px;
}

.staticTitlePositionBottomLeft {
  margin: 60px 100px 0px -60px;
}

.staticTitlePositionBottomRight {
  margin: 60px -60px 0px 100px;
}

.staticTitle:before,
.staticTitle:after {
  width: 2px;
  height: 120px;
  position: absolute;
  top: 0px;
  background-color: #e68400;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  content: "";
}

.staticTitle:before {
  left: -50px;
}

.staticTitle:after {
  right: -50px;
}

@media screen and (max-width: 800px) {
  .staticTitleHolder {
    min-width: 800px;
  }
  .staticEffectLeft {
    right: calc((100% - 800px) / 2 + 800px - 254px);
  }
  .staticEffectRight {
    left: calc((100% - 800px) / 2 + 800px - 254px);
  }
  .staticTitleContentLeft {
    left: calc((100% - 800px) / 2 + 800px - 600px);
  }
  .staticTitleContentRight {
    right: calc((100% - 800px) / 2 + 800px - 600px);
  }
  .staticTitle {
    max-width: 450px;
    white-space: normal;
  }
}
/* NUMBER SECTION */
.sectionNumberHolder {
  width: 1110px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-flow: row wrap;
}

.sectionNumber {
  width: 240px;
  position: relative;
}

.sectionNumber:not(:last-child) {
  margin-right: 50px;
}

.sectionNumber:not(:last-child):after {
  width: 1px;
  height: 100px;
  position: absolute;
  top: 40px;
  right: -25px;
  background-color: #cccccc;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  content: "";
}

.numberLine1 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #585858;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 4px;
}

.numberLine2 {
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #e68400;
  font-size: 90px;
  line-height: 90px;
  text-align: center;
}

.numberLine3 {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #e68400;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 1px;
}

.numberLine4 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #e68400;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .sectionNumberHolder {
    width: 800px;
  }
  .sectionNumber {
    width: 330px;
    margin-right: 0px !important;
  }
  .sectionNumber:nth-child(3),
  .sectionNumber:nth-child(4) {
    margin-top: 100px !important;
  }
  .sectionNumber:nth-child(1):after,
  .sectionNumber:nth-child(2):after,
  .sectionNumber:nth-child(3):after,
  .sectionNumber:nth-child(4):after {
    visibility: hidden;
  }
  .numberLine1 {
    font-size: 23px;
    line-height: 23px;
  }
  .numberLine2 {
    font-size: 100px;
    line-height: 100px;
  }
  .numberLine3 {
    font-size: 45px;
    line-height: 45px;
  }
  .numberLine4 {
    font-size: 28px;
    line-height: 28px;
  }
}
/* CATEGORY SELECTOR SECTION */
.categoryHolder {
  width: 1110px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-flow: row wrap;
}

.categorySelector:not(:last-child) {
  margin-right: 90px;
}

.categoryImage {
  display: block !important;
  font-size: 1px;
  line-height: 0px;
}

.categoryText {
  display: block !important;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #585858;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

.categoryText a {
  color: #585858;
}

.categoryText a:hover {
  color: #e68400;
}

@media screen and (max-width: 800px) {
  .categoryHolder {
    width: 800px;
  }
  .categorySelector {
    width: 400px;
    margin-right: 0px !important;
  }
  .categorySelector:nth-child(1),
  .categorySelector:nth-child(2) {
    margin-top: 0px;
  }
  .categorySelector:nth-child(3),
  .categorySelector:nth-child(4) {
    margin-top: 150px;
  }
  .categoryText {
    font-size: 34px;
    line-height: 38px;
  }
}
/* NEWS SECTION */
.newsBoxHolder {
  width: 1110px;
  display: flex;
  justify-content: left;
  flex-flow: row wrap;
}

.newsBox {
  width: 330px;
  margin-top: 60px;
}

.newsBox:nth-child(1),
.newsBox:nth-child(2),
.newsBox:nth-child(3) {
  margin-top: 0px;
}

.newsBox:nth-child(3n+2),
.newsBox:nth-child(3n+3) {
  margin-left: 60px;
}

.newsBox a {
  color: #e68400;
}

.newsBox a:hover {
  color: #585858;
}

.newsImage {
  font-size: 1px;
  line-height: 0px;
}

.newsImage img {
  width: 330px;
}

.newsImageDetails {
  margin: 0px 0px 20px 0px;
  font-size: 1px;
  line-height: 0px;
  display: inline-block;
  border-left: 5px solid #e68400;
  border-right: 10px solid #e68400;
}

.newsImageDetailsBorder {
  font-size: 1px;
  line-height: 0px;
  display: inline-block;
  border-left: 20px solid #ffffff;
  border-right: 40px solid #efefef;
}

.newsImageDetails img {
  width: 500px;
}

.newsTitle {
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #e68400;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
}

.newsStamp {
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #585858;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.newsLead {
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #585858;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.newsFunction {
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #585858;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .newsBoxHolder {
    width: 700px;
  }
  .newsBox {
    width: 700px;
    margin-top: 60px !important;
  }
  .newsBox:nth-child(1) {
    margin-top: 0px !important;
  }
  .newsBox:nth-child(3n+2),
  .newsBox:nth-child(3n+3) {
    margin-left: 0px;
  }
  .newsImage img {
    width: 700px;
  }
  .newsImageDetails {
    border-left: 0px;
    border-right: 0px;
  }
  .newsImageDetailsBorder {
    border-left: 0px;
    border-right: 0px;
  }
  .newsImageDetails img {
    width: 700px;
  }
  .newsTitle {
    font-size: 34px;
    line-height: 40px;
  }
  .newsStamp {
    font-size: 22px;
    line-height: 30px;
  }
  .newsLead {
    font-size: 24px;
    line-height: 30px;
  }
  .newsFunction {
    font-size: 22px;
    line-height: 30px;
  }
}
/* IMAGE BOX SECTION */
.imageBoxHolder {
  width: 1110px;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

.imageBox {
  width: 330px;
  margin-top: 60px;
}

.imageBox:nth-child(3n+2),
.imageBox:nth-child(3n+3) {
  margin-left: 60px;
}

.boxImage {
  font-size: 1px;
  line-height: 0px;
}

.boxImage img {
  width: 330px;
}

.singleImage {
  margin: 100px 0px 0px 0px;
  font-size: 1px;
  line-height: 0px;
}

.singleImage img {
  width: 1110px;
}

.zeroImage {
  font-size: 1px;
  line-height: 0px;
}

@media screen and (max-width: 800px) {
  .imageBoxHolder {
    width: 800px;
  }
  .imageBox {
    width: 700px;
    margin-top: 60px;
    margin-left: 0px !important;
  }
  .boxImage img {
    width: 700px;
  }
  .singleImage img {
    width: 700px;
  }
}
/* PRODUCT LIST SECTION */
.productListHolder {
  width: 1110px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: row wrap;
  margin-top: 80px;
}

.productListHolder:nth-child(1) {
  margin-top: 0px;
}

.productListSelector {
  width: 230px;
  margin-top: 80px;
}

.productListSelector:nth-child(1),
.productListSelector:nth-child(2),
.productListSelector:nth-child(3),
.productListSelector:nth-child(4) {
  margin-top: 0px;
}

.productListSelector:nth-child(4n+2),
.productListSelector:nth-child(4n+3),
.productListSelector:nth-child(4n+4) {
  margin-left: 50px;
}

.productListImage {
  display: block;
  font-size: 1px;
  line-height: 0px;
}

.productListText {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #585858;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.productListText span {
  font-size: 12px;
  line-height: 20px;
  display: block;
}

.productListText a {
  color: #585858;
}

.productListText a:hover {
  color: #e68400;
}

.openType1 {
  margin-bottom: 20px;
  width: 200px;
  height: 200px;
  background: url("../uploads/opentype/1.png") no-repeat 0px 0px;
  cursor: pointer;
}

.openType2 {
  margin-bottom: 20px;
  width: 200px;
  height: 200px;
  background: url("../uploads/opentype/2.png") no-repeat 0px 0px;
  cursor: pointer;
}

.openType3 {
  margin-bottom: 20px;
  width: 200px;
  height: 200px;
  background: url("../uploads/opentype/3.png") no-repeat 0px 0px;
  cursor: pointer;
}

.openType4 {
  margin-bottom: 20px;
  width: 200px;
  height: 200px;
  background: url("../uploads/opentype/4.png") no-repeat 0px 0px;
  cursor: pointer;
}

.openType5 {
  margin-bottom: 20px;
  width: 200px;
  height: 200px;
  background: url("../uploads/opentype/5.webp") no-repeat 0px 0px;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .productListHolder {
    width: 800px;
  }
  .productListSelector {
    width: 400px;
    margin-top: 80px !important;
  }
  .productListSelector:nth-child(1),
  .productListSelector:nth-child(2) {
    margin-top: 0px !important;
  }
  .productListSelector:nth-child(4n+2),
  .productListSelector:nth-child(4n+3),
  .productListSelector:nth-child(4n+4) {
    margin-left: 0px;
  }
  .productListText {
    font-size: 28px;
    line-height: 32px;
  }
  .productListText span {
    font-size: 22px;
    line-height: 30px;
  }
}
/* TYPE LIST SECTION */
.typeListHolder {
  width: 1110px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: row wrap;
}

.typeListHolderShop {
  width: 1110px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: row wrap;
}

.typeListSelector {
  width: 240px;
  margin-top: 80px;
}

.typeListSelector.bigger {
  width: 480px;
  margin-top: 80px;
}

.typeListSelector:nth-child(1),
.typeListSelector:nth-child(2),
.typeListSelector:nth-child(3),
.typeListSelector:nth-child(4) {
  margin-top: 0px;
}

.typeListSelector.bigger:nth-child(1),
.typeListSelector.bigger:nth-child(2) {
  margin-top: 0px;
}

.typeListSelector.bigger:nth-child(3),
.typeListSelector.bigger:nth-child(4) {
  margin-top: 80px;
}

.typeListSelector:nth-child(4n+2),
.typeListSelector:nth-child(4n+3),
.typeListSelector:nth-child(4n+4) {
  margin-left: 50px;
}

.typeListSelector.bigger:nth-child(4n+3) {
  margin-left: 0px;
}

.typeListImage {
  margin-bottom: 20px;
  display: block;
  font-size: 1px;
  line-height: 0px;
}

.typeListImage img {
  width: 200px;
}

.typeListImageDownload {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1px;
  line-height: 0px;
  /*height: 141px;*/
}

.typeListImageDownload img {
  max-width: 200px;
  max-height: 141px;
}

.typeListImageDownload img.bigger {
  max-width: 400px;
  max-height: inherit;
}

.typeCircle {
  border-radius: 50%;
  width: 150px !important;
}

.typeCircleBackground {
  border-radius: 50%;
  width: 150px !important;
  height: 150px !important;
  background-position: 50% 50%;
  background-position: cover;
}

.typeShop {
  width: 150px !important;
}

.typeSmall {
  width: 100px !important;
}

.typeDocument {
  height: 141px !important;
  width: auto !important;
}

.typeListText {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #585858;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}

.typeListText span {
  font-size: 12px;
  line-height: 20px;
  display: block;
}

.typeListText span.medium {
  font-size: 15px;
  line-height: 20px;
  display: block;
}

.typeListText a {
  color: #585858;
}

.typeListText a:hover {
  color: #e68400;
}

.typeListTextShop {
  display: block;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #585858;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.typeListTextShop a {
  color: #585858;
}

.typeListTextShop a:hover {
  color: #e68400;
}

.cartTextLeft {
  display: block;
  margin: 20px 0px 0px 0px;
  padding: 0px 20px 0px 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #585858;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.cartTextRight {
  display: block;
  margin: 20px 0px 0px 0px;
  padding: 0px 20px 0px 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #585858;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
}

.cartTextLeft a {
  color: #e68400;
}

.cartTextLeft a:hover {
  color: #e68400;
}

.successShop {
  display: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 30px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #868686;
  font-size: 20px;
  line-height: 34px;
  text-align: left;
}

@media screen and (max-width: 800px) {
  .typeListHolder {
    width: 800px;
  }
  .typeListHolderShop {
    width: 800px;
  }
  .typeListSelector {
    width: 325px;
    margin-top: 80px !important;
  }
  .typeListSelector:nth-child(1),
  .typeListSelector:nth-child(2) {
    margin-top: 0px !important;
  }
  .typeListSelector:nth-child(4n+2),
  .typeListSelector:nth-child(4n+4) {
    margin-left: 50px;
  }
  .typeListSelector:nth-child(4n+3) {
    margin-left: 0px;
  }
  .typeListText {
    font-size: 32px;
    line-height: 38px;
  }
  .typeListText span {
    font-size: 22px;
    line-height: 30px;
  }
}
/* PARTNER SECTION */
.partnerHolder {
  font-size: 1px;
  line-height: 0px;
  text-align: center;
}

.partnerLogo {
  margin: 30px 25px 0px 25px;
  font-size: 1px;
  line-height: 0px;
  display: inline-block;
}

/* PRODUCT SECTION */
.productPhotoHolder {
  width: 1110px;
  position: relative;
}

.productPhoto {
  width: 500px;
  height: 500px;
  position: absolute;
  top: -200px;
  right: 0px;
  font-size: 1px;
  line-height: 0px;
  background-size: 500px 500px;
  background-repeat: no-repeat;
}

.productPropertiesHolder {
  position: absolute;
  top: 200px;
  right: 120px;
  font-size: 1px;
  line-height: 0px;
  border: 1px solid #ffffff;
}

.productPropertiesData {
  padding: 20px 20px 20px 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-flow: row wrap;
}

.productPropertiesValue {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #ffffff;
  font-size: 80px;
  line-height: 80px;
  text-align: left;
}

.productPropertiesText {
  padding: 0px 0px 10px 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}

.productPropertiesTextSmall {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  max-width: 230px;
  margin-top: 0;
  padding-top: 0;
}

.productPropertiesSeparator {
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  width: 80%;
  background-color: #ffffff;
}

.productText {
  width: 600px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #868686;
  font-size: 20px;
  line-height: 34px;
  text-align: left;
}

.productTextDetails {
  width: 600px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 20px;
  line-height: 34px;
  text-align: left;
}

.productTextDetails ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 25px;
  list-style: square outside;
}

.productTextDetails li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 20px;
  line-height: 34px;
  text-align: left;
}

@media screen and (max-width: 800px) {
  .productPhotoHolder {
    width: 800px;
  }
  .productPhoto {
    position: static;
    width: 700px;
    height: 700px;
    background-size: 700px 700px;
  }
  .productPropertiesHolder {
    margin: auto;
    top: 520px;
    left: 0px;
    right: 0px;
    width: 400px;
  }
  .productText {
    width: 700px;
    font-size: 30px;
    line-height: 44px;
  }
  .productTextDetails {
    width: 700px;
    font-size: 30px;
    line-height: 44px;
  }
  .productTextDetails li {
    font-size: 30px;
    line-height: 44px;
  }
}
/* FORM SECTION */
#ajax div {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #585858;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}

.formHolder {
  width: 1110px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: row wrap;
}

.formHolder.labelLeft .formColumn > div {
  text-align: left;
}

.formHolder.labelLeft.placeholderGrey input::placeholder {
  color: #d3d3d3;
}

.formColumn {
  width: 510px;
  margin-top: 30px;
}

.formColumn:nth-child(1),
.formColumn:nth-child(2) {
  margin-top: 0px;
}

.formColumn:nth-child(2n+2) {
  margin-left: 90px;
}

.formColumnFull {
  width: 100%;
  margin-left: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.inputMargin {
  margin-top: 10px;
}

.inputMarginBig {
  margin-top: 30px;
}

.inputStaticText {
  margin: 20px 0px 0px 0px;
  padding: 0px 20px 0px 20px;
  width: 510px;
  height: 42px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #585858;
  font-size: 15px;
  line-height: 42px;
  text-align: left;
}

.inputStaticTextCenter {
  margin: 20px 0px 0px 0px;
  padding: 0px 20px 0px 20px;
  width: 510px;
  height: 42px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #585858;
  font-size: 15px;
  line-height: 42px;
  text-align: center;
}

.inputStaticTextBlank {
  margin: 20px 0px 0px 0px;
  padding: 0px 20px 0px 20px;
  width: 510px;
  height: 42px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #585858;
  font-size: 15px;
  line-height: 42px;
  text-align: left;
}

.inputStaticTextNormal {
  margin: 20px 0px 0px 0px;
  padding: 0px 20px 0px 20px;
  width: 510px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #585858;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

.inputNotifyText {
  margin: 0px 0px 20px 0px;
  padding: 0px 20px 0px 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #585858;
  font-size: 15px;
  line-height: 42px;
  text-align: center;
}

.inputNotifyText ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.inputNotifyTextInner {
  margin: 20px 0px 20px 0px;
  padding: 0px 20px 0px 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #585858;
  font-size: 15px;
  line-height: 42px;
  text-align: center;
}

.inputStaticText a,
.inputStaticText a:hover {
  color: #e68400;
}

.inputStaticTextCenter a,
.inputStaticTextCenter a:hover {
  color: #e68400;
}

.inputStaticTextNormal a,
.inputStaticTextNormal a:hover {
  color: #e68400;
}

.inputCheckboxGroup {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  font-size: 1px;
  line-height: 0px;
}

.inputCheckboxGroup:after {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  font-size: 1px;
  line-height: 0px;
  content: "";
  visibility: hidden;
  clear: both;
}

.inputTypeGroup {
  margin: 4px 0px 4px 30px;
  padding: 0px 0px 0px 0px;
  display: block;
  font-size: 1px;
  line-height: 0px;
  float: left;
}

.inputTypeCheckbox {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  font-size: 1px;
  line-height: 0px;
}

.inputHidden {
  display: none;
}

.inputCheckboxTextContent {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #585858;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  cursor: pointer;
}

.inputCheckbox {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #585858;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  cursor: pointer;
}

.inputCheckboxTextContent span,
.inputCheckbox span {
  margin: 0px 5px 0px 5px;
  padding: 0px 0px 0px 0px;
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  color: #cccccc;
  font-size: 15px;
  line-height: 1px;
}

.inputCheckbox a,
.inputCheckbox a:hover {
  color: #e68400;
}

.inputCheckboxTextContent span:before,
.inputCheckbox span:before {
  content: "\f10c";
}

.inputTypeGroup :checked + .inputCheckboxTextContent,
.inputTypeCheckbox :checked + .inputCheckbox {
  color: #e68400;
}

.inputTypeGroup :checked + .inputCheckboxTextContent span:before,
.inputTypeCheckbox :checked + .inputCheckbox span:before {
  color: #e68400;
  content: "\f058";
}

input[type=checkbox].error + .inputCheckbox span:before,
input[type=checkbox].error + .inputCheckbox {
  color: red;
}

.inputText {
  margin: 0px 0px 0px 0px;
  padding: 0px 20px 0px 20px;
  width: 510px;
  height: 42px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #585858;
  font-size: 15px;
  line-height: 42px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 15px;
}

form.hasError .inputText.error {
  border-color: red;
}

.inputTextArea {
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  width: 510px;
  height: 312px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #585858;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 15px;
  resize: none;
  vertical-align: top;
}

form.hasError .inputTextArea.error {
  border-color: red;
}

.inputButton {
  margin: 0px 0px 0px 0px;
  padding: 20px 40px 20px 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 17px;
  line-height: 22px;
  text-align: left;
  background-color: #e68400;
  border-radius: 25px;
  display: inline-block;
}

.inputButton:hover {
  color: #ffffff;
  background-color: #585858;
}

.inputButton:disabled {
  cursor: default;
  color: #ffffff;
  background-color: #898989;
}

.inputButtonWhite {
  margin: 0px 0px 0px 0px;
  padding: 20px 40px 20px 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  font-size: 17px;
  line-height: 22px;
  text-align: left;
  background-color: #ffffff;
  border-radius: 25px;
  display: inline-block;
}

.inputButtonWhite:hover {
  color: #888888;
  background-color: #ffffff;
}

.inputButtonShop {
  margin: 0px 0px 0px 0px;
  padding: 0px 25px 0px 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 14px;
  line-height: 52px;
  text-align: left;
  background-color: #e68400;
  border-radius: 25px;
  display: inline-block;
}

.inputButtonShop:hover {
  color: #ffffff;
  background-color: #585858;
}

.inputButtonEvent {
  margin: 0px 0px 0px 0px;
  padding: 15px 25px 15px 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  background-color: #e68400;
  border-radius: 25px;
  display: inline-block;
}

.inputButtonEvent:hover {
  color: #ffffff !important;
  background-color: #585858;
}

.inputFileHolder {
  margin: 10px 0px 0px 0px;
  font-size: 1px;
  line-height: 0px;
  text-align: left;
  width: 510px;
  position: relative;
  overflow: hidden;
}

.inputFile {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  top: 0px;
  right: 0px;
  font-size: 150px;
  cursor: pointer;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
}

.browseButton {
  margin: 0px 0px 0px 0px;
  padding: 0px 20px 0px 20px;
  width: 510px;
  height: 42px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  font-size: 15px;
  line-height: 42px;
  text-align: center;
  background-color: #dedede;
  border: 1px solid #dedede;
  border-radius: 15px;
  display: inline-block;
}

.inputGrey {
  background-color: #dedede;
}

@media screen and (max-width: 800px) {
  .formHolder {
    width: 800px;
  }
  .formColumn {
    width: 700px;
    margin-left: 0px !important;
  }
  .formColumn:nth-child(1),
  .formColumn:nth-child(2) {
    margin-top: 0px;
  }
  .formColumnSpace {
    margin-top: 30px !important;
  }
  .inputStaticText {
    width: 700px;
  }
  .inputStaticTextCenter {
    width: 700px;
  }
  .inputStaticTextBlank {
    width: 700px;
  }
  .inputStaticTextNormal {
    width: 700px;
  }
  .inputCheckbox {
    font-size: 15px;
  }
  .inputText {
    width: 700px;
  }
  .inputTextArea {
    width: 700px;
  }
  .inputFileHolder {
    width: 700px;
  }
  .browseButton {
    width: 700px;
  }
}
.formMessage.error {
  color: red;
}

/* FOOTER SECTION */
#footerSection {
  width: 100%;
  min-width: 1110px;
  background-color: #e68400;
}

.footerText {
  margin: 0px 0px 0px 0px;
  padding: 70px 0px 70px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: row wrap;
}

.footerMenu {
  width: 1000px;
  font-size: 1px;
  line-height: 0px;
  text-align: left;
}

.footerSocial {
  width: 110px;
  font-size: 1px;
  line-height: 0px;
  text-align: right;
}

.footerSocial div {
  margin: 30px 0px 0px 0px;
}

.footerSocial div:first-child {
  margin: 0px 0px 0px 0px;
}

.footerSocial img {
  width: 50px;
}

.menuNavigatorFooter {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
  list-style: none;
  display: inline-block;
}

.menuItemFooter {
  margin: 0px 0px 0px 0px;
  padding: 0px 40px 0px 40px;
  position: relative;
  float: left;
}

.menuItemFooter:first-child {
  padding: 0px 40px 0px 0px;
}

.menuItemFooter div,
.menuItemFooter div a {
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 20px;
}

.menuItemFooter div:hover,
.menuItemFooter div a:hover {
  color: #ffffff;
  cursor: pointer;
}

.menuItemFooter:hover div {
  color: #ffffff;
}

.menuItemFooter:not(:last-child):after {
  width: 2px;
  height: 22px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #ffffff;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  float: left;
  content: "";
}

.menuSubNavigatorFooter {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
}

.menuSubItemFooter {
  margin: 3px 0px 0px 0px;
  padding: 4px 0px 4px 0px;
}

.menuSubItemFooter a {
  color: #ffffff;
  white-space: nowrap;
  display: block;
}

.menuSubItemFooter a:hover {
  color: #ffffff;
}

.footerLine {
  width: 1110px;
  height: 1px;
  font-size: 1px;
  line-height: 0px;
  background-color: #ffffff;
}

.footerLogo {
  width: 200px;
  font-size: 1px;
  line-height: 0px;
  text-align: left;
}

.footerLogo img {
  width: 100px;
}

.footerCopyright {
  width: 910px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
}

.footerCopyright a,
.footerCopyright a:hover {
  color: #ffffff;
}

@media screen and (max-width: 800px) {
  #footerSection {
    min-width: 800px;
  }
  .footerMenu {
    display: none;
  }
  .footerSocial {
    width: 700px;
    text-align: center;
  }
  .footerSocial div {
    margin: 0px 0px 0px 60px;
    display: inline-block;
  }
  .footerSocial div:first-child {
    margin: 0px 0px 0px 0px;
  }
  .footerSocial img {
    width: 100px;
  }
  .footerLine {
    width: 700px;
  }
  .footerLogo {
    width: 700px;
    text-align: center;
  }
  .footerLogo img {
    width: 200px;
  }
  .footerCopyright {
    padding: 30px 0px 0px 0px;
    width: 800px;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }
}
/* MAP SECTION */
#map {
  width: 100%;
  min-width: 1110px;
  height: 600px;
}

@media screen and (max-width: 800px) {
  #map {
    width: 100%;
    min-width: 800px;
  }
}
/* EDITOR SECTION */
#editor {
  width: 1110px;
  height: 650px;
}

@media screen and (max-width: 800px) {
  #editor {
    width: 700px;
  }
}
/* YOUTUBE SECTION */
#youtube {
  width: 1110px;
  height: 624px;
}

@media screen and (max-width: 800px) {
  #youtube {
    width: 700px;
    height: 394px;
  }
}
/* SHOP SECTION */
#shopBox {
  width: 600px;
  display: none;
}

.shopText {
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 30px 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #868686;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.shopInputLeft {
  float: left;
  /*width: 200px;*/
}

.shopInputRight {
  float: left;
}

.inputTextShop {
  margin: 0px 10px 0px 10px;
  padding: 0px 10px 0px 10px;
  width: 70px;
  height: 52px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #585858;
  font-size: 15px;
  line-height: 52px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #868686;
  border-radius: 15px;
}

#shopItemSize {
  margin-right: 10px;
}

.select-css {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #585858;
  line-height: 1.3;
  padding: 0 1.4em 0 0.8em;
  width: 140px;
  max-width: 100%;
  line-height: 52px;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23e68400%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

.select-css::-ms-expand {
  display: none;
}

.select-css:hover {
  border-color: #888;
}

.select-css:focus {
  border-color: #aaa;
  box-shadow: none;
  box-shadow: none -moz-mac-focusring;
  color: #222;
  outline: none;
}

.select-css option {
  font-weight: normal;
}

/* EU */
.euHolder {
  width: 1110px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-flow: row wrap;
}

.euImage:not(:last-child) {
  margin-right: 10px;
}

.euImage {
  display: block !important;
  font-size: 1px;
  line-height: 0px;
}

.euImage img {
  width: 550px;
}

@media screen and (max-width: 800px) {
  .euHolder {
    width: 800px;
  }
  .euImage:not(:last-child) {
    margin-bottom: 60px;
    margin-right: 0px;
  }
  .euImage img {
    width: 684px;
  }
}
/* EVENT SECTION */
.eventButton {
  margin: 10px 0px 0px 0px;
  text-align: center;
}

/* ADMIN EDITOR */
.adminInlineEditor {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #585858;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.adminInlineCenter {
  margin: 15px 0px 0px 0px;
  text-align: center;
}

.adminInlineCenterSmall {
  margin: 0px 0px 0px 0px;
  text-align: center;
}

.adminInlineEditor a {
  margin: 0px 0px 0px 20px;
  color: #e68400;
  display: inline-block;
}

.adminInlineEditor a:hover {
  color: #585858;
}

.adminInlineEditor a:first-child {
  margin-left: 0px;
}

.adminDownloadTitle {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #585858;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
}

.adminDownloadFolder {
  margin: 40px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #585858;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
}

.adminDownloadContent {
  margin: 20px 0px 0px 20px;
}

.adminDownloadFile {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #585858;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.columns {
  width: 100%;
  display: block;
}

.columns .column {
  width: 358.3333333333px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.columns .column:nth-child(3) {
  margin-right: 0;
}

.columns .column img {
  width: 100%;
  height: auto;
}

.columns .column .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(230, 132, 0, 0.9);
  color: #ffffff;
  line-height: 80px;
  height: 80px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 26px;
}

@media screen and (max-width: 800px) {
  .columns .column {
    width: calc((100% - 15px) / 3);
    display: inline-block;
  }
}
.szechenyi2020 {
  position: fixed;
  right: 0;
  top: 250px;
  z-index: 999;
  cursor: pointer;
  box-shadow: 0px 0px 20px 0 black;
  background-color: #ffffff;
}

.szechenyi2020 img {
  display: block;
  border: none;
}

.staticContent form div.errors ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.staticContent form div.errors ul li {
  display: block;
  line-height: 120%;
  height: 20px;
  list-style-type: none;
  text-align: left;
  color: red;
}

.staticContent form div.errors ul li::marker {
  display: none;
}

input[type=range] {
  width: 100%;
  margin: 3.8px 0;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  background: rgba(230, 132, 0, 0.3);
  border: 0;
  border-radius: 1.3px;
  width: 100%;
  height: 8.4px;
  cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
  margin-top: -8.8px;
  width: 26px;
  height: 26px;
  background: #e68400;
  border: 1px solid #d3d3d3;
  border-radius: 26px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ff9300;
}

input[type=range]::-moz-range-track {
  background: rgba(230, 132, 0, 0.3);
  border: 0;
  border-radius: 1.3px;
  width: 100%;
  height: 8.4px;
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  width: 26px;
  height: 26px;
  background: #e68400;
  border: 1px solid #d3d3d3;
  border-radius: 26px;
  cursor: pointer;
}

input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3.8px 0;
  color: transparent;
  width: 100%;
  height: 8.4px;
  cursor: pointer;
}

input[type=range]::-ms-fill-lower {
  background: #cd7500;
  border: 0;
  border-radius: 2.6px;
}

input[type=range]::-ms-fill-upper {
  background: rgba(230, 132, 0, 0);
  border: 0;
  border-radius: 2.6px;
}

input[type=range]::-ms-thumb {
  width: 16px;
  height: 16px;
  background: #e68400;
  border: 1px solid #d3d3d3;
  border-radius: 16px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}

input[type=range]:focus::-ms-fill-lower {
  background: rgba(230, 132, 0, 0);
}

input[type=range]:focus::-ms-fill-upper {
  background: #ff9300;
}

/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/
@supports (-ms-ime-align: auto) {
  /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  input[type=range] {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.icontitle {
  vertical-align: middle;
  line-height: 120%;
  display: inline-block;
  width: calc(100% - 200px);
}

.fancybox-inner {
  overflow: hidden !important;
}

/* DivTable.com */
.divTable {
  display: table;
  width: 100%;
}

.divTableRow {
  display: table-row;
}

.divTableHeading {
  background-color: #eee;
  display: table-header-group;
}

.divTableCell,
.divTableHead {
  border: 1px solid #999999;
  display: table-cell;
  padding: 3px 10px;
}

@media screen and (max-width: 800px) {
  .divTableCell,
  .divTableHead {
    display: block;
  }
}
.divTableHeading {
  background-color: #eee;
  display: table-header-group;
  font-weight: bold;
}

.divTableFoot {
  background-color: #eee;
  display: table-footer-group;
  font-weight: bold;
}

.divTableBody {
  display: table-row-group;
}

/*404*/
body#error404 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}

body#error404 .container h1 {
  color: #e68400;
  font-size: 100px;
  line-height: 80px;
  margin: 0;
}

body#error404 .container p {
  margin: 20px 0;
}

.return-to-home {
  font-weight: 500;
  border: none;
  cursor: pointer;
  color: #fff;
}

.anchor {
  display: block;
  height: 250px;
  margin-top: -250px;
  visibility: hidden;
}

.anchor.bottom {
  height: 200px;
  margin-top: -200px;
}

/* ---------------------------------------------*/
/* ---------------------------------------------*/
/* English and German "under construction" site */
/* ---------------------------------------------*/
/* ---------------------------------------------*/
.constructionSite .constructionMenu {
  display: flex;
}

.constructionSite .constructionMenu .logoHolder {
  width: 600px;
  position: relative;
  left: -55px;
  right: auto !important;
}

.constructionSite .constructionMenu .menuText p {
  text-align: left;
  margin: 0 0;
}

.constructionSite .constructionMenu .menuText {
  padding-left: 30px;
  padding-top: 50px;
}

.constructionSite .constructionMenu .menuText .text-top {
  color: #e68400 !important;
  font-size: 45px;
  line-height: 45px;
}

.constructionSite .constructionMenu .menuText .text-bottom {
  color: black !important;
  font-size: 70px;
  line-height: 70px;
}

.constructionSite .constructionBody .text {
  text-align: left;
  color: black;
  padding-left: 30px;
  padding-top: 30px;
  padding-right: 30px;
}

.constructionSite .constructionBody .text .mobile-text {
  display: none;
}

.constructionSite .constructionBody .text p {
  margin-top: 0;
}

.constructionSite .constructionBody .imageText .text a.orange {
  color: #e68400;
}

.constructionSite .constructionBody .imageText .text a.black {
  color: black;
}

.constructionSite .constructionBody .imageText {
  position: relative;
  overflow: hidden;
  height: 700px;
}

.constructionSite .constructionBody .imageText .image img {
  position: absolute;
  width: 100%;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  left: -300px;
  top: -180px;
}

.constructionSite .constructionBody .imageText .image {
  left: 287px;
  top: 0;
  width: 100%;
  position: absolute;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  height: 700px;
}

.constructionSite .constructionBody {
  position: relative;
  background-color: rgba(204, 204, 204, 0.4862745098);
  min-height: calc(100vh - 195px);
}

.constructionSite .constructionBody .bwBox1 {
  position: absolute;
  top: 30px;
  right: 40px;
}

.constructionSite .constructionBody .bwBox2 {
  position: absolute;
  top: 173px;
  right: 40px;
}

.constructionSite .constructionBody .bwBox3 {
  position: absolute;
  top: 316px;
  right: 40px;
}

.constructionSite .constructionBody .bwBox4 {
  position: absolute;
  top: 459px;
  right: 40px;
}

.constructionSite .constructionBody .bwBox {
  width: 130px;
}

.constructionSite .constructionBody .bwBox1.german {
  top: 30px;
}

.constructionSite .constructionBody .bwBox2.german {
  top: 164px;
}

.constructionSite .constructionBody .bwBox3.german {
  top: 284px;
}

.constructionSite .constructionBody .bwBox4.german {
  top: 418px;
}

.constructionSite .constructionBody .bwBox .line1,
.constructionSite .constructionBody .bwBox .line3 {
  background-color: #000000;
  margin: 0 0;
  color: white;
  font-weight: 800;
  font-size: 17px;
  line-height: 17px;
  padding: 3px 8px;
}

.constructionSite .constructionBody .bwBox .line2 {
  background-color: #ffffff;
  margin: 0 0;
  color: black;
  font-size: 45px;
  line-height: 40px;
  letter-spacing: -4px;
  font-weight: 800;
}

.constructionSite .constructionBody .bwBox.german .line1,
.constructionSite .constructionBody .bwBox.german .line3 {
  font-size: 14px;
  line-height: 14px;
}

@media screen and (max-width: 1500px) {
  .constructionSite .constructionBody .imageText .image img {
    top: -100px;
  }
}
@media screen and (max-width: 1400px) {
  .constructionSite .constructionBody .imageText .image img {
    top: 0px;
  }
}
@media screen and (max-width: 1300px) {
  .constructionSite .constructionBody .imageText .image img {
    top: 0px;
  }
  .constructionSite .constructionMenu .menuText .text-top {
    font-size: 35px;
    line-height: 35px;
  }
  .constructionSite .constructionMenu .menuText .text-bottom {
    font-size: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1150px) {
  .constructionSite .constructionMenu .menuText .text-top {
    font-size: 35px;
    line-height: 35px;
  }
  .constructionSite .constructionMenu .menuText .text-bottom {
    font-size: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 800px) {
  .constructionSite .constructionBody .text .mobile-text {
    display: block;
  }
  .constructionSite .constructionBody .text .desktop-text {
    display: none;
  }
  .constructionSite .constructionBody .imageText {
    position: relative;
    overflow: visible;
    height: auto;
    padding-bottom: 40px;
  }
  .constructionSite .constructionMenu .logoHolder {
    width: 50vw;
  }
  .constructionSite .constructionMenu .logoHolder .logo {
    padding: 0 0;
    padding-right: 80px;
    padding-top: 50px;
  }
  .constructionSite .constructionMenu .menuText .text-top {
    font-size: 30px;
    line-height: 30px;
  }
  .constructionSite .constructionMenu .menuText .text-bottom {
    font-size: 40px;
    line-height: 40px;
  }
  .constructionSite .constructionMenu .menuText {
    padding-left: 0px;
    padding-top: 70px;
  }
  .constructionSite .constructionBody .imageText .image img {
    position: static;
    width: 100%;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .constructionSite .constructionBody .imageText .image {
    width: 100%;
    position: static;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    overflow: visible;
    height: auto;
  }
  .constructionSite .constructionBody .boxes {
    display: flex;
    grid-gap: 40px;
    justify-content: center;
    padding-bottom: 40px;
  }
  .constructionSite .constructionBody .bwBox {
    position: static;
  }
  .constructionSite .constructionBody .text {
    font-size: 30px;
    line-height: 38px;
  }
  .constructionSite .constructionBody .bwBox.german .line3 {
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
  }
  .constructionSite .constructionBody .bwBox.german {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
  }
}
/* ---------------------------------------------*/
/* ---------------------------------------------*/
/*                Woodec + Aludec               */
/* ---------------------------------------------*/
/* ---------------------------------------------*/
.woodec-aludec .orangeTitle {
  color: #ed7e13;
  font-weight: 300;
}

.woodec-aludec .title {
  font-size: 30px;
  margin-bottom: 8px;
}

.woodec-aludec .flexSection {
  padding-top: 48px;
  display: flex;
  grid-gap: 32px;
  padding-bottom: 48px;
}

.woodec-aludec .flexSectionMobile {
  display: none;
}

.woodec-aludec .flexSectionMobile .imagesSection {
  padding-bottom: 24px;
  padding-top: 8px;
}

.woodec-aludec .imagesSection {
  display: block;
  /* display: flex; grid-gap: 32px; */
}

.woodec-aludec .flexSection h3 {
  margin-top: 8px;
}

.woodec-aludec ul {
  list-style: none;
  padding: 0;
}

.woodec-aludec ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.woodec-aludec ul li::before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  min-width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #868686;
}

.woodec-aludec .greyLinks {
  font-weight: 300;
  color: #868686;
  text-decoration: underline;
}

.woodec-aludec .greyLinks:hover {
  font-weight: 300;
}

.woodec-aludec .relativeStyle {
  position: relative;
}

.woodec-aludec .backgroundForTitle {
  height: 150px;
  width: 1px;
}

.woodec-aludec .gridSection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}

.woodec-aludec .gridSectionMobile {
  display: none;
}

.woodec-aludec .paddingTop {
  padding-top: 100px;
}

.woodec-aludec .orangeBg {
  background-color: #e68400;
  margin-top: 150px;
  height: 350px;
  margin-bottom: 100px;
}

.woodec-aludec .orangeBgMobile {
  background-color: #e68400;
  margin-top: 250px;
  height: 550px;
  margin-bottom: 100px;
  display: none;
}

.woodec-aludec .orangeBg .gridSection4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 70px;
  position: relative;
  top: -220px;
}

.woodec-aludec .orangeBgMobile .gridSection4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 70px;
  position: relative;
  top: -220px;
}

.woodec-aludec .orangeBg .gridItem p {
  font-size: 30px;
}

.woodec-aludec .orangeBg .gridItem span {
  color: white;
  font-size: 17px;
}

.woodec-aludec .orangeBgMobile .gridItem span {
  color: white;
  font-size: 27px;
}

.woodec-aludec .slashTitle {
  top: 0;
  left: 170px;
  height: 150px;
  font-size: 40px;
}

.woodec-aludec .backgroundGrey.aludecProducts {
  margin-top: 200px;
  margin-bottom: 400px;
  height: 620px;
}

.woodec-aludec .backgroundGrey.aludecProductsMobile {
  display: none;
  margin-top: 200px;
  height: 520px;
}

.woodec-aludec .backgroundGrey.aludecProductsMobile {
  margin-bottom: 300px;
}

.woodec-aludec .backgroundGrey.aludecProductsMobileLast {
  margin-bottom: 100px;
}

.woodec-aludec .backgroundGrey .gridSection4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 70px;
  position: relative;
  top: -220px;
}

.woodec-aludec .backgroundGrey.aludecProductsMobile .gridSection4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 70px;
  position: relative;
  top: -220px;
}

.woodec-aludec .backgroundGrey .gridItem p {
  font-size: 30px;
}

.woodec-aludec .backgroundGrey .gridItem span {
  font-size: 17px;
}

.woodec-aludec .backgroundGrey.aludecProductsMobile .gridItem span {
  font-size: 27px;
}

.woodec-aludec .orangeNumber {
  background-color: #e68400;
  color: white;
  padding: 2px 8px;
  font-weight: 600;
}

/* Greenslide */
.splashTitle.greenslide:before,
.splashTitle.greenslide:after {
  background-color: #0a975f;
}

.greenslide-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.greenslide-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.icon-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.greenslide-title {
  font-weight: 400;
  color: #0a975f;
}

.greenslide-staticTitle-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.greenslide-staticTitle-holder {
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  justify-content: center;
}

.greenslide-staticTitle {
  position: relative;
  height: 120px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #868686;
  text-transform: uppercase;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.greenslide-staticTitle:before,
.greenslide-staticTitle:after {
  width: 2px;
  height: 120px;
  position: absolute;
  top: 0px;
  background-color: #0a975f;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  content: "";
}

.greenslide-staticTitle:before {
  left: -50px;
}

.greenslide-staticTitle:after {
  right: -50px;
}

.greenslide-parallelogram {
  position: relative;
}

.greenslide-parallelogram-middle {
  height: 230px;
  background-color: #0a975f;
  color: white;
  display: flex;
  align-items: center;
}

.greenslide-parallelogram-left {
  position: absolute;
  left: -110px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 230px 110px 0 0;
  border-color: transparent #0a975f transparent transparent;
}

.greenslide-parallelogram-right {
  position: absolute;
  right: -110px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 230px 110px;
  border-color: transparent transparent transparent #0a975f;
}

.greenlside-blueprint-container-desktop {
  display: block;
  background: url("../uploads/greenslide/greenslide-blueprint-desktop.png") no-repeat;
  background-size: cover;
  background-position-x: 65%;
  height: 1104px;
  max-width: 1920px;
  padding: 40px 0;
}

.greenlside-blueprint-container-desktop .greenslide-blueprint-text {
  max-width: 50%;
  margin-right: auto;
}

.greenlside-blueprint-container-desktop .greenslide-blueprint-title {
  color: white;
  font-weight: 400;
}

.greenlside-blueprint-container-desktop .greenslide-blueprint-text li {
  color: white;
}

.greenlside-blueprint-container-desktop .greenslide-blueprint-text .staticText ul.list-style-plus > li:before {
  color: white;
}

.greenlside-blueprint-container-mobile {
  display: none;
}

@media screen and (max-width: 800px) {
  .greenslide-row {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .greenslide-parallelogram-middle {
    height: 120px;
  }
  .greenslide-parallelogram-middle p {
    font-size: 20px;
  }
  .greenslide-parallelogram-left {
    border-width: 120px 40px 0 0;
    left: -40px;
  }
  .greenslide-parallelogram-right {
    border-width: 0px 0 120px 40px;
    right: -40px;
  }
  .greenslide-staticTitle-row {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .greenslide-staticTitle:before,
  .greenslide-staticTitle:after {
    height: 80px;
  }
  .greenslide-staticTitle {
    height: 80px;
  }
  .greenlside-blueprint-container-desktop {
    display: none;
  }
  .greenlside-blueprint-container-mobile {
    display: block;
  }
  .greenlside-blueprint-container-mobile .greenslide-blueprint-title {
    color: #0a975f;
    font-weight: 400;
  }
  .greenlside-blueprint-container-mobile .greenslide-blueprint-text li {
    color: #868686;
  }
  .greenlside-blueprint-container-mobile .greenslide-blueprint-text .staticText ul.list-style-plus > li:before {
    color: #0a975f;
  }
}
/* Szinvalaszto */
.szinvalaszto-title {
  color: #e68400;
  font-weight: 400;
}

.szinvalaszto-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
}

.szin-text {
  font-family: inherit;
  font-size: 20px;
  line-height: normal;
}

.szinvalaszto-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.szin-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.szin-img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.szin-name {
  font-size: 14px;
}

@media screen and (max-width: 800px) {
  .szinvalaszto-row {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .szinvalaszto-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .szin-text {
    font-size: 30px;
  }
  .szin-name {
    font-size: 24px;
  }
}
/* Warranty tables */
.warranty-table {
  width: 100%;
}

.warranty-table th,
.warranty-table td {
  padding: 10px;
  text-align: left;
  border-bottom: 2px solid #efefef;
}

.warranty-table th {
  background-color: #efefef;
  color: #e68400;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
}

.warranty-table td {
  font-weight: 400;
  font-size: 16px;
}

.warranty-table .grey-bg {
  background-color: #efefef;
  color: #585858;
}

.warranty-download-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.warranty-download-button {
  background-color: #e68400;
  color: white !important;
  font-weight: 300;
  padding: 15px 30px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.warranty-download-button:hover {
  background-color: #585858;
}

@media screen and (max-width: 800px) {
  .warranty-table th {
    font-size: 30px;
  }
  .warranty-table td {
    font-size: 26px;
  }
  .warranty-download-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
/* Nyeremenyjatek 2024 */
.nyeremeny-box {
  background-color: #efefef;
  padding: 40px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.nyeremeny-title {
  color: #e68400;
  font-weight: 600;
  text-transform: uppercase;
}

.nyeremeny-text {
  text-align: center;
}

/* ---------------------------------------------*/
/* ---------------------------------------------*/
/*                ÁRUHITEL STYLES               */
/* ---------------------------------------------*/
/* ---------------------------------------------*/
/* ============================================
   ARUHITEL PAGE - Összes stílus
   ============================================ */
.aruhitelPage {
  background-color: #ffffff;
  text-align: left;
  /* ---- Hero szöveg ---- */
}

.aruhitelPage .heroText {
  text-align: center;
  padding-bottom: 10px;
}

.aruhitelPage .heroText .line1 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #e68400;
  margin-bottom: 15px;
}

.aruhitelPage .heroText .line2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #868686;
  margin-bottom: 10px;
}

.aruhitelPage .heroText .line3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #e68400;
  text-transform: uppercase;
}

.aruhitelPage {
  /* ---- Trapezoid banner (100% / 0%) ---- */
}

.aruhitelPage .trapezoidBanner {
  background-color: #e68400;
  transform: skewX(-25deg);
  margin: 40px -60px;
  padding: 25px 60px;
}

.aruhitelPage .trapezoidBanner .bannerInner {
  transform: skewX(25deg);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.aruhitelPage .trapezoidBanner .bannerItem {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #ffffff;
}

.aruhitelPage .trapezoidBanner .bannerItem .bannerSvg {
  height: 75px;
  width: auto;
  display: block;
}

.aruhitelPage .trapezoidBanner .bannerItem .label {
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.aruhitelPage .trapezoidBannerCta {
  text-align: center;
  margin: 20px 0 40px 0;
}

.aruhitelPage {
  /* ---- Offer section ('MOST banner) ---- */
}

.aruhitelPage .offerNow {
  font-size: 16px;
  font-weight: 700;
  color: #e68400;
  margin-bottom: 8px;
  text-align: left;
}

.aruhitelPage .offerBannerSvg {
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
}

.aruhitelPage .offerBannerSvg .offerBannerSvgLeft {
  background-color: #e68400;
  padding: 15px 40px;
  transform: skewX(-25deg);
  display: flex;
  align-items: center;
  margin-right: -8px;
}

.aruhitelPage .offerBannerSvg .offerBannerSvgLeft img {
  height: 60px;
  width: auto;
  display: block;
  transform: skewX(25deg);
}

.aruhitelPage .offerBannerSvg .offerBannerSvgRight {
  margin-left: 15px;
  background-color: #f10000;
  padding: 15px 40px;
  transform: skewX(-25deg);
  display: flex;
  align-items: center;
}

.aruhitelPage .offerBannerSvg .offerBannerSvgRight img {
  height: 60px;
  width: auto;
  display: block;
  transform: skewX(25deg);
}

.aruhitelPage .offerTitle {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  color: #e68400;
  margin-bottom: 20px;
  text-align: left;
}

.aruhitelPage .offerDescription {
  font-size: 14px;
  line-height: 22px;
  color: #585858;
  margin-bottom: 25px;
  text-align: left;
}

.aruhitelPage {
  /* ---- Reprezentatív példa ---- */
}

.aruhitelPage .representativeExample {
  margin-bottom: 30px;
}

.aruhitelPage .representativeExample .representativeTitle {
  font-size: 18px;
  font-weight: 700;
  color: #e68400;
  margin-bottom: 12px;
  text-align: left;
}

.aruhitelPage .representativeExample ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aruhitelPage .representativeExample ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  font-size: 15px;
  color: #e68400;
  line-height: 20px;
}

.aruhitelPage .representativeExample ul li:before {
  content: "»";
  position: absolute;
  left: 0;
  color: #e68400;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.aruhitelPage .representativeExample ul li strong {
  font-weight: 900;
  color: #e68400;
}

.aruhitelPage .offerCta {
  text-align: center;
  margin-top: 30px;
}

.aruhitelPage {
  /* ---- Adatlap / Form section ---- */
}

.aruhitelPage .adatlapSection {
  background-color: #efefef;
  padding: 50px 0;
}

.aruhitelPage .adatlapSection .formInstructions {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 16px;
  color: #868686;
}

/* ---- Reszponzív ---- */
@media screen and (max-width: 800px) {
  .aruhitelPage .heroText {
    padding-left: 50px;
    padding-right: 50px;
  }
  .aruhitelPage .heroText .line1 {
    font-size: 35px;
    line-height: auto;
  }
  .aruhitelPage .heroText .line1 br {
    display: none;
  }
  .aruhitelPage .heroText .line2 {
    font-size: 25px;
    line-height: auto;
  }
  .aruhitelPage .heroText .line2 br {
    display: none;
  }
  .aruhitelPage .heroText .line3 {
    font-size: 33px;
    line-height: auto;
  }
  .aruhitelPage .heroText .line3 br {
    display: none;
  }
  .aruhitelPage .trapezoidBanner {
    margin: 40px auto;
    padding: 25px 20px;
    width: 70%;
  }
  .aruhitelPage .trapezoidBanner .bannerInner {
    flex-direction: column;
    gap: 30px;
  }
  .aruhitelPage .trapezoidBanner .bannerItem {
    width: auto;
    margin: 0;
  }
  .aruhitelPage .offerTitle,
  .aruhitelPage .offerDescription,
  .aruhitelPage .representativeExample,
  .aruhitelPage .offerNow,
  .aruhitelPage .offerBannerSvg,
  .aruhitelPage .offerCta {
    padding-left: 50px;
    padding-right: 50px;
  }
  .aruhitelPage .checkTitle {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .aruhitelPage .checkItems li {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .aruhitelPage .offerDescription,
  .aruhitelPage .formInstructions,
  .aruhitelPage .inputCheckbox,
  .aruhitelPage .inputStaticText {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  .aruhitelPage .representativeExample .representativeTitle {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .aruhitelPage .representativeExample ul li {
    font-size: 25px !important;
    line-height: 30px !important;
  }
}
/* END OF RECONSTRUCTED STYLE.SCSS */
/* BACKGROUND ORANGE SECTION */
.backgroundOrange {
  background-color: #e68400;
}
.backgroundOrange .checkListContent {
  padding: 10px 0;
}
.backgroundOrange .checkListContent .checkTitle {
  font-size: 22px;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
}
.backgroundOrange .checkListContent .checkItems {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.backgroundOrange .checkListContent .checkItems li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
}
.backgroundOrange .checkListContent .checkItems li:before {
  content: "»";
  position: absolute;
  left: 0;
  top: 1px;
  background-color: #ffffff;
  color: #e68400;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.backgroundOrange .checkListContent .checkItems li b {
  font-weight: 900;
}

@media screen and (max-width: 800px) {
  .backgroundOrange .checkListContent {
    padding-left: 50px;
    padding-right: 50px;
  }
}

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