html {
  font-size: 1.1rem;
  padding: 0;
  margin: 0;
}

body {
  background: #004b87;
	font-family: 'Carlsberg', sans-serif;
	color: #1a1a1a;
	font-weight: normal;
	font-style: normal;
  font-size: 1rem;
	line-height: 1.429;
	padding: 0;
	margin: 0;
  overflow-x: hidden;
}

::selection { background: #333; color: #fff; text-shadow: none; }
::-moz-selection { background: #333; color: #fff; text-shadow: none; }

#ldr {
	position: fixed;
	z-index: 1000000;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #004b87;
}
  #ldr i {
    opacity: .95;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url('../svg/carlsberg-logo.svg');
  	background-position: center center;
  	background-size: 60px;
  	background-repeat: no-repeat;
    animation-name: ldr_anim;
    animation-delay: 0;
    animation-duration: 7s;
    animation-iteration-count: infinite;
  }
    @keyframes ldr_anim {
      from {
        opacity: 1;
        background-size: 60px;
      }
      to {
        background-size: 500px;
        opacity: .0;
      }
    }

h2 {
	font-size: 2.5em;
	font-weight: 300;
	color: #004b87;
	line-height: 1.15em;
	padding: 0;
	margin: 0 0 20px 0;
	transition: all .2s;
	-webkit-transition: all .2s;
}
h3 {
	font-size: 1.7em;
	font-weight: 300;
	color: #004b87;
	line-height: 1.3em;
	padding: 0;
	margin: 0 0 25px 0;
	transition: all .2s;
	-webkit-transition: all .2s;
}
  h3 em {
    font-style: normal;
    border-bottom: 2px solid #77b82a;
  }

a {
  font-weight: bold;
	color: #004b87;
	text-decoration: underline;
  outline: none;
	transition: all .2s;
	-webkit-transition: all .2s;
}
a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

a img {
	border: 0px;
	text-decoration: none;
}

