.mhmrv input, .mhmrv textarea, .mhmrv .wrapper-main select {
	background-color: #ececed;
    border: 1px solid #e5e5e5;
    padding: .9rem 10px;
}
.mhmrv input:focus, .mhmrv textarea:focus, .mhmrv .wrapper-main select:focus {
   	border-width: 1px;
}

.mhmrv .grey {
    color: #888888;
}
.mhmrv .hm-link {
	float: left;
	white-space: nowrap;
}
.mhmrv .hm-hint {
	color: #00a075;
	margin-bottom: 2rem;
}
.mhmrv .hm-header {
    border-bottom: 0;
	box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.15);
    height: 87px;
}
.mhmrv .hm-g {
	overflow: visible;
}
@media all and (min-width: 768px) {
	.mhmrv .hm-header {
		width: 100%;
		z-index: 11;
	}
}
 .mhmrv .hm-logo {
 	background-repeat: no-repeat;
	background-size: 100px 58px;
    border-style: none;
	float: none;
	height: 58px;
    margin: auto auto;
    padding: 0;
	position: relative;
	top: 10px;
	width: 100px;
	z-index: 5;
 }
@media (min-width: 768px) {
	.mhmrv .hm-logo {
		background-repeat: no-repeat;
		background-size: 141px 82px;
		border-style: none;
		height: 82px;
		top: 10px;
		width: 141px;
	}
}
.mhmrv .logo-link {
	position: absolute;
	top: 15px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-image: linear-gradient(30deg,#005e52 0,#005e52 10%,rgba(0,160,117,.85) 80%,rgba(0,160,117,.8) 100%);
	border-radius: 4px;
	display: block;
	height: 8.8rem;
	width: 14rem;
	z-index: 5;
	left: 50%;
}
.mhmrv .img-logo {
	height: 56px;
	width: 108px;
	top: 17%;
	position: absolute;
	max-width: 400px;
	vertical-align: middle;
	background-repeat: no-repeat;
	left: 12%;
}
@media (max-width: 768px) {
	.mhmrv .hm-header {
		height: 50px;
	}
}
@media (max-width: 768px) {
	.mhmrv .logo-link {
		top: 7.5px;
		height: 5rem;
		width: 10rem;
	}
}
@media (max-width: 768px) {
	.mhmrv .logo-link .img-logo {
		width: 70%;
		height: 70%;
		top: 12%;
		left: 15%;
	}
}
.mhmrv .header-logos {
	position: relative;
	text-align: left;
	top: 15px;
}
@media (max-width: 768px) {
	.mhmrv .header-logos {
		top: 7.5px;
		margin: 0 0 0 7px;
	}
}

 .mhmrv a img {
    vertical-align: text-bottom;
}
 
/*** Fehler ***/
.mhmrv .error-info-box:before {
	margin-top: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.mhmrv .error-info-text {
    width: 67%;
}
.mhmrv .error-info-box li:not(:last-of-type) {
    margin-bottom: .5rem;
}

/*** Sidebar ***/
.mhmrv .hm-has-sidebar .hm-sidebar-info {
    margin-bottom: 0;
}
.mhmrv .hm-sidebar .hm-sidebar-payment-icons {
	margin-left: 0;
}
.mhmrv .hm-sidebar {
    margin-bottom: 3rem;
}
.mhmrv .hm-sidebar.hm-sidebar-top {
	position: static;
	margin-right: 0;
	padding-right: 0;
}
.mhmrv .hm-sidebar.hm-sidebar-sticky {
	position: fixed;
	top: 0;
	right: 7.5rem;
}
.mhmrv .hm-sidebar.hm-sidebar-bottom {
	position: fixed;
	right: 7.5rem;
}
.mhmrv .hm-sidebar .hm-sidebar-info a img {
    margin-right: 0;
    padding-top: 0;
    width: inherit;
}

/*** bei Zahlenfeldern die Step-Pfeile ausblenden ***/
input[type='number'] {
	-moz-appearance:textfield;
} 
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

/*** Buttons ***/
.mhmrv button, .mhmrv input[type="submit"] {
	white-space: normal;
}

.mhmrv .hiddenSubmitButton {
	display: none;
}


/*** Teilnehmer-Import ***/
.mhmrv .hm-import-persons {
    border-bottom: 1px solid #dadada;
    padding: .4rem 0;
}
@media all and (max-width: 767px) {
	.mhmrv .hm-import-persons {
		display: none;
	}
}
.hm-import-persons + .birthday-container .residence-container .hm-field-container:first-of-type {
    border-width: 0;
}
.mhmrv .hm-import-persons .hm-open-layer {
	text-decoration: underline;
}
.mhmrv .hm-import-open-file {
 	position: absolute;
 	right: 0;
	width: 30%;
	opacity: 0;
}
.mhmrv .hm-import-open-file.hm-btn {
	opacity: 1;
	padding: .6rem 1.3rem;
}
.mhmrv .hm-import-open-file.hm-btn label {
	color: #fff;
	cursor: pointer;
	padding: 0;
	width: 100%; 
}
.mhmrv .hm-import-filename {
	float: left;
	width: 69%;
}

/*** Produkt-Tabelle ***/
.mhmrv .hm-pt__item p {
 	margin-top: 1.25rem;
  	margin-bottom: 0;
}
.mhmrv .slick-slide img {
  	display: inline-block;
}
.mhmrv .slick-prev:before {
    margin: 0 12px;
}
.mhmrv .slick-next:before {
    margin: 0 14px;
}

.mhmrv .hm-gi-1-2-no-break {
	float: left;
	width: 50%;
}

.mhmrv .hm-folge-price {
	margin-top: 0.75rem;
	margin-bottom: 0;
}


/*** Ende Produkt-Tabelle ***/

/*** Warenkorb ***/
.mhmrv .hm-grid-offer .hm-gi-1-4,
.mhmrv .hm-grid-offer .hm-gi-1-4-nl {
	padding: 2rem;
}
.mhmrv .hm-grid-offer .hm-gi-1-4 {
	border: 1px solid #dadada;
	border-width: 0 1px 0 1px;
}

@media all and (min-width: 768px) {
	.mhmrv .hm-gi-1-4,
	.mhmrv .hm-gi-1-4-nl {
		float: left;
		width: 25%;
	}
}


@media screen and (min-width: 768px) {
	.mhmrv .hm-gi-1-4,
	.mhmrv .hm-gi-1-4 {
		border: 1px solid #dadada;
		border-width: 0 1px 0 1px;
	}
}


@media all and (min-width: 768px) {
	.mhmrv .hm-gi-1-2 {
		padding-right: 2rem;
	}
}

.mhmrv .hm-grid-offer .hm-gi-1-2 {
	padding: 2rem;
}


@media screen and (max-width: 767px) {
	.mhmrv .hm-grid-offer .hm-g:nth-of-type(n+1) {
		border: 1px solid #dadada;
		border-width: 0 0 1px 0;
	}
	.mhmrv .hm-grid-offer .hm-g:last-of-type {
		border: none;
	}
	.mhmrv .hm-grid-offer .hm-gi-1-3 {
		border: none;
	}
	.mhmrv .hm-grid-offer .hm-gi-1-4 {
		border: none;
	}
	.mhmrv .hm-grid-offer .hm-gi-1-4-nl {
		border: none;
	}
}
/*** Ende Warenkorb ***/

.mhmrv .break-after {
	display: block;
}

/*** Geburtsdaten ***/
.mhmrv .hm-field-container .hm-iw.hm-birthdaywrap {
    background-color: #FFF;
}
.mhmrv fieldset .hm-birthdaywrap .hm-selectwrap,
.mhmrv fieldset .hm-field-container-wrapper-extended .hm-birthdaywrap .hm-selectwrap,
.mhmrv .hm-info-layer__content-wrapper fieldset .hm-birthdaywrap .hm-selectwrap {
    float: left;
    margin-right: 1%;
    margin-top: 0;
	width: 32%;
}
.mhmrv fieldset .hm-birthdaywrap div:last-of-type,
.mhmrv fieldset .hm-field-container-wrapper-extended .hm-birthdaywrap div:last-of-type {
   	margin-right: 0;
   	width: 34%;
}
@media screen and (max-width: 570px) {
	.mhmrv fieldset .hm-birthdaywrap .hm-selectwrap,
	.mhmrv fieldset .hm-birthdaywrap div:last-of-type,
	.mhmrv .hm-info-layer__content-wrapper fieldset .hm-birthdaywrap .hm-selectwrap { 
		margin-right: 0;
		width: 100%;
	}
	.mhmrv .hm-birthdaywrap div:nth-of-type(n+2),
	.mhmrv .hm-info-layer__content-wrapper fieldset .hm-birthdaywrap div:nth-of-type(n+2) {
	  margin-top: .4rem;
	}
}
/*** Ende Geburtsdaten ***/

/*** Versicherte Personen ***/
.mhmrv .hm-check-transfer-data {
	padding-bottom: calc(1rem + 10px);
}

.mhmrv .hm-field-container-wrapper-extended {
	padding-bottom: 10px;
	border: 1px solid #dadada;
	border-width: 1px 0 0 0; }

.mhmrv .hm-field-container-wrapper-extended .hm-field-container:nth-child(n) {
    width: 99%;
}
.mhmrv .hm-field-container-wrapper-extended .hm-field-container select {
	padding: 0.9rem 10px;
}
@media screen and (min-width: 1025px) {
	.mhmrv .hm-field-container-wrapper-extended .hm-field-container select {
		height: 35px;
	}
	.mhmrv .hm-field-container-wrapper-extended .hm-field-container input {
		height: 35px;
	}
}
@media screen and (max-width: 1025px) {
	.mhmrv .hm-field-container-wrapper-extended .hm-field-container select {
		padding: 0.9rem 10px;
		height: 38px;
	}
	.mhmrv .hm-field-container-wrapper-extended .hm-field-container input {
		height: 38px;
	}
}

@media (min-width: 600px) {
	.mhmrv .hm-field-container-wrapper-extended .hm-field-container {
		float: left;
		margin-left: 1%;
		border: 0;
	}

	.mhmrv .hm-field-container-wrapper-extended .hm-field-container:nth-child(1) {
		width: 2%;
		padding-top: 46px;
	}

	.mhmrv .hm-field-container-wrapper-extended .hm-field-container:nth-child(1) span:first-child {
		display: none;
	}

	.mhmrv .hm-field-container-wrapper-extended .hm-field-container:nth-child(2) {
		width: 25%;
	}

	.mhmrv .hm-field-container-wrapper-extended .hm-field-container:nth-child(3) {
		width: 34%;
	}

	.mhmrv .hm-field-container-wrapper-extended .hm-field-container:nth-child(4) {
		width: 34%;
	}

	.mhmrv .hm-field-container-wrapper-extended .hm-field-container:nth-child(5), .mhmrv .hm-field-container-wrapper-extended .hm-field-container:nth-child(6) {
		width: 95% !important;
		margin-left: 4%;
	}

	.mhmrv .hm-field-container-wrapper-extended .hm-field-container:nth-child(7) {
		width: 25% !important;
		margin-left: 4%;
	}

	.mhmrv .hm-field-container-wrapper-extended .hm-field-container:nth-child(8), .mhmrv .hm-field-container-wrapper-extended .hm-field-container:nth-child(9) {
		width: 34% !important;
	}
}

@media (min-width: 768px) {
	.mhmrv .hm-field-container-wrapper-extended .hm-field-container:nth-child(2) {
		width: 12%;
	}

	.mhmrv .hm-field-container-wrapper-extended .hm-field-container:nth-child(3) {
		width: 41%;
	}

	.mhmrv .hm-field-container-wrapper-extended .hm-field-container:nth-child(4) {
		width: 41%;
	}

	.mhmrv .hm-field-container-wrapper-extended .hm-field-container:nth-child(5) {
		width: 100% !important;
	}

	.mhmrv .hm-field-container-wrapper-extended .hm-field-container:nth-child(6) {
		width: 96% !important;
	}

	.mhmrv .hm-field-container-wrapper-extended .hm-field-container:nth-child(7) {
		width: 20% !important;
	}

	.mhmrv .hm-field-container-wrapper-extended .hm-field-container:nth-child(8), .mhmrv .hm-field-container-wrapper-extended .hm-field-container:nth-child(9) {
		width: 37% !important;
	}
}

.mhmrv .hm-field-container-wrapper-extended .hm-field-container label,
.mhmrv .hm-field-container-wrapper-extended .hm-field-container .hm-iw {
	float: none;
}

.mhmrv .hm-field-container-wrapper-extended .hm-field-container label {
	display: block;
	width: 100%;
	padding: 0.7rem 2rem 0 0;
	text-align: left;
}

.mhmrv .hm-field-container-wrapper-extended .hm-field-container select {
	padding: 6px 10px;
}

.mhmrv .hm-field-container-wrapper-extended .hm-field-container .hm-iw {
	width: 100%;
	background-color: #ececed;
}

@media (min-width: 1024px) {
	.mhmrv .hm-field-container-wrapper-extended .hm-field-container select, .mhmrv .hm-field-container-wrapper-extended .hm-field-container input {
		height: 35px;
	}

	.mhmrv .hm-field-container-wrapper-extended .hm-field-container:nth-child(2),
	.mhmrv .hm-field-container-wrapper-extended.hm-has-birthday .hm-field-container:nth-child(2),
	.mhmrv .hm-field-container-wrapper-extended.hm-has-country .hm-field-container:nth-child(2),
	.mhmrv .hm-field-container-wrapper-extended .hm-insured-person-field-small {
		width: 12% !important;
	}

	.mhmrv .hm-field-container-wrapper-extended .hm-field-container:nth-child(3),
	.mhmrv .hm-field-container-wrapper-extended .hm-field-container:nth-child(4),
	.mhmrv .hm-field-container-wrapper-extended .hm-insured-person-field-large {
		width: 41%;
	}

	.mhmrv .hm-field-container-wrapper-extended.hm-has-birthday.hm-has-country .hm-field-container:nth-child(5) {
		margin-left: 0;
		padding-left: 4%;
	}

	.mhmrv .hm-field-container-wrapper-extended.hm-has-birthday.hm-has-country .hm-field-container:nth-child(6) {
		margin-left: 4%;
	}

	.mhmrv .hm-field-container-wrapper-extended .hm-field-container.hm-insured-person-field-full {
		clear: both;
		width: 100%;
	}
}
/*** Ende Versicherte Personen ***/

/*** Gueltigkeit Kreditkarte ***/
.mhmrv .hm-field-container .hm-creditcard-expire {
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
	.mhmrv .hm-creditcard-expire div:nth-of-type(n+2) {
	  margin-top: .4rem;
	}
}
@media screen and (min-width: 768px) {
	.mhmrv .hm-creditcard-expire .hm-selectwrap {
	  display: inline-block;
	  float: left;
	  width: 49%;
	}
	.mhmrv .hm-creditcard-expire div:nth-of-type(n+2) {
	  float: right;  
	}
}
/*** Ende Kreditkarte ***/

.mhmrv .hm-selectwrap.hm-disabled:before {
    display: none;
}

.mhmrv .hm-table-calculate {
	border-bottom: 0;
	clear: both;
	margin-bottom: 0;
	padding-bottom: .7rem;
}

.mhmrv  .hm-table-calculate div{
	width: 100%;
}

.mhmrv  .hm-table-calculate .hm-table-calculate-formular .hm-table-calculate-formular-inner div:nth-of-type(1) {
	text-align: left;
}
.mhmrv  .hm-table-calculate .hm-table-calculate-formular .hm-table-calculate-formular-inner div:nth-of-type(2) {
	text-align: center;
}

.mhmrv  .hm-table-calculate .hm-table-calculate-formular .hm-table-calculate-formular-inner div:nth-of-type(3) {
	width: 5%;
	text-align: center;
}

.mhmrv  .hm-table-calculate .hm-table-calculate-formular div:nth-of-type(2) {
	text-align: right;
}

.mhmrv .hm-table-calculate .hm-table-calculate-noformular div:nth-of-type(1) {
	text-align: left;
	width: 60%;
}

.mhmrv .hm-table-calculate .hm-table-calculate-noformular div:nth-of-type(2) {
	text-align: right;
	width: 40%;
}

.mhmrv .hm-table-summary {
	clear: both;
	margin-bottom: .7rem;
	border-top: 1px solid #333;
	padding-top: .7rem;
}

.mhmrv .hm-table-components {
	clear: both;
	margin-bottom: .7rem;
}

.mhmrv .hm-table-components div {
	float: left;
}

.mhmrv .hm-table-components div:nth-child(odd) {
	text-align: left;
	width: 60%;
}

.mhmrv .hm-table-components div:nth-child(even) {
	text-align: right;
	width: 40%;
}


@media all and (min-width: 768px) {
	.mhmrv .hm-table-summary div:nth-child(1) {
		width: 60%;
	}
	.mhmrv .hm-table-summary div:nth-child(2) {
		width: 40%;
		padding-right: 2rem;
	}

	.mhmrv .hm-table-components div:nth-child(even) {
		padding-right: 2rem;
	}

	.mhmrv  .hm-table-calculate .hm-table-calculate-formular .hm-table-calculate-formular-inner {
		width: 85%;
	}

	.mhmrv  .hm-table-calculate .hm-table-calculate-formular div:nth-of-type(2) {
		width: 15%;
		padding-right: 2rem;
	}

	.mhmrv  .hm-table-calculate .hm-table-calculate-formular .hm-table-calculate-formular-inner div:nth-of-type(1) {
		width: 55%;
	}

	.mhmrv  .hm-table-calculate .hm-table-calculate-formular .hm-table-calculate-formular-inner div:nth-of-type(2) {
		width: 40%;
	}
}

@media all and (max-width: 767px) {
	.mhmrv .hm-table-summary div:nth-child(1) {
		width: 40%;
	}
	.mhmrv .hm-table-summary div:nth-child(2) {
		width: 60%;
		padding-right: 0rem;
	}

	.mhmrv .hm-table-components div:nth-child(even) {
		padding-right: 0rem;
	}

	.mhmrv .hm-table-calculate .hm-table-calculate-formular .hm-table-calculate-formular-inner {
		width: 80%;
	}

	.mhmrv .hm-table-calculate .hm-table-calculate-formular div:nth-of-type(2) {
		width: 20%;
		padding-right: 0rem;
	}

	.mhmrv .hm-table-calculate .hm-table-calculate-formular .hm-table-calculate-formular-inner div:nth-of-type(1) {
		width: 70%;
	}

	.mhmrv .hm-table-calculate .hm-table-calculate-formular .hm-table-calculate-formular-inner div:nth-of-type(2) {
		width: 25%;
	}

}


/* Radiobutton-Labels bei mehrzeiligem Text */
.mhmrv .hm-field-container .hm-iw.hm-simple-form label {
    height: inherit;
    padding-right: 1.4rem;
}
/**/

/*** Angebotsauswahl mit Radio-Buttons ***/
.mhmrv .hm-insurance-type-radio .insurance-prolong-toggle-radio .insurance-sparte-toggle-radio .hm-field-container .hm-iw.hm-radio-form-input {
    width: 70%;
}
.mhmrv .hm-insurance-type-radio .insurance-prolong-toggle-radio .insurance-sparte-toggle-radio .hm-field-container .hm-iw.hm-radio-form-input + label {
    width: 30%;
}
.mhmrv .hm-insurance-type-radio-label {
	line-height: 2.4rem;
}
.mhmrv .hm-insurance-type-radio-label div {
	float: left;
	padding-right: 2rem;
}
.mhmrv .hm-insurance-type-radio-label div strong {
	float: left;
    padding-right: 1rem;
}
.mhmrv .hm-insurance-type-radio-label + a {
    padding-left: 40px;
}
.mhmrv .hm-insurance-type-radio-label div a img {
	vertical-align: text-bottom;
}
.mhmrv .hm-insurance-type-radio .insurance-prolong-toggle-radio .insurance-sparte-toggle-radio .hm-radio-form-input + label {
	float: right;
}
.mhmrv .hm-insurance-type-components {
	margin-left: 40px;
	clear: both;
}
.mhmrv .hm-field-container label.hm-tariff-link {
  	padding: .7rem 0 .5rem 1rem;
  	text-align: left;
  	text-decoration: underline;
  	width: 100%;
}

@media all and (min-width: 1024px) {
	.mhmrv .hm-field-container .hm-iw.hm-radio-form-input {
	    width: 40%;
	}
	.mhmrv .hm-field-container .hm-iw.hm-radio-form-input + label {
	    width: 60%;
	}
}
/*** Ende Angebotsauswahl mit Radio-Buttons ***/

.mhmrv .hm-payment-method .hm-field-container {
	position: relative;
}
.mhmrv .hm-payment-method .hm-field-container .hm-iw.hm-radio-form-input {
	padding: .3rem 0;
	width: 85%;
}
.mhmrv .hm-payment-method .hm-field-container .hm-iw.hm-radio-form-input label {
	padding: .4rem 0;
    width: 100%;
}
@media all and (min-width: 480px) {
	.mhmrv .hm-payment-method .hm-field-container .hm-iw.hm-radio-form-input label {
	    width: 40%;
	}
}
.mhmrv .hm-payment-method .hm-radio-form-input input[type=radio] + label:before {
	top: 5px;
}
.mhmrv label.hm-payment-method-label:before {
    top: 50%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
}
.mhmrv .hm-field-container .hm-radio-form-input label.hm-payment-method-label span {
	display: inline-block;
	float: left;
	padding: 1.2rem 1rem 1.2rem 0;
	width: 40%;
}
.mhmrv .hm-field-container .hm-payment-method-info {
	float: right;
	width: 10%;
}
.mhmrv .hm-payment-method-icon {
    float: left;
    margin-left: 40px;
    width: 100%;
}
@media all and (min-width: 480px) {
	.mhmrv .hm-payment-method-icon {
		margin-left: 0;
	    width: 50%;
	}
}

.mhmrv .hm-payment-method-icon img {
	height: 2.7rem;
	vertical-align: text-bottom;
	border-style: none;
	display: inline-block;
	margin-right: 0.5rem;
	padding-top: 2px;
	max-width: 100%;
	box-sizing: border-box;
}


.mhmrv .hm-payment-method-icon a img {
	width: inherit;
    height: 2.7rem;
}

/* gewaehlte Checkbox auf Apple-Geraeten mit Hintergrund */
.mhmrv input[type=checkbox] {
	border: 1px solid #5f5f5f;
}

.mhmrv .hm-confirmation-block {
  	margin: 0 0 4rem;
}
.mhmrv .hm-confirmation-block .bullet-list {
  	line-height: 1;
  	padding: 1rem 0 0 0;
 	margin: 0 0 0 1rem;
 	list-style: none;
}
.mhmrv .hm-confirmation-block .bullet-list li {
  	margin-bottom: 1rem;
}
.mhmrv .hm-checkbox-block .bullet-list {
	list-style: none;
	margin-left: 5rem;
}

.mhmrv .hm-checkbox-block .hm-block-intro {
	position: relative;
	padding: 2rem 2rem 0rem 2rem;
	float: right;
}

/** Bei Übersicht für Zahlungsart=PayPal ggf. leeres dl-Element ausblenden **/
.mhmrv .hm-data-block-dummy {
	border: 1px solid #ececed;
	position:relative;
	top:-2px;
}

/*** Radio-Buttons ***/
/* analog .mhmrv .hm-sepa-form-input input[type=radio] + label, .mhmrv .hm-radio-form-input input[type=radio] + label */
.mhmrv .hm-radio-form-input input[type=radio] + label.hm-is-hidden + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px !important;
    margin: 0 15px; }
    
/* analog .mhmrv .hm-sepa-form-input input[type=radio] + label:before, .mhmrv .hm-radio-form-input input[type=radio] + label:before */
.mhmrv .hm-radio-form-input input[type=radio] + label.hm-is-hidden + label:before {
	background-color: #fff;
	border: 2px solid #edf6f2;
	border-radius: 8px;
	content: "";
	display: inline-block;
	height: 16px;
	left: 0;
	margin-right: 10px;
	position: absolute;
	top: 10px;
	width: 16px;
}

/* analog .mhmrv .hm-sepa-form-input input[type=radio]:checked + label:before, .mhmrv .hm-radio-form-input input[type=radio]:checked + label:before */
.mhmrv .hm-radio-form-input input[type=radio]:checked + label.hm-is-hidden + label:before {
	content: " ";
	background-color: #00a075;
	font-size: 35px;
	text-align: center;
	line-height: 12px;
}
/*** Ende ***/

/*** Toggle-Bereiche ***/
.mhmrv .hm-field-toggle-button span {
   padding: 1rem 1.3rem;
}
.mhmrv .hm-field-toggle-button.hm-disabled,
.mhmrv .hm-field-custom-button.hm-disabled {
	pointer-events: none;
	opacity: .7;
}
.mhmrv .hm-field-custom-button.hm-disabled:before {
	opacity: .5;
}
/* analog .mhmrv .hm-sepa-form, .mhmrv .hm-creditcard-form */
.mhmrv .hm-paypal-form,    
.mhmrv .hm-insured-toggle-fields,
.mhmrv .hm-price-toggle-fields {
    display: none;
}
/* analog .mhmrv .hm-sepa-form.hm-selected, .mhmrv .hm-creditcard-form.hm-selected */
.mhmrv .hm-paypal-form.hm-selected, 
.mhmrv .hm-insured-toggle-fields.hm-selected,
.mhmrv .hm-price-toggle-fields.hm-selected {
	clear: both;
    display: block;
}
.mhmrv .hm-insured-type {
	margin-bottom: 1rem;
}
.mhmrv .hm-field-container.hm-price-toggle-fields.hm-selected {
    border-bottom: 1px solid #dadada;
}
.mhmrv .hm-paypal-description {
	margin-top: 2rem;
}
.mhmrv .hm-paypal-logo {
	float: right;
}
/*** Ende ***/

/*** �ndern-Buttons ***/
.mhmrv .hm-headline {
    padding: 2rem 10.5rem 2rem 2rem;
}
.mhmrv .hm-headline a {
    position: absolute;
    top: 2rem;
    right: 2rem;
}
/*** Ende ***/

/*** Info-Icons ***/
.mhmrv .hm-icon-info {
	cursor: pointer;
}
/* die alten Icons durch neue überschreiben */
.mhmrv i.hm-icon-info:before {
    font-family: 'IconFont' !important;
    content: '\ea19' !important;
}
.mhmrv i.hm-icon-bearbeiten:before {
    font-family: 'IconFont' !important;
    content: '\ea25' !important;
}
.mhmrv i.hm-icon-telefon:before {
    font-family: 'IconFont' !important;
    content: '\ea37' !important;
}
.mhmrv i.hm-icon-pfeil:before {
    font-family: 'IconFont' !important;
    content: '\2192' !important;
}
.mhmrv i.hm-icon-passbook:before {
    font-family: 'IconFont' !important;
    content: '\ea2a' !important;
}
.mhmrv i.hm-icon-drucken:before {
    font-family: 'IconFont' !important;
    content: '\ea34' !important;
}
.mhmrv i.hm-icon-pdf:before {
    font-family: 'IconFont' !important;
    content: '\ea38' !important;
}
.mhmrv i.hm-icon-download:before {
    font-family: 'IconFont' !important;
    content: '\ea10' !important;
    margin-right: 3px;
    vertical-align: middle;
}

.mhmrv .hm-field-toggle-info {
	position: relative;
	width: 100%;
}
.mhmrv .hm-field-toggle-info i {
	color: #5f5f5f;
	cursor: pointer;
    display: block;
    float: left;
    font-style: normal;
    margin-bottom: 2rem;
    text-align: center;
    text-decoration: underline;
    width: 50%;
}

.mhmrv .hm-field-toggle-info-single {
	position: relative;
	width: 100%;
}
.mhmrv .hm-field-toggle-info-single i {
	color: #5f5f5f;
	cursor: pointer;
	display: block;
	font-style: normal;
	margin-bottom: 2rem;
	text-align: center;
	text-decoration: underline;
}

.mhmrv .hm-info-layer__content-wrapper .hm-g {
	margin-bottom: 3rem;
}
.mhmrv .hm-info-layer__content-wrapper table {
	border-collapse: collapse;
	margin-top: .5rem;
}
.mhmrv .hm-info-layer__content-wrapper th,
.mhmrv .hm-info-layer__content-wrapper td {
	border: 1px solid #a1a2a1;
	padding: .1rem .3rem;
}
.mhmrv .familienDefAuswahl table,
.mhmrv .familienDefAuswahl th,
.mhmrv .familienDefAuswahl td {
	border: none;
}
.mhmrv .hm-info-layer__content-wrapper .hm-definition {
	border-top: 1px solid #333;
	margin-top: .7rem;
	padding-top: 1.5rem;
}
.mhmrv .hm-info-layer__content-wrapper ul {
	list-style: square;
	margin: 0 0 0 3rem;
	line-height: 1.3;
}
.mhmrv .hm-info-layer__content-wrapper li:not(:last-of-type) {
  	margin-bottom: .5rem;
}
@media all and (min-width: 768px) {
	.mhmrv .hm-info-layer .hm-g-2up > .hm-gi:nth-of-type(odd) {
  		padding-right: 2em;
	}
}
@media all and (max-width: 767px) {
	.mhmrv .hm-info-layer .hm-g-2up > .hm-gi + .hm-gi {
  		padding-top: 2em;
	}
}
.mhmrv .hm-info-layer .hm-g.hm-g-2up + p {
	padding-top: 2em;
}
.mhmrv .hm-sidebar-info i {
    color: #00a075;
    font-size: 3.5rem !important;
}
.mhmrv .hm-headline i.hm-open-layer {
	position: absolute;
}
.mhmrv .hm-field-container i:not(.text) {
    color: #00a075;
    cursor: pointer;
    font-size: 2.2rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.mhmrv .hm-headline i.hm-open-layer,
.mhmrv .hm-pts__item--incl i,
.mhmrv .hm-pts__item--excl i {
	font-size: 2.2rem;
}
.mhmrv .hm-pts__item--incl i,
.mhmrv .hm-pts__item--incl:before,
.mhmrv .hm-pts__item--excl i,
.mhmrv .hm-pts__item--excl:before {
	margin-top: 0;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.mhmrv .hm-field-container .hm-payment-method-info i {
    float: right;
}
.mhmrv .hm-field-container.hm-has-info .hm-iw {
	background-color: #fff;
  	padding-right: 4rem;
  	position: relative;
}
@media all and (max-width: 1024px) {
	.mhmrv .hm-info-layer__content-wrapper fieldset {
		max-width: 100%;
	}
}
@media all and (min-width: 1025px) {
	.mhmrv i:not(.text),
	.mhmrv .hm-field-container i:not(.text),
	.mhmrv .hm-headline i.hm-open-layer {
	    font-size: 2.0rem;
	}
	.mhmrv .hm-icon-list i {
	    font-size: 2.4rem;
	}
	.mhmrv .hm-info-layer__content-wrapper fieldset label {
	    width: 30%;
	}
	.mhmrv .hm-info-layer__content-wrapper fieldset .hm-datewrap,
	.mhmrv .hm-info-layer__content-wrapper fieldset .hm-selectwrap {
	    width: 70%;
	} 
}
/*** Ende Info-Buttons ***/

/*** jQuery Datepicker ***/
.mhmrv input.hasDatepicker {
	padding-right: 3rem;
}
@media all and (max-width: 1024px) {
	.mhmrv .ui-datepicker {
 		font-size: 1.4rem;
	}
}
@media all and (max-width: 480px) {
	.mhmrv div.ui-datepicker {
	    left: 0 !important;
	    right: 0 !important;
	    width: 100% !important;
	}
}

.ui-widget {
	font-family: "MetricRegular",Verdana,Arial,sans-serif;
	font-size: 1.6rem;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: "MetricRegular",Verdana,Arial,sans-serif;
	font-size: 1.5rem;
}

.mhmrv .ui-datepicker .ui-widget-header {
	background-image: -webkit-linear-gradient(top, #00a075 0%, #005e52 100%);
    background-image: linear-gradient(to bottom, #00a075 0%, #005e52 100%);
    color: #fff;
}
.mhmrv .ui-datepicker .ui-widget-header .ui-state-hover {
	background: transparent;
}
.mhmrv .ui-datepicker .ui-widget-header .ui-icon,
.mhmrv .ui-datepicker .ui-widget-header .ui-icon .ui-state-hover {
    background-image: none;
    color: transparent;
    text-indent: 0;
    width: auto;
    height: auto;
}
.mhmrv .ui-datepicker .ui-datepicker-prev span,
.mhmrv .ui-datepicker .ui-datepicker-next span {
	margin-left: 0;
    margin-top: 0;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.mhmrv .ui-datepicker .ui-datepicker-prev {
	left: 3px;
	top: 3px;
}
.mhmrv .ui-datepicker .ui-datepicker-next {
	right: 3px;
	top: 3px;
}
.mhmrv .ui-datepicker .ui-icon.ui-icon-circle-triangle-w:before,
.mhmrv .ui-datepicker .ui-icon.ui-icon-circle-triangle-e:before {
	color: #fff;
	font-family: 'hmrv-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mhmrv .ui-datepicker .ui-icon.ui-icon-circle-triangle-w:before {
	content: "s";
}
.mhmrv .ui-datepicker .ui-icon.ui-icon-circle-triangle-e:before {
	content: "t";
}
.mhmrv .ui-datepicker .ui-datepicker-title select {
	border-color: #e5e5e5;
	padding: 0;
	background-color: #f8f8f8;
}
.mhmrv .ui-datepicker th {
    padding: .4em .3em;
}
.mhmrv .ui-datepicker td a {
    text-align: center;
}
.mhmrv .ui-datepicker .ui-datepicker-calendar .ui-state-default {
	background-image: -webkit-linear-gradient(top, #ececed 0%, #e5e5e5 100%);
    background-image: linear-gradient(to bottom, #ececed 0%, #e5e5e5 100%);
	border: 1px solid #fff;
}
.mhmrv .ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-end .ui-state-default {
	background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #dadada 100%);
    background-image: linear-gradient(to bottom, #e5e5e5 0%, #dadada 100%);
}
.mhmrv .ui-datepicker .ui-datepicker-calendar .ui-state-highlight,
.mhmrv .ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-end .ui-state-highlight {
    background-image: -webkit-linear-gradient(top, #edf6f2 0%, #edf6f2 100%);
    background-image: linear-gradient(to bottom, #edf6f2 0%, #edf6f2 100%);
    border: 1px solid #AAA;
}
.mhmrv .ui-datepicker .ui-datepicker-calendar .ui-state-active,
.mhmrv .ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-end .ui-state-active {
	background-image: -webkit-linear-gradient(top, #00a075 0%, #005e52 100%);
    background-image: linear-gradient(to bottom, #00a075 0%, #005e52 100%);
	border: 1px solid #AAA;
	color: #fff;
}
.mhmrv .ui-datepicker .ui-datepicker-calendar .ui-state-hover,
.mhmrv .ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-end .ui-state-hover {
	background: url("datepicker/images/ui-bg_glass_65_ffffff_1x400.png") repeat-x scroll 50% 50% #FFFFFF;
	border: 1px solid #AAA;
}
.mhmrv .ui-datepicker .ui-datepicker-buttonpane {
    margin-top: .1em;
}
.mhmrv .ui-datepicker .ui-datepicker-buttonpane .ui-priority-secondary {
    opacity: 1;
    filter: Alpha(Opacity=100);
}
/*** Ende jQuery Datepicker ***/

/*** Upsell ***/
.mhmrv .upsell {
	-webkit-overflow-scrolling: auto !important;
	overflow-y: auto !important;
}


@media all and (min-width: 768px) {
	.mhmrv .upsell.visible {
	    top: 50%;
	    transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	}
}

.mhmrv .hm-info-layer__content-wrapper fieldset .hm-field-container .hm-residencewrap {
	background-color: transparent;
}
.mhmrv .hm-info-layer__content-wrapper fieldset .hm-field-container .hm-birthdaywrap {
   	background-color: transparent;
   }
@media all and (min-width: 1024px) {
	.mhmrv .hm-info-layer__content-wrapper fieldset .hm-field-container .hm-birthdaywrap {
    	width: 40%;
    }
}
@media all and (min-width: 600px) {
	.mhmrv .hm-info-layer__content-wrapper fieldset .hm-birthdaywrap .hm-selectwrap {
	    float: left;
	    margin: 0 1% 0 0;
	}
}
.mhmrv .familienDefAuswahl {
    margin-top: 1rem;
}
.mhmrv .hm-info-layer__content-wrapper fieldset .familienDefAuswahl input[type="radio"] {
	background-color: transparent;
	float: left;
	width: 4%;
}
.mhmrv .hm-info-layer__content-wrapper fieldset .familienDefAuswahl label {
	float: left;
    width: 93%;
}
/*** Ende Upsell ***/

/*** scaBuchen ***/
.mhmrv .scabuchen {
	-webkit-overflow-scrolling: auto !important;
	overflow-y: auto !important;
}


@media all and (min-width: 768px) {
	.mhmrv .scabuchen.visible {
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}
/*** Ende scaBuchen***/


/*** Feedback ***/
.mhmrv .hm-feedback-block .hm-gi-1-3,
.mhmrv .hm-feedback-block .hm-gi-2-3 {
	padding: 2rem;
}
/*** Ende Feedback ***/

/*** Upsell-Block auf Bestaetigungsseite ***/
.mhmrv .hm-upsell-info {
	display: block;
	margin: 2rem auto;
}
@media all and (min-width: 768px) {
	.mhmrv .hm-upsell-info {
		    margin-left: 0;
	}
}
/*** Ende Upsell-Block auf Bestaetigungsseite ***/

/*** Preis und W�hrung ***/
.mhmrv .hm-price-container .hm-field-container-hidden .hm-field-container .hm-iw::after,
.mhmrv .hm-price-toggle-fields .hm-field-container-hidden .hm-field-container .hm-iw::after {
	display: none;
}
.mhmrv .hm-field-container span.hm-field-suffix {
	color: #5f5f5f;
    display: block;
    float: right;
    line-height: 1.5;
    text-align: right;
}

.mhmrv .hm-field-container span.hm-price-field-suffix {
	color: #5f5f5f;
	display: block;
	line-height: 1.5;
	text-align: right;
	width: 92%;
}
.mhmrv .hm-field-container span.travel-price-label {
	color: #5f5f5f;
	display: table-cell;
	float: none;
	line-height: 1.1;
	padding: 0;
}

@media all and (min-width: 768px) {
	.mhmrv .hm-field-container span.hm-price-field-suffix {
		width: 90%;
	}
}
@media all and (min-width: 1024px) {
	.mhmrv .hm-field-container span.hm-price-field-suffix {
		width: 93%;
	}
}

.mhmrv .hm-price-container .hm-field-container .hm-field-currency,
.mhmrv .hm-price-toggle-fields .hm-field-container .hm-field-currency {
	color: #5f5f5f;
    display: block;
    float: left;
    text-align: left;
}
.mhmrv .hm-price-container .hm-iw.hm-has-currency,
.mhmrv .hm-price-toggle-fields .hm-iw.hm-has-currency {
	width: 42%;
}
@media all and (min-width: 768px) {
	.mhmrv .hm-price-container .hm-iw.hm-has-currency,
	.mhmrv .hm-price-toggle-fields .hm-iw.hm-has-currency {
		width: 50%;
	}
}
@media all and (min-width: 1024px) {
	.mhmrv .hm-price-container .hm-iw.hm-has-currency,
	.mhmrv .hm-price-toggle-fields .hm-iw.hm-has-currency {
		width: 63%;
	}
}
/*** Ende Preis und W�hrung ***/


/*** Backlink ***/
.mhmrv .backlink {
	margin-top: 20px;
}
/*** ENDE Backlink ***/

.mhmrv .hm-field-container.has-error span,
.mhmrv .hm-field-custom-button.has-error,
.mhmrv .hm-field-custom-button.has-error:before,
.mhmrv .hm-field-custom-button.has-error label,
.mhmrv .hm-field-custom-button.has-error label span,
.mhmrv .hm-travel-type.has-error{
	color: #fff;
    background-color: transparent;
}

.mhmrv .hm-gray.has-error {
    color: #fff;
    background-image: -webkit-linear-gradient(top, red 0%, red 100%);
    background-image: linear-gradient(to bottom, red 0%, red 100%);
}

.mhmrv .hm-field-container .has-error .hm-field-currency,
.mhmrv .has-error,
.mhmrv .has-error .hm-muted,
.mhmrv .hm-selectwrap.has-error:before,
.mhmrv .hm-datewrap.has-error:before,
.mhmrv .hm-iw.hm-datewrap.has-error input,
.mhmrv .hm-iw.hm-has-currency.has-error input,
.mhmrv .hm-step-value.has-error input,
.mhmrv .hm-selectwrap.has-error select {
    color: #fff;
    background-color: red;
}

.mhmrv .hm-radio-form-input.has-error {
    background-color: transparent;
}

.mhmrv .hm-radio-form-input.has-error > label {
    color: #000;
}

.mhmrv .hm-radio-form-input.has-error input[type="radio"]  + label:before {
    background-color: red;
    border-color: #c00;
}

.mhmrv .hm-selectwrap.has-error select,
.mhmrv .hm-selectwrap.has-error select:focus{
    border-color: #c00;
}

.mhmrv .hm-checkbox-block.has-error {
    background-color: #ececed;
    color: #000;
}

.mhmrv .hm-checkbox-is-hidden input[type=checkbox],
.mhmrv .hm-checkbox-block input[type=checkbox] {
    display: none !important;
    visibility: hidden !important;

}

.mhmrv .hm-checkbox-is-hidden input[type=checkbox] + label,
.mhmrv .hm-checkbox-block input[type=checkbox] + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px !important;
    margin: 0 15px;
}

.mhmrv .hm-checkbox-is-hidden input[type=checkbox] + label:before,
.mhmrv .hm-checkbox-block input[type=checkbox] + label:before {
    background-color: #fff;
    content: "";
    display: inline-block;
    top: 3px;
    width: 13px;
    height: 13px;
    left: 0;
    margin-right: 10px;
    position: absolute;
}

.mhmrv .hm-checkbox-block.has-error input[type=checkbox] + label:before {
    background-color: red;
    border: 2px solid #c00;
}


.mhmrv .hm-checkbox-block input[type=checkbox]:checked:disabled + label:before {
    background-color: whitesmoke;
    border: 1px solid darkgrey;
    content: '✓';
    line-height: 12px;
    color: darkgrey;
}

#falschangaben-hinweis {
    clear: both;
    padding: 0 2rem 2rem;
}


/*** Angebotsauswahl mit Checkbox***/

/*** Checkbox selbst gemalt. Da man Checkboxen nicht wie Radio ausblenden kann, gibt es einen eigenen Eintrag ***/
.mhmrv .hm-checkbox-is-hidden input[type=checkbox] + label {
	font-weight: bold;
	vertical-align:inherit;
}

.mhmrv .hm-checkbox-is-hidden input[type=checkbox] + label:before {
	top: 13px;
}

.mhmrv .hm-checkbox-is-hidden input[type=checkbox]:checked + label:before {
	font-size: 35px;
	text-align: center;
	line-height: 12px;
}


.mhmrv .hm-field-container.hm-bottom-line {
	border:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadada;
}

.mhmrv .checkbox-price {
	cursor: pointer;
}
/*** Ende Angebotsauswahl mit Checkbox***/

.mhmrv form .hm-additional-legend.small {
	font-size: 1.4rem;
}

.mhmrv .hm-checkbox-block .hm-margin-top {
	margin-top: 1rem;
}

.hm-loading-dots:after {
	content: ' .';
	animation: hm-loading-dots 2s steps(1, end) infinite;
}

@keyframes hm-loading-dots {
	0%, 20% 	{ opacity: 0; }
	40% 		{ opacity: 1; }
	60% 		{ text-shadow: .5em 0; }
	80%, 100% 	{ text-shadow: .5em 0, 1em 0; }
}

.hm-sidebar-payment-icons img {
	height: 2.3rem;
}

.email-session,
input.email-session-input {
	display: none;
}

.mhmrv .hm-has-sidebar .hm-sidebar-info .hm-sidebar__ekomi-seal-container > .hm-sidebar__ekomi-seal {
    display: block;
}

.mhmrv :not(.hm-has-sidebar) .hm-sidebar-info .hm-sidebar__ekomi-seal-container > .hm-sidebar__ekomi-seal {
    display: inline-block;
}

.mhmrv .hm-sidebar-info .hm-sidebar__ekomi-seal-container > a:hover,
.mhmrv .hm-sidebar-info .hm-sidebar__ekomi-seal-container > a:active {
    text-decoration: none;
}

.mhmrv .hm-sidebar-info .hm-sidebar__ekomi-seal-container > .hm-sidebar__ekomi-seal__label {
    padding: 0;
}

.mhmrv .hm-sidebar-info .hm-sidebar__ekomi-seal-container > .hm-sidebar__ekomi-seal > .hm-sidebar__star-rating {
    position: relative;
    padding: 0;
    font-size: 20px;
    text-align: left;
    width: 100px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.mhmrv .hm-sidebar-info .hm-sidebar__ekomi-seal-container > .hm-sidebar__ekomi-seal > .hm-sidebar__star-rating > .hm-sidebar__stars {
    color: #bdbdbd;
    left: 0;
    top: 0;
    position: relative;
    padding: 0;
}

.mhmrv .hm-sidebar-info .hm-sidebar__ekomi-seal-container > .hm-sidebar__ekomi-seal > .hm-sidebar__star-rating > .hm-sidebar__stars--filled {
    color: #ffbf00;
    overflow: hidden;
    z-index: 1;
    position: absolute;
}

.mhmrv .stacking-layout {
    padding: 1rem 0;
    max-width: initial;
}

@media (min-width: 768px) {
    .mhmrv .stacking-layout {
        padding: 2rem 0;
    }
}

.mhmrv .stacking-layout .stacking-layout__container {
    max-width: 1200px;
    padding: 0 1rem;
    margin: auto;
}

.mhmrv .stacking-layout .stacking-layout__container.stacking-layout__container--no-padding {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .mhmrv .stacking-layout .stacking-layout__container {
        padding: 0 7.5rem;
    }
}

.mhmrv .living-styleguide-content .lsg-flicker-fix {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.mhmrv .living-styleguide-content.living-styleguide-content--margin-bottom {
    margin-bottom: 60px;
}

@media (max-width: 767.98px) {
    .mhmrv .living-styleguide-content.living-styleguide-content--margin-bottom {
        margin-bottom: 30px;
    }
}

.living-styleguide-content .shopping-cart--content-category-name {
    color: black !important;
}

.living-styleguide-content .bestelluebersicht .question-edit a:hover {
    text-decoration: none;
}

.living-styleguide-content .shopping-cart--content-category-item a:hover {
    text-decoration: underline;
}

.living-styleguide-content .bestelluebersicht .question-edit a {
    font-family: "Metric-Regular";
    font-size: 18px;
    margin-top: -2px;
}

.living-styleguide-content .shopping-cart--content-category-item a {
    font-size: 18px;
    font-family: Metric-Light;
    max-width: 65%;
}

.hm-right-button {
    position: relative;
}

.floating-page-loader-container {
    position: absolute;
    right: 0;
    visibility: hidden;
    cursor: not-allowed;
}

.floating-page-loader-container .page-loader__ball {
    border-color: #ececed !important;
}

.mhmrv .hm-green.-btn-disabled,
.mhmrv .hm-green.-btn-disabled:active,
.mhmrv .hm-green.-btn-disabled:focus {
    background-color: #ececed !important;
    border-color: #ececed !important;
    color: #ffffff !important;
    cursor: not-allowed;
    background-image: none;
    -webkit-appearance: none;
}

.mhmrv .hm-icon-list {
    clear: both;
}

.mhmrv #werbeeinwilligung-options.hm-field-radio .hm-radio-form-input input[type='radio'] + label {
    font-weight: 400;
}

.hm-header .angebot-speichern {
    position: absolute;
    top: 20px;
    right: 20px;
}

.hm-header .angebot-speichern .btn-icon:before {
    display: none;
}

@media (max-width: 768px) {
    .hm-header .angebot-speichern {
        top: 3px;
    }

    .hm-header .angebot-speichern .btn-icon:before {
        display: block;
        margin-right: 0;
    }

    .mhmrv .backlink,
    .hm-header .angebot-speichern .btn {
        border: none !important;
        margin: 8px 0 0 6px;
        padding: 4px 0 4px 4px !important;
        min-width: 36px !important;
    }

    .mhmrv .backlink.-btn-secondary:hover,
    .mhmrv .backlink.-btn-secondary:focus,
    .hm-header .angebot-speichern .-btn-secondary:hover,
    .hm-header .angebot-speichern .-btn-secondary:focus {
        background-color: #ffffff !important;
    }

    .mhmrv .backlink .backlink-text,
    .hm-header .angebot-speichern .angebot-speichern__label {
        display: none;
    }
}

.living-styleguide-content .angebot-speichern-modal .modal-header {
    background-color: #F5F5F5;
}

.living-styleguide-content .angebot-speichern-modal a {
    font-size: 18px !important;
}

.mhmrv .hm-nav-button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mhmrv .hm-nav-button-block .hm-right-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto
}
