﻿html{
    overflow-x:hidden;
}

body {
    
    padding-bottom: 20px;
}

html, body { height: 100%}

picture {
    width: 100%;
    height: 100%;
}

/* SHAPES */
.star {
    height: 100%;
    aspect-ratio: 1;
    background: #F8CA00;
    clip-path: polygon(50% 0, calc(50%*(1 + sin(.4turn))) calc(50%*(1 - cos(.4turn))), calc(50%*(1 - sin(.2turn))) calc(50%*(1 - cos(.2turn))), calc(50%*(1 + sin(.2turn))) calc(50%*(1 - cos(.2turn))), calc(50%*(1 - sin(.4turn))) calc(50%*(1 - cos(.4turn))) );
    /* or more simple
  clip-path: polygon(50% 0,79% 90%,2% 35%,98% 35%,21% 90%); 
   */
}

.circle {
    height: 25px;
    width: 25px;
    border-radius: 50%;
}

/* LAYOUT */

@media(min-width: 360px){
    #layout-footer-DNP {
        width: 107px;
        margin: 18px 0 0 0;
    }
}

@media(min-width: 768px) {
    #layout-footer-DNP {
        width: 111px;
    }
}

/* HOME */

/* | Index*/

/* || Reviews-Partial*/

@media(min-width: 360px){
    #review-wrapper {
        padding: 2%;
        margin: 16px 7px 0 8px;
        height: 310px;
    }

    .review-box-wrapper {
        position: relative;
        background-color: white;
        width: 360px;
        height: 210px !important;
        margin: 0 10px 0 10px;
    }

    .review-link {
        position: absolute;
        left: 20px;
        bottom: 10px;
        font-size: 15px;
        line-height: 15px;
    }

    .review-box {
        padding: 10px 5px 5px 20px;
        grid-row-gap: 8px;
        column-gap: 10px;
        grid-template-columns: 10% 10% 10% 10% auto;
        grid-template-rows: 30px 13px auto;
        grid-template-areas:
            'review-pfp review-name review-name . .'
            'review-rating review-rating review-date review-date .'
            'review-text review-text review-text review-text review-text';
    }

    .pfp {
        width: 30px;
        height: 30px;
        background-color: #6f625d;
    }

    .pfp-letter-center {
        font-size: 24px !important;
        line-height: 29px !important;
    }
}

@media(min-width: 768px) {
    #review-wrapper {
        margin: 18px 0 0 0;
    }
}

