@charset "utf-8";

/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-v30-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* quicksand-300 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/quicksand-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/quicksand-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v30-latin-300.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quicksand-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/quicksand-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v30-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-700 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/quicksand-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/quicksand-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v30-latin-700.svg#Quicksand') format('svg'); /* Legacy iOS */
}

body{
    font-family: "Roboto";
    overflow-x: hidden;
    heigth: 100%;
}

h1 {
    font-weight: 100;
    color: #20587c;
    font-size: 50px;
}

h2 {
    font-weight: 100;
    color: #999;
}


.B_crumbBox li{
    display: inline;
    color: #444;
}

.B_crumbBox li a{
    color: #20587c;
    text-decoration: none;
}

.B_crumbBox li a:hover{
    color: #20587c;
    text-decoration: underline;
}

#wrapper {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}


nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: rgba(255,255,255,0.8);
    color: black;
    z-index: 1000;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}

nav ul {
    margin: 0;
    margin-right: 30px;
    list-style: none;
}

nav li {
    float:left;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}




nav li:hover {
    background: #659FA6;
    box-shadow: inset 0px 5px 10px rgba(0,0,0,0.1);
}

.active {
    background: rgba(255,255,255,1);
}

.active a{
    color: black;
}

nav li:hover a {
    color: white;
}

nav a {
    color: black;
    text-decoration: none;
}

nav li a {
    display: block;
    padding: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#header-text {
    font-size: 24pt;
    font-weight: 300;
    padding-top: 5px;
    padding-left: 5px;
}

.header-img {
    position: absolute;
    width: 100%;
    height: auto;
}

#start {
    height: 70vh;
    width: 100%;
    background: url(../img/heroimage.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.2);
}

#standart-start {
    height: 250px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.2);
}


#hero-text{
    font-family: "Quicksand";
    font-size: 70pt;
    color: white;
    text-align: center;
    margin-top: 100px;
}

#arrow {
    color: white;
    font-size: 90pt;
    font-family: "Quicksand";
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: 100px;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

#arrow a{
    color:white;
    text-decoration: none;
}

#arrow:hover {
    opacity: 1;
}

#mobile {
    display: none;
    height: 40px;
    text-align: right;
    padding-right: 20px;
}

#nav-button {
    height: 40px;
}

.galerie {
    background: url(../img/img-noise.png);
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
    margin-top: 50px;
}

.galerie img {
    height: 160px;
    outline: 1px solid #444;
    margin: 20px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.galerie img:hover {

    box-shadow: 0px 2px 8px rgba(0,0,0,0.5);

}

.partner {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.partner img {
    height: 100px;
    margin: 30px;
}

section {
    padding-bottom: 20px;
}

section .flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

#adresse ul {
    list-style: none;
    font-family: "Quicksand";
    font-weight: 700;
}

.grundriss {
    width: 100%;
}

#angebot {
    font-size: 30pt;
    font-family: "Quicksand";
    font-weight: 300;
    padding-right: 30px;
}

#angebot a {
    color: #777;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}

#angebot a:hover {
    color: #000;
}

#angebot span {
    font-weight: 400;
    color: #cb2424;
}

#legende {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#legende div{
    margin: 0 10px;
    padding: 5px 10px;
    border-radius: 5px;
}

.thumb {
    position: relative;
    height: 300px;
    cursor: pointer;
    overflow: hidden;
    outline: 1px solid rgba(0,0,0,0.4);
}

.thumb-img {
    height: 100%;
}

.thumb:hover .hover {
    opacity: 1;
}

.hover {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 20px;
    font-family: "Quicksand";
    font-size: 14pt;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    text-align: right;
}



.text ul {
    list-style: none;
}

.text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    color: white;
    font-family: "Quicksand";
    text-align: right;
}

.name {
    margin: 10px;
    margin-bottom: 0;
    font-size: 20pt;
    font-weight: 300;
}

.beschreibung {
    margin: 10px;
    margin-top: 0px;
}

.groß {
    background: rgba(242,120,109,0.7);
}

.mittel {
    background: rgba(178, 185, 102, 0.7);
}

.klein {
    background: rgba(101, 159, 166, 0.7);
}

.button {
    font-family: "Quicksand";
    display: block;
    text-align: center;
    text-decoration: none;
    background: #0075cb;
    font-size: 20px;
    padding: 5px 10px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    color: white;
    border-radius: 5px;
}

.button:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

#bottom {
    padding: 50px;
}

footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #ddd;
    box-shadow: inset 0px 4px 4px rgba(0,0,0,0.2);
}

footer .active{
    background: none;
}

#apartment-footer {
    background: white;
    box-shadow: none;
}

footer ul {
    list-style: none;
}

footer li {
    float: left;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
}

footer a{
    text-decoration: none;
    color: #777;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}

footer a:hover {
    color: #111;
}

.break {
    border-left: 2px dotted #dddddd;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table th,
.table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table th {
    font-weight: bold;
}

.table thead th {
    vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
    background-color: #f5f5f5;
}

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

    #mobile {
        display: block;
    }
    
    nav ul {
        display: none;
        margin-right: 0;
        padding-left: 0px;
    }
    
    nav li {
        float: none;

    }
}

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

    #hero-text{
        font-size: 50pt;
    }
}

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

    #hero-text{
        font-size: 30pt;
    }
}

@media screen and (max-height: 500px) {

    #hero-text{
        margin-top: 100px;
    }

    #arrow {
        margin-top: 0px;
    }
    
    
}
