/*!
 * Theme Name: TEC Brandschutz
 * Theme URI: https://5pectre.com/tec-brandschutz
 * Description: Das ist das Custom WodrPress Theme für TEC-Brandschutz. Es wurde von deiner Digitalen Agentur genau für deine Bedürnisse erstellt. Du findest ein Backup deines Themes auf GitHub unter https://github.com/5pectre-Deine-digitale-Agentur/TEC-Brandschutz
 * Version: 2.0
 * Author: Christian Schnabel
 * Author URI: https://5pectre.com
 * Tags: 5pectre, HTML5, CSS3, PHP, ACF, CF7
 */

@charset "UTF-8";

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap'); */

@font-face {
    font-family: 'Caveat';
    src: url('fonts/Caveat/Caveat-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat/Montserrat-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'Permanent Marker';
    src: url('fonts/Permanent_Marker/PermanentMarker-Regular.ttf');
}

@font-face {
    font-family: 'DM_Serif_Display';
    src: url('fonts/DM_Serif_Display/DMSerifDisplay-Regular.ttf');
}


/* SCROLLBAR */

body::-webkit-scrollbar {
    width: 12px;
    /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: #373d52;
    /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    background-color: #FF4D4D;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
}


/* LOGO SLIDER */

.container {
    overflow: hidden;
    text-align: center;
}

.button {
    cursor: pointer;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-track {
    padding-top: 50px;
    padding-bottom: 50px;
}

.container {
    background-color: #d1d1d1;
}

html,
body {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 12pt;
    line-height: 1.5rem;
    background: #fff;
    scroll-behavior: smooth;
    position: relative;
    color: #373d52;
    overflow-x: hidden;
    overscroll-behavior: none;
}

img {
    height: 100%;
    width: 100%;
    opacity: 0.6;
    transition: .6s;
}

img:hover {
    opacity: 1;
    transition: .6s;
}

h1,
h2 {
    font-size: 24pt;
    line-height: 1.5em;
}

.motto,
h3,
h4 {
    font-family: 'Permanent Marker', cursive;
    font-weight: 800;
}

a {
    text-decoration: none;
    color: #fff;
}


/* === Header === */

#header {
    position: relative;
    top: 0;
    z-index: 100;
    background-color: #fff;
    width: 100%;
}

#header .logo {
    margin-left: 10%;
    height: 70px;
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 200;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#header .logo img {
    opacity: 1 !important;
    width: auto;
    height: 80%
}

#header .menu {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
}

#header .menu ul {
    padding: 0 30px;
}

#header .menu li {
    justify-content: right;
    margin: auto 20px;
    font-weight: 500;
}

#header .menu a {
    color: #373d52;
}

#header .button {
    right: 10%;
    text-align: center;
    color: #fff;
    background-color: #FF4D4D;
    font-weight: bold;
    padding: 7px 40px;
    border-radius: 50px;
    box-shadow: 10px 10px 10px rgb(25 25 25/ 20%);
    width: 120px;
    transition: 0.3s;
}

#header .button:hover {
    box-shadow: 15px 15px 15px rgb(25 25 25/ 20%);
    transition: 0.3s;
}

#header .button a {
    color: #fff;
}

#header .grid {
    display: grid;
    grid-template-columns: 20% 80%;
    box-shadow: 0 10px 10px rgba(84, 0, 0, 0.3);
}

#header .grid a {
    margin: auto;
}

#header .burger {
    display: none;
}


/* === Section Fire === */

#fire {
    height: calc(100vh - 70px);
    background-color: #FF4D4D;
    position: relative;
    z-index: 0;
}

.background::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FF4D4D;
    opacity: .4;
    z-index: 0;
}

#fire .grid {
    display: grid;
    grid-template-columns: 50% 50%;
    z-index: 30;
    width: 992px;
    height: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}

#fire .action {
    background-color: #fff !important;
    height: fit-content;
    width: calc(100% - 100px);
    padding: 50px;
    position: relative;
    z-index: 20;
    box-shadow: 10px 10px 10px rgba(84, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-self: center;
}

#fire .what {
    position: absolute;
    color: #fff;
    background-color: #373d52;
    top: -25px;
    left: 50px;
    padding: 10px 50px;
    font-weight: bold;
    z-index: 30px;
    box-shadow: 10px 10px 10px rgba(84, 0, 0, 0.3);
}

#fire .what a {
    padding: 10px 50px;
}

#fire h1 {
    z-index: 30;
}

#fire .motto {
    color: #fff;
    margin-left: 20px;
    z-index: 30;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#fire .motto p {
    font-size: 80px;
    font-weight: bold;
    line-height: 100px;
    z-index: 30;
    margin: 0;
    text-align: left;
    margin-left: 100px;
}