/* | Ceremony*/
@media(min-width: 360px) {
    #ceremony-header-image {
        width: 100%;
        padding-top: 145%;
        background-size: cover;
        background-position: 40% 72%;
        background-image: url("../../Content/Images/CEREMONY/celebration_header_bottle.jpg");
    }

    #image-main-content {
        margin-top: -145%
    }

    .ceremony-text-block {
        padding: 3%;
        margin: 25px 0px 0px 0px;
    }

    #ceremony-personal-event-pb {
        margin: 25px 0px 0px 0px;
        align-items: center;
        padding: 15px;
        height: 85%;
    }

    #ceremony-howItWorks-sigil {
        margin: 25px 0px 0px 0px;
    }

    #ceremony-symbols-wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-template-areas:
            "ceremony-Wedding ceremony-Wedding"
            "ceremony-Birthday ceremony-Anniversary";
    }

    .ceremony-pic-row {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 240px);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        grid-template-areas:
            "a a"
            "b c";
        margin: 10px 0 10px 0;
        padding: 0 3% 0 3%;
    }

    .ceremony-pic-wrapper {
        width: 100%;
        background-size: cover;
        background-position: 40% 74%;
    }

        .ceremony-pic-wrapper:first-child {
            grid-area: a;
        }

        .ceremony-pic-wrapper:nth-child(2) {
            grid-area: b;
        }

        .ceremony-pic-wrapper:nth-child(3) {
            grid-area: c;
        }

    .ceremony-pic-row-1 > .ceremony-pic-wrapper:first-child {
        background-image: url(../../Content/Images/CEREMONY/Wedding_Celebration_Oil_new.jpg);
    }

    .ceremony-pic-row-1 > .ceremony-pic-wrapper:nth-child(2) {
        background-image: url(../../Content/Images/CEREMONY/HL_wein_indi_Julia_Tobias.jpg);
    }

    .ceremony-pic-row-1 > .ceremony-pic-wrapper:nth-child(3) {
        background-image: url(../../Content/Images/CEREMONY/hinterland_olive_trees_lane_CG_01_resized.jpg);
    }

    .ceremony-pic-row-2 > .ceremony-pic-wrapper:first-child {
        background-image: url(../../Content/Images/CEREMONY/IMG_5886.jpg);
    }

    .ceremony-pic-row-2 > .ceremony-pic-wrapper:nth-child(2) {
        background-image: url(../../Content/Images/CEREMONY/foto_Flasche_deinText_page-0001.jpg);
    }

    .ceremony-pic-row-2 > .ceremony-pic-wrapper:nth-child(3) {
        background-image: url(../../Content/Images/CEREMONY/page0-2.jpg);
    }

    .ceremony-pic-row-3 > .ceremony-pic-wrapper:first-child {
        background-image: url(../../Content/Images/CEREMONY/IMG_5886.jpg);
    }

    .ceremony-pic-row-3 > .ceremony-pic-wrapper:nth-child(2) {
        background-image: url(../../Content/Images/CEREMONY/page0_12.jpg);
    }

    .ceremony-pic-row-3 > .ceremony-pic-wrapper:nth-child(3) {
        background-image: url(../../Content/Images/CEREMONY/page0_11.jpg);
    }

    #ceremony-reasons {
        padding-left: 5%;
        float: unset;
        margin: 25px 0 0 0;
    }

    .ceremony-pb-box-row {
        grid-row-gap: 10px;
        grid-template-areas:
            "a"
            "b"
            "c"
            "d"
            "e";
    }

    .ceremony-pb-box-icon {
        width: 80px;
        margin: 15px 0 15px 0;
    }

    #ceremony-pb-1 {
        position: absolute;
        width: 255px;
        left: 5%;
        bottom: 5%;
        padding: 1.5%
    }

    #ceremony-bottom-button {
        margin: 50px 0 25px 0;
    }
}

@media(min-width: 768px) {
    #ceremony-header-image {
        width: 100%;
        background-size: cover;
        padding-top: 40%;
    }

    #image-main-content {
        margin-top: -40%
    }

    #ceremony-symbols-wrapper {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: "ceremony-Wedding ceremony-Birthday ceremony-Anniversary";
    }

    #ceremony-personal-event-pb {
        padding: 3%;
        height: 75%;
    }

    .ceremony-pic-row {
        grid-template-columns: 2fr 1fr 1fr;
        grid-column-gap: 10px;
        grid-template-rows: 300px;
        grid-template-areas: "a b c";
        padding: unset;
    }

    .ceremony-pic-wrapper {
        width: 100%;
    }

    .ceremony-text-block {
        grid-template-columns: 55% auto;
        grid-column-gap: 9%;
        grid-template-rows: auto;
        margin: unset;
        padding: 3% 3% 3% 6%;
    }

    .ceremony-pb-box-row {
        grid-column-gap: 10px;
        grid-template-areas: "a a b b c c" "d d d e e e";
        grid-template-columns: repeat(6, 1fr);
    }

    #ceremony-pb-1 {
        position: absolute;
        width: 305px;
        left: 5%;
        bottom: 5%;
        padding: 1.5%
    }

    #ceremoby-personal-event-pb {
        margin: unset;
    }

    #ceremony-howItWorks-sigil {
        margin: unset;
    }

    #ceremony-reasons {
        margin: 50px 0 0 0;
    }

    #ceremony-bottom-button{
        margin: 50px 0 35px 0;
    }
}

/* PURCHASE */

/* | ShopSelection*/

