/* =======================
   FOOTER
======================= */

.footer-main {
    background-color: #595959;
    padding: 90px 0px 90px 0px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr 0.9fr;
    gap: 90px;
}

.footer-column h2 {
    margin: 0px 0px 45px 0px;
    color: #000000;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.05;
}

.footer-column h2 span {
    display: block;
    color: #009036;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-link-list,
.footer-benefit-list,
.footer-area-list {
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.3;
}

.footer-link-list {
    padding-left: 18px;
}

.footer-link-list li {
    margin-bottom: 18px;
}

.footer-link-list a {
    color: #FFFFFF;
    text-decoration: underline;
}

.footer-link-list a:hover {
    text-decoration: none;
}

.footer-benefit-list,
.footer-area-list {
    list-style: none;
}

.footer-benefit-list li {
    position: relative;
    margin-bottom: 18px;
    padding-left: 26px;
}

.footer-benefit-list li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    width: 14px;
    height: 14px;
    background-image: url("../images/pfeil1.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.footer-area-list {
    padding-left: 18px;
    list-style: disc;
}

.footer-area-list li {
    margin-bottom: 18px;
}

.footer-bottom {
    background-color: #009036;
    padding: 18px 0px;
}

.footer-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr 0.9fr;
	gap: 90px;
    align-items: center;
}

.footer-copy,
.footer-claim,
.footer-legal {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.3;
	text-align: left;
}

.footer-bottom a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

/* =======================
   Desktop 1024-1199
======================= */

@media only screen and (min-width: 1024px) and (max-width: 1199px) {

    .footer-grid {
        gap: 60px;
    }

    .footer-column h2,
    .footer-column h2 span {
        font-size: 26px;
    }

    .footer-link-list,
    .footer-benefit-list,
    .footer-area-list,
    .footer-copy,
    .footer-claim,
    .footer-legal {
        font-size: 15px;
    }
	
	.footer-bottom-grid {
		gap: 60px;
	}

}

/* =======================
   Mobile <=1023
======================= */

@media only screen and (max-width: 1023px) {

    .footer-main {
        padding: 60px 0px 60px 0px;
    }

    .footer-grid {
        display: block;
        max-width: 360px;
        margin: 0px auto;
    }

    .footer-column {
        margin-bottom: 55px;
    }

    .footer-column:last-child {
        margin-bottom: 0px;
    }

    .footer-column h2 {
        margin-bottom: 30px;
        font-size: 28px;
    }

    .footer-column h2 span {
        font-size: 28px;
    }

    .footer-bottom-grid {
        display: block;
        text-align: center;
    }

    .footer-copy,
    .footer-claim,
    .footer-legal {
        text-align: center;
        font-size: 15px;
        margin-bottom: 8px;
    }

    .footer-legal {
        margin-bottom: 0px;
    }
	
	.footer-claim {
        display: none;
    }

}

/* =======================
   Kleine Smartphones
======================= */

@media only screen and (max-width: 560px) {

    .footer-main {
        padding: 50px 0px 50px 0px;
    }

    .footer-grid {
        max-width: 300px;
    }

    .footer-column h2,
    .footer-column h2 span {
        font-size: 26px;
    }

    .footer-link-list,
    .footer-benefit-list,
    .footer-area-list,
    .footer-copy,
    .footer-claim,
    .footer-legal {
        font-size: 15px;
    }

}