#fire .needs a {
    letter-spacing: 3px;
    background-color: #373d52;
    font-weight: bold;
    padding: 10px 50px;
    z-index: 30;
}


/* === section service === */

ul {
    padding: 0;
}

#service {
    background: #FF4D4D;
    color: #fff;
    padding: 50px 150px;
    z-index: 10;
}

.shadow {
    position: relative;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

#service .lh {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}

#service .grid {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    column-gap: 5%;
    width: 992px;
    margin: auto;
}

#service .needs {
    background-color: #373d52;
    font-weight: bold;
    padding: 10px 50px;
    z-index: 100;
    width: fit-content;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    box-shadow: 10px 10px 10px rgba(84, 0, 0, 0.3);
}


/* === Section Power === */

#power {
    background-color: #373d52;
    padding: 150px 0;
}

#power .what {
    width: fit-content;
    background-color: #fff;
    color: #373d52;
    font-weight: bold;
    padding: 10px 50px;
    z-index: 30;
    box-shadow: 10px 10px 10px rgba(12, 31, 61, 0.4);
}

#power .head {
    width: 992px;
    margin: auto;
}

#power .what a {
    color: #373d52;
}

#power h2 {
    color: #fff;
    width: 992px;
    margin: 50px auto;
}

#power .grid {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    column-gap: 70px;
    width: 992px;
    margin: auto;
}

#power .bild {
    height: 225px;
    width: 300px;
    background-color: #FF4D4D;
    position: absolute;
    top: -30px;
    left: 30px;
    box-shadow: 10px 10px 10px rgba(12, 31, 61, 0.4);
}

#power .bild::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FF4D4D;
    opacity: .4;
    z-index: 0;
}

#power .line {
    margin-top: 50px;
    background-color: #fff;
    position: relative;
    padding: 40px 20px;
    padding-top: 200px;
    box-shadow: 10px 10px 10px rgba(12, 31, 61, 0.4);
}

#power .button {
    right: 10%;
    text-align: center;
    color: #fff;
    background-color: #FF4D4D;
    font-weight: bold;
    padding: 10px 60px;
    border-radius: 50px;
    box-shadow: 10px 10px 10px rgba(148, 0, 0, 0.4);
    width: 100px;
    transition: 0.3s;
    margin: auto;
}

#power .button:hover {
    box-shadow: 15px 15px 15px rgba(148, 0, 0, 0.4);
    transition: 0.3s;
}

#power .text {
    padding: 0 10px;
}

#power .button a {
    color: #fff;
}

#power .überschrift {
    font-weight: bold;
}


/* === Footer === */

footer .grid {
    padding: 100px 0;
    margin: auto;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    width: 992px;
    line-height: 25px;
    color: #373d52;
    grid-gap: 20px
}

.list-header {
    border-bottom: 2px solid #373d52;
    padding-right: 20%;
    font-weight: bold;
}

li {
    list-style: none;
}

footer a:hover,
.list-header:hover {
    font-weight: bold;
    transition: .3s;
}

footer a {
    color: #373d52;
    transition: .3s;
}

footer span {
    color: #d4af37;
}

.spectre {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    transition: 0.8s;
}

.spectre:hover {
    font-size: 11px;
    transition: 1.0;
    transition: 0.8s;
}

footer .motto {
    margin-top: 20px;
}

footer .motto p {
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
    margin: 0;
}

footer img {
    opacity: 1 !important;
    width: auto;
    height: 70px;
    margin-top: 20px;
}


/* Section Posts */

#posts {
    padding: 100px 0;
}

#posts .grid {
    max-width: 992px;
    width: 100%;
    margin: auto;
}

#posts .button {
    text-align: center;
    color: #fff;
    background-color: #FF4D4D;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 10px 10px 10px rgba(12, 31, 61, 0.4);
    width: 150px;
    margin: 50px 0 100px;
    transition: 0.3s;
}

#posts .button:hover {
    box-shadow: 15px 15px 15px rgba(12, 31, 61, 0.4);
    transition: 0.3s;
}


/* === Section schutz === */

#schutz {
    padding-left: 20%;
    background-color: #696969;
    position: relative;
}

#schutz::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FF4D4D;
    opacity: .4;
    z-index: 0;
}

#schutz .grid {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 100px 0;
}

#schutz .content {
    margin-top: 30px;
    z-index: 40;
}

#schutz h3 {
    font-size: 70px;
    line-height: 100px;
    color: #fff;
}

#schutz .button {
    right: 10%;
    text-align: center;
    color: #fff;
    background-color: #FF4D4D;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 10px 10px 10px rgba(84, 0, 0, 0.4);
    width: 150px;
    transition: 0.3s;
}

#schutz .button:hover {
    box-shadow: 15px 15px 15px rgba(84, 0, 0, 0.4);
    transition: 0.3s;
}

