@charset "utf-8";

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.quote_img
{
    width: 25px; 
    height: auto; 
    filter: invert(100%) drop-shadow(1px 1px 2px #000);
    
}

.quote_img[myalign="left"]
{
    margin-top: 15px;
    float: left;
    margin-right: 15px;
}

.quote_img[myalign="right"]
{
    margin-bottom: 15px;
    float: right;
    margin-left: 15px;
}

.subheading
{
    font-size: 110%;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #ffff66;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 4px;
    border-radius: 10px;
    
}


.counter
{
    text-align: center;
    font-size: 75%;
    color: #CCC;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 0.5;
}

.activelink
{
    text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}

.menu_band_active
{
    font-weight: bolder;
   font-size:120%;
   font-family:Georgia, 'Times New Roman', serif;
    text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
  
   letter-spacing: 2px;
}
.menu_band
{
    font-weight: bolder;
   font-size:120%;
   font-family:Georgia, 'Times New Roman', serif;
   //text-shadow: -1px 1px 8px #ffc, 1px -1px 8px rgba(255, 255, 255, 0.5);
  
   letter-spacing: 2px;
}
.frage
{
    border-radius: 15px;
    color: #ffff00;
    font-weight:bold;
    font-style: italic;
    font-size:90%;	
    background-color: rgba(255, 255, 255, 0.2);
    padding:3px;
    padding-right:6px;
    padding-left:6px;
    width: auto;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 20px;
    cursor: pointer;
    transition: background 0.5s linear;
}
.frage:hover
{
    background-color:rgba(255,255,255,0.5);
    color: black;
    transition: background 0.3s linear;
}

.menucover
{
 border-style:solid;
 border-width:1px;
 border-color:#FFF;	
}

.title
{
    font-size:130%;
    color: #ffcc00;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
    min-height: 70px;
}
.title img
{
    height: 70px;
    width: auto;
    float: left;
    margin-right: 3px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.44);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.44);
    
}

.title#subtitle
{
	font-size:110%;
	font-weight:bold;
	color:#FFF;
	font-style:italic;
	text-decoration:underline;
}


.infobox
{
	background-image:url(grafiken/white.png);
	border-radius:5px;
	padding:10px;
	color:#999;
        border-width: 1px;
        border-color: #666666;
        border-style: dashed;
}

.quote#container
{
    text-align:  center;
    width: 90%;
}

.quote#quote
{
    text-align: left;
    font-size:100%;
    font-style:italic;
    color: #E0F2F7;
    background-color:rgba(255,255,255,0.15);
    padding:10px;
    border-radius: 25px;
    min-height: 35px;
    margin-bottom: 10px;
    transition: background 0.5s linear;
}
.quote#quote:hover
{
    background-color:rgba(255,255,255,0.35);
    color: black;
    transition: background 0.3s linear;
}
.menubox#container
{
    font-size: 110%;
    display: flex;
    width:90%;
    margin-left:auto;
    margin-right:auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background-color: black;
}
.menubox#container[active="0"]
{
    filter: grayscale(100%) blur(1px);
    pointer-events: none;
   
}

