/*
FARBEN

rot
#f22800




*/


a:hover {
    color:inherit;
}

.clearer {
    clear: both;
}


body {
    background-color: #dfdfdf!important;
    font-family: verdana, arial, helvetica, geneva, sans-serif;
    line-height: 1.6em;
    color: #666;
    font-size: 12px;
}


p {
    font-size: 12px;
    color: #666;
}

h1 {
    padding-bottom: 20px!important;
    font-size: 12px!important;
    text-transform: uppercase!important;
    color: #666!important;
    font-weight: bold;
    margin: 0;
}


h2 {
    padding-bottom: 10px!important;
    font-size: 12px!important;
    text-transform: uppercase!important;
    color: #000!important;
    font-weight:normal;
    margin: 0;
}


h3 {
    padding-bottom: 10px!important;
    font-size: 12px!important;
    text-transform: uppercase!important;
    color: #000!important;
    font-weight:normal;
    margin: 0;
    padding-top: 1em;
    text-decoration: underline;
}


a {
    color: #f22800;
}


#container {
    max-width: 816px;
    margin: 20px auto;
    background-color: #FFF;
    border-left: 15px solid #FFF;
    border-right: 15px solid #FFF;
}


/* -------- NAVIGATION --------------- */


.container {
    width: 100%!important;
}

.navbar {
    margin:0;
}


#navbar-collapse ul.nav {
    width: 100%;
    position: relative;
    float: none;
    right: auto;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {
    .nav {
        float: right!important;
        position: relative!important;
        right: -15px!important;
    }
}




nav a {
    color: #000;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
    color: #666;
}

.navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-brand img {
    height: 100%!important;
    width: auto;
}


ul.menuSub {
    list-style-type: none;
}

ul.menuSub li:before {
    content: "> ";
}


/* ---------------------- MAIN ---------------------- */

#inhalt {
    margin-top: 40px;
}


#inhalt  .csc-textpic-imagewrap {
    width: 100%!important;
}

#inhalt .csc-textpic-image {
    width: 100%!important;
}


#inhalt .nicht-100-prozent .csc-textpic-imagewrap {
    width: auto!important;
}


#inhalt .nicht-100-prozent .csc-textpic-image {
    width: auto!important;
}


#inhalt  img {
    width: 100%!important;
    height: auto;
}




footer {
    margin-top: 40px;
    text-align: center;
    background-color: #8c8c8c!important;
    color: #FFF!important;
    font-size: 11px;
    padding: 2px 5px;
}

body footer a {
    color: #FFF;
}


/* -------------------  ZWEISPALTER ----------------------- */

.zweispalter_container {
    position: relative;
}


.hundertprozentbreite > div {
    padding:0!important;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {
    #c31 .zweispalter_container > div:nth-child(2) {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}





#c36 img {
    width: auto!important;
    position: absolute;
    right: 0px;
}


.ohneZwischenabstand {
    margin: 0;
}

.ohneZwischenabstand > div {
    width: 50%;
    min-height: 1px;
    float: left;
}

#c77 > .zweispalter_container > .zweispalter_links {
    padding: 0;
    position: relative;
}


#c72,
#c75 {
    width: 138px;
    height: 138px;
    background-color:#f22800;
    padding: 5px;
    color: #FFF;
    box-sizing: border-box;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {
    #c72,
    #c75 {
        position: absolute;
        bottom: 0;
    }
}





#c73 {
    width: 100%;
    height: 138px;
    background-color:#f22800;
    padding: 5px;
    color: #FFF;
    box-sizing: border-box;
}

#c72 p,
#c72 a,
#c73 p,
#c73 a,
#c75 p,
#c75 a {
    color: #FFF
}

#c74 img {
    width: 128px;
}


