html,body {
    font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #000;
	height: 100%;
	background: #fff;

    text-align: center;
    margin: 0;
    padding:0;
	font-size: 1em;
	
	scroll-behavior: smooth;	
}


#kopfbereich {
	display: none;
}

#mittelbereich {
  max-width: none;
  width: 100%;
}

a {
  color: #ED7004;
}

#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: #ee7400;
	margin-left: auto;
	margin-right: auto;
	margin-top: -240px;
	position: relative;
	color: #fff;
}

.headercircleh1 {
    margin-top: 15px;
    font-size: 2.5em;
    line-height: 1.2em;
}


.contentmurdoc { 
	width: 90%;
	max-width: 680px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}


.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: 490px;
    text-align: center;
    margin-left: 14px;
    margin-right: 14px;
    margin-bottom: 20px;
    min-width: 340px;
    width: 40%;
}


.menu-hauptnav-container {
	position: fixed;
	z-index: 10;
}


.iconbullettext {
    text-align: left;
    margin-left: 50px;
}


.iconbullets {
    margin-left: -48px;
    margin-right: 8px;
	vertical-align: middle;
	float: left;
}

.theme-dummy {
    width: 38%;
    border: 5px solid #fff;
    margin: 5px;
    max-width: 220px;
}