/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-v27-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}

/* noto-sans-italic - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/noto-sans-v27-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-v27-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v27-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-v27-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-v27-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-v27-latin-italic.svg#NotoSans') format('svg'); /* Legacy iOS */
}

/* noto-sans-700 - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-v27-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-v27-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-v27-latin-700.svg#NotoSans') format('svg'); /* Legacy iOS */
}

/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-v27-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}

/* noto-sans-italic - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/noto-sans-v27-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-v27-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v27-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-v27-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-v27-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-v27-latin-italic.svg#NotoSans') format('svg'); /* Legacy iOS */
}

/* noto-sans-700 - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-v27-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-v27-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-v27-latin-700.svg#NotoSans') format('svg'); /* Legacy iOS */
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

h1 {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
    font-size: 46px;
    letter-spacing: 1.5px;
    margin: 0;
}

#1 {
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

a:hover,
a:focus {
    outline: none !important;
}

::-moz-selection {
    background: #82d0f5;
    text-shadow: none;
}

::selection {
    background: #82d0f5;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    background: url(../img/bg.jpg) repeat;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}


/* +++++++++++++++++ Navigation +++++++++++++++++ */
#logo {
    width: 250px;
    margin: 15px 0px 13px;
    float: left;
}

.header-content {
    margin: auto;
    width: 941px;
}

#navi {
    float: right;
}

ul#navigationsliste {
    margin: 0px;
}

.navigation ul li {
    display: inline-block;
    padding: 40px 0px 0px 30px;
    color: #1a171b;
}

.navigation ul li a:hover {
    color: #82d0f5;
    text-decoration: none;
    border-bottom: 4px solid #82d0f5;
}

.navigation ul li a:active,
.navigation ul li a:focus {
    text-decoration: none;
}

.navigation {
    background: url(../img/teaser-bg);
    background-repeat: repeat;
    background-position: top center;
    border-bottom: 1px solid #cecece;
    position: fixed;
    display: block;
    width: 100%;
    z-index: 10000;
    padding-top: 10px;
    -webkit-box-shadow: 15px 7px 14px 0px #00000040;
    box-shadow: 15px 7px 14px 0px #00000040;
}

.hamburger {
    display: none;
}

@media(max-width:996px) {
    #navi {
        display: block;
        width: 100%;
        float: left;
    }

    #navi li #logo {
        width: 150px;
    }

    .hamburger {
        display: block;
        position: absolute;
        right: 20px;
        top: 27px;
        float: right;
        border-top: none;
        height: 41px;
        width: 40px;
    }

    .balken {
        width: 32px;
        border: 3px solid #009fe3;
        margin-bottom: 6px;
    }

    .navigation ul li {
        display: block;
        padding: 0px 0px 20px 0px;
    }

    .navigation ul li:first-child {
        padding: 20px 0px 20px 0px;
        border-top: solid 4px #009fe3;
    }

    .navigation ul li a {
        clear: both;
        height: 30px;
        margin-bottom: 20px;
    }

    #navigationsliste {
        display: none;
    }

    .navian {
        display: block !important;
    }
}


.navigation_container {
    width: 100%;
    margin: auto;
    max-width: 940px;
    padding: 0px 20px;
}

#navi ul {
    padding: 0;
}

li {
    list-style: none;
}

li a {
    float: left;
    color: #000000;
    text-decoration: none;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    height: 45px;
}

div.header-content div.navi ul li:first-child {
    margin-left: 25px;
}

