/** --------------------------------------------------
Author       : Gino
Template Name: Infinite projects
Description: boilerplate

Version      : 1.0
* -------------------------------------------------  */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,300&display=swap');

html {
scroll-behavior: smooth !important;
}

html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif !important;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
  text-align: left;
  background-color: none;
  color: #635a52ff;
}

/*-------------------- -----------------------------------------------------------------------------------
 TYPOGRAPHY
-----------------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: .5rem;
  color: #000;
}

p {
  font-size: 20px;
}

/*-------------------- -----------------------------------------------------------------------------------
Common Styles
-----------------*/
.container {
  padding-top: 100px;
  padding-bottom: 100px
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  vertical-align: middle;
  border-style: none;
}

/* text focus */
.form-control:focus {
  border-color: #635a52ff !important;
  box-shadow: 0 0 5px rgb(99, 90, 83) !important;
}

/* button */
.bg-primary, .btn-primary, .btn-white:hover {
    background: #635a52ff !important;
    border-color: #635a52ff !important;
    color: #fff;
}

/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #aaa;
  height: 1px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}

nav.fill ul li a {
  transition: all 2s;
}

nav.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav.fill ul li a:hover {
  color: #fff;
  z-index: 1;
}
nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

/* scroll to top */

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #867c74ff; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

/*-------------------- -----------------------------------------------------------------------------------
header
-----------------*/
header {
  background: url("img/front.jpg");
  text-align: center;
  padding: 30px;
  /* Set a specific height */
  min-height: 100px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.logo img {
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/*-------------------- -----------------------------------------------------------------------------------
Intro
-----------------*/
#intro .line {
  background-color: #635a52ff;
  color: #635a52ff;
  align: center;
  height: 2px;
  margin: 0 auto;
}

.intro h1 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
  line-height: 1.75;
  width: 100%;
  min-height: 100%;
  text-align: center;
  padding: 30px;
  margin: -50px 0 10px 0;
}

.intro h4 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
  width: 100%;
  min-height: 100%;
  text-align: justify;
  padding: 30px;
  margin: 60px 0 10px 0;
  color: #635a52ff !important;
}

.list ul {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500;
  font-size: 1.3em;
  width: 100%;
  min-height: 100%;
  text-align: left;
  padding: 30px;
  margin: 10px 0 10px 0;

}

.list {

  margin: -100px 0 10px 0;

}

/*-------------------- -----------------------------------------------------------------------------------
about
-----------------*/

#about .line {
  background-color: #635a52ff;
  color: #635a52ff;
  align: center;
  height: 2px;
  margin: 0 auto;
}

/*-------------------- -----------------------------------------------------------------------------------
slideshow
-----------------*/


#slide .line {
  background-color: #635a52ff;
  color: #635a52ff;
  align: center;
  height: 2px;
  margin: 0 auto;
}


@media (min-width: 768px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
  }

/*-------------------- -----------------------------------------------------------------------------------
diensten (pag 2)
-----------------*/

#diensten1 .line {
  background-color: #635a52ff;
  color: #635a52ff;
  align: center;
  height: 2px;
  margin: 0 auto;
}

#diensten1 h4 {
  font-size: 25px;
  text-align: center;
}

#diensten1 h4 a {
  font-size: 20px;
  text-align: center;
  text-decoration: underline;
}

#diensten1 .intro h4 {
    padding: 1px;
    margin: 40px 0 10px 0;

}

#diensten p {

    text-align: left;
}

#diensten .card {

  margin-top: 40px;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #635a52ff !important;
    border-bottom: 1px solid #635a52ff !important;
    color: #fff !important;
}
/*-------------------- -----------------------------------------------------------------------------------
contact
-----------------*/
#contact .intro h4 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500;
  width: 100%;
  min-height: 100%;
  text-align: center;
  padding: 5px;
  margin: 10px 0 10px 0;
  color: #635a52ff !important;
}

#contact form {

  margin: 80px 0 10px 0;

}


.align-center {
  text-align: center;
}

.row {
  margin: -20px 0;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  padding: 0 20px;
  float: left;
  box-sizing: border-box;
}

.row .col.x-50 {
  width: 50%;
}

.row .col.x-100 {
  width: 100%;
}

.content-wrapper {
  min-height: 100%;
  position: relative;
}

.get-in-touch {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.get-in-touch .title {
  text-align: center;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 36px;
  line-height: 48px;
  padding-bottom: 48px;
}

.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}

.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 2px 0;
  border-color: #635a52ff;
  font-family: Lusitana, serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.contact-form .input-text:focus {
  outline: none;
}

.contact-form .input-text:focus+.label, .contact-form .input-text.not-empty+.label {
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px);
}

.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 11px;
  font-family: 'Roboto', sans-serif !important;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #888;
  cursor: text;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.contact-form .submit-btn {
  display: inline-block;
  background-color: #635a52ff;
  color: #f8f9faff;
  font-family: 'Roboto', sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}

.note {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-family: Lusitana, serif;
  font-size: 16px;
  line-height: 21px;
}

.note .link {
  color: #888;
  text-decoration: none;
}

.note .link:hover {
  text-decoration: underline;
}

/*-------------------- -----------------------------------------------------------------------------------
Footer
-----------------*/
#foot  {
  color: #fff !important;
}

#foot p {

}

#foot .contact p {
    padding: 30px;
    font-size: 1em;
}

#foot .line {
  background-color: #fff;
  color: #fff;
  align: center;
  height: 0.01px;
  margin: 0 auto;
}

.footer-copy {
  text-align: left;
  padding-bottom: 1px;
  font-size: 20px !important;
}
