
body {
	font-family: 'Roboto', sans-serif;
	text-align: left;
	background: #4A4A4A;
	color: white;
}

*{
	padding: 0px;
	margin: 0px;
}




/* Vorstellungstext
	=====================*/

.service-title {
	background: url('Bilder/Service_title.jpg');
	background-size: 100% auto;
	font-size: .7rem;
	height: 200px;
	position: relative;
}

.service-title h1 {
	position: absolute;
	top: 35%;
	text-align: center;
	text-transform: uppercase;
	color: white;
	width: 100%;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 500;
	letter-spacing: 4px;
	font-size: 3.5em;
}

/*.service-title p {
	position: absolute;
	bottom: 40px;
	text-align: center;
	font-family: 'Courgette', Pristina, serif;
	font-size: 1.7em;
	color: #F2664A;
	width: 100%;
}*/

/*Untertitel mit Linie vorne und hinten*/
.service-title div {
	position: relative;
	top: 65%;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 1.7em;
}
.service-title div hr {
	display: none;
}

.service-intro {
	display: block;
	width: 100%;
	position: relative;
}

.service-main img {
	display: block;
	margin: 0 auto;
	margin-top: 1em;
	max-height: 300px;
	max-width: 90%;
	padding-bottom: 2em;
}

#mm {
	max-height: 350px;
}

#AlleHausspezi {
	width: 100%;
	max-height: none;
	max-width: none;
	padding-bottom: 0;
}

#Sackerl {
	width: 100%;
	padding-bottom: 0;
	max-width: none;
	max-height: 500px;
}

#Oeko {
	width: 85%;
	padding-bottom: 0;
	max-height: none;
	max-width: 500px;
	margin: 30px auto;
}

.service-main p {
	margin-bottom: .7em;
}


.service-main-div {
	padding: 1em;
	outline: solid white 2px;
	outline-offset: -1em;
	position: relative;
	text-align: center;
	color: #D4CBCB;
	background: #4A4A4A;
	margin-top: 1.5em;
	overflow: hidden;
}

.service-main-div h1 {
	color: white;
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	font-size: 25px;
	position: absolute;
	top: -1px;
	left: 50%;
		-ms-transform: translateX(-50%); /* IE 9 */
		-webkit-transform: translateX(-50%); /* Chrome, Safari,*/
	transform: translateX(-50%);
	background: inherit;
	padding: 0 .5em;
	white-space: nowrap;
}

/*------- FOR IPHONE 5 -------*/
@media screen and (max-width: 400px) {
	.service-main-div h1 {
		font-size: 20px;
		top: 1px;
	}
}


.service-main-div p {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.6em;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.service-main-div > p, .service-main-hausspezi-content p {
	margin-top: 2em;
}

.service-main-div ul {
	text-align: left;
	font-size: 1.2em;
	margin-top: 2em;
	margin-bottom: 2em;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.service-main-div li {
	line-height: 1.5em;
	margin-left: 20px;
	margin-bottom: .8em;
}

.service-main-div h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	font-size: 1.4em;
	line-height: 1.5em;
	text-decoration: underline;
}

.service-main-weitere {
	width: 85vw;
	margin: 0 auto;
}

.service-main-weitere h1 {
	color: white;
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	font-size: 25px;
	margin-top: 1em;
}

/*------- FOR IPHONE 5 -------*/
@media screen and (max-width: 400px) {
	.service-main-weitere h1 {
		font-size: 20px;
	}
}

.service-main-weitere ul {
	margin-top: 1em;
	margin-bottom: 1.5em;
	list-style-type: none;
	line-height: 2.6em;
	font-size: 1.2em;
}

/*------- FOR IPHONE 5 -------*/
@media screen and (max-width: 400px) {
	.service-main-weitere ul {
		font-size: 1em;
		line-height: 2em;
	}
}

.service-main-weitere li:before {
	content: "\279C  ";
}

.btn-button {
	display: block;
	padding: 10px;
	border: solid #D4CBCB 2px;
	border-radius: 5px;
	color: #D4CBCB;
	background: transparent;
	cursor: pointer;
	width: 250px;
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	margin: 2em auto;
}

.btn-button:hover {
	background: #D4CBCB;
	color: rgb(42, 42, 42);
	transition: 500ms;
}


.display-desktop {
	display: none;
}


/*------- POP UP BOX -------*/
.pop-up-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .7);
}



