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

/* 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%;
}

html.impressum {
    height: 100%;
}

.impressum body {
    height: 100% !important;
}

.impressum-rahmen {
    width: 100%;
    height: 8600px;
}

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: 80px;
    border: 0px solid blue;
}

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

.inhalte i {
    width: 15px;
    color: #B3163C;
}

.start-aktuelles,
.start-leistungen,
.start-team {
    height: 200px;
    /*-webkit-box-shadow: 0px 0px 5px #888;
	-moz-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;*/
    border: 1px 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 {}

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

/* zwei gleich hohe spalten */

.sp-gleich {
    overflow: hidden;
    margin-bottom: 7.5%;
    border: 0px solid blue;
}

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

.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;
}

/*.navigation {
	margin-top: 35px;
}*/

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.9rem;
    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: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
}

.inhalte h1.underline {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 10px;
    padding-left: 15px;
    border-bottom: 2px solid #F3F3F3;
}

.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.9em;
    margin-bottom: 0.5em;
    color: #626262;
    line-height: 1.2em;
}

.inhalte h4 {
    font-size: 14px;
    font-size: 0.9rem;
    font-weight: bold;
    margin-top: 1.8em;
    margin-bottom: 0.9em;
    color: #000;
    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: none;
}

.infocenter h2 {
    margin-bottom: 0;
}

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

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

.inhalte h3 a,
    {
    color: #B3163C;
    text-decoration: none;
}

.inhalte h3 a:visited {
    color: #B3163C;
    text-decoration: none;
}

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

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

.beschreibung {
    background-color: #fff;
}

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




/* carousel2 ------------- */

ul#carousel2 {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 0px solid #000000;
}

ul#carousel2 img {
    border: 0px solid #D2C4B7;
}

ul#carousel2 p {
    position: relative;
    float: right;
    margin: 0;
    padding-top: 0;
    /*300px*/
    height: 60px;
    padding-left: 0px;
    padding-right: 5px;
    width: 160px;
    /*240*/
    font-size: 12px;
    border: 0px solid #d7d7d7;
    background-color: transparent;
}

.next2,
.prev2 {
    cursor: pointer;
    cursor: hand;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

#carousel_pfeile {
    margin-top: 10px;
    margin-bottom: 20px;
}

img.next2,
img.prev2 {
    border: 0 !important;
}

/* carousel3 ------------- */

ul#carousel3 {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 0px solid #000000;
}

ul#carousel3 img {
    border: 0px solid #D2C4B7;
}

ul#carousel3 p {
    position: relative;
    float: right;
    margin: 0;
    padding-top: 0px;
    height: 60px;
    padding-left: 0px;
    padding-right: 5px;
    width: 240px;
    font-size: 0.8rem;
    border: 0px solid #d7d7d7;
    background-color: transparent;
}


.next3,
.prev3 {
    cursor: pointer;
    cursor: hand;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

img.next3,
img.prev3 {
    border: 0 !important;
}

.carousel-bg {
    background-color: #fff;
    min-height: 380px;
}

/* cta ---------------*/

.cta {
    padding: 15px 10px;
    border: 2px solid #F3F3F3;
    background-color: #f3f3f3;
}

/* 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;
}

#wpgmappitymap {
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 275px;
    color: #000;
}

#wpgmappitymap img {
    border: 0px none;
}

.top {
    margin-top: 0 !important;
}

h2.datenschutz-abstand {
    margin-top: 100px;
}

#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;
    margin-bottom: 3%;
    text-align: left;
    border: 0px solid #000;
}

#footer .zeile,
#footer .spalten {
    margin-bottom: 0;
    background: transparent;
}

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


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

.carousel-bg {
    background-color: #fff;
    min-height: 380px;
}

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

[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 .li.teaser {
    width: 60%;
    margin-bottom: 2%;
    padding: 2%;
    margin-right: 5%;
    min-height: 510px;
    border: 0px solid red;
}

.zeile .re.teaser {
    width: 32%;
    margin-bottom: 0%;
    padding: 2%;
    margin-right: 0%;
    min-height: 510px;
    border: 0px solid red;
}

/*.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 --------------- */
