@charset "UTF-8";
@import url('../fonts/OpenSans/stylesheet.css');
@import url('../fonts/OpenSansCondensed/stylesheet.css');
@import url('module.css');
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'open_sanslight', Arial, sans-serif;
    font-size: 17px;
    line-height: 21px;
    color: #030303;
    background: #f4f4f4;
}

html,
body,
#container {
    height: 101%;
}

body>#container {
    height: auto;
    min-height: 101%;
}

p,
#content ul,
#content ol,
#content table,
address,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 16px;
}

address {
    margin-bottom: 16px;
    font-style: normal;
}

a,
a:visited {
    outline: none;
    color: #80080A;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: underline;
    color: #030303;
}

img {
    border: none;
}


/**********************************************

	   ////////// Nicht l�schen ///////////

***********************************************/

.clear {
    clear: both;
    float: none;
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.nopaddingRight {
    padding-right: 0 !important;
}

.nopaddingTop {
    padding-top: 0 !important;
}


/**********************************************

	   ////////// Seitenformatierung ///////////

***********************************************/

#container {
    width: 100%;
    overflow: hidden;
}

#header {
    height: 787px;
    width: 100%;
    min-width: 980px;
}

.background {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    height: 757px;
    overflow: hidden;
    min-width: 960px;
}

.background img {
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
    width: 100%;
    min-width: 960px;
}

.background img#keil {
    top: auto;
    bottom: -5px;
    z-index: 999;
}

.background img#keil_red {
    z-index: 999;
    top: 0;
    min-height: 220px;
}

#container {
    position: relative;
    z-index: 2;
}

#header .content {
    width: 960px;
    margin: 0 auto;
    position: relative;
    height: 787px;
    z-index: 2;
}

p.facebook a {
    position: absolute;
    right: 10px;
    top: -21px;
    width: 36px;
    height: 36px;
    background: url(../images/facebook.svg) 0 0 no-repeat;
    -webkit-background-size: 36px 36px;
    -moz-background-size: 36px 36px;
    -o-background-size: 36px 36px;
    background-size: 36px 36px;
    text-indent: -9999px;
    z-index: 999;
    display: block;
}

* p.facebook a {
    background: url(../images/facebook.png) 0 0 no-repeat;
    top: 0;
}

#header h1 {
    margin: 0;
    position: absolute;
    left: 0;
    top: 12px;
}

.slogan {
    position: absolute;
    top: 70px;
    left: 450px;
    background: #ffffff;
    color: #7F0909;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: bold;
}

#header h1 a {
    display: block;
    width: 429px;
    height: 91px;
    text-indent: -9999px;
    background: url(../images/logo.jpg) 0 0 no-repeat;
}

#header ul {
    list-style-type: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 35px;
    list-style-type: none;
}

#header ul li {
    position: relative;
    display: inline-block;
}

* #header ul li {
    display: inline;
}

#header ul li a,
#header ul li a:visited,
#header ul li.empty span {
    display: block;
    float: left;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-family: 'open_sansregular';
    margin-left: 10px;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
}

#header ul li.empty span {
    cursor: help;
}

#header ul li a:hover,
#header ul li a:focus,
#header ul li a:active,
#header ul li.active a,
#header ul li.empty span:hover {
    color: #ffffff;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
}

#header ul li a:hover,
#header ul li.empty span:hover {
    color: #ff9900;
}

#header #entry {
    width: 960px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 533px;
}

#header #entry h2 {
    position: absolute;
    right: 0;
    bottom: 207px;
    margin: 0;
    width: 540px;
    background: rgba(255, 255, 255, .7);
    text-align: center;
    padding: 35px 0;
    font-weight: normal;
    color: #7f0909;
    font-size: 30px;
    line-height: 34px;
    font-family: 'open_sansregular';
}

#header #entry h2 {
    background: #fff;
}

#header #entry h2 span {
    display: block;
    color: #020202;
    font-size: 25px;
    line-height: 29px;
}

#contentcontainer {
    margin-top: -150px;
    position: relative;
    z-index: 999;
    padding-top: 150px;
    padding-bottom: 300px;
}

#content {
    width: 960px;
    margin: 0 auto;
}

#content ul {
    margin-left: 15px;
}

#content ol {
    margin-left: 20px;
}

#content h2,
#content h3,
#content h4,
#content h5 {
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
}

.halfcol {
    width: 49%;
}

.teaser {
    width: 42%;
    padding: 4% 3%;
    background: #7f0909;
    color: #fff;
    height: 183px;
    margin-bottom: 4%;
    position: relative;
    overflow: hidden;
}

.teaser ul {
    margin: 0 !important;
    list-style-type: none;
    position: absolute;
    left: 5%;
    bottom: 5%;
    line-height: 25px;
}

.teaser h2 {
    font-family: 'open_sans_condensedbold';
    font-weight: normal;
    font-size: 19px !important;
}

.teaser .corner {
    display: block;
    text-indent: -9999px;
    width: 269px;
    height: 269px;
    background: url(../images/teaser_corner.png) 0 0 no-repeat;
    position: absolute;
    right: -135px;
    bottom: -135px;
}

#contentcontact {
    padding: 3%;
}

#contentcontact ul a {
    text-decoration: none;
    color: #7F0909;
}

#contentcontact ul {
    list-style-type: none;
    margin: 0 !important;
}

