html, body {

  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;

}

#sp-main-foto {
  width: 100%;
  height: 60vh;
  padding:  0;
  margin: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}


#sp-main-foto-2 {
  width: 100%;
  height: 400px;
  padding:  0;
  margin: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#sp-main-foto-bg {

  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

}


.pointer {
  cursor: pointer !important;
}



@media screen and ( max-width: 600px ) {



  #sp-main-foto-text {
    font-size: 1.4rem;
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 70%;
    box-sizing: border-box;
    padding: 15px;
    color: black;
    background-color: white;
    font-weight: bold;
  }

  .text-09 {
    font-size: 0.9rem;
    font-weight: normal;
  }


}





@media screen and ( min-width: 601px ) {



  #sp-main-foto-text {
    font-size: 2rem;
    position: absolute;
    top: 5%;
    left: 5%;
    width: 40%;
    box-sizing: border-box;
    padding: 25px;
    color: black;
    background-color: white;
    font-weight: bold;
  }

  .text-09 {
    font-size: 0.9rem;
    font-weight: normal;
  }


}













.sp-box {
  position: relative;
  width: 100%;
  min-height: 400px;
  display: block;
}

.sp-box-bg {

  position: relative;
  display: block;
  width: 100%;
  height: 250px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

}

.sp-box-title {
  font-weight: bold;
  font-size: 1.2rem;
}

.sp-box-short {
  padding-bottom: 40px;
}

.sp-box-footer {
  display: block;
  position: absolute;
  bottom: 0;
  left:0;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 20px;
  box-sizing: border-box;
  color: darkred;
  font-weight: bold;
  font-size: 0.9rem;
}

.sp-box p {
  display: inline;
}

.sp-box a:link, .sp-box a:visited {
  color: black;
}










#sp-footer {
  display: block;
  position: relative;
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  background-color: black;
  color: white;
}

.footer-col div, .footer-col a:link, .footer-col a:visited {

  margin-top: 2px;
  margin-bottom: 2px;
  background-color:  #303030;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  position: relative;
  color: white;
  text-decoration: none;

}

.footer-col a:hover {

  background-color: #555555;

}




.sp-box-3 {
  position: relative;
  width: 100%;
  min-height: 400px;
  display: block;
}



.sp-box-bg-3 {

  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

}

.sp-box-title-3 {

  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
  color: black;
  padding: 15px;
  width: 75%;
  border-top-right-radius: 15px;

}

.sp-box-title-3-in {
  font-weight: bold;
  font-size: 1.5rem;
}

.sp-box-short-3 {
  font-size: 0.9rem;
  line-height: 110% !important;
  font-weight: normal;

}

.sp-box-3 a:link, .sp-box-3 a:visited {
  color: black;
  text-decoration: none;
}



.sp-logo {
  height: 36px;
}



.art-nag-date {
  font-weight: bold;
  color: darkred;

}


.art-foto-top {

  width: 100%;
  top:0;
  left:0;
  padding-top: 75%;
  background-size: cover;
  background-position: center center;
  display: block;
  position: relative;

}



.art-gal-fot {

  width: 100%;
  top:0;
  left:0;
  padding-top: 75%;
  background-size: cover;
  background-position: center center;
  display: block;
  position: relative;

}

.pinfo-menu ul li a.active {
  color: #BC2B38 !important;
}





