.menubox#item
{
    background-color: #000;
    flex: 1 1 0;
    font-size:110%;
    text-align:center;
    min-height: 25px;
    line-height: 25px;
    cursor: pointer;
    border: 1px solid #737373;
    padding: 4px;
    color: #b3b3b3;
    opacity: 1;
    background-image: url("../grafiken/menuitem_back.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.6s linear;
    
}
.menubox#item[selected]
{
    background: rgba(255, 255, 255, 0.8);
    background-image: url("../grafiken/menuitem_back_highlight.jpg");
	background-size: cover;
    color: white;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
    opacity: 1;
    border: 1px solid white;
}

.menubox#item:hover
{
    border: 1px solid #ffbf80;
    background-color: #f2f2f2;
    color: #fff3e6;
    opacity: 1;
    transition: all 0.3s linear;
    /*background-image: url("../grafiken/menuitem_back_highlight.jpg");
    background-size: cover;
    background: filter("../grafiken/icon_question.png", brightness(250%));*/
}

.menubox#separator
{
    background-color: black;
    flex: 1 1 0;
    max-width: 5px;
    min-width: 5px;
}

.menubox#item:last-child
{
    border-right: 1px solid #cccccc;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
} 
.menubox#item:first-child
{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
} 



.initial
{
	font-size:200%;
	margin-top:-3px;
	margin-right:-8px;
	float:left;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}

.coverbox
{
//	border-style:double;
//	border-top-left-radius:20px;
//    border-bottom-right-radius:10px;
	padding:0px;
	color:#CCC;
	margin-left:10px;
	box-shadow:0px 0px 5px #CCC;
	
	/*
	border-width:1px;
	border-style:solid;
	border-color:#333;
	box-shadow:0px 0px 5px #FC3;
	margin:10px;
	margin-left:20px;
	*/
	
	

}

.menubox_selected:hover
{
    transition: all 0.5s ease-in;

}


.menubox_unselected
{
	/*
	border-left:solid;
	border-left-width:1px;
	border-left-color:#333;
	border-right:solid;
	border-right-width:1px;
	border-right-color:#333;*/
	text-align:center;
	width:110px;
	margin-right:10px;
	height:100%;
	vertical-align:middle;
	line-height:25px;
    font-weight:bold;
	font-size:110%;
	
	
}

.menubox_unselected:hover
{
	/*
	border-left:solid;
	border-left-width:1px;
	border-left-color:#333;
	border-right:solid;
	border-right-width:1px;
	border-right-color:#333;*/
	border-radius:5px;
	background-image:url(grafiken/black_halbtransparent.png);
	text-align:center;
	margin-right:10px;
	height:100%;
	vertical-align:middle;
	line-height:25px;
	width:110px;

	-webkit-opacity: 0.25;
  	-moz-opacity: 0.25;
  	opacity: 0.25;
    transition: all 0.5s ease-in-out;
	
}


.maincontainer 
{
    width:98vw;
    max-width: 1000px;
    min-height:550px;
    margin-left:auto;
    margin-right:auto;
    border: ßpx solid white;
}
.maincontainer[mobile]
{
    width: 100vw;
    max-width: none;
    max-height: none;
    margin: 0;
}

.contentcontainer
{
    font-size:100%;
    width:92%;
    border: 0px solid white;
    margin-left:auto;
    margin-right:auto;
    background: black;
    background-image: url("../grafiken/background_paper.jpg");
    background-repeat: repeat-y;
    background-size: 100% 100%, cover;
    background-position: center;
    
}
.contentcontainer[rechtliches="1"]
{
    border-radius: 20px;
    background-image: none;
    background-color: rgba(255, 255, 255, 0.5);
}
.contentcontainer[mobile]
{
    width: 99%;
}
    
.contentcontainer#text
{
    padding:5px;
    padding-top: 25px;
    border: none;
    background: none;
    line-height: 130%;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
}

.downloadbox#container
{
    flex: 1;
    border: 1px solid white; 
    margin-bottom: 15px; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); 
}
.downloadbox#container_inner
{
    display: flex;
}
.downloadbox#title
{
    font-weight: bold;
    font-style: italic;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.downloadbox#text
{
    font-weight: normal;
    font-size: 90%;
}

.downloadbox#iconcol
{
    flew-grow: 0; 
    flex-shrink: 1; 
    display: inline-block; 
    border: 0px solid red; 
    vertical-align: top;
    background-color: rgba(255, 255, 255, 0.2); 
    padding: 3px; 
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.picviewer
{
 border-top-left-radius:20px;
 border-style:solid;
 border-width:1px;
 border-color:#999;
 -webkit-box-shadow: 0px 0px 9px 3px rgba(255,255,255,0.5);
 -moz-box-shadow: 0px 0px 9px 3px rgba(255,255,255,0.5);
 box-shadow: 0px 0px 9px 3px rgba(255,255,255,0.5);
}


.blackout
{
	background-color: rgba(51,51,51,0.85);
	width:100%;
	height:100%;
	position:fixed;
	z-index:100;
	top:1px;
	left:1px;
	margin: 0; padding:0;
	display: none;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
}


button[type=submit], button[type=button] {
 -webkit-appearance: none; -moz-appearance: none;
 //display: block;
 margin-right: 10px;
 font-size: 100%; 
 /*line-height: 2.5em;*/
 color: #333;
 font-weight: bold;
 height: auto;
 min-height:40px;
 //width: auto;
 background: #fdfdfd; background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)); background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);
 border: 1px solid #bbb;
 -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}


.hline
{
    width: 98%;
    height: 25px;
    background-image: url("../grafiken/hline.png");
    background-size: 100% 100%, cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    margin-top: 15px;
}

.bookcontent#description
{
    font-size: 100%;
    line-height: 130%;
}
.bookcontent#morebutton:hover
{
    opacity: 1;
}

.bookcontent#morebutton
{
    display: inline-block;
    font-size: 90%;
    cursor: pointer;
    opacity: 0.5;
    margin-bottom: 15px;
}
.bookcontent#morebutton img
{
    height: 25px;
    width: auto;
    margin-right: 5px;
    margin-bottom: 10px;
    float: left;
}
.bookcontent#infobox_container
{
    font-size: 90%;
    line-height: 110%;
    color: #e6e6e6;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    width: 99%;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}
.bookcontent#infobox_container[yellow]
{
    background-color: rgba(255, 255, 102, 0.2);
}

.bookcontent#infobox
{
    border: 0px solid red;
    white-space: nowrap;
    margin-right: 10px;
    flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    display: flex;
    margin-bottom: 20px;
}
.bookcontent#infobox:last-child
{
    
}

.bookcontent#infobox_icon
{
    background: none;
    border: none;
    flex: 1 1 0;
    flex-grow: 0;
    vertical-align: top;
    margin-right: 5px;
}
.bookcontent#infobox_icon img
{ 
    opacity: 0.8; 
    width: 30px; 
    height: auto;
}

.bookcontent#infobox_item
{
    background: none;
    border: 0px solid yellow;
    flex: 1;
}

.cover_small
{
    float: right; 
    height: 200px; 
    width: auto; 
    margin-left: 10px;   
    border: 1px solid #999999;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px 4px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px 4px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px 4px rgba(50, 50, 50, 0.75);    
}




.cover_small:hover
{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    border: 1px solid white;
}

.shopicon
{
    cursor: pointer; 
    text-align: center; 
    flex: 1 1 0; 
    border: 0px solid green; 
    margin-right: 20px; 
    display: flex; 
    flex-direction: column;
    filter: grayscale(0%);
}
.shopicon:hover
{
    color: yellow;
}

.shopicon img
{
    border: none;
    height: auto;
    width: 80px;
    margin: 2px;
    margin-left: auto;
    margin-right: auto;
}

.shopicon img
{
}


button[type=submit],button[type=button] 
{
    min-width: 150px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
  font-size: 90%;
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  -webkit-border-radius: 40;
  -moz-border-radius: 40;
  border-radius: 40px;
  color: #ffffff;
  padding: 10px 25px 10px 25px;
  border: solid #1f628d 1px;
  text-decoration: none; 
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
button[type=submit][red],button[type=button][red]
{
  background: #f59fab;
  background-image: -webkit-linear-gradient(top, #f59fab, #bf0000);
  background-image: -moz-linear-gradient(top, #f59fab, #bf0000);
  background-image: -ms-linear-gradient(top, #f59fab, #bf0000);
  background-image: -o-linear-gradient(top, #f59fab, #bf0000);
  background-image: linear-gradient(to bottom, #f59fab, #bf0000);
}

button[type=submit][green],button[type=button][green]
{
  background: #80ff80;
  background-image: -webkit-linear-gradient(top, #80ff80, #009900);
  background-image: -moz-linear-gradient(top, #80ff80, #009900);
  background-image: -ms-linear-gradient(top, #80ff80, #009900);
  background-image: -o-linear-gradient(top, #80ff80, #009900);
  background-image: linear-gradient(to bottom, #80ff80, #009900);
}

button[type=submit]:hover,button[type=button]:hover 
{
    filter: brightness(110%);
    text-decoration: underline;
        
    /*
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
    */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
 
  
}
/*
button[type=submit][red]:hover,button[type=button][red]:hover 
{
    background: #fac3c3;
  background-image: -webkit-linear-gradient(top, #fac3c3, #db5151);
  background-image: -moz-linear-gradient(top, #fac3c3, #db5151);
  background-image: -ms-linear-gradient(top, #fac3c3, #db5151);
  background-image: -o-linear-gradient(top, #fac3c3, #db5151);
  background-image: linear-gradient(to bottom, #fac3c3, #db5151);
}
*/
button[type=submit]:disabled, button[type=button]:disabled{
    color: #cccccc;
    background: #f2f2f2;
    cursor: default;
    border: 1px solid #e6e6e6;
}
button[type=submit]:disabled:hover, button[type=button]:disabled:hover
{
    color: #cccccc;
    background: #f2f2f2;
    cursor: default;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
}

.autor_question
{
    float: left;
    height: 25px;
    width: auto;
    margin-right: 10px;
}


.blanket
{
    width:100%;
    height: 100%;
    position: fixed;
    top: 0; 
    left:0;
    background-color: rgba(0, 0, 0,0.5);
    z-index:9999;
    vertical-align:middle; 
    display: inline-block;
    visibility: hidden;
    opacity: 1;
    animation: anim_blanket;
    animation-duration: 1s;
}


.errorbox
{
    width:90%;
    margin-left:auto;
    margin-right:auto;   border: 1px solid red;
    color: white;
    min-height:  50px;
    min-width:  100px;
    font-size: 100%;
    text-align: center;
    padding: 5px;
    background-color: rgba(255, 179, 179, 0.8);
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.95);
}