@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: rgba(240,242,245,1);
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
  cursor: pointer !important;
}

nav .active {
  color: #000;
  text-shadow: 1px 5px 7px rgba(0,0,0,0.31);
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 25px;
}

html,
body {
  background: rgba(240,242,245,1);
  font-family: 'Poppins', sans-serif;
  max-width: 100%;
  max-width: 100vw;
}

::selection {
  background: #EC5C5C;
  color: #fff;
}

::-moz-selection {
  background: #EC5C5C;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
/* Fejléc */
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/

header {
  background-color: rgba(240,242,245,0.8);
  border-bottom: 1px solid #EC5C5C;
  border-radius: 0 0 20px 0;
  z-index: 1030;
}

@media only screen and (max-width: 600px) {
  header, nav {
    width: 100%;
    background-color: #fff;
    border-radius: 0;
  }
}

.logo {
  width: auto;
  height: 64px;
}

section {
  position: relative;
  padding-top: 20px;
  min-height: 50vh;
}

section:first-of-type {
  padding-top: 200px;
  min-height: 100vh;
}

.row {
  position: relative;
  left: 5px;
  right: 5px;
}

.row>div {
  padding: 20px 0;
}

footer .row>div {
  padding: 0;
}

@media only screen and (min-width: 1540px), (min-width: 1000px) and (orientation: landscape) {
  .row>div {
    padding: 0;
  }

  section {
    position: relative;
    padding-top: 100px;
    min-height: 90vh;
  }
}


@media only screen and (min-width: 1540px), (min-width: 1000px) and (orientation: landscape) {
  .vertical-center {
    position: relative;
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align : center;
    -webkit-align-items : center;
    -moz-box-align : center;
    -ms-flex-align : center;
    align-items : center;
    width: 100%;
    -webkit-box-pack : center;
    -moz-box-pack : center;
    -ms-flex-pack : center;
    -webkit-justify-content : center;
    justify-content : center;
  }
}

/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
/* Szlogen */
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/

.quote {
  position: relative;
  left: 0;
  color: #EC5C5C;
  letter-spacing: 0;
  line-height: 100%;
  font-size: 1.4em;
  z-index: 10;
}
.quote .quote-text:before {
  content: '’’';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  font-size: 8em;
  text-align: left;
  letter-spacing: -16px;
  font-style: normal;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  color: #EC5C5C;
}
@media only screen and (min-width: 1540px), (min-width: 1000px) and (orientation: landscape) {
  .quote {
    left: 50px;
    letter-spacing: 0.1em;
  }
  .quote .quote-text:before {
    left: -100px;
    top: 50px;
  }
}

.text {
  color: #666;
  letter-spacing: 0.1em;
  line-height: 110%;
  font-size: 0.7em;
  z-index: 10;
}

.left-montazs, .right-montazs {
  position: relative;
  width: 200%;
  height: auto;
  z-index: 0;
  overflow: hidden;
}
.left-montazs {
  left: -10%;
}
.right-montazs {
  left: -80%;
}

@media only screen and (min-width: 1540px), (min-width: 1000px) and (orientation: landscape) {
  .left-montazs, .right-montazs {
    position: absolute;
    top: 3%;
    transform: translate3d(3%);
    width: 100%;
    padding: 10px;
    height: auto;
    box-sizing: border-box;
    z-index: 0;
  }
  .left-montazs {
    left: -10%;
    right: auto;
  }
  .right-montazs {
    left: auto;
    right: -10%;
  }
}

#solutions {
  position: relative;
  box-sizing: border-box;
}
#solutions, #desk, .carousel-button, .carousel-item {
  background: rgba(240,242,245,1);
}

#solutions button {
  display: none;
}
@media only screen and (min-width: 1540px), (min-width: 1000px) and (orientation: landscape) {
  #solutions button {
    display: inline-block;
  }
}

.carousel-caption {
  position: relative;
  text-align: left;
  left: 10%;
  z-index: 300;
}

#desk {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 90%;
}

#desk .header-route {
  position: relative;
}
#desk .header-route button {
  border-radius: 50px;
  padding: 10px;
  border: 1px solid #000;
}
@media only screen and (min-width: 1540px), (min-width: 1000px) and (orientation: landscape) {
  #desk .header-route .display-6 {
    font-size: 40px;
  }
}

