@media (min-width:901px) {
.hide-desktop {
	display: none;
}
.headline {
	font-family: 'Dosis', sans-serif;
}  

.hero {
	padding-top: 40vh;
}
.banner {
	width: 100%;
	height: 25vh;
	background-color: rgba(50,50,50,0.8);
	padding-left: calc(40vw - 50px);
	color: white;
    display: flex;
    align-items: center;
}
.banner-title {
	font-size: calc(10px + 2vw);
	padding-right: 2vw;
}
.banner-subtitle {
	font-size: calc(10px + 0.7vw);
	padding-left: 2vw;
}
.banner-subtext {
	color: white;
	padding-left: 10px;
	padding-top: 5px;
	font-size: calc(5px + 0.5vw);
}
.slideshow-arrows {
	width: 100%;
	height: 10vh;
	color: rgba(255,255,255,0.6);
	padding-bottom: 15px;
}
.slideshow-arrow {
	cursor: pointer;
	color: rgba(255,255,255,0.6);
	font-size: 8vh;
}
.slideshow-arrow:hover {
	color: rgba(255,255,255,1);
}
#arrow-left {
	float: left;
}
#arrow-right {
	float: right;
}
.slideshow-indicators {
	width: 100%;
	position: absolute;
	bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slideshow-indicator {
	width: 2vw;
	height: 6px;
	background-color: #ccc;
	margin: 0.5vw;
}
.active-indicator {
	width: 2vw;
	height: 6px;
	background-color: #fff;
	margin: 0.5vw;
}
.footer-title {
	font-size: calc(10px + 0.5vw);
	padding-right: 2vw;
	text-align: right;
	overflow: visible;
}
.footer-subtitle {
	font-size: calc(10px + 0.5vw);
	padding-left: 2vw;
}
.vertical-line {
	width: 1px;
	height: 70%;
	background-color: white;
	z-index: 997;
}
.footer-bar {
	z-index: 998;
    position: fixed;
	bottom: 0px;
	width: 100%;
	height: 25px;
	text-align: center;
}
.footer-text {
	padding-right: 35px;
	color: lightgray;
	font-size: 10px;
	line-height: 25px;
	background-color: #444;
}
.header-bar {
	z-index: 999;
    position: fixed;
	top: 0px;
	width: 100%;
	height: 25px;
	text-align: center;
}
.header-text {
	padding-right: 35px;
	color: lightgray;
	font-size: 12px;
	line-height: 25px;
	background-color: #444;
	letter-spacing: 0.05em;
}
.page-label {
	z-index: 995;
    position: absolute;
	top: 25px;
	left: 25px;
	width: calc(100vw - 60px);
	height: 100px;
	text-align: left;
	font-size: calc(0.5em + 1vw + 1vh);
	font-weight: 900;
	padding-left: 25px;
	padding-top: 25px;
	color: rgba(255,255,255,0.9);
	letter-spacing: 0.2em;
}
/* TEXT FORMATS */
h1,h2,h3,h4 {
	font-weight: 400;
}
h1 {
	margin-bottom: 0px;
	font-size: 2em;
}
h4 {
	margin-top: 0px;
}
h3 {
	font-size: 1.5em;
}
p {
	font-weight: 300;
	color: #333;
	text-align: justify;
}


.box-40 {
	width: 40%;
	height: 100%;
	float: left;
	background-color: white;
}
.box-60 {
  	width: 60%;
	height: 100%;
	float: left;
	background-color: white;
}
.box-25 {
	width: 25%;
	min-width: 350px;
	height: 100%;
	float: left;
	background-color: white;
}
.box-75 {
	width: 75%;
	max-width: calc(100% - 350px);  
	height: 100%;
	float: left;
	background-color: white;
}
.box-50-left {
	width: 50%;
	height: 100%;
	float: left;
	padding-right: 4px;
}
.box-50-right {
	width: 50%;
	height: 100%;
	float: left;
}
.box-50-top {
	width: 100%;
	height: 50%;
	float: left;
	padding-bottom: 4px;
}
.box-50-bottom {
	width: 100%;
	height: 50%;
	float: left;
}
.break-float {
	float: none;
}

.textbox {
	padding-top: 3vmin;
	padding-left: 6vmin;
	padding-right: 6vmin;
	font-size: calc(2.5px + 0.5vw + 0.7vh);
}

.bgd-grundriss {
	background-color: gray;
}

/* TABLE STYLES */
table {
	color: #777;
	font-size: 1.2em;
	width: 100%;
	max-width: 100vh;
	vertical-align: middle;
}
.table-grundriss {
	color: #eee;
}
td {
	height: 2.5em;
	line-height: 1.0em;
}
.table-icon {
	text-align: center;
}
.table-qm {
	text-align: right;
}
.table-subtext {
	font-size: 0.6em;
}
table.ausstattung {
	min-width: 100%;

}
table.ausstattung td.table-list-icon {
	padding-right: 15px;
	line-height: 18px;
}

/* GOOGLE MAPS */
#map {
    height: 100vmin;
    width: 100vmin;
	border-radius: 50vmin;
	margin-left: auto;
	left: 10vw;
	top: 15vh;
	border: 3px solid rgba(255,255,255,0.7);
	z-index: 900;
}

