@import url("https://fonts.googleapis.com/css2?family=Baloo+Bhaina+2:wght@400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anybody:ital,wdth,wght@0,50..150,100..900;1,50..150,100..900&display=swap");
body {
  margin: 0;
  padding: 0 24px 0 24px;
  overflow-x: hidden; }
  body .__page,
  body .__content_wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
    body .__page .__header .__header_top,
    body .__content_wrapper .__header .__header_top {
      height: 60px; }
      body .__page .__header .__header_top .__header_logo,
      body .__content_wrapper .__header .__header_top .__header_logo {
        position: absolute;
        left: 36px;
        top: 10px;
        width: 40px;
        height: 40px; }
        @media all and (max-width: 800px) {
          body .__page .__header .__header_top .__header_logo,
          body .__content_wrapper .__header .__header_top .__header_logo {
            left: 24px; } }
        body .__page .__header .__header_top .__header_logo img,
        body .__content_wrapper .__header .__header_top .__header_logo img {
          width: 100%;
          height: auto;
          transition: all .3s; }
          body .__page .__header .__header_top .__header_logo img:hover,
          body .__content_wrapper .__header .__header_top .__header_logo img:hover {
            transform: scale(1.1);
            transition: all .3s; }
    body .__page .__header .__header_main,
    body .__content_wrapper .__header .__header_main {
      background: #2198cc;
      background: #2198cc;
      padding: 24px 0;
      padding: 10px 0; }
      body .__page .__header .__header_main .__box1,
      body .__content_wrapper .__header .__header_main .__box1 {
        float: left;
        width: 100%;
        height: 100%;
        padding: 4px 0;
        position: relative; }
      body .__page .__header .__header_main .__box2,
      body .__content_wrapper .__header .__header_main .__box2 {
        float: left;
        width: 0%;
        height: 100%; }
    body .__page .__content,
    body .__content_wrapper .__content {
      padding: 48px 0 48px 0; }
      @media all and (max-width: 460px) {
        body .__page .__content,
        body .__content_wrapper .__content {
          padding-top: 32px; } }
      body .__page .__content .__content_main,
      body .__content_wrapper .__content .__content_main {
        padding-bottom: 100px;
        overflow: hidden; }
        body .__page .__content .__content_main .__left,
        body .__content_wrapper .__content .__content_main .__left {
          width: 63%;
          padding-right: 44px;
          float: left; }
          @media all and (max-width: 799px) {
            body .__page .__content .__content_main .__left,
            body .__content_wrapper .__content .__content_main .__left {
              width: 100%;
              float: none;
              padding-right: 0; } }
          body .__page .__content .__content_main .__left .__domain_info,
          body .__content_wrapper .__content .__content_main .__left .__domain_info {
            padding-right: 30px;
            width: 100%; }
            body .__page .__content .__content_main .__left .__domain_info h2 span,
            body .__content_wrapper .__content .__content_main .__left .__domain_info h2 span {
              font-weight: 300; }
        body .__page .__content .__content_main .__right,
        body .__content_wrapper .__content .__content_main .__right {
          width: 37%;
          float: left; }
          @media all and (max-width: 799px) {
            body .__page .__content .__content_main .__right,
            body .__content_wrapper .__content .__content_main .__right {
              width: 100%;
              float: none; } }
          body .__page .__content .__content_main .__right .__selling_points,
          body .__content_wrapper .__content .__content_main .__right .__selling_points {
            width: 100%;
            margin: 0 auto;
            margin-bottom: 18px;
            padding: 18px;
            padding-left: 30px;
            background: #f5f5f5; }

body .__header .__header_main {
  height: 40px;
  padding: 16px 0; }

body.__front .__header .__header_main {
  height: 260px; }
  @media all and (max-width: 690px) {
    body.__front .__header .__header_main {
      height: 220px; } }
  @media all and (max-width: 460px) {
    body.__front .__header .__header_main {
      height: 170px; } }

* {
  box-sizing: border-box; }

.__full_width {
  width: 100vw;
  margin-left: calc((100vw - 100%) / -2); }

.__hide {
  display: none; }

.__payment_status {
  display: none;
  width: 200px;
  margin: 50px auto; }
  .__payment_status.loader {
    display: block; }

.lds-ripple {
  /* change color here */
  color: #1c4c5b; }

.lds-ripple,
.lds-ripple div {
  box-sizing: border-box; }

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px; }

.lds-ripple div {
  position: absolute;
  border: 4px solid currentColor;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s; }

@keyframes lds-ripple {
  0% {
    top: 96px;
    left: 96px;
    width: 8px;
    height: 8px;
    opacity: 0; }
  4.9% {
    top: 96px;
    left: 96px;
    width: 8px;
    height: 8px;
    opacity: 0; }
  5% {
    top: 96px;
    left: 96px;
    width: 8px;
    height: 8px;
    opacity: 1; }
  100% {
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    opacity: 0; } }
h1, h2, h3, h4 {
  font-family: arial, verdana, sans-serif;
  line-height: 1.4em; }

h1 {
  color: #18a918;
  font-size: 24px; }

h2 {
  color: #18a918;
  font-size: 26px;
  font-family: Anybody;
  line-height: 40px;
  margin: 0;
  margin-bottom: 1em;
  margin-top: 5px;
  font-weight: 500; }
  @media all and (max-width: 460px) {
    h2 {
      font-size: 22px;
      line-height: 32px; } }

h3 {
  font-size: 20px;
  color: #555;
  margin-top: 0;
  margin-bottom: 12px; }

hr {
  border-top: 1px solid #ddd;
  width: 100%;
  margin-bottom: 48px;
  top: 24px;
  position: relative; }

.__label {
  width: 160px;
  font-weight: bold;
  padding-right: 20px;
  float: left; }

.__value {
  width: calc(95% - 140px);
  float: left; }

div {
  margin: 0;
  position: relative; }
  div.__par {
    margin-top: 1em; }

p {
  margin: 0;
  margin-bottom: 1em;
  line-height: 1.4em; }

ul, li {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: #18a918;
  font-weight: normal;
  transition: all .3s;
  display: inline-block; }
  a:hover {
    color: #2198cc;
    border-bottom: 1px solid #18a918;
    line-height: 16px;
    transition: all .3s; }
  a.noborder:hover {
    border-bottom: 0px dashed #18a918;
    line-height: 24px;
    line-height: 24px; }

.__b_section {
  background: #2198cc;
  color: #fff;
  padding: 8px;
  margin-bottom: 24px;
  font-family: arial, verdana, sans-serif;
  font-size: 16px; }

/**
<uniquifier>: Use a unique and descriptive class name
<weight>: Use a value from 400 to 800

.baloo-bhaina 2-<uniquifier> {
  font-family: "Baloo Bhaina 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
 */
/**
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900
// <width>: Use a value from 50 to 150

.anybody-<uniquifier> {
  font-family: "Anybody", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" <width>;
}
 */
body {
  font-family: "Baloo Bhaina 2", sans-serif;
  font-size: 20px;
  line-height: 1.5em;
  font-optical-sizing: auto;
  font-weight: 400; }
  body .__header .__header_main .__box1 {
    font-family: Anybody, sans-serif;
    font-size: 16px;
    font-optical-sizing: auto;
    font-weight: 400; }
    body .__header .__header_main .__box1 h1 {
      font-weight: 300;
      text-align: center;
      color: #fff; }
      body .__header .__header_main .__box1 h1 .__domain_name {
        font-size: 88px;
        line-height: 90px; }
        @media all and (max-width: 690px) {
          body .__header .__header_main .__box1 h1 .__domain_name {
            font-size: 60px;
            line-height: 75px; } }
        @media all and (max-width: 460px) {
          body .__header .__header_main .__box1 h1 .__domain_name {
            font-size: 44px;
            line-height: 60px; } }
      body .__header .__header_main .__box1 h1 .__domain_name__prepend {
        font-size: 20px;
        font-size: 20px;
        line-height: 40px; }
        @media all and (max-width: 690px) {
          body .__header .__header_main .__box1 h1 .__domain_name__prepend {
            font-size: 16px;
            line-height: 32px; } }
        @media all and (max-width: 460px) {
          body .__header .__header_main .__box1 h1 .__domain_name__prepend {
            font-size: 16px;
            line-height: 24px; } }
      body .__header .__header_main .__box1 h1 .__domain_name__append {
        font-size: 42px;
        line-height: 50px; }
        @media all and (max-width: 690px) {
          body .__header .__header_main .__box1 h1 .__domain_name__append {
            font-size: 32px; } }
        @media all and (max-width: 460px) {
          body .__header .__header_main .__box1 h1 .__domain_name__append {
            font-size: 24px;
            line-height: 32px; } }
  body .__content .__content_main ul.__selling_points {
    line-height: 1.3em;
    list-style-type: none;
    list-style-image: none;
    float: right; }
    body .__content .__content_main ul.__selling_points li {
      list-style-type: "\2713";
      list-style-image: none;
      margin-left: 18px;
      padding-left: 12px;
      padding-bottom: 8px; }
      body .__content .__content_main ul.__selling_points li::marker {
        color: #18a918;
        font-weight: bold;
        font-size: 28px; }

.__button {
  background: #2198CCFF;
  border-radius: 5px;
  color: #fff;
  padding: 5px 24px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: all .5s;
  border: none;
  font-size: 18px;
  line-height: 24px; }
  .__button a {
    color: #fff;
    text-decoration: none; }
  .__button:hover {
    background: #18a918;
    transition: all .5s; }

.__custom_block {
  background: #f5f5f5;
  padding: 12px 2px;
  margin-bottom: 18px;
  overflow: hidden; }
  @media all and (max-width: 799px) {
    .__custom_block {
      margin-top: 44px; } }

.__block.contact_block {
  width: 100%;
  padding-left: 42px;
  padding-right: 42px; }
  @media all and (max-width: 799px) {
    .__block.contact_block {
      padding-left: 180px;
      padding-right: 180px; } }
  @media all and (max-width: 680px) {
    .__block.contact_block {
      padding-left: 140px;
      padding-right: 140px; } }
  @media all and (max-width: 580px) {
    .__block.contact_block {
      padding-left: 90px;
      padding-right: 90px; } }
  @media all and (max-width: 480px) {
    .__block.contact_block {
      padding-left: 50px;
      padding-right: 50px; } }
  .__block.contact_block div.__contact_block_item {
    width: 25%;
    float: left;
    text-align: center; }
    .__block.contact_block div.__contact_block_item img {
      border-radius: 5px;
      transition: all .3s; }
      .__block.contact_block div.__contact_block_item img:hover {
        transform: scale(1.1);
        transition: all .3s; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important; }

input:focus,
textarea:focus,
select:focus {
  outline: none; }

label:not([for='order_form_akkoord_av']):not([for='bid_form_akkoord_av']) {
  width: 20%;
  display: block;
  float: left;
  display: none; }

label[for='order_form_akkoord_av'] {
  font-size: 18px; }

input:not(.button):not([type='checkbox']) {
  width: 85%;
  font-size: 18px;
  border-radius: 5px;
  border: 2px solid #f0f0f0;
  padding: 6px 4px;
  margin-bottom: 18px; }

.item_email {
  clear: both; }

#order_form_akkoord_av_help,
#bid_form_akkoord_av_help {
  font-size: 15px;
  line-height: 20px; }

#order_form_save {
  margin-top: 40px; }

