@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'bpg_glaho_arial';
    src: url('/uploads/bpg_glaho_arial.ttf');
    src: url('/uploads/bpg_glaho_arial-webfont.eot');
    src: url('/uploads/bpg_glaho_arial-webfont.eot?#iefix') format('embedded-opentype'),
        url('/uploads/bpg_glaho_arial-webfont.woff') format('woff'),
        url('/uploads/bpg_glaho_arial-webfont.ttf') format('truetype'),
        url('/uploads/bpg_glaho_arial-webfont.svg#bpg_glaho_arial') format('svg');
}
/*--------------------------------------------------------*/
/* Schriftarten                                           */
/*--------------------------------------------------------*/

@font-face {
    font-family: 'bpg_glaho_arial';
    src: url('/uploads/bpg_glaho_arial.ttf');
    src: url('/uploads/bpg_glaho_arial-webfont.eot');
    src: url('/uploads/bpg_glaho_arial-webfont.eot?#iefix') format('embedded-opentype'),
        url('/uploads/bpg_glaho_arial-webfont.woff') format('woff'),
        url('/uploads/bpg_glaho_arial-webfont.ttf') format('truetype'),
        url('/uploads/bpg_glaho_arial-webfont.svg#bpg_glaho_arial') format('svg');
}

/*@font-face {
    font-family: 'Open sans';
    src:  url('/uploads/myriadproregular.ttf');
    src: url('/uploads/myriadproregular.eot');
    src: url('/uploads/myriadproregular.eot?#iefix') format('embedded-opentype'),
        url('/uploads/myriadproregular.woff') format('woff'),
        url('/uploads/myriadproregular.ttf') format('truetype'),
        url('/uploads/myriadproregular.svg#MyriadProRegular') format('svg');
}*/

/*@font-face {
    font-family: 'Open Sans';
    src:  url('/uploads/opensans.ttf');
    src: url('/uploads/opensans.eot');
    src: url('/uploads/opensans.eot?#iefix') format('embedded-opentype'),
        url('/uploads/opensans.woff') format('woff'),
        url('/uploads/opensans.ttf') format('truetype'),
        url('/uploads/opensans.svg#MyriadProRegular') format('svg');
}*/


*{
	margin:0;
	padding:0;
}

body {
	position: relative;
	font-family:open sans;
	font-size:14px;
	/**/
	background-image: url("/uploads/bg_min.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: bottom center;
	/**/
	background-color:rgba(250,250,250);
}

h1 {
	clear: both;
	display: block;
	margin-top: 0px;
	padding-top: 15px;
	font-size: 30px;
   font-family: bpg_glaho_arial;	
   color: #666157;
}

h2 {
	padding:10px 0px;
	font-size: 25px;
   font-family: bpg_glaho_arial;
   color: #666157;
}

h3 {
	padding:10px 0px;
	font-size:21px;
   font-family: bpg_glaho_arial;
   color: #5e3438;
}

h4 {
	padding:10px 0px;
	font-size: 19px;
   font-family: bpg_glaho_arial;
   color: #666157;
}

h5 {

	padding:10px 0px;
	font-size: 17px;
   line-height:20px;     
   color: #ff0000;
}

h6 {
	font-size: 16px;
	padding: 3px 0px;
	font-style: normal;
	text-align: left;
	line-height: 20px;
   font-family: bpg_glaho_arial;
   color: #666157;
}

p {
	padding: 3px 0px;
	font-style: normal;
	text-align: left;	
	color: #1a1a1a;
	font-family:open sans;
   font-size:16px;
   line-height:20px;     
}

ul {
	list-style:none;
}

ul li a {
	display: block;
}

img {
	height:auto;
	width: 100%;
	border:none;
}

table {	
	color: #5e3438;
}

a {
	display:block;
	text-decoration:none;
	outline: none;
	border:none;
	color: #f60;
}

hr {
	clear: both;
	/*margin: 30px;*/
	color:#666157;
}

strong {
	font-weight: bold;
}

span.breakLink {
  word-wrap:break-word;
}


span.red {
	color: red;
	font-size: 17px;
	font-weight:bolder;
}

.orange {
	color:#f60;
	font-size: 17px;
	font-weight:bolder;
}

b {
	color: #333333;
}

#container {
	position: relative;
	width:65%;
	height:auto;
	margin:2.5% auto;
	margin-top: 0px;
	padding:2%;
	padding-top: 0.1%;
}

div#sitePicture {
	position: relative;
	width: 100%;
	height: 350px;
	margin: auto;
	overflow: hidden;
}

div#sitePicture img {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	object-fit: cover;
	object-position: center;
}



#content {
	/*position: relative;*/
	min-height:500px;
	padding-bottom: 30px;
	z-index: 1;
}

/*Logo*/
#logo {
	float: left;
	height: auto;
	width:200px;
	margin-top:59px;
	z-index:9;
}

