/* definition */
:root { 
	--color-red: #e40422;
	--color-red-light: #c52b42;
	--color: #FFF;
}


html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	min-height: 100%;
	height: 100%;
	position: relative;
}

a {
	color: #e40422;
	cursor: pointer;
}
a:hover {
	color: #d7362c;
}

.row {
	margin-right: 0px;
	margin-left: 0px;
}

#chooser_body {
	margin: 0px auto;
	background-color: #fff;
}

#pageimage {
	margin: 0px auto;
	width: 100%;
}

.resp {
	width: 100%;
	max-width: 980px;
	height: auto;
}

blue, a.blue {
	color: #253276;
}
.black, a.black {
	color: #000;
}
.red, a.red {
	color: #d7362c;
}


#wrapper {
	margin: 30px auto;
	width: 980px;
	-webkit-box-shadow: -1px 0px 21px 4px rgba(0,0,0,0.07);
	-moz-box-shadow: -1px 0px 21px 4px rgba(0,0,0,0.07);
	box-shadow: -1px 0px 21px 4px rgba(0,0,0,0.07);
	padding-bottom: 25px;
}

.topline {
	margin: 0px auto;
	height: 70px;
	width: 100%;
	background-color: #c7d9ff;
}
.hh_topline {
	margin: 0px auto;
	width: 100%;
	transition: height .2s ease-in-out,background-color .2s ease-in-out;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	border-top: 6px solid #f3b33f;
	box-shadow: -1px 0px 21px 4px rgba(0,0,0,0.07);
	min-height: 90px;
}

#prod_boxes {
	margin-top: 10px;
}

.prod_box {
	padding: 8px;
	background-color: transparent;
	border: none;
	margin-bottom: 15px;
}

.formular {
	padding: 15px 0px 0px 0px;
	border-bottom: 1px solid #CCC;
	width: 95%;
	margin: 0px auto;
}
.formular_btn {
	padding: 15px 0px 0px 0px;
	width: 95%;
	margin: 0px auto;
}
.redStar {
	color: #F00;
}
div.help {
	font-size: 0.9em;
	
}
.withline {
	border-bottom: 1px solid #ccc;
}

.formhead_text {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
	padding: 10px 25px;
	border-radius: 10px;
	font-size: 1.1em;
}
.form_error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f8d7da;
	padding: 10px 25px;
	border-radius: 10px;
	font-size: 1.1em;
	margin-bottom: 25px;
}
.captcha-label {
  padding-top: 0px !important;
}
.price_value {
	color: #253276;
	font-size: 50px;
	font-weight: 800;
}
.price_currency {
	color: #253276;
	font-size: 12px;
}


.hh_button {
	min-height: 43px;
	width: 100%;
	border-radius: 5px;
	text-decoration: none;
	padding: 10px 16px;
	font-size: 1em;
	line-height: 1.2;
	display: inline-block;
	text-align: center;
	justify-content: center;
	cursor: pointer;
	overflow: visible;
	background-color: #FFE053;
	border: 1px solid #FFE053;
	color: #000;
	transition: background-color .2s ease-out;
	position: relative;
	text-decoration: none !important;
}

.hh_button:hover {
	color: #121212;
}

.navbar-dot {
	
}
.header_blue {
	border-top: 5px solid #f3b33f;
}
.header_red {
	border-top: 5px solid #d7362c;
}


header {
	position: relative;
	margin: 0px auto;
	margin-top: 0px;
	margin-top: 0px;
	z-index: 6850;
}

.headberlin {
	background-color: #c7d9ff;
	height: 70px;
}

header.shrink {
	border-top: 2px solid #d7362c;
	height: 47px;
	z-index: 6851;
}

header.navbar-brand {
	color: #d7362c;
}

.header-brand {
	padding-top: 20px !important;
	padding-left: 35px !important;
	font-size: 14px;
	transition: all .3s ease-in-out;
	transform: scale(1.0);
	height:70px;
	text-align: right;
}



header.shrink .header-brand {
	padding-top: 6px !important;
	transition: all .2s ease-in-out;
	font-size: 22px;
	height:45px;
}

