@charset "utf-8";
*{margin:0;padding:0;}

p {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 140%;
	text-align: left;
	padding-bottom: 3vw;
	column-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-ms-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

a {
	text-decoration: none;}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 60px;
	color: white;
	font-weight: 700;
	line-height: 100%;
	text-align: center;
	margin-bottom: 60px;
}

h2 {
	font-family: 'Roboto', sans-serif;
	color: white;
	font-size: 17px;
	font-weight: 300;
	line-height: 140%;
	text-align: left;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	color: rgba(0,0,0,0.7);
	font-weight: 700;
	line-height: 100%;
	text-align: left;
	padding-bottom: 3vw;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	color: white;
	font-weight: 700;
	line-height: 120%;
	position: absolute;
	top: 49%;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
}


/*-----------------------------------------------------------------------------------MENU---ANFANG---*/
.menu-button {
	width: 5vw;
	min-width: 40px;
	max-width: 60px;
	height: auto;
	position: fixed;
	top: 3vw;
	right: 3vw;
	z-index: 99999;
}

.menu-button img {
	height: 100%;
	width: 100%;
	opacity: 0.7;
	cursor: pointer;
}

#popup {
	display: none;
	width:100%;
	height: 100%;
	background-color: white;
	opacity: 1;
	position:fixed;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 999999;
	cursor:url(Grafiken/cross.gif),url(myBall.cur),auto;
	transition: .5s ease;
}

ul {
	list-style-type: none;
	padding-left: 0;
	position: absolute;
	top: 47%;
	left: 50%;
	text-align: center;
	cursor: auto;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);

}

ul a {
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	color: black;
	font-weight: 700;
	line-height: 180%;
}

ul a:hover {
	color: #3f3f3f;
}

ol {
	list-style-type: none;
	padding-left: 0;
	position: absolute;
	bottom: 3vw;
	left: 3vw;
	text-align: left;
	cursor: auto;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #555;
	font-weight: 500;
	line-height: 180%;
}

ol a {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #555;
	font-weight: 500;
	line-height: 180%;
}

ol a:hover {
	color: #999;
}
/*-----------------------------------------------------------------------------------MENU---ENDE---*/
.button img {
	cursor: pointer;
	opacity: 0.7;
}

.button img:hover {
	opacity: 1;
}

#Logo {
	height: 6vw;
	min-height: 50px;
	max-height: 70px;
	position: absolute;
	top: 2.5vw;
	left: 2.6vw;
	z-index: 99999;
	opacity: 0.7;
}

#Logo-O {
	height: 100%;
	width: auto;
}

#Logo-Move {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 0;
	height: 100%;
	transition: .5s ease;
}

#Logo-I {
	height: 100%;
}

#Logo:hover #Logo-Move {
  width: 100%;
}

#button-top img {
	width: 5vw;
	min-width: 40px;
	max-width: 60px;
	height: auto;
	position: relative;
}

#button-scroll img {
	width: 5vw;
	min-width: 40px;
	max-width: 60px;
	height: auto;
	position: absolute;
	top: 40vh;
	left: 50%;
	transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	-moz-transform: translate(-50%, -100%);
}

#Header {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	height: auto;
	min-height: 50vh;
	width: 100%;
	background-color: #e3974d;
	position: relative;
	color: white;
}

#Raum {
	height: 6vw;
	min-height: 50px;
	max-height: 70px;
	padding-top: 2.5vw;
	padding-bottom: 60px;
}

#Info {
	margin-left: 3vw;
	margin-right: 3vw;
	width: auto;
	max-width: 1000px;
	height: auto;
	position: relative;
	padding-bottom: 50px;
}

#Panorama {
	height: 50vh;
	width: 100%;
	position: relative;
	-webkit-mask-image: linear-gradient(black, black);
	mask-image: linear-gradient(black, black);
}

#Copyright {
	height: auto;
	width: auto;
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding-right: 10px;
	font-family: 'Roboto', sans-serif;
	color: white;
	font-size: 12px;
	font-weight: 300;
	line-height: 140%;
	text-align: left;
}

#Inhalt {
	width: 100%;
	height: auto;
	position: relative;
}

#Inhalt-zentriert {
	height: auto;
	width: auto;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3vw;
	padding-right: 3vw;
	padding-top: 3vw;
}

#Inhalt-zentriert img {
	width: 100%;
	heigth: auto;
	position: relative;
	top: -1px;
	left: -1px;
	display: block;
	transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	-webkit-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	-ms-transition: transform 0.3s;
	border: 1px solid #CCC;
	margin-bottom: 3vw;
}

#Inhalt-zentriert img:hover {
	z-index: 9999;
	transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
}

#Inhalt-fullscreen {
	height: auto;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.fullscreen {
	height: auto;
	width: 100%;
	min-width: 700px;
	position: relative;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);

}

.column {
	height: auto;
	width: 100%;
	z-index: 999;
	columns: 2 400px;
	-webkit-columns: 2 400px;
	-moz-columns: 2 400px;
	-ms-columns: 2 400px;;
	-o-columns: 2 400px;

	column-fill: balance;
	-webkit-column-fill: balance;
	-moz-column-fill: balance;
	-ms-column-fill: balance;
	-o-column-fill: balance;
	
    column-gap: 3vw;
	-webkit-column-gap: 3vw;
	-moz-column-gap: 3vw;
	-ms-column-gap: 3vw;
	-o-column-gap: 3vw;

	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	position: relative;
}

#Ende {
	height: auto;
	min-height: 50px;
	width: 100%;
	text-align: center;
	padding-top: 3vw;
	padding-bottom: 6vw;
}

#M-Ende {
	height: auto;
	min-height: 50px;
	width: 100%;
	text-align: center;
	padding-top: 2vw;
	padding-bottom: 2vw;
}

#Footer {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	height: auto;
	min-height: 30vh;
	width: 100%;
	background-color: #e3974d;
	position: relative;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.back-forward {
	height: auto;
	width: 100%;
	max-width: 1000px;
	position: relative;
	margin-left: 3vw;
	margin-right: 3vw;
}

.back-forward img {
	width: 5vw;
	min-width: 40px;
	max-width: 60px;
	height: auto;
	position: relative;
	top: 49%;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
}

#Zurück {
	width: 28%;
	height: 100px;
	position: relative;
	text-align: left;
	float: left;
}

#Mitte {
	width: 44%;
	height: 100px;
	position: relative;
	text-align: center;
	float: left;
}

#Weiter {
	width: 28%;
	height: 100px;
	position: relative;
	text-align: right;
	float: left;
}









@media (max-width: 800px) {
	#Inhalt-zentriert img:hover {
		transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
	}
	
}