#desk .carousel-caption {
  text-align: center;
  left: 0;
}
#desk .carousel-caption img {
  height: 60px;
  width: auto;
  padding: 5px;
  margin: 5px;
  box-shadow: none;
  display: inline;
}
#desk .img-container {
  padding: 20px;
}
#desk img {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.1);
  box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.1);
}

.carousel-control-prev {
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(240,242,245,0.6) 70%, rgba(255,255,255,0) 100%);
  left: 0;
  top: 0;
  z-index: 30;
}

.carousel-control-next {
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(240,242,245,0.6) 30%);
  right: 0;
  top: 0;
  z-index: 30;
}

@media only screen and (min-width: 1540px), (min-width: 1000px) and (orientation: landscape) {
  .carousel-control-prev {
    left: -5%;
  }
  .carousel-control-next {
    right: -5%;
  }
}

.carousel-control-prev, .carousel-control-next {
  width: auto;
}

.carousel-item .img-container {
  width: 95%;
  margin: 0 auto;
}
.carousel-item img {
  width: 100%;
}

/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
/* Rész bal - Rész jobb */
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/

.left, .right {
  position: relative;
  z-index: 10;
}

.accordion {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1540px), (min-width: 1000px) and (orientation: landscape) {
  .accordion {
    width: auto;
  }
}

.left .accordion-header, .left .accordion-collapse {
  width: 100%;
  border: none;
}
.right .accordion-header, .right .accordion-collapse {
  width: 100%;
  margin-left: 0;
  border: none;
}

.accordion-item {
  padding: 10px;
  margin: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: none;
}
.accordion-header button {
  padding: 5px;
}
.accordion-header:focus {
  margin: 0;
  border: none;
}

.accordion-header p {
  font-size: 1.0em;
  text-align: center;
}

.accordion button {
  border: none;
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
}
.left .accordion-button {
  display: block;
  padding-left: 2rem;
}
.right .accordion-button {
  display: block;
  padding-right: 2rem;
}
.left .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;

  display: block;
  position: absolute;
  left: 5px;
  top: 35%;
}
.right .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;

  display: block;
  position: absolute;
  right: 5px;
  top: 35%;
}
.accordion-button p {
  display: block;
}

.left .accordion-body, .right .accordion-body {
  text-align: left;
  border: none;
}
.accordion-body p {
  font-size: 1.0em;
}
.accordion-opened {
  margin: 0;
  padding: 0;
}
.accordion-body p::before, .subtext p::before {
  content: "-";
  float: left;
  margin: 0 10px;
}

.left-item, .right-item {
  padding: 10px;
  margin: 10px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 30%, rgba(240,242,245,0.5) 89%, rgba(255,255,255,0) 100%);
  color: #111;
  min-width: 50%;
}

.left-img {
  display: block;
  width: auto;
  height: 45px;
  margin: 10px auto;
}
@media only screen and (min-width: 1540px), (min-width: 1000px) and (orientation: landscape) {
  .left-img {
    display: inline-block;
    margin: 0 10px;
  }
}

.right-item {
  text-align: right;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(240,242,245,0.5) 29%, rgba(255,255,255,1) 70%);
}
.left-text {
  display: inline-block;
  padding: 10px;
  font-size: 1.5em;
  min-width: 50%;
}

.subtext {
  text-align: left;
  padding-bottom: 10px;
  margin-top: 10px;
}
.subtext p {
  font-size: 0.7em;
  margin: 0;
  line-height: normal;
  margin-bottom: 5px;
}

@media only screen and (min-width: 1540px), (min-width: 1000px) and (orientation: landscape) {
  .accordion-header p {
    font-size: 1.2em;
    text-align: left;
  }

  .accordion-button p {
    display: inline-block;
  }

  .left .accordion-header, .left .accordion-collapse {
    width: 60%;
    border: none;
  }
  .right .accordion-header, .right .accordion-collapse {
    width: 60%;
    margin-left: 40%;
    border: none;
  }

  .subtext {
    text-align: left;
    border-left: 2px solid #222;
    border-radius: 0 0 0 20px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
  }
  .subtext p {
    font-size: 1.0em;
  }
}

/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
/* Lábléc */
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/

footer {
  height: 50px;
  padding: 50px 0;
  background: linear-gradient(0deg, rgba(200,200,200,0.5) 20%, rgba(240,242,245,1) 80%);
  text-align: center;
  margin-top: 50px;
}

@media only screen and (min-width: 1540px), (min-width: 1000px) and (orientation: landscape) {
  footer {
    text-align: left;
  }  
}