﻿/*
    CSS für Impressum
*/

footer {
    display: flex;
    justify-content: center;
    width: 100%;
    color: rgb(238, 238, 238);
    background-color: #152032;
    font: normal normal 400 16px/24px "Arial",sans-serif;
    padding: 0 15px;
    grid-area: footer;
    /* margin-top: 10px; */
    /* z-index: 1000; */
}

footer.selectable {
	width: calc(100% + 0px);
	color: rgb(238, 238, 238);
	background-color: #152032;
	font: normal normal 400 16px/24px "Arial",sans-serif;
	padding: 0 10px;
	overflow-x: hidden;
	/* min-height: 160px; */
}

footer > div#siteNotice {
    padding: 10px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 1511px;
    max-width: 100%;
    justify-content: space-between;
}

footer > div#siteNotice div {
        margin: 0 30px 20px 0;
}

footer > div#siteNotice div:last-of-type {
    margin-right: 0;
    margin-bottom: 12px;
}

footer > div#siteNotice p {
    margin: 0;
}

footer > div#siteNotice img {
    display: block;
    margin-top: 10px;
}

footer > div#siteNotice h2,
footer > div#siteNotice em {
    display: inline-block;
    font-weight: 700;
    font: normal normal 700 16px/24px "Arial",sans-serif;
    color: inherit;
    margin: 0 0 5px 0;
}

footer > div#siteNotice a {
    font: inherit;
    color: inherit;
    text-decoration: none;
}