#logo img {
	height:auto;
	width: 100%;
	left:20px;
	z-index: 3;
}

/*top-navigation*/
ul#flags{
	float: right;
	height:35px;
	padding-left:5px;
}

ul#flags img {
	height: 14px;
	width: 16px;
}

ul#flags li {
	float: left;
	margin: 10px 2px;
	padding: 5px;
}

ul#top_navi {
	float:right;
	height:40px;
	padding-right:5px;
   font-family: bpg_glaho_arial;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

ul#top_navi li {
	float:right;
	text-align: right;
	margin: 10px 2px;
	padding:5px;
}

ul#top_navi li a {
   font-family: bpg_glaho_arial;
	text-transform: uppercase;;
	margin-top: 0px;
	color: #3a3a3a;
}

ul#top_navi li a:hover{
	color: #f60;
}

/*main-navigation*/
ul#main_navi {
	float: right;
	height: 28px;
	width: calc(100% - 222px);
	margin-top: 20px;
	margin-bottom:35px;
   font-family: bpg_glaho_arial;
	text-transform: uppercase;
	font-size:16px;
	font-weight: bold;
	border-bottom: 0px none;
	border-bottom: 1px solid #666157;
	z-index: 4;	
   overflow: hidden;
   text-overflow: ellipsis;
   -o-text-overflow: ellipsis;
   -ms-text-overflow: ellipsis;
   -moz-binding: url('ellipsis.xml#ellipsis');
}

ul#main_navi li {
	float: right;
	width: auto;
}

ul#main_navi li a {
   font-family: bpg_glaho_arial;
	text-transform: uppercase;
	display:block;
   padding: 0px 0px 14px 0px;
	color: #3a3a3a;
   margin: 0px 7px;
}

ul#main_navi li a:hover {
	color:#f60;
}

ul#main_navi li.activlink1 {
	padding: 0px 0px 14px 0px;
	color: #f60;
   margin: 0px 7px;
   font-family: bpg_glaho_arial;
	text-transform: uppercase;
}

/*--------main_sub: others_navi---------*/
ul#main_navi ul {
	width:160px;
	position:absolute;
	display:none;
}

ul#others_navi li {
	float: left;
	width: 130px;
	padding: 5px;
	padding-top: 15px;
	background-color: rgba(255,255,255,0.05);
}

ul#others_navi li a {
   font-family: bpg_glaho_arial;
	text-transform: uppercase;
	display:block;
   padding: 0px 0px 14px 0px;
	color: #ffffff;
   border-bottom: 3px solid #ffffff;
   margin: 0px 7px;
}

ul#others_navi li a:hover {
	color: #f60;
   border-bottom: 3px solid #ffffff;
}

ul#main_navi li:hover ul#others_navi {
	display:block;
	z-index: 7;
}


/*bottom-navigation*/
ul#bottom_navi {
	clear: both;
	height: 30px;
	width: auto;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 30px;
	padding-top: 15px;
   font-family: bpg_glaho_arial;
	text-transform: uppercase;
	font-weight: bold;
	border-top: 1px solid #666157;
}

ul#bottom_navi li {
	float:right;
	text-align: right;
	height:20px;
	margin: 5px 5px;
}

ul#bottom_navi li a {
   font-family: bpg_glaho_arial;
	text-transform: uppercase;
	color: #3a3a3a;
}

ul#bottom_navi li a:hover{
	color:#b7c4c8;
}

/*top_navi + bottom_navi*/

li.activlink1 {
   font-family: bpg_glaho_arial;
	text-transform: uppercase;
	color: #b7c4c8;
}

li.activlink2 {
   font-family: bpg_glaho_arial;
	text-transform: uppercase;
	color: #b7c4c8;
}

li.activlink3 {
   font-family: bpg_glaho_arial;
	text-transform: uppercase;
	color: #b7c4c8;
}


/*sub-navi bei mobilen (engen) Formaten*/
div#mobile_navi {
	display: block;
	position: relative;
   width:102%;
	margin-left: -2%;
	z-index: 25;
	font-family: bpg_glaho_arial;
	text-transform: uppercase;
	background-color: rgba(255, 255, 255, 0.5);
}

div#mobile_navi label {
	display: none;
	height:55px;
	margin-top: 25px;
	cursor: pointer;
}

div#mobile_navi label img {
	position: absolute;
	right:12px;
	height:30px;
	width:auto;
	margin-top:13px;
	z-index: 7;
}

.ellipsis {
	display:none;
	float: left;
	margin-left:10px;
	margin-top:13px;
	font-weight: bold;
	color: #1a1a1a;	
	font-family: bpg_glaho_arial;
	text-transform: uppercase;
	white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   -o-text-overflow: ellipsis;
   -ms-text-overflow: ellipsis;
   -moz-binding: url('ellipsis.xml#ellipsis');
}

#checkbox {
	position: fixed;
	top: 10px;
	opacity: 0;
	display: none;
}

#checkbox:checked + ul.mobile_sub {
	display: none;
}