.pop-up-pdf-content {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .7);
}

.pop-up-pdf-content i {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 37px;
	color: white;
	border-radius: 20px;
	background: rgba(255, 255, 255, .5);
	position: absolute;
	right: 2.5vh;
	top: 2.5vh;
		right: -webkit-calc(6vh - 20px);
		right: -moz-calc(6vh - 20px);
	right: calc(6vh - 20px);
		top: -webkit-calc(6vh - 20px);
		top: -moz-calc(6vh - 20px);
	top: calc(6vh - 20px);
	cursor: pointer;
		-ms-transition: 500ms;
		-webkit-transition: 500ms;
	transition: 500ms;
}

.pop-up-pdf-content i:hover {
	color: #2A2A2A;
	background: rgba(255, 255, 255, .7);
}

iframe {
	width: 98%;
	height: 87vh;
	position: relative;
	top: 12vh;
}

.pop-up-box-show {
	display: block;
}

.no-scroll {
	overflow: hidden;
}

.pop-up-box-info {
	width: 400px;
	height: 200px;
	background: #90b9e5;
	position: relative;
	margin: 0 auto;
	top: 50%;
		-ms-transform: translateY(-50%); /* IE 9 */
		-webkit-transform: translateY(-50%); /* Chrome, Safari,*/
	transform: translateY(-50%);
}

.pop-up-header {
	width: 100%;
	height: 40px;
	background: #6e96d1;
	position: relative;
}

.pop-up-header h1 {
	display: block;
	line-height: 40px;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
		-ms-transform: translateX(0); /* IE 9 */
		-webkit-transform: translateX(0); /* Chrome, Safari,*/
	transform: translateX(0);
}

.pop-up-header i {
	display: block;
	height: 20px;
	font-size: 20px;
	color: white;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.pop-up-header i:hover {
	background: #90b9e5;
	transition: 500ms;
}

.pop-up-content {
	position: relative;
	top: 40px;
}

.pop-up-content a {
	display: inline-block;
	text-decoration: none;
	padding: .5em;
	color: #2A2A2A;
	font-size: 18px;
}

/*------- FOR IPHONE 5 -------*/
@media screen and (max-width: 400px) {
	.pop-up-box-info {
		width: 280px;
		height: 180px;
	}
	.pop-up-header h1 {
		font-size: 20px;
	}
	.pop-up-content a {
		font-size: 14px;
	}
}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
	.pop-up-pdf-content i {
		width: 50px;
		height: 50px;
		font-size: 30px;
		line-height: 47px;
		border-radius: 30px;
		right: 1.5%;
		top: 1.5vw;
	}
	iframe {
		width: 85%;
		height: 98vh;
		top: 1vh;
	}
}

@media screen and (min-width: 1201px) {
	.btn-button {
		border: solid white 2px;
		color: white;
	}
	.btn-button:hover {
		background: white;
		color: #2A2A2A;
	}
	.pop-up-pdf-content i {
		width: 60px;
		height: 60px;
		font-size: 40px;
		line-height: 57px;
		border-radius: 40px;
		right: 50px;
		top: 50px;
	}
	iframe {
		width: 80%;
		height: 98vh;
		top: 1vh;
	}
}

@media screen and (min-width: 1201px) and (max-width: 1500px) {
	.pop-up-pdf-content i {
		right: 2%;
		top: 2vw;
	}
}




.service-main-zubereitung ul li {
	list-style-type: none;
	text-align: center;
	margin-bottom: 0;
}



