body
{
	background-color: #1a2f39;
	color: white;
	margin: 0px auto;
	padding: 0;
	font-family: 'Erbaum';
	overflow: hidden;
    height: 100%;
}

.text::-webkit-scrollbar {
	width: 5px;               /* width of the entire scrollbar */
  }
  .text::-webkit-scrollbar-track {
	background: transparent;        /* color of the tracking area */
  }
  .text::-webkit-scrollbar-thumb {
	background-color: white;    /* color of the scroll thumb */
	border-radius: 20px;       /* roundness of the scroll thumb */
	border: solid 10px transparent;
  }

.content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}

p {
    margin-top: 0;
}

.content-reveal, .content-reveal-2 {
	opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 60%;
    transform: translate(-50%, 0);
    left: 50%;
    height: 100%;
}

.bg_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 4;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 200px 0 0 200px;
    border-color: transparent transparent transparent #1a2f39;
}

.wrapper-oeffnungszeiten, .wrapper-stellen {
	display: none;
	opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: #1a2f39;
    top: 0;
    left: 0;
}

span.coming-soon {
    position: absolute;
	left: 18%;
    bottom: 28%;
    font-family: 'Avenir';
    z-index: 4;
    font-weight: 900;
	transform: rotate(45deg);
	font-size: 1.1rem;
}

.back, .back-2, .back-3 {
	position: relative;
	float: left;
	margin-top: 1em;
	width: 100%;
	text-decoration: underline;
	font-size: 20px;
	margin-left: 10%;
}

.back-3 {
	margin-top: 2em;
}

.back:hover, .back-2:hover, .back-3:hover {
	position: relative;
	float: left;
	width: 100%;
	text-decoration: underline;
	cursor: pointer;
}

a, a:active, a:visited, a:hover
{
	text-decoration: none;
	color: white;
}

strong {
	font-family: 'Erbaum';
	font-weight: 500;
}

a:hover 
{
	text-decoration: underline;
}

.header {
    margin-top: 8em;
    margin-left: 8%;
}

.header img {
    max-width: 250px;
    margin: 0px auto;
}

.content-reveal .header, .content-reveal-2 .header {
    margin-top: 8em;
    margin-left: 10%;
}

.content-reveal .header img, .content-reveal-2 .header img {
	max-width: 150px;
    margin: 0px auto;
}

.text {
    position: relative;
    width: 60%;
    margin: 7% 30% 2% 10%;
    font-size: 20px;
    letter-spacing: 1px;
    overflow-y: auto;
	max-height: 60vh;
	padding-right: 1em;
}

.td {
	padding: 0;
}

.text tr td:last-child {
    padding-left: 1em;
    white-space: nowrap;
}

table {
	border-spacing: 0;
	width: 100%;
}

.hinweis, .ansprechpersonen {
    background: #4e4344;
    color: #ff9953;
}

.hinweis {
	display: flex;
	align-items: center;
    width: 200px;
    height: 200px;
    padding: 20px;
    border-radius: 50%;
    font-size: 22px;
	position: absolute;
	text-align: center;
    right: 6em;
    top: 4em;
    transform: rotate(20deg);
}

a.icon {
    float: left;
    width: 50px;
    display: block;
    position: relative;
}

a.icon img {
    height: 25px;
}

.kontakt {
    text-align: right;
    margin: 0;
    font-size: 20px;
    position: absolute;
    bottom: 5em;
    right: 10%;
}

.kontakt strong {
	float: right;
}

.oeffnungszeiten, .stellen {
    position: relative;
    clear: both;
	width: auto;
	float: right;
    border: 2px solid white;
    padding: 6px 25px;
    margin-top: 2em;
    text-align: center;
	font-size: 16px;
	font-family: 'Avenir';
	font-weight: 900;
}

.stellen {
	margin-top: 1em;
}

.button {
    position: relative;
    clear: both;
	width: auto;
	float: left;
    border: 2px solid white;
    padding: 6px 25px;
    margin-top: 1em;
    text-align: center;
	font-size: 14px;
	font-family: 'Avenir';
	font-weight: 900;
}

.oeffnungszeiten:hover, .stellen:hover, .button:hover {
    cursor: pointer;
    background: white;
	color: black;
	text-decoration: none;
}

.right
{
	display: inline-block;
	text-align: left;
	margin-left: 0.5em;
}

.left
{
	display: inline-block;
	text-align: right;
	margin-right: 0.5em;
}

.claim {
    position: absolute;
	font-family: 'argesta_displayregular';
	color: #bf9f57;
    top: 35%;
    left: 10%;
    font-size: 4em;
    letter-spacing: 2px;
	white-space: nowrap;
	line-height: 1.2;
}

span.underline {
    position: relative;
    width: 55px;
    height: 4px;
    background: #ac1b25;
    float: right;
    margin-top: calc(1em - 5px);
    margin-left: 10px;
}

#rotate-device {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #0f1010;
    background-image: url(../img/rotate.png);
    background-size: 100px 100px;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}