#schutz .box {
    width: 550px;
    height: fit-content;
    background-color: #fff;
    margin-top: 20px;
    padding: 40px;
    box-shadow: 10px 10px 10px rgba(84, 0, 0, 0.4);
}

#schutz .box p {
    margin-top: 20px
}

#schutz .header {
    font-weight: bold;
    font-size: 24pt;
    line-height: 36pt;
}

#schutz .text {
    padding-top: 10px;
}

#schutz .row {
    position: relative;
}

#schutz .needs {
    position: absolute;
    color: #fff;
    background-color: #373d52;
    top: -20px;
    left: 50px;
    font-weight: bold;
    padding: 0px 40px;
    box-shadow: 10px 10px 10px rgba(84, 0, 0, 0.4);
}

#schutz .needs p {
    letter-spacing: 3px;
    background-color: #373d52;
    font-weight: bold;
}


/* === section call === */

#call {
    padding: 100px 0 100px 20%;
}

#call .back {
    position: relative;
    width: 550px;
    height: 500px;
}

#call .content {
    width: auto;
    height: fit-content;
    background-color: #373d52;
    margin: auto;
    z-index: 99;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    padding: 50px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

#call .button {
    text-align: center;
    bottom: 0px;
    ;
    left: 0;
    right: 10%;
    color: #fff;
    background-color: #FF4D4D;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
    width: 150px;
    transition: 0.3s;
}

#call .button:hover {
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

#call .button a {
    color: #fff;
}

#call .bild {
    width: 600px;
    height: 450px;
    background-color: #FF4D4D;
    position: absolute;
    right: -100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

#call .bild::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FF4D4D;
    opacity: .4;
    z-index: 0;
}

#call .needs {
    position: absolute;
    color: #fff;
    background-color: #373d52;
    padding: 0px 40px;
    top: -10px;
    right: -100%;
    transform: translateX(-50%);
    font-weight: bold;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
}

#call .needs p {
    letter-spacing: 3px;
    background-color: #373d52;
    font-weight: bold;
}

#call .box1 {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 20px;
    left: 0;
    background-color: #373d52;
}

#call .box2 {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 20px;
    left: 25px;
    background-color: #696969;
}


/* === Section fourgrid === */

#fourgrid {
    padding: 0px 20% 100px;
    background-color: #373d52;
    height: fit-content;
    padding: 100px;
    color: #fff;
}

#fourgrid h4 {
    font-size: 50px;
    line-height: 70px;
}

#fourgrid .grid {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 5em 3em;
}

#fourgrid span {
    color: #373d52;
    width: fit-content;
    background-color: #fff;
    box-shadow: 10px 10px 10px rgba(12, 31, 61, 0.4);
    font-weight: bold;
    padding: 10px 50px;
}

#fourgrid .button {
    right: 10%;
    text-align: center;
    color: #fff;
    background-color: #FF4D4D;
    10% font-weight: bold;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 10px 10px 10px rgba(12, 31, 61, 0.4);
    width: 150px;
    margin-top: 50px;
    transition: 0.3s;
}

#fourgrid .button:hover {
    box-shadow: 15px 15px 15px rgba(12, 31, 61, 0.4);
    transition: 0.3s;
}

#fourgrid .button a {
    color: #fff;
    font-weight: bold;
}

#fourgrid .content {
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#fourgrid .header {
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
}

#fourgrid .bild {
    height: 600px;
    background-color: #FF4D4D;
    position: relative;
    box-shadow: 10px 10px 10px rgba(12, 31, 61, 0.4);
}

#fourgrid .bild::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FF4D4D;
    opacity: .4;
    z-index: 0;
}

#fourgrid .bild img {
    height: 100%;
    width: 100%;
    opacity: 0.6;
}


/* === section a === */

#mail {
    background-color: #FF4D4D;
    color: #fff;
    min-height: 180px;
    padding: 50px 0;
    /* padding: 0 20%; */
}

#mail .grid {
    display: grid;
    grid-template-columns: auto;
    width: 992px;
    margin: auto;
}

#mail .eingabe {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#mail .eingabe input {
    border-radius: 50px;
    height: 40px;
    border-style: none;
    padding-inline: 24px;
    box-shadow: 10px 10px 10px rgba(84, 0, 0, 0.4);
}

.email::placeholder {
    color: #d1d1d1 !important;
}

#mail .eingabe input:focus {
    border-style: none;
    outline: none;
    transition: 0.3s;
}

#mail .eingabe a {
    height: 40px;
    width: 100px;
    padding: 11px 25px;
    font-size: 20px;
    color: #fff;
    background-color: #373d52;
    border-radius: 50px;
    border-style: none;
    box-shadow: 10px 10px 10px rgba(84, 0, 0, 0.4);
    transition: 0.3s;
}

#mail .eingabe a:hover {
    box-shadow: 13px 13px 13px rgba(84, 0, 0, 0.4);
    transition: 0.3s;
}