@media (max-width: 768px) {

	.hh_topline {
		min-height: 60px;
	}

	#wrapper {
		margin: 0px;
		width: 100%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.header-brand {
		padding-top: 26px !important;
		font-size: 22px;
	}

	header.shrink .header-brand {
		padding-top: 18px !important;
		font-size: 18px;
	}
	
	.header-img img {
		margin-left: -15px !important;
		transition: all .3s ease-in-out;
		transform: scale(0.8);
		height: 52px;
	}
	header.shrink .header-img img {
		transition: all .3s ease-in-out;
		transform: scale(0.8);
	}
}
@media (max-width: 450px) {
	
	#wrapper {
		margin: 0px auto;
		width: 100%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.header-brand {
		padding-top: 28px !important;
		font-size: 18px;
	}
	
	header.shrink .header-brand {
		padding-top: 16px !important;
		font-size: 14px;
	}

	.header-img img {
		margin-left: -35px !important;
		transition: all .3s ease-in-out;
		transform: scale(0.6);
		height: 52px;
	}
	header.shrink .header-img img {
		transition: all .3s ease-in-out;
		transform: scale(0.6);
	}
}



@media (min-width: 769px) {
	.header-img img {	/*img*/
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		transition: all .3s ease-in-out;
		transform: scale(1.0);
		width: 200px;
	}

}

.header-img {		
	padding: 3px 0px 3px 23px !important;
	transition: all .3s ease-in-out;
	transform: scale(1.0);
	text-align: left;
}

.header__row-pageheader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0px 2px 5px rgba(0,0,0,.1);
	border-bottom: 0px solid rgba(0,0,0,.1);
	padding: 1em 24px;
}
.textlogo {
	font-size: 20px;
	margin-right: 12px;
	line-height: 1.2em;
	margin: 0;
	max-height: 4.7em;
	line-height: 1.2;
	overflow: hidden;
	word-break: break-word;
	overflow: hidden;
	padding: 3px;
}



header.shrink .header-img {
	height: 44px;
}
header.shrink .header-img img {

	margin-top: -15px !important;
	margin-left: -15px !important;
	transition: all .2s ease-in-out;
	transform: scale(0.65);
	height: 52px;
}






fieldset {
	max-width: 960px;
	margin: 0px auto;
	padding: 0px 10px;
}

.footer {
	width: 100%;
	margin: 0px auto;
	margin-top: 75px;
	padding: 10px 0px;
	text-align: center;
	color: #000;
	background-color: #FFE053;
	font-size: 14px;
	font-weight: 200;
	bottom: 0;
}
.footer img {
	padding: 10px 0px 15px 0px;
}

.footerlinks a {
	color: #000;
	margin: 0px 15px;
}

	
.btn {
	border-radius: 0px;
}
	
.btn-k {
	background-color: #253276;
	color: #FFF;
}
.btn-k:hover {
	background-color: #d7362c;
	color: #FFF;
}
.btn-k:active {
	background-color: #c7d9ff;
	color: #253276;
}

.btn-k:visited {
	background-color: #253276;
	color: #FFF;
}

#reg_head {
	padding: 10px 35px;
}

h2, h3, h4 {
	color:#d7362c;
}


.btn-g {
	background-color: #0dca1e;
	/* IE9, iOS 3.2+ */
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMTlmMzNiIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMGExMDAiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, rgb(25, 243, 59)),color-stop(1, rgb(0, 161, 0)));
	/* Android 2.3 */
	background-image: -webkit-repeating-linear-gradient(top,rgb(25, 243, 59) 0%,rgb(0, 161, 0) 100%);
	/* IE10+ */
	background-image: repeating-linear-gradient(to bottom,rgb(25, 243, 59) 0%,rgb(0, 161, 0) 100%);
	background-image: -ms-repeating-linear-gradient(top,rgb(25, 243, 59) 0%,rgb(0, 161, 0) 100%);
}


#passwort {
	float: left;
}

.arrow_box_pw { 
	display: block;
	position: absolute; 
	background: #e7e7e7; 
	width: 350px;
	font-size: 0.775em;
	padding: 10px;
	margin-left: 475px;
}

.arrow_box_pw:after { 
	right: 100%; 
	top: 18px; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(245, 245, 245, 0); 
	border-right-color: #e7e7e7; 
	border-width: 10px; 
	margin-top: -10px; 
}

.arrow_box_pw ul { 
	margin-top: 0px;
	padding: 0px;
	list-style: none;
}
.arrow_box_pw ul li {
	line-height: 1.2em;
	padding-top:5px;
} 