@media screen and (min-width: 1201px) {
	.display-desktop {
		display: block;
		margin: 0;
		padding: 0;
	}
	.service-main-div {
		min-height: initial;
		padding: 0;
		margin: 0;
		outline: none;
		position: relative;
		overflow: visible;
		display: inline-block;
		width: 100%;
		color: white;
	}
	.service-main-screenings {
		height: 600px;
		width: 50vw;
		width: -webkit-calc(100% - 800px);
		width: -moz-calc(100% - 800px);
		width: calc(100% - 800px);
		background: rgba(110, 150, 209, .8);
		float: right;
		position: relative;
		right: 400px;
	}
	.Screenings {
		float: left;
		height: 600px;
		width: 400px;
		padding: 0;
		margin: 0;
		position: absolute;
		right: 100%;
	}
	.Screenings1 {
		background: url('Bilder/Screenings_BZ1.jpg');
	}
	.Screenings2 {
		background: url('Bilder/Screenings_BZ2.jpg');
	}
	.Screenings1, .Screenings2 {
		height: 50%;
		width: 100%;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	#Screenings {
		margin: 0;
		padding: 0;
		max-height: none;
		max-width: none;
		height: 100%;
		width: auto;
		position: absolute;
		top: 0;
		left: 100%;
	}
	.service-main-div > h1 {
		position: relative;
		position: initial;
		left: 0;
		padding: 0;
		margin: 0;
		display: inline-block;
		margin-top: 80px;
			-ms-transform: translateX(0); /* IE 9 */
			-webkit-transform: translateX(0); /* Chrome, Safari,*/
		transform: translateX(0);
		color: #F2664A;
		font-family: 'Raleway', sans-serif;
		font-size: 40px;
		background: transparent;
		margin-bottom: 50px;
	}
	.service-main-div p {
		font-size: 20px;
		line-height: 1.8em;
		letter-spacing: .05em;
		margin-bottom: 25px;
		margin-top: 0;
	}
	.service-main-screenings p, .service-main-zubereitung p {
		text-align: center;
	}
	.btn-button {
		font-size: 1.2em;
		width: 300px;
	}
	.service-main-screenings ul {
		width: 350px;
	}
	.service-main-zubereitung p {
		width: 60%;
		margin-bottom: 50px;
	}
	.service-main-zubereitung ul li {
		display: inline-block;
		float: left;
		width: 20%;
		padding: 0;
		margin: 0;
	}
	.service-main-zubereitung img {
		width: 80%;
		height: auto;
		max-height: none;
		max-width: none;
		margin-bottom: 80px;
	}
	.service-main-mm {
		position: relative;
		height: 700px;
		background: rgba(55, 142, 61, .9);
		background: grey;
	}
	.service-main-mm h1 {
		margin-bottom: 80px;
	}
	.service-main-mm p {
		width: 50%;
		margin-left: 0;
		padding-right: 5%;
		padding-left: 10%;
	}
	.service-main-mm .btn-button {
		margin: 0;
		margin-top: 50px;
		margin-left: 35%;
			-ms-transform: translateX(-50%); /* IE 9 */
			-webkit-transform: translateX(-50%); /* Chrome, Safari,*/
		transform: translateX(-50%);
	}
	#mm {
		margin: 0;
		padding: 0;
		max-height: 450px;
		max-width: 25%;
		position: absolute;
		bottom: 150px;
		right: 10%;
	}
	.service-main-hausspezi {
		position: relative;
		background: grey;
		height: 700px;
	}
	.service-main-hausspezi-content {
		width: 55%;
		margin: 0;
		position: absolute;
		right: 3%;
	}
	.HNE-container {
		position: absolute;
		bottom: 28px;
		right: 3%;
		width: 7%;
		height: auto;
	}
	.HNE {
		width: 100%;
		height: 0;
		padding-top: 261.51%;
		background: url('Bilder/HNE.png');
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	.HNE-case img {
		padding: 0;
		margin: 0;
		position: absolute;
		top: 0;
		left: 20%;
			-ms-transform: translateX(-50%); /* IE 9 */
			-webkit-transform: translateX(-50%); /* Chrome, Safari,*/
		transform: translateX(-50%);
		max-width: 30%;
		max-height: 300px;		
	}
	#AlleHausspezi {
		position: absolute;
		bottom: 0;
		left: 0;
		max-width: 43%;
		max-height: 350px;
		margin: 0;
		padding: 0;
	}
	.Hausspezi-container {
		position: absolute;
		bottom: 40px;
		right: 14%;
		width: 20%;
		height: auto;
	}
	.Hausspezi {
		width: 100%;
		height: 0;
		padding-top: 75%;
		background: url('Bilder/Hausspezi.jpg');
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	#Sackerl {
		margin-bottom: 80px;
		max-width: 40%;
		border-radius: 10%;
	}
	#sackerl p{
		text-align: center;
	}
}

