
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body
{
	margin: 20px 0px 0px 0px;
	padding: 0;
	background: #E6E6E6 url(images/main-bg.png) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8F8F8F;
}



/* oswald-200 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/oswald-v16-latin-200.eot'); /* IE9 Compat Modes */
  src: local('Oswald ExtraLight'), local('Oswald-ExtraLight'),
       url('fonts/oswald-v16-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/oswald-v16-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/oswald-v16-latin-200.woff') format('woff'), /* Modern Browsers */
       url('fonts/oswald-v16-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/oswald-v16-latin-200.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* oswald-300 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/oswald-v16-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Oswald Light'), local('Oswald-Light'),
       url('fonts/oswald-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/oswald-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/oswald-v16-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/oswald-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/oswald-v16-latin-300.svg#Oswald') format('svg'); /* Legacy iOS */
}





h1, h2, h3, h4
{
	
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	font-weight: 200;
	color: #222222;
}

h1
{
	font-size: 2.5em;
	padding-bottom:10px;
}

h2
{
	font-size: 2em;
	padding-bottom:10px;
}

h3
{
	font-size: 1.2em;
	padding-bottom:5px;
}

h4
{
	font-size: 1.2em;
	padding-bottom:3px;
	font-variant:small-caps;
}

p, ol, ul
{
	margin-top: 0px;
	padding: 0px;
}

p, ol
{
	line-height: 140%;
}

strong
{
}

a
{
	color: #003072;
}

h3 a
{
	color: #222222;
}


a:hover
{
	text-decoration: none;
}

a img
{
	border: none;
}

img.border
{
}

img.alignleft
{
	float: left;
}

img.alignright
{
	float: right;
}

img.aligncenter
{
	margin: 0px auto;
}

hr
{
	display: none;
}

/** WRAPPER */

#wrapper
{
	overflow: hidden;
	width: 80%;
	margin: 0px auto;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0,0,0,.3);
}

.container
{
	width: 9000px;
	margin: 0px auto;
}

.clearfix
{
	clear: both;
}

/* Header */

#header-wrapper
{
	//overflow: hidden;
	//height: 585px;
	background: #FFFFFF;
}

#header
{
//	width: 1000px;
	height: 150px;
	margin: 0 auto;
	padding: 0px 0px;
	padding-left:40px;
}

/* Logo */

#logo
{
	float: left;
	width: 330px;
	height: 150px;
	text-align: center;
	margin:15px;
}

#logo h1
{
	padding: 15px 0px 0px 0px;
	letter-spacing: -2px;
	font-size: 3.6em;
	font-weight: 700;
}

#logo h1 a
{
	text-decoration: none;
}

#logo p
{
	margin-top: -5px;
	text-transform: uppercase;
	color: #003072;
}

#logo a {
	color: #003072;
}

/* Menu */

#menu
{
	float: right;
	height: 80px;
	padding: 0px 40px 0px 0px;
	
}

