
html, body {
  margin: 0px;
  padding: 0;
	font-size: 100%;
	background: url("img/Schnee.jpg") no-repeat;
	background-attachment: fixed;
	font-family: 'Open Sans', sans-serif;
	background-position: center;
  background-size: cover;
    
}


#uberschrift  {
  color: white;
  text-align: center;
  width: 100px;

}


#titlepage {
  margin-top: 30px;
  text-align: center;
  font-size: 25px;
}


/*	Box von den News	*/

#box {
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: 100px;
  /*width: 60%;*/
  width: 73%;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  padding: 30px;
  border-left: solid #ebb36e 5px;
  margin-bottom: 100px;
}
#box:nth-child(1) {
  margin-top: 0;
}
#post_info {
  padding:2.93
  px 20px 20px 10px;
  margin: 20px 0 0 -30px;
  background: linear-gradient(to right,  #ebb36e, #f48800);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  float: left;
  color: white;
}

#bikeads { /*Alle Ads nicht nurf Bikes*/

  background-color: white;
  width: 40%;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1.2em;
  padding: 30px;
  border-bottom: solid #ebb36e 5px;

}
#bikeads a {
  background-color: #197cb6;
  padding: 10px 30px;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  margin-right: 1.2em;
  display: inline-block;
}
#bikeads a:hover {
  background-color: #146da2;
}
#post_info p {
  margin: 0px;
  text-align: center;
}

#title_veranstaltung {

  margin-top: 15px;
  margin-bottom: 0;
  /*width: 73%;*/	
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #f48800;
  font-size: 1.8em;
  font-weight: bold;
}

#box_info {
  margin-top: 10px;	
  margin-right: 10px;	
  float: right;
  width: 50px;
}
#box_info img {
  width: 100%;
}
#text_box {
  margin-top: 120px;
}
#text_box:after, #box:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  clear: both;
}

#text_box img {
  max-width: 100%;
  height: auto;

}

#snow {
  position:absolute;
  pointer-events:none;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  
}


#readMore {
  cursor: pointer;
  border: none;
  padding: 20px 30px 20px 10px;
  margin: 0px -30px 0 20px;
  background: linear-gradient(to left,  rgb(235, 179, 110), #f48800);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  float: right;
  color: white;
}

#readMore p {
  margin: 0px;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}

.expandedBox {
  padding-top: 50px;
  display: none;
}
.active {
  display: block;
  animation: expand 1s;
}
.hidden {
  display: none !important;

}

#filtermenu {
  /*background-color: #f48800;*/
  color: white;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  margin-bottom: 1em;
	padding: 10px 30px;
  border-radius: 5px;
  border-bottom: solid #ffffff 5px;
}

#filtermenu #search {
  background: none;
  border: none;
  padding: 5px 10px;
  background-color: white;
  border-radius: 5px;
  color: #f48800;
  font-weight: bold;
}

#filtermenu #selectbox {
	background: none;
	padding: 5px 10px;
	border-color: none;
	background-color: white;
	border-radius: 5px;
	color: #f48800;
	font-weight: bold;
}


#newsimg {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
  }
  #newsimg img{
	width: 70px;
	float: right;
  
  }

#diashow, #diashow2  {
  width: 10%;
  position: fixed;
  right: 5%;
  top: 50%;
  padding: 10px;
  background-color: rgba(255,255,255,0.6);
  border-radius: 5px;
  transform: translateY(-50%);
}
#diashow2 {
  left: 5%;
}

#diashow h1, #diashow2 h1{
  text-align: center;
  color: #f48800;
  margin-top: 0px;
  font-size: 1.8em;
}


#diashow img, #diashow2 img  {
  width: 100%;
  height: auto;
  background-color: white;

}


#txt_filter {
	font-size: 1em;
  
  }
  
#select_filter {

  padding: 5px 5px 5px 5px;
  border: none;
  font-size: 0.9em;
  margin-left: 15px;
  border-radius: 5px;
  margin-right: 10px;
  color: #f48800;
  font-weight: 600;
}

#bnt_filter {
  height: 28px;
  border: none;
  border-radius: 5px;
  padding: 5px 5px 5px 5px;
  font-size: 0.9em;
  background-color: #ffffff;
  color: #f48800;
  font-weight: 600;
}


@keyframes expand {
  0% {
    transform: scale(0);
  } 
  100% {
    
    transform: scale(1);
    

  }
}

@media (max-width: 760px) {
  html body {
    background: #00B4DB;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0083B0, #00B4DB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  }

}



