
:root{
  
  --main-dark: #343A40;
  --main-grey: #ecf0f1;
  --main-yellow: #FFF000;

}
body {
  background-color: var(--main-grey);
  font-family: 'Dosis', sans-serif;
  overflow-x: hidden;
}
@media (max-width: 575px) {

  .container-small{
    
    padding: 0 15px !important;
  }

}

#gototop{
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 9999999;
}
#gototop:hover{
  cursor: pointer;
}
#totoicon{
  color: #00000099;
  text-shadow: 0px 0px 0px 2px #ffffff;
}

.navbar-dark .navbar-toggler{
  border-color: var(--main-dark) !important;
  background-color: var(--main-dark) !important;
}

.contact-nav{
  padding: 10px 0;
  background-color: var(--main-grey);
}
.span_contact{
  display: inline-block;
}
@media (max-width: 992px) {
  .span_contact{
    display: block;
  } 
}
#info-contact{
  margin: 4px 0;
  font-size: 24px;
  text-align: center;
}

.contact-nav-holiday{
  padding: 10px 0;
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

#address, #dojazd{
  padding-left: 16px;
}

.own-navbar{
  box-shadow: 0px 2px 2px 0px #00000077;  
  z-index: 9;
  padding: 25px 0;
  border-radius: 2px;
  background-color: var(--main-yellow) !important;

}
.brand-own{
  font-size: 24px;
  font-weight: bold;
  color: black !important;
}

.nav-link-own{

  color: var(--main-dark) !important;
  font-weight: 600;
  transition: 0.3s;
  font-size: 21px;

}
.nav-link-own::after{
  content: '';
  width: 0;
  height: 2px;
  display: block;
  background-color: var(--main-dark);
  transition: .3s;
}
.nav-link-own:hover::after{
  width: 100%;
  transition: .3s;
}
.business-header {
  height: 50vh;
  min-height: 300px;
  background: url('../img/slider.png') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.card {
  height: 100%;
}
.row-head{
  text-align: left;
  padding-top: 80px;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
.row-head h1{
  color: var(--main-dark);
  font-weight: bold;
  font-size: 32px;
}
.head-hr{
  border: none;
  border-bottom: 2px solid var(--main-yellow);
  box-shadow: 0px 1px #00000022;
}
#link-karcher{
  text-decoration: none;
  font-weight: bold;
  color: #2c3e50;
}

/*section oferta*/

#oferta{
  padding-bottom: 80px;
}
.card_hover{
  transition: 0.3s;
  top: 0;
}
.card_hover:hover{
  top: -10px;
  opacity: 0.8;
  cursor: pointer;
}
#prod_karcher{
  font-size: 16px;
  text-align: justify;
}
#logo_karcher{
  width: 100%;
}

.card-text-style{
  text-align: justify;
}

/*section o nas*/

#onas{
  background-color: var(--main-dark);
  padding-bottom: 80px;
}
#onas-head{
  color: #ffffff;
}
#onas_article{
  font-size: 18px;
  text-align: justify;
  color: #bdc3c7;
}

/*section paralax carpet*/

.parallax {
    /* The image used */
    background-image: url('../img/carpet.jpg');

    /* Full height */
    height: 100%; 
    height: 250px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*contact section*/

#kontakt{
  padding-bottom: 70px;
}

#map{
  margin-top: 40px;
  width: 100%;
  height: 400px;
  z-index: 1;
}
@media(min-width: 700px){
  .maps_street:after{
    content: url('../img/street.png');
    position: absolute;
    bottom: 45px;
    right: -40px;
    z-index: 99;
    height: 105px;
    width: 64px;
  }
}

/*footer section*/
#link-horizon-soft{
  text-decoration: none;
  color: #95a5a6;
}

#horizon{
  margin-left: 2px;
  text-shadow: 1px 1px #000000AA;
  color:#8e44ad;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
}

#soft{
  margin-right: 2px;
  text-shadow: 1px 1px #00000077;
  color:#27ae60;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;

}


/*MANAGER LAYOUT*/
.form-login-panel{
  margin-top: 100px;
  background-color: var(--main-dark);
  padding: 25px;
  border-radius: 2px;
}
.form-signin-heading{
  color: var(--main-yellow);
}
.editable_field{
  position: relative;
}
.editable_field:before{
  content: '';
  position: absolute;
  font-size: 12px;
  background-image: url("../img/edit.png");
  text-indent: 14px;
  width: 40px;
  height: 12px;
  top: -15px;
  left: 0px;
  opacity: 0;
  transition: opacity .4s linear;
}
.editable_field:hover:before{
  cursor: pointer;
  opacity: 1;
  display: block;
}
.editable_field:hover{
  background-color: #00000022;
  border-radius: 2px;
  cursor: pointer;

}
#btn-edit{
  position: relative;
  float: right;
  margin-top: 10px;
  min-width: 150px;
  border-radius: 2px;
  z-index: 10000
}
.spin-around{
  -webkit-animation: spin 2s linear infinite; /*Safari */
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin{
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin{
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#btn-logout{
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 6px;
  margin-right: 6px;
}

.cookie-info{
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: #000000DD;
  z-index: 99999;
}
.cookie-info h6{
  padding-top: 5px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 14px;
}
.cookie-info p{
  color: #FFFFFF;
  font-size: 12px;
  text-align: justify;
}
#cookies-accept{
  margin-top: 5px;
  float: right;
}
#cookies-accept:hover{
  cursor: pointer;
}