@charset "UTF-8";
/* CSS Document */

		
			body{
	
	font-size: 12px;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	font-weight: normal;
	line-height: 13pt;
	letter-spacing: 0.05em;
	color: #000;
	background-color: white;
	left: 3em;
    padding-left: 1.2em;
	margin-left: 1.2em;
	padding-top: 0.5em;
	-webkit-text-size-adjust: none;
				
				
				}

@media screen and (max-width: 600px) {
 img-width: 75%;
}
				
				
			p{
				margin-bottom: 0em;
	list-style:none;
            }

img {
  border-radius: 1%;
}

hr {
	background-color: rgba(204,204,204,1);
	border: 0;
	height: 1px;
}
		

nav{position: fixed; 
	padding-left: 3%;}

main{ 
   
    }


article{ 
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	
    
    }

section{ 
    background: white;
    height: auto;
    width: 350px;
    hyphens: auto;
    overflow-wrap: break-word;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 2em;
    padding-left: 0em;
    margin-left: 0em;
    margin-right: 0.5em;
    
}

section.p{
	padding-left: 0.5em;
	margin-left:0.5em;
	
}
				
#arch{margin-bottom: 0.5em;
color: cadetblue;}				

a{
				color: #000;
				background-color: none;
				text-decoration: underline;
				}

a:hover{
				color: black;
				background-color: none;
				text-decoration: none;
				  }
				
a:active{
				color: #666;
				background-color: white;
				text-decoration: none;
                }


#upc{ 
	font-size: 14px;
	text-transform: uppercase;
     letter-spacing: 0,5px;
	line-height: 16pt;
	color: black;
    padding-left: 0.8em;
}


#doku{
    font-size: 13px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 14pt;
    color: black;
	padding-left: 0.8em;
}

#ausz{
    font-size: 10px;
}

#info{
    font-size: 9px;
    line-height: 13pt;
	padding-left: 0.8em;
    
}