@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
    background: #171717;
}

form {
    max-width: 80%;
    margin: 17px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feedback-input {
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border-radius: 5px;
    line-height: 22px;
    background-color: transparent;
    border: 2px solid #7c7c7c;
    transition: all 0.3s;
    padding: 13px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
}

.feedback-input:focus {
    border: 2px solid #ffffff;
}

textarea {
    height: 150px;
    line-height: 150%;
    resize: vertical;
}

[type="submit"] {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    width: 100%;
    background: #343434;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    color: white;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s;
    margin-top: -4px;
    font-weight: 700;
}

[type="submit"]:hover {
    background: #ff0000;
}

/* Media Queries */

@media only screen and (max-width: 600px) {
    form {
        max-width: 80%;
    }
}

@media only screen and (max-width: 400px) {
    form {
        max-width: 100%;
    }
}


#contact {
    /* Füge hier die gewünschten Styles hinzu */
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}








body,
html {
    height: 100%;
    margin: 0;
    font: 400 15px/1.8 "Lato", sans-serif;
}

.bgimg-1 {
    position: relative;
    opacity: 0.85;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.bgimg-1 {
    background-image: url("https://sandkorn17.com//Images/gameLibrary.png");
    min-height: 100%;
}

.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}

.caption span.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
    text-transform: uppercase;
}

h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20px "Lato", sans-serif;
    color: #111;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {

    .bgimg-1 {
        background-attachment: scroll;
    }
}

.first {
    color: #ffffff;
    background-color: #171717;
    text-align: center;
    padding: 51px 70px;
    text-align: center;
}

.first h3 {
    text-align: center;
    color: #ffffff;
}

#live-demo-button {
    text-align: center;
    background-color: #343434;
    font-weight: bold;
    border: none;
    width: 34%;
    color: #ffffff;
    transition: all 0.3s;
    cursor: pointer;
}

#live-demo-button:hover {
    background-color: #2a8ded;
}

#live-demo-span {
    background-color: #ff0000;
    padding: 5px;
    border-radius: 17%;
    text-transform: uppercase;
}

#live-demo-link {
    text-decoration: none;
    color: #ffffff;
}

#live-demo-link:visited {
    text-decoration: none;
    color: #ffffff;
}

#live-demo-link:hover {
    text-decoration: none;
    color: #ffffff;
}

#live-demo-link:active {
    text-decoration: none;
    color: #ffffff;
}



footer {
    background-color: #000000;
    color: white;
    font-size: 16px;
}

footer * {
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    border: none;
    outline: none;
}

.row {
    padding: 1em 1em;
}

.row.primary {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    align-items: stretch;
}

.column {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 2em;
    min-height: 15em;
}

h3 {
    width: 100%;
    text-align: left;
    color: white;
    font-size: 1.4em;
    white-space: nowrap;
}

ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

li:not(:first-child) {
    margin-top: 0.8em;
}

ul li a {
    color: #ffffff;
    text-decoration: none;
}

ul li a:hover {
    color: #2a8ded;
}

.about p {
    text-align: justify;
    line-height: 2;
    margin: 0;
}

input,
button {
    font-size: 1em;
    padding: 1em;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 5px;
}

button {
    background-color: #ff0000;
    color: #ffffff;
}

div.social {
    display: flex;
    justify-content: space-around;
    font-size: 2.4em;
    flex-direction: row;
    margin-top: 0.5em;
}

.social i {
    color: #ffffff;
}

.copyright {
    padding: 0.3em 1em;
    background-color: #000000;
}

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

.footer-menu a {
    color: #ffffff;
    padding: 6px;

    text-decoration: none;
}

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

.copyright p {
    font-size: 0.9em;
    text-align: right;
    color: #ffffff;
}

@media screen and (max-width: 850px) {
    .row.primary {
        grid-template-columns: 1fr;
    }

}












footer {
    background-color: #000000;
    color: white;
    font-size: 16px;
}

footer * {
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    border: none;
    outline: none;
}

#row-primary {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    align-items: stretch;
    padding: 1em 1em;
}

#footer-subscribe {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 2em;
    min-height: 15em;
}

#footer-links {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 2em;
    min-height: 15em;
}

#footer-about {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 2em;
    min-height: 15em;
}

.footer-title {
    width: 100%;
    text-align: left;
    color: white;
    font-size: 1.4em;
    white-space: nowrap;
}

.footer-ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.footer-li:not(:first-child) {
    margin-top: 0.8em;
}

.footer-li {
    color: #ffffff;
    text-decoration: none;
}

.footer-li:hover {
    color: #2a8ded;
}

#footer-about p {
    text-align: justify;
    line-height: 2;
    margin: 0;
}

#footer-input,
#footer-button {
    font-size: 1em;
    padding: 1em;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 5px;
}

#footer-button {
    background-color: #ff0000;
    color: #ffffff;
}

.footer-social {
    display: flex;
    justify-content: space-around;
    font-size: 2.4em;
    flex-direction: row;
    margin-top: 0.5em;
}

.footer-social i {
    color: #ffffff;
}