/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
  height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
body {
  font: 12px/18px OpenSans-Regular, Arial, sans-serif;
  width: 100%;
  height: 100%;
  background: url(../images/bg.png) no-repeat;
  background-position: center 11px;
  background-attachment: fixed;
}

.hide-text {
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  text-indent: -50000px;
}

.container:after {
  content: "\0020"; display: block; height: 0; clear: both; visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

@font-face {
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: 400;
/*   src: url(../fonts/OpenSans-Regular.ttf) format('truetype'); */
}

.bg {
/*   position: absolute; */
  width: 100%;
  min-width: 1280px;
  height: 100%;
}

.white {
  position: absolute;
  background: #fff;
  height: 40px;
  width: 100%;
  z-index: 1;
}

.wrapper {
  width: 100%;
  height: 100%;
  min-width: 1280px;
/*   background: url(../images/bg-line.png) repeat-x;
  background-position: 50% 35px; */
  z-index: 999;
  position: relative;
}
.wrapper-i {
  width: 1160px;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.line {
  width: 100%;
  height: 4px;
  border-top: 1px solid #000;
  border-bottom: 2px solid #000;
  margin-top: 35px;
}

.box {
  background: url(../images/post-bg.png);
  padding: 15px;
  margin-bottom: 20px;
}

.box a{
	text-decoration: none;
	color: #000;
}

.placeholder {
  color: #8f8f8f;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
  height: 120px;
  position: relative;
}

.header-i {
  display: inline-block;
  /*background: #fff;*/
  background: url(../images/white-line.png) repeat-x;
}

.header .logo,
.header .right-logo,
.top-navigation,
.top-navigation li {
  float: left;
}

.logo img {
	margin-top: 9px;
}

.header .logo,
.header .right-logo {
  margin-top: 22px;
}

.top-navigation {
  margin: 65px 20px 0 40px;
}

.top-navigation li {
  list-style: none;
  margin-right: 20px;
}

.top-navigation li a {
  text-decoration: none;
  color: #595959;
  display: block;
  font-size: 15px;
}
.top-navigation li a.active,
.top-navigation li a:hover {
  color: #b62012;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
  width: 100%;
  padding: 0 0 25px;
  margin-top: 20px;
  position: relative;
}
.middle:after {
  display: table;
  clear: both;
  content: '';
}
.container {
  width: 100%;
  float: left;
  overflow: hidden;
}
.content {
  padding: 0 310px 0 0;
}

.content h3 {
	display: inline;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
}

.content strong {
	font-weight: bold;
}

.content h1 {
  font-size: 83px;
  color: #b62012;
  line-height: 1.5em;
}
.content span {
  display: block;
  font-size: 19px;
  margin: 20px 0;
  font-family: Franklin Gothic Block;
}
.content p.big {
  font-size: 44px;
  color: #000;
  line-height: 1em;
  margin: 10px 0;
}
.content p.red {
  font-size: 31px;
  color: #b62012;
  line-height: 1em;
}
.content p.mr-b {
  margin-bottom: 80px;
}
.content p.red b {
  font-size: 44px;
  font-weight: bold;
}
.content ul {
	font-size: 16px;
	list-style: disc;
	margin-left: 50px;
}
.content h2 {
  font-size: 31px;
  color: #4c4c4c;
}
.content h2 b {
  font-weight: bold;
  color: #b62012;
}

.content a {
  text-decoration: none;
	color: #b62012;
}

.content a:hover {
	color: #595959;
}

.content .content_image {
	float: left;
	margin-right: 39px;
	margin-bottom: 15px;
}

.content .col-2 {
  width: 50%;
  margin-top: 5px;
  float: left;
}
.content h2 {
  line-height: 1.5em;
}
.content .img-box, .content .text {
  float: left;
}
.content .img-box {
  margin-right: 20px;
}
.content .text {
  width: 80%;
}
.content .text p {
  font-size: 12px;
  margin-bottom: 20px;
}
.content .text h5 {
  color: #b62012;
}

/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
  float: left;
  width: 280px;
  margin-left: -280px;
  position: relative;
}
.box h4 {
  color: #b62012;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.box h6 {
  font-size: 31px;
  color: #b62012;
  line-height: 1.4em;
}
.right-sidebar form input, .right-sidebar form textarea {
  border: none;
  width: 100%;
  padding: 10px 0 10px 5px;
  background: #dbdbdb;
  margin: 5px 0;
}
.right-sidebar form textarea {
  height: 70px;
}
.right-sidebar form input[type="submit"] {
  border: 1px solid #4c4c4c;
  color: #b62012;
  font-size: 14px;
  width: 50%;
  margin: 0 auto;
  display: block;
}
.right-sidebar p {
  margin: 19px 0;
}
.right-sidebar .red {
  color: #b62012;
  margin: 25px 0;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
  width: 100%;
  height: 28px;
  position: fixed;
  bottom: 0;
  background: #b62012;
}

.footer a {
	text-decoration: none;
	color: #fff;
}

.footer-i {
  min-width: 1280px;
  text-align: center;
}
.footer-i img {
  display: inline-block;
  margin-top: 4px;
  vertical-align: middle;
  padding-right: 10px;
}
.footer-i p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  padding-top: 4px;
  position: relative;
}
.footer-i .big {
  padding-left: 55px;
}
.footer-i .big:after {
  position: absolute;
  content: '';
  width: 44px;
  height: 21px;
  top: 2px;
  left: 0;
  background: url(../images/house.png);
}
.footer-i .small {
  font-size: 10px;
  margin-left: 10px;
}