li a:active {
    color: #009fe3;
    border-bottom: 4px solid #009fe3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

li a:hover {
    color: #82d0f5;
    border-bottom: 4px solid #82d0f5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div#navi ul li a.active {
    color: #009fe3;
    border-bottom: 4px solid #009fe3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Position Überschriften */


/* Ende Bildüberschriften */

.content {
    width: calc(100% - 40px);
    max-width: 940px;
    min-height: 100%;
    background: transparent;
    margin: auto;
    padding: 100px 20px 0px;
}

@media(max-width:996px) {
    .content {
        padding: 85px 20px 0px;
    }
}

/* Startseite Icon Zeile */
.icon-zeile {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.icon-box {
    background: white;
    border-bottom: 2px solid #a4dffb;
    -webkit-box-shadow: -4px 7px 14px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -4px 7px 14px 0px rgba(0, 0, 0, 0.25);
    float: left;
    color: #505558;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    padding: 15px;
}

.icon-box:last-child {
    margin-right: 0;
}


.icon-box img {
    float: left;
    margin-right: 8px;
    margin-top: 3px;
    vertical-align: central;
}

.icon-box h1 {
    color: #033e62;
    font-size: 22px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    margin-bottom: -5px;
    margin-top: 8px;

}

/*
.icon-box p {
text-align: justify;
}
*/
a.mehr {
    color: #6c90a5;
    font-size: 10px;
    text-decoration: none;
    margin-left: 10px;
    margin-top: 5px;
    float: right;
}

a.mehr:hover {
    color: grey;
    text-decoration: underline !important;
}

/* Textbox Startseite */
.startseiten-box {
    background: white;
    -webkit-box-shadow: -4px 7px 14px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -4px 7px 14px 0px rgba(0, 0, 0, 0.25);
    color: #505558;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    padding: 15px 25px 5px 25px;
    margin-top: 20px;
}

/* Startseiten versteckter Container */
div.startseiten-box div#more {
    color: #6c90a5;
    font-size: 10px;
    /* margin-left: 10px; */
    text-decoration: none;
    cursor: pointer;
    text-align: right;
}

#less,
div.neubau div#less {
    color: #6c90a5 !important;
    font-size: 10px !important;
    /*margin-left: 10px !important; */
    text-decoration: none !important;
    cursor: pointer;
    text-align: right;
}


div#0 {
    color: #505558;
    font-family: Verdana, sans-serif;
    font-size: 14px;
}

div.startseiten-box div#more {
    /*left: 350px;
    position: relative;
    top: -29px; */
}

/* Ende Startseiten versteckter Container */

h3 {
    color: #033e62;
    font-size: 22px;
}

h4 {
    color: #a3a2a2;
    font-size: 11px;
    margin: -15px 0 0 0px;
}

/*
div.startseiten-box div {
font-weight: bold;
color: #a3a2a2;

 } */

div.startseiten-box ul {
    margin-left: 5px;
}

div.startseiten-box ul li {
    line-height: 180%;
    list-style: outside url("../img/bullet.gif") disc;
    margin-left: 5px;
    padding-left: 5px;
}

menu,
ol,
ul {
    padding: 0px !important;
}

.keyvisual img {
    width: 100%;
    margin-bottom: 10px;
}

/* startseiten-referenzbox */

.startseiten-referenzbox {
    background: white;
    -webkit-box-shadow: -4px 7px 14px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -4px 7px 14px 0px rgba(0, 0, 0, 0.25);
    color: #505558;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    padding: 15px 25px 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.startseiten-referenzboxen {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
}

.startseiten-referenzboxen img {
    width: 100%;
}

@media(max-width:768px) {
    .startseiten-referenzboxen {
        grid-template-columns: 1fr 1fr;
    }

    .icon-zeile {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:500px) {
    .startseiten-referenzboxen {
        grid-template-columns: 1fr;
    }

    .icon-zeile {
        grid-template-columns: 1fr;
    }
}

/*  / startseiten-referenzbox */

/* taetigkeitsfelder-box */
.taetigkeitsfelder-box {
    background: white;
    -webkit-box-shadow: -4px 7px 14px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -4px 7px 14px 0px rgba(0, 0, 0, 0.25);
    color: #505558;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    /*
padding-left:15px;
padding-right:15px;
*/
    height: 100%;
    padding-bottom: 20px;
    /* height: 440px;  */
    margin-bottom: 20px;
    /*
margin-top: -300px;
padding-top:300px;
*/
}

div.taetigkeitsfelder-box img {
    margin-right: 20px;
}

div.taetigkeitsfelder-box h2 {
    color: #033e62;
    font-size: 22px;
    font-family: "noto sans", verdana;
    margin-bottom: -10px;
}

div.taetigkeitsfelder-box h3 {
    color: #5d5d5d;
    font-size: 18px;
    font-family: "noto sans", verdana;
    font-weight: normal;
}

div.taetigkeitsfelder-box hr {
    margin-top: 40px;
}

.taetigkeit-bild {
    margin-top: 25px;
    margin-bottom: 10px;
    float: left;
}

.taetigkeit-bild-first {
    margin-top: 8px;
    margin-bottom: 10px;
    float: left;
}

@media(min-width:890px) {
    .marginbottom {
        margin-bottom: 90px;
    }
}

@media(max-width:470px) {

    .taetigkeit-bild,
    .taetigkeit-bild-first {
        float: none;
    }
}

@media(max-width:500px) {
    .taetigkeit-bild img {}
}

div.taetigkeitsfelder-box h4 {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #5d5d5d;
    margin-top: 25px;
    padding-bottom: 10px;
    /* width:878px;
border-bottom:1px solid #e9e9e9;*/
}

.neubau {
    padding-top: 1px;
}

div.neubau div#more,
div.altbau div#more1 {
    color: #6c90a5;
    font-size: 10px;
    text-decoration: none;
    margin-left: 10px;
    margin-top: 5px;
    float: right;
    cursor: s-resize;
}

