/* --- Generell --- */

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


html {
    scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

::selection {
    background: #A4832B;
    color: #fff;
}

.container {
    width: 1755px;
    margin: 0 auto;
}


/* --- Header --- */

.menu {
    height: 67px;
    background: #fff;
}

.logo {
    display: inline;
}

.logo img {
    position: absolute;
    top: 30px;
}

nav {
    float: right;
    display: inline;
}

ul {
    list-style: none;
    font-size: 20px;
    float: right;
    margin: 0;
}

li {
    display: inline-block;
    transition: 0.5s;
    padding: 17px 0;
    
}
ul li a {
    color: #707070;
    text-decoration: none;
    margin-left: 55px;
}

ul li a:hover {
    color: #A4832B;
}

.toggle {
    display: none;
}

/* --- Intro --- */

.intro-img {
    width: 100%;
}

.section {
    text-align: center;
    padding: 60px 0 90px 0;
}

h1,
h2 {
    color: #707070;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.section span {
    margin: 0;
    color: #707070;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 40px;
    display: block;
}

.intro p {
    color: #707070;
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.intro.impressum p {
    max-width: 70%;
}

.intro.impressum p a {
    color: #707070;
    text-decoration: none;
    font-weight: 600;
}

.intro.impressum p a:hover {
    color: #A4832B;
}

a.button {
    font-size: 17px;
    color: #707070;
    text-decoration: none;
    border: 1px solid #707070;
    padding: 7px 50px;
    background: #fff;
}

a.button:hover {
    background: #707070;
    color: #fff;
}

/* --- Grey BG --- */

.grey-bg {
    background: #F6F6F6;
}


.kacheln-2 {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-column-gap: 10px;
}

.kacheln-oneone {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    text-align: right;
}

.kacheln-twoone {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    text-align: left;
}

h3 {
    font-size: 20px;
    color: #707070;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

h4 {
    font-size: 17px;
    color: #707070;
    font-weight: 400;
    margin-top: 0;
}

.grey-bg p {
    color: #707070;
    margin-bottom: 15px;
    max-width: 79%;
}

.kacheln-oneone p {
    margin-left: 200px;
}



/* --- Form --- */

form {
    max-width: 40%;
    margin: 0 auto;

}

input {
    padding: 10px 192px 10px 10px;
    font-family: Poppins;
}

.form-group:first-child,
.form-group:nth-child(3) {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.form-group:nth-child(2) {
    margin-bottom: 20px;
}

textarea.form-control {
    width: 98%;
    height: 160px;
    font-family: Poppins;
}


input.btn.btn-primary {
    border: 1px solid #707070;
    background: #707070;
    color: #fff;
    padding: 10px 30px;
    margin-top: 20px;
}

input.btn.btn-primary:hover {
    background: #000;
    cursor: pointer;
}

.contact {
    background-image: url(../img/logo-bg.png);
    background-repeat: no-repeat;
    background-position: right;
}

p.antispam {
    display: none;
}


/* --- Footer --- */

.socket {
    background: #9B9B9B;
    height: 50px;
}

.socket span {
    color: #fff;
    margin-top: 12px;
    display: inline-block;
}

.footer-menu {
    float: right;
    margin-top: 10px;
}

.footer-menu a {
    color: #fff;
    text-decoration: none;
    margin-left: 23px;
}

.footer-menu a:hover {
    color: #000;
}



/* --- Datenschutz --- */


ul.datenschutz {
    font-size: 16px;
    color: #707479;
    list-style: disc;
    float: none;
    margin-bottom: 30px;
    list-style-position: inside;
}

ul.datenschutz li {
    display: list-item;
    padding: unset;
}



/* --- Kacheln Detail --- */

.kacheln-4 {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-column-gap: 20px;
}
.kacheln-4.first {
    margin-bottom: 20px;
}

.kacheln-4 .kacheln-twoone {
    text-align: center;
}

.kacheln-4 img {
    width:  100%;
}

/* --- Responsive --- */

@media only screen and (max-width: 1820px) {

  .container {
    width: 90%;
  }

  .form-group:first-child, 
  .form-group:nth-child(3) {
    float: none;
     margin-right: 0; 
    }

    input {
    padding: 10px;
    width: 90%;
    }

    textarea.form-control {
        width: 94%;
    }

    .form-group {
        margin-bottom: 30px;
    }
}


@media only screen and (max-width: 1470px) {

    .kacheln-2 {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
    }

    .kacheln-oneone,
    .kacheln-twoone {
        text-align: center;
    }

    /*.kacheln-oneone {
        margin-bottom: 70px;
    }*/

    .kacheln-2 p {
        margin: 0 auto;
        margin-bottom: 30px;
        max-width: 70%;
    }

    /*Wenn mehr Angebote, einblenden und Abstand rein*/

    .kacheln-twoone h3 {
        display: none;
    }

    .intro.margin-top {
        margin-top: 100px;
    }

}

@media only screen and (max-width: 900px) {

  .toggle {
        display: block;
        text-align: right;
        margin-top: 20px;
    }
    .menu ul {
        width: 100%;
        display: none;
    }

    .menu li{
        display: block;
        padding: 5px 0;
    }

   ul.active {
        display: block !important;
        background: #707070;
        -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 10px 35px 20px rgb(0 0 0 / 40%);
        margin-top: 30px;
    }

    ul.active:first-of-type {
        margin-bottom: 0;
    }

    ul.active:not(ul.dropdown.active) {
        height: auto;
        padding: 14px 10px;
    }

    .menu ul li ul.dropdown {
        position: unset;
        padding: 0 0 0 0;
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        box-shadow: unset;
        max-width: 400px;
    }

    .menu li a,
    .menu li span {
        color: #fff;
    }

    i.fas.fa-bars.menue {
        position: absolute;
        top: 23px;
        font-size: 20px;
        right: 15px;
        color: #707070;
    }

    .sticky i.fas.fa-bars.menue {
        top: -30px;
    }

    nav {
        position: relative;
    }

    ul.active li a {
        margin-left: 41px;
    }

    .section {
        text-align: center;
        padding: 40px 0 60px 0;
    }

    .kacheln-2 img {
        width: 90%;
    }

    .kacheln-4 {
        grid-template-columns: 1fr 1fr;
        -ms-grid-columns: 1fr 10px 1fr;
        grid-row-gap: 10px;
    }

    .kacheln-4.first {
        margin-bottom: 10px;
    }

}

@media only screen and (max-width: 750px) {

    ul {
        font-size: 16px;
    }

    form {
        max-width: 90%;
    }

    a.button {
        font-size: 16px;
    }

    input.btn.btn-primary {
        margin-top: 0;
    }

    h1, 
    h2 {
        font-size: 25px;
    }

    .section span {
        font-size: 18px;
    }
}


@media only screen and (max-width: 600px) {

    .logo img {
        max-width: 30%;
    }

    .menu li {
        padding: 1px 0;
    }

    .section {
        text-align: center;
        padding: 20px 0 40px 0;
    }

    .kacheln-4 {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
    }

    .intro.margin-top {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 550px) {

    .footer-menu a {
        margin-left: 7px;
    }

    .socket a,
    .socket span {
        font-size: 12px;
    }

    .footer-menu a {
        margin-left: 3px;
    }

}