html {
    background: url("../images/bg_schloss_thun.jpg") 50% 20% fixed no-repeat;
    } 

h1, h2, h3, h4, h5, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5{
  font-style:italic;
}

li, dt, dd{
  margin-bottom:5px;
}

.uk-article-title{
  text-align:left;
}
.no-padding-top{
  padding-top:0;
}

.uk-panel-box, .tm-noblog .tm-content, .tm-isblog .tm-article.tm-article-box{
  background:rgba(256,256,256,0.9);
}

.red{
  color:#e2001a;
}

.uk-panel.uk-panel-box-primary a{
  color:#e2001a;
}
.uk-panel.uk-panel-box-primary a:not([class]):hover, .uk-panel.uk-panel-box-primary .uk-link:hover{
  color:#7e2619;
}

.events #tm-content{
  padding:0;
}

.tm-navbar{
  margin-bottom:85px;
}

/*E-Paper*/
#eReader{
  min-height:1000px;
}
.filter_caption{
  margin-left:10px;
  text-transform:uppercase;
}
#tmpContainer #menu{
  z-index:1000;
  top:-10px;
}


.epaper #tm-main-bottom{
  visibility:hidden;
}
#wf-mediabox-modal-title{
  text-align:center;
}
.team .uk-panel-teaser{
  margin-bottom:15px;
}
.team .uk-margin{
  margin-top:0!important;
}
.team .uk-h5{
  margin-bottom:0;
}

/*-----------------------responsive--------------------*/




/*phones*/


@media only screen 
and (min-width : 320px) 
and (max-width : 480px){
  #eReader{
    min-height:500px;
  }
  .epaper.tm-noblog .tm-content{
    padding:20px;
  }
  .epaper #searchInput{
    width:80%;
  }
}



@media only screen 
and (min-width : 320px) 
and (max-width : 480px)
and (orientation : portrait){
  
  
  
  
}

  
@media only screen 
and (min-width : 320px) 
and (max-width : 480px)
and (orientation : landscape){
   
}

/*bis zu iPad*/
@media only screen
and (min-width : 481px) 
and (max-width : 767px) {
  #eReader{
  min-height:400px;
}
}

/*iPad*/
@media only screen
and (min-width : 768px) 
and (max-width : 1024px) {


}
/*iPad portrait*/

@media only screen
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait){ 
  #eReader{
  min-height:600px;
}
}


/*ipad Landscape*/
@media only screen
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape){ 
  
  #eReader{
  min-height:800px;
}
  

}  

/*Desktop*/

@media only screen 
  and (min-width: 960px) {
    
}


@media only screen 
  and (min-width : 1025px){
   .tm-navbar .tm-logo{
 	 margin-right:150px;
	}
    
}