.anc {
	display: block;
	content: " ";
	height: 20px;
	margin-top: -20px;
	visibility: hidden;
}
.clr {
	clear: both !important;
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.block { display: block !important; }
.inline { display: inline-block; }
.center { text-align: center !important; }
.left { float: left; }
.right { float: right; }
.t_left { text-align: left !important; }
.t_right { text-align: right !important; }
.hidden { display: none !important; }
.uc { text-transform: uppercase; }
.w45 { width: 45% !important; }
.w46 { width: 46% !important; }
.w47 { width: 47% !important; }
.w48 { width: 48% !important; }
.w49 { width: 49% !important; }
.w50 { width: 50% !important; }
.w75 { width: 75% !important; }
.w100 { width: 100% !important; }

.high9 { margin: 0 0 90px 0 !important; }
.high8 { margin: 0 0 80px 0 !important; }
.high7 { margin: 0 0 70px 0 !important; }
.high6 { margin: 0 0 60px 0 !important; }
.high5 { margin: 0 0 50px 0 !important; }
.high4 { margin: 0 0 40px 0 !important; }
.high3 { margin: 0 0 35px 0 !important; }
.high2 { margin: 0 0 30px 0 !important; }
.high { margin: 0 0 25px 0 !important; }
.low6 { margin: 0 0 20px 0 !important; }
.low5 { margin: 0 0 15px 0 !important; }
.low4 { margin: 0 0 12px 0 !important; }
.low3 { margin: 0 0 10px 0 !important; }
.low2 { margin: 0 0 8px 0 !important; }
.low { margin: 0 0 5px 0 !important; }
.flat { margin: 0 !important; }

.small { font-size: .85em !important; }

.pointer { cursor: pointer !important; }
.default { cursor: default !important; }

.no_select {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
}

.opc_0 { opacity: 0; }
.opc_1 { opacity: 1; }

iframe {
  display: block;
  border: none;
  margin: 0;
}

.ldr {
	display: none;
}
.ldr_btn {
  display: inline-block;
  width: 50px;
  height: auto;
}

input::-moz-focus-inner { border: 0; padding: 0; }

.input {
  display: block;
  width: 100%;
  font-size: 1em;
	font-weight: 500;
  color: #000;
  border: 3px solid #ccc;
  box-sizing: border-box;
  padding: 12px 3px 10px 10px;
}
  .input::placeholder {
    font-weight: 300;
    color: #999;
  }
  .input::-webkit-input-placeholder{
    font-weight: 300;
    color: #999;
  }
  .input::-moz-input-placeholder {
    font-weight: 300;
    color: #999;
  }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.input.textarea {
  width: 100%;
  height: 110px;
  padding: 8px 3px 0 10px;
  margin: 0;
}
select.input {
  padding: 11px 3px 9px 10px;
}

input.checkbox {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  cursor: pointer;
  margin: 0 10px 0 0;
}
input.checkbox + label {
  display: inline-block;
  vertical-align: middle;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  background: #eae517;
  font-size: 1rem;
  font-weight: bold;
  color: #004b87;
  letter-spacing: .02em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  box-shadow: 2px 2px 0 #004b87;
  padding: 9px 20px;
  transition: all .1s;
}
  .btn span {
    display: inline-block;
    vertical-align: middle;
  }
  .btn svg {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 10px;
    color: #69cc9e;
    fill: currentColor;
    margin: 1px 0 0 10px;
  }
.btn:hover {
  background-color: #004b87;
  color: #eae517;
  text-decoration: none;
}

.btn.inv {
  background: #004b87;
  color: #eae517;
  box-shadow: 2px 2px 0 rgba(0,0,0, .2);
}
.btn.inv:hover {
  background: #0e60a2;
}

.btn.btn_s {
  font-size: .9em;
  padding: 10px 18px 8px;
}
.btn.btn_black {
  background: #222;
}
  .btn.btn_black:hover {
    background: #000;
  }

.w {
	width: 100%;
  max-width: 1300px;
	box-sizing: border-box;
  padding: 0 30px;
	margin: 0 auto;
}
  .w.nrw {
    max-width: 800px;
  }
.w_pd {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
.w.rel {
	position: relative;
}

.infobox {
  background-color: #ffce06;
  font-size: .9rem;
  font-weight: 500;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 6px rgba(0,0,0, .15);
  padding: 30px 20px 27px;
  margin: 0 0 30px;
}
.infobox.error {
  background-color: #c04141;
  color: #fff !important;
}
.infobox.success {
  background-color: #fff;
}
  .infobox h2 {
    font-size: 1.7em !important;
    text-transform: none !important;
  }
  .infobox.error h2 {
    color: #fff !important;
  }
  .infobox.error a {
    color: #fff;
    text-decoration: underline;
  }
.infobox img {
  display: block;
  width: 40px;
  height: auto;
  margin: 20px auto 0;
}


header {
  position: absolute;
  z-index: 1000;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 0 0 0;
}
  header .nav-tgl {
    display: none;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 30px;
    aspect-ratio: 1;
    background-color: #fff;
    -webkit-mask-image: url('../svg/nav.svg');
    mask-image: url('../svg/nav.svg');
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    cursor: pointer;
  }
  header nav.m {
    display: none;
  }
  header nav {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - (150px + 30px));
    text-align: right;
    box-sizing: border-box;
    padding: 7px 0 0 0;
  }
  header nav.n2 {
    text-align: left;
  }
    header nav ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
      header nav ul li {
        display: inline-block;
        margin: 0 30px 0 0;
      }
      header nav ul li:last-child {
        margin-right: 0;
      }
        header nav ul li a {
          display: inline-block;
          font-size: 1em;
          font-weight: 600;
          color: #bfbb13;
          letter-spacing: -.02em;
          text-decoration: none;
          box-sizing: border-box;
        }
        header nav ul li a:hover {
          color: #3c89c7;
          transform: scale(1.05);
          text-decoration: none;
        }
        header nav ul li.c a {
          color: #004b87;
          /*border-bottom: 3px solid #69cc9e;*/
        }


    header nav ul li.cart {
      position: relative;
      margin: 0 30px 0 0;
    }
      header nav ul li.cart a {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 20px;
        height: 20px;
        font-size: 1.1em;
        font-weight: 500;
        cursor: pointer;
        text-transform: uppercase;
        margin-top: 2px;
      }
      header nav ul li.cart a:hover {
        transform: none;
      }
        header nav ul li.cart svg {
          width: 100%;
          height: auto;
          color: #bfbb13;
          fill: currentColor;
          transition: all .2s;
          -webkit-transition: all .2s;
        }
          header nav ul li.cart a:hover svg{
            color: #3c89c7;
          }
          header nav ul li.cart.c a svg {
            color: #004b87;
          }
        header nav ul li.cart def {
          position: absolute;
          top: -3px;
          right: -6px;
          width: 8px;
          height: 8px;
          background: #004b87;
          box-shadow: 0 0 8px #004b87;
          border-radius: 100%;
        	-webkit-border-radius: 100%;
        }

    header .cart-m {
      display: none;
      position: absolute;
      top: 40px;
      right: 100px;
      transition: all .2s;
    }
      header .cart-m a {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 27px;
        aspect-ratio: 1;
        font-size: 1.1em;
        font-weight: 500;
        cursor: pointer;
        text-transform: uppercase;
        margin-top: 2px;
        transition: all .2s;
      }
      header .cart-m a:hover {
        transform: none;
      }
        header .cart-m svg {
          width: 100%;
          height: auto;
          color: #fff;
          fill: currentColor;
          transition: all .2s;
          -webkit-transition: all .2s;
        }
          header .cart-m a:hover svg,
          header .cart-m.c a svg {
            color: #69cc9e;
          }
        header .cart-m def {
          position: absolute;
          top: -3px;
          right: -6px;
          width: 8px;
          height: 8px;
          background: #a1d036;
          box-shadow: 0 0 8px #a1d036;
          border-radius: 100%;
          -webkit-border-radius: 100%;
        }

  header a#logo {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    margin: 0 30px;
    transition: all .2s;
    -webkit-transition: all .2s;
  }
    header a#logo img {
      width: 100%;
      height: auto;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    header a#logo:hover img {
      transform: scale(1.05);
    }


