section.sbs-customsite .input {
    border: 1px solid #ddd;
    width: 100%;
    padding: .25em;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: #333;
    background: rgba(255,255,255,0.8);
}
section.sbs-customsite textarea.input {
    height: 150px;
}
section.sbsform .form-sendbutton {
    background: #ba0c2f;
}
section.sbs-customsite .block {
    width: 100%;
    background: url(/files/customsite/CS_1059/img/stadion.jpg) no-repeat scroll center top;  
    background-size: cover;
}
section.sbs-customsite .block .block-container {
    display: flex;
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 2em 0;
}
section.sbs-customsite .block .column {
    padding: 1em;
    flex-basis: 50%;
    flex-grow: 1;
}
section.sbs-customsite .column.centered {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.sbs-customsite .column.centered .container {
    margin-top: -3em;
}
section.sbs-customsite .block p img {
    max-width: 400px;
    width: 100%;
    margin: auto;
}
section.sbs-customsite .block p {
    line-height: 130%;
    margin: 1em 0;
}
section.sbs-customsite .block h1 {
    font-weight: 900;
    line-height: 100%;
    margin: 0;
}
section.sbs-customsite .block a {
    color: #ba0c2f;
    text-decoration: underline;
}

section.sbs-customsite .block.header {
    display: flex;
    width: 100%;
    height: 30vw;
    min-height: 500px;
    text-align: center;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    align-items: center;
    justify-content: center;
    padding: 0 2em;
}

section.sbs-customsite .block.header h1 {
    color: white;
    margin: 0;
    font-weight: 900;
    font-size: 6em;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.3);
}

section.sbs-customsite .block.header p.intro {
    color: white;
    margin: 1em 0 1.5em;
    font-size: 2em;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}

@media screen and (max-width: 1500px) {
    section.sbs-customsite .block.header h1 {
        font-size: 5em;
    }
    section.sbs-customsite .block .column {
        padding: 3em;
    }
}

@media screen and (max-width: 768px) {
    section.sbs-customsite .block.header h1 {
        font-size: 3em;
    }
    section.sbs-customsite .block.header p.intro {
        font-size: 1.5em;
    }
    section.sbs-customsite .block .block-container {
        flex-flow: row wrap;
    }
    section.sbs-customsite .block .column {
        padding: 1em 3em;
        flex-basis: 100%;
    }
    section.sbs-customsite .column.centered .container {
        margin-top: 0;
    }
}

@media screen and (max-width: 450px) {
    section.sbs-customsite .block .column {
        padding: 1em 1em;
    }
    section.sbs-customsite .block.header p.intro {
        font-size: 1em;
    }
}
.pongauslaatikko { text-align: center; color: white; background-color: #e81c2c; padding: 20px 20px 20px 20px; margin-bottom: 10px; font-size: 24px; }