/* Standard Stylesheet für www.druckerei-resch.de   */

        /* ----- Hauptteil ----- */

/*article {
    background: white;
    margin: 20px;
    margin-bottom: 60px;
    padding: 0px;
    padding-bottom: 5px;
    border-radius: 20px;
    border: none;
    box-shadow: 0px 15px 20px -5px black;
    text-align: center;
}*/

/*header {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .8)), url("img/Holzlettern.jpg");
    background-blend-mode: normal;
    background-size: cover;
    color: hsl(219, 18%, 26%);
    text-shadow: 0px 1px 5px white;
    padding: 10px 10px 0px 10px;
    border-radius: 20px 20px 0px 0px;
    border: none;
}*/

/*h1 {
    font: bold 36pt serif;
}

h2 {
    font: bold 22pt serif;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: solid 1px hsl(219, 18%, 26%);
}

p {
    padding: 0px 0px 0px 0px;
    margin-bottom: 5px;
}*/

#row {
    width: 250px;
    float: left;
}

section {
    overflow: hidden;
    background: #e3e5e9;
    border: solid 1px hsl(219, 18%, 26%);
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
    padding: 5px;
    text-align: left;
    box-shadow: 3px 1px 9px #888 inset;
    transition: all ease 1s;
}

table {
    background: white;
    margin-left: 20px;
    width: 94%;
    border-collapse: collapse;
    border-radius: 0px 20px 0px 0px;
    box-shadow: 0px 0px 5px hsl(219, 18%, 26%);
}
tr {
    margin: 0px;
    padding: 0px;
}

th {
    color: hsl(219, 18%, 26%);
    background: hsl(219, 18%, 80%);
    text-align: right;
    vertical-align: bottom;
    padding: 5px;
    margin: 0px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    border-radius: 0px 20px 0px 0px;
    border-bottom: solid 1px hsl(219, 18%, 26%);
}

td {
    font: 20pt serif;
    margin: 0px;
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    border-bottom: solid 1px hsl(219, 18%, 26%);
}

#endpreis {
font: 32pt serif;
}

#endpreis_lable {
font: 16pt serif;
}

.infotext {
    font: 12pt serif;
    padding-left: 30px;
    padding-right: 30px;
}

.selection-auflage {
    display: none;
}
.selection-format {
    display: none;
}
.selection-umfang {
    display: none;
}
.selection-farbigkeit {
    display: none;
}
.selection-papier {
    display: none;
}
.selection-veredelung {
    display: none;
}
.selection-versand {
    display: none;
}
.selection-sonderfall {
    display: none;
}

#telefonnummer {
    font: bold 20pt serif;
    margin: 0px;
    padding: 0px;
    text-align: center;
}


/* ----- Formulare ----- */

.hidden_check_lable {
    display: block;
    border: solid 2px hsl(219, 18%, 26%);
    border-radius: 5px;
    background: white;
    color: hsl(219, 18%, 26%);
    padding: 5px;
    margin: 5px;
    box-shadow: 1px 1px 3px black;
    font: bold 14pt serif;
    vertical-align: middle;
}

.radio-ptyp {
    display: block;
    border: solid 2px hsl(219, 18%, 26%);
    border-radius: 5px;
    box-shadow: 0px; 
    background: white;
    color: hsl(219, 18%, 26%);
    padding: 5px;
    margin: 5px;
    box-shadow: 1px 1px 3px black;
    font: bold 16pt serif;
    height: 100px;
    vertical-align: middle;
}

.selection-icon {
    display: inline;
    width: 50;
    height: 50px;
    vertical-align: middle;
}

.selection-lable {
    vertical-align: middle;
}

#text_zufrieden {
    padding-left: 30px;
    padding-right: 30px;
    font: 16pt serif;
}

#text_agb {
    text-align: left;
    padding-left: 30px;
}

#abw_liefer {
    display: none;
}

#kleiner_text {
    font-size: 10pt;
}
input[type="text"], input[type="tel"], input[type="email"]{
    display: block;
    border: solid 2px hsl(219, 18%, 26%);
    border-radius: 5px;
    box-shadow: 1px 1px 3px black;
    background: white;
    color: hsl(219, 18%, 26%);
    padding: 5px;
    margin: 5px;
    box-shadow: 1px 1px 3px black;
    font: bold 12pt serif;
    width: 636px;
    height: 50px;
}
input[type="text"]:invalid, input[type="tel"]:invalid, input[type="email"]:invalid {
    border: solid 2px red;
}
    
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]
{
    -moz-appearance: textfield;
    display: block;
    border: solid 2px hsl(219, 18%, 26%);
    border-radius: 5px;
    box-shadow: 1px 1px 3px black;
    background: white;
    color: hsl(219, 18%, 26%);
    padding: 5px;
    margin: 5px;
    box-shadow: 1px 1px 3px black;
    font: bold 12pt serif;
    width: 98%;
    height: 50px;
}

input[type=number]:invalid {
    border: solid 2px red;
    background: #fdd;
    box-shadow: 1px 1px 3px #a00;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]:checked+label {
    background: hsl(219, 18%, 26%);
    color: white;
    box-shadow: 1px 1px 3px black;
}

.hidden_check {
    display: none;
}

.hidden_check:checked+label {
    background: hsl(219, 18%, 26%);
    color: white;
    box-shadow: .1em .1em .2em gray;
    opacity: 1;
}

.normal_label {
    border: none;
    text-align: left;
    font: 12pt sans-serif;
    padding-left: 0px;
    width: 550px;
}

input[type="checkbox"] {
    vertical-align: middle;
    height: 36px;
}
    
input[type="submit"] {
    display: block;
    border: solid 2px hsl(219, 18%, 26%);
    border-radius: 5px;
    background: hsl(219, 18%, 26%);
    color: white;
    padding: 5px;
/*     margin: 20px; */
    box-shadow: 1px 1px 3px black;
    font: bold 12pt serif;
    width: 100%;
}

input[type="button"] {
    display: block;
    border: solid 2px hsl(219, 18%, 26%);
    border-radius: 5px;
    background: hsl(219, 18%, 26%);
    color: white;
    padding: 5px;
/*     margin: 20px; */
    box-shadow: 1px 1px 3px black;
    font: bold 18pt serif;
    width: 100%;
}

input[type="submit"]:disabled {
    border: gray;
    background: gray;
}

textarea {
    resize: none;
    display: block;
    border: solid 2px hsl(219, 18%, 26%);
    border-radius: 5px;
    box-shadow: 1px 1px 3px black;
    background: white;
    color: hsl(219, 18%, 26%);
    padding: 5px;
    margin: 5px;
    box-shadow: 1px 1px 3px black;
    font: bold 16pt serif;
    width: 500px;
    height: 200px;
}

.navlink {
    color: hsl(219, 18%, 26%);
    font: bold 12pt serif;
    margin-left: 20px;
    margin-right: 20px;
    text-decoration: none;
    letter-spacing: 5px;
}
.hidden_table {
    border: none;
    text-align: left;
    box-shadow: none;
}
.hidden_tr {
    border: none;
    text-align: left;
}
.hidden_td1 {
    line-height: 50%;
    border: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
    width: 30px;
}
.hidden_td2 {
    line-height: 50%;
    border: none;
    margin: 0px;
    padding: 0px;
}
#reset {
    color: red;
    font: 18pt serif;
    text-decoration: none;
}
#warnung {
    color: red;
}
#reset {
    cursor: pointer;
}
