#alles a:link { font-weight:normal; color: #707070; text-decoration:none; }
#alles a:visited { font-weight:normal; color: #707070; text-decoration:none; }
#alles a:focus { font-weight:normal; color: #707070; text-decoration:none; }
#alles a:hover { font-weight:normal; color: #707070; text-decoration:underline; }
#alles a:active { font-weight:normal; color: #707070; text-decoration:none; }

	.bubble 
	{
	  box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 30px rgba(0,0,0,0.1) inset;
      box-sizing: border-box;
	}


	.unterstrich
	{
		border-bottom: solid 2px #3FDD59;
	}
	
	.green
	{
		color: #3FDD59;
	}
	
	.blockinzeile
	{
		display:inline-block;
	}
	
	.blockblock
	{
		display:block;
	}
	
	.fett
	{
		font-weight: bolder;
	}
	
	.center
	{
		text-align: center;
	}


	.header-box , #header-box1 , #header-box2 , h1 , h2 , h3, p , .euro
	{
	 	font-family: verdana, sans-serif, ArialMT;
	  	color: #707070;
	}

	.euro
	{
		font-family: verdana, sans-serif, ArialMT;
	  	color: #3FDD59;
	}

	#alles , header , #content
	{
		margin: 0px 0px 0px 0px;
		max-height: 200000px;
	}
	
	.flexbox
	{
		display: -webkit-flex;
	   	display: -ms-flexbox;   
		display: flex; 
		justify-content: space-between;
	}
	
	.flexumbruch
	{
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

@media (min-device-width: 991px)
{
   	
    .bubble
	{
		border-radius: 20px;
	  	padding: 20px 30px 20px 30px;
	}
	
	#header , #content , #wrapper
    {
        width: 1200px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    
    #supsuplogo
    {
        width: 455px;
        display:inline-block;
        vertical-align: top;
        margin-right: 100px;
    }
    
    .header-box
    {
        display:inline-block;
        vertical-align: top;
        font-size: 1.1em;
        line-height: 1.1em;
        margin-left: 80px;
        margin-top: 10px;
    }

	
	.kasten
	{
		display:inline-block;
		margin-bottom: 20px;
        width: 1200px;
	}
	
	
	.kastenklein
	{
		display:inline-block;
		width: 590px;
		margin-bottom: 20px;
	}
	
	h1
	{
	  	font-size: 2.1em;
		text-align: left;
	}
	
	h2
	{
	  	font-size: 1.6em;
		text-align: left;
		margin-top: 5px;
	}
	
	h3
	{
	  	font-size: 1em;
		text-align: left;
		margin-top: 5px;
	}
	
	p
	{
	  	font-size: 1em;
		line-height:1.6em;
		text-align: left;
	}
	
	.euro
	{
	  	font-size: 3.5em;
		line-height:1.6em;
		text-align: left;
	}
	
	.eurotext
	{
		font-size: 1.4em;
	}
	
	#euro-wrapper
	{
		width: 530px;
	}
	.eurobreite
	{
		width: 48%;
		text-align: center;
	}
	
    #paypallogo-rahmen
    {
        width:100%;
        text-align: center;
    }
    
    
}



@media (max-device-width: 990px) 
  
{
	header
	{
		margin-top: 10px;
	}
	
	header , #content , footer
	{
		margin-bottom: 10px;
	}
	
    #header
    {
        margin-bottom: 10px;
        display: none;
    }

	.bubble
	{
		border-radius: 20px;
	  	padding: 10px;
	}

	#headerinnen , #contentinnen , #infos , #footerinnen
	{
		margin: auto;
		width: 980px;
	}
	
	#headerinnen
	{
		text-align: center;
	}
		
	#supsuplogo
	{
		display: inline-block;
		width: 99%;
		clear: both;
        
		
	}
	
	.header-box
	{
		display: none;
	}
	
	.wrapper
	{
		width: 100%;
		margin: auto;
		justify-content: space-around;
	}
	
	.kasten , .kastenklein
	{
		margin-bottom: 10px;
		width: 100%;
	}
	
	h1
	{
	  	font-size: 1.5em;
	}
	
	h2
	{
	  	font-size: 1.2em;
	  	margin-top: 5px;
	}
	
	h3
	{
	  	font-size: 1em;
	}
	p
	{
	  	font-size: 1em;
	}
	
	.euro
	{
	  	font-size: 6em;
        display: none;
	}
	
	.eurotext
	{
		font-size: 1.8em;
	}
	
	.eurobreite
	{
		width: 48%;
		text-align: center;
	}
	
	#paypallogo-rahmen
	{
		width: 100%;
		text-align: center;
	}
	
	#paypallogo
	{
		width: 33%;
		margin-bottom: 20px;
	}


	
	.footer-box
	{
		font-size: 1.7em;
		width: 49%;
		display: inline-block;
		
	}
	
	.footer-box:first-of-type
	{
		margin-bottom: 20px;
	}
	
	#line-logo
	{
		width: 200px;
		display: inline-block;
		float: left;
		margin-top: -23px;
	}
	
	
}