div#mobile_navi ul.mobile_sub {
	display:none;
	position: absolute;
	width:102%;
	margin-bottom: 20px;
	background-color:rgb(251, 251, 251);
	z-index: 9;
}

ul.mobile_sub {
	border-bottom: 1px solid #ff6600;
}

div#mobile_navi ul.mobile_sub li {
	border-top: 1px solid #ff6600;
}

div#mobile_navi ul.mobile_sub li a {
	height:28px;
	padding-top: 12px;
	font-size: 17px;
	text-indent: 20px;
	color:#333333;
	background-color:rgb(251, 251, 251);
}

div#mobile_navi ul.mobile_sub li a:hover {
	color: #f60;
	background-color:rgb(230, 230, 230);
}

ul.mobile_sub li.activlink2 {
	height: 28px;
	text-indent: 20px;
	padding-top: 12px;
	font-family: bpg_glaho_arial;
	font-size: 17px;
	text-transform: uppercase;
	color: #f60;
	background-color:rgb(230, 230, 230);
}




/*--------sonstiges---------*/

.distance_bottom {
	margin-bottom: 20px;
}

.distance_top {
	margin-top:20px;
}

.flright {
	float: right;
}

.flleft {
	float: left;
}

.flstop {
	clear: both;
}

.distance_top2 {
	margin-top:20px;
}

/*.bc_bottom {
	display: block;
	border-bottom:solid 1px #666157;
}*/


@media only screen and (min-width: 2000px) {
	#container {
		width: 1400px;
		margin:auto;
	}
	

 
}

@media only screen and (max-width: 2000px) {
	#container {
		width: 65%;
	}
}

@media only screen and (max-width: 1500px) {
	#container {
		width: 85%;
	}
}

@media only screen and (max-width: 1366px) {
	
}

@media only screen and (max-width: 1280px) {

	#container {
		width: 95%;
	}
}

@media only screen and (max-width: 1170px) {

}

@media only screen and (max-width: 1024px) {

	#container {
		width:auto;
		margin: 0% auto;
		padding-bottom: 50px;
	}
	
	ul#flags {
    	margin-top: -10px;
	}
	
	#content {
	}	
	
	table img {
		padding-top: 0px;
		height:auto;
		width:200px;
	}
	
	div#sitePicture {
		display: none;
	}
	
	div#sitePicture img {
	}	
		
	div#mobile_navi label {
		display: block;
		top: 0px;
   	width:102%;
		background: #e6e6e6;
	}
	
	#checkbox:checked + ul.mobile_sub {
		display: block;
	}
	
	
	.ellipsis {
		width:500px;
	}

	ul#top_navi {
		display:none;
	}	
	
	ul#main_navi {
		display: none;
	}
	
	/*bottom-navigation*/
	ul#bottom_navi {
		height: auto;
	}

	ul#bottom_navi li {
		float:none;
		text-align: left;
	}
	
	/*h1 {
		display: none;
	}*/

	
	/*Logo*/
	#logo {
		position: relative;
		float: left;
		width: auto;
		margin-top:36px;
		z-index: 100;
	}

	#logo img {
		height:40px;
		width: auto;
		left: 0px;
		top:0px;
	}
	
}

@media only screen and (max-width:820px) {

	
/*
	#content p:first-child {
		padding-top: 20px;
	}
*/	

	
}

@media only screen and (max-width: 768px) {	

	table img {
		padding-top: 0px;
		height:auto;
		width:200px;
	}

	
	.ellipsis {
		width:500px;
	}
}
	
@media only screen and (max-width: 650px) {
	
	.ellipsis {
		width:400px;
	}
}

@media only screen and (max-width: 580px) {
	
	table img {
		height:auto;
		width:100px;
	}
	
	tr, th, td {
		padding: 2%;
	}
	
	.ellipsis {
		width: 330px;
	}

}

@media only screen and (max-width: 500px) {

	
	.ellipsis {
		width: 300px;
	}
}

@media only screen and (max-width:450px) {

	
	.ellipsis {
		width:250px;
	}
}

@media only screen and (max-width:400px) {
	h1{
		font-size:30px;
	}	
	
	h2{
		font-size:25px;
	}	
	
	/*Logo*/

	#logo {
		left: 13px;
		/*width: 39px;
		overflow: hidden;
		text-overflow: ellipsis;*/
	}
	
	.ellipsis {
		width: 230px;
	}
}

@media only screen and (max-width:350px) {
	h1{
		font-size:27px;
	}	
	
	h2{
		font-size:23px;
		
	}
	
	.ellipsis {
		width: 200px;
	}
}

@media only screen and (max-width: 320px) {
	h1{
		font-size:25px;
	}	
	
	h2{
		font-size:20px;
	}	
	
	h4{
		font-size:18px;
	}	

	table img {
		height:auto;
		width:100px;
	}

	div#mobile_navi {
		width:100%;
	}
}



