.general {
  position: relative;
  width: 100%;
  min-height: 200px;
  background-image: url('../img/pattern-ylw.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 250px 0 60px;
  overflow-x: hidden;
}
.general.closed {
  height: 100vh;
}
  .general.closed .t {
    display: table;
    width: 100%;
    height: 100%;
  }
    .general.closed .c {
      display: table-cell;
      vertical-align: middle;
      box-sizing: border-box;
      padding-bottom: 200px;
    }
  .general h1 {
    font-size: 2.6em;
    color: #004b87;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin: 0 0 20px;
  }
  .general h2 {
    font-size: 1.6em;
    font-weight: 700;
    color: #004b87;
    letter-spacing: -.02em;
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 20px;
  }
    .general h2.preamble {
      font-size: 1.3em;
      font-weight: 500;
      color: #fff;
      letter-spacing: -.02em;
      line-height: 1.6em;
      text-align: center;
      padding: 0;
      margin: 0 0 40px;
    }

  .general main,
  .general section {
    background-color: #fff;
    box-sizing: border-box;
    padding: 50px;
    box-shadow: 0 0 15px 10px rgba(0,0,0, .15);
    border-radius: 2px;
  }
    .general main b,
    .general main strong {
      font-weight: 600;
    }

    .general main h2 {
      text-transform: none;
    }

    main p {
      padding: 0;
      margin: 0 0 20px;
    }

  .actions {
    text-align: center;
    margin: 0 0 30px;
  }
    .actions a {
      display: inline-block;
      vertical-align: top;
      margin: 0 15px 0 0;
    }
    .actions a:last-child {
      margin-right: 0;
    }


.my_points {
  font-size: 1.1rem;
  font-weight: 600;
  color: #004b87;
  text-transform: uppercase;
  text-align: center;
  margin: -7px 0 30px;
}

#how {
  position: relative;
  width: 100%;
  background: #004B87;
  background: linear-gradient(0deg, rgba(0, 75, 135, 1) 0%, rgba(46, 102, 128, 1) 100%);
  text-align: center;
  border: solid #002a17;
  border-width: 4px 0 0 0;
  box-sizing: border-box;
  padding: 140px 0 80px;
  overflow: hidden;
}
  #how h2 {
    font-weight: 600;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
    margin: 0 0 60px 0;
    transition: all .2s;
    -webkit-transition: all .2s;
  }
  #how .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    align-items: top;
    justify-items: center;
  }
    #how .grid .item {
      text-align: center;
    }
      #how .grid .item .icon {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        align-items: center;
        justify-items: center;
        width: 70px;
        height: 70px;
        background-color: #eae517;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        margin: 0 auto 20px;
      }
        #how .grid .item .icon svg {
          display: block;
          width: 30px;
          height: auto;
          max-height: 55%;
          color: #184c68;
          fill: currentColor;
        }
        #how .grid .item.cart .icon svg { margin: 0 0 0 -4px; }
        #how .grid .item.register .icon svg { margin: 0 0 0 -3px; }
        #how .grid .item.delivery .icon svg { width: 35px; }

      #how .grid .item .descr {
        font-size: .9em;
        font-weight: 600;
        color: #fff;
        letter-spacing: -.02em;
      }
      #how .grid .item .descr a {
        color: #eae517;
        text-decoration: none;
      }
      #how .grid .item .descr a:hover {
        text-decoration: underline;
      }

