@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Roboto:300,700");
:root {
  --brand-color: #33B7E5;
  --font-size-root: 9px;
  --some-color: blue;
  --round-corners: 5px;
  --factor: 1;
}

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: 10px;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  font-family: inherit;
  border: none;
  background: none;
  text-align: inherit;
  width: 100%;
  outline: none;
  resize: none;
  overflow: hidden;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  font-size: var(--font-size-root);
}

@media (max-width: 550px) {
  html {
    font-size: 42.5%;
  }
}

@media (max-width: 350px) {
  html {
    font-size: 38.5%;
  }
}

.header {
  background-color: white;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  transition: all 0.4s linear;
}

.header .wrapper {
  position: relative;
  width: 1300px;
  max-width: 100%;
  max-height: 80px;
  margin: auto;
}

.header .wrapper .logo {
  z-index: 200;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 2rem;
}

.header .wrapper .logo .img {
  width: 138px;
  height: auto;
  transition: all 0.4s;
}

.header .wrapper .logo .img svg {
  max-width: 100%;
}

.header .wrapper nav {
  display: block;
  width: 100%;
  height: 80px;
  padding: 0;
  margin: 0;
  z-index: 150;
  transition: all 0.4s;
}

.header .wrapper nav ul {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 2rem;
  text-align: center;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.header .wrapper nav ul li {
  display: inline-block;
  margin: 0 1rem;
}

.header .wrapper nav ul li a {
  color: black;
}

.header .wrapper nav ul li a:hover {
  color: #33B7E5;
}

.header .wrapper .button-4 {
  z-index: 180;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
}

.header .wrapper .burger {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 5px;
  display: none;
}

.header .wrapper .burger .slice {
  background-color: #33B7E5;
}

#bodyindex .header {
  background-color: transparent;
}

#bodyindex .header .wrapper .logo .img svg .naziv {
  fill: white;
  transition: fill 0.8s;
}

#bodyindex .header .wrapper nav {
  height: 80px;
}

#bodyindex .header .wrapper nav ul li a {
  color: black;
}

#bodyindex .header .wrapper nav ul li a:hover {
  color: #33B7E5;
}

#bodyindex .header .wrapper .burger .slice {
  background-color: black;
}

.show-admin-right .header {
  width: calc(100% - 260px);
}

.header-min, #bodyindex .header-min {
  background-color: white;
  height: 50px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.25);
}

.header-min .wrapper .logo .img svg .naziv, #bodyindex .header-min .wrapper .logo .img svg .naziv {
  fill: #181818;
}

.header-min .wrapper nav, #bodyindex .header-min .wrapper nav {
  height: 50px;
}

.header-min .wrapper nav ul li a, #bodyindex .header-min .wrapper nav ul li a {
  color: #33B7E5;
}

.header-min .wrapper nav ul li a:hover, #bodyindex .header-min .wrapper nav ul li a:hover {
  color: #3780BA;
}

.header-min .wrapper .burger .slice, #bodyindex .header-min .wrapper .burger .slice {
  background-color: #33B7E5;
}

@media (max-width: 1010px) {
  .header .wrapper nav ul li {
    display: none;
  }
  .header .wrapper .burger {
    display: inline-block;
  }
  .header .wrapper .button-4 {
    right: 56px;
  }
  #bodyindex .show-nav .wrapper nav, .show-nav .wrapper nav {
    position: relative;
    background-color: #33B7E5;
    opacity: 0.9;
    height: 100vh;
  }
  #bodyindex .show-nav .wrapper nav ul, .show-nav .wrapper nav ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #bodyindex .show-nav .wrapper nav ul li, .show-nav .wrapper nav ul li {
    display: block;
    margin: 3rem auto;
  }
  #bodyindex .show-nav .wrapper nav ul li a, .show-nav .wrapper nav ul li a {
    color: white;
    font-size: 3rem;
  }
  #bodyindex .show-nav .wrapper nav ul li a:hover, .show-nav .wrapper nav ul li a:hover {
    color: #3780BA;
  }
  #bodyindex .show-nav .wrapper .burger .slice, .show-nav .burger .slice {
    background-color: white !important;
  }
}