.invis {
	/* width: 283px; */
	display: none; 
	margin: 0px; 
	padding: 3px;
	background: #F5F5F5;
}

.link {
	height: 20px;
	font-size: 0.825em;
	color: #626262;
	display:block;
	text-decoration: none; 
	cursor: pointer;
}
.hlp{
	font-size: 0.725em;
}
.box {
	padding: 2px 0px 0px 0px;
}
a.getter {
	font-size: 0.825em;
	color: #d7362c;
	padding-right: 5px;
}

.ui-datepicker-trigger {
	float: right;
	margin-right: 5px;
	margin-top: -35px;
	position: relative;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 0.875em;
	padding: 3px;
	margin: 1px 0;
	color: #222;
}

h3.popover-title{
	font-size: 0.9em;
}
.popover-content {
	font-size: 0.8em;
}
.popover {

	max-width: 305px;
}






#adressresponse .response_msg {
	display: block;
	margin-left: 180px;
}

#alternative_msg,#domain_msg {
	display: none;
}
.alternative_domainnames {
	padding-top: 15px;
}

.domain_box {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #EFF5FB;
	border: 1px solid #d7362c;
	border-radius: 3px;
}



ul.prodlist {
	list-style: none;
	margin: 0px;
}
ul.prodlist li {
	margin-left: -30px;
}



sup {
	vertical-align: super;
	font-size: smaller;
}
.domain_box h2 {
	background-color: #66CDAA;
}

#accbox {
	display: none;
}

 #adressresponse, .alternative_mailaddresses {
	display: block;
}

.mailresponsrow {
	display: block;
}

div .green {
	/* display: block; */
	margin-left: 10px;
	font-size: 0.825em;
	/* border: 1px dashed blue; */
}

div .innerspan {
	vertical-align:middle;
}

.alert {
	background-color: none; 
}

.message-danger {
	background-color: #f2dede !important;
	color: #000;
	border-radius: 0px;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.message-danger i {
	color: #d7362c;
}

/*fa fa-info-circle*/
.message-info {
	background-color: #FCF8D5 !important;
	color: #000;
	border-radius: 0px;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	border: 1px solid transparent;
}
.message-info i {
	color: #ffbf00;
}

.message-success {
	background-color: #dff0d8 !important;
	color: #000;
	border-radius: 0px;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}
.message-success i {
	color: #00800a;
}


.message-help {
	background-color: #f5f5f5 !important;
	color: #000;
	border-radius: 0px;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	border: 1px solid transparent;
}
.message-help i {
	color: #c7d9ff;
}


.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}
.fa-ul > li {
	position: relative;
}






.formhead {
	margin: 5px;
	background-color: #f5f5f5;
	width: 100%;
}
.formhead_header {
	background-color: #FFE053;
	color: #000;
	padding: 10px;
	font-size: 1.1em;
	margin-top: 25px;
}

.formhead_formular {
	padding: 15px 0px 0px 0px;
	border-bottom: 1px solid #fff;
	width: 95%;
	margin: 0px auto;
}
.vertrag, .agb, .widerruf, .newsletter {
	margin-top: 15px;
	background-color: #e7e7e7;
}
.vertrag_header {
	background-color: #d7362c;
	padding: 10px;
	font-size: 1.1em;
	color: #FFF;
}
.vertrag_body {
	padding: 0px 0px 10px 0px;
}

.summary_descr {
	text-align: left;
	font-size: 0.825em;
	display: block;
	padding: 0px 10px 0px 10px;
	line-height: 1.6em;
}
#headline {
	padding: 0;
	font-size: 1.425em;
	color: #555;
}

.field {
	margin-top: 7px;
}

input[type="checkbox"].checkbox {
	top: 4px;
}

input.error {
	border: 1px solid rgb(173, 4, 4);
}
div.clear {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

#la_layer, #kr_layer, #pa_layer {
	font-size: 1em;
	margin-top: 10px;
}

.checkbox input[type=checkbox]#agb,
.checkbox input[type=checkbox]#newsletter {
	margin-top: 7px;
}

div .divider {
	height: 10px;
	width:90%;
	border-bottom: 2px solid #ddd;
}
.form-group.row {
	padding: 5px 0px 15px 0px;
}
label {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: right;
	font-weight: bold;
  }
}

.formhead_header {
  background-color: #d7362c;
  color: var(--color);
  padding: 10px;
  font-size: 1.1em;
  margin-top: 25px;
}