.item_first_name,
.item_insertion,
.item_last_name {
  float: left; }

.item_first_name {
  width: calc(33% - 6px);
  margin-right: 6px; }
  .item_first_name input {
    width: 100%; }

.item_last_name {
  width: calc(52% - 6px);
  margin-left: 6px; }
  .item_last_name input {
    width: 100%; }

.__payment_data_overview {
  font-family: arial, verdana, sans-serif;
  font-size: calc(1em - 2px);
  line-height: calc(1.5em - 2px);
  font-size: 15px;
  line-height: 1.5em; }

.__footer {
  padding: 24px 24px;
  clear: both;
  background: #666; }
  .__footer .__footer_top {
    height: 0; }
  .__footer .__footer_main {
    min-height: 80px;
    padding-left: 24px; }
    .__footer .__footer_main div.__footer_menu {
      float: left;
      margin-right: 60px; }
      @media all and (max-width: 460px) {
        .__footer .__footer_main div.__footer_menu {
          float: none; } }
      .__footer .__footer_main div.__footer_menu ul {
        list-style-type: none;
        list-style-image: none; }
        .__footer .__footer_main div.__footer_menu ul li {
          list-style-type: none;
          list-style-image: none;
          font-size: 15px;
          line-height: 1.4em !important;
          color: #fff; }
          .__footer .__footer_main div.__footer_menu ul li a {
            color: #fff;
            font-weight: normal; }
  .__footer .__footer_bottom {
    position: relative;
    height: 6px; }
    .__footer .__footer_bottom .__version {
      position: absolute;
      right: 0;
      top: -20px;
      font-size: 11px;
      line-height: 18px;
      color: #fff; }

.__menu_main {
  position: absolute;
  right: 24px;
  top: 20px; }
  @media all and (max-width: 800px) {
    .__menu_main {
      right: 0; } }
  .__menu_main ul {
    list-style-type: none;
    list-style-image: none; }
    .__menu_main ul li {
      list-style-type: none;
      list-style-image: none;
      float: left;
      font-size: 15px;
      padding: 8px; }
      .__menu_main ul li:after {
        content: "|";
        padding-left: 16px;
        color: #777;
        opacity: .4; }
      .__menu_main ul li:last-child:after {
        content: ""; }
      .__menu_main ul li a {
        color: #333; }

.seealso_block {
  background: #ff9100;
  background: #aaa;
  color: #fff;
  font-size: 18px;
  text-align: left;
  padding-left: 12px;
  position: relative;
  line-height: 16px;
  transition: all .3s;
  cursor: pointer;
  margin-bottom: 8px; }
  .seealso_block.hover {
    background: #000;
    background: #777;
    transition: all .3s; }
  .seealso_block a {
    color: #fff;
    font-weight: bold;
    font-family: arial, verdana, sans-serif; }
    .seealso_block a:after {
      content: ">";
      position: absolute;
      right: 16px;
      font-size: 24px; }
    .seealso_block a:hover {
      border-width: 0px; }

h2.__see_also_header {
  color: #333;
  font-size: 20px;
  margin-top: 48px; }

.__bp_link {
  display: inline-block;
  font-family: arial, verdana, sans-serif;
  font-size: 16px;
  margin-left: 8px; }
  .__bp_link a {
    color: #333; }
    .__bp_link a:hover {
      color: #333;
      border-bottom: 1px solid #333; }

.__bidding_start .__bid_form form .__bidding_box {
  padding: 16px 24px;
  background: #e7ffe7;
  margin-bottom: 36px; }
  .__bidding_start .__bid_form form .__bidding_box div.row.item_bid_amount {
    clear: both;
    overflow: hidden; }
    .__bidding_start .__bid_form form .__bidding_box div.row.item_bid_amount input#bid_form_bid_amount {
      width: 140px;
      font-size: 55px;
      color: #999;
      padding: 5px 10px;
      padding: 5px 10px 0px 10px;
      border-width: 0;
      -moz-appearance: textfield;
      /* Chrome, Safari, Edge, Opera */ }
      .__bidding_start .__bid_form form .__bidding_box div.row.item_bid_amount input#bid_form_bid_amount::-webkit-outer-spin-button, .__bidding_start .__bid_form form .__bidding_box div.row.item_bid_amount input#bid_form_bid_amount::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
    .__bidding_start .__bid_form form .__bidding_box div.row.item_bid_amount div.col div {
      font-size: 60px !important;
      color: #999;
      float: left; }
      .__bidding_start .__bid_form form .__bidding_box div.row.item_bid_amount div.col div input {
        background: #fafffa; }
    .__bidding_start .__bid_form form .__bidding_box div.row.item_bid_amount div.col .ooo {
      display: none;
      font-size: 60px !important;
      color: #999;
      clear: right;
      left: 10px;
      top: 36px;
      position: relative; }
.__bidding_start .__bid_form form input,
.__bidding_start .__bid_form form textarea,
.__bidding_start .__bid_form form select {
  border-width: 0 !important;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0; }
  .__bidding_start .__bid_form form input::placeholder,
  .__bidding_start .__bid_form form textarea::placeholder,
  .__bidding_start .__bid_form form select::placeholder {
    color: #ddd;
    opacity: 1;
    /* Firefox */ }
  .__bidding_start .__bid_form form input ::-ms-input-placeholder,
  .__bidding_start .__bid_form form textarea ::-ms-input-placeholder,
  .__bidding_start .__bid_form form select ::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #ddd; }

body.__page_contact .__content_main .__left {
  font-family: arial, sans-serif;
  font-size: 16px;
  line-height: 24px; }

/*# sourceMappingURL=main.css.map */
