/* index -------------------------------------------------------------------- */
#top_content {

}

#top_description {
    min-height: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #d2002f;
    color: #ffffff;
    font-size: 21px;
    font-weight: bold;
    padding-left: 10%;
    padding-right: 10%;
}

#top_description_arrow {
    width: 28px;
    height: 14px;
    margin: auto;
    background-image: url('../grafika/top_arrow.png');
}

#top_blue {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #0750a2;
    font-weight: bold;
}

#about_img {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

#about {
    text-align: left;
}

#gallery img {
    padding: 10px;
}


/* forms -------------------------------------------------------------------- */
@media (min-width: 1000px) {
    form {
        text-align: left;
    }

    .text {
        width: 440px;
        height: 50px;
        background-color: #ebebeb;
        color: #000000;
        border: 0px;
        border-top: solid 3px #e2e2e2;
        margin-right: 20px;
        margin-bottom: 20px;
        padding-left: 10px;
        font-size: 16px;
    }

    .textarea {
        width: 905px;
        height: 150px;
        background-color: #ebebeb;
        color: #000000;
        border: 0px;
        border-top: solid 3px #e2e2e2;
        font-size: 18px;
        padding: 10px;
        margin-bottom: 20px;
    		font-family: 'Signika', sans-serif;
    }
}
@media (max-width: 999px) {
    form {
        text-align: center;
    }

    .text {
        width: 290px;
        height: 50px;
        background-color: #ebebeb;
        color: #000000;
        border: 0px;
        border-top: solid 3px #e2e2e2;
        margin-right: 20px;
        margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
    }

    .textarea {
        width: 290px;
        height: 150px;
        background-color: #ebebeb;
        color: #000000;
        border: 0px;
        border-top: solid 3px #e2e2e2;
        font-size: 18px;
        padding: 10px;
        margin-right: 20px;
        margin-bottom: 20px;
    		font-family: 'Signika', sans-serif;
    }
}


.button {
    width: 280px;
    height: 65px;
    background-color: #0750a2;
    color: #ffffff;
    border: 0px;
    font-size: 20px;
    cursor: pointer;
}