#contentcontact ul li {
    background: url(../images/contentcontact_ul.jpg) 0 0 no-repeat;
    line-height: 23px;
    padding-left: 45px;
    color: #7F0909;
    font-family: 'open_sanslight';
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 22px;
}

.togglebox p.more,
p.more a {
    background: #000000;
    color: #fff;
    text-align: center;
    padding: 10px;
    display: block;
    text-decoration: none;
    font-family: 'open_sansregular' !important;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    cursor: pointer;
}

.togglebox p.more:hover,
p.more a:hover,
p.more a:focus,
p.more a:active {
    font-size: 18px;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
}

#contentcontact p.more a {
    margin-top: 10px;
}

.smallteaser {
    width: 100%;
    clear: both;
}

* .smallteaser {
    margin-bottom: 10px;
}

#leistungen .smallteaser p.more,
.smallteaser p.more a,
.smallteaser h2 a {
    display: inline-block;
    float: left;
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 49%;
    height: 45px;
    margin-bottom: 15px;
}

#leistungen .togglebox h2,
.smallteaser h2 {
    font-weight: normal !important;
    font-size: 19px !important;
    line-height: 20px !important;
}

#leistungen .togglebox h2,
.smallteaser h2 a {
    background: #fffefe;
    height: 53px;
    border: 1px solid #cbcbcb;
    font-family: 'open_sans_condensedbold';
    font-weight: normal !important;
    text-decoration: none;
    color: #7F0909;
    padding-left: 10%;
    width: 39%;
    padding-top: 10px;
}

#leistungen .togglebox p.more,
.smallteaser p.more a {
    line-height: 45px;
}

#leistungen .morepaddingtop h2,
.morepaddingtop h2 a {
    padding-top: 20px;
    height: 43px;
}

#leistungen .togglebox h2 {
    float: left;
}

#slides {
    width: 461px;
    height: 350px;
    position: relative;
    margin-top: 10px;
}

#leistungen #slides {
    margin-top: 0;
}

#leistungen #contentcontact {
    padding-top: 0;
}

h2.togglehead {
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
    line-height: 100px !important;
    font-weight: normal !important;
    font-size: 19px !important;
    background: #fffefe;
    height: 110px;
    border: 1px solid #cbcbcb;
    font-family: 'open_sans_condensedbold';
    font-weight: normal !important;
    text-decoration: none;
    color: #7F0909;
    cursor: pointer;
    padding-top: 10px;
}

h2.togglehead img {
    height: 100px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.slides_container {
    width: 461px;
    height: 310px;
    position: relative;
    overflow: hidden;
}

.slides_container div {
    width: 461px;
    display: block;
    height: 310px;
    overflow: hidden;
    position: relative;
}

.slides_container img {
    display: block;
    width: 461px;
}

.slides_container p {
    width: 100%;
    background: #fff;
    border: 1px solid #ededed;
    height: 43px;
    line-height: 43px;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}

.slides_container p strong {
    font-weight: normal;
    color: #7F0909;
}

.slidesRef1 a.next,
.slidesRef1 a.prev,
#slides a.next,
#slides a.prev {
    z-index: 998;
    position: absolute;
    left: 0;
    top: 0;
    height: 350px;
    width: 33px;
    background: rgba(255, 255, 255, .3) url(../images/slides_prev.png) center 130px no-repeat;
    text-indent: -9999px;
}

.slidesRef1 a.next,
.slidesRef1 a.prev,
#slides a.next,
#slides a.prev {
    background: transparent url(../images/slides_prev.png) center 130px no-repeat;
}

.slidesRef1 a.next,
#slides a.next {
    left: auto;
    right: 0;
    background-image: url(../images/slides_next.png);
}

.slidesRef1 {
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    position: relative;
}

.slidesRef1 img {
    width: 100%;
}

.slidesRef1 .slides_container {
    height: auto;
}

.togglecontainer {
    padding: 10px;
    font-size: 100%;
    line-height: 110%;
}

.toggle {
    clear: both;
    padding: 0px 20px 10px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#aktuell .halfcol {
    margin-right: 1%;
    background: #fff;
    margin-bottom: 15px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.feedItem {
    padding: 10px;
}

.feedItem .date {
    font-family: 'open_sans_condensedbold';
}

.feedItem img {
    float: left;
    margin-right: 10px;
}

#footer {
    position: relative;
    height: 545px;
    margin-top: -545px;
    color: #ffffff;
}

#footer .background {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    height: 545px;
    overflow: hidden;
}

#footer .background img {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
}

#footer .content {
    z-index: 2;
    position: absolute;
    left: 50%;
    margin-left: -460px;
    overflow: hidden;
}

#footer .content {
    width: 440px;
    background: none;
    border: none;
    padding: 0;
    bottom: 0;
}

.footerbox {
    float: left;
    padding: 0;
    font-family: 'open_sans_condensedbold';
}

.footerbox2 {
    float: none;
    padding: 0;
    font-family: 'open_sans_condensedbold';
}

.footerbox3 {
    float: none;
    padding: 0;
    font-family: 'open_sans_condensedbold';
    color: #fff;
}

* .footerbox {
    width: 160px;
}

.footerbox a,
.footerbox2 a,
.footerbox3 a {
    color: #fefefe !important;
    font-weight: normal;
}

#kontakt iframe {
    border: none;
    width: 100%;
    min-height: 320px;
}