@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: black;
}

* {
    font-family: Roboto, Helvetica, sans-serif;
}

main {
    background: linear-gradient(to top, rgba(0, 0, 0, 0),  rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)), url("frankenplanen-bg.jpg") black;
    background-size: cover;
    /* background-position: 92%; */
    /* background-position-y: top; */
    /* height: 100vh; */
    background-position-x:90%;
    background-position-y: bottom;

    overflow: hidden;
}

h1 {
    text-align: center;
    padding-top: 20px;
}

.services-wrapper p, .services-wrapper ul li {
    color: #ddd;
    font-size: 19px;
    line-height: 1.7em;
    max-width: 760px;
    text-align: center;
    font-weight: 400px;
}

.services-wrapper ul li {
    text-align: left;
}

.services-wrapper img {
    width: 50px;
    padding:25px 0 10px 50px;
}

.services-wrapper {
    color: white;
    width: 720px;
    height: 410px;
    margin: 20px auto;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 10px;
}

.services-parent {
    display: flex;
    height: 100px;
}

.services-child {
    width: 150px;
    margin: auto;
}

ul>li {
    list-style: none;
}

.services-bg-1, .services-bg-2, .services-bg-3 {
    width: 100%;
    height: 100px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}


.services-bg-1 {
    background-image: url("images/services/1.png");
}

.services-bg-2 {
    background-image: url("images/services/2.png");
}

.services-bg-3 {
    background-image: url("images/services/3.png");
}

p {
    font-weight: bold;
    max-width: 220px;
    color: #444;
    margin: 0 auto;
    padding: 10px 0;
}

.logo img, .under-construction img {
    max-width: 100%;
    height: auto;
}

.logo, .under-construction {
    max-width: 400px;
    margin: 0 auto;
    padding: 50px;
}

.contact-details {
	text-align: center;
	padding: 15px;
	background-color: #fbdf7e;
    background-image: linear-gradient(62deg, #fbdf7e 0%, gold 100%);
    text-decoration: none;
    line-height: 1.6em;
}

.contact-details a:hover {
    color: darkblue;
}

.contact-details .location span, .contact-details a, .contact-details .location {
	text-decoration: none;
}

.contact-details img, .about-left.info img {
	width: 18px;
	display: inline-block;
	margin-right: 10px;
	top: 4px;
	position: relative;
}

.contact-details address {
	font-style: normal;
}

.contact-details a {
    color: black;
}

address {
    display: inline;
}

footer {
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
}

.wide, .wide p, .wide ul>li {
    color:white;
    line-height: 1.6em;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}

.wide p {
    font-weight: bold;
    font-size: 19px;
}

.wide ul>li {
    font-size: 17px;
    font-weight: 400;
}

.wide {
    background-color: rgba(0, 0, 0, 0.7);
    max-width: 760px;
    border-radius: 10px;
    padding: 20px 0;
}

.main-impressum {
    background: linear-gradient(to top, rgba(0, 0, 0, 0),  rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)), url("frankenplanen-impressum-bg.jpg") black;
    background-size: cover;
}

main, .main-impressum {
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

main.main-impressum footer {
    position: absolute;
}

.impressum ul li, .impressum a {
    color: black;
    list-style: none;
    font-size: 20px;
    line-height: 1.4em;
}


.under-construction.impressum {
    max-width: 600px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    margin-bottom: 30px;
    line-height: 1.7em;
}

.impressum ul li, .impressum a {
    color: white;
    list-style: none;
}

.impressum a {
    font-size: 25px;
    margin-bottom: 30px;
    display: block;
    color: gold;
    text-decoration: none;
}

footer.footer-impressum  {
    position: relative;
}

footer ul li, footer ul li a {
    color: #555;
}


footer ul {
    padding: 25px;
}

footer ul li {
    margin: 0 auto;
    padding-bottom: 5px;
    width: 200px;
    list-style: none;
    text-align: center;
}


@media screen and (max-width: 500px) {
    .under-construction {
        padding: 0;
        max-width: 250px;
    }
}


@media screen and (min-width: 850px) {
    .contact-line {
        display: inline;
    }
}

@media screen and (max-width: 850px) {
    span {
        display: none;
    }

    .contact-line {
        display: block;
    }

    .contact-details {
        padding: 10px;
        line-height: 1.7em;
    }

    .under-construction {
        width: 50%;
    }


    .under-construction.impressum {
        width: 90%;
        padding: 20px;
    }

    .services-parent {
        flex-flow: column;
    }

    .services-child {
        margin-bottom: 60px;
    }

    .services-child ul li {
        text-align: center;
    }

    .services-wrapper {
        width: auto;
        height: 1060px;
    }

    .services-wrapper p {
        margin-bottom: 30px;
    }

    .under-construction {
        margin: 20px auto;
    }

    .services-wrapper, .wide {
        border-radius: 0;
    }
}


@media screen and (max-width: 1024px) {
    .under-construction {
        padding: 0;
        max-width: 300px;
    }

    .under-construction.impressum {
        width: 90%;
        padding: 20px;
    }
}
