.credit { color: #969696;
		  font-size: 0.9em;}
		  
.credit a { color: #969696;
		  font-size: 0.9em;}

.highlight { color: #7A3D60;}

.bild {
    max-width: 100%;
    height: auto;
	border:1px solid #C5C5C5; 
	margin: 2px 4px 2px 4px; 
	padding:3px;
	-webkit-transition: all 0.7s ease; 
	transition: all 0.7s ease;
	}
.bild:hover { 
	border:1px solid #FFFFFF; 
	-webkit-box-shadow: 0px 0px 5px 5px #C5C5C5; 
	box-shadow: 0px 0px 5px 5px #C5C5C5; 
	-webkit-transition: all 0.7s ease; 
	transition: all 0.7s ease;
	}
.bildohnerahmen {
    max-width: 100%;
    height: auto;
	border:0px solid #C5C5C5; 
	margin: 2px 4px 2px 4px; 
	padding:3px;
	}	
	
/* Affiliate - Plugboard - Swapex - Toplisten - Fanlistings */
.affiliate        {margin: 2px 1px 2px 1px; padding:3px; border:1px solid #C5C5C5; background-color:#EEEEEE; -webkit-transition: all 0.7s ease; transition: all 0.7s ease;}
.affiliate:hover  {margin: 2px 1px 2px 1px; padding:3px; border:1px solid #F6E9E1; background-color:#EEEEEE;  box-shadow: 0 10px 6px -6px grey; behavior:url(border-radius.htc); }


/* Ausklappbare Bereiche */
details {
    background-color: yellow;
}
details details {
    background-color: limegreen;
    margin-left: 1em;
}
summary:focus {
    outline: none;
}
summary:hover {
	text-decoration: underline;
}

/*
*    Author:    Michael Raffaele <michael@mraffaele.com>
*    Date:    25th October 2011
*    Info:     http://www.mraffaele.com/blog/2011/10/25/css-accordion-no-javascript/
*/
/* Shared for all accordion types */
.accordion {
    margin:0 auto;
    font-size:14px;
    border:1px solid #EEEEEE;
    border-radius:10px;
    width:100%;
    padding:10px;
    background:#fff;
}
.accordion ul {
    list-style:none;
    margin:0;
    padding:0;    
}
.accordion li {
    margin:0;
    padding:0;
}
.accordion [type=radio], .accordion [type=checkbox] {
    display:none;
}
.accordion label {
    display:block;
    font-size:15px;
    line-height:16px;
    background:#4A8391;
    border:1px solid #EEEEEE;
    color:#ffffff;
    text-shadow:1px 1px 1px rgba(0,0,0,0.5);
    font-weight:700;
    cursor:pointer;
    text-transform:uppercase;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}
.accordion ul li label:hover, .accordion [type=radio]:checked ~ label, .accordion [type=checkbox]:checked ~ label {
    background:#5596A6;
    color:#FFD166;
    text-shadow:1px 1px 1px rgba(0,0,0,0.5)
}
.accordion .content {
    padding:0 10px;
    overflow-y: auto;
	overflow-x: hidden;
    border:1px solid #fff; /* Make the border match the background so it fades in nicely */
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
}
.accordion p {
    color:;
    margin:0 0 10px;
}
.accordion h3 {
    color:#542437;
    padding:0;
    margin:10px 0;
}
/* Vertical */
.vertical ul li {
    overflow:hidden;
    margin:0 0 1px;
}
.vertical ul li label {
    padding:10px;
}
.vertical [type=radio]:checked ~ label, .vertical [type=checkbox]:checked ~ label {
    border-bottom:0;
}
.vertical ul li label:hover {
    border:1px solid #EEEEEE; /* We don't want the border to disappear on hover */
}
.vertical ul li .content {
    height:0px;
    border-top:0;
}
.vertical [type=radio]:checked ~ label ~ .content, .vertical [type=checkbox]:checked ~ label ~ .content {
    height:500px;
    border:1px solid #EEEEEE;
}


table { /* Styling der Tabelle zum scrollen*/ }
.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 0em;
}
.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}

#cookiedingsbums a {color:#4A8391; text-decoration:underline;
}
#cookiedingsbums a:hover {text-decoration:overline;
}
#cookiedingsbums div {padding:10px; padding-right:40px;
}
#cookiedingsbums { 
   outline: 1px solid #B5838D; 
   text-align:right; 
   color: #4A8391;
   font-weight: bold;
   border-top:1px solid #fff;
   background: #B5838D; 
   background: -moz-linear-gradient(top, #B5838D 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B5838D), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #B5838D 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #B5838D 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #B5838D 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #B5838D 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#B5838D', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;
}
#cookiedingsbumsCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#B5838D)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }
#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}