/* ******************* */
/* BODY AND PAGE CSS */
/* ******************* */

body {
  padding-top: 150px;
  background-color: #f3f3f1;
  padding-bottom: 50px;
}

.main-bg-color {
	background-color: #f3f3f1;
	border: 0;
}

.top-bg-color {
	background-color: #e3dfdb;
	height: 120px;
}

/* ******************* */
/* HEADER */
/* ******************* */

.ohf-logo {
	margin-top: 8px;
	width: 60%;
}

.ohf-logo-small {
	height: 100px;
	width: 279px;
}

.ohf-logo-minimize-shrink {
	height: 65px;
	width: 280px;
}

/* ******************* */
/* TOP RIGHT MENU */
/* ******************* */

.top-menu {
	background-color: #932822;
	height: 40px;	
}

.navbar-default .top-menu2 .navbar-nav {
	font-weight: bold;
	font-size: 8pt;
}

.navbar-default .top-menu2 .navbar-nav .active a {
	background-color: #e3dfdb;
	color: #932822;
}

.navbar-default .top-menu2 .navbar-nav .active a:hover {
	background-color: #e3dfdb;
	color: #932822;
}

.navbar-default .top-menu2 .navbar-nav li a:hover {
	background-color: #e3dfdb;
	color: #932822;
}

.navbar-default .top-menu2 .navbar-nav li a {
	color: #932822;
	background-color: #e3dfdb;
}

/* ******************* */
/* MAIN MENU */
/* ******************* */

.main-menu {
	background-color: #932822;
	min-height: 40px;
}

.main-menu2 {
	min-height: 40px;
	color: #ffffff;
}

.nav li a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-default .menu1 .navbar-nav {
	font-weight: bold;
}

.navbar-default .menu1 .navbar-nav li a:hover {
	background-color: #e3dfdb;
	color: #932822;
}

.navbar-default .navbar-nav .open .dropdown-menu .active a, .navbar-default .navbar-nav .open .dropdown-menu .active a:hover, .navbar-default .navbar-nav .open .dropdown-menu .active a:focus {
	background-color: #e3dfdb;
	color: #932822;
}

.navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .active a:hover, .navbar-default .navbar-nav .active a:focus {
	color: #932822;
	background-color: #e3dfdb;
}

.navbar-default .navbar-nav li  a{
	color: #ffffff;
	background-color: #932822;
}

.navbar-default .menu1 .navbar-nav li ul a {
	color: #ffffff;
	font-weight: bold;
	background-color: #932822;
}

.navbar-default .menu1 .navbar-nav li ul .active a {
	background-color: #e3dfdb;
	color: #932822;
}

.navbar-default .navbar-nav .open .dropdown-menu li a {
	background-color: #932822;
	color: #ffffff;
}

.navbar-default .navbar-nav .open .dropdown-menu li a:hover {
	background-color: #e3dfdb;
	color: #932822;
}

nav.shrink {
	height: 35px;
}

div.shrink {
	height: 75px;
}


/* ******************* */
/* CONTENT AREA */
/* ******************* */

.main-text-area {
	background-color: #ffffff;
	padding-top: 10px;
}

.main-text-row {
	padding-top: 20px;
	
}

.title {
	color: #932822;
	font-size: 16pt;
}

h1 {
	color: #932822;
	font-size: 16pt;
}

.entry {
	color: #666;
	height: auto;
}

.side-image {
	margin-top: 25px;
}

.informationfield_text {
	color: #900;
	font-weight: bold;
}

/* ******************* */
/* TEAM AREA */
/* ******************* */

.teammenu {
	margin-top: -20px;
	background-color: #e3dfdb;
}

.teammenu ul {
	list-style-type: none;
	background-color: #e3dfdb;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.teammenu ul li a span.team_header{
	color: #922720;
	font-weight: bold;
}
.teammenu ul li a{
	color: #767473;
}

.teammenu ul li.active a{
	color: #767473;
	font-weight: bold;
}

.team-submenu ul {
	list-style-type: none;
	padding-left: 0px;
	
}