ul.store_items {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}
  .store_items li {
    display: block;
    box-sizing: border-box;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
  }
  .store_items li:last-child {
    border: none;
  }
    .store_items li > div {
      display: inline-block;
      vertical-align: middle;
    }
    .store_items li .img {
      width: 100px;
      aspect-ratio: 1;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      margin: 0 20px 0 0;
    }
    .store_items li .name {
      width: calc(100% - (100px + 20px + 100px));
    }
    .store_items li .points {
      width: 100px;
    }

.contact_details {
  text-align: center;
  margin: 40px 0 30px;
}
.contact_details a {
  display: inline-block;
  vertical-align: top;
  margin: 0 40px 0 0;
}
.contact_details a:last-child {
  margin-right: 0;
}
  .contact_details a .icon {
    display: inline-block;
    vertical-align: top;
  }
    .contact_details a .icon div {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0;
      align-items: center;
      justify-items: center;
      width: 40px;
      height: 40px;
      background-color: #004b87;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      margin: 0 auto;
    }
      .contact_details a .icon svg {
        display: block;
        width: 70%;
        height: auto;
        max-height: 55%;
        color: #eae517;
        fill: currentColor;
      }
  .contact_details a span {
    display: inline-block;
    vertical-align: top;
    color: #666;
    margin: 8px 0 0 10px;
  }
    .contact_details a:hover span {
      color: #000;
    }

.inputs > div {
  margin: 0 0 8px;
}
form .terms,
form .consent {
  margin: 20px 0;
}
  form .terms input,
  form .consent input {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    margin: 2px 10px 0 0;
  }
  form .terms input + label,
  form .consent input + label {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - (16px + 10px));
    line-height: 1.4em;
  }

  #register .inputs label {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    text-align: right;
    margin: 13px 10px 0 0;
  }
  #register .inputs input,
  #register .inputs select {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - (100px + 10px));

  }

form .consent  + .captcha {
  margin: 0 0 30px;
}

.login_help {
  margin: 40px 0 0 0;
}
  .login_help > a {
    cursor: pointer;
    margin: 0 20px 0 0;
  }
  .login_help #forgot_password {
    display: none;
    margin: 20px 0 0 0;
  }

#d {
  display: none;
}

footer {
  position: relative;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 100px 0 20px;
  overflow: hidden;
}
  footer .kexchoklad {
    position: absolute;
    top: 4px;
    left: -10px;
    width: 500px;
    height: 220px;
    background-image: url('../img/kexchoklad-crumbles.png');
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
  }
  footer img.logo {
    display: block;
    width: 150px;
    max-width: 90%;
    height: auto;
    margin: 0 auto 30px;
  }
  footer .links {
    font-size: .9em;
		margin: 0 0 6px;
	}
		footer .links > a {
			display: inline-block;
			font-weight: 500;
			color: #fff;
			text-decoration: none;
			cursor: pointer;
			margin: 0 15px 0 0;
		}
		footer .links > a:last-child {
			margin-right: 0;
		}
		footer .links > a:hover {
			text-decoration: underline;
		}

	footer .terms_policy_full {
		display: none;
		width: 90%;
		max-width: 500px;
		background: rgba(0,0,0, .2);
		font-size: 1em;
		font-weight: 300;
		color: #bbb;
		line-height: 1.4em;
		text-align: left;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		border: 1px solid rgba(255,255,255, .3);
		box-sizing: border-box;
		padding: 15px;
		margin: 0 auto 10px;
	}
		footer .terms_policy_full .title {
			font-size: 1.3em;
			font-weight: 500;
			margin: 0 0 10px;
		}
		footer .terms_policy_full p {
			padding: 0;
			margin: 0 0 10px;
		}
    footer .terms_policy_full p:last-child {
			margin: 0;
		}
    footer .terms_policy_full a {
      color: #fff;
      text-decoration: underline;
    }

	footer .copyright {
    font-size: .8em;
		color: rgba(255,255,255, .3);
    margin: 0 0 80px;
	}

  footer .tagline {
    width: 90%;
    max-width: 320px;
    margin: 0 auto;
  }
    footer .tagline img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
    }