#menu ul
{
	float: right;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li
{
	float: left;	
	margin: 0;
	padding: 0;
	padding-left: 8px;
}

#menu a
{
	display: block;
	padding: 4px 8px 4px 8px;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #757575;
}

#menu .current_page_item a
{
	background:#2463ba;
	background:-moz-linear-gradient(top, #2463ba 0%, #003072 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2463ba), color-stop(100%, #003072));
	background:-webkit-linear-gradient(top, #2463ba 0%, #003072 100%);
	background:-o-linear-gradient(top, #2463ba 0%, #003072 100%);
	background:-ms-linear-gradient(top, #2463ba 0%, #003072 100%);
	background:linear-gradient(top, #2463ba 0%, #003072 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2463ba', endColorstr='#003072', GradientType=0);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;;
	border:1px solid #2463ba;
	color:#fff;
}

#menu a:hover
{
	color:#003072;
	text-decoration: none;
}

#menu .current_page_item a:hover
{
	color:#ffffff;
}

/* Page */

#page-wrapper
{
	overflow: hidden;
}

#page
{
	overflow: hidden;
//	width: 920px;
	margin: 0px auto;
	padding: 10px 40px;
	color: #8F8F8F;
}

/** CONTENT */

#wide-content
{
}



/** CONTENT */

#content
{
	float: left;
	width: 70%;
//		width: 500px;
	padding: 0px 0px 0px 0px;
}



#content .subtitle
{
	padding: 0px 0px 30px 0px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #81AFC5;
}

/** SIDEBAR */

#sidebar
{
	float: right;
	width: 280px;
}

#sidebar h2
{
	padding: 0px 0px 30px 0px;
}

#sidebar h4 a
{
	text-decoration:none;
	color: #222222;
}

#sidebar img
{
	margin-bottom:5px;
}



/** BLOCKELEMENT */

.blockelement
{
// width: 700px;
	padding: 20px 0px 10px 0px;
	border-bottom: 1px solid #E6E7DC;
}


.blockelement img, .blockelement object
{
	float:right;

}

.blockelement object
{
	margin-left:20px;

}

.blockelement p
{
	float:left;

}

.blockelement h3 a
{
	text-decoration:none;
}



/** ZWEISPALTER */

.zweispalterlinks
{
// width: 500px;
	padding: 0px 20px 0 0;
	float:left;
}


.zweispalterlinks ul
{
padding: 0px;
margin: 0px;

}


.zweispalterlinks ul li
{
padding: 0px;
margin: 0px;
margin-left:15px;

}




.zweispalterrechts
{
	text-align:right;
width: 400px;
float:right;

}


.zweispalterrechts img
{
	margin: 0 5px 5px 0;

}


/* Footer */

#footer
{
	height: 100px;
	margin: 0 auto;
	padding: 50px 0px 15px 0px;
}

#footer p
{
	text-shadow: 1px 1px 0px #FFFFFF;
	text-align: center;
	font-size: 12px;
	color: #4D565E;
}

#footer a
{
	color: #4D565E;
}

/* Three Column Footer Content */

#footer-wrapper
{
	background: #F1F2E9;
	
	text-align:center;
}

#footer-content
{
	overflow:hidden;
	margin: 0px auto;
	padding: 50px 40px;
	color: #717171;
	text-align:center;
}

#footer-content a
{
}

#footer-content h2
{
	margin: 0px;
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	font-size: 30px;
	color: #36332E;
}

.partneritem
{
	margin-right:20px;
	overflow:hidden;
	
}




#footer-content img
{
	clear:both;
	margin-bottom:10px;
}

/* Banner Style */

#banner-wrapper
{
	
}

#banner
{ clear:both;
}

.headerbild {
margin-bottom:30px;
width: 100%;
}

/* Button Style */

.button-style
{
	display: inline-block;
	margin-top: 20px;
	background:#2463ba;
	background:-moz-linear-gradient(top, #2463ba 0%, #003072 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2463ba), color-stop(100%, #003072));
	background:-webkit-linear-gradient(top, #2463ba 0%, #003072 100%);
	background:-o-linear-gradient(top, #2463ba 0%, #003072 100%);
	background:-ms-linear-gradient(top, #2463ba 0%, #003072 100%);
	background:linear-gradient(top, #2463ba 0%, #003072 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2463ba', endColorstr='#003072', GradientType=0);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;;
	border:1px solid #2463ba;
	color:#fff;
}

.button-style a
{
	display: inline-block;
	padding: 3px 6px 3px 6px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: #FFFFFF;
}

/* List Style 1 */

ul.style1
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li
{
	padding: 20px 0px 20px 0px;
	border-top: 1px dashed #E6E7DC;
}

ul.style1 a
{
	text-decoration: none;
	color: #6B6B6B;
}

ul.style1 a:hover
{
	text-decoration: underline;
	color: #6B6B6B;
}

ul.style1 .first
{
	padding-top: 0px;
	border-top: none;
}

/* List Style 2 */

ul.style2
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li
{
	padding: 15px 0px 15px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style2 .first
{
	padding-top: 0px;
	border-top: none;
}

/* List style 3 */

ul.style3
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li
{
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style3 p
{
	margin: 0px;
	padding: 0px;
}

ul.style3 img
{
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}



ul.style3 .first
{
	padding-top: 0px;
	border-top: none;
}

/* Recent News */

#recent-news
{
	overflow: hidden;
	width: 1120px;
	padding: 50px 40px;
	background: #36332E;
	color: #8C8C8C;
}

#recent-news h2
{
	padding: 0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #EDEDED;
}

#recent-news .date
{
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	font-style: normal;
	color: #E3E3E3;
}

#recent-news p
{
	font-style: italic;
}

#recent-news a
{
	font-style: normal;
	color: #B8B8B8;
}

#recent-news #rbox1
{
	float: left;
	width: 250px;
	margin-right: 40px;
}

#recent-news #rbox2
{
	float: left;
	width: 250px;
	margin-right: 40px;
}

#recent-news #rbox3
{
	float: left;
	width: 250px;
}

#recent-news #rbox4
{
	float: right;
	width: 250px;
}

/* Button Style */

.button-style1
{
	margin-top: 30px;
}

.button-style1 a
{
	padding: 10px 25px;
	background: #EBB462;
	border-radius: 0px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #FCE3BB;
	color: #36332E !important;
}

.clear
{
	clear:both;
	margin:0;
	padding:0;
	line-height:0;
}



.previewimage
{
	padding:0;
	margin:0 15px 15px 0;
	border: solid #cccccc	 1px;
	
	box-shadow: [xVersatz] [yVersatz] [Stärke] [Farbcode];
box-shadow: 3px 3px 4px #666666;
	}
	
	.legal
{
	text-align:right;
	float:right;
	padding:0;
	margin:20px 40px 0;
	font-size:0.8em;
	color:#CECECE;
	}

.legal a:link, .legal a:visited
{
	color:#CECECE;
	text-decoration:none;
	
	}

.legal a:hover, .legal a:active, .legal a:focus
{
	color:#8f8f8f;
	text-decoration:underline;
	
	}
	
	.lastsaved {
		
		margin-top:20px;
		font-size:10px;
		}
.bildrechts {
	text-align:right;
	width:340px;
	float:right;
	margin-left: 30px;
	}
	
	
	.dropdown {
    position: relative;
    display: inline-block;
}



/* Submenu */


#primary_nav_wrap
{
	margin-right:25px;
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:right;
	margin:0;
	padding:0;
	z-index:999;
}

#primary_nav_wrap ul a
{
	display:block;
	color:#757575;
	text-transform: uppercase;
font-family: 'Oswald', sans-serif;
font-size: 14px;
	text-decoration:none;
	font-weight: 300;
	line-height:32px;
	padding:0 15px;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#2463ba;
	background:-moz-linear-gradient(top, #2463ba 0%, #003072 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2463ba), color-stop(100%, #003072));
	background:-webkit-linear-gradient(top, #2463ba 0%, #003072 100%);
	background:-o-linear-gradient(top, #2463ba 0%, #003072 100%);
	background:-ms-linear-gradient(top, #2463ba 0%, #003072 100%);
	background:linear-gradient(top, #2463ba 0%, #003072 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2463ba', endColorstr='#003072', GradientType=0);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;;
	color:#FFFFFF;
}



#primary_nav_wrap ul li.current-menu-item:hover
{
	background:#3a73c1;
	background:-moz-linear-gradient(top, #3a73c1 0%, #1a4580 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a73c1), color-stop(100%, #1a4580));
	background:-webkit-linear-gradient(top, #3a73c1 0%, #1a4580 100%);
	background:-o-linear-gradient(top, #3a73c1 0%, #1a4580 100%);
	background:-ms-linear-gradient(top, #3a73c1 0%, #1a4580 100%);
	background:linear-gradient(top, #3a73c1 0%, #1a4580 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a73c1', endColorstr='#1a4580', GradientType=0);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;;
}


#primary_nav_wrap ul li.current-menu-item a,
#primary_nav_wrap ul li.current-menu-item a:hover {
	color:#FFFFFF;
	}

#primary_nav_wrap ul li.current-menu-item ul a {
	color:#757575 !important;
	}
	
#primary_nav_wrap ul li:hover
{
	background:#efefef;
}

#primary_nav_wrap ul li a:hover,
#primary_nav_wrap ul li.current-menu-item ul a:hover
{
	color:#003072;
	text-decoration: none;
}



#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#ffffff;
	border: solid #efefef 1px;
	padding:0
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	font-size: 15px;
	padding:8px 15px;
	text-transform:none;
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}


/* Banner Logos */

#footer-content ol li
{
  display: inline-block;
  margin: 1em 1.5em 0 1.5em;
  padding: 0;
  text-align: top;
}

#footer-content ol
{
  align:center;
}

* html #footer-content ol li
{
  display: inline;
}

*:first-child+html #footer-content ol li
{
  display: inline;
}


/* Neues Formular */



#kontaktformular body {
margin:0;
padding:0;
background: none !important;
}

.form_description {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-size: 1.2em;
padding-bottom: 5px;
    margin: 0;
    padding: 0;
        padding-bottom: 0px;
    font-weight: 200;
    color: #222222;
    margin-bottom:20px;
}

#frmFormMail ol li div .form_field {
font-weight: regular !important;
}





.mobileShow {
  display: none;
}

/* full width of parent */

.mobileShow  {
    width: 100%;
}

/* Smartphone Portrait and Landscape */
@media only screen and (max-device-width: 481px) {

#wrapper {
    width: unset !important;
}
body {
    margin: 0px; }
    
    #page {
    padding: 10px 20px;
}

  .mobileShow {
    display: block;
    width: auto;
    position: fixed;
    top: 0;
    right: 0;
    margin: 20px 40px;
    z-index: 999999;
  }
  
}


.formmail_table input {
width:250px;
}

.formmail_table input.formmail_button {
width:auto;
padding: 6px;
}

.formmail_body div {
display:none;
}




.kontaktformular {
    padding: 0;
}

.kontaktformular .row .control-label {
    font-weight: 200;
    font-family: 'Oswald', sans-serif;
letter-spacing: 1px;
color: #222222;
}