/* FULL COVER BACKGROUND IMAGES */
.background-img {
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
}
.full-height {
    height: 100%;
}

/* PARTIAL COVER BACKGROUND IMAGES */
.mosaik-4-1 {
	height: 40%;
	width: 100%;
	margin-bottom: 4px;
}
.mosaik-4-2 {
	height: calc(60% - 4px);
	width: 100%;
}
.mosaik-4-3 {
	height: 50%;
	width: 100%;
	margin-bottom: 4px;
}
.mosaik-4-4 {
	height: calc(50% - 4px);
	width: 100%;
}
.mosaik-3-1 {
	height: 100%;
	width: 50%;
	margin-right: 4px;
	float: left;
}
.mosaik-3-2 {
	height: 100%;
	width: calc(50% - 4px);
	float: left;
}
.mosaik-3-3 {
	height: 100%;
	width: 100%;
}

.anfrage {
	background-color: gray;
	padding-top: calc(30px + 0.5em + 2vw + 2vh);
	font-size: 1em;
	padding-left: 25px;
	padding-right: 35px;
	font-size: calc(4px + 0.8vw + 0.7vh);
}
.anfrage-box {
	padding-right: 5px;
	color: #fff;
}
.form-box {
	padding-left: 5px;
}
.form-control, .custom-select, .btn-submit {
	width: 100%;
	font-size: calc(4px + 0.5vw + 0.7vh);
	padding: calc(0.5vh + 0.5vw);
	margin-top: calc(1vh);
}
.form-text {
	height: 15vh;
}

input, select, textarea {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	border: 1px solid #DDDDDD;
}
   
input:focus, textarea:focus, select:focus {
	box-shadow: 0 0 5px rgba(255, 255, 255, 1);
	border: 1px solid rgba(255, 255, 255, 1);
}


/* BACKGROUND IMAGE FILES */
.hero {
	background-image: url("img/background.jpg");
}
.aussen1 {
    background-image: url("img/aussen1.jpg");
}
.aussen2 {
    background-image: url("img/aussen2.jpg");
}
.aussen3 {
    background-image: url("img/aussen3.jpg");
}
.umgebung1 {
    background-image: url("img/umgebung1.jpg");
}
.umgebung2 {
    background-image: url("img/umgebung2.jpg");
}
.umgebung3 {
    background-image: url("img/umgebung3.jpg");
}
.umgebung4 {
    background-image: url("img/umgebung4.jpg");
}
.oben1 {
    background-image: url("img/oben1.jpg");
}
.innen1 {
    background-image: url("img/innen1.jpg");
}
.innen2 {
    background-image: url("img/innen2.jpg");
}
.innen3 {
    background-image: url("img/innen3.jpg");
}
.infrastruktur {
    background-image: url("img/infrastruktur.jpg");
}
.grundriss-erdgeschoss {
    background-image: url("img/grundriss-erdgeschoss.jpg");
}
.grundriss-obergeschoss {
    background-image: url("img/grundriss-obergeschoss.jpg");
}
.grundriss-dachgeschoss {
    background-image: url("img/grundriss-dachgeschoss.jpg");
}

/* Fading animation for slideshow*/
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}
  
@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

}