#mail .content p {
    margin: 0;
    font-weight: bold;
    font-size: 24pt;
    line-height: 1.5em;
}

#mail .content .button {
    right: 10%;
    text-align: center;
    color: #fff;
    background-color: #373d52;
    font-weight: bold;
    padding: 10px 60px;
    border-radius: 50px;
    box-shadow: 10px 10px 10px rgba(148, 0, 0, 0.4);
    width: fit-content;
    transition: 0.3s;
    margin-top: 50px;
}

#mail .content .button:hover {
    box-shadow: 10px 10px 10px rgba(12, 31, 61, 0.4);
}

.wpcf7-form {
    display: grid;
    margin-right: 100px;
    grid-gap: 20px;
}

.wpcf7-response-output {
    color: white !important
}


/* === Page.php === */

.title {
    background: url('http://tfec.5pectre.com/wp-content/uploads/2021/01/TEC-scaled.jpeg');
    height: 60vh;
    text-align: center;
    z-index: 4;
    position: relative;
}

.title h1 {
    font-size: 50px;
    color: white;
    padding-top: 40vh;
    z-index: 30;
    position: relative;
}

.red {
    background-color: #fff;
    padding: 30px 50px;
    color: #373d52;
}

.red article {
    max-width: 1200px;
    margin: auto;
}


/* 404 */

.error {
    background: url('http://tfec.5pectre.com/wp-content/uploads/2021/01/TEC-scaled.jpeg');
    height: 100vh;
    position: relative;
}

.error article {
    z-index: 30;
    position: relative;
}

.error a {
    text-align: center;
    color: #fff;
    background-color: #FF4D4D;
    font-weight: bold;
    padding: 7px 40px;
    border-radius: 50px;
    box-shadow: 10px 10px 10px rgb(25 25 25/ 20%);
    width: 120px;
    transition: 0.3s;
}

.error a:hover {
    box-shadow: 15px 15px 15px rgb(25 25 25/ 20%);
    transition: 0.3s;
}

.error img {
    margin-top: 20vh;
    height: 40vh;
    position: relative;
    z-index: 100;
}


/* === ABOUT === */

#about {
    min-height: 300px;
    background-color: #FF4D4D;
    position: relative;
    z-index: 0;
}

.background::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FF4D4D;
    opacity: .4;
    z-index: 0;
}

#about .grid {
    display: grid;
    grid-template-columns: 50% 50%;
    z-index: 30;
    width: 992px;
    height: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}

#about .action {
    background-color: #fff !important;
    height: fit-content;
    width: calc(40% - 100px);
    padding: 30px 50px;
    position: absolute;
    z-index: 20;
    box-shadow: 10px 10px 10px rgba(84, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-self: center;
    transform: translateY(50%);
    bottom: 50px;
    right: 50px;
}

#about .what {
    position: absolute;
    color: #fff;
    background-color: #373d52;
    top: -25px;
    left: 50px;
    padding: 10px 50px;
    font-weight: bold;
    z-index: 30px;
    box-shadow: 10px 10px 10px rgba(84, 0, 0, 0.3);
}

#about .what a {
    padding: 10px 50px;
}

#about h1 {
    z-index: 30;
    font-size: 20pt;
}

#about .motto {
    color: #fff;
    margin-left: 20px;
    z-index: 30;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#about .motto p {
    font-size: 60px;
    font-weight: bold;
    line-height: 100px;
    z-index: 30;
    margin: 0;
    text-align: left;
    margin-left: 100px;
}

#about .needs a {
    letter-spacing: 3px;
    background-color: #373d52;
    font-weight: bold;
    padding: 10px 50px;
    z-index: 30;
}


/* Section Icons */

.icon-about {
    background-color: #373d52;
    padding: 150px 0;
}

.icon-about .what {
    width: fit-content;
    background-color: #fff;
    color: #373d52;
    font-weight: bold;
    padding: 10px 50px;
    z-index: 30;
    box-shadow: 10px 10px 10px rgba(12, 31, 61, 0.4);
}

.icon-about .head {
    width: 992px;
    margin: auto;
}

.icon-about .what a {
    color: #373d52;
}

.icon-about h4 {
    color: #fff;
    width: 992px;
    margin: 50px auto;
    font-size: 50pt;
    line-height: 1.2em;
}

.icon-about .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 992px;
    margin: auto;
    grid-gap: 20px;
}

.icon-about .grid p {
    color: #fff;
    font-size: 9pt;
}

.icon-about .überschrift p {
    font-size: 12pt;
    font-weight: bold;
}

