form {
	
}

fieldset {
    border: none;
}

form > fieldset > label {
    display: inline-block;
}

form > fieldset > label {
    margin-left: 1em;
}

form > fieldset > label.first {
    margin-left: 0;
	width: 55px;
}

form > fieldset > label.checkbox {
	display: block;
	margin-left: 190px;
	width: 300px;
}

form > fieldset {

    margin-bottom: 1em;
    padding-top: 1em;
}

label {
    margin-bottom: .8em;
}

input,
textarea,
select,
button {
    padding: .2em;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #000;
    border-radius: 3px;
    background: #fff;
}

label,
input,
select,
textarea {
    display: block;
	font-size:12px;
	width:600px;
}

textarea {
    height: 15em;
}

input[type="submit"],
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
button {
    width: auto;
    display: inline;
    background: #88BD23;
    border-color: #88BD23;
    margin-right: .2em;
	color:#FFF;
	font-size:12px;
	cursor:pointer;
}

input[type="checkbox"],
input[type="radio"] {
    background: #fff;
    border: none;
    padding: 0;
}

label input,
label textarea,
label select {
    margin-top: .5em;
}

#inhalt_links form label span {
    cursor: pointer;
	color: #000;
}

    span.error {
    color: #F00;
    width: auto;
}


@media (min-width: 450px) {
    label > span,
    fieldset > legend {
        float: left;
        width: 190px;
        margin-top: .5em;
		font-size: 12px;
    }

    fieldset > label > span {
        width: auto;
        float: none;
    }
	
	label > img {
        margin: 20px 0 0 190px;
    }

    input,
    select,
    textarea {
        width: 300px;
    }

    input[type="submit"] {
        margin-left: 190px;
		margin-top: 20px;
    }

    input[type="date"],
    input[type="time"],
    input[type~="color"] {
         display: inline;
         margin-top: 0;
    }

    input[type="color"] {
        width: 5em;
    }
}

fieldset > label > span{width:auto !important;}
input[type=radio], input[type=checkbox]{width:auto !important;}
