/*
Theme Name: lostyourleash
Theme URI: http://pepe-friends.de
Author: Pepe & Friends DesignStudio
Author URI: https://pepe-friends.com
Description: lostyourleash is a custom Wordpress Theme designed for a unique Kiteschool made in Pruchten The Number One HotSpot
Version: 1.0
Tags: grid-layout, two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, footer-widgets, custom-logo, microformats, rtl-language-support, blog, food-and-drink, portfolio
License:
License URI: http://themeforest.net/licenses
Text Domain: lostyourleash
Domain Path: /inc/languages
*/

* {
    -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  width:100vw;
  max-width:100vw;
  overflow-x:hidden;
}
p {
  margin-block-start: 0em;
    margin-block-end: 0em;
}

/**
 * 1.6 Preloader
 */
.loader {
display: block;
}

.loader-area {
top: 0;
position: fixed;
display: flex;
justify-content: center;
flex-direction: row;
background-color: #FFF;
z-index: 9999999;
left: 0;
right: 0;
align-items: center;
bottom: 0;
}

.loader-content {
position: absolute;
height: 300px;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}

@font-face {
  font-family: 'iconsmedia';
  src: url('assets/fonts/icons.eot?3490220');
  src: url('assets/fonts/icons.eot?3490220#iefix') format('embedded-opentype'),
       url('assets/fonts/icons.woff2?3490220') format('woff2'),
       url('assets/fonts/icons.woff?3490220') format('woff'),
       url('assets/fonts/icons.ttf?3490220') format('truetype'),
       url('assets/fonts/icons.svg?3490220#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('../font/icons.svg?3490220#icons') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "iconsmedia";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
/*  line-height: 1em;*/

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
/*  margin-left: .2em;*/

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-phone:before { content: '\e800'; } /* '' */
.icon-drizzle:before { content: '\e801'; } /* '' */
.icon-sun:before { content: '\e802'; } /* '' */
.icon-sun-filled:before { content: '\e803'; } /* '' */
.icon-cloud:before { content: '\e804'; } /* '' */
.icon-moon:before { content: '\e805'; } /* '' */
.icon-rain:before { content: '\e806'; } /* '' */
.icon-cloud-sun:before { content: '\e807'; } /* '' */
.icon-snow:before { content: '\e808'; } /* '' */
.icon-cloud-flash:before { content: '\e809'; } /* '' */
.icon-compass:before { content: '\f14e'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-xing:before { content: '\f169'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-email:before { content: '\f199'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */
.icon-vimeo:before { content: '\f307'; } /* '' */
.icon-twitter:before { content: '\f309'; } /* '' */
.icon-facebook:before { content: '\f30d'; } /* '' */
.icon-pinterest:before { content: '\f313'; } /* '' */
.icon-linkedin:before { content: '\f319'; } /* '' */

a {
  transition: all 0.5s ease-out;
}

a:hover {
  transition: all 0.5s ease-out;
}

@media (max-width:1023px) and (orientation:landscape) {
  #start {
    height:100vh;
  }
}
