/* === FARBEN === */


/*
Schwarz: #000000
Orange: #E34D21
Grau: #E6E6E6
*/


/* === Schriftart === */

@font-face {
    font-family: "Roboto";
    src: url(../webfonts/roboto/Roboto-Regular.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Roboto";
    src: url(../webfonts/roboto/Roboto-Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "Roboto";
    src: url(../webfonts/roboto/Roboto-Italic.ttf) format("truetype");
    font-style: italic;
    font-weight: normal;
}


/* === GLOBAL === */

body {
    font-family: 'Roboto', sans-serif;
}

section {
    padding-bottom: 4rem;
    border-bottom: 2px solid #E34D21;
}

:focus {
    outline: none;
    box-shadow: 0 0 2px 2px #E34D21, 0 0 10px #E34D21;
}


/* === GENERELL === */

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.intro-header {
    text-align: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.intro-header>h1 {
    text-transform: uppercase;
}

.btn-typ-0 {
    border: none;
    background: #000000;
    color: #ffffff;
    font-size: 1rem;
    padding: .4rem;
    text-decoration: none;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.btn-typ-0:hover {
    background: #E34D21;
}

.btn-typ-1 {
    border: none;
    background: #000000;
    color: #ffffff;
    font-size: 1rem;
    padding: .4rem;
    text-decoration: none;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.btn-typ-1:hover {
    background: #04B45F;
}

.active {
    border-bottom: 3px solid #E34D21;
}


/* === FUER LEISTUNGEN SEITE ===*/

.col-8>p>i {
    font-size: 2.5rem;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.col-8>p>i:hover {
    font-size: 3rem;
}

@media (max-width: 1024px) {
    .intro-header {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .intro-header {
        width: 80%;
    }
}


/* === HEADER === */

#header {
    width: 100%;
    height: 60px;
    background-color: #000000;
    position: fixed;
    top: 0;
}

#header * {
    height: 100%;
}

#header {
    border-bottom: 1px solid #E34D21;
}


/* === HEADER-BANNER === */

#header-banner {
    margin-top: 100px;
    width: 100%;
}

#header-banner img {
    width: 100%;
    height: auto;
}


/* === HEADER-NAV === */

#header-nav {
    width: 100%;
    height: 40px;
    background-color: #000000;
    position: fixed;
    top: 60px;
}

#header-nav .col-8 {
    padding: 0;
}

#header-nav * {
    height: 100%;
}

#header-nav ul {
    padding: 0;
    margin: 0;
}

#header-nav ul>li {
    display: inline-block;
    text-transform: uppercase;
    padding-top: .6rem;
    margin-left: 1rem;
    color: #fff;
}

#header-nav ul>li:first-of-type {
    margin-left: 0;
}

#header-nav ul>li>a {
    -webkit-transition: .5s;
    transition: .5s;
}

#header-nav ul>li>a:link {
    color: #fff;
    text-decoration: none;
}

#header-nav ul>li>a:visited {
    color: #fff;
    text-decoration: none;
}

#header-nav ul>li>a:active {
    color: #fff;
    text-decoration: none;
}

#header-nav ul>li>a:hover {
    color: #E34D21;
    text-decoration: none;
}


/* === MOBILE-NAV === */

#mobile-nav-button {
    font-size: 1.8rem;
    color: #E34D21;
    margin-top: .2rem;
}

#mobile-nav-dropdown {
    position: relative;
    display: inline-block;
}

#mobile-nav-content {
    display: none;
    width: 100%;
    position: fixed;
    right: 0;
    -webkit-animation-name: slideInNav00;
    -webkit-animation-duration: 0.4s;
    animation-name: slideInNav00;
    animation-duration: 0.4s;
}

#mobile-nav-content>ul>li {
    display: block;
    background-color: #000000;
    height: 50px;
    padding-left: .4rem;
    padding-right: .4rem;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid #E34D21;
    line-height: 2rem;
}

#mobile-nav-content>ul>li:first-of-type {
    margin-top: -.2rem;
}

#mobile-nav-dropdown:hover>#mobile-nav-content {
    display: block;
}

#mobile-nav {
    display: none;
}

@media (max-width: 768px) {
    #desktop-nav {
        display: none;
    }
    #mobile-nav {
        display: block;
    }
}

