/*
www.pkdesign.de | Template fuer Website Baker 2.8
CSS fuer pkdesign143
Alle box sind mit float ausgerichtet

Für den Ausdruck die Boxen mit -> display: none; anpassen 
welche nicht dargestellt werden sollen
*/

/********* B E G I N N **********/


@font-face {
 	font-family:'FontAwesome';
	src:url('font/fontawesome-webfont.eot?v=4.2.0');
	src:url('font/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),
	url('font/fontawesome-webfont.woff?v=4.2.0') format('woff'),
	url('font/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),
	url('font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
}


/****************************************/
/* Seiteneinstellung allgemein          */
/****************************************/	
header, section, nav, inhalt-links, inhalt-rechts, footer {
	display: block;
}

body {
	margin: 0px;
	padding: 0px;
	color: #383838;
	background: #fcfcfc;	
/*   font-family: Roboto, 'Open Sans', sans-serif; */
   font-family: 'Open Sans', sans-serif;   
	background-image: url(images/hg_body.png);
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: fixed;
	overflow: scroll;
}

	
/* Überschriften H1 - H6 */
h1 { 
   font-family: 'Open Sans', sans-serif;
	color: #251305;
	line-height: normal;
   display: block;
   font-size: 2em;
}
h2 {
   font-family: 'Open Sans', sans-serif;
	color: #251305;
	line-height: normal;
   display: block;
   font-size: 1.5em;
}
h3 {
   font-family: 'Open Sans', sans-serif;
	color: #251305;
	line-height: normal;
   display: block;
   font-size: 1.17em;
}		
h4 {
   font-family: 'Open Sans', sans-serif; 
	color: #251305;
	line-height: normal;
   display: block;
   font-size: 1.33em;
}
h5 {
   font-family: 'Open Sans', sans-serif; 
	color: #251305;
	line-height: normal;
   display: block;
   font-size: 0.88em;
}
h6 {
   font-family: 'Open Sans', sans-serif; 
	color: #251305;
	line-height: normal;
   display: block;
   font-size: 0.67em;
}

hr { 
	border: 0; 
	height: 1px; 
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

/* Neutralisation der Containerausrichtung */
.clear{ clear: both; }

/* Hervorhabung z.B. Suchseite Ausgabe */
.highlight {
	background-color: transparent;
	color: #b71132;
	font-weight: bolder;
	text-transform: none; 
}

/* Kein gestrichelter Rand um Links */
a:focus {
	outline: none;
	-moz-outline: none; /*damit verstehen es alle Gecko-Browser */
}

/* Standardlinks */
a:link, a:visited, a:active {
	color: #4169e1;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: navy;
	text-decoration: none;
}

/* Links Inhalt u. Block2 */
#inhalt-links a:link, #inhalt-links a:visited, #inhalt-links a:active,
#inhalt-rechts a:link, #inhalt-rechts a:visited, #inhalt-rechts a:active,
#inhalt-full a:link, #inhalt-full a:visited, #inhalt-full a:active {
	color: #f8f8ff;
	text-decoration: none;
	font-weight: normal;
	background: black;
	padding: 7px 12px !important;	
	line-height: 2.4em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;		
}
#inhalt-links a:hover, #inhalt-rechts a:hover, #inhalt-full a:hover {
	color: black;
	background: #b0e0e6;
	text-decoration: none;
}
/* Pfeil vor Link - bei Aktivierung
#inhalt-links a:link:before,
#inhalt-rechts a:link:before,
#inhalt-full a:link:before  {
	font-family: 'FontAwesome';	
	content: "\f054\ ";	
	color: #ac3000;
	margin-right: 2px;
}
#inhalt-links a:link:hover:before,
#inhalt-rechts .block a:link:hover:before  {
	color: black;
}
ENDE */

/* Links in der Fusszeile */
a.footerlink:link { font-size:11px; font-weight: normal; color: #dcdcdc;}
a.footerlink:visited {font-size:11px; font-weight: normal; color: #d3d3d3;}
a.footerlink:hover {font-size:11px; font-weight: normal; color: white;}


/* Rundung der Kanten */
.rund {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0px solid transparent;	
}

.rund-oben {
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-khtml-border-radius-topleft:10px;
	-khtml-border-radius-topright:10px;
	border-radius: 10px 10px 0 0; 
}

.rund-unten {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-khtml-border-radius-bottomleft:10px;
	-khtml-border-radius-bottomright:10px;
	 border-radius: 0 0 10px 10px;
}

/* Schatten allgemein */
.schatten {
	-webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.10);
	-moz-box-shadow:    0px 0px 18px rgba(50, 50, 50, 0.10);
	box-shadow:         0px 0px 18px rgba(50, 50, 50, 0.10);
}

.verlauf {
}

.verlaufblau {
}

.telefon, .mobil { font-family: 'FontAwesome'; font-size: 1.3em; margin-left: 15px;}
.telefon:before { content: "\f095"; margin: 0 11px 0 -15px;} /* mitte box im footer */
.mobil:before { content: "\f10b"; margin: 0 14px 0 -15px;} /* mitte box im footer */


/****************************************/
/* box Seiteneinstellung allgemein      */
/****************************************/
/* aussen page 1100px */	
#wrapper, #wrapper-kopf {
	margin: 0 auto;
	width: 1100px;
	max-width: 90%;
	height: auto;
	background-color: #fcfcfc;
	border: 13px solid #ffffff;
}
/* aussen page kopf */	
#wrapper-kopf {
	margin: 2% auto;
	background-color: transparent;
	border: 0px solid transparent	
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}


/****************************************/
/* box Seiteneinstellung                */
/****************************************/	
#page-aussen {
	margin: auto;
	width: 1000px;
	height: 110%;
}