div.altbau div#less1 {
    color: #6c90a5;
    font-size: 10px;
    text-decoration: none;
    margin-left: 10px;
    margin-top: 5px;
    float: right;
    cursor: n-resize;
}

.altbau {
    padding-top: 1px;
    margin-bottom: 65px;
}

.gewaehrleistung {
    padding-top: 1px;
}


div.gewaehrleistung div#more {
    cursor: s-resize;
    color: #6c90a5;
    font-size: 10px;
    text-decoration: none;
    margin-left: 10px;
    float: right;
    left: -85px;
    margin-left: 10px;
    position: relative;
    top: -28px;
}

div.gewaehrleistung div#less {
    cursor: n-resize;
    color: #6c90a5;
    font-size: 10px;
    text-decoration: none;
    margin-left: 10px;
    float: right;
    left: -389px;
    margin-left: 10px;
    position: relative;
    top: -28px;
}

.qualitaet {
    padding-top: 1px;
}

div.qualitaet div#more {
    cursor: s-resize;
    color: #6c90a5;
    font-size: 10px;
    text-decoration: none;
    margin-left: 10px;
    float: right;
    left: -85px;
    margin-left: 10px;
    position: relative;
    top: -28px;
}

div.qualitaet div#less {
    cursor: n-resize;
    color: #6c90a5;
    font-size: 10px;
    text-decoration: none;
    margin-left: 10px;
    float: right;
    left: -389px;
    margin-left: 10px;
    position: relative;
    top: -28px;
}

/* Arccordion */
/* 1 */
div#info1,
div#info2,
div#info3,
div#info4,
div#info5,
div#info6,
div#info7,
div#info8,
div#info9,
div#info10,
div#info11,
div#info12,
div#info13 {
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    color: #527990;
    font-family: verdana;
    border-top: 1px solid #e9e9e9;
    padding: 7px 0 7px 30px;
    background: url(../img/zu.gif) no-repeat 11px 11px;
}

div#noinfo1,
div#noinfo2,
div#noinfo3,
div#noinfo4,
div#noinfo5,
div#noinfo6,
div#noinfo7,
div#noinfo8,
div#noinfo9,
div#noinfo10,
div#noinfo11,
div#noinfo12,
div#noinfo13 {
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    color: #527990;
    font-family: verdana;
    border-top: 1px solid #e9e9e9;
    padding: 7px 0 7px 30px;
    background: url(../img/auf.gif) no-repeat 11px 11px;
}

div#info13 a,
div#noinfo13 a {
    color: #009fe3;
    font-size: 12px;
}

#sperrbeton1 p,
#sperrbeton2 p,
#sperrbeton3 p,
#sperrbeton4 p,
#sperrbeton5 p {
    padding-left: 20px;
    margin-top: 10px;
}

div#sanierung1 p {
    padding-left: 20px;
    margin-top: 10px;
}

div#sanierung1 ul li {
    padding-left: 20px;
    margin-top: 25px;
}

div#sanierung1 ul li h6 {
    font-size: 14px;
    margin-bottom: -15px;
    margin-top: 0;
}

#sanierung1,
#sanierung2,
#sanierung3,
#sanierung4,
#sanierung5,
#sanierung6,
#sanierung7,
#sanierung8,
#sanierung9,
#sanierung10 {
    /*border-bottom: 1px solid #e9e9e9;*/
    margin-bottom: 2px;
    padding-bottom: 10px;
}

#sanierung1 p,
#sanierung2 p,
#sanierung3 p,
#sanierung4 p,
#sanierung5 p,
#sanierung6 p,
#sanierung7 p,
#sanierung8 p,
#sanierung9 p,
#sanierung10 p,
#sanierung11 p,
#sanierung12 p {
    padding-left: 20px;
    margin-top: 10px;
}

#sanierung4 b {
    padding-left: 20px;
}

/* / taetigkeitsfelder-box */

/* Über uns */
div.referenzen-box p a {
    color: #6c90a5;
    font-size: 14px;
    text-decoration: none;

}

