.cart-configuration {
  background-color: #eeeeee;
  padding: 20px;
}
.cart-configuration h4 {
  font-weight: bolder;
}
.cart-configuration .group-configuration {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  margin-bottom: 10px;
}
.cart-configuration .group-configuration:not(:last-child) {
  border-bottom: solid 1px #dfdfdf;
}
.cart-configuration .group-configuration .single-domain {
  border-bottom: dotted 1px #dfdfdf;
  padding-top: 15px;
  padding-bottom: 10px;
}
.cart-configuration .group-configuration .single-domain .s-move {
  cursor: pointer;
}
.cart-configuration .group-configuration .single-domain .d-div-authcode {
  cursor: pointer;
  font-weight: bold;
  padding: 0 19px;
  color: #56a9d3;
}
.cart-configuration .group-configuration .single-domain .d-div-authcode:hover {
  text-decoration: underline;
}
.cart-configuration .group-configuration .single-domain .d-price {
  font-weight: bolder;
  float: right;
}
.cart-configuration .group-configuration .single-domain .remove {
  float: right;
  margin-left: 10px;
  margin-top: 1px;
  color: red;
}
.cart-configuration .group-configuration .single-webpaket {
  margin-left: -15px;
  border-bottom: dotted 1px #dfdfdf;
  padding-bottom: 25px;
}
.cart-configuration .group-configuration .single-webpaket .w-name {
  font-weight: bolder;
}
.cart-configuration .group-configuration .single-webpaket .remove {
  float: right;
  margin-left: 10px;
  margin-top: 7px;
  color: red;
}
.cart-configuration .group-configuration .single-webpaket .w-price {
  font-weight: bolder;
  float: right;
  margin-top: 5px;
}
.cart-configuration .group-configuration .single-webpaket .siingle-domain .remove {
  margin-top: 0;
}
.cart-configuration .group-configuration .single-webpaket .paket-all-domains {
  margin-left: 40px;
  margin-right: 0;
}
.cart-configuration .group-configuration .single-webpaket .paket-all-domains .remaining_count {
  margin: 5px 0;
  font-size: 12px;
}
.cart-configuration .group-configuration .single-webpaket .free-domains h5,
.cart-configuration .group-configuration .single-webpaket .other-domains h5 {
  font-weight: bolder;
}
.cart-configuration .group-configuration .single-webpaket .other-domains {
  margin-top: 12px;
}
.cart-configuration .group-configuration .single-webpaket:not(:first-child) {
  margin-top: 10px;
}
.cart-configuration .group-configuration .single-ssl {
  padding-top: 15px;
  padding-bottom: 10px;
}
.cart-configuration .group-configuration .single-ssl:not(:last-child) {
  border-bottom: dotted 1px #dfdfdf;
}
.cart-configuration .group-configuration .single-ssl .remove {
  float: right;
  margin-left: 10px;
  color: red;
}
.cart-configuration .group-configuration .single-ssl .s-price {
  float: right;
  font-weight: bolder;
}
.cart-configuration .free-domains {
  padding-top: 8px;
}
.cart-configuration .single-domain {
  width: 100%;
}
.cart-configuration .row-authcode {
  margin-top: 2px;
}
.cart-configuration .remove {
  cursor: pointer;
}
.cart-configuration .no-cart-data {
  padding-top: 25px;
  border-top: solid 1px #dfdfdf;
}
.cart-configuration .no-cart-data .info-data {
  font-weight: bold;
  font-size: 16px;
  padding-left: 18px;
}
.cart-configuration .no-cart-data .alert {
  margin-top: -15px;
  color: #1c7be9;
  font-size: 40px;
}
.domain-search .left-content .domain-search2 {
  margin-bottom: 75px;
}
.domain-search .left-content .domain-search2 .main-desc {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.domain-search .left-content .domain-search2 .search_area .search_area_desc {
  margin-bottom: 10px;
}
.domain-search .left-content .domain-search2 .search_area .enter_email_input {
  float: left;
  font-family: 'Roboto', sans-serif;
  padding: 3px 0px 4px 20px;
  height: 54px;
  width: 72%;
  background: #fff;
  border-radius: 3px;
  color: #727272;
  font-size: 16px;
  border: solid 1px;
}
.domain-search .left-content .domain-search2 .search_area .enter_email_input.loading {
  background-image: url("../images/loading.gif");
  background-repeat: no-repeat;
  background-position: center right 10px;
}
.domain-search .left-content .domain-search2 .search_area .input_submit {
  float: left;
  font-family: 'Roboto', sans-serif;
  padding: 15px 25px 16px 25px;
  background-color: #fe6c61;
  border: 0px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-radius: 3px;
  margin-left: 12px;
}
.domain-search .left-content .price_compare .rowsremain {
  width: 33% !important;
}
.all-tables .hide {
  display: none;
}
.all-tables .domain-type {
  border: solid 1px #cccccc;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.all-tables .domain-type .suggestion-header {
  background-color: #cccccc;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  padding-left: 15px;
  padding: 5px;
}
.kunde-daten {
  border: solid 2px #eeeeee;
  padding: 10px 20px 10px 0;
}
.btn-kasse {
  background-color: #008000;
  color: #ffffff;
}
.shopping-cart .table {
  border-bottom: none !important;
}
.shopping-cart .table > thead > tr > th,
.shopping-cart .table > thead > tr > td {
  border-top: none;
}
.shopping-cart .table > tbody > tr {
  border-left: solid 5px #ffffff;
}
.shopping-cart .table > tbody > tr > td {
  border-top: none;
}
.shopping-cart .table > tbody > tr:hover {
  border-left: solid 5px #008000;
}
.shopping-cart .secondary-level {
  background-color: #f7f9fa;
}
.shopping-cart .secondary-level:nth-child(odd) {
  background-color: #fff;
}
.shopping-cart .c-add-domains {
  margin: 15px 0;
}
.shopping-cart .c-add-domains a {
  background-color: #008000;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 15px;
}
.shopping-cart .c-icons .del-button {
  padding: 5px;
  background-color: #cccccc;
  color: #000000;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.shopping-cart .c-one-price {
  color: #008000;
  font-size: 20px;
  font-weight: bold;
}
.shopping-cart .c-price {
  color: #008000;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}
.shopping-cart .c-price-info {
  text-align: right;
}
.shopping-cart .half {
  width: 20%;
}
.shopping-cart .add_bottom {
  border-bottom: solid 2px #eeeeee;
}
.shopping-cart .left-col {
  border-left: solid 2px #eeeeee;
}
.shopping-cart .right-col {
  border-right: solid 2px #eeeeee;
}
.shopping-cart .top-col {
  border-top: solid 2px #eeeeee !important;
}
.shopping-cart .bottom-col {
  border-bottom: solid 2px #eeeeee;
}
.shopping-cart .total {
  border-left: solid 5px #008000;
}
.button.four {
  color: #fe6c61;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 45px;
  border-radius: 3px;
  white-space: nowrap;
  transition: all 0.3s ease;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #fe6c61;
}
.button.four:hover {
  color: #fff;
  background: #fe6c61;
  border: 1px solid #fe6c61;
}
.div-top_12 {
  border: solid 1px #cccccc;
  margin-top: 15px;
  margin-bottom: 15px;
}
.suggestion-header {
  background-color: #cccccc;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  padding-left: 15px;
  padding: 5px;
}
.top-slider-bg {
  background-image: url(../images/php-background.webp);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
}
.design-vendor-header {
  min-height: 300px;
}
.lead,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
  word-break: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #1a1a1a;
}
#startpage-lead .carousel-inner > .item .text-container {
  position: absolute;
  bottom: 20px;
}
.title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  font-size: 18px;
  text-align: left;
}
.step-teaser-number {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  line-height: 70px;
}
.textblock-fs28 {
  font-size: 28px;
  line-height: 1.4em;
}
.textblock-fs29 {
  font-size: 20px;
  line-height: 1.4em;
}
.step-teaser-number {
  margin-right: 30px;
  padding-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none none solid;
  border-width: 10px;
  border-color: #707070;
  color: #707070;
  font-size: 60px;
  line-height: 21px;
  font-weight: 700;
}
.step-teaser-number-small {
  margin-right: 30px;
  padding-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #707070;
  font-size: 60px;
  line-height: 21px;
  font-weight: 700;
}
.step-teaser-number.Y86 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  line-height: 70px;
  color: #707070;
}
.step-teaser-number-small.Y87 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  line-height: 55px;
  color: #9d9d9d;
}
#usergroupPane4 > table:first-of-type {
  display: none;
}
.w-100 {
  width: 100%;
}
.design-image-box {
  position: relative;
}
.design-image-box .design-image-box-html {
  position: relative;
  z-index: 1;
}
.design-image-box .design-image-box-html + .design-image-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.design-image-box .design-image-box-bg {
  max-width: 100%;
}
.design-image-box .design-image-box-html + .design-image-box-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#footer ul {
  list-style-type: none;
  padding-inline-start: 10px;
  font-size: small;
}
#footer ul li {
  padding-bottom: 5px;
}
#footer a:not([class]) {
  color: #c1bcbc;
}
.pricing-content {
  list-style-type: disclosure-closed;
}
.navicons {
  padding: 5px 10px 5px 0px;
  color: #a3a3a3;
}
a.dropdown-parent-nav {
  background-color: #e8e8e8;
}
.sprung {
  position: relative;
  top: -90px;
}
.content-php-manual .navbar-fixed-top {
  position: relative;
  top: auto;
}
.content-php-manual #breadcrumbs {
  background: #e8e8e8;
  line-height: 34px;
  padding: 8px 15px;
  margin-bottom: 21px;
}
.content-php-manual .breadcrumbs-container {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-php-manual .breadcrumbs-container > li {
  display: inline-block;
}
.content-php-manual .breadcrumbs-container > li + li::before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.bg-notfound {
  background-image: url("../images/404-bg.png");
  background-repeat: repeat;
}
.ui-tabs .ui-tabs-nav li.ui-state-active {
  background: #ffffff;
  border-bottom: none;
}
.ui-widget-header {
  border: none;
  background: none;
}
.ui-widget-content > textarea {
  border-color: #dbdbdb;
}
.lead-bg {
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
}
/*# sourceMappingURL=user.css.map */