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;
}
#euHolder {
  /*display: flex;*/
}
#euHolder.mobile {
  /*display: block;
    width: 400px;
    margin: 0 auto;*/
}
.euImages {
  /*flex: 1;*/
  margin: 5px 5px 0px 5px;
}
.euImages.mobile {
  /*display: block !important;
    margin: 15px auto 0px;*/
}
.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: calc(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;
}

.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;
  /*line-height: 0px;*/
}

.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: "\2014";
}

.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;
}

.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;
  /* filter: alpha(opacity: 0); whats this? it throws error*/
  filter: 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: calc(1075px / 3);
  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;
}
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;
}
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: #cccccc7c;
  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;
}

.staticContent.mobile {
  display: none;
}

@media screen and (max-width: 1350px) {
  .greenslide-parallelogram {
    width: 80%;
  }
  .greenlside-blueprint-container-desktop {
    background-position-x: 70%;
  }
}

@media screen and (max-width: 800px) {
  .greenslide-row {
    grid-template-columns: 1fr;
  }

  .greenslide-staticTitle-row {
    grid-template-columns: 1fr;
  }

  .greenslide-staticTitle {
    font-size: 34px;
    line-height: 48px;
  }

  .greenslide-parallelogram {
    width: 100%;
  }

  .greenslide-parallelogram-middle {
    height: unset;
    padding: 50px;
  }

  .greenslide-parallelogram-left,
  .greenslide-parallelogram-right {
    display: none;
  }

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

  .greenlside-blueprint-container-mobile {
    display: block;
    background: url("../uploads/greenslide/greenslide-blueprint-mobile.png")
      no-repeat center center;
    background-size: contain;
    height: 1104px;
  }

  .staticContent.mobile {
    display: block;
  }

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

/* Szinvalaszto */
.szinvalaszto {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
.szinvalaszto > a {
  position: relative;
}
.szinvalaszto img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  display: block;
}
.szinvalaszto .title {
  display: block;
  width: 100%;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition-duration: 0.3s;
}
.szinvalaszto .title {
  text-overflow: ellipsis;
  color: white;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-size: 0.8em;
  line-height: 1.5;
}
.szinvalaszto > a:hover .title {
  opacity: 1;
}
.slimTitle {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #585858;
  text-transform: uppercase;
}

@media screen and (max-width: 800px) {
  .szinvalaszto {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 30px;
    line-height: 44px;
    justify-content: center;
  }
  .szinvalaszto img {
    width: 210px;
    height: 210px;
    object-fit: cover;
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .woodec-aludec .orangeBg {
    display: none;
  }
  .woodec-aludec .orangeBgMobile {
    display: block;
  }
  .woodec-aludec .backgroundGrey.aludecProducts {
    display: none;
  }
  .woodec-aludec .backgroundGrey.aludecProductsMobile {
    display: block;
  }
  .woodec-aludec .staticText {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 30px;
    line-height: 44px;
  }
  .woodec-aludec .staticSection {
    min-width: 800px;
  }
  .woodec-aludec .staticContent {
    width: 100%;
  }
  .woodec-aludec .gridSection {
    display: none;
  }
  .woodec-aludec .gridSectionMobile {
    display: flex;
    flex-direction: column;
  }
  .woodec-aludec .gridSectionMobile img {
    width: 100%;
    margin: 24px 0;
  }
}

@media screen and (max-width: 800px) {
  .woodec-aludec .title {
    font-size: 45px;
    margin-bottom: 38px;
    line-height: 1.2;
  }
  .woodec-aludec .flexSection {
    display: none;
  }
  .woodec-aludec .flexSectionMobile {
    display: block;
  }
  .woodec-aludec .greyLinks {
    display: flex;
    flex-direction: column;
  }
  .woodec-aludec .linkSeparator {
    display: none;
  }
}

/* Warranty */
.warranty-table-container {
  margin: 20px;
  overflow-x: auto;
}
.warranty-table-container table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.warranty-table-container table,
.warranty-table-container th,
.warranty-table-container td {
  border: 1px solid #ddd;
}
.warranty-table-container th,
.warranty-table-container td {
  text-align: left;
  padding: 8px;
}
.warranty-table-container th {
  background-color: #f2f2f2;
}
.warranty-table-container tr:nth-child(even) {
  background-color: #f9f9f9;
}
.warranty-table-container tr:hover {
  background-color: #f1f1f1;
}
.warranty-table-container td {
  text-wrap: nowrap;
}

/* Nyeremenyjatek 2024 */

.text-orange {
  color: #e68400;
}

.text-left {
  text-align: left;
}

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

.nyeremenyjatek .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin: 0px;
}

.nyeremenyjatek .subtitle {
  font-weight: 700;
  font-size: 28px;
  margin: 0px;
  line-height: 34px;
}

.nyeremenyjatek .text {
  font-weight: 300;
  /* font-size: 22px; */
  margin-top: 0px;
  /* line-height: 34px; */
}
.nyeremenyjatek .orange-section .staticText {
  color: white;
  font-weight: 300;
  /* font-size: 22px; */
}
.nyeremenyjatek .orange-section .staticText li {
  color: white;
  font-weight: 300;
  /* font-size: 22px; */
}
.nyeremenyjatek .orange-section .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 12px;
}

