
/* CUSTOM
================================================== */

#home { height: 100vh !important;}
.rev_slider { height: 100vh !important;}

.webkit-box {width: 100%;display: -webkit-box;display: flex;-moz-box-flex: initial;}
.border-box {border: 1px solid #E8E8E8;}

.list-inside {list-style: inside;}
.list-outside {list-style: outside;padding-left: 20px;}
.list-in-list {list-style: circle; padding: 0 0 0 30px;}

hr {border-top: 1px solid #dedede;}
.hr-footer {border-top: 1px solid #292929;}

a {-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;}

.back-to-site {margin: 50px 0px 50px;}


.logo-box {
background-image: url(../img/logo-afterlife-slider.png/);
background-position: center;
background-repeat: no-repeat;
z-index: 100;
position: absolute;
width: 500px;
height: 200px;
background-size: contain;
bottom: 10%;
right: 0;}

@media only screen and (max-width: 991px) {
.logo-box {width: 300px;}
}


.logo-slider {
position: absolute;
z-index: 50;
bottom: 10%;
right: 0;}

@media only screen and (max-width: 991px) {
.logo-slider {width: 300px;}
}



/* BACKGROUNDS
================================================== */

.bg-loader {
  /*height: 100% !important;*/
  /*height: 100vh !important;*/
  background: #f5f6f8;
    background-image: url(../img/_loader/loader-01.gif);
    background-position: center;
    background-repeat: no-repeat;
}/* auf settings.css muss noch
    .tp-loader.spinner4 auf display: none;
================================================== */
