/* main style */



#myBtn {

    display: none;

    position: fixed;

    bottom: 20px;

    right: 30px;

    z-index: 99;

    border: none;

    outline: none;

    background-color: red;

    color: white;

    cursor: pointer;

    padding: 15px;

    border-radius: 10px;

}



#myBtn:hover {

    background-color: #555;

}



.mainbody{

    border-radius: 20px;

}

.mainbody div{    

    color: black;

    background-color: white;

}

/*

.mainbody p{

    text-align: left;

    color: black;

    margin: 10px 0px 10px 0px;

}

*/

.titel1 {    

    margin: auto;

    text-align: center;

    font-size: 400%;

}

.titel2 {

    text-align: center;    

    margin-bottom: 50px;

    font-size: 250%;

}

.textStyle {

    text-align: left;

    font-size: 100%;

}



#Home {

    width: 100%;

    height: 500px;

    padding: 100px;

    border: 1px solid black;

    border-radius: 20px;

    margin-bottom: 10px;

}



#GameStore {

    margin: auto;

    width: 70%;

    padding-top: 70px;

    border: 1px solid black;

    border-radius: 20px;

    margin-bottom: 10px;

}

#GameStore h2 {

    border-radius: 20px;

    padding-top: 10px;

}

#GameStore h2 img{

    width: 30px;

    height: auto;

}



#SpielListe {

    margin: auto;

    width: 70%;

    padding-top: 70px;

    margin-bottom: 10px;

    border-radius: 20px;

}



#SpielListe h2{

    margin-bottom: 50px;

}



#SpielListe ul {

    display: flex;

    display: -webkit-flex;

    flex-flow: row;

    -webkit-flex-flow: row wrap;

    text-align: center;

    border: 1px solid black;

    border-radius: 20px;

    padding: 10px 30px 10px 30px;/*内边距*/

    justify-content: space-evenly;

    /*margin: 5px 5px 5px 5px;*/ /*外边距*/

}   

#SpielListe ul li {

    text-align: center;

    list-style: none;

    padding: 10px;

    margin: 0px 10px 0px 10px;

    display: block;

}

#SpielListe ul li img { 

    text-decoration: none; 

    text-align: center;

    height:200px;

    width: auto;

    display: block;

    padding: 0.5em; 

}



#SpielListe ul li a p{ 

    text-decoration: none; 

    display: block;

    width: 6.5em;

    padding: 0.5em;

    text-align: left;

}

#SpieleLaden {

    margin: auto;

    width: 70%;

    padding-top: 70px;

    margin-bottom: 10px;

    text-align: center;

    border-radius: 20px;

}

#SpieleLaden h3{    

    border-radius: 20px;

}

#SpieleLaden h3 a{

    font-size: 20px;

}

#SpieleLaden p{	

    border: 1px solid black;

    font-size: 15px;

}

#SpieleLaden p a{

    font-size: 20px;

}

#SpieleLaden p img{

    width: 2em;

    height: auto;

}



#SpielHier {

    margin: auto;

    width: 70%;

    padding-top: 70px;

    text-align: center;

    border-radius: 20px;

    margin-bottom: 10px;

}



#canvas{

    border: 1px solid black;

    border-radius: 20px;

}



#Login {

    margin: auto;

    width: 70%;

    padding-top: 70px;

    padding-bottom: 20px;

    text-align: center;

    border-radius: 20px;

    margin-bottom: 10px;

}



#Steamlink{

    margin: auto;

    margin-top: 100px;

    width: 50%;

    text-align: center;

    border-radius: 20px;

}



.showThis {

    display: block;

}



.dontShowThis {

    display: none;

}



form{

    font-size: 20px;    

}

.form-row {    

    margin-left: 0px;

    margin-right: 0px;

    padding-left: 5px;

    padding-right: 5px;

}

.form-group {

    margin-left: 0px;

    margin-right: 0px;

    padding-left: 10px;

    padding-right: 10px;

}

/*footer*/

footer {

    position: fixed; 

    bottom: 0em;

    right: 0em;

    left: 0em;

    text-align: center;    

    border: none; 

    border-top: 1px solid grey;

    background-color: white;



}

footer ul{

    display: block;

    width: 100%;

    max-width: 61.25em;

    text-align: center;

    margin: 0em auto;

}

footer ul li{

    display: inline;

    font-size: 0.8em;

    line-height: 2.8em;

    color: #2F2D2C;

    padding: 0em 0.625em 0em 0.625em;

}

footer ul li a{

    text-decoration: none;

}



/*Mobile*/			

@media screen and (min-width:1000px)

{

}



@media screen and (max-width:1000px) and (min-width:800px)

{		

    #SpielHier{

        width: 70%;

        height: auto;

    }

    canvas{

        width: 70%;

        height: auto;

    }

    .JavaS_canvas{

        width: 70%;

        height: auto;

    }
	#mylogo {
		font-size: 1px;
		
	}

}



@media screen and (max-width:800px) and (min-width:650px)

{	

    .titel1 {

        display: 300%;        

    }

    #SpielHier{

        width: 70%;

        height: auto;

    }

    canvas{

        width: 70%;

        height: auto;

    }
	#mylogo {
		
		display: none;
		
	}
    /*

    .JavaS_canvas{

        width: 70%;

        height: auto;

    }*/

}



@media screen and (max-width:650px) and (min-width:500px)

{

    .titel1 {

        display: 200%;        

    }

    .navbar-brand {

        display: none;

    }

    #SpielHier{

        width: 70%;

        height: auto;

    }

    canvas{

        width: 70%;

        height: auto;

    }

	#mylogo {
		
		display: none;
		
	}
    /*

    .JavaS_canvas{



        width: 70%;



        height: auto;



    }*/

    #SpielHier h2 a{

        font-size: 20px;

    }

}

@media screen and (max-width:500px)and (min-width:475px)

{   

    .titel1 {

        font-size: 100%;     

    }

    .navbar-brand {

        display: none;

    }	

    #SpielHier{

        width: 70%;

        height: auto;

    }

    canvas{

        width: 70%;

        height: auto;

    }

	#mylogo {
		
		display: none;
		
	}
    /*

    .JavaS_canvas{



        width: 70%;



        height: auto;



    }*/

}



@media screen and (max-width:475px)

{   

    .titel1 {

        font-size: 50%;     

    }

    .titel2 {

        font-size: 50%;

    }

    .textStyle {

        font-size: 50%;

    }

    .navbar-brand {

        display: none;

    }		

    #SpielHier{

        width: 70%;

        height: auto;

    }

    canvas{

        display: none;

    }

	#mylogo {
		
		display: none;
		
	}
    .JavaS_canvas{

        display: none;

    }

}