@media(min-width: 360px) {
    #shop-selector-wrapper {
        margin: 25px 0 0 0;
        grid-gap: 20px;
    }

    #shop-dnp {
        width: 64%;
        position: relative;
        top: 40px;
    }

    .shop-selector {
        padding: unset
    }

    .shop-selector-pb {
        padding: 4%;
    }

    .shop-selector-image{
        height: 300px;
    }
}

@media(min-width: 768px) {
    #shop-selector-wrapper {
        margin: unset;
        grid-gap:unset;
        gap: 100px;
        padding: 5%;
    }

    #shop-dnp {
        width: 23%;
        position: unset;
        top: unset;
    }

    shop-selector{
        padding: unset;
    }

    .shop-selector-pb {
        height: 33%;
        padding: 7%;
    }

    .shop-selector-image {
        height: 66%;
    }
}

/* || Helpers*/

@media(min-width: 360px) {

    .blog-user-image-poster-picture {
        width: 40px;
        height: 40px;
        background-image: url(/Content/Images/BLOG/hinterland_logo_rund.png);
        background-repeat: round;
        border-radius: 50%
    }

}

@media(min-width: 768px) {

}

/* || Background Images*/

.purchase-shop-selection-background-image-tree {
    background-image: url(/Content/Images/START/hinterland_Olivenbaum_Patenschaft_kiste.jpg);
    background-size: 133%;
}

.purchase-shop-selection-background-image-cart {
    background-image: url(/Content/Images/START/newArrivals_bg.jpg);
    background-size: 100%;
    background-position: 0% 96%;
}

/* || Spacing*/