.icon-about .icon {
    border-radius: 50px;
    border: 3px solid #BADA55;
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

.icon-about .box {
    margin: 20px 0;
}


/* Section Call-About */

.call-about .grid {
    width: 992px;
    margin: 100px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.call-about .action {
    background-color: #fff !important;
    height: fit-content;
    width: calc(80% - 100px);
    padding: 30px 0;
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-self: center;
    transform: translateY(50%);
}

.call-about .what {
    position: absolute;
    color: #fff;
    background-color: #373d52;
    top: -25px;
    left: 0px;
    padding: 10px 50px;
    font-weight: bold;
    z-index: 30px;
    box-shadow: 10px 10px 10px rgba(84, 0, 0, 0.3);
}


/* === KONTAKT === */

#contact {
    background: #373d52;
    padding: 100px 0;
}

#contact .grid {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    width: 992px;
    margin: auto
}

input,
textarea {
    width: 100%;
    padding: 15px 25px;
    background: #fff;
    outline: none;
    border: none;
    margin: 10px 0;
    border-radius: 20px
}


/* === MEDIA QUERYS === */


/* @media (max-width: 1500px) {

  #call,
  #fourgrid,
  #mail{
    padding-left: 10%;
  }

  #schutz {
    padding: 0;
  }

  #schutz h3 {
    text-align: center;
  }

  #schutz .button{
    margin: 50px auto;
  }

  #schutz h3 {
    font-size: 50px;
  }

  #call .bild {
    right: -80%;
  }

  #mail .grid {
    grid-template-columns: 34% 66%;
  }

  #mail .content {
    padding-top: 11px;
  }

  footer .grid {
    margin-left: 0;
    margin-top: 20px;
    margin: auto;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    width: 90%;
    font-size: 15px;
    line-height: 25px;
    color: #373d52;
  }

  footer .spectre p{
    font-size: 10px;
  }

  #schutz .box {
    width: 450px;
  }
} */

@media (max-width: 1200px) {
    #fire {
        height: 100vh;
    }
    #power {
        height: auto;
        padding: 0;
    }
    #power .grid {
        width: 992px;
    }
    #power h2 {
        text-align: center;
    }
    #power .head {
        padding-top: 100px;
    }
    #power .what {
        margin: auto;
    }
    #power .line {
        margin: auto;
        margin-bottom: 100px;
    }
    #power .head {
        padding-bottom: 50px;
    }
    #power .button {
        margin-top: 50px;
    }
    #schutz .box {
        width: 400px;
    }
    #schutz .header {
        font-size: 25px;
    }
    #call {
        padding: 0 0 100px 0;
    }
    #call .back {
        margin: auto;
        margin-top: 400px;
    }
    #call .bild {
        top: 0;
        left: 40px;
    }
    #call .needs {
        top: -260px;
        right: -20%;
    }
    #call .box1 {
        left: 105%;
        top: 78%;
    }
    #call .box2 {
        left: 110%;
        top: 78%;
    }
    #call .button {
        position: relative;
        z-index: 100;
    }
    #mail {
        margin: auto;
        padding: 100px 0;
    }
    #mail .grid {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 992px;
        margin: auto;
        height: 100%
    }
    #mail .content {
        text-align: center;
    }
    #mail .content p {
        padding-bottom: 50px
    }
    #mail .content .button {
        margin-bottom: 30px;
        margin: auto;
    }
    #mail .eingabe {
        text-align: center;
    }
    #mail .eingabe input {
        margin-bottom: 30px;
    }
    .wpcf7-form {
        display: block;
        width: auto;
    }
    #leistunggrid .grid1,
    #leistunggrid .grid {
        width: calc(100% - 200px) !important;
    }
}

