/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


@font-face {
  font-family: 'Lato-regular';
  src: url('./fonts/lato-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Lato-bold';
  src: url('./fonts/lato-bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Lato-black';
  src: url('./fonts/lato-black.woff2') format('woff2');
}

html {
  color: #222;
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Lato-regular', sans-serif;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}



/************************
CUSTOM
************************/

html,
body {
  overflow-x: hidden;
}


/* navigation */

.scroll-lock {
  position: fixed !important;
  overflow-y: scroll;
}

.mainMenu {
  display: flex;
  min-height: 85vh;
  justify-content: space-evenly;
}

.nav-item {
  text-align: center;
}

.navbar-dark .navbar-nav .nav-link,
.nav-item .nav-link {
  font-size: 3.6vh;
  color: #fff;
  font-family: "Lato-bold", Arial, Helvetica, sans-serif;
}

@media (max-height:500px) {

  .navbar-dark .navbar-nav .nav-link,
  .nav-item .nav-link {
    font-size: 20px;
  }
}

.navbar-dark .navbar-toggler-icon {
  background-image: unset;
}

.nav-item.show .dropdown-toggle::after {
  display: none;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

.nav-item.show .dropdown-toggle::after {
  display: none;
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
}

/* custom hamburger icon */

.custom-hamburger-icon {
  margin-top: 10px;
  margin-left: 10px;
  width: 23px;
  height: 23px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.custom-hamburger-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;

  color: #25c7e7;
  background: #25c7e7;
  background: -webkit-linear-gradient(-90deg, #43ef60 0%, #00c9ff 100%);
  background: linear-gradient(-90deg, #43ef60 0%, #00c9ff 100%);

  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);

  transition: .25s ease-in-out;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
}

.custom-hamburger-icon.dark:not(.open) span {
  background: #333;
}

.custom-hamburger-icon span:nth-child(1) {
  top: 0px;
}

.custom-hamburger-icon span:nth-child(2),
.custom-hamburger-icon span:nth-child(3) {
  top: 10px;
}

.custom-hamburger-icon span:nth-child(4) {
  top: 20px;
}

.custom-hamburger-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.custom-hamburger-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-hamburger-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.custom-hamburger-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff
}

.nav-item.active>.nav-link,
.nav-item.dropdown.show>.nav-link {
  color: #25c7e7;
  font-weight: 800;
  background: #25c7e7;
  background: -webkit-linear-gradient(-90deg, #43ef60 0%, #00c9ff 100%);
  background: linear-gradient(-90deg, #43ef60 0%, #00c9ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline;
  outline: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none;
  box-shadow: none;
}

/* navigation */

.dropdown-menu {
  background: transparent;
  border: none;
}

.dropdown-item {
  color: #fff;
  text-align: center;
  font-size: 17px;
}

/* header */

.header {
  background: url(../img/header_bg.jpg) no-repeat;
  width: 100%;
  height: auto;
  padding: 5vh 0;
  background-size: cover;
  /* text-align: center; */
}

.header img {
  width: 90%;
  margin: 5vh auto;
}

.header p {
  text-align: left;
  color: #eceaea;
  font-size: 16px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: inline-block;
}

/* inner */

body.inner section {
  min-height: 100vh;
  color: #fff;
}

.inner h1 {
  margin-bottom: 5vh;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.inner .header {
  padding-top: 15vh;
}

.inner span.textHolder {
  display: block;
  padding: 0 20px;
}

.inner p {
  text-align: left;
  margin: 10px 0;
  padding: 0;
}

.inner a {
  word-break: break-all;
}

.inner a:hover {
  color: #fff;
  text-decoration: none;
}

.inner h3 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25em;
  margin: 20px 0 20px 0;
  text-transform: uppercase;
}

#dCnt ol {
  counter-reset: item;
  list-style-type: decimal;
  margin: 0;
  padding: 0;
}

#dCnt ol>li {
  display: block;
  font-size: 24px;
  margin: 0;
  padding: 0;
}

#dCnt .ol>ol>li {
  padding-bottom: 10px;
  margin-top: 10px;
}

#dCnt .ol>ol>li>ol>li {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
}

#dCnt ol:not(.list--alpha)>li:before {
  counter-increment: item;
  content: counters(item, ".") ".";
  display: inline-block;
  width: 50px;
}

#dCnt li>ol,
#dCnt li>ul {
  margin-left: 50px;
}

#dCnt .ol ol ol {
  margin-top: 10px;
}

#dCnt .ol .p,
#dCnt .ol ul {
  font-size: 1rem;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 0px;
}