@media (max-width: 550px) {
  .header .wrapper .logo img {
    width: 130px;
    height: auto;
  }
  .header .wrapper .button-4 {
    right: 54px;
    font-size: 1.5rem;
    padding: 8px 10px;
  }
  .header .wrapper .burger {
    display: inline-block;
  }
  .show-nav .wrapper nav {
    position: relative;
    background-color: #33B7E5;
    opacity: 0.9;
    height: 100vh;
  }
  .show-nav .wrapper nav ul li {
    display: block;
    margin: 3rem auto;
  }
  .show-nav .wrapper nav ul li a {
    color: white;
    font-size: 3rem;
  }
  .show-nav .wrapper nav ul li a:hover {
    color: #3780BA;
  }
  .show-nav .wrapper .burger .slice {
    background-color: white;
  }
}

@media (max-width: 350px) {
  .header .wrapper .logo img {
    width: 140px;
    height: auto;
  }
  .header .wrapper .button-4 {
    right: 52px;
    font-size: 1.4rem;
    padding: 9px 7px;
  }
  .header .wrapper .burger {
    display: inline-block;
  }
  .show-nav .wrapper nav {
    position: relative;
    background-color: #33B7E5;
    opacity: 0.9;
    height: 100vh;
  }
  .show-nav .wrapper nav ul li {
    display: block;
    margin: 3rem auto;
  }
  .show-nav .wrapper nav ul li a {
    color: white;
    font-size: 3rem;
  }
  .show-nav .wrapper nav ul li a:hover {
    color: #3780BA;
  }
  .show-nav .wrapper .burger .slice {
    background-color: white;
  }
}

body {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
}

p {
  margin: 0 0 2rem 0;
}

a {
  text-decoration: none;
  color: #33B7E5;
  transition: color 0.4s;
}

a:hover, a:active, a:focus {
  color: #3780BA;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  color: black;
  font-family: "Lato", sans-serif;
  font-size: 5rem;
  margin: 0 0 2rem 0;
  font-weight: 400;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.2rem;
}

ul,
ol {
  margin: 0 0 1.8rem 0;
}

::selection {
  background: #3780BA;
  color: white;
}

blockquote {
  color: #333;
  font-family: "Lato", sans-serif;
  background: #E6E6E6;
  background-position: bottom right;
  background-repeat: no-repeat;
  margin: 0 0 2rem 0;
  padding: 40px 40px 1px 40px;
  box-sizing: border-box;
}

blockquote p {
  color: black;
  font-family: "Lato", sans-serif;
  margin: 0;
}

.button-1, .button-2, .button-3, .button-4, .button-outline-white {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  background-color: var(--brand-color);
  color: white;
  border-radius: var(--round-corners);
  transition: all 0.4s;
  padding: 1.6rem 5rem;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin: 0 1rem 2rem 1rem;
}

.button-1:hover, .button-2:hover, .button-3:hover, .button-4:hover, .button-outline-white:hover {
  background-color: #3780BA;
  color: white;
}

.button-2 {
  background-color: #F4976D;
}

.button-3 {
  background-color: #F4976D;
}

.button-4 {
  background-color: white;
  color: #333;
  padding: 0.6rem 2.4rem;
}

.button-outline-white {
  background-color: transparent;
  border: 2px solid white;
}

.button-outline-white:hover {
  border: 2px solid #3780BA;
}

.btn-icon-google-play, .btn-icon-apple {
  padding: 1.4rem 0;
  width: 18rem;
  text-transform: none;
}

.btn-icon-google-play:before, .btn-icon-apple:before {
  content: '';
  display: inline-block;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 1rem;
}

.btn-video, .btn-video-white {
  display: inline-block;
  width: 220px;
  margin: 0 auto;
  color: #33B7E5;
  transition: none;
}

