:root {
    --backBody: #ffba00;
    --blueLight: #00a6ff;
    --blueNehmet: #0074B3;
    --blueHimmel: #0012bf;
    --blueDark: #00446c;
    --orangeNehmet: #ffba00;
    --orangeDark: #FF8b00;
    --braunNehmet: #aa7c00;
    --redNehmet: #ff3900;
    --greydark: #272727;
    --green: #26a51a;
    --shadow: -1px 2px 5px rgb(61, 61, 61);
    --main-tx-color-light: #6B7788;
    --main-tx-color-dark: rgb(65, 73, 77);
    --maxwidth: 1200px;
    --footh1: #3A5577;
}
@font-face {
    font-family: "Nunito Sans";
    src: url("fonts/nunito/NunitoSans-Regular.ttf");
  }
body {
    margin: auto;
    padding: 0px;
    background-color: white;
    font-family: 'Nunito Sans', sans-serif;
    font-size: small;
    color: var(--main-tx-color);
}

p {
    font-size: 16px;
    text-align: center;
    color: var(--main-tx-color-light);
}

h1 {
    color: var(--main-tx-color-dark);
    font-size: 25px;
    text-align: center;
}

h2 {
    margin: 0px;
    color: var(--main-tx-color-light);
    font-size: 20px;
    text-align: center;
}

#menue-wrapper {
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    background-color: var(--blueNehmet);
    border-bottom: solid var(--blueDark) 1px;
    box-shadow: var(--shadow);
    align-items: center;
}

#telefon-nr {
    font-size: 20px;
    color: white;
}

#telefon-nr a {
    text-decoration: none;
    color: white;
}

#logo {
    padding-top: 10px;
    padding-left: 30px;
}

ul a {
    text-decoration: none;
    color: white;
    pointer-events: none;
}

.men-li {
    transition: all 0.2s ease-in-out;
    padding: 10px;
    text-align: center;
    float: left;
    list-style: none;
    font-weight: 700;
}

#menue-block :hover {
    background-color: var(--orangeNehmet);
    border-radius: 3px;
}

.men-li hover {
    color: white;
}


/*MAIN-Block*/

.main-all {
    margin-top: 1px;
    display: grid;
    /* background: url(assets/headPhoto.jpg) no-repeat center cover ; */
}

#img-center {
    overflow: hidden;
    position: relative;
}

#head-img1 {
    background-repeat: none;
    object-fit: cover;
 
    box-shadow: var(--shadow);
    margin: auto;
    max-height: 600px;
    width: 100%;
}

#head-img2 {
    display: none;
    background-repeat: none;
    object-fit:cover;
    width: 100%;
    box-shadow: var(--shadow);
    margin: auto;
}

.head-block {
    margin: auto;
    ;
    color: white;
    position: absolute;
    bottom: 30%;
    box-shadow: var(--shadow);
}

#head-text {
    position: relative;
    bottom: -50%;
    ;
}

.head-block h1 {
    margin: 0px;
    background-color: rgba(19, 157, 231, 0.807);
    padding-left: 20px;
    text-align: left;
    color: white;
    font-size: 34px;
    text-shadow: var(--shadow);
}

.head-block h3 {
    margin: 0px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    font-family: 'Varela Round', sans-serif;
    text-align: left;
    color: var(--blueLight);
    text-shadow: var(--shadow);
    font-size: 60px;
}

#leistung {
    display: grid;
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 100px;
    max-width: 600px;
    justify-self: center;
}

.main-wrapper {
    margin-top: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 20px;
    grid-gap: 15px;
    align-items: center;
    justify-items: center;
    margin: auto;
    max-width: 1500px;
}

.dienste {
    /* background-color: var(--orangeDark);*/
    height: 300px;
    ;
    position: relative;
    text-align: center;
    padding: 10px;
}

.mo-icon {
    height: 70px;
    padding: 10px;
}

.dienste h1 {
    font-size: 28px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 10px;
    background: rgba(255, 255, 2550, 0.3);
}

.dienste p {
    text-align: left;
    font-size: 16px;
}

.main-textblock {
    padding: 20px;
    border: 1px solid var(--darkBlue);
}

.main-textblock h1 {
    color: var(--blueLight);
}

.main-textblock li {
    margin: 0px;
    font-size: 22px;
}

.main-two {
    background-color: var(--blueDark);
    display: grid;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#reinigungs-pics {
    display: grid;
    padding-right: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}

.pics {
    padding: 10px;
}

.main-three {
    background-color: var(--orangeDark);
    display: grid;
    grid-template-rows: 2fr 1fr;
}

.main-three li {
    text-align: left;
    color: white;
    font-size: 16px;
}

.main-three p {
    margin: auto;
    padding: 0px;
    color: white;
}

.main-three h1 {
    color: white;
    background: none;
}

.hebe-dienste {
    padding-top: 40px;
    position: relative;
    text-align: center;
}

.round-icon {
    margin: auto;
    display: inline-block;
    height: 120px;
    width: 120px;
    background-color: white;
    border-radius: 50%;
    box-shadow: var(--shadow);
}

.round-icon img {
    padding-top: 25px;
}

#three-block {
    padding: 0px;
    margin: auto;
}

#three-block button {
    padding: 10px;
    border-radius: 4px;
    background-color: var(--blueDark);
    width: 100%;
}


/*FOOTER*/