@media all and (max-width: 1600px) {

	.header {
		margin-top: 5em;
		margin-left: 7%;
	}

	.header img {
		max-width: 175px;
	}

	.kontakt {
		font-size: 17px;
		bottom: 5em;
		right: 7%;
	}

	.oeffnungszeiten, .stellen {
		font-size: 14px;
	}

	.hinweis {
		width: 150px;
		height: 150px;
		font-size: 17px;
		right: 6em;
		top: 4em;
	}

	.claim {
		font-size: 3em;
		left: 9%;
	}

	.content-reveal .header, .content-reveal-2 .header {
		margin-top: 5em;
		margin-left: 9%;
	}

	.text {
		width: 70%;
		margin: 9% 21% 1% 9%;
		font-size: 17px;
	}

	.back, .back-2, .back-3 {
		font-size: 17px;
		margin-left: 9%;
	}
	
	.content-reveal .header img, .content-reveal-2 .header img {
		max-width: 125px;
		margin: 0px auto;
	}

	.curl {
		width: 160px;
		height: 160px;
	}

	.corner {
		width: 160px;
		height: 160px;
	}

	.bg_wrapper {
		border-width: 160px 0 0 160px;
	}

	span.coming-soon {
		left: 14%;
		bottom: 26%;
	}
	
	.curl:before,
	.curl:after {
		border-width: 160px 0 0 160px;
	}

	span.underline {
		width: 45px;
		height: 4px;
	}

}

@media all and (max-width: 1200px) {
	.text tr td:last-child {
		white-space: inherit;
	}
}

@media all and (max-width: 1000px) {

	.header {
		margin-top: 3em;
		margin-left: 6%;
	}

	.header img {
		max-width: 150px;
	}

	.content-reveal, .content-reveal-2 {
		width: 80%;
	}

	.content-reveal .header img, .content-reveal-2 .header img {
		max-width: 100px;
	}

	.text {
		font-size: 15px;
	}

	.back, .back-2, .back-3 {
		font-size: 15px;
	}

	.hinweis {
		width: 100px;
		height: 100px;
		font-size: 15px;
		right: 4em;
		top: 8em;
	}

	.kontakt {
		font-size: 15px;
		bottom: 4em;
		left: 4em;
	}

	.oeffnungszeiten, .stellen {
		font-size: 12px;
		padding: 6px 20px;
	}

	.claim {
		font-size: 6vw;
	}

	.curl {
		width: 120px;
		height: 120px;
	}

	.corner {
		width: 120px;
		height: 120px;
	}

	.bg_wrapper {
		border-width: 120px 0 0 120px;
	}

	span.coming-soon {
		left: 9%;
		font-size: 0.9rem;
	}

	span.underline {
		width: 5vw;
		height: 0.4vw;
	}
}

@media all and (max-width: 450px) {
	
	.header {
		margin-top: 2em;
		margin-left: 2em;
	}

	.header img {
		max-width: 120px;
	}

	.hinweis {
		width: 80px;
		height: 80px;
		font-size: 14px;
		right: 2em;
		top: 7em;
	}

	.claim {
		font-size: 7vw;
		left: 13%;
	}

	.content-reveal .header, .content-reveal-2 .header {
		margin-top: 4em;
		margin-left: 0%;
	}

	.content-reveal .header img, .content-reveal-2 .header img {
		max-width: 75px;
	}

	.text {
		width: 100%;
		margin: 0;
		margin-top: 15%;
		font-size: 14px;
		max-height: 50vh;
	}

	.button {
		font-size: 12px;
	}

	.back, .back-2, .back-3 {
		font-size: 14px;
		margin-left: 0;
	}

	.kontakt {
		font-size: 14px;
		bottom: 2em;
		left: 2em;
	}

	.oeffnungszeiten, .stellen {
		font-size: 11px;
	}

	.content-reveal .kontakt, .content-reveal-2 .kontakt {
		font-size: 14px;
		bottom: 2em;
		left: auto;
		right: 0;
	}

	a.icon {
		width: 40px;
	}

	a.icon img {
		height: 17px;
	}

	.curl {
		width: 100px;
		height: 100px;
	}

	.corner {
		width: 100px;
		height: 100px;
	}

	.bg_wrapper {
		border-width: 100px 0 0 100px;
	}

	span.coming-soon {
		left: 6%;
		font-size: 0.8rem;
	}

	span.underline {
		width: 30px;
		height: 2px;
		margin-left: 5px;
		margin-top: calc(1em - 2px);
	}
}


@media only screen and (max-device-width: 1024px) and (min-device-width: 668px) and (orientation: landscape) {
	.text {max-height: 40vh;}

}

@media only screen and (max-device-width: 760px) and (min-device-width: 20px) and (orientation: landscape) {

	#rotate-device {
    	display: block;
	}

}

@media only screen and (min-width: 760px) and (max-height: 900px)  {

	.text {
		max-height: 40vh;
	}

}