/*
* Landing page
* by TG Studio
*/

/* CSS Reset */

html { margin:0;padding:0;border:0; }
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline; list-style: none; }


/* Body setup */

body {
    font-family: 'Georgia', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    background-color: #fff;
    color: #000;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.animate {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

b,
strong { font-weight: 900; }

i,
em { font-style: italic; }

:focus { outline: none; }

img {
    display: block;
    max-width: 100%;
    height: auto;
}

img.responsive {
    zoom: 0.5;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.main-container {
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    width: 100%;
    padding: 30px;
    margin: 0 auto;
    position: relative;
}
.articleContainer {
    max-width: 840px;
    padding: 30px;
    margin: 0 auto;
    position: relative;
}
.flex {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}
.left {
    float: left;
}
.right {
    float: right;
}
.cf{
    clear: both;
}
.half {
    width: 49.99%;
}
.fourth {
    width: 24.99%;
}
.third {
    width: 33.33%;
}
.twoThirds {
    width: 66.66%;
}
.full{
    width: 99.99%;
}
.threeFourths {
    width: 74.99%;
}

h1, h2, h3, h4, h5 {
    line-height: 1.2em;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: 'Frank Ruhl Libre', serif;
}
.whiteText {
    color: white !important;
}
.centerText {
    text-align: center;
}
.center {
    display: flex;
    justify-content:center;
    align-items:center;
}
.whiteSpace {
    margin-bottom: 50px;
    margin-top: 50px;
}
.hide {
  display: none;
}
.hero {
    background-image: url("../img/hero.jpg");
    width: 100%;
    height: 45vw;
    padding-left: 55%;
    overflow: hidden;
    position: relative;
    background-size: cover;
}
.title {
    z-index: 5;
    width: 100%;
}
h1 {
    display: block;
    font-size: 72px;
    color: white;
    margin-top: 15px;
}
h2 {
    font-size: 36px;
}
.title div {
  padding: 50px;
}
.title h2 {
    color: white;
    margin-top: 30px;
    font-size: 42px;
    margin-bottom: 0px;
    font-weight: 400;
}
.infografika p.tiny {
    margin-top: 30px;
    font-size: 14px;
    opacity: 0.5;
}
h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #5a6374;
}
p {
    font-size: 18px;
}
footer .container {
    border-top: 1px solid black;
    margin-top: 15px;
}
.clanakTekst {
    padding-left: 30px;
}
a.cta {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: white;
    background-color: #da1800;
    padding: 15px 30px;
    margin-top: 30px;
    display: inline-block;
}
a.cta:hover {
    background-color: #7b0e00;
}
.mainColor {
    background-color: #5a6374;
}
#tgstudio {
    height: 100px;
    width: auto;
}
.partner-logo {
    height: 60px;
    width: auto;
}
.graySection{
    background-color: #ededed;
}
section .half {
    padding: 30px;
}
.video {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  z-index: 3;
}
.infografika p {
    font-size: 18px;
}
.infografika .half p {
    text-align: left;
}
.infografika .half:nth-child(2n-1) p {
    text-align: right;
}
p.figure {
    font-size: 32px;
    text-transform: uppercase;
    color: #0679ae;
    font-family: 'KoHo', sans-serif;
}
p.figure:not(:first-child) {
    margin-top: 20px;
}

.yt-embed {
    max-width: 853px;
    width: 100%;
    height: 48vw;
    max-height: 480px;
    margin-top: 30px;
}
/* The Quiz */

.quiz-container {
  background: white;
  padding: 60px;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  color: #333;
}

.quiz-container .btn {
  margin: 20px auto 0;
}

.slide { display: none; }
.slide.active { display: block; }

.answer {
  position: relative;
  top: 0;
  margin: 25px;
  margin-left: 0px;
  padding-left: 15px;
  transition: .3s;
  -webkit-transition: .3s;
}
.answer-text {
  word-wrap: break-word;
  text-transform: none;
}

.answer:hover {
  top: -5px;
  cursor: pointer;
}

.answer:hover h4 {
  color: #31578e;
}

.answer h4 {
  margin: 15px 0 0 0;
  font-size: 20px;
  transition: color .3s;
  -webkit-transition: color .3s;
}

.progress-bar {
  margin-bottom: -20px;
}

.progress-bar i {
  font-size: 16px;
  color: #333;
}

.progress-bar .fa-circle {
  color: #333;
}

.quiz-container .share {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #333;
  color: white;
  margin: 10px 5px;
  top: 0;
  position: relative;
}
.share i {
  line-height: 50px !important;
}
.share {
  text-align: center;
}

.quiz-container .share:hover {
  top: -5px;
}

.quiz-container .fb {
  background: #485b96;
}

.quiz-container .tw {
  background: #00aced;
}
.question {
  margin-top: 0px;
}
.answer {
  border-left: 2px solid #666;
}
.clanakTekst p {
  color: #666;
}
.mobile-only {
    display: none;
}


/* Responsive */


@media screen and (max-width: 1200px) {
   h1 {
     font-size: 64px;
   }
   h2 {
     font-size: 30px;
   }
  .video iframe {
      height: 50vw;
  }
}

@media screen and (max-width: 860px) {
  .half, .third {
    width: 100%;
  }
  .hero {
      height: 100vw;
      background-position: left;
      padding-left: 0;
  }
  .title {
      background-color: rgba(0,0,0,0.5);
      height: 100%;
      text-align: center;
      padding: 20px;
  }
  h1 {
    font-size: 54px;
  }
  h2 {
    font-size: 28px;
  }
  section .half {
      padding: 10px;
  }
  .clanakTekst {
    padding-left: 0px;
  }
  .desktop-only {
      display: none;
  }
  .mobile-only {
      display: flex;
  }
}

@media screen and (max-width: 541px) {
  h1 {
    font-size: 48px;
  }
  .title h2 {
      font-size: 32px;
  }
 .container {
  padding: 15px;
  }
  .quiz-container {
    background: white;
    padding: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #333;
}
footer .third {
  margin: 15px;
}
}