body {
    font-family: arial;
    font-size: 30px;
    background-image: url('bg-muk.jpg');
    background-position: 0 0;
    margin: 0;
    padding: 0;
    background-repeat: repeat-x;
}
.failed{
    color: #ff0000;
    font-size: 16px;
}

.container {
    padding: 15px;
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('ardo-logo-claim.png');
    background-repeat: no-repeat;
    background-position: top 20px right 20px;
    min-height: 100%;
    background-color: #ffffff;
}

.container h1 {
    font-weight: normal;
    font-size: 50px;
}

.hinweis {
    font-size: 12px;
    margin-top: -15px;
    margin-bottom: 20px;
}
#successform{
    font-size: 16px;
}
input[type=text],
input[type=submit],
input[type=number] {
    height: 40px;
    border-radius: 5px;
    background-color: #dddddd;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

input[type=submit]{
        text-transform: none;
}
#sepaform input[type=text],
input[type=number] {
    text-transform: none;
}

select {
    height: 40px;
    border-radius: 5px;
    background-color: #dddddd;
    font-size: 28px;
    margin-bottom: 20px;
}

input[type=submit] {
    height: 40px;
    border-radius: 5px;
    font-size: 28px;
    margin-top: 10px;
}

#postentable{
	border-collapse: collapse;

}
#postentable .col3{
	text-align: right;
}


/* Ausgabe bis 800px (Mobil)*/
@media (max-width:800px){
    .container {
        width: 750px;
    }

    input[type=text],
    input[type=number],
    input[type=submit],
    select {
        width: 700px !important;
        height: 100px;
        font-size: 80px;

    }

    font-size: 40px;

    h1 {
        font-size: 60px;
    }

    #postentable{
    	width: 700px;
    }

    .signature-pad {
        border: 1px solid #000;
        width: 700px;
        height: 300px;
    }
    button#clear,button#undo{
        width: 347px;
        height: 40px;
    }
    button#vorschau, button#sendform{
        width: 702px;
        height: 40px;
    }


}


/* Ausgabe ab 801px  - 1200px*/
@media (min-width: 801px) {
    .container {
        width: 750px;
    }

    input[type=text],
    input[type=number],
    input[type=submit],
    select {
        width: 600px !important;
    }
    #postentable{
    	width: 600px;
    }

    .signature-pad {
        border: 1px solid #000;
        width: 600px;
        height: 300px;
    }

}

/* Ausgabe ab 1200px */
@media (min-width: 1200px) {
    .container {
        width: 950px;
    }

    input[type=text],
    input[type=number],
    input[type=submit],
    select {
        width: 700px !important;
    }
    #postentable{
    	width: 700px;
    }
    .signature-pad {
        border: 1px solid #000;
        width: 700px;
        height: 300px;
    }
    button#clear,button#undo{
        width: 347px;
        height: 40px;
    }
    button#vorschau, button#sendform{
        width: 702px;
        height: 40px;
    }
}