@media (max-width:901px) {
* {
	box-sizing: border-box;
}
.hide-mobile {
	display: none;
}
.nav-spacer {
	width: 100%;
	height: 50px;
}
.mobile-image {
	max-width: 100%;
	height: auto;
	display: block;
}
.header-mobile {
	width: 100%;
	height: 50px;
	background-color: rgba(90,90,90,1);
	color: white;
    display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	z-index: 999;
	justify-content: space-between;
}
.banner-title {
	padding-left: 10px;
	font-size: 20px;
	padding-right: 6px;
}
.textbox {
	padding: 10px;
	max-width: 100%;
}
/* TEXT FORMATS */
h1,h2,h3,h4 {
	font-weight: 400;
}
h1 {
	margin: 0px;
	font-size: 1.7em;
}
h4 {
	margin-top: 0px;
}
h3 {
	font-size: 1.3em;
}
p {
	font-weight: 300;
	color: #333;
	text-align: justify;
}
/* GOOGLE MAPS */
.mobile-map-wrapper {
	height: 100vw;
	max-height: calc(100vh - 50px);
}
#map {
	width: 100%;
	height: 100vw;
	max-height: calc(100vh - 50px);
}

table {
	color: #777;
	font-size: 1.4em;
	width: 100%;
	max-width: 100%;
	vertical-align: middle;
	margin-top: -10px;
	margin-bottom: 15px;
	border-spacing: 0px;
}
table, td, tr {
	padding: 0px;
}
table.ausstattung td.table-list-icon {
	padding-right: 10px;
	padding-top: 10px;
	font-size: 16px;
}
table.ausstattung td.table-list-text {
	font-size: 16px;
	line-height: 18px;
	padding-top: 10px;
}
.table-grundriss {
	color: #eee;
}
td {
	height: 2.2em;
	line-height: 0.8em;
}
.table-icon {
	text-align: center;
}
.table-qm {
	text-align: right;
}
.table-subtext {
	font-size: 0.6em;
}
.text-grundriss {
	background-color: gray;
}
.gray-banner {
	background-color: gray;
	width: 100%;
	height: 5px;
}

.special-margin {
	margin-top: 5px;
	margin-bottom: 15px;
}
.special-margin-2 {
	margin-top: 5px;
	margin-bottom: 25px;
}

.footer-mobile {
	width: 100%;
	background-color: rgba(90,90,90,1);
	color: white;
	padding: 10px;
	font-size: 12px;
}
.vertical-line{
	width: 100%;
	height: 10px;
}

.copyright {
	font-size: 10px;
}
.banner-subtext {
	margin-top: 15px;
}

.anfrage {
	padding: 10px;
	padding-top: 25px;
	max-width: 100%;
	font-weight: 300;
	color: #333;
	text-align: justify;
	min-height: 100vh;
}

.page-label {
	font-weight: 400;
	font-size: 1.5em;
	color: #000;
}

.form-control, .custom-select, .btn-submit {
	width: 100%;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 1em;
}
.form-text {
	height: 15vh;
}
.anfrage-box, .form-box {
	margin-top: 10px;
	padding-bottom: 5px;
}

.mobile-navbar {
	height: 100%; /* 100% Full-height */
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 1001; /* Stay on top */
	top: 0;
	left: 0;
	background-color: #111; /* Black*/
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 15px; /* Place content 60px from the top */
	transition: 0.2s; /* 0.5 second transition effect to slide in the sidebar */
  }
  
  /* The sidebar links */
  .mobile-navbar a {
	padding-left: 32px;
	text-decoration: none;
	font-size: 18px;
	color: #818181;
	display: block;
	transition: 0.3s;
  }
  a.mobile-nav-link {
	padding-top: 8px;
	padding-bottom: 8px;
  }

  /* When you mouse over the navigation links, change their color */
  .mobile-navbar a:hover {
	color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .mobile-navbar .navbar-closebtn {
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 36px;
	margin-left: 50px;
  }
  
  /* The button used to open the sidebar */
  .navbar-openbtn {
	background-color: rgba(90,90,90,1);
	font-size: 20px;
	cursor: pointer;
	color: white;
	padding: 10px 15px;
	border: none;
	float: right;
  }
  
  .navbar-openbtn:hover {
	background-color: #444;
  }
    
  .link-anchor {
	  margin-top: -42px;
	  margin-bottom: 42px;
  }

  a.contactemail, a.contactemail:visited {
	  color: #777;
  }
  a.black-mobile, a.black-mobile:visited {
	color: #777;
  }

}

/* STYLE FOR ALL SCREEN SIZES */

.hidden {
	display: none;
}
.text-grundriss {
	color: white;
}
a {
	text-decoration: none;
	color: white;
}
a:hover {
	color: #eee;
}
