input {
    border: 1px solid #cacaca;
}

.br-box {
	display: flex;
}

.br-column:last-of-type {
    padding-right: 0;
}
.br-column {
    padding-right: 24px;
}

.br-column-header {
	background-color: #ecf2f9;
	color: #0069b3;
	padding: 12px;
	font-weight: 400;
}

.br-column-content {
    padding: 12px;
    border: 3px solid #ecf2f9;
}

.br-image {
    padding-bottom: 12px;
}

.br-text-box {
    width: 60px !important;
}

.br-right {
    float: right;
}

.br-full-width {
	width: 100% !important;
}

.br-blue {
	color: #0069b3;
}

.br-hide-content-wohnflaeche {
	padding-top: 24px;
	display: none;
}

.br-hide-content-umzugskarton {
	padding-top: 24px;
	display: none;
}

.br-box-infos {
	margin-top: 15px;
	line-height: 0.8em;
	width: 70%;
}

.br-text-header {
    padding-bottom: 0px;
    margin-bottom: 5px !important;
}

.br-box-infos-image {
    width: 50%;
}

.box-rechner {
	padding-bottom: 12px;
}

.text-box-error {
	border: 1px solid red !important;
}

.br-error-message {
    font-size: 11px;
    color: red;
    font-weight: 400;
    display: none;
}

.br-text-tobig {
    border: 3px solid #ecf2f9;
    background-color: #ecf2f9;
    padding: 9px;
    font-size: 13px;
    border-radius: 5px;

}

.br-danger-text {
	color: #ff0000;
	font-size: 14px;
}

.br-mb-0 {
	margin-bottom: 0 !important;
}

@media (min-width: 801px) and (max-width: 1100px) {
	.br-right {
		float: none;
	}

	.br-button {
		margin-top: 12px;
	}

}

@media (min-width: 656px) and (max-width: 800px) {
	.br-storage-image {
		display: none;
	}

	.br-right {
		float: none;
	}

	.br-button {
		margin-top: 12px;
	}
}

@media (max-width: 655px) { 
	.br-box {
		display: block;
	}

	.br-column {
		margin-bottom: 20px;
		padding-right: 0;
	}

	.br-right {
		float: none;
	}

	.br-button {
		margin-top: 12px;
	}

	.br-storage-image {
		display: none;
	}

	.br-main-image {
	    width: 100%;
	}
}

@media screen and (max-width: 440px) {
   .box-rechner .inputtext {
        width: 70%;
        display: inline-block;
    }
}