@media screen and (min-width: 641px) {
	.service-title div {
		top: 60%;
	}
	.service-title div p {
		display: inline-block;
		margin: 0 15px;
	}
	.service-title div hr {
		display: inline-block;
		width: 20%;
		border: solid white 1px;
		border-radius: 30px;
		margin-bottom: .25em;
	}
}

@media screen and (min-width: 401px) and (max-width: 480px) {
  .service-title {
		font-size: .7rem;
		height: 200px;
		background-position: 0 -60px;
	}
}

@media screen and (min-width: 481px) and (max-width: 640px) {
  .service-title {
		font-size: .7rem;
		height: 200px;
		background-position: 0 -110px;
	}
}

@media screen and (min-width: 641px) and (max-width: 780px) {
  .service-title {
		font-size: .8rem;
		height: 300px;
		background-position: 0 -100px;
	}
}

@media screen and (min-width: 781px) and (max-width: 950px) {
  .service-title {
		font-size: .8rem;
		height: 300px;
		background-position: 0 -180px;
	}
}

@media screen and (min-width: 951px) and (max-width: 1000px) {
  .service-title {
		font-size: .8rem;
		height: 400px;
		background-position: 0 -130px;
	}
}

@media screen and (min-width: 1001px) {
	.service-title {
		background-attachment: fixed;
	}
}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .service-title {
		font-size: .8rem;
		height: 400px;
		background-position: 0 -120px;
	}
}

@media screen and (min-width: 1201px) and (max-width: 1500px) {
  .service-title {
		font-size: 1.2rem;
		height: 500px;
		background-position: 0 -220px;
	}
}

@media screen and (min-width: 1501px) and (max-width: 1650px) {
  .service-title {
		font-size: 1.2rem;
		height: 500px;
		background-position: 0 -320px;
	}
}

@media screen and (min-width: 1651px) {
  .service-title {
		font-size: 1.2rem;
		height: 650px;
		background-position: 0 -470px;
	}
}

@media screen and (min-width: 701px) and (max-width: 900px) {
  .service-main-zubereitung ul li {
		display: inline-block;
		float: left;
		width: 50%;
		padding: 0;
		margin: 0;
	}
	.service-main-zubereitung p {
		text-align: center;
	}
}

@media screen and (min-width: 901px) and (max-width: 1200px) {
  .service-main-zubereitung ul li {
		display: inline-block;
		float: left;
		width: 33.333333334%;
		padding: 0;
		margin: 0;
	}
	.service-main-zubereitung p {
		text-align: center;
	}
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
	.Screenings {
		display: block;
		position: absolute;
		bottom: 50px;
		left: 15%;
		height: 400px;
		width: 266.66667px;
		padding: 0;
		margin: 0;
	}
	.Screenings1 {
		background: url('Bilder/Screenings_BZ1.jpg');
	}
	.Screenings2 {
		background: url('Bilder/Screenings_BZ2.jpg');
	}
	.Screenings1, .Screenings2 {
		height: 50%;
		width: 100%;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	#Screenings {
		margin: 0;
		float: left;
		max-height: none;
		max-width: none;
		height: 390px;
		width: auto;
		position: relative;
		top: -180px;
		left: 60%;
	}
	.Hausspezi-container {
		display: block;
		position: absolute;
		top: 105px;
		right: 15%;
		width: 30%;
		height: auto;
	}
	.Hausspezi {
		width: 100%;
		height: 0;
		padding-top: 85%;
		background: url('Bilder/Hausspezi.jpg');
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
}

@media screen and (min-width: 1201px) and (max-width: 1450px) {
	.service-main-hausspezi-content {
		right: 4%;
	}
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
	.HNE-case img {
		top: 50px;
		left: 20%;
			-ms-transform: translateX(-50%); /* IE 9 */
			-webkit-transform: translateX(-50%); /* Chrome, Safari,*/
		transform: translateX(-50%);
	}
}



#topBtn {
	display: none;
	font-size: 1.3rem;
	position: fixed;
	bottom: 56px;
	right: 2.5%;
	cursor: pointer;
	padding: .25em .5em;
	border: solid white 2px;
	color: white;
	background: #B3ACAC;
	border-radius: 2px;
	margin: 0;
	width: auto;
	z-index: 100;
}
	