/****************************************/
/* KOPF NAV Bild                        */
/****************************************/	
/* box horizontale navigation */
#kopf {
	float: left;
	margin: 0px;	
	padding: 0px;
	width: 100%;
	height: 100px;
	background-color: transparent;
}


/****************************************/
/* INHALT                               */
/****************************************/	
/* box inhalt umfassend */
#inhalt {
	width: 100%;
	margin: 0 auto;
	background-color: #f7f7f7;
	/* box-shadow: 4px 4px 4px #dcdcdc; */
}

/* box rechts mit logo */
#logo {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 29%;
	height: 380px;
}
.logoimg {
	display: block;
	margin: 30% auto;
}

/* rechte spalte block2 */
#inhalt-rechts {
	float: right;
	margin: 0;
	padding: 10px 20px;
	width: 280px;
	color: #DAECED;
	font-size: 0.8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	background-color: #00AFC3; */
}
#inhalt-rechts h1,
#inhalt-rechts h2,
#inhalt-rechts h3 {
	color: #DAECED;
	background-color: rgba(120, 198, 215, 0.55);
	padding: 5px;
	text-align: center;
}

/* linke spalte */
#inhalt-links, #inhalt-full {
	float: left;
	padding: 10px 20px 10px 20px;
	width: 65%;
	font-size: 0.9em;
}
/* linke spalte ohne block2 */
#inhalt-full {
	width: 96%;
}


/****************************************/
/* Fusszeile                            */
/****************************************/
/* box Footer */
#footer {
	float: left;
	width: 100%;
	margin-top: 40px;
	padding: 10px 0;
	background-color: #232323;
}
/* box footer inneren blöcke mit Text */
#copybox {
	margin: auto;
	padding: 10px;
	background-color: transparent;
	font-size: 11px;
	color: #bababa;
	text-align: center;
	line-height: 17px;
}


/*****************************************/
/* Menue horizontal im Kopf              */
/****************************************/	
/* box horizontale navigation */
#kopf-nav {
	float: right;
	margin: 30px 0 0 0;
	padding: 0px;
	width: 100%;
	height: 50px;
	background-color: transparent;
}	

ul#kopf-nav-innen {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 95%;
}
ul#kopf-nav-innen li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
ul#kopf-nav-innen a, 
ul#kopf-nav-innen a:hover, 
ul#kopf-nav-innen a:visited {
	float: right;
	margin: 0px;
	padding: 13px 10px 22px 10px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b8b8b8;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	border-radius: 10px;
}

/* Link hover u. aktiv */
ul#kopf-nav-innen a:hover,
ul#kopf-nav-innen a.menu-current {
	color: #dcdcdc;
	background-image: url(images/mk_hover.png);
	background-repeat: repeat-x;
}


/*****************************************/
/* Menue 4boxen                         */
/****************************************/	
/* box horizontale navigation */
#vierer-nav {
	width: 100%;
	min-height: 120px;
	background-color: transparent;
}	

ul#vierer-nav-innen {
	list-style-type: none;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