@media (max-width: 992px) {
    #header .menu li {
        margin: 50px auto;
    }
    #leistunggrid h4 {
        width: calc(100% - 100px) !important;
        margin: auto;
        padding: 100px 0 !important;
        text-align: center
    }
    #leistunggrid .grid1 {
        display: flex !important;
        flex-direction: column;
    }
    #leistunggrid .grid {
        grid-template-columns: 100% !important;
        grid-template-rows: 300px auto !important;
        grid-gap: 50px !important;
    }
    #call-about .grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        width: 90%;
        margin: auto;
        padding: 100px 0;
    }
    #contact .grid {
        display: flex !important;
        flex-direction: column;
        width: 90% !important;
        margin: auto
    }
    input,
    textarea {
        width: calc(100% - 50px)
    }
    #about .grid {
        display: flex !important;
        flex-direction: row;
        width: 100% !important;
        height: 100% !important;
        position: absolute;
    }
    #about .action {
        top: 50% !important;
        bottom: auto;
        left: 50% !important;
        width: fit-content !important;
        transform: translate(-50%, -50%) !important;
    }
    #about .motto {
        display: none !important;
    }
    /* === ABOUT PHP === */
    #about {
        min-height: 300px;
        background-color: #FF4D4D;
        position: relative;
        z-index: 0;
    }
    .background::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #FF4D4D;
        opacity: .4;
        z-index: 0;
    }
    #about .grid {
        display: grid;
        grid-template-columns: 50% 50%;
        z-index: 30;
        width: 992px;
        height: fit-content;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: auto;
    }
    #about .action {
        background-color: #fff !important;
        height: fit-content;
        width: calc(40% - 100px);
        padding: 30px 50px;
        position: absolute;
        z-index: 20;
        box-shadow: 10px 10px 10px rgba(84, 0, 0, 0.3);
        display: flex;
        flex-direction: column;
        align-self: center;
        transform: translateY(50%);
        bottom: 50px;
        right: 50px;
    }
    #about .what {
        position: absolute;
        color: #fff;
        background-color: #373d52;
        top: -25px;
        left: 50px;
        padding: 10px 50px;
        font-weight: bold;
        z-index: 30px;
        box-shadow: 10px 10px 10px rgba(84, 0, 0, 0.3);
    }
    #about .what a {
        padding: 10px 50px;
    }
    #about h1 {
        z-index: 30;
        font-size: 20pt;
    }
    #about .motto {
        color: #fff;
        margin-left: 20px;
        z-index: 30;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #about .motto p {
        font-size: 60px;
        font-weight: bold;
        line-height: 100px;
        z-index: 30;
        margin: 0;
        text-align: left;
        margin-left: 100px;
    }
    #about .needs a {
        letter-spacing: 3px;
        background-color: #373d52;
        font-weight: bold;
        padding: 10px 50px;
        z-index: 30;
    }
    /* Section Icons */
    .icon-about {
        background-color: #373d52;
        padding: 150px 0;
    }
    .icon-about .what {
        width: fit-content;
        background-color: #fff;
        color: #373d52;
        font-weight: bold;
        padding: 10px 50px;
        z-index: 30;
        box-shadow: 10px 10px 10px rgba(12, 31, 61, 0.4);
    }
    .icon-about .head {
        width: 992px;
        margin: auto;
    }
    .icon-about .what a {
        color: #373d52;
    }
    .icon-about h4 {
        color: #fff;
        width: 992px;
        margin: 50px auto;
        font-size: 50pt;
        line-height: 1.2em;
    }
    .icon-about .grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        width: 992px;
        margin: auto;
        grid-gap: 20px;
    }
    .icon-about .grid p {
        color: #fff;
        font-size: 9pt;
    }
    .icon-about .überschrift p {
        font-size: 12pt;
        font-weight: bold;
    }
    .icon-about .icon {
        border-radius: 50px;
        border: 3px solid #BADA55;
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }
    .icon-about .box {
        margin: 20px 0;
    }
    /* Section Call-About */
    .call-about .grid {
        width: 992px;
        margin: 100px auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .call-about .action {
        background-color: #fff !important;
        height: fit-content;
        width: calc(80% - 100px);
        padding: 30px 0;
        position: relative;
        z-index: 20;
        display: flex;
        flex-direction: column;
        align-self: center;
        transform: translateY(50%);
    }
    .call-about .what {
        position: absolute;
        color: #fff;
        background-color: #373d52;
        width: fit-content;
        top: -25px;
        left: 0px;
        padding: 10px 50px;
        font-weight: bold;
        z-index: 30px;
        box-shadow: 10px 10px 10px rgba(84, 0, 0, 0.3);
    }
    /* === KONTAKT === */
    #contact {
        background: #373d52;
        padding: 100px 0;
    }
    #contact .grid {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 2fr 1fr;
        width: 992px;
        margin: auto
    }
    input,
    textarea {
        width: 100%;
        padding: 15px 25px;
        background: #fff;
        outline: none;
        border: none;
        margin: 10px 0;
        border-radius: 20px
    }
    #fire .grid {
        display: black;
        width: 90%;
    }
    #fire .action {
        position: absolute !important;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
    }
    #fire .motto p {
        display: none;
    }
    #fire {
        padding-bottom: 0px;
        height: 100vh;
        position: relative;
    }
    #service .grid {
        width: 90%;
        display: flex;
        flex-direction: column;
    }
    #power {
        padding: 0;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    #power .grid {
        grid-template-columns: none;
        width: 90%;
    }
    #power h2 {
        width: 90%;
    }
    #power .what {
        margin: auto;
    }
    #power .head {
        text-align: center;
        width: 90%;
    }
    #call .bild {
        top: 0;
        left: 0px;
        width: 550px;
    }
    #schutz .grid {
        grid-template-columns: none;
        padding: 0px 0 100px 0;
    }
    #schutz .button {
        margin-bottom: 50px;
        margin: auto;
    }
    #schutz .row {
        margin: 0;
    }
    #fourgrid .grid {
        grid-template-columns: none;
        width: 90%;
        margin: auto
    }
    #fourgrid h4 {
        width: 90%;
        margin: auto;
        margin-bottom: 50px;
    }
    #fourgrid {
        padding: 100px 0;
        margin: auto;
    }
    #fourgrid .bild {
        height: 60vw;
        width: 80vw;
    }
    footer .grid {
        grid-template-columns: 1fr;
        width: 100px;
        margin-left: 5%;
    }
    #header .burger {
        width: 40px;
        height: 30px;
        display: block;
        margin-top: 15px;
        flex-direction: row;
        justify-self: right;
        margin-right: 5%;
        z-index: 100;
    }
    #header .line {
        height: 5px;
        background-color: #ff4d4d;
        width: 25px;
        margin-top: 13px;
        justify-content: flex-end;
        float: right;
        z-index: 50;
        position: relative;
        transition: 1s;
        border-radius: 5px;
    }
    #header .line::before {
        content: '';
        height: 5px;
        background-color: #ff4d4d;
        width: 35px;
        right: 0;
        z-index: 50;
        position: absolute;
        top: -13px;
        transition: 0.5s;
        border-radius: 5px;
    }
    #header .line::after {
        content: '';
        height: 5px;
        background-color: #ff4d4d;
        width: 35px;
        justify-content: flex-end;
        right: 0;
        z-index: 50;
        position: absolute;
        bottom: -13px;
        transition: 0.5s;
        border-radius: 5px;
    }
    .burger.twsited .line {
        background-color: #fff !important;
        transition: 0s;
    }
    .burger.twsited .line::after {
        transform: rotate(45deg);
        transition: 0.5s;
        bottom: 0px !important;
    }
    .burger.twsited .line::before {
        transform: rotate(-45deg);
        transition: 0.5s;
        top: 0px !important;
    }
    #header .button {
        text-align: center;
    }
    #header li {
        margin-right: 60px;
        margin-top: 20px;
    }
    #mail .grid {
        padding-left: 0;
        padding-right: 0;
        z-index: 200;
    }
    #header .grid a {
        z-index: 1200;
    }
    #header .menu {
        top: -100px;
        position: absolute;
        transition: 0.5s;
    }
    #header .menu.active {
        position: absolute;
        display: block;
        top: -21px;
        left: 0px;
        transition: 0.5s;
        z-index: 50;
        background: #fff;
        padding-bottom: 30px;
        width: 100%;
        min-height: 100vh;
        text-align: center;
        position: fixed;
        padding-top: 50px;
    }
    #header .menu ul {
        padding: 0;
    }
    #schutz .grid {
        display: flex;
        flex-direction: column-reverse;
        width: 90%;
        margin: auto;
    }
    #schutz .grid .row {
        width: fit-content;
        margin: auto;
        margin-top: 100px;
    }
    #schutz .content {
        text-align: center;
    }
    #schutz {
        padding: 0;
    }
    #mail {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        padding: 100px 0
    }
    #mail .grid {
        width: 90%;
    }
    footer .grid {
        width: 90%;
        margin: auto;
    }
    .call-about .grid .action {
        width: 100%;
        margin: auto;
        position: relative
    }
    #call .needs {
        top: -260px;
        right: -10%;
    }
}

