/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
  /*Custom fullscreen per slideshow
Insert in Main Menu > Home > Page Display > Page Class "fullscreen-slideshow"
*/ 
.fullscreen-slideshow .tm-page {       
z-index: 2;      
position: relative;      
}      

.fullscreen-slideshow .tm-fullscreen {    
height: auto;    
}
.tm-headerbar {
    padding: 4px 0;
}
.uk-container {
  max-width: 95%;
  #padding: 0 70px;
}

.tm-page {
    max-width: 100%;
    margin: 70px auto;
}

.uk-slideshow-fullscreen, .uk-slideshow-fullscreen > li {
    height: 100vh;
}
.tm-block {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-bottom: 1px;
}
* + .uk-margin {
    margin-top: -61px;
}
.uk-margin {
    margin-bottom: 40px;
}
.tm-page .tm-block:first-child {
    padding-top: 10px;
}
.tm-page {
    margin: 10px auto;
}
.fabrikGroup legend	{
display: none;
}
#ark-navbar {
display: none;
}
.ark-navbar {
display: none;
}
.uk-article > p > a + a { margin-left: 20px; }  
.uk-article > p > a > [class*="icon-"] { margin-right: 1px; }
.menutop li .item {
    width: 100%;
}
#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 710px;
  width: 100%;
  padding-left: 190px;
  line-height: 1.4;
}

.notfound .notfound-404 {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 150px;
}

.notfound .notfound-404 h1 {
  font-family: 'Passion One', cursive;
  color: #00b5c3;
  font-size: 150px;
  letter-spacing: 15.5px;
  margin: 0px;
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound h2 {
  font-family: 'Raleway', sans-serif;
  color: #292929;
  font-size: 28px;
    font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-top: 0;
}

.notfound p {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  color: #333;
}

.notfound p a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #fff;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  color: #292929;
  font-weight: 700;
  -webkit-box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound p a:hover {
  color: #fff;
  background-color: #00b5c3;
}

.notfound li a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #fff;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  color: #292929;
  font-weight: 700;
  -webkit-box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound li a:hover {
  color: #fff;
  background-color: #00b5c3;
}

@media only screen and (max-width: 480px) {
  .notfound {
    text-align: center;
  }
  .notfound .notfound-404 {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
  }
  .notfound {
    padding-left: 15px;
    padding-right: 15px;
  }
}