ul#vierer-nav-innen li {
	display: inline;
	margin: 0px;
	padding: 0px;
	border-radius: 5px;
}
ul#vierer-nav-innen a, 
ul#vierer-nav-innen a:hover, 
ul#vierer-nav-innen a:visited {
	float: left;
	width: 23.26%;
	min-height: 110px;
	padding: 7px; 
	margin: 2.1px;
	font-size: 17px;
	color: #1D4E99;
	text-align: center;
	border: 1px solid transparent;
}

/* 4er boxen */
.vierbesch {
	clear: left;
	margin-top: 5px;
	padding: 13px 11px;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	color: #708090;
	background-color: transparent;
	border-top: 1px solid white;
	text-transform: none;
	text-decoration: none; 
}

/* Link hover u. aktiv */
ul#vierer-nav-innen a:hover,
ul#vierer-nav-innen a.menu-current {
	background-color: #f0f0f0;
}

ul#vierer-nav-innen li:first-child a {
	margin-left: 0;
}
ul#vierer-nav-innen li:last-child a {
	margin-right: 0;
}


/*****************************************/
/* NavLeft Sidepane                      */
/*****************************************/	
#navpen {
	width: 100%;
	margin-bottom: 1%;
	background-color: transparent;
}

/* 1.Ebene */
#navpen ul { 
	list-style-type: none;
	padding: 0px;
}

/* 1.Ebene */
#navpen ul li { 
	margin-bottom: 1px;
}

/* Links 1.Ebenen */
#navpen li a:link, 
#navpen li a:visited, 
#navpen li a:focus,
#navpen li a:hover,
#navpen li a:active {
	display: block;
	color: #403f3e;
	font-size: 100%;
	padding: 2%;
	background-color: transparent;
}

/* Links hover und aktiv */
#navpen li a:hover,
#navpen li a.menu-current,
#navpen li a.menu-parent {
	color: #00AFC3;
	background-color: transparent;
}
#navpen li a:link:before { 
	font-family: 'FontAwesome';	
	content: "\f054";
	margin-right: 7px; 
} 


/****************************************/
/* SUCHEN                               */
/****************************************/
#suchen {
	bottom: -67px;
	left: 4px;
	margin: 4%;
	position: relative;
}
/* Suchformular Eingabefeld*/
#suchen .feld {
	float: left;
	width: 235px;
	margin: 0px;
	padding: 8px;
	color: black;
	font-size: 0.9em;
	border: none;
	background-color: #eff1f3;
	opacity:0.5;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
 	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;	
}

/* Suchformular Button */
#suchen .btnsuche {
	cursor: pointer;
	width: 22px;
	height: 22px;
	margin: 0 1px;
	padding: 17.46px;
	border: none;
	background-color: #252525;
	background-image: url(images/butt_suche.png);
	background-position: center; 
	background-repeat: no-repeat;	
	opacity:0.7;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* Suchformular Button */
#suchen .btnsuche:hover {
		opacity: 1;
}


/****************************************/
/* SCROLL-TOP                           */
/****************************************/
.scrollup {
    display: block;
    margin-bottom: 0.7%;
}

.scrollup, .scrolldown {
	z-index: 99999;
	opacity: 0.7;
	margin: 0px;
	padding: 0px 7px;
	position: fixed;
	bottom: 65px;
	right: 1%;
	display: none;
 /*  text-indent: -9999px; */
	background-color: #f5f5f5;
 	-moz-border-radius-topleft: 50%;
	-webkit-border-top-left-radius: 50%;
 	border-top-left-radius: 50%;
	-moz-border-radius-topright: 50%;
	-webkit-border-top-right-radius: 50%;
	border-top-right-radius: 50%;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
.scrollup:before  {
 	font-family: 'FontAwesome';	
	content: "\f106";
	color: #454545;
	font-size: 2em;
}
.scrollup:hover:before, 
.scrolldown:hover:before {
	color: orange;
}
.scrollup:hover,
.scrolldown:hover {
  cursor: pointer;
  opacity: 1.0;
}

/****************************************/
/* SCROLL-Down                           */
/****************************************/
.scrolldown {
 	bottom: 3%;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
 	border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-bottomright: 50%;
	-webkit-border-bottom-right-radius: 50%;
	border-bottom-right-radius: 50%;
	-moz-border-radius-bottomleft: 50%;
	-webkit-border-bottom-left-radius: 50%;
	border-bottom-left-radius: 50%; 
}
.scrolldown:before {
 	font-family: 'FontAwesome';	
	content: "\f107";
	color: #454545;
	font-size: 2em;
}


/*****************************************************/
/****** B E G I N N Screen Einstellungen respo *******/
/*****************************************************/

@media all {
	#div,#wrapper,#vierer-nav,#inhalt-links,#inhalt-rechts,#suchen,#footernav a, a  {
	transition:all 0.3s linear;
  -o-transition:all 0.3s linear;
  -moz-transition:all 0.3s linear;
  -webkit-transition:all 0.3s linear;
	}
}
@media all {
	#navpen a {
	transition:all 0.1s linear;
  -o-transition:all 0.1s linear;
  -moz-transition:all 0.1s linear;
  -webkit-transition:all 0.1s linear;
	}
}