.icons {
    padd
}

@media (max-width: 768px) {
    #power .grid {
        grid-template-columns: none;
        transform: translateX(0);
    }
    #power .bild {
        left: -10px;
    }
    #fire .motto {
        margin-left: 0px;
    }
    #call .bild {
        top: 0;
        left: -20px;
        width: 450px;
    }
    #call .needs {
        top: -255px;
        right: -33%;
    }
    #call .box1 {
        display: none;
    }
    #call .back {
        max-width: 400px;
        width: 450px;
        height: 550px;
        margin-top: 300px;
        margin-bottom: 50px
    }
    #call .box2 {
        display: none;
    }
    footer .grid {
        display: block;
    }
    input[type="submit"] {
        width: 100%;
    }
}

@media (max-width: 576px) {
    #about .action {
        top: auto !important;
        bottom: -130px !important;
        width: 80% !important;
        margin: auto !important;
    }
    #leistunggrid .grid1,
    #leistunggrid .grid {
        width: calc(100% - 50px) !important;
    }
    #leistunggrid h4 {
        width: calc(100% - 50px) !important;
        margin: auto;
        padding: 100px 0 !important;
        text-align: center
    }
    #mail .grid {
        padding: 50px 0;
    }
    #mail .grid .content p {
        padding-bottom: 50px;
    }
    h1,
    h2,
    h4,
    p.header {
        font-size: 18pt !important;
        line-height: 1.5em !important;
    }
    #fire .action {
        min-height: auto !important;
        width: 50px;
        font-size: 15px;
    }
    #fire .action p {
        font-size: 20px;
    }
    .email {
        width: 80%;
    }
    #fire .grid {
        margin-left: 0%;
    }
    #fire .motto {
        min-height: 300px;
        width: 100vw;
    }
    #fire .action {
        width: 70vw;
        padding: 5vw;
    }
    #fire h1 {
        padding-top: 10px;
        line-height: 1.2em;
    }
    #fire {
        height: 100vh;
    }
    #service {
        padding: 20px 5vw;
    }
    #power {
        padding-right: 0;
        padding-top: 50px;
    }
    #power h2 {
        font-size: 20px;
    }
    #power p {
        padding-right: 20px;
    }
    #power .grid {
        grid-template-columns: none;
        width: 80vw;
        margin: 0 10vw;
    }
    #power .line {
        width: 80vw;
        padding: 200px 10px 20px 10px;
        height: fit-content;
    }
    #power .bild {
        width: 100%;
        left: 0;
    }
    #power .what {
        margin-left: 5vw;
    }
    #power .head {
        padding-left: 5vw;
    }
    #power .button {
        margin-top: 0px;
        padding: 10px 20px;
        margin-left: 5vw;
    }
    #schutz {
        padding: 0;
    }
    #schutz h3 {
        font-size: 25px;
        line-height: 50px;
    }
    #schutz .row {
        margin: 0;
    }
    #schutz .box {
        width: auto;
        height: auto;
        margin: 20px;
        padding: 20px;
    }
    #call .bild {
        top: 0;
        left: 0px;
        width: 100%;
    }
    #call .back {
        width: 80vw;
    }
    #call .box1 {
        left: auto;
        top: 485px;
        right: 20px;
    }
    #call .box2 {
        left: auto;
        top: 485px;
        right: 0px;
    }
    #call .content {
        min-height: 300px;
        padding: 10px 5%;
    }
    #call .content p {
        font-size: 15px;
    }
    #fourgrid h4 {
        padding: 50px 0vw 0 0vw;
    }
    #fourgrid {
        padding: 0 5vw 50px;
        margin: auto;
    }
    #fourgrid .header {
        font-size: 40px;
        font-weight: bold;
        line-height: 50px;
    }
    #fourgrid .dos {
        padding-right: 20px;
        text-align: right;
    }
    #mail .grid {
        padding-left: 0;
        padding-right: 0;
        width: 90vw;
        text-align: center;
    }
    #fourgrid .bild {
        margin: auto;
    }
    #fourgrid .grid {
        display: grid;
        grid-gap: 3em 3em;
    }
    #mail .eingabe {
        display: block;
    }
    #schutz .needs {
        left: 80px;
    }
    input[type="submit"] {
        width: 90%;
        margin: auto;
    }
    .wpcf7-form p {
        margin: auto;
    }
}