#c_note {
	position: fixed;
	z-index: 100000;
	bottom: 20px;
	width: 100%;
}
	#c_note > div {
		position: relative;
		width: 100%;
		max-width: 800px;
		background: #fff;
		font-size: .8em;
		color: #333;
		box-sizing: border-box;
		box-shadow: 0 0 20px rgba(0,0,0, .2);
		border-radius: 5px;
		-webkit-border-radius: 5px;
    padding: 15px 25px;
		margin: 0 auto;
	}
    #c_note .text {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - (120px + 15px));
    }
    #c_note a {
      display: inline-block;
      vertical-align: middle;
      width: 120px;
      padding: 10px 20px 9px;
      margin: 0 0 0 15px;
    }



@media screen and (max-width: 1400px){

}



@media screen and (max-width: 1200px){
  header a#logo {
    width: 160px;
    margin: 0;
  }
  header .nav-tgl {
    display: block;
  }
  header .cart-m {
    display: inline-block;
  }
  header nav {
    display: none;
  }
  header nav.m {
    display: none;
    position: absolute;
    top: 75px;
    right: 40px;
    width: 250px;
    background: #fff;
    text-align: left;
    box-shadow: 0 0 12px 4px rgba(0,0,0, .2);
    padding: 0;
    margin: 0;
  }
    header nav.m ul li {
      display: block;
      border-bottom: 1px solid rgba(0,0,0, .1);
      padding: 0;
      margin: 0;
    }
    header nav.m ul li:last-child {
      border: none;
    }
      header nav.m ul li a {
        display: block;
        font-size: .9em;
        font-weight: 500;
        color: #004b87;
        box-sizing: border-box;
        padding: 10px 0 9px 15px;
      }
      header nav.m ul li:hover a {
        padding-left: 20px;
        transform: none;
      }
      header nav.m ul li.c a {
        background: #004b87;
        font-weight: 600;
        color: #fff;
        border: none;
      }
  .general {
    padding: 180px 0 60px;
  }

  #how {
    padding: 80px 0 50px;
  }
}






@media screen and (max-width: 900px){
  #how .grid {
    gap: 20px;
  }

  .general main,
  .general section {
    padding: 40px;
  }
}




@media screen and (max-width: 800px){
  header {
    padding-top: 30px;
  }
  header a#logo {
    width: 120px;
    margin: 0;
  }
  header .nav-tgl {
    display: block;
    top: 45px;
    right: 30px;
    width: 25px;
  }
    header nav.m {
      top: 55px;
      right: 30px;
    }
  header .cart-m {
    top: 45px;
    right: 80px;
  }
    header .cart-m a {
      width: 21px;
      margin-top: 2px;
    }
}



@media screen and (max-width: 600px){
  .general h1 {
    font-size: 2em;
    line-height: 1.1em;
    margin: 0 0 20px;
  }

  h2 {
  	font-size: 1.8em;
  	line-height: 1.1em;
  	margin: 0 0 20px 0;
  }
    .general h2.preamble {
      font-weight: 600;
      line-height: 1.3em;
      margin: 0 0 25px;
    }

  .w {
    padding: 0 15px;
  }

  .general {
    padding: 120px 0 60px;
  }
  .general main,
  .general section {
    padding: 20px;
  }
    .general .actions a.btn {
      margin: 0 7px 10px;
    }
    .general .actions a.btn:last-child {
      margin-bottom: 0;
    }

    .login_help > a {
      display: block;
      margin: 0 0 5px;
    }

  #how h2 {
    margin: 0 0 40px;
  }
  #how .grid {
    display: block;
  }
    #how .grid .item {
      margin: 0 0 35px;
    }
    #how .grid .item:last-child {
      margin: 0;
    }
      #how .grid .item .icon {
        margin: 0 auto 8px;
      }

  .store_items li {
    font-size: .9em;
  }
    .store_items li .img {
      width: 70px;
      margin: 0 15px 0 0;
    }
    .store_items li .name {
      width: calc(100% - (70px + 15px + 90px + 8px));
    }
    .store_items li .points {
      width: 90px;
      margin: 0 0 0 8px;
    }

  footer {
    padding: 70px 0 20px;
  }
}



@media screen and (max-width: 500px){
  header .nav-tgl {
    right: 20px;
  }
    header nav.m {
      right: 20px;
    }
  header .cart-m {
    right: 70px;
  }
}