.mt-0{
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

/* || Text-Flow*/

.nowrap{
    white-space: nowrap;
}

@media(min-width: 360px){
    .mobile-text-center{
        text-align: center;
    }
}

@media(min-width: 768px){
    .pc-text-center {
        text-align: center;
    }

    .mobile-text-center {
        text-align: unset;
    }
}

/* || Display modifiers*/

@media(min-width: 360px) {
    .flex {
        display: flex;
    }

    .flx {
        display: flex;
    }

    .flx-c {
        justify-content: center;
        -webkit-justify-content: center;
    }

    .flx-r {
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
    }

    .flx-l {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }

    .flx-sa {
        justify-content: space-around;
        -webkit-justify-content: space-around;
    }

    .flx-sb {
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }

    .flx-se {
        justify-content: space-evenly;
        -webkit-justify-content: space-evenly;
    }

    .flx-Center-mob {
        justify-content: center;
        -webkit-justify-content: center;
    }

    .flx-Right-mob {
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
    }

    .flx-Left-mob {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }

    .grid{
        display: grid;
    }

    .grid-mobile{
        display: grid;
    }

    .grid-center-hv{
        justify-items: center;
        align-items: center;
    }

    .grid-center-h {
        justify-items: center;
    }

    .grid-center-v {
        align-items: center;
    }

    /*redundant once /shop is deleted*/

    .mobile-flex-center {
        justify-content: center;
        -webkit-justify-content: center;
    }

    /* /redundant*/

    .desktop-display-block {
        display: none;
    }

    .desktop-display-unset {
        display: none;
    }

    .mobile-display-inline {
        display: inline;
    }

    .mobile-display-block, .mobile-visible {
        display: block;
    }

}

@media(min-width: 768px){
    .mobile-flex-center {
    }

    .grid-mobile {
        display:initial;
    }

    .flx-pc{
        display: flex;
    }

    .flx-Right-pc {
        justify-content: end;
        -webkit-justify-content: flex-end;
    }

    .flx-Left-pc {
        justify-content: start;
        -webkit-justify-content: flex-start;
    }

    .flx-Center-pc {
        justify-content: center;
        -webkit-justify-content: center;
    }

    /*redundant once /shop is deleted*/

    .pc-flex-right {
        justify-content: end;
        -webkit-justify-content: flex-end;
    }

    .pc-flex-left {
        justify-content: start;
        -webkit-justify-content: flex-start;
    }

    .pc-flex-center {
        justify-content: center;
        -webkit-justify-content: center;
    }

    /* /redundant*/

    .desktop-display-block {
        display: block;
    }

    .desktop-display-unset {
        display: unset;
    }

    .mobile-display-inline {
        display: none;
    }

    .mobile-display-block, .mobile-visible {
        display: none !important;
    }


}

/* || Typography*/

.word-break-ba{
    word-break: break-all;
}

.noLinkStyling{
    text-decoration: none !important;
}

@media (min-width: 100px) {
    .hinterland-headline-tiny, .hinterland-headline-small, .hinterland-headline-medium,
    .hinterland-headline-big, .hinterland-headline-big24, .hinterland-headline-big26,
    .hinterland-headline-big28, .hinterland-headline-huge {
        font-family: 'Tox-Typewriter';
        color: #634E42;
        opacity: 0.96;
    }

    .hinterland-headline-huge, .hinterland-headline-huge a {
        font-size: 30px;
        line-height: 30px;
    }

    .hinterland-headline-big28, .hinterland-headline-big28 a {
        font-size: 28px;
        line-height: 28px;
    }

    .hinterland-headline-big26, .hinterland-headline-big26 a {
        font-size: 26px;
        line-height: 26px;
    }

    .hinterland-headline-big24, .hinterland-headline-big24 a {
        font-size: 24px;
        line-height: 24px;
    }

    .hinterland-headline-big, .hinterland-headline-big a {
        font-size: 22px;
        line-height: 22px;
    }

    .hinterland-headline-medium {
        font-size: 20px;
        line-height: 20px;
    }

    .hinterland-headline-small {
        font-size: 17px;
        line-height: 17px;
    }

    .hinterland-headline-tiny {
        font-size: 15px;
        line-height: 15px;
    }

    .hinterland-text-noHover:hover, .hinterland-text-noHover:active, .hinterland-text-noHover:focus {
        color: #634E42;
        text-decoration: none;
        outline: none;
        border: none;
    }

    .hinterland-text-basic, .hinterland-text-bold, .hinterland-text-fineprint,
    .hinterland-text-fineprint-13 {
        font-family: 'Helvetica Neue';
        color: #6E602F;
        opacity: 0.96;
    }

    .hinterland-text-basic {
        margin: 2px 0 0 0;
        padding: 2px 0 0 0;
        font-size: 17px;
        line-height: 19px;
    }

    .hinterland-text-bold {
        font-size: 17px;
        line-height: 17px;
        font-weight: bold;
    }

    .hinterland-text-fineprint {
        font-size: 14px;
        line-height: 14px;
    }

    .hinterland-text-fineprint-13 {
        font-size: 13px;
        line-height: 13px;
    }
}

@media (min-width: 576px) {

    .hinterland-headline-huge, .hinterland-headline-huge a {
        font-size: 24px;
        line-height: 24px;
    }

    .hinterland-headline-big, .hinterland-headline-big a {
        font-size: 20px;
        line-height: 20px;
    }

    .hinterland-headline-medium {
        font-size: 16px;
        line-height: 16px;
    }

    .hinterland-headline-small {
        font-size: 13px;
        line-height: 13px;
    }

    .hinterland-headline-tiny {
        font-size: 10px;
        line-height: 10px;
    }

    .hinterland-text-basic {       
        font-size: 13px;
        line-height: 13px;
    }

    .hinterland-text-bold {
        font-size: 13px;
        line-height: 13px;
    }
}

@media (min-width: 768px) {
    .hinterland-headline-huge, .hinterland-headline-huge a {
        font-size: 28px;
        line-height: 28px;
    }

    .hinterland-headline-big, .hinterland-headline-big a {
        font-size: 20px;
        line-height: 20px;
    }

    .hinterland-headline-medium {
        font-size: 18px;
        line-height: 18px;
    }

    .hinterland-headline-small {
        font-size: 15px;
        line-height: 15px;
    }

    .hinterland-headline-tiny {
        font-size: 13px;
        line-height: 13px;
    }

    .hinterland-text-basic {
        font-size: 15px;
        line-height: 15px;
    }

    .hinterland-text-bold {
        font-size: 15px;
        line-height: 15px;
    }
}

@media(min-width: 992px){
    .hinterland-headline-huge, .hinterland-headline-huge a {
        font-size: 30px;
        line-height: 30px;
    }   

    .hinterland-headline-big, .hinterland-headline-big a {
        font-size: 22px;
        line-height: 22px;
    }

    .hinterland-headline-medium {
        font-size: 20px;
        line-height: 20px;
    }

    .hinterland-headline-small {
        font-size: 17px;
        line-height: 17px;
    }

    .hinterland-headline-tiny {
        font-size: 15px;
        line-height: 15px;
    }

    .hinterland-text-basic {
        font-size: 17px;
        line-height: 17px;
    }

    .hinterland-text-bold {
        font-size: 17px;
        line-height: 17px;
    }
}

/* || Buttons and button wrappers */

.single-button-wrapper {
    max-width: 100%;
}

.btn-wrpr {
    width: inherit;
    height: inherit;
}

.submit-button-wrapper {
    width: 186px;
    height: 50px;
}

.submit-button {
    width: 100%;
    height: 100%;
    background-image: url('/Content/GENERAL/BUTTONS/hinterland_brown_order_short.svg');
    background-size: 100% 100%;
    background-color: transparent;
    border: none;
}

.short-button-Brown {
    background-image: url('/Content/GENERAL/BUTTONS/hinterland_brown_order_short.svg');
}

.short-button-Beige {
    background-image: url('/Content/GENERAL/BUTTONS/hinterland_beige_order_short.svg');
}

.short-button-Green {
    background-image: url('/Content/GENERAL/BUTTONS/hinterland_green_short.svg');
}

.short-button-White {
    background-image: url('/Content/GENERAL/BUTTONS/hinterland_white_ivory_standard.png');
}

.short-button-WhitePurchase {
    background-image: url('/Content/GENERAL/BUTTONS/hinterland_ivory_small_purchase.png');
}

.short-button-BrownPurchase {
    background-image: url('/Content/GENERAL/BUTTONS/hinterland_brown_small_purchase.png');
}

.submit-button:active {
    filter: brightness(70%);
}

.circle-button-wrapper {
    height: 63px;
    width: 63px;
}

.circle-button-brown {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-image: url(/Content/GENERAL/BUTTONS/circle_button.png);
    background-size: 100% 100%;
    background-color: transparent;
    border: none;
}

/* || Paper-background*/

.paper-background {
    background-image: url("/Content/Images/hinterland_ripped_ivor_tile.jpg");
    background-repeat: repeat;
    background-size: 100px 300px;
}

.paper-background-olive {
    background-image: url("/Content/Images/hinterland_ripped_olive_tile.jpg");
    background-repeat: repeat;
    background-size: 90px 90px;
    color: white !important;
}

/* || Image Zoom*/

.image-zoom-2x5 {
    position: relative;
    transition: transform .2s;
}

    .image-zoom-2x5:hover {
        transform: scale(2.5);
        z-index: 1100;
    }

.image-zoom-4x {
    position: relative;
    transition: transform .2s;
}

    .image-zoom-4x:hover {
        transform: scale(4.0);
        z-index: 1100;
    }
    /* || General Styles*/
    .pb-p-nb {
        width: 100%;
        height: 100%;
        padding: 5% 5% 0% 5%;
    }

    .mw-25 {
        max-width: 25%;
    }

    .mw-50 {
        max-width: 50%;
    }

    .mw-75 {
        max-width: 75%;
    }

    .mw-100 {
        max-width: 100%;
    }
    /* || Images*/
    @media(min-width: 100px) {
        .horizon-tree-stamp {
        width: 55%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/* || cursor event*/

.pointer{
    cursor: pointer;
}

@media(min-width: 576px) {
    .horizon-tree-stamp {
        position: absolute;
        width: 42%;
        left: 30%;
        top: -30%;
        display: unset;
    }
}

@media(min-width: 768px) {
    .horizon-tree-stamp {
        width: 55%;
        top: -16%;
    }
}

@media(min-width: 992px) {
    .horizon-tree-stamp {
        width: 60%;
        top: 25%;
    }
}

/* || LAYOUT*/

/*Footer*/

@media(min-width: 360px){
    .hinterland-tree {
        width: 40%;
        background-image: url("/Content/images/hinterland_horizon_umbra.svg");
        background-size: 500px 200px;
        background-position-x: -20px;
        background-position-y: -40px;
    }

    #horizon-umbra-tree {
        height: 100%;
        position: relative;
        top: 5px;
    }

    .hinterland-line {
        width: 30%;
        background-image: url("/Content/images/horizont_line_02.svg");
        background-size: 100% 5px;
        background-repeat:repeat-x;
        background-position-y: bottom;
    }

    .hinterland-half-line {
        width: 15%;
        background-image: url("/Content/images/horizont_line_02.svg");
        background-size: 100% 5px;
        background-repeat: repeat-x;
        background-position-y: bottom;
    }

    #hinterland-footer-line {
        height: 85px;
        display: flex;
        margin-left: 20%;
    }
}

@media(min-width: 768px){
    .hinterland-tree {
        width: 30%;
        background-image: url("/Content/images/hinterland_horizon_umbra.svg");
        background-size: 500px 200px;
        background-position-x: -20px;
        background-position-y: -40px;
    }

    #hinterland-footer-line {
        margin-left: 23%;
    }
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {

        .hinterland-tree {
            margin-top: -7px !important;
        }

        
    }
}