div.referenzen-box p a:hover {
    color: grey;
    font-size: 14px;
    text-decoration: underline;
}

div.ueberuns-bild img {
    margin-right: 10px;
}

div.referenzen-box hr {
    margin-top: 25px;
}


/* referenzen-box --------------------------- */
.referenzen-box {
    background: white;
    -webkit-box-shadow: -4px 7px 14px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -4px 7px 14px 0px rgba(0, 0, 0, 0.25);
    color: #505558;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    /* padding-left:15px;
padding-right:15px; */
    height: 100%;
    padding-bottom: 20px;
    /* height: 440px;  */
    margin-bottom: 20px;
    /* margin-top: -300px; */
    /* padding-top:300px; */
}

.referenzen-box-padding {
    padding: 0 20px;
}

div.referenzen-box h3 {
    color: #5d5d5d;
    font-size: 18px;
    font-family: "noto sans", verdana;
    font-weight: normal;
    margin-top: 20px;
}

div.referenzen-box h2 {
    color: #033e62;
    font-family: "noto sans", verdana;
    font-size: 22px;
    margin-bottom: -10px;
}

div.referenzen-box div.neubau h2 {
    color: #5d5d5d;
    font-size: 18px;
    font-family: "noto sans", verdana;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: -5px;
}

div.referenzen-box div.neubau hr {
    margin-top: 60px;
}

div.referenzen-box div.neubau div.taetigkeit-bild {
    margin: 25px 25px 0 0;
}

.zitat {
    color: #5d6b73;
    font-size: 14px;
    font-style: italic;

}

/* /referenzen-box --------------------------- */



/* ueberuns-box */

.ueberuns-bild {
    margin: 0 15px 20px 30px;
    float: right;
}

/* Kontaktseite --------------------------- */
/* AP Box */
.ap-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin: 35px 0;
}

@media(max-width:990px) {
    .ap-wrapper {
        grid-template-columns: 1fr;
    }
}

.ap-box1 {
    padding: 30px 15px;
    -webkit-box-shadow: 0px 5px 12px 0px rgba(204, 202, 202, 1);
    box-shadow: 0px 5px 12px 0px rgba(204, 202, 202, 1);
}

.ap-box1 h4 {
    color: #033e62;
    font-family: "noto sans", verdana;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 15px;
}

.ap-box1 h5 {
    font-size: 16px;
    font-style: normal;
    margin: 0;
}

.ap-box1 p {
    font-size: 14px;
    font-style: normal;
    margin: 8px;
}

.ap-box1 img {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}

.ap-box1 p a {
    color: #5d5d5d;
    text-decoration: underline;
}

.ap-box1 p a:hover {
    color: #91abb7;
    text-decoration: underline;
}

.ap-box2 p a {
    color: #5d5d5d;
    text-decoration: underline;
}

.ap-box2 p a:hover {
    color: #91abb7;
    text-decoration: underline;
}

.ap-box2 {
    padding: 30px 15px;
    -webkit-box-shadow: 0px 5px 12px 0px rgba(204, 202, 202, 1);
    box-shadow: 0px 5px 12px 0px rgba(204, 202, 202, 1);
}

.ap-box2 h4 {
    color: #033e62;
    font-family: "noto sans", verdana;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 15px;
}

.ap-box2 h5 {
    font-size: 16px;
    font-style: normal;
    margin: 0;
}

.ap-box2 p {
    font-size: 14px;
    font-style: normal;
    margin: 8px;
}

.ap-box2 img {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}

/* Kontaktformular --------------------------- */
/* Content Kontaktformular */


div.contactform h3 {
    color: #033e62;
    font-family: "noto sans", verdana;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 25px;
}

div.form-group input {
    width: 400px;
}

select {
    border: 1px solid lightgrey;
    color: grey;
    background: transparent;
    padding: 2px 2px;
    width: 78px;
    height: 37px;
    *width: 50px;
    *background: #fafafa;
    -webkit-appearance: none;
}

#mainselection {
    overflow: hidden;
    width: 60px;
    background: url(../img/arrow.jpg) no-repeat scroll right 7px transparent;
    border-right: 1px solid lightgrey;
    float: left;
    color: #505558 !important;
    font-size: 14px;
}



/*
select#selectbasic.input-xlarge {
float:left;
margin-top: 11px;
}
*/

input#name.form-control {
    float: left;
    width: 346px;
    margin-right: 15px;
    margin-left: 10px;
    margin-bottom: 15px;
    border: #cbcbcb 1px solid !important;

}