@-webkit-keyframes slideInNav00 {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 100px;
        opacity: 1
    }
}

@keyframes slideInNav00 {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 100px;
        opacity: 1
    }
}


/* === ÜBER-UNS-BEREICH === */

#ueber-uns-bereich {
    margin-top: 50px;
}

#ueber-uns-bereich .row {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#ueber-uns-bereich .col-8 {
    font-size: 1.5rem;
}

#ueber-uns-bereich .col-8 h1 {
    font-size: 1.5rem;
}

#ueber-uns-bereich .col-8 i {
    font-size: 1.5rem;
    color: #E34D21;
}

#ueber-uns-bereich .col-8 span {
    margin-left: 10px;
}

#ueber-uns-bereich .col-8 img {
    width: 50%;
    height: auto;
    margin-left: 25%;
}

@media (max-width: 1315px) {
    #ueber-uns-bereich .row {
        width: 80%;
    }
    #ueber-uns-bereich .col-8 img {
        width: 65%;
        margin-left: 17.5%;
    }
}

@media (max-width: 1024px) {
    #ueber-uns-bereich .row {
        width: 90%;
    }
    #ueber-uns-bereich .col-8 img {
        width: 75%;
        margin-left: 12.5%;
    }
}

@media (max-width: 410px) {
    #ueber-uns-bereich .row {
        width: 95%;
    }
    #ueber-uns-bereich .col-8 img {
        width: 85%;
        margin-left: 7.5%;
    }
}


/* === LEISTUNGEN-BEREICH === */

#leistungen-bereich {
    margin-top: 50px;
}

#leistungen-bereich .row:not(:nth-of-type(1)) {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#leistungen-bereich .col-4 {
    background-color: #f4f4f4;
    text-align: center;
    padding: .4rem;
    border: .4rem solid #ffffff;
}

#leistungen-bereich .col-4>h2 {
    margin: 0;
    font-size: 1.2rem;
    text-transform: uppercase;
}

#leistungen-bereich .col-4>p {
    font-size: 1rem;
}

#leistungen-bereich .col-4>a {
    float: right;
}

#leistungen-bereich .col-4>a:hover {
    background-color: #E34D21;
}

@media (max-width: 390px) {
    #leistungen-bereich .row:not(:nth-of-type(1)) {
        width: 90%;
    }
}


/* === KONTAKT-FORMULAR === */

#kontakt-formular {
    background-color: #F0F0F0;
}

#kontakt-formular .row {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#kontakt-formular .intro-header {
    margin-bottom: 50px;
}

#kontakt-formular {
    padding-bottom: 100px;
}

#kontakt-form .col-2 * {
    float: right;
}

#kontakt-form .row {
    width: 50%;
}

#kontakt-form input {
    border: 1px solid #DEDEDE;
    font-size: 1.2rem;
    border-radius: 5px;
    color: #3D3F45;
    width: 60%;
}

#kontakt-form label {
    font-size: 1.2rem;
    color: #3D3F45;
}

#kontakt-form input:focus {
    border: 1px solid #3D3F45;
}

#kontakt-form a:link {
    color: #3D3F45;
    text-decoration: underline;
}

#kontakt-form a:visited {
    color: #3D3F45;
    text-decoration: underline;
}

#kontakt-form a:active {
    color: #3D3F45;
    text-decoration: underline;
}

#kontakt-form a:hover {
    color: #3D3F45;
    text-decoration: underline;
}

#taNachricht {
    width: 100%;
    height: 150px;
    border: 1px solid #DEDEDE;
    font-size: 1.2rem;
    border-radius: 5px;
    color: #3D3F45;
}

#taNachricht:focus {
    border: 1px solid #3D3F45;
}

#kontakt-form #cbDatenschutz {
    margin: 0;
    margin-right: .5rem;
    width: auto;
}

#btnAbsenden {
    float: right;
}

.kontakt-form-nachricht .row {
    width: 50%;
    text-align: center;
}

.kontakt-form-nachricht .row .col-8 p {
    font-size: 1.3rem;
}

.kontakt-form-nachricht a:link {
    color: #3D3F45;
    text-decoration: underline;
}