/* Set padding to keep content from hitting the edges */

@media (min-width: 567px) {
    .body-content {
        padding-left: 15px;
        padding-right: 15px;
        min-height: 800px;
    }
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

footer{
	text-align:center
}

th.data-off {
    border-bottom: solid 1px #CCC;
    font-weight: bold;
    /*text-transform: lowercase*/
}

th.data-off td{
	padding: 5px;
	
}

tr.data-on td {
	padding: 5px;
	border-bottom: solid 1px #EEE
}

.no-margin{
    margin: 0;
}
@media (min-width: 768px) {
    .navbar {
        background-color: white;
        background-image: none !important;
    }
}
.navbar {
    background-image: url("/Content/Images/hinterland_ripped_ivor_tile.jpg");
    background-repeat: repeat;
    background-size: 100px 300px;
}

.hover{
	background-color: #EEE;
}
.center{
	text-align: center;
}

.navbar-default .navbar-toggle {
    border: 0px;
}

.navbar-toggle .icon-bar {
   
    width: 25px;
    height: 3px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background-color:inherit;
}

@media (min-width: 567px) {
    #header-logo {
        margin-top: 15px;
    }
}
#login-dp {
    min-width: 150px;
    padding: 14px 14px 0;
    background-color: rgba(255,255,255,1);
    min-height:70px;
}

    #login-dp .help-block {
        font-size: 12px
    }

    #login-dp .bottom {
        background-color: rgba(255,255,255,.8);
        border-top: 1px solid #ddd;
        clear: both;
        padding: 14px;
    }

    #login-dp .social-buttons {
        margin: 12px 0
    }

        #login-dp .social-buttons a {
            width: 49%;
        }

    #login-dp .form-group {
        margin-bottom: 10px;
    }

