@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);


/* 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,
kopf,
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 bzeilesers */
article,
aside,
details,
figcaption,
figure,
footer,
kopf,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-size: 100.01%;
    height: 100.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;
}

div {
    position: relative;
    min-width: 0;
}

hr {
    border-style: solid none none;
}

strong {
    font-weight: bold;
}

/* Ende RESET ---------------------------------- */

html {
    height: 101%;
}

body {
    font-family: Calibri, 'sans-serif', helvetica;
    background-color: #fff;
    letter-spacing: 0.5px;
    text-align: center;
}

.rahmen {
    position: relative;
    width: 980px;
    clear: both;
    padding: 0;
    margin: 0 auto 0 auto;
    border: 1px solid red;
}

#header {
    position: fixed;
    height: 170px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 0px;
    background-color: #fff !important;
    border-bottom: 1px solid #d7d7d7;
    z-index: 4000;
}

.headergrafik {
    position: relative;
    width: 100%;
    max-height: 921px;
    padding-top: 140px;
    margin-bottom: 50px;
    /*150*/
    border: 0px solid blue;
}

.inhalte {
    position: relative;
    padding-bottom: 80px;
    text-align: left;
    border: 0px solid red;
}



.start-aktuelles,
.start-leistungen,
.start-team {
    height: 200px;
    /*-webkit-box-shadow: 0px 0px 3px #888;
	-moz-box-shadow: 0px 0px 3px #888;
	box-shadow: 0px 0px 3px #888; */
    border: 0px solid red !important;
}

.start-leistungen {
    /*background-image: url("../img/leistungen.jpg");
	background-repeat: no-repeat;*/
}

.start-team {
    /*background-image: url("../img/team.jpg");
	background-repeat: no-repeat; */
}

.start-aktuelles {
    overflow-y: scroll;
}

#footer {
    position: relative;
    width: 100%;
    bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #B3163C;
}

/* zwei gleich hohe spalten */
.sp-gleich {
    overflow: hidden
}

.sp2-1,
.sp2-2 {
    float: left;
    width: 48%;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    border: 1px solid #000;
}

.sp2-1 {}

.sp2-2 {
    float: right;
}

/* Grafik etc. ---------------- */

#logo {
    margin-top: 0px;
}

img#logo {
    max-width: 70%;
}

p.logo {
    font-family: Calibri, 'sans-serif', helvetica;
    font-size: 13px;
    color: #B3163C;
    margin-left: 50px;
}

span.logo {
    color: #A1A1A1;
}

/*#logo-start {
	z-index: 1000;
	position:relative;
	margin-top: 200px;
	margin-left:-100px;
	padding:20px;
	background-color: rgba(238, 238, 238, 0.70);
	}	*/

.nav a.no-link {
    cursor: default;
}

img {
    max-width: 100%;
}

/* FA ------------- */

i,
span.ifa {
    min-width: 21px;
}

span.i {
    margin-right: 21px;
}

i.white {
    color: #fff;
}

/* Text -------------------- */

#titel h1 {
    font-size: 30px;
    font-size: 1.5rem;
    font-weight: 300;
    color: #b2b2b2;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}

.inhalte h1 {
    font-size: 19px;
    font-size: 1.2rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #A7A7A7;
    margin-bottom: 0.85em;
}

.inhalte h1.zentriert {
    font-family: Calibri, 'sans-serif', helvetica;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
}

.inhalte h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #B3163C;
    padding-left: 5px;
    margin-top: 1.0em;
    margin-bottom: 0.4em;
    line-height: 1.2em;
    text-transform: uppercase;
    background-color: rgba(238, 238, 238, 0.70);
}

.inhalte h2:first-child,
.start h2 {
    margin-top: 0;
}

.inhalte h3 {
    font-size: 14px;
    font-size: 0.9rem;
    font-weight: bold;
    margin-top: 1.8em;
    margin-bottom: 0.9em;
    color: #444;
    line-height: 1.2em;
}

.inhalte p {
    font-size: 12px;
    font-size: 0.85rem;
    line-height: 1.5em;
    margin-bottom: 0.85em;
}

.start h2,
.start p {
    text-align: left;
    margin-top: 0;
}

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

.inhalte a:hover,
.inhalte a:active,
.inhalte a:visited {
    color: #000;
    text-decoration: underline;
}

.infocenter h2 {
    margin-bottom: 0;
}

.inhalte h2 a {
    text-decoration: none;
}

.inhalte h2 a:hover {
    text-decoration: none;
    color: #000;
}

.inhalte ul {
    list-style-type: square;
    padding-left: 17px;
    margin-bottom: 0.85em;
}

.inhalte li {
    font-size: 12px;
    font-size: 0.8rem;
    line-height: 1.5em;
    margin-bottom: 0.45em;
}