.team-submenu ul li a{
	color: #922720;
}

.team_button {
	background-color: #932822;
	border-color: #932822;
}

.team_button ul li a {
	background-color: #932822;
	border-color: #932822;
}

.team_button:hover {
	background-color: #e3dfdb;
	border-color: #932822;
	color: #932822;
}

.team_button:active {
	background-color: #e3dfdb;
	border-color: #932822;
	color: #932822;
}

.float-left {
	float: left;
}

/* ******************* */
/* FOOTER */
/* ******************* */

.footer {
    background-color: #932822;
	bottom:0;
  	position:fixed;
    padding:0px;
	width: 100%;
	height: 50px;
}

.footer-text {
	font-size: 18pt;
	text-align: center;
	font-family: Verdana,Geneva,sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
}
.footer-text-small {
	font-size: 12pt;
	text-align: center;
	font-family: Verdana,Geneva,sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
}

/* ******************* */
/* REFERENCES LIST */
/* ******************* */

.reference-spacer {
	margin: 5px;
}

/* ******************* */
/* STARTSCREEN */
/* ******************* */




@media screen and (max-width: 800px) {
	.startscreen {
		background-color: #fff;
		min-width: 300px;
		width: 70%;
		height: 45%;
		min-height: 280px;
		margin: auto;
		border-radius: 20px;
	}

	.modal-body {
		font-size: 10pt;
		color: #818285;
		text-align: center;
		vertical-align: middle;
		top: 0px;
	}
}

@media screen and (min-width: 801px) {
	.startscreen {
		background-image: url("../images/fotolia_234903710.jpg");
		background-position: right;
		background-repeat: no-repeat;
		
		background-color: #050505;
		min-width: 600px;
		width: 40%;
		height: 60%;
		min-height: 350px;
		margin: auto;
		border-radius: 20px;
	}

	.modal-body {
		font-size: 10pt;
		color: #fff;
		text-align: center;
		vertical-align: middle;
		top: 0px;
	}
}


/* ******************* */
/* STARTSCREEN */
/* ******************* */




@media screen and (max-width: 800px) {
	.startscreen_newyear {
		background-color: #fff;
		min-width: 300px;
		width: 70%;
		height: 45%;
		min-height: 280px;
		margin: auto;
		border-radius: 20px;
	}

	.modal-body {
		font-size: 10pt;
		color: #818285;
		text-align: center;
		vertical-align: middle;
		top: 0px;
	}
}

@media screen and (min-width: 801px) {
	.startscreen_newyear {
		background-image: url("../images/pexels-jonathan-petersson-399610.jpg");
		background-position: right;
		background-repeat: no-repeat;
		
		background-color: #050505;
		min-width: 600px;
		width: 40%;
		height: 60%;
		min-height: 350px;
		margin: auto;
		border-radius: 20px;
	}

	.modal-body {
		font-size: 10pt;
		color: #fff;
		text-align: center;
		vertical-align: middle;
		top: 0px;
	}
}

.newyear_header{
	font-size: 12pt;
}	



/* ******************* */
/* STARTSCREEN QUESTION*/
/* ******************* */




@media screen and (max-width: 800px) {
	.startscreen-question {
		background-color: #fff;
		min-width: 300px;
		width: 70%;
		height: 45%;
		min-height: 280px;
		margin: auto;
		border-radius: 20px;
	}

	.modal-body {
		font-size: 10pt;
		color: #818285;
		text-align: center;
		vertical-align: middle;
		top: 0px;
	}
}

@media screen and (min-width: 801px) {
	.startscreen-question {
		background-image: url("../images/sunset-love-lake-resort-54379.jpg");
		background-position: right;
		background-repeat: no-repeat;
		
		background-color: #050505;
		min-width: 600px;
		width: 40%;
		height: 60%;
		min-height: 350px;
		margin: auto;
		border-radius: 20px;
	}

	.modal-body {
		font-size: 10pt;
		color: #fff;
		text-align: center;
		vertical-align: middle;
		top: 0px;
	}
}


