




body
{
    
      
    background-repeat: no-repeat;
    background-position: top right;
    background-color:#FFFFFF;



}


h4
{
    
    margin-top:30px;
  margin-bottom:20px;

}


.img-frame
{
    
  border:5px solid #f9f9f9 !important;
}

.puff  a:hover,.puff  a:visited,.puff  a:link,.puff  a:active{

    color:white;
  text-decoration: none;
}




.puff img {

    padding: 0;
    border: #fff 5px solid;
}

.puff h2 {
    font-size: 1.231em;
     color: #73A3AD;

    text-transform: uppercase;
}

/*#mainWrapper*/
bodyfdsf
{
      background-image: url(https://cdn.hsystemcontent.com/images/51578.jpg);
    background-repeat: no-repeat;
    background-position: top right;

    background-color: #eee7d8;
   
    
    
}

hr.areaDivider {
    height: 0px;
    width: 936px;
    max-width: 100%;
    border: 0;
    border-top: 1px solid #c1baab;
    border-bottom: 1px solid #fbfbfb;
    margin: 60px auto;
}




#footer-background {
 /*   background-color: #eee;*/
    border-top: 0px solid #00866D;
    max-width: none;
    overflow: hidden;
    z-index: -1;
    margin: 0 auto;
    min-height: 200px;
}



#eventDiv .month
{
    
    background-color:lightgreen;
    padding:10px;
    border-radius:5px;
    
    
}

#eventDiv .day
{
    
    background-color:#f9f9f9;
    padding:5px;
    padding-left:20px;
    border-radius:5px;
    
    
    
    
    
    
}



#eventDiv .dayContent
{
    
margin-left:40px;
    
}





















#panorama {
  

    background-image:  url(https://cdn.hsystemcontent.com/images/86765.png);
    background-position: left;
    height: 450px;
 
}


#layout-panorama {
    height: 100%;
      
}


.discover-wrapper {
    
     margin:20px;
    background-color: white;
    width: 350px;
    height: 270px;

    float: left;
    border-bottom-right-radius: 50px;
}

.discover-wrapper .header {
    font-family: 'Fira sans', serif;
    font-size: 20pt;
    margin-top: 20px;
   margin-left: 40px;
}


.discover-wrapper .below-header {
    text-align: center;
    font-size: 18pt;
    margin-top: -5px;
}

.discover-wrapper .text {
    padding: 0 40px;
    margin-top: 15px;
    line-height: initial;
}

.discover-wrapper .coordinates {
    margin-top: 24px;
    padding: 0 40px;
}



.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #81a4b1;
    background-image: -moz-linear-gradient(top, #81aab1, #819ab1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#81aab1), to(#819ab1));
    background-image: -webkit-linear-gradient(top, #81aab1, #819ab1);
    background-image: -o-linear-gradient(top, #81aab1, #819ab1);
    background-image: linear-gradient(to bottom, #81aab1, #819ab1);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff81aab1', endColorstr='#ff819ab1', GradientType=0);
    border-color: #819ab1 #819ab1 #58748e;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    margin-bottom:10px;
}





.siluett-container {
  position: relative;
  display: inline-block;
  max-width: 100%; /* För att säkerställa responsivitet */

}
.cropped-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Beskär bilden för att passa inom image-container */
}
.text-over-siluett {
  position: absolute;
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%);
  /*background-color: rgba(255, 255, 255, 0.7);*/
  
  z-index: 1; /* Säkerställer att texten ligger över bilden */
  max-width: 90%; /* Begränsar textens bredd till 90% av förälderselementets bredd */
 
}