.btn-video:before, .btn-video-white:before {
  content: '';
  display: inline-block;
  height: 32px;
  width: 32px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 1rem;
}

.btn-video:hover, .btn-video-white:hover {
  color: #3780BA;
}

.btn-video-white {
  color: white;
}

.btn-video-white:hover {
  color: white;
}

.btn-block {
  display: block;
  text-align: center;
}

.teaser {
  position: relative;
  width: 100%;
  height: 66rem;
  background: #F2F6FA;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding: 16rem 3rem 0 3rem;
  border-bottom: 1px solid #E6E6E6;
  transition: background 1s linear;
}

.teaser .teaser-in {
  margin-top: 4rem;
  width: 650px;
  max-width: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.teaser .teaser-in h1, .teaser .teaser-in h2, .teaser .teaser-in h3, .teaser .teaser-in h4, .teaser .teaser-in h5 {
  font-size: 6rem;
  color: black;
}

.teaser .teaser-in p {
  font-size: 2.6rem;
  color: #333;
  margin-bottom: 0;
}

.teaser .teaser-in .buttons {
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.teaser .teaser-in .buttons .button-outline-white {
  width: 22rem;
}

.segment {
  text-align: center;
  width: 100%;
  padding: 9rem 0;
}

.segment h2 {
  font-size: 3.4rem;
}

.segment p {
  font-size: 1.9rem;
  line-height: 2.5rem;
  margin-bottom: 2.5rem;
  color: #888;
}

.title-desc {
  padding-top: 9rem;
}

.title-desc h2, .title-desc p {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  max-width: 90%;
}

.title-desc p {
  font-size: 2.2rem;
}

.four-boxes {
  margin: auto;
  width: 1300px;
  max-width: 100%;
  text-align: center;
  margin-top: -9rem;
}

.four-boxes .box {
  display: inline-block;
  width: 20%;
  padding: 1%;
  margin: 0 2rem;
  vertical-align: top;
}

.four-boxes .box img {
  max-width: 80%;
  padding-bottom: 2rem;
}

.four-boxes .box h3 {
  font-size: 2.5rem;
  color: black;
}

.four-boxes .box p {
  font-size: 1.6rem;
  color: black;
  color: #888;
}

@media (max-width: 1010px) {
  .four-boxes .box {
    width: 40%;
    margin-bottom: 10px;
  }
}

.image-left, .image-right {
  position: relative;
  margin: auto;
  text-align: center;
}

.image-left .wrap, .image-right .wrap {
  position: relative;
  width: 1200px;
  max-width: 90%;
  margin: auto;
}

.image-left .wrap, .image-right .wrap {
  *zoom: 1;
}

.image-left .wrap:before, .image-right .wrap:before, .image-left .wrap:after, .image-right .wrap:after {
  content: "";
  display: table;
}

.image-left .wrap:after, .image-right .wrap:after {
  clear: both;
}

.image-left .wrap .text, .image-right .wrap .text {
  padding-left: 40px;
  width: 53%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  text-align: left;
}

.image-left .wrap .text .button-1, .image-right .wrap .text .button-1, .image-left .wrap .text .button-2, .image-right .wrap .text .button-2, .image-left .wrap .text .button-3, .image-right .wrap .text .button-3, .image-left .wrap .text .button-4, .image-right .wrap .text .button-4, .image-left .wrap .text .button-outline-white, .image-right .wrap .text .button-outline-white {
  display: inline-block;
  margin-left: 0;
}

@media (max-width: 1010px) {
  .image-left .wrap .text, .image-right .wrap .text {
    position: relative;
    top: 0;
    transform: translate(0, 0);
    display: block;
    padding: 0;
    padding-bottom: 4rem;
    width: 100%;
    text-align: center;
  }
}

.image-left .wrap .image, .image-right .wrap .image {
  position: relative;
  padding: 0;
  width: 47%;
  float: left;
  text-align: center;
}

.image-left .wrap .image img, .image-right .wrap .image img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media (max-width: 1010px) {
  .image-left .wrap .image, .image-right .wrap .image {
    width: 100%;
    float: none;
  }
}

.image-left, .image-right {
  *zoom: 1;
}

.image-left:before, .image-right:before, .image-left:after, .image-right:after {
  content: "";
  display: table;
}

.image-left:after, .image-right:after {
  clear: both;
}

.image-right .wrap .text {
  padding-right: 40px;
  left: 0;
}

@media (max-width: 1010px) {
  .image-right .wrap .text {
    padding-right: 0;
  }
}

.image-right .wrap .image {
  float: right;
}

.image-bottom {
  padding-bottom: 0;
}

.image-bottom .text {
  padding-bottom: 3rem;
}

.image-bottom .text h2, .image-bottom .text p {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  max-width: 90%;
}

.image-bottom .image {
  position: relative;
  padding: 0;
  text-align: center;
  max-width: 95%;
}

.image-bottom .image img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.bg-color-1 {
  background-color: #F2F6FA;
}

.burger {
  width: 56px;
  height: 56px;
  padding: 15px;
  cursor: pointer;
  transition: all 0.4s ease;
  box-sizing: border-box;
  z-index: 1090;
}

.burger .slice {
  width: 26px;
  height: 5px;
  background-color: orangered;
  position: absolute;
  border-radius: 5px;
  left: 15px;
  top: 15px;
  cursor: pointer;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-delay: 0.6s;
  transition: top 0.5s ease-in-out 0.4s, left 0.5s ease-in-out 0.4s, transform 0.5s ease-in-out 0.4s, width 0.5s ease-in-out 0.4s, background-color 0.4s ease;
}

.burger .slice:nth-child(2) {
  top: 25px;
}

.burger .slice:nth-child(3) {
  top: 35px;
}

.burger-close-btn .slice:nth-child(1) {
  transform: rotate(45deg);
  width: 36px;
  left: 10px;
  top: 26px;
}

.burger-close-btn .slice:nth-child(2) {
  transform: rotate(-45deg);
  width: 36px;
  left: 10px;
  top: 26px;
}

.burger-close-btn .slice:nth-child(3) {
  transform: rotate(45deg);
  width: 36px;
  left: 10px;
  top: 26px;
}

footer {
  position: relative;
  height: 12rem;
  text-align: center;
  background-color: #F2F5F6;
  border-top: 1px solid #e0e2e4;
}

footer .wrapper {
  position: relative;
  width: 1300px;
  max-width: 100%;
  margin: auto;
  height: 12rem;
}

footer .wrapper .logo {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 2rem;
}

footer .wrapper .logo img {
  height: 3.6rem;
  width: auto;
}

footer .wrapper .fluena {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

footer .wrapper .social {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
}

footer .wrapper .social a {
  margin-left: 1.2rem;
}

footer .wrapper .social a:hover {
  filter: brightness(1.3);
}

footer .wrapper .links {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 2rem;
  font-size: 1.4rem;
  color: #888;
}

footer .wrapper .links a {
  font-size: 1.4rem;
  color: #888;
  border-right: 1px solid #888;
  padding: 0 2rem;
}

footer .wrapper .links a:last-child {
  border: none;
  padding-right: 0;
}

footer .wrapper .links a:hover {
  color: black;
}

.fluena {
  display: inline-block;
  color: #888;
  font-size: 1.35rem;
}

.fluena span {
  margin: 0 0 0 4px;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 18px;
  transition: all 0.4s;
}

.fluena:hover {
  color: white;
}

.fluena:hover span {
  filter: brightness(1.3);
}

article {
  margin-bottom: 10rem;
}

article .article-teaser {
  position: relative;
  width: 100%;
  background: #F2F6FA;
  text-align: center;
  padding: 15rem 3rem 0 3rem;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 10rem;
}

@media (max-width: 550px) {
  article .article-teaser {
    margin-bottom: 5rem;
  }
}

article .article-teaser h1, article .article-teaser h2, article .article-teaser h3, article .article-teaser h4, article .article-teaser h5 {
  font-size: 5rem;
}

article .article-teaser p {
  font-size: 2.6rem;
  margin-bottom: 5.5rem;
}

article .article-teaser img {
  margin: 0 auto;
  vertical-align: bottom;
  max-width: 60%;
  height: auto;
}

article .article-content {
  position: relative;
  width: 720px;
  max-width: 90%;
  margin: 0 auto;
}

article .article-content p {
  font-size: 2.2rem;
  line-height: 1.5;
}

article .article-content a {
  text-decoration: underline;
}

article .article-content h1, article .article-content h2, article .article-content h3, article .article-content h4, article .article-content h5, article .article-content h2, article .article-content h3, article .article-content h4 {
  margin: 3.2rem 0 2rem 0;
}

article .article-content h1, article .article-content h2, article .article-content h3, article .article-content h4, article .article-content h5 {
  font-size: 3.6rem;
}

article .article-content h2 {
  font-size: 3.2rem;
}

article .article-content h3 {
  font-size: 2.8rem;
}

article .article-content h4 {
  font-size: 2.4rem;
}

article .article-content .share-buttons {
  display: inline-block;
  position: absolute;
  left: -120px;
  top: 10px;
  width: 40px;
}

article .article-content .share-buttons .share-button {
  text-align: center;
}

article .article-content .share-buttons .share-button img {
  margin-bottom: 0.8rem;
}

article .article-content .share-buttons .share-button a:hover img {
  filter: brightness(1.3);
}

article .article-content .share-buttons .share-button p {
  font-size: 11px;
  color: #888;
}

article .article-content .share-buttons .share-button:first-child {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 3rem;
}

@media (max-width: 1010px) {
  article .article-content .share-buttons {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    text-align: left;
  }
  article .article-content .share-buttons .share-button {
    display: inline-block;
    margin-right: 20px;
  }
  article .article-content .share-buttons .share-button:first-child {
    margin-right: 30px;
  }
}

article .article-content .important {
  background-color: #33B7E5;
  color: white;
  font-size: 2.5rem;
  padding: 3rem 4rem;
  border-radius: 5px;
}

article .article-content ol, article .article-content ul {
  font-size: 2.2rem;
  line-height: 1.5;
  padding: 2.2rem 2rem;
}

article .article-content ol li, article .article-content ul li {
  margin-bottom: 1rem;
}

article .article-content ul {
  list-style: disc outside none;
}

article .article-content hr {
  background: #E6E6E6;
  height: 1px;
  border: none;
}

article .article-content blockquote {
  background-color: #F2F6FA;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 3rem 4rem;
  border-radius: 5px;
  border: 1px solid #E6E6E6;
}

article .article-content blockquote p {
  font-size: 2.5rem;
}

article .article-content figure {
  margin-bottom: 2rem;
  max-width: 100%;
  background-color: #F2F6FA;
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  overflow: hidden;
  padding-bottom: 3rem;
}

article .article-content figure img {
  max-width: 100%;
  margin-bottom: 2rem;
}

article .article-content figure figcaption {
  font-size: 2rem;
  color: #888;
  padding: 0 2rem;
  text-align: center;
}

.search-box {
  margin-bottom: 6rem;
  background-color: white;
  border: 1px solid #E6E6E6;
  line-height: 4rem;
  font-size: 3rem;
  text-align: center;
  border-radius: 4rem;
  padding: 1.5rem 3rem;
  width: 650px;
  max-width: 95%;
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 4rem;
}

@media (max-width: 550px) {
  .search-box {
    text-align: left;
  }
}

.accordion .acc-trigger {
  position: relative;
  padding-top: 2rem;
  vertical-align: top;
}

.accordion .acc-trigger {
  *zoom: 1;
}

.accordion .acc-trigger:before, .accordion .acc-trigger:after {
  content: "";
  display: table;
}

.accordion .acc-trigger:after {
  clear: both;
}

.accordion .acc-trigger .acc-icon {
  position: absolute;
  top: 2.4rem;
  float: left;
  background-color: #33B7E5;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: all 0.4s;
}

.accordion .acc-trigger .acc-icon:before {
  content: '?';
  color: white;
  font-weight: 700;
  font-size: 2.2rem;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.accordion .acc-trigger .icon-close {
  background-color: #3780BA;
}

.accordion .acc-trigger .acc-title {
  float: left;
  padding-left: 4.3rem;
}

.accordion .acc-trigger .acc-title p {
  font-size: 2.6rem;
}

.accordion .acc-trigger:hover .acc-icon {
  background-color: #3780BA;
}

.rich-list {
  width: 1000px;
  max-width: 90%;
  margin: auto;
}

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

.rich-list ul li {
  margin-bottom: 4rem;
}

.rich-list ul li {
  *zoom: 1;
}

.rich-list ul li:before, .rich-list ul li:after {
  content: "";
  display: table;
}

.rich-list ul li:after {
  clear: both;
}

.rich-list ul li .image {
  float: left;
  width: 22%;
  text-align: left;
}

.rich-list ul li .image img {
  margin-bottom: 2.5rem;
  width: 130px;
  height: auto;
}

.rich-list ul li .text {
  float: left;
  width: 78%;
  text-align: left;
}

.rich-list ul li .text h3 {
  color: white;
  font-size: 2.2rem;
}

.rich-list ul li .text p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}

@media (max-width: 850px) {
  .rich-list ul li {
    margin-bottom: 7rem;
  }
  .rich-list ul li .image {
    display: block;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .rich-list ul li .text {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }
  .rich-list ul li .text h3 {
    font-size: 2.5rem;
  }
  .rich-list ul li .text p {
    font-size: 1.8rem;
  }
}

#styler {
  position: fixed;
  left: 14px;
  bottom: 10px;
  width: 360px;
  background-color: white;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

#styler .styler-div {
  padding: 0 20px;
  margin: 0;
  position: relative;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid lightgray;
}

#styler .styler-div label {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 20px;
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 1;
}

#styler .styler-div input {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
}

.editable-text {
  outline: none;
  -webkit-user-select: text;
  user-select: text;
}

.loader {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* LOADER 7 */
#loader-01 {
  -webkit-perspective: 120px;
  -moz-perspective: 120px;
  -ms-perspective: 120px;
  perspective: 120px;
}

#loader-01:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 25px;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background-color: #e0e0e0;
  animation: flip 1s infinite;
}

@keyframes flip {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(180deg) rotateX(180deg);
  }
}

#app {
  display: block;
  transition: all 0.4s linear;
}

.show-admin-right #app {
  margin-right: 260px;
}

.love {
  display: inline-block;
  position: relative;
  top: 3px;
  height: 4.3rem;
  width: 4.3rem;
  background-image: url("../../images/love.svg");
  background-size: contain;
}

admin {
  display: inline-block;
  position: fixed;
  top: 0;
  right: -260px;
  width: 260px;
  height: 100vh;
  background: #1E1E1E;
  color: #888;
  padding-top: 80px;
  transition: all 0.4s linear;
}

admin .btn-design {
  height: 40px;
  width: 40px;
  background-color: #1E1E1E;
  background-image: url(".././assets/graphics/design.svg");
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 270px;
  transition: background-color 0.4s linear;
}

admin .btn-design:hover {
  background-color: #333;
}

admin .styler-div {
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  width: 90%;
  height: 50px;
  border-bottom: 1px solid #444;
}

admin .styler-div label {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 4px;
  font-size: 11px;
  padding: 0;
  margin: 0;
  line-height: 1;
}

admin .styler-div input {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}

.show-admin-right admin {
  right: 0;
}
