/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.evalanche-form #form {
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    padding: 7%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}
.evalanche-form h1 {
    display: none;
}
.evalanche-form table * {
    border-color: transparent;
}
.evalanche-form select {
    border: 1px solid #ecefef;
}
.evalanche-form #form div[style='float:left'] {
    margin-right: 30px;
}
.evalanche-form #form input[type='text'] {
    padding-top: 0;
    padding-bottom: 0;
    height: 43px;
    background-color: #fff;
    font-size: 15px;
    color: #272d3a;
    border-width: 1px;
    border-color: #ecefef;
    border-radius: 3px;
    margin-bottom: 20px;
}
.evalanche-form #form input[type='submit'] {
    text-transform: none;
    background: #52ae32;
    font-family: univia-pro,sans-serif;
    font-weight: 700;
    border-radius: 5px;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    border: none;
    color: white;
}
.evalanche-form #form input[type='submit']:hover {
    text-decoration: none;
}
.evalanche-form #form label {
    color: #575756;
    line-height: 1.7;
    font-size: 18px;
    font-weight: 400;
    display: block;
    font-family: univia-pro,sans-serif;
}

.evalanche-form #form a {
    font-family: univia-pro,sans-serif;
    font-size: 10pt;
}

.evalanche-form #form select {
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 10px;
}

.evalanche-form .nice-select {
    border: 1px solid #ecefef;
    min-width: 100px;
}

.evalanche-form #form tr {
    text-align: left;
}
.evalanche-form #form table tr > td {
    padding-top: 0;
    padding-bottom: 0;
}
div.typemultipleselection {
    margin-bottom: 20px;
}

.evalanche-form #profileform #form {
    padding: 20px;
}

.evalanche-form #profileform #form #formfields tbody tr:last-of-type td div:last-of-type > div,
.evalanche-form #profileform #form #formfields tbody tr:last-of-type td div:last-of-type > div label,
.evalanche-form #profileform #form #formfields tbody tr:last-of-type td div:last-of-type > a {
    display: inline;
}

.evalanche-form #profileform #form label.attributedatenschutz,
.evalanche-form #profileform #form label.attributedatenschutzurl,
.evalanche-form #profileform #form label.attributedatenschutzurlen {
    font-size: 10pt;
}

.evalanche-form #profileform #form label.attributedatenschutz {
    margin-bottom: 25px;
}

.evalanche-form #profileform #form #actions {
    margin-top: 35px;
}
.evalanche-form #profileform #form label.attributedatenschutzurl {
    margin-left: 30px;
    display: inline;
}

.evalanche-form #profileform #form #form_DATENSCHUTZ {
    position: absolute;
}

@media screen and (min-width: 1305px) {
	.evalanche-form #form .typeselectionwrap {
		width: calc(50% - 30px) !important; /** half of the width - margin offset */
	}
	.evalanche-form #form .typeinputwrap {
		width: calc(50% - 30px) !important; /** half of the width - margin offset */
	}	
}

@media screen and (max-width: 1304px) {
	.evalanche-form #form div[style='float:left'] {
    	margin-right: 30px;
		width: calc(100% - 45px);
	}
	.evalanche-form #form .typeselectionwrap {
		width: calc(100% - 45px); !important; 
	}
}

@media screen and (max-width: 567px) {
	.evalanche-form #form textarea {
		width: 215px;
	}
}

/**.evalanche-form tr.trmultipleselection {
    display: none;
}*/