/*@import url(http://fonts.googleapis.com/css?family=Special+Elite);
/*@import url(http://fonts.googleapis.com/css?family=Arvo|Kite+One|Buda:300);*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Architects+Daughter');*/
@import url('https://fonts.googleapis.com/css?family=Coming+Soon');
/*@import url('https://fonts.googleapis.com/css?family=Didact+Gothic');
@import url('https://fonts.googleapis.com/css?family=Walter+Turncoat');*/


body{
    color: #000;
    font-family: 'Coming Soon', sans-serif; /*'Open Sans', sans-serif;*/
    text-shadow: rgba(0,0,0,.1) 0 0 1px;
	/*'Special Elite';/*'Buda';*/
    line-height: 1.44;
    font-size: large;
    background-color: #fff;
}

div{
    /*border: solid black thin;*/
}

a, a.norm{
    color: #165419;
    /*font: 98%;*/
    /*text-decoration: none;*/
}

a:visited{
    color: #236226;
    /*text-decoration: none;*/
}

#overlay{
    visibility: hidden;
    position: fixed;
    display: block;
    z-index: 90;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/grey_5_5.png);
    background-repeat: repeat;
    opacity: 0;
    transition: opacity ease-out 0.2s;
    -webkit-transition:  opacity ease-out 0.2s;
    -moz-transition:  opacity ease-out 0.2s;
    -o-transition: opacity ease-out 0.2s;
}

#overlaycontentError{
    z-index: 91;
    visibility: hidden;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    width: 430px;
    min-height: 430px;
    margin-top: 100px;
    padding: 20px;
    border: thin solid #DD1E25;
    background-color: #DD797C;
}

#overlaycontentImage{
    z-index: 91;
    visibility: hidden;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    /*width: 200px;
    height: 200px;*/
    max-height: 0px;
    max-width: 0px;
	overflow: hidden;
	opacity: 0;
    transition: max-height 0.2s ease-out 0s, max-width 0.3s ease-out 0s, opacity ease-out 0.2s;
    -webkit-transition: max-height 0.2s ease-out 0s, max-width 0.3s ease-out 0s, opacity ease-out 0.2s;
    -moz-transition: max-height 0.2s ease-out 0s, max-width 0.3s ease-out 0s, opacity ease-out 0.2s;
    -o-transition: max-height 0.2s ease-out 0s, max-width 0.3s ease-out 0s, opacity ease-out 0.2s;
    margin-top: 100px;
    padding: 20px;
    border: thin solid #2E312B;
    background-color: #909090;
}

.overlayImage{
    max-width: 100%;
    max-height: 100%;
}

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; right: 0;
}

.inflate{
    opacity: 1 !important;
    max-height: 9000px !important;
    max-width: 50% !important;

}

#imagesrc{
    text-align:center;
    display:block;
}

#content{
  width:1000px;
  padding: 50px;
  padding-bottom: 30px;
  border-radius: 3px;
  margin: 0 auto ;
  background-image:url(../img/bg_tra_inv_1300_q.png);
  box-shadow: 0px 0px 0px 10px rgba(255,255,255,1), 1px 11px 15px 10px rgba(0,0,0,0.4);
  border-radius: 3px;
  background-repeat: repeat-y;
  background-position: top;
}

#head{
    /*background-image: url(../img/banner_260.png);*/
    background-size: contain;
    margin-bottom: 15px;
    border: none; /*thin solid #76A3A3;*/
    background-color: transparent;
    height: 186px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#head #banner{
    width: 1000px;
}

.headleiste{
    background-color: #87e0fd; /*old Browsers */
    background: linear-gradient(to bottom right, #f09113 0%,#feb333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 5px;
    padding-bottom: 7px;
    margin-bottom: 15px;
    text-align: center;
	font-size: 2em;
	font-weight: bold;
  border-radius: 3px;
  box-shadow: 1px 10px 15px 5px rgba(0,0,0,0.2);
  border: solid thin rgba(0,0,0,0.8);

    /*
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 12px;*/
}



.headleiste a{
    padding-top: 10px;
    padding-bottom: 8px;
    text-decoration: none;
    text-shadow: 2px 2px 5px rgba(38, 106, 41, 0.45);
}

.headleiste .current{
  text-decoration: underline;
}

#logosplash{
	visibility:hidden;
    position: relative;
    left: -65px;
    top: -135px;
}

#logo{
    position:absolute;
    width: 25px;
}

#kekssplash{
    position: relative;
    top: -20px;
}

#body {
  position: relative;
}

#body #forblur{
  background-image: url('../img/keksreihe_750.jpg');
  background-repeat: repeat-y;
  background-size: contain;
  border-radius: 3px;
  padding: 3px;
  position: absolute;
  top: 0;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;

  filter: blur(4px);
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
}

#navbar{
    width: 199px;
    min-height: 300px;
    margin: 0px;
    margin-bottom: 15px;
    padding: 10px;
    /*border: solid thin #76A3A3;*/
    background-color: #ddd;
    float: left;
}

#navbar ul{
    list-style: upper-roman;
}

#main{
  padding: 15px;
  /*width: 968px;*/
  min-height: 500px;
  overflow: visible;
  border: solid thin #202928;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 1px 10px 15px 5px rgba(0,0,0,0.2);
  /*background: linear-gradient(to bottom right, #eead68 0%,#f68316 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(135deg, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 25%,rgba(255,124,0,1) 63%,rgba(255,127,4,1) 100%);
  position: relative;
}

/*
#main #keks{
  pointer-events: none;
  display: inline-block;
  float: right;
  position: absolute;
  bottom: 0px;
  right: 0px;
}*/

#main #keksabstand:before{
  content: '' ;
  display:block;
  float: right;
  height : 350px;
}

#main #keksstapel{
  float:right;
  clear:both;
  height: 150px;
}

#foot{
    background: radial-gradient(ellipse, #feb333 50%, rgba(240, 145, 19, 0.01) 90%);
    display: inline-block;
}

.tab th{
    background-color: #ccc;
    padding: 2px;
}
.tab td{
    background-color: #EEEEEE;
    padding: 3px;
}

.clickable:hover{
    cursor: pointer;
}

.link{
    padding: 5px 5px 2px 5px;
    /*
    background-image: url("./img/linkbutton_10px.png");*/
    background-color: #5D5753;
    border-radius: 3px;
}
.button{
    -webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.39);
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.39);
}

.button:hover{
    -webkit-box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.39);
    box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.39);
}

hr{
    width: 60%;
    height: 1px;
    background-color: gray;
    border: none;
    margin-top: 35px;
    margin-bottom: 35px;
}
