#mainText #abfrage-field {
  max-width: 700px;
  width: 100%;
}

#divbranche {
  width: 49%;
  float: left;
  margin-right: 20px;
  position: relative;
}

#divgruppe{
	float: left;
	width: 48%;
	visibility:hidden;
	position: relative;
}
#divcalcnumber{
	width: 49%;
	margin-bottom: 20px;
}

#mainText .btn.btn-default {
  max-width: 300px;
  margin-top: .9em;
}

#mainText .btn.btn-default.calc {max-width: 340px; font-size: 1.2em;}

#mainText .btn.btn-default .calc::after {
    font-family: FontAwesome;
    content: "\f1ec";
    position: relative;
    bottom: 37px;
    left: 298px;
    color: #ffffff;
    font-size: 1.5em;
}

#mainText .ba-col-right .calc::after {
  font-family: FontAwesome;
  content: "\f1ec";
  position: relative;
  bottom: 0;
  right: 50px;
  color: #ffffff;
  font-size: 1.5em;
}

#mainText .ba-col-right .offer::after {
  font-family: FontAwesome;
  content: "\f0e0";
  position: relative;
  bottom: 0;
  right: 65px;
  color: #ffffff;
  font-size: 1.5em;
}

#mainText .btn-default #calcnumber,
#mainText .ba-col-right .btn-default
{
color: #ffffff;
font-size: 1.5em;
line-height: 0;
min-height: 46px;
width: 100%;
background-color: #8cba3c;
border: none;
cursor: pointer;
text-align: left;
padding-left: 15px;
}

.btn.btn-default.btn-offer {
  margin-right: 15px;
}

#mainText .ba-col-right .btn-default {margin-top: 0;}

.ba-content {
	display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    column-gap: 10px;
	margin-top: 20px;
}

div.eins-tage-content p {margin: 0;}

.ba-content-plan {
	margin-top: 4em;
	margin-bottom: 2em;
}

.ba-left {
	float: left;
	width: 15%;
}

.ba-right .ba-price, .ba-right .tage, .ba-right .std-satz {
	background-color: #ffffff;
	padding: 5px 10px;
	color: #eb60a1;
	margin-right: 15px;
	display: inline-block;
	width: 9%;
	text-align: right;
}

.ba-col-left .tage {
	width:100%;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.ba-right .std-satz {
	width: 6%;
	margin-right: 0;
	margin-left: 5px;
	padding: 5px 5px;
	text-align: left;
}

.ba-col-left {
  background-color: #fff;	
  width: 19%;
  float: left;
  margin-right: 15px;
  text-align: center;
}
.plichtfelder{
	display: none;
}

@media only screen and (max-width: 767px) {
	#mainText .btn.btn-default .calc::after {
	left: 247px;
    font-size: 1.2em;
}
	
	#mainText .ba-col-right .offer::after {
    bottom: -3px;
    right: 52px;
}

	#mainText .ba-col-right .calc::after {
    bottom: 0;
    right: 50px;
}
	
	
}

@media only screen and (max-width: 375px) {
	#mainText .ba-col-right .offer::after {
    bottom: 47px;
    right: -85%;
}

#mainText .ba-col-right .calc::after {
    bottom: 37px;
    right: -85%;
}
	
}

