


html,body {
    font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #fff;
	height: 100%;
	background: #383838;

    text-align: center;
    margin: 0;
    padding:0;
	font-size: 1em;
	
	scroll-behavior: smooth;	
}

.colorswitchlayer {
	background-color: #000;
	position: fixed;
	height: 40px;
	width: 100%;
	bottom: 0;
	z-index: 7;
	opacity: 0.9;
	padding-top: 8px;
}

#kopfbereich {
	display: none;
}

#mittelbereich {
  max-width: none;
  width: 100%;
}

a {
  color: #fff;
}

#container {
	padding-top: 0px;
	width: 100%;
	overflow: hidden;
}

#wpheader {
    position: fixed;
    width: 100%;
	z-index: 8;
}

.wpheadervideo {
	display: none;
}	

.wpheaderoverlay {
	background-color: #000;
	position: fixed;
	height: 66px;
	width: 100%;
	top: 0;
	z-index: 7;
	opacity: 0.7;
}


.headercircle { 
	aspect-ratio: 1;
	width: 70%;
	max-width: 320px;
	text-align: center;
	border-radius: 50%;
	background: #383838;
	margin-left: auto;
	margin-right: auto;
	margin-top: -490px;
	position: relative;
}

.headercircleh1 {
  margin-bottom: 10px;
  margin-top: -50px;
  font-size: 2.5em;
}

.headercirclehr { 
	width: 1260px;
	border-color: #fff;
	margin-left: -1000px
}

.headercirclebutton { 
	width: 130px;
	background-color: #ee7400;
	border-radius: 3px;
	height: 33px;
	padding-top: 4px;
	margin: auto;
	z-index: 1;
	position: relative;
}

 .headercircleboard {
  margin-top: -120px;
  position: relative;
  max-width: 724px;
  width: 90%;
}

.contentmurdoc { 
	width: 90%;
	max-width: 680px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

h2 {
  font-size: 2em;
}

.videomurdoc { 
	width: 90%;
	max-width: 580px;
}

.profilemurdoc { 
	width: 25%;
	max-width: 120px;
	margin-top: -30px;
}

.teaserwrappermurdoc { 
	display:flex; 
	justify-content:center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.teasermurdoc { 
	max-width: 280px;
	text-align: center;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 20px;
}

tr.tabellenlinie td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

.masonry-with-columns {
  columns: 3 400px;
  column-gap: 1rem;
  margin: 1em;
}
.masonry-with-columns div {
  width: 150px;
  margin: 0 1rem 1rem 0;
  width: 100%;
}


.menu-hauptnav-container {
	position: fixed;
	z-index: 10;
}


#bestellbox {
  background-color: #fff;
  height: 400px;
  width: 300px;
  margin: 0 auto;
  padding-top: 4px;
  color: black;
}
h3 {
	margin: 20px;
}
@media screen and (min-width:769px) {
/* Bei jedem größeren Monitor kommen neue Regeln hinzu */
   #bestellbox {
		height: 400px;
		width: 280px;
		padding: 10px 60px 20px 0px;
	}
	h3 {
		padding-left: 60px;
		margin-bottom: 0px;
	{
}

.woocommerce-message {
	margin: 80px 0 0px 0;
}


