
@font-face {
    font-family: "BurfordBase";
    src: url('fonts/BurfordBase/font.woff2') format('woff2'), url('webFonts/BurfordBase/font.woff') format('woff');
}


body {
    color: #222;
}
h1, h2, h3, h4, h5, h6 {
    color: #222;
}
h1 {
    font-family: "BurfordBase", sans-serif;
    font-size: 3.5rem;
}
h2 {
    font-size: 3.5rem;
    font-family: "BurfordBase", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 0.95em;
    margin-bottom: 4rem;
}
p, table {
    font-size: 1.25rem;
}
.bg-dark {
    background-color: #222 !important;
    color: white ;
}
.bg-dark h2 {
    color: white;
}
.btn-primary {
    background-color: #222;
    font-size: 1.75rem;
    font-weight: 700;
    border: none;
    padding: 0.75rem 2rem;
}
.btn-primary:hover {
    background-color: #EDC0CA;
    color: white;
}
.border-left {
    border-left: 2px solid #999999 !important;
}
#header-top-bar, header, body, #main-wrapper, header .dropdown-menu, header .navbar-collapse {
    /*background-color: #fff5ed;*/
    background-color: white;
}
#header-top-bar a:not(.dropdown-item):not(.btn), header a:not(.dropdown-item):not(.btn), header .dropdown-menu {
    color: #222;
}
.bg-ice {
    /*background-color: #fff5ed;*/
    background-color: white;
    background-image: url(/templates/GHBASE/images/pattern-eiskraemer.jpg);
    background-repeat: repeat;
    background-size: 100px;
}
.bg-ice .header-headlinebox h1 {
    font-family: "BurfordBase", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 6rem;
    line-height: 1em;
    text-align: right;
    text-transform: uppercase;
    height: 100%;
    /*background-color: #fff5ed;*/
    background-color: white;
    padding: 4rem 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.bg-ice.headersection .header-textbox {
    align-items: center;
}
.bg-ice.headersection .header-textbox img {
    max-width: 70%;
}
.bg-ice .header-sublinebox p {
    font-size: 2rem;
    text-align: left;
    height: 100%;
    /*background-color: #fff5ed;*/
    background-color: white;
    padding: 4rem 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.bg-ice .header-logoimage {
    padding: 2rem 5rem 2rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.line-through p {
    font-size: 2.5em;
}
.full-height-bg-image {
    min-height: 33vw;
}
.icesorts-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.icesorts-container {
    padding: 4rem 3rem;
}
.icesorts-body {
}
.icesorts-body .icesorts-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 1rem 0;
}
.icesorts-body .icesorts-item .icesort  {
    border: none;
    background:none;
    font-size: 1.35rem;
    width: 100%;
    text-align: left;
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    z-index: 3;
    justify-content: flex-end;
}
.icesorts-body .icesorts-item .icesort span {
    border: none;
    background:none;
    font-size: 1.35rem;
    padding: 0.2rem 0.5rem;
  
    display:block;
}
.icesorts-body .icesorts-item .icesort:hover span, .icesorts-body .icesorts-item .icesort[aria-expanded=true] span  {
    font-weight: 700;
    text-transform: uppercase;
    /*background-color: #EDC0CA;*/
    background-color: #222;
    color: #fff;
}

.icesorts-body .icesorts-item .icesort:after  {
    display: inline-block;
    background-image:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
    width: 40px;
    min-width: 40px;
    margin-bottom: 0.1em;
    margin-left: 0;
}
.icesorts-body .icesorts-item .icesort[aria-expanded="true"]:after {
    transform: initial;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');
}
.icesorts-body .icesort-incredients  {
    width: 100%;
    box-shadow: none;
    /*text-align: right;*/
    background-color: transparent;
    margin-right: 0;
    z-index: 4;
    padding-left: 40px;
    margin-top: 0;
    text-align: left;
}
.icesorts-body .icesort-incredients span {
    /*background: #EDC0CA;*/
    background: #222;
    color: white;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
    font-size: 1.35rem;
    display: inline-block;
    text-transform: uppercase;
    width: auto;
}
.icesorts-body .spoon {
    position: absolute;
    top: 0;
    max-height: 100vh;
    max-width: 300px;
    width: 15vw;
    right: 6vw;
    z-index: 2;
    opacity: 0;
}
 .icesorts-body button[aria-expanded=true] ~ .spoon, .icesorts-body .icesorts-item:focus .spoon, .icesorts-body .icesorts-item:active .spoon {
    opacity: 1;
}
.ice-shop-box-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.ice-shop-box-container .col-xl-12 {
    @media(min-width: 992px) {
        flex: initial;
    }

}
.ice-shop-box {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.ice-shop-box table {
    width: 100% !important;
}
.ice-shop-box table svg{
    width: 30px;
    height: auto;
}
.ice-order-container .col[data-area-id=col-0] {
    background: linear-gradient(180deg, #EDC0CA 50%, #ffffff 0%);
    padding: 8vw 8vw 2vw 8vw;
    position: relative;
}
.ice-order-container  .col[data-area-id=col-1] {
    background-color: white;
    padding: 3rem;
    position: relative;
    background-image: url(/templates/GHBASE/images/pattern-eiskraemer.jpg);
    background-repeat: repeat;
    background-size: 100px;
}

.ice-order-container  .ice-order-headline {
    position: absolute;
    right: 3rem;
    top: 3rem;
}
.ice-order-container  .ice-order-description {
    position: relative;
    width: 100%;
    z-index: 2;
}
.ice-order-container  .ice-order-description-bg {
    position: absolute !important;
    background: white;
    z-index: 1;
    width: 100%;
    top: 0;
    height: 50%;
    left: 0;
}
.ice-order-container  .ice-order-description p {
    font-size: 1.5rem;
}
.ice-order-container  .ice-product-stream {
    height: 100%;
    z-index: 2;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}
.ice-order-container  .ice-product-stream .btn {
    padding-right: 4rem;
    position: relative;
}
.bg-dark .productbox.productbox-hover .productbox-title a, .bg-dark .productbox.productbox-hover .productbox-shortdesc, .bg-dark .btn-outline-primary:hover {
    color: white;
}


.pre-footer {/*
    background: linear-gradient(180deg, #fff5ed 40%, #DC826D 40%)*/
    background: linear-gradient(180deg, #ffffff 40%, #DC826D 40%)
}
@media(max-width: 1600px) {
    .bg-ice .header-headlinebox h1 {
        font-size: 4rem;
        padding: 2rem;
    }
    .bg-ice .header-sublinebox p {
        font-size: 1.5rem;
        padding: 2rem;
    }
    .bg-ice .header-logoimage {
        padding: 0rem 2rem 0rem 0rem;
    }
    .ice-shop-box-container {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .ice-shop-box {
        margin-top: 2rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }
    .ice-shop-box p {
        margin-bottom: 0;
    }
    .ice-shop-box table {
        width: 40% !important;
    }
}
@media(max-width: 1399px) {
    .bg-ice.headersection .header-image {
        min-height: initial;
        background-position: center;
    }
    .bg-ice.headersection .header-image img {
        width: 100%;
        height: auto;
    }
    .bg-ice.headersection .header-textbox img {
        max-width: 40%;
    }
}
@media(max-width: 1199px) {

    .icesorts-body .icesorts-item {
        /*flex-direction: column;*/
    }
    .icesorts-body .icesorts-item .icesort {
       /* display: flex;
        flex-direction: row-reverse;
        z-index: 3;
        justify-content: flex-end;*/
    }
    .icesorts-body .icesorts-item .icesort span {
      /*  padding-left: 0.5rem;
        padding-right: 0.5rem;
        width: auto;*/
    }
    .icesorts-body .icesorts-item .icesort[aria-expanded="true"]:after {
        /*transform: initial;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>')*/
    }
    .icesorts-body .icesort-incredients {
        /*z-index: 4;
        padding-left: 40px;
        margin-top: 0;
        text-align: left;*/
    }
    .icesorts-body .icesort-incredients span {
        /*padding-left: 0.5rem;
        padding-right: 0.5rem;
        width: auto;*/
    }
    .icesorts-body .spoon {
        right: 0;
        max-width: 25vw;
        width: 100%;
    }
    .ice-order-container .col[data-area-id=col-0] {
        padding: 5vw 5vw 1vw 5vw;
    }
}
@media(max-width: 991px) {
    h2 {
        margin-bottom: 2rem;
    }
    .bg-ice .header-logoimage {
        padding: 0 0 2rem 0;
    }
    .bg-ice.headersection .header-textbox img {
        max-width: 30%;
    }

    .line-through p {
        font-size: 2rem;
    }
    .icesorts-bg {
        height: 60vw;
        max-height: 50vh;
    }
    .ice-shop-box-container {
        flex-direction: row;
    }
    .ice-shop-box {
        flex-direction: column;
        align-items: flex-start;
    }
    .ice-shop-box table {
        width: 100% !important;
        margin-top: 1rem;
    }
    .ice-order-container .ice-order-description-bg {
        background: none;
    }
    .ice-order-container .ice-order-description {
        top: -12.5rem;
        position: absolute;
    }
    .ice-order-container .ice-order-headline {
        right: initial;
        text-align: left !important;
    }
    .ice-order-container .ice-wheel {
        margin-right: 0 !important;
    }
    .ice-order-container .col[data-area-id=col-0] {
        padding: 4vw;
        background: linear-gradient(180deg, #EDC0CA 51%, #ffffff 0%);
    }

}
@media(max-width: 767px) {
    h1 {
        font-size: 2rem;
    }
    h2 {
        max-width: initial;
        font-size: 2rem;
    }
    .icesorts-headline h2 {
        max-width: initial;
    }
    .bg-ice .header-logoimage {
        background: linear-gradient(0deg, #fff5ed 50%, transparent 0);
        padding-bottom: 0;
    }
    .bg-ice .header-logoimage img {
        width: 30vw;
    }
    .line-through p {
        font-size: 1.6rem;
    }
    .bg-ice .header-headlinebox h1 {
        text-align: center;
        margin-bottom: 0;
        padding-bottom: 0rem;
    }
    .bg-ice .header-headlinebox h1 br {
        display: none;
    }

    .bg-ice .header-sublinebox p {
        text-align: center;
    }
    .icesorts-container {
        padding: 2rem 2rem 1rem 2rem;
    }
    .icesorts-body .icesort-incredients, .icesorts-body .icesorts-item .icesort {
        max-width: 75vw;
    }
    .ice-shop-box-container {
        flex-direction: column;
    }
    .ice-shop-box {
        flex-direction: row;
        align-items: flex-end;
        margin-top: 1rem;
    }
    .ice-shop-box table {
        width: 40% !important;
        margin-top: 1rem;
    }
    .ice-order-container .col[data-area-id=col-0] {
        padding: 2rem 1rem;
        background: linear-gradient(180deg, #EDC0CA 50%, #ffffff 0%);
    }
    .ice-order-container .ice-wheel {
        max-width: 50% !important;
    }
    .ice-order-container .ice-order-description {
        left: 1rem;
    }
    .pre-footer {
        background: #DC826D;
    }
}
@media(max-width: 575px) {

    .bg-ice .header-logoimage img {
        width: 200px;
    }
    .bg-ice .header-headlinebox h1 {
        text-align: center;
        font-size: 3rem;
    }
    .bg-ice .header-headlinebox h1 br {
        display: initial;
    }
    .bg-ice .header-sublinebox p {
        font-size: 1.35rem;
    }
    .ice-order-container .col.flex-column[data-area-id=col-0] {
        flex-direction: column-reverse !important;
        padding: 1.5rem;
    }
    .ice-order-container .col[data-area-id=col-1] {
        padding: 0 1.5rem 1.5rem 1.5rem;
    }
    .ice-order-container .ice-order-headline {
        position: relative;
        top: 0;
        margin-bottom: 0;
        margin-top: 2rem;
        text-align: center !important;
    }
    .ice-order-container .ice-wheel {
        margin-right: auto !important;
        max-width: 80% !important;
        width: 300px;
    }
    .ice-order-container .ice-order-description {
        position: relative;
        top: 0;
        left: 0;
    }
    .ice-order-container .ice-order-description p {
        font-size: 1.35rem;
        text-align: center;
    }
    .ice-order-container .ice-order-description-bg {
        background-color: white;
    }
    .bg-dark .square-image .inner img {
        width: 100%;
        height: auto;
    }
}
@media(max-width: 480px) {
    html {
        font-size: 16px;
    }
    .icesorts-body .icesorts-item .icesort {
        width: 80%
    }
    .icesorts-body .spoon {
        width: 20%;
    }
    .bg-ice.headersection .header-textbox img {
        max-width: 40%;
    }
    .ice-shop-box-container {
        flex-direction: column;
    }
    .ice-shop-box {
        flex-direction: column;
        align-items: flex-start;
    }
    .ice-shop-box table {
        width: 100% !important;
    }
    .ice-order-container .col[data-area-id=col-0] {
        padding: 1rem;
    }
    .ice-order-container .col[data-area-id=col-1] {
        padding: 0 1rem 1rem 1rem;
    }
    .ice-order-container .ice-product-stream {
        padding: 1rem;
    }
}