#dCnt .ol .p {
  display: inline-block;
  font-size: 1rem;
  padding-left: 50px;
  width: 100%;
}

#dCnt .ol ol ol .p {
  margin-bottom: 10px;
  padding-bottom: 0px;
}

#dCnt .ol li h2,
#dCnt .ol li h3 {
  display: inline;
  font-size: 1em;
  font-weight: 700;
  margin: 0px;
}

#dCnt .ol li h3 {
  margin-bottom: 5px;
}

#dCnt ul {
  margin-bottom: 5px;
  padding-left: 30px;
}

#dCnt ul li {
  list-style-type: square;
  margin-bottom: 6px;
}

#dCnt .em,
em {
  font-style: normal;
  font-weight: 700;
}

#dCnt ol.list--alpha {
  list-style-type: lower-latin;
  margin-top: 3px !important;
}

#dCnt ol.list--alpha li {
  display: list-item;
  margin-left: 20px;
}

#dCnt ol.list--alpha h4 {
  font-size: 1em;
  font-weight: 700;
  margin: 0px 0px 5px 0px;
}

#dCnt ol.list--alpha>li {
  font-size: 16px;
  margin-bottom: 5px;
}

#dCnt ol.list--alpha ul {
  margin-left: 10px !important;
  padding-left: 0px !important;
}

#dCnt ol.list--alpha ol {
  list-style-type: decimal;
}

#dCnt ol.list--alpha ol>li {
  margin-top: 10px !important;
}

#dCnt ol.list--alpha h5 {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 3px;
  margin-top: 3px;
}

#dCnt ol.list--alpha .p {
  margin: 0px 0px 5px 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}

#dCntI {
  margin-bottom: 50px;
}

#dCntI a {
  color: #007bff;
  text-decoration: none;
}

#dCntI a:hover,
#dCntI a:focus {
  color: #fff;
  text-decoration: none;
}

#dCntI>ol>li {
  font-size: 1rem !important;
  margin-bottom: 15px !important;
}

#dCntI>ol>li>ol {
  margin-bottom: 5px;
  margin-top: 10px;
}

#dCntI>ol>li>ol>li {
  font-size: 0.8rem !important;
}

@media screen and (max-width: 767px) {
  #dCnt ol:not(.list--alpha)>li:before {
    width: 40px;
  }

  #dCnt li>ol,
  #dCnt li>ul,
  #dCnt ol.list--alpha ul {
    margin-left: 15px !important;
  }

  #dCnt ol.list--alpha li {
    margin-left: 0px !important;
  }

  #dCnt ul,
  #dCnt .ol .p {
    padding-left: 0px !important;
  }
}

/* sections */

.row {
  height: 100%;
  justify-content: center;
  align-items: center;
}


.section {
  position: relative;
  width: 100%;
  min-height: 35vh;
  /* background: url(../img/section_1.jpg) no-repeat; 
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 117%;
  padding-top: 20px;
  text-align: center;
  border-bottom: 2px solid #000;*/
}

#quiz-ad {
  background-position: 46% top;
}

.card-header {
  background-color: transparent !important;
}

.container {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  min-height: 35vh;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 117%;
  padding-top: 20px;
  text-align: center;
  border-bottom: 2px solid #000;
}

/*.section:before {
  content: "";
  position: absolute;
  left: 0; 
  right: 0;
  top: 0; 
  bottom: 0;
  background: rgba(0,0,0,.2);
}*/

/* background position fix for iPhone 4/5 */
@media (max-width:330px) {
  .section {
    background-size: 150%;
  }
}


