/*** Bürgergeld RECHNER ***/

body .entry-content #hartz4-calc .special-heading {
color:black;
}
body .entry-content #hartz4-calc .col {
	padding:0;
	}
body .entry-content #hartz4-calc .row {
	margin-right: 0;
	margin-left: 0;	
	padding-left:0;
	padding-right:0;
	}
body .entry-content #hartz4-calc .switch-button-control .switch-button .button {
	font-size:unset;
	padding:unset;
}

#hartz4-calc .switch-button-control .switch-button.enabled[data-v-7bac6236] {
    background-color: green;
    border: 2px solid green;	
		color:green;
}
#hartz4-calc .switch-button-control .switch-button.enabled .button[data-v-7bac6236] {
    border: 0;
}



@media (min-width: 960px) {
.neve-main>.container #hartz4-calc .col {
    max-width: none;
}
}

body .entry-content #hartz4-calc .main {
	background:0;
	border:0;
}
body .entry-content #hartz4-calc .heading {
	padding:0;
	margin-top:30px;	
	margin-bottom:10px;
	font-size:20px;
}
body .entry-content #hartz4-calc .input-descr {
	color:#666666;
}
body .entry-content  #hartz4-calc .vue-tooltip .vue-tooltip-text { 
	border-radius:3px;
	border:none !important;
	background:#f4f4f4;
	box-shadow:0 0 8px #999;
	padding:15px
	}
@media (max-width: 576px) {
body .entry-content #hartz4-calc .input-calc:not(.wo-descr) {
    flex: 1 1 auto;
    order: inherit;
    display: inherit;
    margin-left: 0;
}
}
body .entry-content #hartz4-calc input[type=text] {
	border-radius:0;
}

#hartz4-calc .input-calc input[type=text][data-v-ea79969a] {
    width: 200px;
		border-bottom:1px solid #ccc;
    background-color: white;
    caret-color: inherit;

}
#hartz4-calc .input-calc select {
    padding-left:10px;
}

body .entry-content #hartz4-calc .row>.button {
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 700;
    margin-right: 2px;
    user-select: none;
    min-width: 180px;
}
body .entry-content #hartz4-calc .button:second-child {
background:green;
}