.nyeremenyjatek .mi-az-title {
  font-size: 30px;
  font-weight: 100;
  color: #e68400;
  margin-bottom: 12px;
}

.nyeremenyjatek .nyeremenyek-title {
  font-size: 40px;
  font-weight: 100;
  color: #868686;
}

.nyeremenyjatek .kodfeltotles-title {
  font-weight: 700;
}

.nyeremenyjatek .nyeremenyek {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nyeremenyjatek .nyeremenyek .nyeremeny-item {
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: left;
  justify-content: start;
  gap: 30px;
  flex: 1 1 0;
}
.nyeremenyjatek .nyeremenyek .nyeremeny-item:after {
  width: 2px;
  height: 64px;
  position: absolute;
  top: 0px;
  background-color: #e68400;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  content: "";
}

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

@media screen and (max-width: 800px) {
  .nyeremenyjatek .staticTitleContentLeft {
    left: calc((((100% - 800px) / 2) + 800px) - 600px);
  }
}

.nyeremenyjatek .nyeremenyek .nyeremeny-item:last-child:after {
  display: none;
}

.nyeremenyjatek .nyeremenyek .nyeremeny-item:after {
  right: 80px;
}

@media screen and (max-width: 800px) {
  .nyeremenyjatek .nyeremenyek .nyeremeny-item:after {
    right: 30px;
  }
}

.nyeremenyjatek .nyeremenyek .nyeremeny-item .nyeremeny-item-title {
  color: #e68400;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.nyeremenyjatek .nyeremenyek .nyeremeny-item .nyeremeny-item-date {
  font-size: 22px;
  font-weight: 300;
}

.nyeremenyjatek .millio-ok-container {
  display: flex;
  align-items: stretch;
  gap: 100px;
}

@media (max-width: 800px) {
  .nyeremenyjatek .millio-ok-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

.nyeremenyjatek .fodij-contianer {
  background-color: #e68400;
  color: white;
  transform: skewX(-30deg);
  padding: 60px 100px;
}

.nyeremenyjatek .fodij-contianer-inner {
  transform: skewX(30deg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 24px;
}

.nyeremenyjatek .fodij-contianer .title {
  font-size: 36px;
  font-weight: 500;
}

.nyeremenyjatek .fodij-contianer .number {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1.44px;
}

.nyeremenyjatek .inputCheckbox {
  font-size: 16px;
}

.nyeremenyjatek .g-recaptcha {
  display: flex;
  justify-content: center;
}

.nyeremenyjatek .inputButton {
  font-weight: 700;
}

ul.custom-number-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

ul.custom-number-list li .custom-number {
  height: 24px;
  width: 24px;
  background-color: white;
  color: #e68400;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

/* The viewport is set to 800px by the old dev, so only max width querys work. */
.lg-hidden {
  display: none;
}

@media screen and (max-width: 800px) {
  .md-hidden {
    display: none;
  }
  .lg-hidden {
    display: inline;
  }
}

.nyeremenyjatek_2024_fancybox {
  padding: 0px !important;
}

#consolPopup.nyeremenyjatek_2024 {
  display: block !important;
  aspect-ratio: 1000/550;
  width: 1000px;
  max-width: 100%;
  object-fit: cover;
  background-size: cover;
  cursor: pointer;
}

.nyeremenyjatek_2024_fancybox .fancybox-button.fancybox-close-small {
  width: 5%;
  height: auto;
  aspect-ratio: 1/1;
}

.nyeremenyjatek_2024_fancybox .fancybox-button.fancybox-close-small svg {
  display: none;
}

.nyeremenyjatek .inputNotifyText {
  color: green;
  font-weight: 600;
  font-size: 20px;
}

h2.orange, h3.orange, p.orange, b.orange {
  color: #e68400;
}
h4.white, p.white, b.white, a.white {
  color: #fff;
}
a.white:hover {
  color: #fff;
  text-decoration: none;
}
.textupper {
  text-transform: uppercase;
}
p.justify {
  text-align: justify;
}
div.table {
  display: table;
  margin-bottom: 10px;
  width: 100%;
}
div.table.last {
  border-bottom: 9px solid #efefef;
  margin-bottom: 2rem;
}
div.table div.tablerow {
  display: table-row;
}
div.table div.tablerow.tableheader, div.rowcol div.col.orangebox {
  background-color: #e68400;
}
div.table.cels4 div.tablerow.tableheader.lightgray {
  background-color: #808080;
}
div.table.cels4 div.tablerow.tableheader.middlegray {
  background-color: #4f4f4f;
}
div.table.cels4 div.tablerow.tableheader.darkgray {
  background-color: #030303;
}
div.table div.tablerow.gray {
  background-color: #efefef;
  color: #fff;
}
div.table div.tablerow div.tablecell {
  display: table-cell;
  padding: 0px 15px;
  color: #868686;
  width: 50%;
}
div.table.cels4 div.tablerow div.tablecell {
  display: table-cell;
  padding: 0px 15px;
  color: #868686;
  width: 20%;
}
div.table.cels4 div.tablerow div.tablecell:first-child {
  width: 40%;
}
div.table div.tablerow.tableheader div.tablecell {
  color: #fff;
  font-weight: bold;
}
div.rowcol {
  display: flex;
}
.col.half.img3 {
  background: url(../images/otthonfelujitasi_program_03.jpg) center center no-repeat;
  background-size: cover;
  margin-left: 0.5rem;
}
div.rowcol div.col {
  padding: 0 0.5rem;
  vertical-align: top;
  width: 50%;
}
div.rowcol div.col.half, div.rowcol div.col.half div.col.w23 p {
  font-size: 20px;
  line-height: 30px;
}
div.rowcol div.col.half, div.rowcol div.col.half div.col.w23 h4 {
  font-size: 24px;
  line-height: 34px;
}
div.rowcol div.col.half, div.rowcol div.col.half div.col.half {
  width: 50%;
  text-align: justify;
  font-weight: normal;
}
div.rowcol div.col.half div.col.w13 {
  width: 25%;
}
div.rowcol div.col.half div.col.w23 {
  width: 75%;
  text-align: justify;
  font-weight: normal;
}
div.rowcol div.col h3 {
  margin-top: 0;
}
.underline {
  text-decoration: underline;
}
ul.orangecircle {
  margin-left: 1rem;
}
ul.orangecircle li {
  list-style-type: disc;
}
ul.whitecircle li {
  list-style-type: disc;
  color: #fff;
  text-align: justify;
}
ul.orangecircle li::marker {
  color: #e68400;
}
ul.whitecircle li::marker {
  color: #fff;
}
div.oragebox {
  width: 100%;
  background-color: #e68400;
  color: #fff;
  font-weight: bold;
  font-size: 34px;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 2rem;
}
div.orangenumboxes {
  display: flex;
}
div.orangenumboxes div.orangenumbox {
  width: calc((100% - 12rem) / 5);
}
div.orangenumboxes div.orangenumbox.witharrow {
  margin-right: 3rem;
}
div.orangenumboxes div.orangenumbox div.box {
  background-color: #e68400;
  color: #fff;
  position: relative;
}
div.orangenumboxes div.orangenumbox.witharrow div.box::before {
  display:block;
  content: '';
  position: absolute;
  right: -30px;
  top: calc(50% - 50px);
  width: 0; 
  height: 0; 
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #e68400;
}
div.orangenumboxes div.orangenumbox div.text {
  text-align: center;
  padding: 0.5rem 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
div.orangenumboxes div.orangenumbox div.box div.num {
  font-weight: bold;
  text-align: center;
  font-size: 72px;
  padding: 1.5rem 0 0;
}
div.orangenumboxes div.orangenumbox div.box div.numtext {
  font-weight: 600;
  text-align: center;
  font-size: 22px;
  padding: 1rem;
  line-height: 28px;
}
img.responsive {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 800px) { 
  div.rowcol {
    display: block;
  }
  div.rowcol div.col {
    padding: 0;
    width: 100%;
  }
  div.rowcol div.col.half, div.rowcol div.col.half div.col.half {
    width: 100%;
    text-align: justify;
    font-weight: normal;
    min-height: 300px;
    padding-bottom: 30px;
  }
  div.rowcol div.col.half div.col.w13 {
    width: 5%;
  }
  div.rowcol div.col.half div.col.w23 {
    width: 90%;
    text-align: justify;
    font-weight: normal;
    margin: 0 auto;
  }
  div.orangenumboxes div.orangenumbox div.text {
    text-align: center;
    padding: 0.25rem 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
  }
  div.orangenumboxes div.orangenumbox div.box div.num {
    font-weight: bold;
    text-align: center;
    font-size: 52px;
    padding: 0.5rem 0 0;
  }
  div.orangenumboxes div.orangenumbox div.box div.numtext {
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    padding: 0.5rem;
    line-height: 20px;
  }
  .menuSticky .menuHolder {
    top: 150px !important;
  }
}