/*****************************************************/
/*Styles for screen 1025px and lower*/
/*****************************************************/
@media only screen and (max-width: 1025px) {

	#suchen {
    	bottom: -100px;
	}
	#suchen .feld {
		width: 165px;
	}

	ul#vierer-nav-innen li {
		margin: 10px 0;
	}
	ul#vierer-nav-innen a, 
	ul#vierer-nav-innen a:hover, 
	ul#vierer-nav-innen a:visited {
    width: 47.92%;	
	}
	
	#inhalt-links, #inhalt-rechts {
		float: none;
		width: 95%;
		margin: auto;
		margin-bottom: 4%;
		-moz-border-radius-bottomleft:0px;
		-moz-border-radius-bottomright:0px;
		-khtml-border-radius-bottomleft:0px;
		-khtml-border-radius-bottomright:0px;
	 	border-radius: 0px;		
	}
}

/*****************************************************/
/*Styles for screen 981px and lower*/
/*****************************************************/
@media only screen and (max-width: 981px) {
	
	#suchen {
    	bottom: -110px;
	}

	ul#vierer-nav-innen a, 
	ul#vierer-nav-innen a:hover, 
	ul#vierer-nav-innen a:visited {
    width: 47.7854%;	
	}
}


/*****************************************************/
/*Styles for screen 901px and lower*/
/*****************************************************/
@media only screen and (max-width: 901px) {

	#wrapper {
		border: none;
	}

	ul#vierer-nav-innen a, 
	ul#vierer-nav-innen a:hover, 
	ul#vierer-nav-innen a:visited {
    width: 47.47%;
    border: none;	
	}

	#logo {
		width: 100%;
		height: 170px;	
	}
	.logoimg {
    	margin: 4% auto;
	}
	#suchen {
		float: right;
    	bottom: 45px;
	}

}


/*****************************************************/
/*Styles for screen 769px and lower*/
/*****************************************************/
@media only screen and (max-width: 769px) {

	ul#vierer-nav-innen a, 
	ul#vierer-nav-innen a:hover, 
	ul#vierer-nav-innen a:visited {
    width: 98%;
    border: none;
    margin: auto;	
	}
}


/*****************************************************/
/*Styles for screen 641px and lower*/
/*****************************************************/
@media only screen and (max-width: 641px) {

	#inhalt-full {
		width: 96%;
		padding: 0px;
	}
}


/*****************************************************/
/*Styles for screen 480px and lower*/
/*****************************************************/
@media only screen and (max-width: 481px) {

	#inhalt-links, #inhalt-rechts {
		width: 85%;
	}
	#suchen {
    	bottom: 5px;
	}
	#inhalt-rechts {
		width: 80%;
	}	
}


/*****************************************************/
/*Styles for screen 361px and lower*/
/*****************************************************/
@media only screen and (max-width: 361px) {

	ul#vierer-nav-innen a, 
	ul#vierer-nav-innen a:hover, 
	ul#vierer-nav-innen a:visited {
    width: 96%;	
	}

}


/*****************************************************/
/*Styles for screen 241px and lower*/
/*****************************************************/
@media only screen and (max-width: 241px) {

	#suchen {
		float: none;
	}
	#suchen .btnsuche {
		display: none;
	}
	#suchen .feld {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;	
	}
	ul#vierer-nav-innen a, 
	ul#vierer-nav-innen a:hover, 
	ul#vierer-nav-innen a:visited {
    width: 93%;	
	}
}

/*****************************************************/
/********* E N D E Screen Einstellungen respo ********/
/*****************************************************/




/********* E N D E **********/