/* Version 1.0*/
/******************************************************************************************/
/* Global */
/******************************************************************************************/

body{
	border-top:0px;
	background-image: url(../grafic/bohinj.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #000000;
	font-family:'Open Sans', sans-serif;
	color: #000000;
	margin: 0px;
}

.hidden{
	position:absolute;
	clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.back-to-top {	
 	position: fixed;
 	bottom:20px;
 	right:20px;
 	padding:1px;
 	border-radius: 20px 20px 20px 20px;
 	font-family:'Open Sans', sans-serif;
 	font-size:40px;
 	color: #ABABAB;
}

.clear{
	clear:both;
}

hr {
	color: #ffffff;
	width:auto;
	max-width:1100px;
	margin-top:50px;
	margin-bottom:0px;
}

.hideme{
	opacity:0;	
}



/******************************************************************************************/
/***** HEADER *******/
/******************************************************************************************/

header{
	z-index:1000;
	color: #ffffff;
  	font-size: 20px;
  	text-align: center;
}

header h1{
	margin-bottom: 0px;
}



/******************************************************************************************/
/***** SOCIAL MEDIA LINKS *******/
/******************************************************************************************/


#SocialLinks {
	display:flex;
  	margin-top: 0px;
	justify-content: center;
}

#SocialLinks a{
  color: #ffffff;
  font-size: 18px;
}

#SocialLinks article{
	float: left;
	display: block;
  	margin: 5px;
  	text-align: center;
  	width: 50px;
  	height: 50px;
  	border-radius: 30px 30px 30px 30px;
  	border-color: #ffffff;
  	border-width: 2px;
  	border-style: solid;
  	-webkit-border-radius: 30px 30px 30px 30px;
  	-moz-border-radius: 30px 30px 30px 30px;
  	text-decoration: none;
  	opacity: 0;
}



/******************************************************************************************/
/***** Impressum und Datenschutz*******/
/******************************************************************************************/

#Impressum, #Datenschutz{
  	font-family: 'Open Sans', sans-serif;
	width:auto;
	max-width:1100px;
	margin:0 auto;
}

#Impressum, #Datenschutz article{
	background-color:#FFFFFF;
	width:400px;
	float:left;
	margin-left:25px;
	margin-top:50px;
	padding-right:5px;
	padding-left:5px;
	opacity: 0.6;
}

#Impressum h3 a, #Datenschutz h3 a {
	color: #000000;
}


/******************************************************************************************/
/***** Footer *******/
/******************************************************************************************/

footer {
	position: fixed;
	bottom: 0px;
	background: #000000;
	width:100%;
	height: 30px;
}

footer article, footer article a {
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
  	font-size: 12px;
  	padding-left:5px;
}

#CookieInfo{
	position: fixed;
  	bottom: 0px;
  	background: #1D1D1D;
}

#CookieInfo a{
	color: #ABABAB;
}

#CookieInfo span:hover{
	color: #ff0000;
	cursor: pointer;
}

#CookieInfo span{
	color: #ABABAB;
	font-size:16px;
}

