/*
Theme Name: lp-crevis
Text Domain: lp
Domain Path: /languages
Author: Crevis
Author URI: http://www.crevis.ch
Description: A clean responsive Theme
Version: 1.0
License: GNU General Public License
*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
::-webkit-scrollbar {
    display: none;
}
html {
    margin:0;
    padding:0;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    -webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	text-rendering:optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
}
body {
    opacity: 0;
    -webkit-transition:opacity 0.25s ease-in-out;
    -moz-transition:opacity 0.25s ease-in-out;
    -o-transition:opacity 0.25s ease-in-out;
    transition:opacity 0.25s ease-in-out;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color:#fff;
    line-height:24px;
    font-size:19px;
    margin:0;
    padding:0;
    -webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	text-rendering:optimizeLegibility;
}
body.afterload  {
    opacity: 1;
}
a:link, a:visited {
    color:#fff;
    text-decoration:none;
    outline:0 none;
    border:0 none;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
img {
    border:0;
}
b, strong {
    font-weight: 700;
}
.toggle {
    position: absolute;
    top:38px;
    right:38px;
    cursor:pointer;
    width:52px;
    height:auto;
    z-index: 100;
}
h1 {
    font-family: 'Roboto', sans-serif;
    font-size:32px;
    line-height:40px;
    margin:0 0 30px 0;
    padding:0;
    color:#fff;
    text-transform:uppercase;
    font-weight: 700;
    text-align:left;
}
h2 {
    font-family: 'Roboto', sans-serif;
    font-size:21px;
    line-height:24px;
    margin:20px 0 35px 0;
    padding:0;
    color:#fff;
    text-transform:uppercase;
    font-weight: 700;
    text-align:left;
}
.wrapper {
    float:right;
    position:relative;
    z-index: 10;
    max-width:980px;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color:rgba(0,0,0,0.8);
    padding:40px;
    box-sizing: border-box; 
}
.slider-wrapper {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1;
}
.slick-slider, .slider div {
    height: 100%;
}
.slider, .slick-slide img {
    width: 100%;
}
.home-slider {
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
ul {
    padding: 0;
    margin: 0 0 24px 18px;
}
p {
    margin-bottom:24px;
    margin-top:0;
}
.custom-logo {
    max-width:430px;
    height:auto;
    margin:85px 0 75px 0;
}
.download {
    line-height: 40px;
}
.download a {
    text-decoration: none;
}
.left-col {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.page-section a[href$=".pdf"]:before {
    content:'\E800';
    font-family:'propta';
    color:#fff;
    padding-right:8px;
}
a.instagram:before {
    content:'\F16D';
    font-family:'propta';
    color:#fff;
    padding-right:4px;
}
.hidden-lg {
    display: none;
}
.hidden-sm {
    display: block;
}
@media (max-width: 991px) {
    .hidden-sm {
        display: none;
    }
    .hidden-lg {
        display: block;
    }
    .wrapper {
        max-width:100%;
        height: auto;
    }
    .left-col {
        justify-content: unset;
    }
    .col-md-offset-0 {
        margin-left:0 !important;
    }
}
@media (max-width: 767px) {
    .wrapper {
        padding:30px;
    }
    .toggle {
        top:30px;
        right:30px;
    }
    .custom-logo {
        max-width:350px;
        margin:60px 0;
    }
}