@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 {
  
  /***  Bildlaufleisten verstecken  ***/
  -webkit-scrollbar {
     width: 0px;
     height: 10px;
     }


  /***  CSS Text and Font  ***/
  background-color:rgb(192, 192, 192);

  /***  CSS Gradient  ***/
  /*  Chrome 1-9 and Safari 4-5.0  */
  background-image: -webkit-gradient(linear, left top, left bottom,
        color-stop( 0.0, #000F2B ),
        color-stop( 0.595, #D7D6D6 ),
        color-stop( 1.0, #10101D ));

  /*  Chrome 10+ Safari 5.1+ Mobile Safari  */
  background-image: -webkit-linear-gradient(top,
        #000F2B, 
        #D7D6D6 59.5%,
        #10101D );

  /*  Firefox 3.6+  */
  background-image: -moz-linear-gradient(top,
        #000F2B, 
        #D7D6D6 59.5%,
        #10101D );

  /*  IE 10+  */
  background-image: -ms-linear-gradient(top,
        #000F2B, 
        #D7D6D6 59.5%,
        #10101D );

  /*  Opera 11.10+  */
  background-image: -o-linear-gradient(top,
        #000F2B, 
        #D7D6D6 59.5%,
        #10101D );

  /*  W3C  */
  background-image: linear-gradient(top,
        #000F2B, 
        #D7D6D6 59.5%,
        #10101D );

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

#Logo {
	top: 60px;
    left: 60px;
    position: absolute;
    width: 40px;
    high: ;
}

#kamerabild {
    position: absolute;
    top: -100px;
    left: 540px;
    width:660px;
    high: 100px;
    overflow: hidden;
    
    /***  CSS Rounded Corners  ***/
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
}



#content{
    
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
    
    float:left;
    width: 100%;
    
    max-width: 340px;
    min-height: 310px;
    overflow: hidden;
    word-break: normal; 
    
    font-family:'Jura', sans-serif;
    font-weight:300;
    font-style:bold;
    
    color:#EDEDED;
  
    background-color:#ffffff;
/*    background-color:rgba(55, 73, 104, 0.72);*/
    text-align:justify;
    font-size: 13px;

    /***  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;
    
}





.titel{
    line-height: 20px;
    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: 2%;
     margin-right: 2%;
     margin-bottom: 2%;
    margin-top: -5.0%;
     z-index:-2;
     color:#000000;
}


img{
    
    
    
}



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

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




