a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
a[href^="tel"]{
    color: inherit !important;
    text-decoration:none;
	font-size: inherit !important;
}
.checkagb .wdform-ch-rad-label {
    display: inline-block !important;
    font-size: 12px !important;
    width: calc(100% - 50px) !important;
}

/*F2C*/
.inputbox[type="number"] {
    height: 38px;
    padding: 5px;
}
.control-group input[type="checkbox"] {
    visibility: visible;
}
input[type="checkbox"] {
    visibility: hidden;
    width: 15px;
}

/*EU-Cookie*/
.cc-floating.cc-theme-edgeless .cc-message {
    margin: 13px 0px !important;
}
.cc-revoke, .cc-window {
    line-height: inherit !important;
}
div.cc-window.cc-floating {
    padding: 13px !important;
}
.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
    text-decoration: none !important;
	text-align: center !important;
    font-size: inherit !important;
    font-weight: inherit !important;
	font-family: inherit !important;
}
.cc-btn.cc-deny:hover, .cc-btn.cc-allow:hover {
    text-align: center !important;
    font-size: inherit !important;
    font-weight: inherit !important;
	font-family: inherit !important;
}
.cc-btn.cc-deny, .cc-btn.cc-allow {
    text-align: center !important;
    font-size: inherit !important;
    font-weight: inherit !important;
	font-family: inherit !important;
}/*login*/
#lp-popup {
    width: 400px;
}
.lp-field-wrapper input[type="checkbox"] + label {
    padding: 0 0 0 14px;
	width: 15px !important;
    float: left;
    display: inline-block;
    position: absolute;
    margin-top: 2px;
}
.lp-field-wrapper label {
    display: inline-block;
    margin: 8px 2px;
}
.lp-field-wrapper input[type="checkbox"] {
    float: none;
}
.lp-button-wrapper ul.lp-link-wrapper li a {
    font-size: 13px;
}
.lp-button-wrapper button {
    background: #2C414D;
}
.lp-button-wrapper button:hover {
    background-color: #8DA6B2;
}
.lp-register-intro {
    display: none;
}

/*Buttons*/
.btn-default, .button-submit, .button-reset, .backbutton {
    transition: all 0.3s ease 0s;
    display: inline-block;
}
.button-submit, .button-reset, .backbutton {
	border-radius: 0px 0px 0px 0px;
	border-width: 1px 1px 1px 1px;
	box-shadow: none;
	padding-top: 9px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 9px;
	box-sizing: inherit;
	clear: none;
	width: auto;
	height: auto;
	overflow: visible;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
}
.button-submit:hover, .button-reset:hover, .backbutton:hover {
	border-radius: 0px 0px 0px 0px;
	border-width: 1px 1px 1px 1px;
	box-shadow: none;
	padding-top: 9px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 9px;
	box-sizing: inherit;
	clear: none;
	width: auto;
	height: auto;
	overflow: visible;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
}
.button-submit {
    margin-right: 15px;
}