* {
    scrollbar-width: thin;
    scrollbar-color: #ff0000 #111;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 6px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #FF9900;
    border-radius: 6px;
    border: 2px solid #111;
  }

/** Image Rotate **/

#rotate{
	-webkit-transition-duration: 10.1s;
	-moz-transition-duration: 10.1s;
	-o-transition-duration: 10.1s;
	transition-duration: 10.1s;
	
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	
	overflow:hidden;

	}	

#rotate:hover	
{ 
	-webkit-transform:rotate(300deg);
	-moz-transform:rotate(300deg); 
	-o-transform:rotate(300deg);
}



div#pagination{
    font-family:tahoma;
    text-align:right;
}
#pagination span{
    display:block;
    float:left;
    font-size:11px;
    line-height:13px;
    margin: 2px 6px 2px 0;
}
#pagination span a{
    background-color:#ffffff;
    border:1px solid #bbbbbb;
    color:#303030;
    display:block;
    padding:1px 5px 2px 5px;
    text-decoration:none;
}
#pagination span a:hover, #pagination span a:active{
    background-color: #bbbbbb;
    border:1px solid #303030;
}
#pagination span.aktuell{
    background-color: #303030;
    border:1px solid #303030;
    color:#ffffff;
    font-size:11px;
    padding:1px 5px 2px 5px;
}


a {
text-decoration: none;
}

a:hover{
color: #ff0000;
}

a.side {
color:#333333;
text-decoration: none;
font-weight:bold;
}

a.side:hover {
color:#ff0000;
text-decoration: none;
}


hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 2px solid #333;
	margin: 4px 0;
	padding: 0;
}

hr.side-hr {
	height: 1px;
	border: 1px solid #333;
}

div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.alt {
	color: #04688d;
}

.spacer {
	margin-bottom: 5px;
}

.bullet {
  /* for IE */
  filter:alpha(opacity=30);
  /* CSS3 standard */
  opacity: 0.3;
}


.likebox {
	   position: fixed;
        cursor: pointer;
        left: 0;
        top: 250;
	}

/*Styles*/




.admin-message {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: 10px 9px #F9E5E6;
    border-color: #F7C7C9;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    color: #B3696C;
    width: 500px;
    height: 50px;
    font-size:  10px;
    padding-top: 10px;
}

/** Fusion Forms **/

form {
	margin: 0px;
}

.bbcode {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    	font-size: 10px;
	color: #fff;
	background: #ffffff;
	border: 1px solid #383838;
	border-radius: 2px 2px 2px 2px;
    	margin-top: 10px;
	margin-bottom: 0px;
  
	}

.bbcode:hover {
	background-color: #ccc;
	border: 1,5px solid #0088CC;
	
}

.bbcode:focus {
    color: #3C3C3D;
	background-color: #f5f5f5;
	border-color: #0088CC;
	box-shadow: inset 2px 2px 2px #e1e1e1;
   -moz-box-shadow: inset 2px 2px 2px #e1e1e1;
   -webkit-box-shadow: inset 2px 2px 2px #e1e1e1;
}

.bbcode-popup {
	font-size: 11px;
	color: #555;
	width: auto!important;
	height: auto!important;
    background-color: #fff;
    border: 1px solid #CACACA!important;
    padding: 4px;
	margin-top: 2px;
	cursor: pointer;
  z-index:999;
}




/* Tabellen */
.tbl-border {
	border: 1px solid #555;;
}

.tbl {
	font-size: 16px;
	color: #222;
	background-color: #ffffff;
	padding: 4px;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	border-top: 1px solid #555;
	border-bottom: 0px solid #555;
}

.tbl1 {
	font-size: 16px;
  font-weight: normal;
  font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
  text-align: left;
  padding: 4px;
	color: #000000;
	background-color: #E8E8E8;
	border: 0px solid #555;
}

.tbl2  {
	font-size: 16px;
  font-weight: normal;
  font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
  text-align: left;
  padding: 4px;
	color: #222;
  background: none repeat scroll 0% 0% #fff;
	background-color: #fff;
	border-top: 1px solid #555;
}

