#userlinks {
	height: 71px;
	position: fixed;
	top: 0px;
	left: 0px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	z-index: 12;
	line-height: 104%;
	background-color:  var(--hintergrund1) !important;
	width: 100%;
}

#userlinks a {
	 font-family: var(--font-headline);
	 text-transform: uppercase;
	 font-size: 20pt;
	 display: inline-block;
	 width: 160px;
	 color: var(--link1) !important;
	 letter-spacing:2px;
	 padding: 20px 5px;
}

#userlinks a:hover {
	color: var(--link2) !important;
	 font-family: var(--font-headline);
    text-transform: uppercase;
}

/* Dropdown Button */
.dropbtn {
	background-color: var(--hintergrund1) !important;
	color: var(--link1) !important;
	font-family: var(--font-headline);
	text-transform: uppercase;
	font-size: 20pt;
	border: none;
	width: 160px;
	letter-spacing:2px;
	padding: 14px 5px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 1;
  border-radius:1px;
}

/* Links inside the dropdown */
.dropdown-content a {
  font-size: 20pt;
  color: var(--link1) !important;
  text-decoration: none;
  display: block;
  border-radius:1px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
width:160px;
color: var(--link1) !important;
 font-family: var(--font-headline);
font-size:20pt;
letter-spacing:2px;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
display: block;
background-color: var(--hintergrund1) !important;
color: var(--link1) !important;
font-size:20pt;
 font-family: var(--font-headline);
letter-spacing:2px;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	background-color: var(--hintergrund1) !important;
	width: 160px;
	color: var(--link1) !important;
	font-size:20pt;
	font-family: var(--font-headline);
	letter-spacing:2px;}

.headeravatar {
	border-right: 3px solid var(--hintergrund1) !important;
}

.headeravatar img{
    position: fixed;
    top: 25px;
    left: 110px;
    border: 5px solid var(--hintergrund1) !important;
    height: 110px;
    width: 110px;
}



// Sudo Slider */
#slider {
	height: 300px;
	width: 1094px;
}

.headbox0{
	width: 1200px;
	height:300px;
}

.sliderheadbox1{
	width: 1150px;
	height:300px;
	position: relative;
}

.sliderheadbox2{
	width: 1146px;
	margin: auto auto;
}

/* It can be a good idea to set a width of the slider, mostly so Old-IE can figure out how to render */


.graphic, .prevBtn, .nextBtn{
	margin:0;
	padding:0;
	display:block;
	text-indent:-8000px;
}

.prevBtn, .nextBtn {
	display:block;
	width: 50px;
	height: 300px;
	position:absolute;
	left: 0px;
	top: -3px;
	z-index:10;
	background:url(/images/strangethings/left.png) no-repeat 0 0;
	cursor:pointer;
}

.nextBtn{left: 1146px;}

.nextBtn {
background:url(/images/strangethings/right.png) no-repeat 0 0;
}

.headhline1{
	font-family:var(--font-headline1);
	border-bottom:1px solid var(--akzent2);
	text-align:center;
	font-size:15pt;
}

.headbox1{
    width: 1094px;
    height: 289px;
    /* border: solid 1px yellow; */
    margin: 0px 0px 0px 50px;
}

.headbox2{
    float: left;
    width: 300px;
    height: 290px;
    /* border: 1px solid; */
    margin: 2px;
}
.headbox2text{
    text-align: justify;
    padding: 7px;
    font-size: 12pt;
    height: 276px;
    overflow: auto;
}

.headbox3{
    float: left;
    width: auto;
    height: auto;
    /* border: solid 1px; */
    margin: 2px;
}

.headbox4{
    width: auto;
    height: auto;
    float: left;
    /* border: 1px solid; */
    margin: 2px;
}

/*News*/

.headnewsbox{
    width: 413px;
    height: 251px;
    overflow: auto;
    text-align:justify;
    font-family: var(--font-main);
    font-size:12pt;
    padding:5px;
    /* white-space: pre-line; */
}
.newshead{
	font-family:var(--font-headline2);
	text-align:center;
	border-bottom:1px solid var(--akzent3);
	color:var(--akzent5);
	font-size:14pt;	
}

/*Plot &Wetter*/

.headbox9{
    width: auto;
    height: auto;
    float: left;
    /* border: 1px solid; */
}

.headbox9text{
    height: 250px;
    width: 533px;
    overflow: auto;
    text-align: justify;
    font-size: 12pt;
    font-family: var(--font-main);
    padding: 5px;
    white-space: pre-line;
}


/*Inplaykalender*/
.headbox8{}
.headcalen{
    width: 1093px;
}

.headcalenmonth{
	width: 358px;
	height: 239px;
	float:left;
	margin:1px;
}

/*Gesuche*/
.headbox10{
    float: left;
    width: 643px;
    height: 280px;
}

.headbox5{
    width: 620px;
    height: 80px;
    padding: 10px;
    overflow: auto;
}

.headbox6{
    width: 643px;
    height: 160px;
    overflow: auto;
}

.headbox6 a{
	width: auto;
	float: left;
	display:block;
	margin: 3px;
	padding: 2px 10px;
	border-left:15px solid var(--akzent1);
	border-bottom:1px solid var(--akzent1);
	border-top:1px solid var(--akzent1);
	border-right:1px solid var(--akzent1);
}

.headbox7{
    float: left;
    width: 450px;
    height: 280px;
}

.headbox11{
    overflow: auto;
    height: 260px;
}

.headbox11 a{
	width: auto;
	display:block;
	margin: 3px;
	padding: 2px 10px;
	border-left:15px solid var(--akzent1);
	border-bottom:1px solid var(--akzent1);
	border-top:1px solid var(--akzent1);
	border-right:1px solid var(--akzent1);}