input#firma.form-control {
    float: right;
    width: 418px;
    margin-bottom: 15px;
    border: #cbcbcb 1px solid !important;

}

input#email.form-control {
    float: left;
    width: 418px;
    margin-right: 12px;
    border: #cbcbcb 1px solid !important;

}

input#betreff.form-control {
    float: right;
    width: 418px;
    border: #cbcbcb 1px solid !important;
}

div.form-group textarea#message.form-control {
    width: 890px;
    margin-top: 15px;
    border: #cbcbcb 1px solid !important;
}


section#contact .form-group {
    margin-bottom: 25px;
}

.form-group input,
.form-group textarea {
    padding: 10px;
}

.form-group input.form-control {
    height: auto;
}

.form-group textarea.form-control {
    height: 109px;
}


-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

-moz-placeholder {
    text-transform: uppercase;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

-moz-placeholder {
    text-transform: uppercase;
    font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

.text-danger {
    color: #e74c3c;
}

@media(max-width:970px) {
    input {
        width: calc(100% - 20px) !important;
        float: left !important;
    }

    input#name.form-control {
        margin-left: 0px;
        margin-top: 10px;
    }

    input#betreff {
        margin-top: 10px;
    }

    div.form-group textarea#message.form-control {
        width: calc(100% - 20px) !important;
    }

    .btn.btn-xxl {
        width: 100% !important;
        margin: 0px !important;
    }
}


.btn.btn-xxl {
    background-color: #fafafa;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    border: 1px solid #cbcbcb;
    width: 25%;
    height: 50px;
    font-size: 18px;
    color: #6c90a5;
    margin: 0 38%;
}

.btn.btn-xxl:hover {
    background-color: #fefefe !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    border: 1px solid #d8d9d9;
    width: 25%;
    height: 50px;
    font-size: 18px;
    color: #8b97a1;
}



div.contactform section form#contactForm {
    margin-bottom: 25px;
}

/* /// Ende Kontaktformular */

/* Kontakt Niederlassungen - Maps */


.map-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 40px;
    margin-top: -15px;
}

@media(max-width:840px) {
    .map-wrapper {
        grid-template-columns: 1fr;
    }
}

.map-box1,
.map-box2 {
    padding: 30px 0px;
}

.map-box1 h5 {
    color: #033e62;
    font-size: 16px;
    font-family: "noto sans", verdana;
    font-weight: normal;
    margin: 0;
}

.map-box2 h5 {
    color: #033e62;
    font-size: 16px;
    font-family: "noto sans", verdana;
    font-weight: normal;
    margin: 0;
}

div.map-box1 p {
    line-height: 170%;
    margin-top: 15px;
}

div.map-box2 p {
    line-height: 170%;
    margin-top: 15px;
}

div.map-box1 p a {
    color: #5d5d5d;
    text-decoration: underline;
}

div.map-box1 p a:hover {
    color: #91abb7;
    text-decoration: underline;
}

div.map-box2 p a {
    color: #5d5d5d;
    text-decoration: underline;
}

div.map-box2 p a:hover {
    color: #91abb7;
    text-decoration: underline;
}

.map-bild {
    float: left;
    margin-right: 25px;
}

@media(max-width:840px) {

    .map-box1,
    .map-box2 {
        padding: 10px 0px;
    }
}

@media (max-width:460px) {
    .no_mobile {
        display: none;
    }

    .map-bild {
        float: none;
        margin-bottom: 20px;
    }
}

/* Footer */
.footer {
    background: #404040;
    color: #ffffff;
    font-size: 13px;
    z-index: 2147483647;
    padding: 20px;
    /*
position:absolute;
bottom:0;
*/
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    width: 100%;
    max-width:940px;
    margin: auto;
}


@media(max-width:768px) {
    .footer-content {
        grid-template-columns: 1fr;
    }
}


.box3 p {
    margin-bottom: 15px;
}


div.footer div.footer-content div.box1 p a {
    color: #ffffff;
}

div.footer div.footer-content div.box2 p a {
    color: #ffffff;
}

div.footer div.footer-content div.box3 p a {
    color: #ffffff;
}

div.footer div.footer-content div.box1 p a:hover {
    color: lightgrey;
}

div.footer div.footer-content div.box2 p a:hover {
    color: lightgrey;
}

div.footer div.footer-content div.box3 p a:hover {
    color: lightgrey;
}

div.footer div.footer-content div.box3 p a {
    margin: 5px;
}




/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: 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: "";
    }

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