.btn-fb {
    color: #fff;
    background-color: #3b5998;
}

#mobile-navigation .modal-dialog {
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    height: 100%;
}

#mobile-navigation .modal-header {
    padding: 0px;
    border-bottom: 0px;
}

#mobile-navigation .modal-content {
    height: 100%;
    border-radius: 0px;
}

#mobile-navigation .modal-header, #mobile-navigation .modal-body, #mobile-navigation .modal-footer, #mobile-navigation .modal-content {
    background-color: black;
}

#mobile-navigation .modal-body {
    padding-left: 30px;
    padding-right: 30px;
}

.brand-container {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

#modal-dismiss {
    margin-right: 25px;
    margin-top: 15px;
}

.modal-body ul {
    list-style: none;
    padding: 0px;
}

.modal-body li.last {
    border-bottom: 0px;
}

.modal-body li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.modal-body li a {
    color: white;
  
}

.modal-body li a:hover {
    text-decoration: none;
}

.spacer {
    width: 200px;
    height: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    background-image: url("/Content/Images/brown-border2.svg");
    background-repeat: repeat-x;
    background-size: 110px 3px;
    display:block;
}

.spacer-s {
    margin-bottom: 15px;
    background-image: url("/Content/GENERAL/LINES/hinterland_line_S.svg");
    display:block;
}
.spacer-m {
    margin-bottom: 15px;
    background-image: url("/Content/GENERAL/LINES/hinterland_line_M.svg");
    display: block;
}
.spacer-l {
    margin-bottom: 15px;
    background-image: url("/Content/GENERAL/LINES/hinterland_line_L.svg");
    display: block;
}
.spacer-xl {
    margin-bottom: 15px;
    background-image: url("/Content/GENERAL/LINES/hinterland_line_XL.svg");
    display: block;
}
.white-spacer {
    width: 200px;
    height: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    background-image: url("/Content/Images/white-border.svg");
    background-repeat: repeat-x;
    background-size: 110px 3px;
    display: block;
}

