/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic 2
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  11: 3 Col Flex, Top Menu
  ------------------------------------------------
*/

body {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #181818;
    margin: 0px;
    padding: 0px;
}
img {vertical-align: bottom;
	 border-style: none
	 }
.footer {
	background-color: #A7A7A7;
	padding: 15px 30px;
	font-size: 1em;
	color: #FFFFFF;
	text-align: center;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}

.masthead {
	padding: 0px;
	text-align: left;
	background-color: #5badac;
}
.masthead .logo {
	position: relative;
}
.masthead h1 {
	margin: 0;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	font-size: 1.40em;
	font-weight: 400;
}
/*Max-Width allows the image to scale with the page*/
.masthead .banner img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
.masthead .banner {
	position: relative;
	z-index: 20;
	border-bottom: 1px solid #5badac;
}

.content-wrapper {
	margin: 0px;
}
.columns-wrapper {
	overflow: hidden;
	position: relative;
	border-top: 1px solid #5badac;	
}

/*Main Content*/
.main-content {
	width: 60%;
	float: left;
	position: relative;
	left: 20%;
}
.sidebar {
	width: 20%;
	float: left;
	position: relative;
	left: -60%;
}
.sidebar2 {
	width: 20%;
	float: right;
}
.sidebar .content {
	padding: 15px 0px 15px 20px;
	font-size: 1.1em;
	line-height: 1.3em;
}
.sidebar2 .content {
	padding: 15px 0px 15px 10px;	
}
.main-content .content {
	margin: 5px;
	padding: 10px;
	font-size: 1.3em;
	line-height: 1.5em;
	background-color: #EFEFEF;
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin: 0px 0px 0px 0px;
	}
h1 { font-size: 1.7em; }
h2 { font-size: 1.2em; 
	font-weight: 700;
	color: #000000;
	}
h3 { font-size: 1.2em; 
	font-weight: 400;
	}
h4 { font-size: 1.2em; 
	font-weight: 700;
	color: #000000;
	}
strong
	{ color: #5badac;
	font-weight: 600;
	}
strongred
	{
    color: #EF0000;
    font-weight: 600;
	}

/*A utility rule assigned to the first heading to remove top margins.*/
.page-topper { margin-top: 0px }

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

/*Ordinary Link Styles*/
.content a { color: #000000; }
.content a:hover, .content a:focus { color: #5badac; }
.sidebar2 a { color: #0059B3; }
.sidebar2 a:hover, .sidebar2 a:focus { color: #000; }
.footer a { color: #FFFFFF; }
.footer a:hover, .footer a:focus { color: #000000; }

.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
}

/*The DIV that contains the horizontal menu bar at the top of your page.*/
.menutop-wrapper {
	background-color: #6E6D68;
	position: relative; 
	z-index: 1000;
	text-align: center;
	padding: 0px;
	background-image: url(img/pbm-menu-bg.jpg);
	overflow: visible;
}
ul.menutop {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
}
.menutop li {
	list-style-type: none;
	margin-right: 5px;
	float: left;
}
.menutop li:last-child {
	margin-right: 0px;
}
.menutop a {
	display: block;
	color: #5BADAC;
	text-decoration: none;
	padding: 12px 12px;
	font-size: 1em;
	border: 1px solid;
	background-color: #333;
	box-shadow: inset 0px 12px 6px rgba(255,255,255,.15), 0px 0px 10px rgba(0,0,0,.5);
	border-radius: 5px;
	border-color: rgba(255,255,255,.5);
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
}
.menutop a:hover, .menutop a:focus {
	outline: 0;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}


/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 699px) {
ul.menutop {display: block;}
.menutop li {
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
}
.sidebar, .sidebar2, .main-content {
	width: auto !important;
	float: none !important;
	position: static !important;
}
.content, .menutop-wrapper {
	padding: 10px 20px !important;
	border: none !important;
	height: auto !important;
	max-height: 888678px;
}
}
@media only screen and (min-width: 700px) and (max-width: 1000px)  {
.content {padding: 10px !important;}
}
#barleft {
	width:30px;
	float:left;	
	}
#barmiddle {
	width:57px;
	float:left;	
	}
#barright {
	width:57px;
	float:left;	
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear: both;
	height: 1%;
	font-size: 1px;
	line-height: 0px;
}
