@import url('https://fonts.googleapis.com/css?family=Nova+Square');
@import url('https://fonts.googleapis.com/css?family=Sarpanch');
@import url('https://fonts.googleapis.com/css?family=Jura');
@import url('https://fonts.googleapis.com/css?family=Gugi');

body {
  
  /***  CSS Gradient  ***/
/*  Chrome 1-9 and Safari 4-5.0  */
background-image: -webkit-gradient(linear, left top, left bottom,
      color-stop( 0.0, rgb(13, 22, 42) ),
      color-stop( 1.0, rgb(202, 202, 202) ));

/*  Chrome 10+ Safari 5.1+ Mobile Safari  */
background-image: -webkit-linear-gradient(top,
      rgb(13, 22, 42),
      rgb(202, 202, 202) );

/*  Firefox 3.6+  */
background-image: -moz-linear-gradient(top,
      rgb(13, 22, 42),
      rgb(202, 202, 202) );

/*  IE 10+  */
background-image: -ms-linear-gradient(top,
      rgb(13, 22, 42),
      rgb(202, 202, 202) );

/*  Opera 11.10+  */
background-image: -o-linear-gradient(top,
      rgb(13, 22, 42),
      rgb(202, 202, 202) );

/*  W3C  */
background-image: linear-gradient(top,
      rgb(13, 22, 42),
      rgb(202, 202, 202) );

    
    margin-left: 300px;
    margin-right: 3%;
    margin-top: 205px;
    max-height: 2000px;
    min-height: 1500px; 
    -webkit-font-smoothing: antialiased;  
  
}

input[type=text] {
    position: absolute;
    top: 880px;
    left: 27px;
    font-family: 'Jura', sans-serif;
    font-style:normal;
    font-variant:normal;
    font-weight:400;
    line-height:12px;
    text-align:justify;
    white-space:inherit;
    font-size:16px;
    
  /***  CSS Box Model  ***/
    margin:6px;
    margin-bottom: 20px;
    padding:10px;

  /***  CSS Borders  ***/
 

  /***  CSS Text and Font  ***/
 
    width: 200px;
    height: 12px;
    

  /***  CSS Rounded Corners  ***/
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;

    /***  CSS Box Shadow  ***/
  box-shadow: 4px 4px 7px 0px rgba(192, 192, 192, 1.000) ;


  -webkit-box-shadow: 4px 4px 7px 0px rgba(192, 192, 192, 1.000) ;
			 

  -moz-box-shadow: 4px 4px 7px 0px rgba(192, 192, 192, 1.000) ;
  
}

nav {
    
    position: absolute;
    top: 123px;
    left: -15px;
  
    
    
    font-size:18px;
    
    
    
    font-family:'Jura', sans-serif;
    font-weight:200;
    
    
    
    
}

nav ul ul li:hover{
    background-color: rgb(209,158,7);
    
    
    
	}

nav li {  
    
    
    list-style: none;
    
    padding: 6px;
    margin: 6px;
    text-align: center;
    
    width: 230px;
    
    border-style: solid none none solid; 
    border-width: thin;
    border-color: rgba(237, 237, 237, 0.5);
    
}
nav ul li:hover ul,
nav ul a:focus  ul {
	position: relative;
    bottom: -10px;
    right: 22px;
	z-index: 1;
    display: block;
    
    
    
    
	/*  Unternavigation einblenden */
    }

nav ul ul {
    display: none;
    
	/* Unternavigation ausblenden */
	
	z-index: -1;
	transition: font 0.4s;
  
    
	}


nav img {

}


#Logo img {
	top: 0px;
    left: 5px;
    position: absolute;
    width: 500px;
}


#design {
    position: absolute;
    top: 92px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    font-family: 'Sarpanch', sans-serif;
    font-weight: 500;
    font-size:13px;
    color:rgb(209,158,7);
    margin-bottom: 20px; 
    letter-spacing: 0.7em;
    line-height:25px;
    white-space:inherit;
    
}

#footer {
    
    position: relative;
    margin-left: -290px;
    
    width: 100%;
    
    overflow: hidden;
    font-family: 'Sarpanch', sans-serif;
    font-weight: 500;
    font-size:12px;
    color:#a5a5a5;
     
    
    line-height:25px;
    white-space:inherit;
    
}

ul.pageitem {
    /***  Ist nötig für Topsites als Button ***/
    /***  CSS Position  ***/
      float:inherit;
      display: inline-block;

        margin:6px;
        padding:8px;
        

      /***  CSS Borders  ***/
      border:0px solid rgb(55, 73, 104);

      /***  CSS Text and Font  ***/
      color:rgb(204, 204, 203);
      background-color: #5e606b;

      /***  CSS Rounded Corners  ***/
      border-radius:7px;
      -webkit-border-radius:7px;
      -moz-border-radius:7px;

      /***  CSS Box Shadow  ***/
      box-shadow: 4px 4px 7px 0px rgba(192, 192, 192, 1.000) ;


      -webkit-box-shadow: 4px 4px 7px 0px rgba(192, 192, 192, 1.000) ;
                 

      -moz-box-shadow: 4px 4px 7px 0px rgba(192, 192, 192, 1.000) ;
                 


}
ul.pageitem:hover {
    /***  Ist nötig für Topsites als Button ***/
    /***  CSS Box Shadow  ***/
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 1.000) ;


  -webkit-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 1.000) ;
             

  -moz-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 1.000) ;