section h5 {
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  padding-top: 25px;
  margin-bottom: 20px;
  /*background: -webkit-linear-gradient(-90deg, #43ef60 0%, #00c9ff 100%);
  background: linear-gradient(-90deg, #43ef60 0%, #00c9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  color: #ffffff;
}

.kontakt .error {
  color: #E91E63;
}

/* card */

.card {
  background-color: transparent;
  background-clip: border-box;
  border: none;
  border-radius: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0rem;
  background: #1b282b;
  color: #2ce297;
}

.card-header {
  height: auto;
  padding-bottom: 40px;
}

section p {
  position: relative;
  color: #ffffff;
  padding-left: 8vw;
  padding-right: 8vw;
  opacity: .8;
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.4;
}


/* accordion */

.accordion a {
  display: block;
  color: #eceaea;
  border-bottom: 1px solid #12191a;
  height: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.expandText {
  color: #ffffff;
  background: transparent;
  font-size: 1rem;
  border: none;
  outline: none;
}

.expandText:after {
  content: "";
  background-image: url(../img/arrow.png);
  background-position: center;
  background-size: cover;
  width: 38px;
  height: 22px;
  top: 60px;
  left: 50%;
  position: absolute;
  display: inline-block;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

.expandText:not(.collapsed):after {

  transform: translateX(-50%) rotateX(180deg);
  -webkit-transform: translateX(-50%) rotateX(180deg);
  -moz-transform: translateX(-50%) rotateX(180deg);
  -ms-transform: translateX(-50%) rotateX(180deg);
  -o-transform: translateX(-50%) rotateX(180deg);
}

.btn.focus,
.btn:focus,
.btn:hover {
  outline: 0;
  box-shadow: none;
  color: #fff;
}

/* kontakt */

.kontakt {
  background: url(../img/footer_bg.jpg) no-repeat;
  width: 100%;
  min-height: 90vh;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nav-link {
  text-align: center;
  font-size: 1.5rem;
  padding: 0.15rem 1rem!Important;
}

#navbarCollapse {
  background: url(../img/menu_bg.jpg) no-repeat;
  background-size: cover;
  min-height: 100vh;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  width: 100%;
  display: block;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}


@media (max-width: 992px) {

  .mr-auto,
  .mx-auto {
    padding-top: 10vh;
  }

  .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border: none;
    z-index: 9999;
  }

  nav button:focus {
    outline: none;
  }

  #navbarCollapse.collapsing {
    left: 0;
  }

  #navbarCollapse.collapsing.closing {
    left: 100%;
  }

  #navbarCollapse.show {
    left: 0;
  }
}

#contact {
  padding: 25px;
  margin: 10px 0;
  text-align: center;
}

#contact h3 {
  color: #F96;
  display: block;
  font-size: 30px;
  font-weight: 400;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 90%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 80%;
  color: #fff;
  margin: 0 auto;
  padding: 10px;
  background: transparent;
  border: none;
  border-bottom: 1px solid grey;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact input[type="submit"] {
  cursor: pointer;
  width: 80%;
  border: none;
  background: #0CF;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;

  background: -webkit-linear-gradient(-90deg, #43ef60 0%, #00c9ff 100%);
  background: linear-gradient(-90deg, #43ef60 0%, #00c9ff 100%);

}


#contact input[type="submit"].disabled {
  opacity: 0.5;
}

#contact .reply {
  font-size: 16px;
  color: #43ef60;
}

#contact .reply.error {
  color: #E91E63;
}

#contact button[type="submit"]:hover {
  background: #09C;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

#contact .g-recaptcha {
  display: flex;
  margin: 20px 0;
  justify-content: center;
}


/* footer */
footer {
  background-color: #192523;
}

footer a {
  font-size: 18px;
  color: #969998;
}

footer a:hover {
  color: #fff;
}

/* modal */
.modalDiv {
  width: 100vw;
  height: 100vh;
  display: none;
  background-color: #191d1e;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1990;
  justify-content: space-around;
}

.modalImage {
  /* background-color:rgb(0, 123, 255,0.2); */
  flex: 0 0 30%;
  background-size: cover;
  background-position: center;
  display: none;
}

.modalAd {
  /* background-color: rgba(44, 226, 151,0.2); */
  display: flex;
  justify-content: center;
  align-items: center;
}

.modalInfo {
  /* background-color:rgb(123, 0, 255,0.2); */
  height: 100%;
  flex: 0 0 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #ffffff;
  display: none;
  position: relative;
}