.kontakt-form-nachricht a:visited {
    color: #3D3F45;
    text-decoration: underline;
}

.kontakt-form-nachricht a:active {
    color: #3D3F45;
    text-decoration: underline;
}

.kontakt-form-nachricht a:hover {
    color: #3D3F45;
    text-decoration: underline;
}

@media (max-width: 1366px) {
    #kontakt-form .row {
        width: 60%;
    }
    .kontakt-form-nachricht .row {
        width: 60%;
    }
}

@media (max-width: 1080px) {
    #kontakt-form .row {
        width: 70%;
    }
    .kontakt-form-nachricht .row {
        width: 70%;
    }
}

@media (max-width: 768px) {
    #kontakt-form .col-2 * {
        float: left;
    }
}

@media (max-width: 696px) {
    #kontakt-form .row {
        width: 95%;
    }
    #kontakt-form .row:nth-of-type(5) label {
        font-size: 1rem;
    }
    .kontakt-form-nachricht .row {
        width: 95%;
    }
}

@media (max-width: 480px) {
    #kontakt-form input {
        width: 80%;
    }
    #kontakt-form .row:nth-of-type(5) label {
        font-size: .8rem;
    }
}


/* ===VISITENKARTE-BEREICH === */

#visitenkarte-bereich {
    margin-top: 50px;
}

#visitenkarte-bereich .row:nth-of-type(2) {
    margin-top: 2rem;
}

#visitenkarte-bereich .row:nth-of-type(2) a {
    color: #000000;
    text-decoration: none;
    transition-duration: .5s;
}

#visitenkarte-bereich .row:nth-of-type(2) a:link {
    color: #000000;
    text-decoration: none;
}

#visitenkarte-bereich .row:nth-of-type(2) a:active {
    color: #000000;
    text-decoration: none;
}

#visitenkarte-bereich .row:nth-of-type(2) a:hover {
    color: #E34D21;
    text-decoration: none;
}

#visitenkarte-bereich .row:nth-of-type(2) a:visited {
    color: #000000;
    text-decoration: none;
}

#visitenkarte-bereich .col-2 i {
    font-size: 2.5rem;
}

#visitenkarte-bereich .col-2 p {
    text-align: center;
}

@media (max-width: 1024px) {
    #visitenkarte-bereich .col-4:nth-of-type(1) {
        border-right: none;
        text-align: center;
    }
    .kontakt-bild {
        margin: 0;
    }
}

@media (max-width: 412px) {
    #visitenkarte-bereich .col-4:nth-of-type(2) {
        padding-left: .5rem;
    }
}


/* === MAP-BEREICH === */

#map-bereich {
    padding-bottom: 0;
}

#googlemap {
    height: 500px;
}


/* === ALLGEMEINE-ELEKTROINSTALLATION-BEREICH === */

#allgemeine-elektroinstallation-bereich {
    margin-top: 50px;
}

#allgemeine-elektroinstallation-bereich .col-8 p {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


/* === HAUSTECHNIK-BEREICH === */

#haustechnik-bereich {
    background-color: #E6E6E6;
}

#haustechnik-bereich .col-8 p {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#haustechnik-bereich .col-8 .row {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

#haustechnik-bereich .col-8 .row .col-1_3 {
    text-align: center;
    color: #ffffff;
    background-color: #E34D21;
    padding: 1rem;
    border: 1rem solid #E6E6E6;
    font-size: 1.2rem;
}

@media(max-width: 1600px) {
    #haustechnik-bereich .col-8 .row .col-1_3 {
        font-size: 1rem;
    }
}

@media(max-width: 1400px) {
    #haustechnik-bereich .col-8 .row .col-1_3 {
        width: 50%;
    }
}

@media(max-width: 768px) {
    #haustechnik-bereich .col-8 .row {
        width: 85%;
    }
}

@media(max-width: 540px) {
    #haustechnik-bereich .col-8 .row {
        width: 90%;
    }
    #haustechnik-bereich .col-8 .row .col-1_3 {
        width: 100%;
    }
}


/* === KOMMUNIKATIONSTECHNIK === */

#kommunikationstechnik-bereich .col-8 p {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#kommunikationstechnik-bereich .col-8 .row {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