/* Content Formular
-----------------------------------------------------------------------------*/

.content form input, .content form textarea {
  border: none;
  width: 100%;
  padding: 10px 0 10px 5px;
  background: #dbdbdb;
  margin: 5px 0;
}

.content select {
  border: none;
  width: 100%;
  padding: 5px 5px 5px 0;
  background: #dbdbdb;
  margin: 5px 0;
  color: #646464;
}

.content form textarea {
  height: 70px;
}
.content form input[type="submit"] {
  border: 1px solid #4c4c4c;
  color: #b62012;
  font-size: 14px;
  width: 60%;
  margin-top: 5px;
  display: block;
}

#contact_right {
	float: right;
	width: 40%;
	padding: 5px;
	margin-right: 75px;
}

#contact_left {
	width: 40%;
	padding: 5px;
}

/* Content Formular Feedback
-----------------------------------------------------------------------------*/

.send_true {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding: 4px;
	color: #646464;
	font-size: 14px;
	border: 1px solid #2aff00;
	box-shadow: 0 0 5px rgba(42, 255, 0, 1);
	-webkit-box-shadow: 0 0 5px rgba(42, 255, 0, 1); 
	-moz-box-shadow: 0 0 5px rgba(42, 255, 0, 1);
}

.send_false {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding: 4px;
	color: #646464;
	font-size: 14px;
	border: 1px solid #ff0000;
	box-shadow: 0 0 5px rgba(255, 0, 0, 1);
    -webkit-box-shadow: 0 0 5px rgba(255, 0, 0, 1); 
    -moz-box-shadow: 0 0 5px rgba(255, 0, 0, 1); 
}

/* Impressum und AGB Pop-Up
-----------------------------------------------------------------------------*/

#popup_background {
	display: none;
    z-index: 1000;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background: #000;
	opacity: 0.7;
}

#popup_impressum {
    display: none;
    z-index: 1001;
    position: fixed;
    width: 550px;
	height: 400px;
    top: 20%;
    left: 50%;
    margin-left: -300px;
    background: none repeat scroll 0 0 white;
    border: 3px solid #fff;
    border-radius: 8px 8px 8px 8px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
	padding: 10px;
    color: #000;
	  background: url(../images/bg.png) no-repeat;
  background-position: center 11px;
  background-attachment: fixed;
}

#popup_agb {
    display: none;
    z-index: 1001;
    position: fixed;
    width: 550px;
	height: 400px;
    top: 20%;
    left: 50%;
    margin-left: -300px;
    background: none repeat scroll 0 0 white;
    border: 3px solid #fff;
    border-radius: 8px 8px 8px 8px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
	padding: 10px;
    color: #000;
	  background: url(../images/bg.png) no-repeat;
  background-position: center 11px;
  background-attachment: fixed;
}

.popup_content p {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.popup_content h2 {
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 22px;
	color: #4c4c4c;
}

.popup_content h3 {
	font-weight: bold;
	font-style: italic;
}

.popup_content strong {
	font-weight: bold;
}

.popup_border {
	border-bottom: 1px solid #b62012;
	margin-bottom: 20px;
}

.popup_content {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 320px;
	background: url(../images/post-bg.png);
}

.popup_header h1 {
  font-size: 31px;
  color: #b62012;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.popup_outer {
	border: 3px solid #b62012;
	border-radius: 10px 10px 10px 10px;
}
 
.schliessen {
    position: relative;
    height: 20px;
    width: 20px;
	background: url("../images/close.png") no-repeat transparent;
    float: right;
    cursor: pointer;
}