.modalInfo .line {
  display: block;
  position: absolute;
  top: 20%;
  left: -7%;
  width: 5px;
  height: 60%;
  transform-origin: center center;
  background: -webkit-linear-gradient(180deg, #43ef60 0%, #00c9ff 100%);
  background: linear-gradient(180deg, #43ef60 0%, #00c9ff 100%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
}

.modalInfo.animated .line {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}

.modalInfoTitle {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 600;
  margin: 0 0 1rem;
}

.modalInfoText {
  font-size: 1.1rem;
  color: rgb(228, 228, 228, .5);
  opacity: 0.5;
  margin: 1rem 0 2rem;

  width: 50%;
}

#qrcode img {
  margin: 10px;
}

.modalInfoQR {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  background: #fff;
  animation-direction: normal !important;
  -webkit-animation-fill-mode: forwards !important;
  animation-fill-mode: forwards !important;
  -webkit-animation-direction: normal !important;
  visibility: hidden;
}

.modalInfoQR.animated {
  visibility: visible;
}

.modalInfoQRdisclaimer {
  font-size: 0.9rem;
  color: rgb(228, 228, 228, .5);
  opacity: 0.5;
  margin: 2rem 0 0;
}

.otherClientsHl {
  font-size: 1.7rem;
  color: #fff;
  margin: 1rem 0 0;
  font-weight: 600;
}

.otherClientsList {
  font-size: 1.2rem;
  color: #fff;
  margin: 1rem 0;
  font-weight: 600;
  text-transform: capitalize;
}

.innerModalInit {
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
}

.innerModalInit:hover {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

.modalDiv iframe {
  z-index: 2000;
}

.closeButton {
  position: fixed;
  top: 0;
  right: 0;
  margin: 1px 2px;
  z-index: 11;
  cursor: pointer;
  z-index: 9999;
  padding: 15px;
}

.closeButton img {
  display: block;
  width: 57px;
  height: auto;
}


.modalDiv .adHolder {
  width: 320px;
  height: 480px;
  position: relative;
}

.modalDiv .adHolder:before {
  content: "";
  position: absolute;
  pointer-events: none;
  /* border:1px solid #000; */
  background: #191d1e;
  width: 100%;
  height: 100%;
  z-index: 2000;
}

.modalDiv .adHolder .mobileFrame {
  position: absolute;
  z-index: 1999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  display: none;
}

.modalDiv .adHolder .closeButton {
  position: absolute;
  top: -85px;
  right: -16px;
}

.modalDiv .adHolder .mobileIframeHolder .closeButton {
  position: fixed;
  top: 0;
  right: 0;
}

.modalDiv .adHolder .mobileIframeHolder {
  width: 320px;
  height: 480px;
  z-index: 2000;
  position: absolute;
}

.modalDiv .mobileEffect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 2001;
}

.modalDiv .mobileEffect.animate {
  opacity: 1;
  animation: mobAnim;
  -webkit-animation: mobAnim;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
}

@-webkit-keyframes mobAnim {
  0% {
    transform: scale(0.01, 0.01);
    -webkit-transform: scale(0.01, 0.01);
    -moz-transform: scale(0.01, 0.01);
    -ms-transform: scale(0.01, 0.01);
    -o-transform: scale(0.01, 0.01);
  }

  50% {
    transform: scale(0.01, 1);
    -webkit-transform: scale(0.01, 1);
    -moz-transform: scale(0.01, 1);
    -ms-transform: scale(0.01, 1);
    -o-transform: scale(0.01, 1);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes mobAnim {
  0% {
    transform: scale(0.01, 0.01);
    -webkit-transform: scale(0.01, 0.01);
    -moz-transform: scale(0.01, 0.01);
    -ms-transform: scale(0.01, 0.01);
    -o-transform: scale(0.01, 0.01);
  }

  50% {
    transform: scale(0.01, 1);
    -webkit-transform: scale(0.01, 1);
    -moz-transform: scale(0.01, 1);
    -ms-transform: scale(0.01, 1);
    -o-transform: scale(0.01, 1);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    opacity: 0;
  }
}


#back-arrow {
  transform: rotate(90deg);
  width: 15%;
}

.custom-navbar {
  background-color: rgba(28, 42, 45, .75);
}

.col-md-6 {
  padding-left: 0;
  padding-right: 0;
}

#description {
  display: none;
}

#desktopCloseButton {
  display: none;
}

#closeButtonInsideHolder {
  display: none;
}

.inner .navbar-brand {
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-left: 10px;
}

.inner .navbar-brand img {
  width: 100%;
  height: auto;
}

/* Media Queries */

@media screen and (min-width: 576px) {

  .modalDiv .adHolder .mobileFrame {
    display: block;
  }

  #closeButtonInsideHolder {
    display: block;
  }

  #mobileCloseButton {
    display: none;
  }

  .inner .navbar-brand {
    width: 60px;
    height: 60px;
    margin-top: 10px;
    margin-left: 10px;
  }

}

