/*######################################################################################################*/
/*######################################################################################################*/
/*#########     TEMPLATE FOR KAFFEEGASSE 11                                                    #########*/
/*#########                                                                                    #########*/
/*#########     Author: Jens Fiedler                                                           #########*/
/*#########     Date:   02.03.2022                                                             #########*/
/*#########                                                                                    #########*/
/*######################################################################################################*/
/*######################################################################################################*/




/*-------------- MAIN ELEMENTS ----------- */

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: #2d2f2e;
    scroll-behavior: smooth;
}

p {
    margin-top: 3rem;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

* {
    box-sizing: border-box;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

.row::after {
    content: "";
    clear: both;
    display: table;
}

.text-deco-none {
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

[class*="col-"] {
    float: left;
    padding: 0.5rem;
    height: 100%;
}

.col-s-2 {
    width: 6rem;
    float: left;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

h1 {
    margin-top: 1rem;
    font-family: 'Rajdhani';
    font-weight: 700;
    font-size: 1rem;
    color: black;
    background-color: white;
    padding: 1em 2em 1em 1em;
}

/*------------- TOGGLE -------------- */
.cookie_toogle {
    font-family: 'Rajdhani';
    font-weight: 300;
    font-size: 1.0em;
    line-height: 1rem;
    margin-top: 0.6em;
}

.toggle_container {
    width: 10em;
    float: right;
    padding: 0.5em;
    height: auto;
    width: auto;
    text-align: center;
    cursor: pointer;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #879691;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #eeb159;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #eeb159;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

/*------------- FONTS --------------- */

.main-font {
    font-family: 'Rajdhani';
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #eeb159;
}

.std-font {
    font-family: 'Rajdhani';
}

.std-font-headline {
    font-family: 'Rajdhani';
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 4rem;
}

.large-font-headline {
    font-family: 'Rajdhani';
    font-weight: 500;
    font-size: 5rem;
    line-height: 2rem;
    letter-spacing: 1rem;
}

.std-font-content {
    font-family: 'Rajdhani';
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem;
}

.std-font-bold {
    font-family: 'Rajdhani';
    font-weight: 700;
}

.std-font-medium {
    font-family: 'Rajdhani';
    font-weight: 500;
}

.std-font-light {
    font-family: 'Rajdhani';
    font-weight: 300;
}

.hand-written {
    font-family: 'Playfair Display';
    font-size: 1.2rem;
    line-height: 3rem;
    font-weight: 300;
    color: #eeb159;
}

.std-hand-written {
    font-family: 'Playfair Display';
    font-style: italic;
}

/*-------------- GRID --------------- */

  .grid-item {
    color: white;
}

.grid-item-row-content {
    height: auto;
}

.grid-item-column-side {
    width: 0;
}

.grid-item-column-content {
    width: 100%;
}

.side_white {
    background: #ffffff;
}

.parallax_overlay {
    position: relative;
    z-index: 5;
}

.content {
    position: relative;
    width: 100%;
    margin: auto;
    background: transparent;
    padding-left: 1rem;
    padding-right: 1rem;
}

.content-map {
    padding-top: 30vh;
}

.sitewrapper {
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    z-index: 1;
    position: relative;
    opacity: 1;
}

.sitewrapper_map {
    height: 100vh;
    z-index: 7;
}

.sitewrapper_map_1 {
    height: 1871px;
    z-index: 7;
}

.sitewrapper_activity {
    z-index: 15;
    background-color: #2d2f2e;
    top: -10rem;
}

.sitewrapper_flex {
    height: auto;
}

.sitewrapper_imprint {
    height: 0;
    opacity: 0;
}

.sitewrapper-order {
    height: 2000px;
}

.sitewrapper-house {
    height: 1400px;
    z-index: 9;
}

.grid-container {
    display: grid;
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: auto auto auto;
}

.grid-container-p1 {
    min-height: 105vh;
}

/*-------------- SIMPLE ANIMATIONS ------------*/

@keyframes animate_scroll {
    0% {
        transform: translateY(0)
    }
    20% {
        transform: translateY(-0.6em)
    }
    40% {
        transform: translateY(-0.4em)
    }
    60% {
        transform: translateY(-0.6em)
    }
    80% {
        transform: translateY(-0.4em)
    }
    90% {
        transform: translateY(0)
    }
}

@keyframes animate_house_next {
    0% {
        transform: translateX(0)
    }
    20% {
        transform: translateX(-0.6em)
    }
    40% {
        transform: translateX(-0.4em)
    }
    60% {
        transform: translateX(-0.6em)
    }
    80% {
        transform: translateX(-0.4em)
    }
    90% {
        transform: translateX(0)
    }
}

@keyframes animate_click_next {
    0% {
        transform: scale(1)
    }
    20% {
        transform: scale(0.8)
    }
    40% {
        transform: scale(0.9)
    }
    60% {
        transform: scale(0.8)
    }
    80% {
        transform: scale(0.9)
    }
    90% {
        transform: scale(1)
    }
}

/*-------------- PARALAX --------------- */

.scene_item {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100vh;
    opacity: 1;
    transition: opacity 0.1s, margin-left 0.5s, margin-top 0.5s, top 0.5s;
}

.layer-map,
.layer-image{
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.layer-forrest {
    width: 100%;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    bottom: 0;
    height: 800px;
}

.forrest-parallax {
    height: 400px; 
    width: 100%;
}

.map-1 {
    background-image: url('../images/background_small/map_1_800.png');
    z-index: 3;
    height: 1400px;
}

.map-2 {
    background-image: url('../images/background_small/map_2_800.png');
    top: 20rem;
    height: 1200px;
    z-index: 4;
}

.map-3 {
    background-image: url('../images/background_small/map_3_800.png');
    height: 1000px;
    z-index: 5;
}

.map-4 {
    background-image: url('../images/background_small/map_4_800.png');
    z-index: 6;
    height: 1400px;
}

.map-5 {
    background-image: url('../images/background_small/map_5_800.png');
    z-index: 7;
    height: 1400px;
}

.image-3 {
    background-image: url('../images/background_images/background_image_3_3440.jpg');
    height: 150vh;
    z-index: 5;
    transition: background-image 2s;
}

.image-5 {
    background-image: url('../images/background/Forrest_seperator.gif');
    height: 350px;
    z-index: 8;
    bottom: 0;
}

.forrest-1 {
    background-image: url('../images/background/Background_image_forrest_11.png');
    z-index: 1;
}

.forrest-2 {
    background-image: url('../images/background/Background_image_forrest_10.png');
    z-index: 2;
}

.forrest-3 {
    background-image: url('../images/background/Background_image_forrest_9.png');
    z-index: 3;
}

.forrest-4 {
    background-image: url('../images/background/Background_image_forrest_8.png');
    z-index: 4;
}

.forrest-5 {
    background-image: url('../images/background/Background_image_forrest_7.png');
    z-index: 5;
}

.forrest-6 {
    background-image: url('../images/background/Background_image_forrest_6.png');
    z-index: 6;
}

.forrest-7 {
    background-image: url('../images/background/Background_image_forrest_5.png');
    z-index: 7;
}

.forrest-8 {
    background-image: url('../images/background/Background_image_forrest_4.png');
    z-index: 8;
}

.forrest-9 {
    background-image: url('../images/background/Background_image_forrest_3.png');
    z-index: 9;
}

.forrest-10 {
    background-image: url('../images/background/Background_image_forrest_2.png');
    z-index: 10;
}

.forrest-11 {
    background-image: url('../images/background/Background_image_forrest_1.png');
    z-index: 11;
}

/*-------------- PAGES --------------- */

.page {
   position: relative;
   width: 100%;
   height: auto;
   float: left;
    margin: 0;
    padding: 0;
}

.page-1 {
    height: 800px;
    background-image: url('../images/background_images/background_image_1_3440.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.page-2 {
    height: 1400px;
}

.page-1::after {
    content: '';
    position: absolute;
    left: 0; top: 80%;
    width: 100%; height: 20%;
    background: linear-gradient(rgba(0, 0, 0, 0.0),rgba(45, 47, 46, 1));
}

.page-3 {
    height: 100vh;
    z-index: 1;
}

.page-3-2 {
    height: auto;
    background-color: white;
}

.page-4 {
    height: auto;
    z-index: 2;
}

.page-5 {
    background-color: #879691;
    height: auto;
}

.page-6 {
    height: auto;
}

.imprint {
    position: fixed;
    display: flex;
    width: 100vw;
    height: 0;
    left: 0px;
    top: 0px;
    z-index: 99;
    background: white;
    transition: 1s;
    justify-content: center;
    padding-left: 1rem;
    
}

.imprint-p {
    max-width: 1200px;
    color: #2d2f2e;
    opacity: 0;
    transform: translateX(-8rem);
    transition: 1s;
    height: 90%;
    width: 100%;
    padding-right: 2rem;
    margin-top: 5rem;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
}

.imprint-img {
    opacity: 0;
    transform: translateX(-8rem);
    transition: 1s;
    height: 70vh;
    width: 100%;
    padding-right: 2rem;
    margin-bottom: 1rem;
    overflow-y: hidden;
    overflow-x: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: unset;
}

.imprint-content {
    opacity: 0;
    transition: 0.5s;
}

.gallerie-text-container {
    color: #2d2f2e;
    width: 100%;
    height: 5vh;
    text-align: center;
}

.gallerie-btn-container {
    height: 5vh; 
    width: 100%;
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.gallerie-btn {
    cursor: pointer;
    height: 50px; 
    width: 50px; 
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    float:left;
    transition: 0.5s;
}

.gallerie-btn-right {
    background-image: url('../images/symbols/gallerie-right.png'); 
}

.gallerie-btn-right:hover {
    background-image: url('../images/symbols/gallerie-right-hover.png'); 
}

.gallerie-btn-left {
    background-image: url('../images/symbols/gallerie-left.png'); 
    margin-right: 3rem;
}

.gallerie-btn-left:hover {
    background-image: url('../images/symbols/gallerie-left-hover.png'); 
}

.cookie-bg {
    position: fixed;
    z-index: 98;
    width: 100vw;
    height: 100vh;
    background-color: #2d2f2e;
    opacity: 0.9;
    transition: 0.5s;
}

.cookie-flex {
    display: flex;
    padding: 1em;
    row-gap :0.5em;
    column-gap :0.5em;
    align-items : stretch;
    justify-content : center;
    flex-direction: row;
}

.cookie {
    position: fixed;
    display: flex;
    flex-wrap : wrap;
    width: 100vw;
    height: auto;
    min-height: 12rem;
    left: 0px;
    bottom: 0px;
    z-index: 99;
    background: white;
    opacity: 0;
    transform: translateY(10rem);
    transition: 1s;
    justify-content: center;
    align-items: center;
    box-shadow: 6px 6px 20px #575958;
}

.cookie-p {
    align-items: center;
    max-width: 1200px;
    color: #2d2f2e;
    transition: 1s;
    height: 100%;
    width: 100%;
    padding: 1em;
    text-align: left;
    float: left;
}

.cookie-btn {
    float: right;
    color: white;
    background-color: #2d2f2e;
    border-radius: 0.2rem;
    height: auto;
    width: auto;
    text-align: center;
    padding: 1rem;
    cursor: pointer;
    transition: 0.5s;
}

.cookie-btn:hover {
    background-color: #eeb159;
    color: #2d2f2e;
}

/*-------------- MAIN MENU --------------- */

.main_menu {
    position: fixed;
    width: 100%;
    height: 0;
    left: 0px;
    top: 0px;
    z-index: 100;
    overflow: hidden;
    background: transparent;
}

.main_menu_mobile {
    position: fixed;
    width: 100%;
    height: 0;
    left: 0px;
    top: 0px;
    z-index: 100;
    overflow: hidden;
    background: #2d2f2e;
    transition: height 0.5s;
}

.menu_mobile_spacer {
    height: 4rem;
}

.menu_entry {
    width: auto;
    height: 50px;
    margin-right: 40px;
    padding-top: 0.8rem;
    border-bottom: 0px solid white;
    text-align: center;
    float: right;
    transition: margin-right 0.5s;
    color: white;
    font-size: 1.1rem;
    transition: 0.5s;
}

#menu_background
{
    width: 100vw;
    background-color: #2d2f2e;
}

.menu_entry_mobile{
    width: 100%;
    height: 50px;
    padding-top: 0.8rem;
    border-bottom: 0px solid white;
    text-align: left;
    transition: margin-right 0.5s;
    color: black;
    font-size: 1.1rem;
    border-bottom: 1px solid #575958;
    margin-right: 2rem;
    margin-left: 1rem;
}

.menu_entry_mobile_headline {
    border-bottom: 0px solid white;
    padding-top: 0.9rem;
    font-size: 1.4rem;
    background-image: url('../images/symbols/menu.png');
    background-position: left center;
    background-repeat: no-repeat;
}

.menu_entry:hover {
    cursor: pointer;
    border-bottom: 1px solid white;
}

.menu_bg {
    position: absolute;
    right: 0;
    top: 0;
    background: #2d2f2e;
    height: 51px;
    width: 0;
    transition: 0.2s;
    z-index: -5;
}

#menu_entry_activity,
#menu_entry_activity_mobile {
    margin-right: 5px;
}

#menu_entry_logo {
    height: 50px;
    width: 141px;
    margin-top: 12px;
    padding-bottom: 3rem;
    background-image: url('../images/logo_small.png');
    background-repeat: no-repeat;
    opacity: 1;
    transition: 0.5s;
    float: right;
}

.menu_entry_flag {
    width: 30px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
}

.menu_entry_english {
    margin-right: 5rem;
}

.menu-right {
    float: left;
    transition: 0.5s;
}

.menu-left {
    float: right;
}

/*-------------- CONTENT --------------- */

.page-1-content {
    margin-top: 10rem;
}

.float-child {
    width: 70%;
    float: left;
}

.float-child-bottom {
    width: 100%;
    height:auto;
    float: left;
    margin-top: 2rem;
}

/*-------------- PAGE 1 -----------------*/
.main-logo {
    width: 100%;
    height: 8rem;
    margin-top: 5rem;
    background-image: url('../images/logo_large_black.png');
    background-repeat: no-repeat;
    background-color: white;
    padding-left: 10px;
    background-position: top 16px left 16px;
    background-size: 11rem;
}

.main-text {
    margin-top: 1rem;
    width: 100%;
    height:100%;
    color: black;
    background-color: white;
    padding: 0.5em 1em 0.5em 1em;
}

#scroll_animation {
    position: relative;
    width: 10rem;
    height: 6rem;
    font-size: 1rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    transition: margin-top 0.4s, opacity 0.4s;
}

.animate_scroll_svg {
    animation: animate_scroll 2s ease-in infinite;
}

.image-container-top {
    height:35%;
}

.image-container-bottom {
    height:65%;
}

.image-circle {
    border: 1px solid #eeb159;
    border-radius: 200px;
    margin-left: 4.2rem;
    top: -19rem;
    width: 300px;
    height: 300px;
    position: relative;
    z-index: 5;
}

.image-house {
    background-image: url('../images/house/main_page.png');
    background-size: contain;
    margin-left: 4.5rem;
    margin-top: 2rem;
    opacity: 0.8;
    left: 0;
    width: 350px;
    height: 350px;
    position: relative;
    z-index: 4;
}

/*-------------- PAGE 2 -----------------*/
.layer-map-item-overlay {
    position: absolute;
}

.map-marker-container {
    height: 8rem;
    width: 20rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: 0.5s;
}

.map-marker-icon-container {
    height: 50px;
    width: 50px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: 0.5s;
}

.map-altnau-container {
    margin-left: 17rem;
    margin-top: 7.5rem;
    height: 10rem;
    background-image: url('../images/map/altnau.png');
}

.map-konstanz-container{
    margin-left: 17rem;
    margin-top: -3.2rem;
    background-image: url('../images/map/konstanz.png');
}

.map-bregenz-container{
    margin-left: 52rem;
    margin-top: 16rem;
    background-image: url('../images/map/bregenz.png');
}

.map-stgallen-container{
    margin-left: 30rem;
    margin-top: 18rem;
    background-image: url('../images/map/stgallen.png');
}

.map-zurich-container{
    margin-left: -9rem;
    margin-top: 18rem;
    background-image: url('../images/map/zurich.png');
}

.map-appenzell-container{
    margin-left: 38rem;
    margin-top: 24rem;
    background-image: url('../images/map/appenzell.png');
}

.map-meersburg-container{
    margin-left: 30rem;
    margin-top: -3rem;
    background-image: url('../images/map/meersburg.png');
}

.map-city-img{
    background-image: url('../images/map/city.png');
}

.map-zoo-img{
    background-image: url('../images/map/zoo.png');
}

.map-pump-img{
    background-image: url('../images/map/pump.png');
}

.map-seeburg-img{
    background-image: url('../images/map/seeburgpark.png');
}

.map-conny-img{
    background-image: url('../images/map/conny.png');
}

.map-rheinfall-img{
    background-image: url('../images/map/rheinfall.png');
}

.map-hoernli-img{
    background-image: url('../images/map/swimm.png');
}

.map-img {
    height: 50px;
    width: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}

.map-altnau-container:hover {
    transform: scale(1.2);
}

.surrounding-text-container {
    height: 10%;
    width: 100%;
    margin-top: 30%;
    float: right;
}

.surrounding-link-container {
    height: 10%;
    width: 100%;
    margin-top: 20%;
    float: right;
}

.map-links-table {
    display: inline-table; 
    width: 100%; 
    height: auto; 
    margin-left: 1em; 
    margin-right: 1em; 
}

.map-links-table-row {
    display: table-row;
} 

.map-links-table-cell-1 {
    display: table-cell; 
    width: 10%; 
    height: 50px; 
    float: left;
} 

.map-links-table-cell-2 {
    width: 90%; 
    padding-left: 20px;
    padding-top: 4px;
    color: white;
} 

.map-links-table-cell-2:hover {
    color: #eeb159;
}

.map-text-container {
    float: left;
    margin-top: 75vh;
}

.map-link-container {
    float: left;
    margin-top: 0vh;
    display: none;
}

.surrounding-text-headline {
    color: #2d2f2e;
    background-color: white;
    padding-left: 2rem;
}
.surrounding-text-body {
    color: #2d2f2e;
    background-color: white;
    margin-top: 2rem;
    padding: 2rem;
}

.text-surrounding-1 {
    color: white;
    font-size: 12rem;
    height: 125vh;
    text-align: left;
    line-height: 10rem;
    top: 20rem;
    opacity: 0.3;
    z-index: 6;
    transform: translateX(50%);
}

.design-grid {
    row-gap: 3rem;
}

.design-text-content {
    color: #2d2f2e;
}

.design-picture-portrait {
    max-width: 90vw;
    aspect-ratio: auto 450 / 800;
    max-height: 800px;
    height: auto;
} 

.design-picture-landscape {
    max-width: 90vw;
    aspect-ratio: auto 600 / 450;
    height: auto;
} 

.design-grid-entry {
    display: flex;
    align-items: center;
    float: left;
    height: 100%;
    max-height: 800px;
}

.design-text {
    float: left;
    width: 100%;
}

.design-text-headline {
    color: #eeb159;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.4rem;
    margin-bottom: 1.2rem;
}

#design_content_headline_1,
#design_content_headline_3,
#surrounding_headline,
#house-text-1,
#order_prices_sub_headline_1,
#order_prices_sub_headline_2,
#order_prices_sub_headline_3,
#activity_headline,
#activity_content_headline_1,
#activity_content_headline_3,
#activity_content_headline_5,
#main_logo,
#map_text_altnau,
#map_text_konstanz,
#map_text_zurich,
h1 {
    opacity: 0;
    transform: translateX(-10rem);
    transition: 1.3s;
}

#design_content_1,
#design_content_3,
#design_content_picture_2,
#design_content_picture_4,
#surrounding_content,
#surrounding_link_content,
#house-text-3,
#order_prices_sub_content_1,
#order_prices_sub_content_2,
#order_prices_sub_content_3,
#order_prices_sub_content_4,
#order_prices_sub_content_5,
#order_prices_sub_content_6,
#order_prices_sub_content_7,
#order_prices_sub_content_8,
#order_prices_9,
#order_prices_10,
#activity_sub_headline,
#activity_distance_headline_1,
#activity_distance_1,
#activity_content_1,
#activity_distance_headline_3,
#activity_distance_3,
#activity_content_3,
#activity_distance_headline_5,
#activity_distance_5,
#activity_content_5,
#main_text_1,
#main_text_2,
#map_text_meersburg,
#map_text_zoo,
#map_text_rheinfall,
#map_text_hoernli {
    opacity: 0;
    transform: translateX(-8rem);
    transition: 1s;
}

#surrounding_headline_2,
#design_content_headline_2,
#design_content_headline_4,
#activity_content_headline_2,
#activity_content_headline_4,
#activity_content_headline_6,
#map_text_appenzell {
    opacity: 0;
    transform: translateX(10rem);
    transition: 1.3s;
}

#design_content_picture_1,
#design_content_picture_3,
#design_content_2,
#design_content_4,
#surrounding_content_2,
#activity_distance_headline_2,
#activity_distance_2,
#activity_distance_headline_4,
#activity_distance_4,
#activity_distance_headline_6,
#activity_distance_6,
#activity_content_2,
#activity_content_4,
#activity_content_6,
#activity_content_7,
#activity_content_8,
#activity_content_9,
#map_text_friedrichshafen,
#map_text_bregenz,
#map_text_stgallen,
#map_text_pump,
#map_text_conny,
#map_text_seeburg,
#oder_button,
#order-alternative-1,
#order-alternative-2,
#calender,
#oder_legend {
    opacity: 0;
    transform: translateX(8rem);
    transition: 1s;
}

#house-facts-icon-1,
#house-facts-icon-2,
#house-facts-icon-3,
#house-facts-icon-4,
#house-facts-icon-5,
#house-facts-icon-6,
#house-facts-icon-7,
#house-facts-icon-8,
#house-facts-icon-9,
#house-facts-icon-10,
#house-facts-icon-11,
#house-facts-icon-12,
#house-facts-desc-1,
#house-facts-desc-2,
#house-facts-desc-3,
#house-facts-desc-4,
#house-facts-desc-5,
#house-facts-desc-6,
#house-facts-desc-7,
#house-facts-desc-8,
#house-facts-desc-9,
#house-facts-desc-10,
#house-facts-desc-11,
#house-facts-desc-12,
#order_year,
#activity_icon_1,
#activity_icon_2,
#activity_icon_3,
#activity_icon_4,
#activity_icon_5,
#activity_icon_6 {
    opacity: 0;
    transform: translateY(5rem);
    transition: 1s;
}

#main_text_1
{
    margin-top: 1em;
}

.house-icons {
    float: left;
    height: auto;
}

.map-icon-location {
    transition: 0.5s;
}

.map-icon-location:hover {
    transform: translateY(-10px);
}

.design-picture-1 {
    background-image: url('../images/house/design_1.jpg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.design-picture-2 {
    background-image: url('../images/house/design_2.jpg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.design-picture-3 {
    background-image: url('../images/house/design_3.jpg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.design-picture-4 {
    background-image: url('../images/house/design_4.jpg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.line-container {
    width: 100%; 
    height: 2rem; 
    margin-top: 0;  
    display: flex;
    justify-content: center;
    align-items: center;
}

.line-container-2 {
    justify-content: left;
    margin-top: 5rem;
}

.line {
    width: 25%; 
    border-top: 1px solid #879691;
}

.line-white {
    width: 50%; 
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/*-------------- PAGE 4 -----------------*/

.touch_image {
    position: relative; 
    height: 60px; 
    width: 60px; 
    background-image: url('../images/symbols/touch.png'); 
    float:left; 
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    animation: animate_click_next 2s ease-in infinite;
}

.touch_text {
    position: relative; 
    height:60px; 
    width: 300px; 
    font-size: 1.2em;
    color:#eeb159; 
    float: left; 
    margin-left: 1em;
    padding-top: 0.9em;
}

.touch_container {
    height: 60px; 
    width: 100%;
    background-color: rgba(45,47,46, 0.4);
    transition: 0.5s;
}

.house-headline-container {
    margin-top: 4rem;
    margin-bottom: 2rem;
    height: auto;
}

.house-text-container {
    width: 100%;
    margin-left: 0;
    margin-top: 3rem;
    float: left;
}

.house-text-headline {
    color: white;
    font-size: 4rem;
    font-weight: 100;
}

.house-text-body {
    color: white;
    float: left;
    width: 100%;
    margin-bottom: 5rem;
}

.house-image-container {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 40vh;
    border-top: 0.4rem solid white;
    border-bottom: 0.4rem solid white;
    background:#879691;
}

.house-image {
    height: 100%;
    float:left;
    transition: 0.5s;
}

.house-image-1 {
    background-image: url("../images/house/kitchen_1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    border-right: 0 solid white;
    width: 0;
}

.house-image-2 {
    cursor: pointer;
    background-image: url("../images/house/bedroom_1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: 100%;
}

.house-image-2:hover {
    opacity: 0.6;
}

.house-image-3 {
    background-image: url("../images/house/bath_1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    border-right: 0 solid white;
    border-left: 0 solid white;
    width: 0;
}

.house-image-4 {
    background-image: url("../images/house/living_1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    width: 0;
}

.house-preview-container {
    display: flex;
    justify-content: center;
    width: 100%;
    transition: 2s;
}

.house-button-container {
    float: left;
    margin-left: 4rem;
    margin-top: 0;
}

.house-fact {
    color: #eeb159;
}

.house-text-facts {
    margin-bottom: 2rem;
    height: auto;
    width: 100%;
}

.house-text-facts-static {
    margin-top: 4rem;
}

.house-facts-container {
    width: auto; 
    float: left; 
    height: auto;
    text-align: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.house-facts-description {
    font-family: "Rajdhani";
    color: white;
    font-size: 1rem;
    font-weight: 700;
    border-left: 1px solid white;
    padding-left: 0.5rem;
}

.house-facts-description-count {
    font-size: 1rem;
    font-weight: 700;
    color: white;
    background-color: white;
    width:auto;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

.house-facts-icon {
    background-repeat: no-repeat; 
    background-size: contain; 
    background-position: center;
    height: 80px; 
    width: 80px;
    margin-bottom: 0.5rem;
}

.house-facts-additional {
    color: white;
    margin-right: 2rem;
    font-size: 1em;
    font-weight: 600;
}

.house-facts-icon-1 {
    background-image: url('../images/icons/bed_large.png'); 
}

.house-facts-icon-2 {
    background-image: url('../images/icons/bed_small.png'); 
}

.house-facts-icon-3 {
    background-image: url(''); 
}

.house-facts-icon-4 {
    background-image: url(''); 
}

.house-facts-icon-5 {
    background-image: url(''); 
}

.house-facts-icon-6 {
    background-image: url('../images/icons/wifi.png'); 
}

.house-facts-icon-7 {
    background-image: url('../images/icons/washing.png'); 
}

.house-facts-icon-8 {
    background-image: url('../images/icons/parkinglot.png'); 
}

.house-facts-icon-9 {
    background-image: url('../images/icons/playground.png'); 
}

.house-facts-icon-10 {
    background-image: url('../images/icons/babybed.png'); 
}

.house-facts-icon-11 {
    background-image: url('../images/icons/chair.png'); 
}

.house-facts-icon-12 {
    background-image: url('../images/icons/cart.png'); 
}

.house-text-trans {
    transition: 0.8s;
}

.btn_house_next {
    cursor: pointer;
    position: absolute;
    height: 30px;
    width: 100px;
    background-image: url("../images/house/Arrow_wide.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    animation: animate_house_next 2s ease-in infinite;
    opacity: 1;
    transition: 0.5s;
}

.btn_house_next_hover {
    position: absolute;
    height: 4rem;
    width: 4rem;
    /*background-image: url("../images/house/Arrow_hover.png");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    animation: animate_house_next 2s ease-in infinite;
    opacity: 0;
    transition: 0.5s;
}

.house-image-detail-container {
    display: flex;
    height: 10vh; 
    width: 100%; 
    margin-bottom: 2.5rem;
    margin-top: 3.5rem;
    justify-content: right;
}

.house-image-detail-preview{
    cursor: pointer;
    height: 2.5rem; 
    width: 2.5rem; 
    float: left; 
    margin-right: 2rem; 
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    border: 0.2rem solid white;
    border-radius: 0.6rem;
    transition: 0.5s;
}

.house-image-detail-preview:hover{
    transform: scale(1.2);
}

.house-image-detail-1 {
    background-image: url("../images/house/bedroom_2.jpg");
}

.house-image-detail-2 {
    background-image: url("../images/house/bedroom_3.jpg");
}

.house-image-detail-3 {
    background-image: url("../images/house/bedroom_4.jpg");
}

#house-text-4{
    min-height: 20rem;
}

/*-------------- PAGE 5     --------------- */

.order-container-left {
    height: 100%;
    float: left;
}

.order-container-right {
    height: 100%;
    float: left;
}

.order-container-main {
    padding-top: 8rem;
}

.order-text-container {
    height: 100%;
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
    color: white;
}

.order-headline {
    font-size: 10rem;
    color: #2d2f2e;
}

.order-price {
    font-size: 1.2rem;
    margin-top: 0rem;
    color: white;
}

.order-price-l1 {
    margin-top: 4rem;
    margin-bottom: 1rem;
    color: #eeb159;
}

.order-price-l2 {
    margin-top: 0.4rem;
    color: white;
    line-height: 1.2rem;
}

.order-price-l3,
.order-price-l4 {
    margin-top: 2rem;
    color: white;
}

.order-price-headline {
    width: 50%;
    float: left;
}

.order-data{
    margin-top: 5rem;
}

.order-data-desc {
    width: 8rem;
}

.order-legend-text {
    float: left;
    margin-right: 4rem;
}

.order-legend-container {
    margin-top: 2rem;
}

.order-legend {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 0.3rem;
    float: left;
    margin-right: 1rem;
}

.order-legend-reservated {
    background-color: #eeb159;
}

.order-legend-today {
    background-color: #a7b2ae;
    border: 1px solid #eeb159;
}

.flex-grid {
    display: grid;
    column-gap: 4rem;
    row-gap: 3rem;
    width: 100%;
    grid-template-columns: 100%;
}

.order-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    cursor: pointer;
    height: 6rem;
    max-width: 30rem;
    background-color: #eeb159;
    border-radius: 1rem;
    border: 0px solid white;
    color:#2d2f2e;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.4rem;
    transition: 0.5s;
}

.order-button:hover {
    background-color: #a7b2ae;
}

/*-------------- CALENDER ---------------- */

.wrapper {
    width: 100%;
    padding-top: 3rem;
}

.calender_header {
    height: 4rem;
    text-align: left;
}

.contact_left {
    max-width: 30rem;
}

.calendar_body .col-xs-1 {
    width: 2.4rem;
    height: 2.4rem;
    text-align: center;
    margin-right: 0.5rem;
    display: flex;
    justify-content: center;
    border: 1px solid transparent;
    padding-top: -0.3rem;
    border-radius: 0.65rem;
    transition: 0.5s;
}

.calendar_body .col-xs-0,
.calendar_body .col-xs-2 {
    width: 2.4rem;
    height: 2.4rem;
    text-align: center;
    margin-right: 0.5rem;
    display: flex;
    justify-content: center;
    transition: 0.5s;
}

.calender_header p {
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #eeb159;
    margin-left: 0.3rem;
}

.inactive {
    color: #777;
}

.weekdays {
    border-bottom: 1px solid #eeb159;
    font-size: 1rem;
    text-align: left;
    margin-bottom: 1rem;
}

.dates {
    text-align: left;
    padding-top: 0.5rem;
}

.calendar_body .today {
    width: 2.4rem;
    height: 2.4rem;
    padding: 0.5rem;
    text-align: center;
    margin-right: 0.5rem;
    display: flex;
    justify-content: center;
    border: 1px solid #f8cc8c;
    border-radius: 0.65rem;
    background: #a7b2ae;
    float: left;
}

.current_date {
    text-transform: uppercase;
    text-align: left;
    font-size: 1.0rem;
    color: white;
    margin-left: 0.3rem;
    margin-top: 1.5rem;
    padding-top: 1.2rem;
    border-top: 1px solid #eeb159;
}

.calendar_body p {
    color: white;
    font-size: 1rem;
    line-height: 0.5rem;
}

.calendar_body .row .col-xs-1:hover {
    cursor: pointer;
    border: 1px solid white;
    border-radius: 1.5rem;
    background: #2d2f2e;
}

.active_date {
    cursor: pointer;
    border: 1px solid #2d2f2e;
    border-radius: 1.5rem;
    background: #eeb159;
}

.blocked_date {
    cursor: pointer;
    background: #eeb159;
}

.calender_button {
    height: 2.5rem;
    width: 2.5rem;
    border: 1px solid white;
    border-radius: 3rem;
}

.calender_button_left:hover {
    cursor: pointer;
    background-image: url('../images/symbols/left_hover.png');
}

.calender_button_right:hover {
    cursor: pointer;
    background-image: url('../images/symbols/right_hover.png');
}

.calender_button_left {
    background-image: url('../images/symbols/left.png');
    transition: 0.5s;
}

.calender_button_right {
    background-image: url('../images/symbols/right.png');
    transition: 0.5s;
}

.calender_button_container {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.calender_current_month {
    width: 12.5rem;
    padding-top: 0.5rem;
}

.calender-month {
    margin-top: 0;
}

.scroll_sub_content{
    margin-top: 3rem;
}

/*-------------- PAGE 6 ------------------*/

.activity-content {
    padding-top: 4rem;
}

.activity-headline {
    color: #eeb159;
    font-size: 3rem;
}

.activity-sub-headline {
    color: white;
    font-size: 1.2rem;
    margin-top: 1.5rem;
    letter-spacing: 0.4rem;
}

.activity-text-headline {
    color: #eeb159;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 0.4rem;
}

.activity-grid {
    display: grid;
    column-gap: 1rem;
    row-gap: 1rem;
    width: 100%;
    grid-template-columns: 100%;
    padding-top: 4rem;
    padding-bottom: 3rem;
}

.bottom-grid {
    padding-bottom: 0rem;
}

.activity-grid-entry {
    float: left;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.activity-icon {
    width: 20%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    float: left;
}

.activity-icon-1 {
    background-image: url('../images/icons/bicycle.png');
}

.activity-icon-2 {
    background-image: url('../images/icons/mountains.png');
}

.activity-icon-3 {
    background-image: url('../images/icons/boat.png');
}

.activity-icon-4 {
    background-image: url('../images/icons/restaurants.png');
}

.activity-icon-5 {
    background-image: url('../images/icons/beach.png');
}

.activity-icon-6 {
    background-image: url('../images/icons/city.png');
}

.activity-text {
    width: 80%;
    height: 100%;
    float: left;
    padding-left: 2rem;
    padding-right: 2rem;
}

.activity-text-description {
    margin-top: 2rem;
    margin-bottom: 0.2rem;
}

.activity-text-description-1 {
    color: white;
    width: 100%;
    font-weight: 700;
}

.activity-text-description-2{
    color: white;
}

.activity-text-description-1:hover {
    color: #eeb159;
}

.activity-text-content {
    cursor: pointer;
    color: white;
}

.activity-text-content:hover {
    color: #eeb159;
}

/*------------- FOOTER ----------------*/

.footer {
    width:100%;
    border-top: 1px solid #575958;
    height: 20vh;
    padding-top: 5rem;
    padding-bottom: 5rem;
    top: 0rem;
}

.navigation-headline,
.address-headline {
    width: 100%
}

.navigation-entry {
    cursor: pointer;
    width: 100%;
    border-bottom: 1px solid #575958;
    line-height: 2rem;
    font-size: 1rem;
    transition: 0.5s;
}

.navigation-entry:hover {
    color:#eeb159;
    border-bottom: 1px solid #eeb159;
}

.address-entry {
    font-size: 1rem;
    width: 100%;
    margin-top: 2rem;
}

.imp-l,
.imp-m,
.imp-r {
    height: 100%;
    width: 100%;
    padding-right: 4rem;
    padding-bottom: 3rem;
}

.logo-footer {
    width: 100%;
    height: 12.5rem;
    background-image: url('../images/logo_small_white.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}

.social-media-1 {
    width: 30px; 
    height: 30px; 
    float: left; 
    margin-top: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}

.social-media-fb {
    background-image: url('../images/symbols/icon_facebook.png'); 
    margin-right: 10px; 
}

.social-media-insta {
    background-image: url('../images/symbols/icon_instagram.png'); 
}

.footer-menu-container {
    display: flex; 
    flex-wrap: wrap;
}

/*------------ RESPONSIVE -----------------*/

@media screen and (min-width: 768px) {

    h1 {
        margin-top: 8rem;
        font-size: 2rem;
    }

    .footer {
        top: 15rem;
    }

    .bottom-grid {
        padding-bottom: 3rem;
    }

    .house-facts-container {
        margin-right: 5rem;
    }

    .sitewrapper-order {
        height: 1380px;
    }

    .sitewrapper-house {
        height: auto;
    }

    .layer-forrest {
        bottom: 0;
        max-height: 800px;
    }

    .line-container {
        grid-column: 1 / span 2; 
    }

    .grid-item-column-side {
        width: auto;
    }

    .grid-item-column-content {
        width: auto;
    }
    
    .content {
        max-width: 1280px;
        min-width: 480px;
        margin: auto;
    }

    .activity-grid {
        grid-template-columns: 50% 50%;
        padding-top: 8rem;
        column-gap: 4rem;
        row-gap: 6rem;
    }

    .design-grid {
        row-gap: 3rem;
        margin-bottom: 10rem;
        margin-top: 10rem;
    }

    .flex-grid {
        grid-template-columns: 50% 50%;
    }

    .imp-l {
        width: 50%;
    }

    .imp-m {
        width: 50%;
    }

    .imp-r {
        width: 100%;
    }

    .logo-footer {
        background-position: left top;
    }

    .house-image-4 {
        width: 15%;
    }

    .house-image-1 {
        width: 15%;
        border-right: 0.4rem solid white;
    }

    .house-image-3  {
        width: 15%;
        border-right: 0.4rem solid white;
        border-left: 0.4rem solid white;
    }

    .house-image-2{
        width: 55%;
    }

    .surrounding-text-container,
    .surrounding-link-body{
        width: 60%;
    }

    .map-text-container {
        width: 60%;
        margin-top: 15%;
    }

    .map-link-container {
        display: block;
        width: 60%;
        margin-top: 45%;
    }

    .float-child{
        width: 50%;
    }

    .float-child{
        float: right;
    }

    .main-logo {
        width: 50%;
        width: 18rem;
        height: 18rem;
        margin-left: 25%;
        margin-top: 8rem;
        border-radius: 50%;
        background-position: center;
        background-image: url('../images/logo_large_black.png');
        background-size: 14rem;
        mix-blend-mode: screen;
        background-color: white;
    
    }

    .main-text {
        margin-top: 1rem;
    }

    .main-font {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .float-child-bottom {
        margin-top: 5rem;
    }

    .std-font-headline {
        font-size: 3rem;
        line-height: 8rem;
        letter-spacing: 0.5rem;
    }
    
    .std-font-content {
        font-size: 1.2rem;
        line-height: 2.1rem;
    }

    .house-text-headline {
        font-size: 5rem;
    }

    .order-headline {
        font-size: 10rem;
    }

    .order-price-headline {
        width: 50%;
    }

    .order-data-desc {
        width: 8rem;
    }

    .order-alternative {
        width: 100%;
    }

    .house-image-detail-preview{
        height: 4rem; 
        width: 4rem; 
        box-shadow: 6px 6px 20px #575958;
    }

    .house-text-container {
        width: 100%;
    }

    .activity-headline,
    .house-headline,
    .imprint-headline {
        font-size: 3rem;
        letter-spacing: 0.5rem;
        font-weight: 600;
    }

    .map-1,
    .map-4,
    .map-5 {
        height: 1871px;
    }

    .map-2 {
        top: 29rem;
        height: 2050px;
    }

    .map-3 {
        top: 55rem;
        height: 1700px;
    }
    
    .image-3-parallax {
        height: 135vh;
        top: -300px;
    }

    .page-2 {
        height: 1871px;
    }

    .page-3 {
        height: 50vh;
    }

    .page-3-2 {
        height: auto;
        background-color: white;
    }

    .house-facts-additional {
        font-size: 1.2rem;
    }

    .activity-headline {
        font-size: 3rem;
        line-height: 2rem;
    }
    
    .activity-sub-headline {
        font-size: 1.2rem;
        line-height: 1rem;
    }

    .sitewrapper_activity {
        top: 2rem;
    }

    .activity-text-headline {
        font-size: 1.5rem;
    }

    .activity-text-headline:hover {
        color: #575958;
    }

    .design-text {
        padding-right: 3rem;
    }

    .calendar_body .col-xs-0,
    .calendar_body .col-xs-1,
    .calendar_body .col-xs-2,
    .calendar_body .today {
        width: 3rem;
        height: 3rem;
    }

    .page-1 { min-height: 1280px; background-image: url('../images/background_images/background_image_1_3440.jpg'); }
    .map-1 { background-image: url('../images/background_small/map_1_800.png'); }
    .map-2 { background-image: url('../images/background_small/map_2_800.png'); }
    .map-3 { background-image: url('../images/background_small/map_3_800.png'); }
    .map-4 { background-image: url('../images/background_small/map_4_800.png'); }
    .map-5 { background-image: url('../images/background_small/map_5_800.png'); }
    .image-3 {height: 2000px; top: -55rem; background-image: url('images/background_images/background_image_3_3440.jpg'); }
}

@media screen and (min-width: 801px) {

    .page-1 { background-image: url('../images/background_images/background_image_1_3440.jpg'); }
    .map-1 { background-image: url('../images/background_small/map_1_1024.png'); }
    .map-2 { background-image: url('../images/background_small/map_2_1024.png'); }
    .map-3 { background-image: url('../images/background_small/map_3_1024.png'); }
    .map-4 { background-image: url('../images/background_small/map_4_1024.png'); }
    .map-5 { background-image: url('../images/background_small/map_5_1024.png'); }
    .image-3 { background-image: url('../images/background_images/background_image_3_3440.jpg'); }
}

@media screen and (min-width: 1025px) {

    .page-1 { background-image: url('../images/background_images/background_image_1_3440.jpg'); }
    .map-1 { background-image: url('../images/background_small/map_1_1280.png'); }
    .map-2 { background-image: url('../images/background_small/map_2_1280.png'); }
    .map-3 { background-image: url('../images/background_small/map_3_1280.png'); }
    .map-4 { background-image: url('../images/background_small/map_4_1280.png'); }
    .map-5 { background-image: url('../images/background_small/map_5_1280.png'); }
    .image-3 { background-image: url('../images/background_images/background_image_3_3440.jpg'); }

    .imp-l {
        width: 25%;
    }

    .imp-m {
        width: 30%;
    }

    .imp-r {
        width: 45%;
    }

    .logo-footer {
        background-position: right top;
    }
}

@media screen and (min-width: 1281px) {

    .page-1 { background-image: url('../images/background_images/background_image_1_3440.jpg'); } 
    .map-1 { background-image: url('../images/background_small/map_1_1920.png'); }
    .map-2 { background-image: url('../images/background_small/map_2_1920.png'); }
    .map-3 { background-image: url('../images/background_small/map_3_1920.png'); }
    .map-4 { background-image: url('../images/background_small/map_4_1920.png'); }
    .map-5 { background-image: url('../images/background_small/map_5_1920.png'); }
    .image-3 { background-image: url('../images/background_images/background_image_3_3440.jpg'); }
}

@media screen and (min-width: 1981px) {

    .page-1 { background-image: url('../images/background_images/background_image_1_3440.jpg'); }
    .map-1 { background-image: url('../images/background_small/map_1_2560.png'); }
    .map-2 { background-image: url('../images/background_small/map_2_2560.png'); }
    .map-3 { background-image: url('../images/background_small/map_3_2560.png'); }
    .map-4 { background-image: url('../images/background_small/map_4_2560.png'); }
    .map-5 { background-image: url('../images/background_small/map_5_2560.png'); }
    .image-3 { background-image: url('../images/background_images/background_image_3_3440.jpg'); }
}

@media screen and (min-width: 2561px) {

    .page-1 { background-image: url('../images/background_images/background_image_1_3440.jpg'); }
    .map-1 { background-image: url('../images/background_small/map_1_3440.png'); }
    .map-2 { background-image: url('../images/background_small/map_2_3440.png'); }
    .map-3 { background-image: url('../images/background_small/map_3_3440.png'); }
    .map-4 { background-image: url('../images/background_small/map_4_3440.png'); }
    .map-5 { background-image: url('../images/background_small/map_5_3440.png'); }
    .image-3 { background-image: url('../images/background_images/background_image_3_3440.jpg'); }
}

@media screen and (min-width: 3441px) {

    .page-1 { background-image: url('../images/background_images/background_image_1_3440.jpg'); }
    .map-1 { background-image: url('../images/background_small/map_1_5120.png'); }
    .map-2 { background-image: url('../images/background_small/map_2_5120.png'); }
    .map-3 { background-image: url('../images/background_small/map_3_5120.png'); }
    .map-4 { background-image: url('../images/background_small/map_4_5120.png'); }
    .map-5 { background-image: url('../images/background_small/map_5_5120.png'); }
    .image-3 { background-image: url('../images/background_images/background_image_3_3440.jpg'); }
}