input,textarea {
    width:100%;
    font-family: 'Bariol';
    box-sizing: border-box;
    border-style:solid;
    border-width:1px;
    /* border-style:  inset; */
    border-color:#e9e9e9;
    border-radius: 3px;
    /* box-shadow: 0px 0px 5px 0px rgba(42,42,42,.13); */
    font-size: 20px;
    color: #232323;
}

input:active {
    background: #fff;
}

form input[type="text"] {
    height: 46px;
}

input[type="text"], select, .wrapper-dropdown-3, textarea {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 10px 15px 10px 15px;
}

form input[type="text"],
form .select_label
{
    font-size: 20px;
}


input,select, textarea:focus {
    outline:none;
} 

aside input[type="text"], 
aside input[type="button"], 
.wrapper-dropdown-3 {
    font-size: 19px;
    margin: 8px 0 0 0;
}

input[type="button"], input[type="submit"] {
    box-sizing: border-box;
    padding: 8px;
}

#preisauskunftWrapper .schaltflaeche {
    font-size: 16.5pt;
}

.schaltflaeche {
	margin-bottom: 5px;
	/* width: 120px; */
	/* height:32px; */
	font-family: 'Dosis';
	/* font-size:12pt; */
	position:  relative;
	color:#f8f7f7;
	background:#f48700;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 #ff9715, 0 3px 0 0 #d57e12;
	border: 0;
	display: table-cell;
	vertical-align: middle;
}

.schaltflaeche:active {
	top:3px;
	background: #ff9715;
	box-shadow: inset 0 1px 0 #ff9715, 0 2px 0 0 #d57e12;
}

input[type="checkbox"] {
    -webkit-appearance:checkbox;
  	-moz-appearance: checkbox;
  	appearance:checkbox;
}

textarea {
    width: 100%;
    min-height: 132px;
    /* max-height: 240px; */
    max-width: 440px;
    min-width: 440px;
    font-size: 18px;
    float: left;
    /* display:  inline-block; */
}

input[type="checkbox"] {
    width: 23px;
    height:23px;
    float: left;
    margin:0 11px 0 0;
}

select.error, textarea.error, input.error { /* Validator Highlight & BG */
    border: 1px solid #f48700;
    background-image: url(../img/ausrufezeichen.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px 20px;
    }

.desktopWeiter {
    transition: 0.1s;
    left: 0;
}

.weiterAnimation, .weiterAnimation:active {
    background-image: url(../img/submitArrows.svg);
    background-repeat: no-repeat;
    background-position: right -17px top -13px;
    background-size: 80px;
    text-indent:  -30px;
}

input[name='DatumZeitAbholen'], input[name='DatumZeitLiefer'] {
    background: #fff url(../img/arrow-down.svg) no-repeat top 20px right 12px / 10px 10px;
    border: none;
}

input[name='DatumZeitAbholen']:focus, input[name='DatumZeitLiefer']:focus {
    background: #fff;
    border: none;
}

input[name='DatumZeitAbholen'].error:focus,
input[name='DatumZeitLiefer'].error:focus,
input[name='DatumZeitAbholen'].error,
input[name='DatumZeitLiefer'].error

{
    background: url(../img/ausrufezeichen.svg) no-repeat center left 10px / 20px 20px, url(../img/arrow-down.svg) no-repeat top 20px right 12px / 10px 10px;
    background-color: #fff;
    padding-left: 37px;
    border: none;
}


/*  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>################################################# */
/*  >>>>>>>>>>>>>>>>>>>>>>>>>>       CSS dropdown overrides            ############### */
/*  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>################################################# */


.select_expand:checked + .select_closeLabel + .select_options .select_label:hover {
        background-color: #ededed;
    }

.select {
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.select_expandLabel {
    background: url(../img/arrow-down.svg) no-repeat top 20px right 11px / 10px 10px;
}

.select.Lieferfahrzeug {
    z-index: 2;
}