/* ******************* */
/* STARTSCREEN CORONA */
/* ******************* */




@media screen and (max-width: 800px) {
	.startscreen_corona {
		background-color: #fff;
		min-width: 300px;
		width: 70%;
		height: 45%;
		min-height: 280px;
		margin: auto;
		border-radius: 20px;
	}

	.modal-body {
		font-size: 10pt;
		color: #818285;
		text-align: center;
		vertical-align: middle;
		top: 0px;
	}
}

@media screen and (min-width: 801px) {
	.startscreen_corona {
		background-image: url("../images/startscreen_corona.png");
		background-position: right;
		background-repeat: no-repeat;
		
		background-color: #050505;
		min-width: 600px;
		width: 40%;
		height: 60%;
		min-height: 350px;
		margin: auto;
		border-radius: 20px;
	}

	.modal-body {
		font-size: 14pt;
		color: #000;
		text-align: center;
		vertical-align: middle;
		top: 30%;
	}
}


/* ******************* */
/* STARTSCREEN UUMZUG */
/* ******************* */




@media screen and (max-width: 800px) {
	.startscreen_umzug {
		background-color: #fff;
		min-width: 300px;
		width: 70%;
		height: 45%;
		min-height: 280px;
		margin: auto;
		border-radius: 20px;
	}

	.modal-body {
		font-size: 10pt;
		color: #818285;
		text-align: center;
		vertical-align: middle;
		top: 0px;
		position: static;
	}
}

@media screen and (min-width: 801px) {
	.startscreen_umzug {
		background-image: url("../images/startscreen_umzug.png");
		background-position: right;
		background-repeat: no-repeat;
		
		background-color: #fff;
		min-width: 600px;
		width: 40%;
		height: 60%;
		min-height: 350px;
		margin: auto;
		border-radius: 20px;
	}

	.modal-body {
		font-size: 14pt;
		color: #000;
		text-align: center;
		vertical-align: middle;
		top: 30%;
		position: static;
	}
}

/* ******************* */
/* STARTSCREEN JAHRESENDE 2021 */
/* ******************* */




@media screen and (max-width: 800px) {
	.startscreen_jahresende2021 {
		background-color: #fff;
		min-width: 300px;
		width: 70%;
		height: 45%;
		min-height: 280px;
		margin: auto;
		border-radius: 20px;
	}

	.modal-body {
		font-size: 10pt;
		color: #818285;
		text-align: center;
		vertical-align: middle;
		top: 0px;
		position: static;
	}
}

@media screen and (min-width: 801px) {
	.startscreen_jahresende2021 {
		background-image: url("../images/pexels-george-dolgikh-giftp.png");
		/*background-position: right;*/
		background-repeat: no-repeat;
		
		background-color: #e3dfdb;
		min-width: 600px;
		width: 40%;
		height: 60%;
		min-height: 350px;
		margin: auto;
		border-radius: 20px;
	}


/* ******************* */
/* STARTSCREEN JAHRESENDE 2021 */
/* ******************* */




@media screen and (max-width: 800px) {
	.startscreen_newwebsite2022 {
		background-color: #fff;
		min-width: 300px;
		width: 70%;
		height: 45%;
		min-height: 280px;
		margin: auto;
		border-radius: 20px;
	}

	.modal-body {
		font-size: 10pt;
		color: #818285;
		text-align: center;
		vertical-align: middle;
		top: 0px;
		position: static;
	}
}

@media screen and (min-width: 801px) {
	.startscreen_newwebsite2022 {
		background-image: url("../images/newwebsite2022.png");
		background-position: right bottom;
		/*background-position: right;*/
		background-repeat: no-repeat;
		
		background-color: #fff;
		min-width: 600px;
		width: 40%;
		height: 60%;
		min-height: 350px;
		margin: auto;
		border-radius: 20px;
	}


	.modal-body {
		font-size: 14pt;
		color: #000;
		text-align: center;
		vertical-align: middle;
		top: 30%;
		position: static;
	}
}



.ohf_color {
	color: #932822;
}