.mobile-area-content .spacer, div.spacer, div.white-spacer {
    width: 90%;
    display: block;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5px;
}

.mobile-area {
    display: block;
}

@media (min-width: 567px) {
    .mobile-area {
        display: none;
    }
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: auto;
    -webkit-background-size: auto;
}

.mobile-area-content {
    padding-left: 25px;
    padding-right: 25px;
}

.mobile-area-content h1 {
    font-family: 'Tox-Typewriter';
    font-size: 24px;
    color: #634E42;
}


.mobile-area-content p {
    font-family: 'Helvetica Neue';
    font-size: 18px;
    color: #6E602F
}

@media (min-width: 992px) {

    html {
        overflow-x: unset;
    }      
}

.postit-text-row {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.dotted-border {
    border: 4px solid gray;
    border-image: url("/content/images/border2.svg") 4 4 4 4 repeat;
}

.dotted-border-white {
    border: 4px solid gray;
    border-image: url("/content/images/border-white.svg") 4 4 4 4 repeat;
}

.shadow {
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
}
    

.desktop-note {
    display: block;
}

.mobile-note {
    display: none;
}

.hinterland-headline-big a:hover, .hinterland-headline-medium a:hover, .hinterland-headline-small a:hover {
    color: black;
    text-decoration: none;
}

.hinterland-headline-big a, .hinterland-headline-medium a, .hinterland-headline-small a {
    color: #634E42;
}

.parallax-window {
    min-height: 300px;
    background: transparent;
}

.blurred {
    filter: blur(8px);
}

.modal-dialog{
    opacity:0.6;
}

.tile-area {
    font: 0/0 serif;
    position: relative;
}

.tile-area .tile-img {
    display: inline-block;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}


.tile-img .inner {
    display: block;
    height: 0;
}

.mandatory:after {
    content: " *";
    font-weight:normal;
    color: red;
}

.centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.paging {
    text-align: center;
    padding: 10px 0px 10px 0px;
    font: 11px Tahoma;
}

.paging span {
    display: inline;
}


.paging a {
    margin-right: 5px;
    padding: 2px 5px;
    border: solid 1px #CCCCCC;
    font: bold 12px Tahoma !important;
    color: white !important;
    text-transform: uppercase;
    background-color: #366bbb;
}


.paging a:hover {
    color: white !important;
    background-color: #F38F1D;
}

.paging .disabled {
    padding: 2px 5px;
    margin-right: 5px;
    border: solid 1px #CCCCCC;
    color: white !important;
    background-color: orange;
    font: bold 11px Tahoma !important;
}

.vertical-middle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


.hinterland-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 1000;
    overflow: auto;
}

