/* [ON BIG SCREENS] */
/* (A) WRAPPER */
#hamnav {
  width: 100%;
background: #f2f1f1;
  /* Optional */
  position: sticky;
  top: 0;
}

/* (B) HORIZONTAL MENU ITEMS */
#hamitems { display: flex; }
#hamitems a {
  flex-grow: 1;
  flex-basis: 0;
  padding: 10px;
  color: #666666;
FONT-WEIGHT: bold; 
  text-decoration: none;
  text-align: center;
}
#hamitems a:hover { background: #bfec0f; }
.hamitem { background: #bfec0f; }

/* (C) HIDE HAMBURGER */
#hamnav label, #hamburger { display: none; }

/* [ON SMALL SCREENS] */
@media screen and (max-width: 968px){
  /* (A) BREAK INTO VERTICAL MENU */
  #hamitems a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-top: 1px solid #333;
  }

  /* (B) SHOW HAMBURGER ICON */
  #hamnav label {
    display: inline-block;
    color: white;
    background: #452f31;
    font-style: normal;
    font-size: 1.2em;
    padding: 10px;
  }

  /* (C) TOGGLE SHOW/HIDE MENU */
  #hamitems { display: none; }
  #hamnav input:checked ~ #hamitems { display: block; }
}

/* [DOES NOT MATTER] */
html, body {
  padding: 0;
  margin: 0;
  font-family: arial, sans-serif;
}

.adresse {
FONT-WEIGHT: normal;
COLOR: #FFFFFF;
}

h1, h2, h3 {
color: #452f31;
}

A {
	COLOR: #444; 
	TEXT-DECORATION: underline;
	FONT-WEIGHT: normal;
}

A.impressum {
	COLOR: #444; 
	TEXT-DECORATION: none;
	FONT-WEIGHT: normal;
	
}



.liste {
	border:none;
 	border-top:1px dotted #452f31;
	marging: none;
}

#bgborduere {
  background-image: url("img/bordueren.png");
  background-repeat: repeat;
 
}

#bgborduere-ayurveda {
  background-image: url("img/ayurveda.png");
  background-repeat: repeat;

}

#bgborduere-naturkosmetik {
  background-image: url("img/naturkosmetik.png");
  background-repeat: repeat;

}

#bgborduere-massagen {
  background-image: url("img/massagen.png");
  background-repeat: repeat;

}

#bgborduere-wohlfuehl {
  background-image: url("img/wohlfuehl.png");
  background-repeat: repeat;

}

#bgborduere-portrait {
  background-image: url("img/portrait.png");
  background-repeat: repeat;

}

#bgborduere-kontakt {
  background-image: url("img/kontakt.png");
  background-repeat: repeat;

}
