*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
a {
    color: black;
    text-decoration: none;
}
.container{
    border-bottom: 2px solid rgb(129, 129, 129);
    padding: 0;
    width: 100%;
    display: flex;
    flex-flow: wrap row;
    justify-content: flex-start;
}
.contenttyp:hover, .contentform:hover, .contenttritt:hover, .contentsd:hover, .contentfuss:hover, .contenthoehe:hover, .contentwr:hover{ 
    box-shadow: 7px 7px 7px rgb(25, 149, 221);
    transform: scale(1.05);
}
.contenttyp, .contentform, .contenttritt, .contentsd, .contentfuss, .contenthoehe, .contentwr{ 
    border: black solid 0px;
    margin: 10px 10px;
    background-color: rgb(105, 122, 128);
    border-radius: 15px;
    box-shadow: 7px 7px 7px rgb(129, 129, 129);
}

#ra_t0_id.checked, #ra_t1_id.checked, #ra_t2_id.checked, #ra_t3_id.checked, #ra_t4_id.checked, #ra_t6_id.checked, #ra_t7_id.checked, #ra_t8_id.checked, #ra_t22A_id.checked, #ra_t22Q_id.checked,
#ra_kl_id.checked, #ra_ak_id.checked,
#ra_s_id.checked, #ra_h_id.checked,#ra_e_id.checked,
#Buche_id.checked, #Eiche_id.checked, #Ahorn_id.checked, #Wenge_id.checked, #Kastanie_id.checked, #Zebrano_id.checked, #Teak_id.checked, #Nussbaum_id.checked, #Kirsche_id.checked, #bauseits_id.checked,
#roh_id.checked, #matt_lackiert_id.checked, #geölt_id.checked,
#eso_g_id.checked, #eso_p_id.checked,#eso_lg_id.checked, #eso_lm_id.checked, #eso_lf_id.checked,
#ra_fr_id.checked, #ra_fs_id.checked,
#leiterreling_id.checked,
#geschliffen_id.checked, #poliert_a_id.checked, #pulver_a_id.checked{ 
    box-shadow: 7px 7px 7px rgba(0, 17, 255, 0.795);
}

.contenterror{ 
    border: black solid 2px;
    margin: 10px 10px;
    background-color: red;
}
.bild{
    max-width: 250px;
    max-height: 170px;
    border-top-left-radius: 14.5px;
    border-top-right-radius: 14.5px;
}
.bild_desc{
    font-family: sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    text-transform: uppercase;
    line-height: 20px;
    padding: 5px 10px;
    text-align: center;
    color:white
}
p{
    line-height: 20px;
    color: red;
}
/* .submit{
    min-width: 250px;
    height: 55px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    margin: 10px 10px;
    /* background: linear-gradient(45deg, #a7aff5, #0015ff);
    color: rgb(236, 236, 236);
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    border: none;
}
.submit:hover{ 
    box-shadow: 10px 10px 10px rgb(25, 149, 221);
    transform: scale(1.1);
} */


/*submit */




 .submit {
    background-color: rgb(105, 122, 128);
    border: none;
    z-index: 1;
    width: 220px;
    height: 55px;
    color: black;
    border-radius: 15px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 7px 7px 7px rgb(129, 129, 129);
    outline: none;
    margin: 10px 10px;
    color: white;
  }
  .submit:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background:rgba(0, 17, 255, 0.795);
    color: #fff;
    border-radius: 15px;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }
  .submit:hover {
    color: white;
  }
  .submit:hover:after {
    left: 0;
    width: 100%;
  }
  .submit:active {
    top: 2px;
  }



























.del{
    width: 250px;
    height: 55px;
    border: black solid 2px;
    margin: 10px 10px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    background-color: red;    
}
/* .submit a{
    text-decoration: none;
    color: black;
} */
.auswahl{
    background-color: #709C9D;
}
section{
    max-width: 1235px;
    margin: 10px auto;
}
.bemline{
    position: absolute;
    display: block;
    border: 1px solid black;
    border-top: none;
    text-align: center;
}
.bemtextblm{
    position:absolute;
    width: 5%;
    text-align: center;
}
.bemtextblmfield{
    width: 60px;
    height: 30px;
    text-align: center;
    position: relative;
}

h1{
    font-family: sans-serif;
    font-weight: bold;
    font-size: 2em;
    text-shadow: 5px 5px 9px rgb(129, 129, 129);
}

h2{
    font-family: sans-serif;
    font-weight: bold;
    font-size: 1em;
    text-shadow: 5px 5px 9px rgb(129, 129, 129);
}
input{
    appearance: none;
}

.langbtn:hover{ 
    transform: scale(1.2);
}
.langbtn{ 
    border: black solid 0px;
    transition: all 0.2s ease;
}
.langbtn:after {
    transition: all 0.2s ease;
}
.langbtn:active {
    top: 2px;
    transform: scale(1)
}
