#footer h2 {
    font-family: Calibri, 'sans-serif', helvetica;
    text-align: left;
    font-size: 40px;
    font-weight: 400;
}

/* InfoCenter -------------- */

#infocenter h3.trigger {
    position: relative;
    font-size: 14px;
    font-size: 0.90rem;
    font-weight: normal;
    margin: 0;
    margin-bottom: 0.6em;
    color: #000;
    line-height: 130%;
    padding: 5px;
    padding-right: 35px;
    background-color: #dedad6;
    background: #e4e1dd;
    background: -moz-linear-gradient(top, #eeeeeb, #ddd9d5);
    /* Firefox */
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeeb), to(#ddd9d5));
    /* Safari , Chrome */
    background: linear-gradient(top, #eeeeeb, #ddd9d5);
    /* W3C Standard */
    border-bottom: 1px solid #cdcbc7;
    border-top: 1px solid #fff;
    border-right: 1px solid #cdcbc7;
    border-left: 1px solid #fff;
    display: block;
    cursor: pointer;
}

#infocenter h3.trigger span {
    position: absolute;
    text-indent: -800em;
    display: block;
    overflow: hidden;
    background-image: url(../img/pfeiloff.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 25px;
    height: 25px;
    top: 8px;
    right: 5px;
    z-index: 800;
}

#infocenter h3.trigger_active span {
    position: absolute;
    text-indent: -800em;
    display: block;
    overflow: hidden;
    background-image: url(../img/pfeilon.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 25px;
    height: 25px;
    top: 6px;
    right: 5px;
    z-index: 800;
}

/* footer ------------- */

#footer h2 {
    font-size: 14px;
    font-size: 0.9rem;
    line-height: 1.5em;
    margin-bottom: 0.85em;
    color: #fff;
    font-weight: 400;
    border-bottom: 0px solid;
    padding-bottom: 3px;
}

#footer p {
    font-size: 12px;
    font-size: 0.85rem;
    line-height: 1.5em;
    margin-bottom: 0.85em;
    color: #fff;
}

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

#footer p a:hover {
    text-decoration: none;
    color: #E4E1DD;
}

.name-p {
    margin-bottom: 0 !important;
}

#owa-tracker-post-container {
    height: 0;
    overflow: hidden;
}


/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

/* Beginn Grid-System -------------------- */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.zeile {
    position: relative;
    width: 1190px;
    max-width: 100%;
    min-width: 768px;
    margin: 0 auto;
    text-align: left;
    border: 0px solid #000;
}




.zeile .zeile {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -15px;
}


.spalte,
.spalten {
    float: left;
    min-height: 1px;
    padding: 0 15px;
    position: relative;
    border: 0px solid #000;
}

/*.spalten.navigation {
	padding: 0;
}*/


[class*="spalte"] + [class*="spalte"]:last-child {
    float: right;
}

[class*="spalte"] + [class*="spalte"].end {
    float: left;
}

.zeile .eins {}

.zeile .zwei {
    width: 16.66%
}

.zeile .drei {
    width: 25%
}

.zeile .vier {
    width: 33.33%
}

.zeile .vier.teaser {
    width: 28.3%;
    /*31.3%*/
    margin-bottom: 2%;
    padding: 2%;
    margin-right: 5%;
    /*2%*/
    min-height: 330px;
}

.zeile .vier.teaser:lastchild {
    margin-right: 0% !important;
}

.zeile .fuenf {
    width: 41.66%
}

.zeile .sechs {
    width: 50%
}

.zeile .sieben {
    width: 58.33%
}

.zeile .acht {
    width: 66.66%
}

.zeile .neun {
    width: 75%
}

.zeile .zehn {
    width: 83.33%
}

.zeile .elf {
    width: 91.66%
}

.zeile .zwoelf {
    width: 100%
}

/* Nicolas Gallagher's micro clearfix */
.zeile:before,
.zeile:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.zeile:after,
.clearfix:after {
    clear: both;
}

.zeile,
.clearfix {
    zoom: 1;
}

/* Mobile */
@media only screen and (max-width: 1060px) {
    body {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .container {}

    .zeile {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        border: 0px solid #000;
    }

    .spalte,
    .spalten {
        width: 100% !important;
        float: none;
    }

    .spalte:last-child,
    .spalten:last-child {
        float: none;
    }

    [class*="spalte"] + [class*="spalte"]:last-child {
        float: none;
    }

    .spalte:before,
    .spalten:before,
    .spalte:after,
    .spalten:after {
        content: "";
        display: table;
    }

    .spalte:after,
    .spalten:after {
        clear: both;
    }
}

/* Ende Grid-System --------------- */