background-color: rgb(209,158,7);
color: black;

}


li.textbox {
    
    /***  Ist nötig für Topsites als Button ***/
        list-style: none;
        /***  CSS Text and Font  ***/
        font-family: 'Jura', sans-serif;
        font-style:normal;
        font-variant:normal;
        font-weight:400;
        line-height:20px;
        text-align:justify;
        white-space:inherit;
        font-size:16px;

    
}

#content{
    
    
    
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 3%; 
    
    float:left;
    width: 100%;
    
    max-width: 600px;
    max-height: 600px;
    overflow: scroll;
    word-break: normal; 
    
    font-family:'Jura', sans-serif;
    font-weight:300;
    font-style:normal;
    
    color:#EDEDED;
  
    background-color:#5E606B;
/*    background-color:rgba(55, 73, 104, 0.72);*/
    text-align:justify;
    font-size: 16px;
 
    

    /***  CSS Box Shadow  ***/
    box-shadow: 6px 7px 5px 0px rgba(16, 16, 29, 1.000) ;

    -webkit-box-shadow: 6px 7px 5px 0px rgba(16, 16, 29, 1.000) ;

    -moz-box-shadow: 6px 7px 5px 0px rgba(16, 16, 29, 1.000) ;
    
  
    /***  CSS Rounded Corners  ***/
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
    
}


#content:hover {
 /***  CSS Box Shadow  ***/
    box-shadow: 6px 7px 5px 0px #a5a5a5 ;

    -webkit-box-shadow: 6px 7px 5px 0px ##a5a5a5 ;

    -moz-box-shadow: 6px 7px 5px 0px ##a5a5a5 ;
    
    
   
    
}
  

.titel{
    line-height: 28px;
    display: block;
    background-color: rgb(209, 158, 7);
    text-align: center;
    color:#000000;
    font-weight:300;
    border-bottom: black solid 1px;
    z-index:3;
    
}



.inhalt{
    
    
    display: block;
    margin-left: 3%;
     margin-right: 3%;
     margin-bottom: 3%;
    margin-top: 0.0%;
     z-index:-2;
    
}

#content.a{
    
    
    text-decoration: none;
    
    color:rgb(255, 114, 114);
    
    background-color: rgb(209, 158, 7);
    
}
img{
    
    width: 100%; 
    z-index:2;
}
object{
    
    width: 108%;
    height: 950px;
    
    margin-left: -4%;
    margin-top: -28px;
}

#content:hover {
 
    
}

video{
    
    
    
}


a{
    text-decoration: none;
    
    color:rgb(237, 237, 237);
    
   
}

#Thema {
    
    position: relative;
    margin-bottom: 30px;
    margin-top: -64px;
    
    color:rgba(237, 237, 237, 1);
    text-align: center;
    padding: 8px;
    
   
    font-size:20px;
    font-family: 'Jura', sans-serif;
    border-width: thin;
    border-style: solid none solid none; 
    border-color: rgba(237, 237, 237, 0.5);
    
}

summary::-webkit-details-marker {
  
}
summary:before {
   /* content: "+"; Verwendung des "plus"-Symbols anstelle des Dreiecks */
  background-color: beige;
  margin-right: 5px;
}
details[open] {
  
}


#Themenbild {
    
    position: absolute;
    top: 600px;
    left: 10px;
    display: block;
    width: 250px;
    color:rgba(237, 237, 237, 0.6);
    text-align: center;
    padding: 9px;
    margin-bottom: 0%;
   
    font-size:20px;
    font-family: 'Jura', sans-serif;
    
    
}

#Info {
    
    position: absolute;
    top: 924px;
    left: 30px;
    display: block;
    width: 23px;
    color:rgba(237, 237, 237, 0.6);
    text-align: center;
    padding: 9px;
    margin-bottom: 0%;
    font-size:20px;
    font-family: 'Jura', sans-serif;
    
    
}
#Kontakt {
    
    position: absolute;
    top: 925px;
    left: 68px;
    display: block;
    width: 22px;
    color:rgba(237, 237, 237, 0.6);
    text-align: center;
    padding: 9px;
    margin-bottom: 0%;
    font-size:20px;
    font-family: 'Jura', sans-serif;
    
    
}
#Alter_Inhalt {
    
    position: absolute;
    top: 973px;
    left: 31px;
    
    width: 270px;
    height: 1000px;
    color:rgba(237, 237, 237, 0.6);
    text-align: left;
    word-break: normal;
    margin-bottom: 0%;
    font-size: 11px;
    font-family: 'Jura', sans-serif;
    overflow:auto;
    
}