#foot-block {
    display: grid;
    color: grey;
    width: 100%;
    background-color: var(--greydark);
    grid-template-columns: 1fr 1fr 1fr;
    border-top: solid grey 0.5px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#copyright {
    padding: 10px;
    border-top: 1px solid grey;
    background-color: var(--greydark);
    padding: 10px;
    text-align: center;
    color: gray;
}

#foot-block div {
    margin: auto;
    height: 60%;
    margin-top: 10px;
}

#foot-block p {
    margin: auto;
    margin-top: 2px;
    font-size: 13px;
    color: grey;
    text-align: left;
}

#foot-block a {
    text-align: left;
    text-decoration: none;
    color: grey;
}

#foot-block h1 {
    text-align: left;
    margin: 0px;
    font-size: 14px;
    color: grey;
}


/*KONTAKT*/

.kontakt-container {
    background-color: var(--blueLight);
    display: grid;
    grid-template-columns: 6fr 2fr;
    grid-gap: 20px;
    margin: auto;
    padding: 20px;
    padding-top: 0px;
    text-align: auto;
}

#left-block {
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: var(--shadow);
    text-align: left;
    background-color: white;
}

#right-block {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: white;
    box-shadow: var(--shadow);
    padding: 30px;
}

#right-block div {
    padding-bottom: 20px;
    ;
}

#right-block div a {
    text-decoration: none;
    color: var(--main-tx-color-light)
}

#right-block div .mo-icon {
    margin: 0px;
    ;
    width: 40px;
    height: 32px;
    padding-bottom: 0px;
}

.error-text{
    display: none;
    color: #ff3900;
    font-size: 16px;
}
#form-block {
    padding: 60px;
    padding-top: 30px;
    max-width: 800px;
}

.kontakt-container p {
    text-align: left;
    font-size: 16px;
    color: var(--main-tx-color-light);
    padding: 0px;
    margin: 0px;
}

.kontakt-container h1 {
    text-align: left;
    font-size: 25px;
    color: var(--main-tx-color-dark);
}

#laden img {
    margin: auto;
    width: 300px;
    margin-bottom: 30px;
}

#senden {
    width: 100%;
}

.scrollup svg {
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.scrollup {
    padding-top: 1em;
    padding-bottom: 1em;
    background: #e7e7e7;
}

.rechteck {
    background-color: brown;
    width: 100%;
    height: 300px;
    margin-top: 10px;
}


/* Kontakt-Seite input FORM*/

input[type=text] {
    font-size: 16px;
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

textarea {
    
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    /*border: 2px solid #ccc;*/
    border-radius: 4px;
    font-size: 16px;
    resize: none;
}


/*STandard*/

button {
    color: white;
    margin-top: 30px;
    background-color: var(--orangeDark);
    border: 0px;
    border-radius: 4px;
    padding: 10px;
    width: 80px;
}


/*IMpressum*/

#impressum,
#datenschutz {
    margin: auto;
    padding: 20px;
}

#impressum p,
#datenschutz p {
    word-wrap: break-word;
    text-align: left;
    color: var(--main-tx-color-light);
    font-size: 16px;
    max-width: 700px;
}

#impressum a,
#datenschutz a {
    word-wrap: break-word;
    text-align: left;
    color: var(--main-tx-color-light);
    font-size: 16px;
}

#impressum h1,
#datenschutz h1 {
    text-align: left;
    color: var(--orangeDark);
}

#impressum h2,
#datenschutz h2 {
    text-align: left;
    color: var(--blueDark);
    font-size: 20px;
}

#impressum li,
#datenschutz li {
    color: var(--main-tx-color-light);
    font-size: 16px;
}

@media(max-width:1107px) {
    .head-block h3 {
        margin-bottom: 10px;
    }
    #menue-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
    #reinigungs-pics {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    #reinigungs-pics .pics:nth-last-child(3) {
        display: none;
    }
    .main-wrapper {
        grid-template-columns: 1fr 1fr;
    }
    .main-textblock {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

@media(max-width:765px) {
    #head-img1 {
        display: none;
    }
    #head-img2 {
        display: block;
    }
    .miniPic {
        content: url("Assets/Logo/Cleaning-Mini.jpg");
    }
    #telefon-nr {
        display: none;
    }
    .head-block h3 {
        font-size: 50px;
        margin-bottom: 5px;
    }
    #logo {
        padding: 10px;
        width: 70%;
        height: 79%;
    }
    #menue-wrapper {
        grid-template-columns: 1fr 2fr 0fr;
    }
    #reinigungs-pics {
        display: grid;
        grid-template-columns: 1fr;
    }
    .main-wrapper {
        grid-template-columns: 1fr;
    }
    .main-textblock {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    .kontakt-container {
        background: none;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 5px;
        background-color: white;
    }
    #left-block {
        margin-top: 10px;
        margin-bottom: 40px;
        box-shadow: none;
        padding: 40px;
        text-align: left;
        background-color: white;
        border-bottom: 1px solid var(--greydark);
    }
    #left-block div {
        margin-top: 10px;
    }
    #right-block {
        padding: 10px;
        margin-top: 0px;
        margin-bottom: 10px;
        box-shadow: none;
    }
    #form-block {
        padding: 0px;
        max-width: 800px;
    }
    .mo-icon {
        text-align: left;
    }
    #foot-block {
        grid-template-columns: 1fr;
        text-align: center;
    }
    #foot-block div {
        margin: auto;
        height: 60%;
        margin-top: 10px;
    }
    #foot-block p {
        text-align: center;
    }
    #foot-block a {
        text-align: center;
    }
    #foot-block h1 {
        text-align: center;
    }
}

.fa {
    display: inline-block;
}