h1 {font-size: 1.20em; color: #010a55;}
h2 {font-size: 1.20em; color: #010a55; }
h3 {font-size: 1.10em; }
a {font-weight:100 !important;}
body { font-size: 14px;}
.ui-footer {padding-left:15px; margin-top:20px; font-weight:100;}
.ui-footer .ui-bar-a {font-weight:100;}
.ui-footer .ui-btn {margin:20px 0 !important;}
.ui-content ul.liste {padding-left:1px;}
.ui-content img {width:100%; margin-bottom:18px;}
.ui-content ul.liste li {list-style-type:none; margin-bottom:8px; padding-left:20px; background:url(../images/listenpunkt.gif) 0 3px no-repeat;}
.ui-collapsible-content img {width:100%; float:right; margin:18px 0 20px 10px; border:2px solid #e0e6ad;}
.ui-collapsible-content ul li {margin-bottom:10px;}
.inhalt { margin-top: 5em;}
strong.dunkel-gruen {color:#687a47;}
#logo img {display:block; width:100%; }
#header {width: 100%;}
.bild{width:96%; padding:0 10px 0 10px; margin-top:-17px; }
#back{position:absolute; top:8px; left:8px; }

/*Form style*/

label {
    display: block;
    font-weight: bold;
    margin-top: 40px;
    font-size: 14px;
}

.submit {
    background: #444;
    padding: 10px 20px;
    margin-top: 20px;
    cursor: pointer;
    border: none;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.submit:hover {
    background: #b31800;
}

#capticha_img {
    padding-top: 10px;
    max-width: 200px;
}

#capticha {
    max-width: 200px;
}

#form1 div { position: relative;}


#form1 .text-input, #form1 textarea {
    font: 12px/20px helvetica, sans-serif;
    border-bottom: 1px solid;
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: #ddd;
    margin-bottom: 5px;
    display: block;
    width: 96%;
    padding: 2%;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#form1 select {
    width: 100%;
    border: none;
    background: none;
}

.selectbox {
    width: 96%;
    padding: 1% 2%;
    background: #F0F0F0;
}

#form1 .text-input:hover, #form1 textarea:hover {
    border-color: #4a5254;
}

#form1 textarea {
    min-height: 100px;
    max-height: 350px;
    margin-top: 10px;
    resize: none;
}

#status_message_ok, #status_message_error {
    background: #DCEBD0;
    border: 1px solid #B2C0A2;
    display: none;
    height: auto;
    margin-bottom: 45px;
}

#status_message_ok strong, #status_message_error strong {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 5px;
}

#status_message_ok span, #status_message_error span {
    display: block;
    font-size: 13px;
    padding: 15px;
}

label.error {
    font-size: 10px;
    margin: 0;
    font-style: italic;
    padding: 4px 12px;
    display: block;
    background: rgb(228, 19, 19);
    color: #fff;
    position: absolute; right: 0; bottom: 0;
}

input.error, textarea.error {
    border-color: rgb(228, 19, 19) !important;
}


span.info {
    font-size: 10px;
    color: #9E9E9E;
    display: inline-block;
    margin: 20px 0
}
