body h1, body h2, body h3, body p, body a, body li, body td {
    font-family: "Montserrat";
}
.boxed {
	margin-right: auto;
	margin-left: auto;
	max-width: 1400px;
	position: relative;
	padding: 0 15px 0 15px;
}
.boxed.modellgroessen {
	margin-top:100px;
	margin-bottom:150px;
}
.raum-berechnung-top {
	width:100%;
	height:auto;
	border-top: 2px dotted #a2a5a6;
}
.raum-berechnung {
    border-bottom: 2px dotted #a2a5a6;
}
.element-berechnung {
	float:left;
	width:20%;
	padding-top:30px;
	padding-bottom:30px;
}
.clear {
	width:100%;
	clear:both;
}
.raum-berechnung label {
	font-weight: 700;
    font-size: 15px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    margin-top: 0px;
    width: 100%;
    margin-bottom: 0px;
    height: 30px;
    font-family: "Montserrat";
    float:left;
}
.raum-berechnung select{
	font-weight: 500;
    font-size: 15px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    margin-top: 0px;
    width: 100%;
    margin-bottom: 0px;
    height: 45px;
    font-family: "Montserrat" !important;
    float:left;
}
.raum-berechnung .ausgabe-style {
	font-weight: 700;
    font-size: 44px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    margin-top: 0px;
    width: 100%;
    margin-bottom: 0px;
    height: 45px;
    font-family: "Montserrat";
    float:left;
}
.raum-berechnung select {
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;   
  -webkit-border-radius: 0; 
  -moz-border-radius: 0;  
  border-radius: 0;
  border: 0;
}
.raum-berchnung select::-ms-expand {
  display: none;
}
.raum-berechnung select {
  border-bottom: 1px solid #cf776B;
  cursor:pointer;
  padding-bottom: 10px;
}
.select-wrapper {
	position:relative;
	float:left;
    width: calc(100% - 30px);
}
.select-wrapper::after {
  content: url(../img/modell-berechnung-arrow-down.png);
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 10px;
  color: #fff;
  pointer-events: none;
  width:20px;
  height:8px;
  transform: scale(.5);
}
.element-ausgabe {
	background-color: #e8eced;
	border-top: 20px solid #e8eced;
	border-bottom: 20px solid #e8eced;
	background-image: url(../img/modell-berechnung-ers-heatscreen.png);
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}
.element-berechnung.element-ausgabe {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
	box-sizing:border-box;
  position: relative;
}
a.button-raum {
    position: relative;
    text-decoration: none;
	background-color: #fff;
	border: 2px solid #cf776B;
    border-radius: 30px;
    padding: 15px 35px 15px 60px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 600;
    font-size: 15px;
    color: #cf776B;
    text-align: center;
    cursor:pointer;
    display: table;
	margin-left: auto;
	margin-right: auto;
}
a.button-raum img {
	vertical-align: middle;
	margin-left: -40px;
	width: 22px;
	height: 22px;
	margin-right: 15px;
}
.button-wrapper {
	text-align:center;
	width:100%;
	margin-top:60px;
}
.raum-2,
.button-raum-2,
.hide-raum {
	display:none;
}
.show-raum {
	display:block !important;
}
img.button-delete {
  width: 22px;
  height: 22px;
  right: 10px;
  float: right;
  position: absolute;
  top: -11px;
  cursor:pointer;
}
@media screen and (max-width: 1200px) {
	.element-berechnung {
	    float: left;
	    width: calc(50% - 20px);
	    padding-top: 15px;
	    padding-bottom: 15px;
	    clear: left;
	}
	.select-wrapper {
	    float: right;
	    width: 101px;
	}
	.select-wrapper::after {
	    top: 0;
	}
	.raum-berechnung label {
		width:auto;
	}
	.raum-berechnung select {
	    height: auto;
	}
	.raum-berechnung {
		position:relative;
	}
	.element-berechnung.element-ausgabe {
	    clear: none;
	    height: 100%;
	    position: absolute;
	    right: 0;
	    width: calc(50% - 20px);
	}
	.raum-berechnung .element-berechnung:first-of-type {
		    padding-top: 29px;
	}
	.element-ausgabe {
	    background-color: #e8eced;
	    border-top: 70px solid #e8eced;
	    border-bottom: 70px solid #e8eced;
	}
	.element-ausgabe label {
			margin-top:10px;
	}
}
@media screen and (max-width: 768px) {
	.element-berechnung {
	    width: 100%;
	}
	.element-berechnung.element-ausgabe {
	    position: relative;
	    width: 100%;
	}
	.element-ausgabe {
	    background-color: #e8eced;
	    border-top: 20px solid #e8eced;
	    border-bottom: 20px solid #e8eced;
	}
}