body {
    background: #fff;
    color: #666;
    font-family:'Times New Roman', Arial, Helvetica, sans-serif;
    font-size: 110%;
    line-height: 1.4em;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-family:'Times New Roman', Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    margin: .45em 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    border-left: 3px solid #DE2348;
    padding-left: 10px;
    //color: #DE2348;
}
a, a:visited, a:active, a:hover {
    color: #DE2348;
}
a:hover {
    text-decoration: none;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.headline {
    font-size: 110%;
    font-weight: bold;
    font-family:'Times New Roman', Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    margin: 1em 0;
    color: #0C3266;
}
.colored {
    width: 100%;
    list-style: none;
    padding: 0 10px;
}
.colored a {
    text-decoration: none;
}
.colored li {
    color: #444;
    padding: 0 5px;
    margin: 4px 0
}
.industriebau:hover, .gewerbebau:hover, .wohnungsbau:hover, .gesellschaftsbau:hover, .sanierungsarbeiten:hover, .denkmalschutz:hover {
    background-color: #eee;
    border-left: 3px solid #de2348;
}
.grey {
    background-color: #F3F3F3;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.red, .industriebau {
    background-color: #EF8096;
    color: #eee
}
.blue {
    background-color: #0C3266;
    color: #eee
}
.yellow, .gewerbebau {
    background-color: #F7CC84
}
.sky, .wohnungsbau {
    background-color: #5789CE;
    color: #eee
}
.lightblue, .gesellschaftsbau {
    background-color: #8AA9D5;
    color: #eee
}
.green, .sanierungsarbeiten {
    background-color: #9EE77C
}
.brown, .denkmalschutz {
    background-color: #B38842;
    color: #eee
}

a.nachoben {
    background: #de2348;
    background: url('../../images/top.png') no-repeat;
    background-position: 2px 7px;
    width: 100%;
    margin-left: 10px;
    padding: 10px;
    text-decoration: none;
}
a.nachoben:hover {
    background: url('../../images/topinv.png') no-repeat;
    background-position: 2px 7px;
    width: 100%;
}
.grid_4 p {
    margin: 6px 0;
}
.grid_4 p span {
    margin-right: 80px;
}
.wrapper {
    width: 92%;
    margin: 0 auto;
}
header {
    padding: 15px 0;
}
#header-logo {
    float: left;
    text-align: left;
    margin: 0px;
    padding: 0;
}
.logo-name {
    font-size: 100%;
    padding: 0 auto;
    margin: 0 auto 20px;
}
.logo-text {
    text-align: center;
    font-size: 80%;
    padding: 0 0 20px 0;
    margin: 0 auto;
}
#index, #page-header {
    background: #f3f3f3;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 0;
    font-size: 1.1em;
}
#page-header h1 {
    margin: 0;
}
.flexslider {
    display: none;
}
#content, aside, .vertical-padding {
    padding: 40px 0;
}
p {
    margin: 0 0 1.5em;
}
img {
    width: 100%;
    max-width: 1920px;
    height: auto;
}
table tr {
    border: 1px solid #ffffff;
}

/*====================================================
                 Kontaktform
======================================================*/
.kontaktbtn {
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.kontaktbtn input::-moz-focus-inner {
    /* Firefox line-height bug */
    border: 0;
    padding: 0;
    margin-top:-1px;
    margin-bottom: 0px;
}
.kontaktbtn a, .kontaktbtn input[type="submit"] {
    margin: 0;
    line-height:normal !important;
    text-decoration: none;
    padding: 8px;
    background-color: #6b6a69;
    color: #fff;
    font-size: 100%;
}
.kontaktbtn input[type="submit"] {
    border: 0;
    line-height:normal !important;
    padding:8px;
    margin-right: 8px;
    cursor: pointer;
}
.kontaktbtn a:hover, .kontaktbtn a:focus, .kontaktbtn input[type="submit"]:hover {
    background-color: #0C3266;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
}
.kontaktmain {
    padding: 0;
    float: left;
    width: 100%;
}
/*====================================================
                 cookiebtn
======================================================*/
.cookiebtn1 {
    color: #ffffff;
    background-color: #00d000;
    border-color: #00d000;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  .cookiebtn1:hover, .cookiebtn1:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #00c000;
    border-color: #00c000;
  }
  .cookiebtn1:focus, .cookiebtn1.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 251, 0, 0.25);
  }

  .cookiebtn2 {
    background-color: #ffc107;
    border-color: #ffc107;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  .cookiebtn2:hover, .cookiebtn2:focus {
    text-decoration: none;
    background-color: #ffb107;
    border-color: #ffb107;
  }
  
  .cookiebtn2:focus, .cookiebtn2.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 251, 0, 0.25);
  }
  .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }

.mark_ok {
    margin: 0 auto;
    padding-top: 20px;
    text-shadow: 0px 1px 0px #fff, 0px -1px 0px rgba(0, 0, 0, 0.15);
    color: #008800;
    font-size: 16px;
}
.error {
    color: #cc0000;
}
.fehler {
    margin: 0 auto;
    color: #de2348;
    font-size: 25px;
    font-weight: bold;
}
.ok {
    margin: 0 auto;
    color: #080;
    font-size: 25px;
    font-weight: bold;
}
.anrede {
    border: 0 !important;
    outline:0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../../images/dropdownArrow.png') no-repeat;
    background-position: 96% 10px;
    width: 100%;
    padding: 9px 0 9px 0;
    text-indent: 0.01px;
    /* Removes default arrow from firefox*/
    text-overflow:"";
    /*Removes default arrow from firefox*/
    color: #888;
}
select::-ms-expand {
    display: none;
}
.iFelder, .iText {
    border: 0;
    background: none;
    color: #333;
    width: 95%;
    outline: none;
    padding: 10px
}
.iText {
    height: 243px;
    resize: none;
    overflow: auto;
}
.error {
    color: #cc0000;
}
.back, .back2 {
    margin: .5%;
    background: #e5e5e5;
    -webkit-box-shadow: inset 0px 0px 1px #ccc;
    -moz-box-shadow: inset 0px 0px 1px #ccc;
    box-shadow: inset 0px 0px 1px #ccc;
    float: left;
}
.back2 {
    height: 243px;
    width: 99%;
}
.back {
    width: 49%;
}
.back:hover, .back2:hover, .pruefung:hover {
    background: #ddd;
}
.pruefung {
    margin: 2px;
    background: #e5e5e5;
    -webkit-box-shadow: inset 0px 0px 1px #ccc;
    -moz-box-shadow: inset 0px 0px 1px #ccc;
    box-shadow: inset 0px 0px 1px #ccc;
    height: 40px;
    width: 70px;
    float: left;
    padding: 10px;
}
.pruefLabel {
    margin: 13px 0 0 4px;
    height: 40px;
    width: 72px;
    float: left;
}
ol {
    list-style: decimal;
    margin: 30px 0;
    color: #6B6A69;
}
/* ende Kontaktformular */
.menu-toggle {
    display: block;
    padding: 10px;
    margin: 20px 0 0;
    background: #666;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 20px;
}
.menu-toggle.toggled-on {
    background: #DE2348;
}
.small-menu {
    display: none;
}
.small-menu.toggled-on {
    display: block;
    position: relative;
    z-index: 10;
}
.small-menu {
    clear: both;
    margin-bottom: 0px;
}
.small-menu li a {
    color: #666;
    background: #dadada;
    display: block;
    margin: 1px 0;
    padding: 10px;
    text-decoration: none;
    font-size: .9em;
}
.small-menu li a:hover {
    background: #DE2348;
    color: #fff;
}
.small-menu li li a {
    background: #e8e8e8;
    padding-left: 40px;
}
.small-menu li li li a {
    background: #efefef;
    padding-left: 80px;
}
#content-nav {
    margin-bottom: 60px;
}
#content-nav ul {
    margin: 0;
    padding: 0;
}
#content-nav ul li a {
    background: #E6E6E6;
    color: #666;
    display: block;
    margin: 5px 0;
    padding: 10px;
    text-decoration: none;
}
#content-nav ul li a:hover, #content-nav ul li.active a {
    background: #33860B;
    color: #fff;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    margin-bottom: 40px;
}
footer {
    background: #333;
    color: #ccc;
    font-size: 80%;
    padding: 0;
}
a.buttonlink {
    background: #0C3266;
    border-radius: 7px;
    color: #fff;
    display: block;
    float: left;
    margin: 10px 15px 10px 0;
    padding: 10px;
    text-decoration: none;
}
a.buttonlink:hover {
    background: #333333;
}
.pink {
    background: #DE2348;
    color: #fff;
}
.blau {
    background: #0C3266;
    color: #fff;
}
.gruen {
    background: #33860B;
    color: #fff;
}
.clearfix:before, .clearfix:after {
    content:"";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
@media only screen and (min-width: 481px) {
    #header-logo {
        float: left;
        text-align: left;
        margin: 0px;
        padding: 0;
    }
    .logo-name {
        font-size: 150%;
        padding: 0 auto;
        margin: 0 auto 20px;
    }
    .logo-text {
        text-align: center;
        font-size: 90%;
        padding: 0 0 20px 0;
        margin: 0 auto;
    }
    .menu-toggle {
        margin-top: 10px;
        float: right;
    }
}
@media only screen and (min-width: 920px) {
    .logo-name {
        font-size: 180%;
        padding: 0 auto;
        margin: 0 auto 20px;
    }
    .logo-text {
        text-align: center;
        font-size: 100%;
        padding: 0 0 20px 0;
        margin: 0 auto;
    }
    .wrapper {
        max-width: 1200px;
        margin: .75em auto;
    }
    header {
        padding: 0;
    }
    #header-logo {
        float: left;
        text-align: left;
        margin: 0px;
        padding: 0;
    }
    #index {
        padding: 0;
    }
    #index .grid_4 {
        width: 100%;
    }
    #index .grid_8 {
        width: 80%;
        margin: 40px 10% 0;
    }
    #content {
        float: left;
        width: 65%;
    }
    #content.wide-content {
        float: none;
        width: 100%;
    }
    .flexslider {
        display: block;
        margin: 0;
    }
    .flex-control-nav {
        bottom: 5px;
    }
    aside {
        float: right;
        width: 30%;
    }
    .menu-toggle {
        display: none;
    }
    #menu-main-navigation {
        display: block;
    }
    .small-menu, .small-menu * {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .small-menu ul {
        position: absolute;
        display: none;
        width: 12em;
    }
    .small-menu ul li {
        width: 100%;
    }
    .small-menu li:hover {
        visibility: inherit;
    }
    .small-menu li {
        float: left;
        position: relative;
        margin-left: 1px;
        height: 25px;
    }
    .small-menu li li {
        margin-left: 0px;
        height: auto;
    }
    .small-menu a {
        display: block;
        position: relative;
    }
    .small-menu li:hover ul, .small-menu li.sfHover ul {
        display: block;
        left: 0;
        top: 42px;
        /* match top ul list item height */
        z-index: 99;
        -webkit-box-shadow: 2px 3px 2px 0px rgba(00, 00, 00, .3);
        box-shadow: 2px 3px 2px 0px rgba(00, 00, 00, .3);
    }
    ul.small-menu li:hover li ul, ul.small-menu li.sfHover li ul {
        top: -999em;
    }
    ul.small-menu li li:hover ul, ul.small-menu li li.sfHover ul {
        left: 12em;
        /* match ul width */
        top: 0;
    }
    ul.small-menu li li:hover li ul, ul.small-menu li li.sfHover li ul {
        top: -999em;
    }
    ul.small-menu li li li:hover ul, ul.small-menu li li li.sfHover ul {
        left: 10em;
        /* match ul width */
        top: 0;
    }
    #topnav, .small-menu {
        float: left;
        margin: 3px 0;
    }
    .small-menu a {
        text-decoration: none;
    }
    .small-menu li a {
        background: #fff;
        margin: 0;
        padding: 10px 20px;
    }
    .small-menu a, .small-menu a:visited {
        color: #666;
    }
    .small-menu li li a {
        border-top: 1px solid rgba(255, 255, 255, .2);
        background: #333;
        /background: rgba(0, 0, 0, .6);
        color: #fff;
        padding-left: 20px;
    }
    .small-menu li li a:visited {
        color: #fff;
    }
    .small-menu li li li a, .small-menu li.active * li a {
        padding-left: 20px;
        background: #333;
    }
    .small-menu li:hover > a, .small-menu li.active a {
        color: #fff;
        background: #0C3266;
    }
    .small-menu li li:hover > a {
        color: #fff;
        background: #0C3266;
    }
    .grid_1 {
        width: 5%;
    }
    .grid_2 {
        width: 13.333333333333%;
    }
    .grid_3 {
        width: 21.666666666667%;
    }
    .grid_4 {
        width: 30%;
    }
    .grid_5 {
        width: 38.333333333333%;
    }
    .grid_6 {
        width: 46.666666666667%;
    }
    .grid_7 {
        width: 55%;
    }
    .grid_8 {
        width: 63.333333333333%;
    }
    .grid_9 {
        width: 71.666666666667%;
    }
    .grid_10 {
        width: 80%;
    }
    .grid_11 {
        width: 88.333333333333%;
    }
    .grid_12 {
        width: 96.666666666667%;
    }
    .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
        margin-left: 1.6666666666667%;
        margin-right: 1.6666666666667%;
        float: left;
        margin-bottom: 0px;
    }
    .alpha {
        margin-left: 0px;
    }
    .omega {
        margin-right: 0px;
    }
    .rightfloat {
        float: right;
    }
    @media only screen and (min-width: 1024px) {
        .logo-name {
            font-size: 200%;
            padding: 0 auto;
            margin: 0 auto 20px;
        }
        .logo-text {
            text-align: center;
            font-size: 120%;
            padding: 0 0 20px 0;
            margin: 0 auto;
        }
        #index .grid_4 {
            width: 30%;
        }
        #index h1 {
            font-size: 1.4em;
        }
        #index .grid_8 {
            width: 63.333333333333%;
            margin: 0 1.6666666666667%;
        }
    }
    @media only screen and (min-width: 1240px) {
        #index h1 {
            font-size: 2em;
        }
        .logo-name {
            font-size: 220%;
            padding: 0 auto;
            margin: 0 auto 20px;
        }
        .logo-text {
            text-align: center;
            font-size: 140%;
            padding: 0 0 20px 0;
            margin: 0 auto;
        }
    }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    }
    @media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    }
    @media print {
        * {
            background: transparent !important;
            color: black !important;
            text-shadow: none !important;
            filter: none !important;
            -ms-filter: none !important;
        }
        a, a:visited {
            text-decoration: underline;
        }
        a[href]:after {
            content:" (" attr(href)")";
        }
        abbr[title]:after {
            content:" (" attr(title)")";
        }
        .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
            content:"";
        }
        /* Don't show links for images, or javascript/internal links */
        pre, blockquote {
            border: 1px solid #999;
            page-break-inside: avoid;
        }
        thead {
            display: table-header-group;
        }
        tr, img {
            page-break-inside: avoid;
        }
        img {
            max-width: 100% !important;
        }
        @page {
            margin: 0.5cm;
        }
        p, h2, h3 {
            orphans: 3;
            widows: 3;
        }
        h2, h3 {
            page-break-after: avoid;
        }
    }
