@charset "utf-8";
/* CSS Document */
*{}

html{
	background-color: #2b2828;
	/*background: url(../img/dance-2033937_2560x1439_BG.jpg) no-repeat center center fixed;*/
	/*background-size: cover;*/
/*    opacity: 0.9; vorrübergehend deaktiviert, wegen web-video Darstellung*/
    filter: alpha (opacity = 60);
	width: 100%;
	height: 100%;
/*	width: 2544px;
	height: 1744px;*/
}
body{
	font-family: 'Roboto', sans-serif;
	color: #bbac90;
	
/*	overflow: hidden;*/
	/*background-image: url(.../img/dance-2896798_bg_2544x1744px-72dpi.jpg);*/
	background-image: linear-gradient(hsla(360, 0%, 100%, 0.1), hsla(360, 0%, 100%, 0.1)); /*HB verblasst*/
	margin: 0px;
   /*min-height: 100vh;*/

}

#wrapper{
	/*background: #303030;*/
	/*box-shadow: 0px 4px 10px rgba(70, 70, 70, 0.5);*/
	margin: 0 auto;	
	width: 100%;
	/*max-width: 960px;		1650px; später noch anpassen, evtl. auf auto*/
	/*max-width: 1020px;*/
	max-width: 1200px;
	padding: 0px 0px;
	/*margin-top: 15px;*/
	overflow: hidden;
	/*background: #2d2c2c;*/
}

/******************************* HEADER ****/

header{
	/*margin: 5%; */
	margin: 5% 5% 1% 5%; 
	float:left;
	width: 90%;
	/*position: relative;*/
	line-height: 3em;

}
#warnmeldung{
	background: rgba(113, 3, 9, 0.94);
    border: 1px solid rgba(160, 160, 160, 0.1);
	color: #ffffffc9;
	/*color: white;*/
	/*font-weight: bold;*/
	/*font-size: 1.3em;*/
/*	padding: 1%;*/
    box-shadow: 0px 4px 10px rgba(70, 70, 70, 0.5);
    margin-top: 14%;
    margin-bottom: 1%;
    text-align: center;
    padding: 20% 2% 0% 3%;    
}

.clear1:after, .clear1:before{
	content: "";
	display: table;
	clear: both;
}
.clear1{
	clear: both;
}

.clear2{
	clear: both;
}
.clear3{
	float: right;
}
.clear4{
	float: left;
}
.overflow{
	overflow: hidden;
}

#body{
	padding: 0px 0px 0px 0px;
/* 	clear: left; <= sonst Valerija nicht sichtbar*/
	clear: both;

}
.prices{
	padding: 0px 0px 0px 0px;
/* 	clear: left; <= sonst Valerija nicht sichtbar*/
	clear: both;
	width: 80%;
	margin: 0 auto;

}
#sub-gif{
	background-image: url(../img/wings-1940245_960_720-option.jpg);
	background-repeat: no-repeat;
 	/*width: 960px;*/
 	width: 100%;
 	height: 100%;
	/*height: 319px;*/
	padding-bottom: 20px;	
	float: left;
	clear: left;
}
/**** NEWS ****/
#news-row{
	margin-top: 4%;
	border: 10px;
	border-radius: 10px 10px 0px 0px;
	width: 100%;
	height: auto%;
	
	background: rgb(125,126,125); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 98%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 98%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	background-color: #303030;
	/*box-shadow: 0 0 15px black inset; */
	box-shadow: 4px 4px 15px black;
	overflow: hidden;
}
.news-header{
	padding-left: 20px;
	color: white;
	font-size: 1.3em;
	letter-spacing: 0.15em;
}
#news-blog{
	/*margin: 0 auto;*/
	/*display: flex;*/
	display: block;
	/*max-width: 960px;*/
	width: 100%;
	height: auto;
	/*margin-left: 13%;*/
	/*margin-right: 50%;*/

}
/*.news-content, ul{
	padding-left: 5%; 
	padding-right: 5%; <= das verschiebt leider meine Hauptnavigation nach links!!!
}*/
.news-content{
	min-width: 250px;
	float: left;
	max-width: 30%;
	/*padding: 1% 3% 1% 3%;*/
	color: white;
	margin: auto;
	padding: 3%; 
}
.news-img{
	box-shadow: 4px 4px 15px black;
	float: left;
	/*margin-top: -10%;*/
}
.date{
/*	font-size: 10px;*/
/*	margin-top: 5%;
	margin-bottom: 5px;
	padding-top: 5%;*/
	/*float: left;*/
	color: white;
}
.news-text{
	/*font-size: 20px;*/
	/*margin-bottom: -20%;*/
	font-style: normal;
	float: left;
	color: white;
	font-weight: bold;
	font-size: 1.3em;
}
#news_001_umzug, #news_002_sdg2018, #news_003_sommer2018{
	color: white;
	text-decoration: none;
}
/**** ENDE NEWS ****/


/****** BACK TO TOP *****/
#back2Top {
    width: 60px;
    line-height: 60px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #DDD;
    color: #2b2828; 
    text-align: center;
    font-size: 40px;
    text-decoration: none;
    border-radius: 7px;
    opacity: 0.2;
    filter: alpha(opacity = 60);
}
#back2Top:hover {
    background-color: #DDF;
    color: #bbac90; /*darkkhaki;*/
}