.tbl-error  {
	color: #AC260F;
	font-weight: bold;
	background-color: #F9F9F9;
	border: 1px solid #DDDDDD;}

/* Default */

.center {
	margin: 0 auto;
}

.quote {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	background: #E9EEF0 url(images/icons/quote_icon.png) 6px 8px no-repeat;
	border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
	border: 1px solid #ccc;
	padding: 5px 6px 5px 30px;
	margin: 0px 22px 0px 22px;
}

.poll {
	height: 12px;
	border: 1px solid #bbb;
}

.small {
	font-size: 10px;
	font-weight: normal;
  color: #333;
}

.small2 {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}


/* Forum */

/* Forum table properties */

.forum-caption {
	font-size: 17px;
	font-weight: bold;
	color: #000;
	background-color: #ffffff;
	padding: 2px 4px 4px 4px;
	margin-bottom: 10px;
	border: 1px solid #555;
}

.forum_breadcrumbs {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	background: #F0F2F2 url(images/right.png) 6px 5px no-repeat;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px 6px 5px 30px;
	margin: 0;
  
}

.forum_thread_user_post {
    background-color: #ffffff;
	border-top: 1px solid #383838;
	border-bottom: 1px solid #383838;
border-right: 1px solid #383838;
color:#333333;
}

.forum_thread_user_info {
    background-color: #F0F2F2;
	border-top: 1px solid #383838;
	border-right: 1px solid #383838;
	border-bottom: 1px solid #383838;
	border-left: 1px solid #383838;
}

.forum_thread_table {
    border-spacing: 0;
	border: 1px solid #383838;

}

.forum_thread_user_name {
    background-color: #F0F2F2;
    border-top: 1px solid #383838;
	border-left: 1px solid #383838;
border-right: 1px solid #383838;
}

.forum_thread_post_date {
    background-color: #F0F2F2;
    border-top: 1px solid #383838;
    border-right: 1px solid #383838;
    color:#333;
}

.forum_thread_ip {
  background-color: #F0F2F2;
	border-bottom: 1px solid #383838;
	border-left: 1px solid #383838;
	border-right: 1px solid #383838;
  color: #333;
}

.forum_thread_userbar {
  background-color: #F0F2F2;
	border-bottom: 1px solid #383838;
	border-right: 1px solid #383838;
  color: #333333;
}


/* Page Navigation */

.pagenav {
  font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	padding: 4px;
	margin: 6px;
}

.pagenav span {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	background-color: #ff0000;
	border: 1px solid #000000;
	border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
    
	text-decoration: none;
	cursor: default;
	padding: 3px 8px 3px 8px;
	margin: 2px;
}

.pagenav a {
	color: #333;
	text-decoration: none;
	border: 1px solid #ff0000;
	background-color: #ffffff;
	
	border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
    
	text-decoration: none;
	cursor: pointer;
	padding: 4px 9px 4px 9px;  /* top right bottom left*/
	margin: 2px;
  width:20px;
}

.pagenav a:hover , .pagenav a:focus {
	color: #fff;
	text-decoration: none;
	border: 1px solid #000000;
	background-color: #ff0000;
	
	box-shadow: 0 0 3px #999;
   -moz-box-shadow: 0 0 3px #999;
   -webkit-box-shadow: 0 0 3px #999;
}


/* Team */
.team-box {
    border: medium none;
    clear: both;
}
.sidebar .team-box {
    margin: 0 auto;
    width: 201px;
}
.team-description {
    width: 201px;
}
.team-image {
    display: block;
}
.team-image img {
    display: block;
    height: 201px;
    width: 201px;
}
.team-text {
    background: none repeat scroll 0 0 #2F2F2F;
    color: #fff;
    display: block;
    padding: 20px 0 !important;
    width: 201px;
}
.team-text p {
    color: #fff;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 10px;
}
.team-text h4, .entry .team-text h4 {
    color: #FFFFFF;
    font: 700 14px 'Open Sans';
    margin-bottom: 0;
    margin-left: 20px;
}
.team-text h5, .entry .team-text h5 {
    color: #FFFFFF;
    margin-bottom: 0;
    margin-left: 20px;
}
.team-text .team-contact {
    color: #FFFFFF;
    font-style: italic;
    margin-left: 20px;
}
.team-box-hover {
    cursor: pointer;
    height: 201px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    width: 201px;
}
.sidebar .team-box-hover {
    height: 201px;
    margin: 0 auto;
    width: 201px;
}
.team-box-hover img {
    height: 201px;
    width: 201px;
}
.team-box-hover .team-description:hover .team-image {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.team-box-hover .team-text {
    height: 201px;
    width: 201px;
}


a.tooltip {outline:none; } 
a.tooltip strong {line-height:30px;} 
a.tooltip:hover {text-decoration:none;} 
a.tooltip span { z-index:9999;display:none; padding:14px 20px; margin-top:20px; margin-left:-20px; min-width:180px; line-height:16px; } 
a.tooltip:hover span{ display:inline; position:absolute; border:2px solid #FFF; color:#EEE; background:#000 url(includes/css-tooltip-gradient-bg.png) repeat-x 0 0; } 
.callout {z-index:20;position:absolute;border:0;top:-14px;left:120px;} 
/*CSS3 extras*/ 
a.tooltip span { border-radius:4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -moz-box-shadow: 0px 0px 8px 4px #666; -webkit-box-shadow: 0px 0px 8px 4px #666; box-shadow: 0px 0px 8px 4px #666;  }


a.tooltipf {outline:none; } 
a.tooltipf strong {line-height:30px;} 
a.tooltipf:hover {text-decoration:none;} 
a.tooltipf span { z-index:9999;display:none; padding:14px 20px; margin-top:20px; margin-left:-20px; min-width:350px; line-height:16px; } 
a.tooltipf:hover span{ display:inline; position:absolute; border:2px solid #FFF; color:#EEE; background:#000 url(includes/css-tooltip-gradient-bg.png) repeat-x 0 0; } 
.callout {z-index:20;position:absolute;border:0;top:-14px;left:120px;} 
/*CSS3 extras*/ 
a.tooltipf span { border-radius:4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -moz-box-shadow: 0px 0px 8px 4px #666; -webkit-box-shadow: 0px 0px 8px 4px #666; box-shadow: 0px 0px 8px 4px #666;  }


a.tooltipd {outline:none; } 
a.tooltipd strong {line-height:30px;} 
a.tooltipd:hover {text-decoration:none;} 
a.tooltipd span { z-index:9999;display:none; padding:14px 20px; margin-top:20px; margin-left:-20px; width:350px; line-height:16px; } 
a.tooltipd:hover span{ display:inline; position:absolute; border:2px solid #FFF; color:#EEE; background:#000 url(includes/css-tooltip-gradient-bg.png) repeat-x 0 0; } 
.callout {z-index:20;position:absolute;border:0;top:-14px;left:120px;} 
/*CSS3 extras*/ 
a.tooltipd span { border-radius:4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -moz-box-shadow: 0px 0px 8px 4px #666; -webkit-box-shadow: 0px 0px 8px 4px #666; box-shadow: 0px 0px 8px 4px #666;  }


sli {
    font-size: 17.5px;
color: #fff;
}

.avaforum {
border: 1px solid #CACACA;
    border-radius: 40px 40px 40px 40px;
}

/* Buzz */
@-webkit-keyframes buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.buzz {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.buzz:hover, .buzz:focus, .buzz:active {
  -webkit-animation-name: buzz;
  animation-name: buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Buzz Out */
@-webkit-keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.buzz-out {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.buzz-out:hover, .buzz-out:focus, .buzz-out:active {
  -webkit-animation-name: buzz-out;
  animation-name: buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* POPUP */
.teampopup {
        position: fixed;
        font-family: Arial, Helvetica, sans-serif;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.8);
        z-index: 99999;
        opacity:0;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        pointer-events: none;
    }
    .teampopup:target {
        opacity:6;
        pointer-events: auto;
    }
    .teampopup > div {
        width: 400px;
        position: relative;
        margin: 10% auto;
        padding: 20px 20px 13px 20px;
        border:2px solid #ff0000;
        border-radius: 5px;
        background: #000;
        color:#ff0000;
    }
    .close2 {
        background: #ffffff;
        color: #000000;
        line-height: 25px;
        position: absolute;
        right: -12px;
        text-align: center;
        top: -10px;
        width: 24px;
        text-decoration: none;
        font-weight: bold;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        -moz-box-shadow: 1px 1px 3px #000;
        -webkit-box-shadow: 1px 1px 3px #000;
        box-shadow: 1px 1px 3px #000;
    }
    .close2:hover {
        background: #fff;
    }

.popup {
        position: fixed;
        font-family: Arial, Helvetica, sans-serif;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.8);
        z-index: 99999;
        opacity:0;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        pointer-events: none;
    }
    .popup:target {
        opacity:6;
        pointer-events: auto;
    }
    .popup > div {
        width: 400px;
        position: relative;
        margin: 10% auto;
        padding: 20px 20px 13px 20px;
        border:2px solid #ff9900;
        border-radius: 5px;
        background: #000;
        color:#ff9900;
    }
    .close2 {
        background: #ffffff;
        color: #000000;
        line-height: 25px;
        position: absolute;
        right: -12px;
        text-align: center;
        top: -10px;
        width: 24px;
        text-decoration: none;
        font-weight: bold;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        -moz-box-shadow: 1px 1px 3px #000;
        -webkit-box-shadow: 1px 1px 3px #000;
        box-shadow: 1px 1px 3px #000;
    }
    .close2:hover {
        background: #fff;
    }
    
.sendeplbtn {
background:#FF6600;
color:#FFFFFF;
padding: 7px;
border:2px solid #ff6600;
border-radius:4px;
}

.sendeplbtn:hover {
background:#000000;
text-decoration:none;
border:2px solid #ff6600;
color:#ffffff;
}


.snow-footer {
   background: transparent url(/images/snow-bg.png) bottom left repeat-x;
   position: fixed;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 40px;
   z-index: 998;
}
 
.snowman {
   width: 200px;
   height: 108px;
   background: url(/images/snowman.png) 0 0 no-repeat;
   position: fixed;
   bottom: 0;
   right: 50px;
   z-index: 999;
   -webkit-transition: all 500ms ease-in-out;
   -moz-transition: all 500ms ease-in-out;
   -ms-transition: all 500ms ease-in-out;
   -o-transition: all 500ms ease-in-out;
   transition: all 500ms ease-in-out;
   cursor: pointer;
}
 
 
.snowman:hover{
background: url(/images/snowmanb.png) 0  no-repeat;
   height: 270px;
}
