/* 1. IMPORT SECTION */
@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');*/

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v29-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v29-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v29-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}


/* 2. Basic */
html, body {
  height: 100%;
}
body {
  font: 24px/1.5 'Roboto', sans-serif;
  background-color: #fff;
  color: #262626;
  font-weight: 300;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
  border-top: 1px solid #f32667;
}

a {
  color: #f32667;
  transition: all 0.125s ease-in-out 0s;
  -moz-transition: all 0.125s ease-in-out 0s;
  -webkit-transition: all 0.125s ease-in-out 0s;
  -o-transition: all 0.125s ease-in-out 0s;
  -ms-transition: all 0.125s ease-in-out 0s;
}
a:hover {
  color: #f32667;
}
a, a:hover, a:active, a:focus {
  outline: 0;
  border: 0;
  text-decoration: none;
}
#st-preloader {
  background: #FFF;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
p {
  line-height: 1.7;
}
.logo {
  max-width: 420px;
  margin: 0 auto;
  background-image: url(../images/owl-dent-logo_2022.png);
  width: 420px;
  height: 155px;
  background-repeat: no-repeat;
}
#pre-status, .preload-placeholder {
  background-image: url(../images/preloader.gif);
  background-position: center;
  background-repeat: no-repeat;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}
.preload-placeholder {
  background: none;
  left: 0;
  margin: 0;
  text-align: center;
  top: 65%;
}
.btn {
  font-size: 20px;
  font-weight: 300 !important;
}
.btn-primary {
  /*  color: #FFF;*/
  background-color: #262626;
  border-color: #262626;
  margin-top: -6px;
  font-size: 20px;
  font-weight: 300 !important;
}
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
  color: #f32667;
  background-color: #262626 !important;
  border-color: #262626;
}
.modal-title {
  font-size: 22px;
  font-weight: 300;
}
.modal-content {
  color: #252525;
  font-weight: 300;
}
.modal-body a {
  color: #f32667;
  font-weight: 300;
}
.modal-header .close {
  margin-top: -22px;
}
/* 3. Header */
.st-header {
  position: relative;
  background-image: url(../images/owl-dent-bg.webp);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.header-overlay {
  position: absolute;
  background-color: rgba(249, 249, 249, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.st-header-content {
  padding-top: 5%;
}
.st-header-title {
  color: #fff;
  padding-top: 40px;
  margin-bottom: 55px;
}
.st-header-title h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.st-header-title h2 span {
  font-weight: 500;
  color: #b7aaa0;
}
.st-header-title p {}
.mouse-icon {
  position: absolute;
  left: 50%;
  bottom: 40px;
  border: 2px solid #f32667;
  border-radius: 16px;
  height: 50px;
  width: 30px;
  margin-left: -17px;
  display: block;
  z-index: 10;
}
.mouse-icon:hover, .mouse-icon:active, .mouse-icon:focus {
  border: 2px solid #000;
  background: #FFF;
}
.mouse-icon .wheel {
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-name: drop;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
.mouse-icon .wheel {
  position: relative;
  border-radius: 10px;
  background: #f32667;
  width: 4px;
  height: 10px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
}
@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
/* 4. Kontakt */
.contact {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f9f9f9;
  font-size: 20px;
  font-weight: 300;
}
.contact-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 30px;
  margin: 0 0 20px;
}
.contact-info .contact-content {
  /*margin-bottom: 30px;*/
  font-size: 20px;
  text-indent: 0px;
}
.contact-content-2 {
  margin-top: 0px;
  /*margin-left: 36px;*/
}
.contact-info p {
  margin-bottom: 20px;
}
.contact-info p i {
  color: #f32667;
  font-size: 22px;
  text-align: center;
  width: 20px;
  margin-right: 10px;
}
/* 5. FOOTER */
.footer {
  background-color: #262626;
  padding-top: 40px;
  padding-bottom: 40px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 20px
}
.footer a {
  color: #f32667;
  font-weight: 300;
}
.footer a:hover {
  color: #f32667;
}
.copyright {
  /*  padding-left: 20px;*/
  text-align: center;
  color: #FFF;
}
.copyright p {
  margin: 0;
}
.social-icons {
  /*  padding-right: 20px;*/
  text-align: center;
}
.social-icons a {
  width: 28px;
  display: inline-block;
  height: 28px;
  text-align: center;
  line-height: 26px;
  border-radius: 3px;
  margin-left: 10px;
}
.social-icons a:hover {
  color: #b7aaa0;
}
/* 6. RESPONSIVE */
@media (max-width: 767px) {
  .st-header {
    height: 100vh;
  }
  .contact-title {
    text-align: center;
  }
  .contact-info {
    margin-bottom: 50px;
	font-size: 16px;
  }
  .contact-info .contact-content {
  /*margin-bottom: 30px;*/
  font-size: 16px;
  text-indent: 0px;
}
  .contact {
    padding-top: 100px;
    padding-bottom: 100px;
	font-size: 16px;
  }
  .social-icons {
    text-align: center;
    margin-bottom: 40px;
  }
  .copyright {
    text-align: center;
	font-size: 16px;
  }
  .logo {
    background-image: url(../images/owl-dent-logo_2022_mobil.png);
    width: 300px;
    height: 111px;
  }
  body {
    font: 16px/1.5 'Roboto', sans-serif;
    background-color: #fff;
    color: #262626;
    font-weight: 300;
  }
  .btn {
  font-size: 16px;
  font-weight: 300 !important;
}
}
@media (max-width: 479px) {
  .st-service-box p {
    padding: 0 10%;
  }
  .logo {
    max-width: 300px;
    margin: 0 auto;
  }
}