#kommunikationstechnik-bereich .col-8 .row .col-2 {
    text-align: center;
    color: #ffffff;
    background-color: #E34D21;
    padding: 1rem;
    border: 1rem solid #ffff;
    font-size: 1.2rem;
}

@media(max-width: 1600px) {
    #kommunikationstechnik-bereich .col-8 .row .col-2 {
        font-size: 1rem;
    }
}

@media(max-width: 1400px) {
    #kommunikationstechnik-bereich .col-8 .row .col-2 {
        width: 50%;
    }
}

@media(max-width: 768px) {
    #kommunikationstechnik-bereich .col-8 .row {
        width: 85%;
    }
}

@media(max-width: 540px) {
    #kommunikationstechnik-bereich .col-8 .row {
        width: 90%;
    }
    #kommunikationstechnik-bereich .col-8 .row .col-2 {
        width: 100%;
    }
}


/* === SMART-HOME === */

#smart-home-bereich {
    background-color: #E6E6E6;
}

#smart-home-bereich .col-8 p {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


/* === ELEKTROPRUEFUNG === */

#elektropruefung-bereich .col-8 p {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


/* === PHOTOVOLTAIKANLAGEN === */

#photovoltaikanlagen-bereich {
    background-color: #E6E6E6;
}

#photovoltaikanlagen-bereich .col-8 p {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


/* === INDUSTRIE === */

#industrie-bereich .col-8 p {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 1600px) {
    #allgemeine-elektroinstallation-bereich .col-8 p {
        width: 75%;
    }
    #haustechnik-bereich .col-8 p {
        width: 75%;
    }
    #kommunikationstechnik-bereich .col-8 p {
        width: 75%;
    }
    #smart-home-bereich .col-8 p {
        width: 75%;
    }
    #elektropruefung-bereich .col-8 p {
        width: 75%;
    }
    #sonstiges-bereich .col-8 p {
        width: 75%;
    }
}

@media (max-width: 1600px) {
    #allgemeine-elektroinstallation-bereich .col-8 p {
        width: 85%;
    }
    #haustechnik-bereich .col-8 p {
        width: 85%;
    }
    #kommunikationstechnik-bereich .col-8 p {
        width: 85%;
    }
    #smart-home-bereich .col-8 p {
        width: 85%;
    }
    #elektropruefung-bereich .col-8 p {
        width: 85%;
    }
    #sonstiges-bereich .col-8 p {
        width: 85%;
    }
}

@media (max-width: 400px) {
    #allgemeine-elektroinstallation-bereich h1 {
        font-size: 1.2rem;
    }
    #haustechnik-bereich h1 {
        font-size: 1.2rem;
    }
    #kommunikationstechnik-bereich h1 {
        font-size: 1.2rem;
    }
    #smart-home-bereich h1 {
        font-size: 1.2rem;
    }
    #elektropruefung-bereich h1 {
        font-size: 1.2rem;
    }
    #sonstiges-bereich h1 {
        font-size: 1.2rem;
    }
}


/* === CONTENT-BEREICH === */

#content-bereich {
    margin-top: 120px;
    margin-bottom: 100px;
    border-bottom: none;
}

#content-bereich h1>span {
    margin-left: 10px;
}

#content-bereich a:link {
    color: #E34D21;
}

#content-bereich a:hover {
    color: #E34D21;
}

#content-bereich a:active {
    color: #E34D21;
}

#content-bereich a:visited {
    color: #E34D21;
}


/* === FOOTER-BEREICH === */

#footer-bereich {
    background-color: #000000;
    color: #E34D21;
}

#footer-bereich .col-8 {
    text-align: center;
    padding-bottom: 1.5rem;
}

#footer-bereich .col-4:nth-of-type(2) {
    text-align: right;
}

#footer-bereich a:link {
    color: #E34D21;
    text-decoration: none;
}

#footer-bereich a:visited {
    color: #E34D21;
    text-decoration: none;
}

#footer-bereich a:active {
    color: #E34D21;
    text-decoration: none;
}

#footer-bereich a:hover {
    color: #E34D21;
    text-decoration: none;
}

#footer-bereich .col-4 span {
    margin-left: .5rem;
}

@media (max-width: 1024px) {
    #footer-bereich .col-4:nth-of-type(2) {
        text-align: left;
    }
}