@media screen and (min-width: 768px) {

  .modalInfo {
    display: flex;
    flex: 0 0 45%;
  }

  .modalAd {
    flex: 0 0 55%;
  }

  .modalInfoText {
    width: 80%;
  }

  #desktopCloseButton {
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    top: 25px;
    left: 25px;
  }

  .col-md-6 {
    padding-right: 15px;
    padding-left: 15px;
  }

  #text-on-mobile {
    display: none;
  }

  .navbar-expand-lg .navbar-toggler {
    display: block;
    border-color: transparent;
    margin-left: auto;
  }

  .mr-auto,
  .mx-auto {
    padding-top: 10vh;
  }

  .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border: none;
    z-index: 9999;
  }

  #navbarCollapse {
    background: url(../img/menu_desktop_bg.jpg) no-repeat;
    background-size: cover;
  }

  nav button:focus {
    outline: none;
  }

  #navbarCollapse.collapsing {
    left: 0;
    align-items: center;
    justify-content: center;
  }

  #navbarCollapse.collapsing.closing {
    left: 100%;
  }

  #navbarCollapse.show {
    left: 0;
    align-items: center;
    justify-content: center;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mainMenu {
    align-items: center;
    margin-right: unset !important;
  }

  .navbar-dark .navbar-nav .nav-link, .nav-item .nav-link:hover {
    color: lightgray;
  }

  .custom-hamburger-icon {
    margin-top: 19px;
    margin-left: -20px;
    width: 35px;
    height: 27px;
    transform-origin: top right;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }

  .custom-hamburger-icon span {
    height: 4px;
  }

  .custom-hamburger-icon span:nth-child(2),
  .custom-hamburger-icon span:nth-child(3) {
    top: 14px;
  }

  .custom-hamburger-icon span:nth-child(4) {
    top: 28px;
  }

  .header {
    background: url(../img/menu_desktop_bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
    background-attachment: fixed;
  }

  #description {
    display: block;
    margin-top: 5%;
    padding: 0;
  }

  #description h5 {
    margin: 0;
    margin-bottom: 50px;
  }

  #description p {
    padding: 0;
    font-size: 16px;
    font-weight: 300;
  }

  .section {
    height: 100vh;
    min-height: 700px;
    border-bottom: none;
  }

  .container {
    position: relative;
    width: 100%;
    height: 80%;
    background-size: cover;
    background-position: center;
    border-bottom: none;
    /*padding-top: 10%;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  #custom-ad {
    /* margin-bottom: 5%; */
    background-position: center;
  }

  section h5 {
    font-family: "Lato-black", Arial, Helvetica, sans-serif;
    font-size: 5rem;
    margin-top: 35%;
  }

  section p {
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 1.2rem;
  }

  .section p {
    opacity: .5;
    margin-bottom: 3%;
  }

  .accordion {
    position: relative;
    bottom: 0px;
  }

  .card-header .btn {
    font-size: 1.5rem;
  }

  .accordion a {
    font-size: 1.2rem;
  }

  .accordion a:hover {
    color: #969998;
    text-decoration: none;
  }

  /* #custom-ad .accordion {
    bottom: -50px;
  } */

  #contact {
    margin: auto;
  }

  .kontakt {
    background: none;
    background-color: #1c292d;
    width: 100%;
    min-height: 90vh;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .kontakt h5 {
    margin-top: 100px;
  }

  #contact input[type="text"],
  #contact input[type="email"],
  #contact input[type="tel"],
  #contact input[type="url"],
  #contact textarea {
    font-size: 1.2rem;
    border-bottom: 1px solid #575757;
  }

  .footer-links {
    background-color: #1c292d;
  }

  footer {
    background-color: #1c292d;
  }

  footer a {
    font-size: 1.8rem;
  }

  footer a:hover {
    text-decoration: none;
    color: #ffffff;
  }

  .footer-gradient {
    display: none;
    width: 100%;
    height: 100px;
    background: -webkit-linear-gradient(-90deg, #43ef60 0%, #00c9ff 100%);
    background: linear-gradient(-90deg, #43ef60 0%, #00c9ff 100%);
    margin-bottom: 200px;
  }

  .expandText::after {
    background-image: url(../img/arrow_reverse.png);
  }

  .inner .header {
    background: #1c292d;
  }

  .custom-navbar {
    background: none;
  }
}

@media screen and (min-width: 1400px) {

  .modalImage {
    display: flex;
    flex: 0 0 30%;
  }

  .modalAd,
  .modalInfo {
    flex: 0 0 35%;
  }

  .modalInfoText {
    width: 50%;
  }

}

@media screen and (min-width: 1400px) {

  #description p {
    font-size: 18px;
    font-weight: 300;
  }

  #survey-ad .container {
    background-image: url(../img/section_1_desktop.jpg) !important;
  }

  section p {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .accordion a {
    font-size: 1.5rem;
  }

  .kontakt .title {
    font-size: 6rem;
  }

  #contact input[type="text"],
  #contact input[type="email"],
  #contact input[type="tel"],
  #contact input[type="url"],
  #contact textarea {
    font-size: 1.4rem;
  }

  #contact textarea {
    height: 270px;
  }

  #contact input[type="submit"] {
    padding: 10px;
    font-size: 37px;
    font-weight: 500;
  }

}

@media screen and (min-width: 1650px) {

  .modalInfoTitle {
    font-size: 5rem;
  }

  .modalInfoText {
    font-size: 1.3rem;
  }

  .modalInfoQRdisclaimer {
    font-size: 0.9rem;
  }

}