/* Link Unterstrich */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.woocommerce-button button print order-actions-button  { 
    display: none;
}

#masthead.site-header.style-two {
  background-color: #e5e5e5;
		box-shadow: none; /* Hellgrauer Hintergrund */
}


.page {
  background-color: #e5e5e5;
		box-shadow: none; /* Hellgrauer Hintergrund */
}

.site-content  {
  background-color: #e5e5e5;
		box-shadow: none; /* Hellgrauer Hintergrund */
}

.page-header {
	display: none; 
}

.woocommerce-result-count {
	display: none; 
}

.woocommerce-ordering {
	display: none; 
}

.top-bar {
	display: none; 
}

.wp-block-heading {
	color: white; 
}

#colophon {
	color: white; 
}

.footer-b {
	display: none; 
}

.footer-t {
    background-color: #899599;
}

a{

color:#FFFFFF;

text-decoration:none;

}

.woocommerce-loop-product__title {
		font-size: 20px;
		font-family: 'Barlow Condensed';
		font-weight: lighter ;
		
}		

.main-navigation {
font-family: 'Barlow Condensed';
    font-size: 25px;
				font-weight: lighter; 
}

/* Default font-size */
h1{
font-size: 40px;
		font-family: 'Barlow Condensed';
		font-weight: 100 ;
		
}

h2{
font-size: 30px;
		font-family: 'Barlow Condensed';
		font-weight: 100 ;
		
}

h3{
font-size: 25px;
		font-family: 'Barlow Condensed';
		font-weight: 100 ;
		
}

p{
font-size: 20px;
}

/* Font-size for small screens */
@media (max-width:800px){
h1{
font-size: 30px;
		font-family: 'Barlow Condensed';
				font-weight: 100 ;
}
		
		
h2{
font-size: 25px;
		font-family: 'Barlow Condensed';
		font-weight: 100 ;
		
}

h3{
font-size: 20px;
		font-family: 'Barlow Condensed';
		font-weight: 100 ;
		
}
p{
font-size: 15px;
}
}
/* Font-size for smaller screens */
@media (max-width:400px){
h1{
font-size: 25px;
		font-family: 'Barlow Condensed';
				font-weight: 100 ;
}
		
		
h2{
font-size: 20px;
		font-family: 'Barlow Condensed';
		font-weight: lighter ;
		
}

h3{
font-size: 18px;
		font-family: 'Barlow Condensed';
		font-weight: lighter ;
		
}
p{
font-size: 17px;
				font-weight: lighter ;

		}	
		}