@font-face {
    font-family: JamesStroker;
    src: url(../font/JamesStroker.ttf);
  }

h1{font-family: 'JamesStroker', sans-serif;font-size:5rem;line-height:1;margin-bottom:0;}

img.logo{max-width:300px;}
.img-fix{background-position: center center !important; background-repeat:no-repeat !important; background-size:cover !important;}
.img-block{display:block;width:100%;height:auto;}
.contain{background-size:contain !important;}

#slider.owl-carousel{position:relative;}
#slider.owl-carousel .item .slidetext{position:absolute; bottom:15%; color:#fff !important; text-shadow: 0 0 10px #000;}
#slider h1{line-height:1;margin-bottom:0;}
#slider a.btn{margin-top:20px; text-shadow:none;}

.preload-wrapper{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ea0a8e;display:flex;justify-content:center;align-items:center;z-index:100000000000}
.preloader{display:inline-block;width:600px;height:600px;position:relative;animation:loader 2s infinite ease;background-image:url(../gfx/logo-weiss.png);background-size:contain;background-repeat:no-repeat;animation: pulse 2s infinite;}
.preloader-inner{width:100%;height:auto;display:block;}