* {
  box-sizing: border-box;
}
body,
html {
  margin: 0;
  padding: 0;
}
body {
  line-height: 23px;
  font-size: 16px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #e5e5e5;
  color: #222222;
}
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0px;
}
h1 {
  font-size: 48px;
  margin-right: 0;
  display: inline-block;
  line-height: 58px;
  margin-bottom: 30px;
  position: relative;
}
h1:before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0px;
  height: 25px;
  width: 100%;
  opacity: 0.4;
}
h2 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
h3 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
h4 {
  font-size: 20px;
  line-height: 24px;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.1s ease;
}
#main a:hover {
  text-decoration: none !important;
}
#main .image-background a:hover,
#sidebar .image-background a:hover {
  border-bottom: none !important;
}
.clearfix {
  clear: both;
}
.container {
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
  position: relative;
}
input {
  font-size: inherit;
  font-family: inherit;
}
.btn,
#wrapper input[type="submit"] {
  display: inline-block;
  color: white;
  font-weight: 700;
  padding: 10px 29px;
  font-size: 18px;
  border: 0;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  transition: all 0.1s ease;
}
ol {
  list-style-type: disc;
}
#main .btn {
  color: white !important;
}
/* header */
#header {
  padding: 25px 0;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.08);
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 0;
  transition: all 0.3s ease-in;
}
#header.active {
  padding: 10px 0 15px 0;
}
#header.active #logo img {
  max-height: 50px;
  width: auto;
}
#logo {
  float: left;
  transition: all 0.3s ease-in;
}
#logo img {
  display: block;
  height: 60px;
  max-height: 60px;
  width: auto;
  transition: all 0.3s ease-in;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: white;
}
.drawer-toggle {
  display: none;
}
#navigation {
  float: right;
  display: flex;
  align-items: center;
}
#navigation .language_switch_header {
  padding: 17px 0 0 30px;
  color: white;
}
#navigation ul {
  margin: 0;
  padding-top: 17px;
  padding-left: 0;
}
#navigation ul li {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 2px;
  margin-left: 40px;
}
#navigation ul li a {
  color: #fff;
}
#navigation ul li.has-children a {
  padding-bottom: 30px;
}
#navigation ul li:last-child a {
  background-color: white;
  padding: 10px 19px;
  border: 2px solid white;
}
#navigation ul li:last-child a:hover {
  background-color: transparent;
  color: white !important;
}
#navigation ul li:first-child {
  margin-left: 0;
}
#navigation ul li.has-children.nav-path-selected {
  border-bottom: 2px solid white;
}
#navigation ul ul {
  display: none;
  position: absolute;
  background-color: white;
  left: -20px;
  min-width: 200px;
  padding: 20px;
  top: 45px;
}
#navigation ul ul li {
  display: block;
  margin: 0;
  line-height: 30px;
}
#navigation ul ul li a {
  color: #222222;
}
#navigation ul ul li:last-child a {
  padding: 0;
  background-color: transparent;
  border: 0;
}
#navigation ul ul:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 10px 12px;
  border-color: transparent transparent white transparent;
  left: 15%;
  /* TOP IS DOUBLE THE HEIGHT OF THE BORDER */
  top: -20px;
}
#navigation ul li:hover ul {
  display: block;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.08);
}
#hosting {
  margin-top: 110px;
  background-color: white;
  text-align: center;
  position: relative;
  padding: 12px 0;
}
#hosting span {
  position: absolute;
  left: 15px;
  top: 23px;
  opacity: 0.4;
}
#hosting img {
  display: inline-block;
  width: auto;
  height: 60px;
  max-width: calc(100% - 200px);
}
.spacer {
  height: 110px;
}
#hero {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
}
/* content */
#wrapper {
  padding: 30px 0;
}
#main {
  min-height: 300px;
  float: left;
  width: calc(100% - 500px);
}
#main ul {
  padding-left: 40px;
}
#main ul li ul {
  padding-left: 40px;
  float: none;
  width: calc(100% - 40px);
}
#main img {
  height: auto;
  max-width: 100%;
}
#main ul li {
  list-style-type: none;
  position: relative;
}
#main ul li::before {
  width: 25px;
  content: " ";
  height: 1px;
  background-color: #222222;
  position: absolute;
  left: -40px;
  top: 10px;
}
#sidebar {
  float: right;
  width: 390px;
}
.sidebar-small {
  width: 250px !important;
}
#main.small-sidebar {
  width: calc(100% - 360px);
}
#main.no-sidebar {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  float: none;
}
/* formulare */
#wrapper .formidable .formidable_column {
  padding: 0;
}
#wrapper .formidable .width-6 {
  width: 48%;
}
#wrapper .formidable .width-6.last {
  margin-left: 4%;
}
#wrapper input[type="text"],
#wrapper input[type="email"],
#wrapper select {
  background-color: white;
  width: 100%;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  text-indent: 5px;
  height: 45px;
  border: 0;
}
#wrapper select {
  text-indent: 15px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='silver'><polygon points='0,0 8,0 4,4'/></svg>") no-repeat scroll 97% 60% transparent;
  background-color: white !important;
  margin-top: 7px;
}
#wrapper input[type="checkbox"],
#wrapper input[type="radio"] {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  appearance: none;
  -webkit-appearance: none;
  background-color: white;
  outline: 0;
  border: 4px solid white;
  position: absolute;
  left: 0;
  top: 0;
}
#wrapper textarea,
#wrapper textarea::placeholder {
  background-color: white;
  width: 100%;
  min-height: 100px;
  border: 0;
  line-height: 23px;
  font-size: 16px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#wrapper textarea {
  padding: 10px;
}
#wrapper label {
  display: block;
  font-weight: 700;
  font-size: 16px;
  margin-top: 20px;
}
#wrapper .sky-tabs label {
  display: inline-block;
}
#wrapper .sky-tabs ul {
  padding-left: 0;
}
#wrapper .sky-tabs ul > li {
  position: absolute;
}
#wrapper .checkbox {
  position: relative;
}
#wrapper .checkbox > label {
  font-weight: normal;
  position: relative;
  padding-left: 40px;
}
#wrapper .checkbox > label p a {
  font-weight: 700;
}
#wrapper .checkbox label {
  font-weight: normal;
}
#footer-border {
  margin-top: 40px;
  height: 10px;
  opacity: 0.3;
}
#footer {
  background: #222222;
  padding: 30px 0px 100px 0;
  color: white;
}
#footer #logo-footer {
  float: left;
}
#footer #logo-footer img {
  display: block;
  height: 60px;
  width: auto;
}
#footer #socials {
  float: right;
  padding-top: 10px;
}
#footer #socials img {
  display: inline-block;
  margin-left: 12px;
  width: 30px;
  height: 30px;
}
#footer #footer-top {
  margin-bottom: 60px;
}
#footer #footer-bottom {
  display: flex;
  flex-wrap: wrap;
}
#footer #footer-bottom .column-first {
  width: 25%;
}
#footer #footer-bottom .column-middle {
  width: 50%;
}
#footer #footer-bottom .column-last {
  width: 25%;
  padding-left: 10%;
}
#footer #footer-bottom h6 {
  margin-top: 0;
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#footer #footer-bottom ul {
  margin: 0;
  padding: 0;
}
#footer #footer-bottom ul li {
  font-weight: 700;
  display: block;
  font-size: 18px;
  line-height: 34px;
}
#copyright {
  padding-top: 0px;
  padding-bottom: 0px;
}
#copyright .left {
  width: 50%;
  float: left;
}
#copyright .right {
  width: 50%;
  float: right;
  text-align: right;
}
@media screen and (max-width: 501px) {
  #copyright .left,
  #copyright .right {
    text-align: left;
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .spacer {
    height: 90px;
  }
  #footer #footer-bottom .footer-column {
    flex: 1 1 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }
  .column-last {
    padding-left: 0 !important;
  }
  #header {
    padding: 15px 0;
  }
  button.drawer-toggle {
    display: block;
    top: 12px;
    margin-right: 10px;
  }
  #header.active button.drawer-toggle {
    top: 7px;
  }
  #navigation {
    display: none;
  }
  #hosting {
    margin-top: 90px;
  }
  #navigation-mobile {
    padding: 20px;
  }
  #navigation-mobile li {
    font-weight: 400;
  }
  #navigation-mobile .drawer-menu > li {
    font-weight: 700;
    position: relative;
  }
  #navigation-mobile .drawer-menu-item {
    font-size: 20px;
  }
  #navigation-mobile ul li ul {
    margin-top: 0;
    margin-bottom: 15px;
    display: none;
  }
  #navigation-mobile ul li ul li {
    display: block;
    padding: 5px 0;
  }
  #navigation-mobile .has-children::after {
    content: "▾";
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px;
    font-size: 15px;
  }
  .drawer-overlay {
    background-color: rgba(0, 0, 0, 0.8);
  }
  #main,
  #sidebar {
    width: 100%;
    float: none;
  }
  #main.small-sidebar,
  .sidebar-small {
    width: 100% !important;
  }
  #sidebar {
    margin-top: 80px;
  }
}
@media screen and (max-width: 501px) {
  h1:before {
    height: 15px;
    display: none;
  }
  #footer #footer-bottom .footer-column {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  #footer #socials,
  #footer #logo-footer {
    float: none;
    width: 100%;
  }
  #footer #socials {
    margin-top: 20px;
  }
  #footer #socials img {
    margin-left: 0;
    margin-right: 12px;
  }
  #footer #footer-top {
    margin-bottom: 30px;
  }
  #hosting span {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    padding-bottom: 5px;
  }
  #hosting img {
    max-width: 100%;
  }
  .formidable_column.width-6 {
    width: 100% !important;
    margin: 0 !important;
  }
  h1 {
    font-size: 32px;
    line-height: 39px;
  }
  #hero {
    height: 260px;
  }
  .ccm-layout-column,
  div.ccm-layout-column-inner {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .ccm-layout-column {
    /*display:none !important;*/
  }
}