#leistunggrid {
    background-color: #373d52;
    min-height: 100vh;
    color: #fff;
}

#leistunggrid h4 {
    font-size: 50px;
    padding: 100px;
    line-height: 70px;
    margin-top: 0;
    width: 992px;
    margin: auto
}

#leistunggrid .grid {
    padding-top: 100px;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 5em 3em;
    width: 992px;
    margin: auto;
    padding-bottom: 100px
}

#leistunggrid .grid1 {
    display: grid;
    grid-template-columns: 30% 70%;
    grid-gap: 5em 3em;
    width: 992px;
    margin: auto;
}

#leistunggrid .grid1 .selector {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 0;
    cursor: pointer
}

#leistunggrid .grid1 .selector.active {
    color: #373d52;
    background-color: #fff;
    padding: 20px 0;
    font-weight: bold;
    box-shadow: 10px 10px 10px rgba(12, 31, 61, 0.4);
}

#leistunggrid span {
    color: #373d52;
    background-color: #fff;
    padding: 10px 50px;
    font-weight: bold;
    box-shadow: 10px 10px 10px rgba(12, 31, 61, 0.4);
}

#leistunggrid .button,
.wpcf7-submit {
    right: 10%;
    text-align: center;
    color: #fff;
    background-color: #FF4D4D;
    10% font-weight: bold;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 10px 10px 10px rgba(12, 31, 61, 0.4);
    width: 150px;
    margin-top: 50px;
    transition: 0.3s;
}

#leistunggrid .button:hover {
    box-shadow: 15px 15px 15px rgba(12, 31, 61, 0.4);
    transition: 0.3s;
}

#leistunggrid .button a {
    color: #fff;
}

#leistunggrid .header {
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
}

#leistunggrid .bild {
    height: 100%;
    background-color: #FF4D4D;
    position: relative;
    box-shadow: 10px 10px 10px rgba(12, 31, 61, 0.4);
}

#leistunggrid .bild::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FF4D4D;
    opacity: .4;
    z-index: 0;
}

#leistunggrid .bild img {
    height: 100%;
    width: 100%;
    opacity: 0.6;
}