body {
	font-family: 'Roboto', sans-serif;
	text-align: left;
	overflow: hidden;
	background: #4a4a4a;
}

*{
	padding: 0px;
	margin: 0px;
}





/* NAV-DESKTOP
======================*/

.home-menu-desktop, .home-menu-desktop-wrap {
	display: none;
}




/* INTRO
======================*/

.home-intro-container {
	background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0.6)
    ), url('Bilder/Building.jpg');
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	height: 100vh;
		height: -webkit-calc(100vh - 70px);
		height: -moz-calc(100vh - 70px);
	height: calc(100vh - 70px);
}

@media screen and (min-width: 1000px) {
	.home-intro-container {
		height: 100vh;
	}
}

.home-intro {
	text-align: center;
	width: 80%;
	font-size: 2.3rem;
	font-family: 'Raleway', sans-serif;
	color: rgb(240, 240, 240);
	position: absolute;
	bottom: 2em;
	left: 50%;
		-ms-transform: translateX(-50%); /* IE 9 */
		-webkit-transform: translateX(-50%); /* Chrome, Safari,*/
	transform: translateX(-50%);
}

/*------- FOR IPHONE 5 -------*/
@media screen and (max-height: 600px) {
	.home-intro {
		bottom: 1.5em;
	}
}

.home-intro-container img {
	display: block;
	width: 50%;
	position: absolute;
	top: 45%;
		-ms-transform: translateY(-50%); /* IE 9 */
		-webkit-transform: translateY(-50%); /* Chrome, Safari,*/
	transform: translateY(-50%);
	left: 50%;
		-ms-transform: translateX(-50%); /* IE 9 */
		-webkit-transform: translateX(-50%); /* Chrome, Safari,*/
	transform: translateX(-50%);
	padding: 5px;
	border-radius: 20px;
	/*background: rgba(198, 168, 137, .3);*/
	background: rgba(255, 255, 255, .3);
}

.home-intro h2 {
	/*margin-top: 2.2em;*/
	font-size: .6em;
	line-height: 2em;
	font-weight: normal;
}

.home-intro h3 {
	text-align: right;
	margin-top: 1.2em;
	font-size: .4em;
	font-weight: normal;
}

.home-intro-nav {
	display: none;
}



@media screen and (min-width: 800px) {
	.home-intro-container img {
		width: 35%;
		top: 5%;
	}
	.home-intro-nav {
		display: block;
		font-size: 1rem;
		height: 3.2em;
		width: 80%;
		position: absolute;
		top: 50%;
			-ms-transform: translateY(-50%); /* IE 9 */
			-webkit-transform: translateY(-50%); /* Chrome, Safari,*/
		transform: translateY(-50%);
		left: 10%;
		z-index: 150;
	}
	.home-intro-nav a {
		display: block;
		float: left;
		/*background: rgba(0, 0, 0, 0.6);*/
		background: rgba(38, 174, 192, .7);
		background: rgba(122, 33, 34, .7);
		background: rgba(159, 51, 48, .7);
		background: rgba(42, 42, 42, .8);
		background: rgba(74, 74, 74, .8);
		text-align: center;
		text-decoration: none;
		color: #D4CBCB;
		width: 25%;
		line-height: 3.2em;
		font-family: 'Raleway', sans-serif;
		font-size: 1.2em;
	}
	.home-intro-nav a:hover {
		/*background: black;*/
		color: white;
		font-weight: bold;
		transition: 500ms;
	}
	.home-intro-nav a:first-child {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.home-intro-nav a:last-child {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.home-intro {
		bottom: 1em;
	}
	.home-intro h2 {
		font-size: .9em;
	}
	.home-intro h3 {
		font-size: .7em;
		padding-top: 1.5em;
	}
}

@media screen and (min-width: 1200px) {
	.home-intro-nav {
		width: 60%;
		left: 20%;
		top: 55%;
	}
}

@media screen and (min-width: 1400px) {
	.home-intro {
		width: 70%;
	}
	.home-intro h2 {
		font-size: 1.2em;
	}
	.home-intro h3 {
		font-size: 1em;
	}
}


/* MAIN
======================*/

.home-main-special {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.home-main-special img {
	border: 8px solid #D4CBCB;
	border-radius: 8px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width: 900px) {
	.home-main-special {
		width: 900px;
	}
}
@media screen and (min-width: 1600px) {
	.home-main-special {
		width: 1300px;
	}
}

.home-main-wir {
	background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.15)
  );
  background: #4a4a4a;
	text-align: center;
	width: 90%;
	padding: 0 5%;
	margin: 0 auto;
	font-family: 'Raleway', sans-serif;
	color: #D4CBCB;
}

.home-main-wir h2 {
	padding-top: 1.5em;
	color: white;
	font-weight: normal;
}

.home-main-wir p {
	line-height: 1.5em;
	font-size: 18px;
	margin-top: 1.5em;
}

.team-member {
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 1.5em;
	padding-bottom: 1.5em;
}

.team-member h2 {
	font-size: 1.2em;
	color: white;
}

.picture-BK {
	background: url('Bilder/Papa_Einleitung.jpg');
	background-size: 100% auto;
	background-position: 0 -2.2em;
	margin: 0 auto;
	border-radius: 5%;
	width: 10em;
	height: 13em;
}

.home-main-container-div {
	min-height: 600px;
	padding: 2em;
	outline: solid white 2px;
	outline-offset: -2em;
	position: relative;
	text-align: center;
	color: rgb(42, 42, 42);
}

.home-main-container-div h1 {
	color: white;
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	position: absolute;
	top: .4em;
	left: 50%;
		-ms-transform: translateX(-50%); /* IE 9 */
		-webkit-transform: translateX(-50%); /* Chrome, Safari,*/
	transform: translateX(-50%);
	background: inherit;
	padding: 0 .5em;
}

.home-main-desktop-beratung-before, .home-main-desktop-service-before {
	display: none;
}

@media screen and (max-width: 345px) {
	.home-main-desktop-beratung-before, .home-main-desktop-service-before {
		display: block;
		height: 1em;
		width: 100%;
	}
	.home-main-desktop-beratung-before {
		background: #F2664A;
	}
	.home-main-desktop-service-before {
		background: #26AEC0;
	}
	.home-main-container-div {
		outline-offset: -1em;
	}
	.home-main-container-div h1 {
		top: 0;
	}
}


.home-main-container-div > p {
	margin-top: 2em;
	font-size: 1.2em;
	line-height: 1.6em;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.home-main-container-div ul {
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	list-style-type: none;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
}

.home-main-container-div li:before {
	content: "\279C  ";
}

.home-main-container-div ul p {
	margin-bottom: .5em;
	text-align: left;
	text-decoration: underline;
	font-size: 1.2em;
	font-family: 'Raleway', sans-serif;
}

.home-main-container-div li {
	line-height: 1.8em;
}

.home-main-beratung {
	background: #F2664A;
	min-height: 550px;
}

.home-main-service {
	background: #26AEC0;
}

.btn {
	display: block;
	padding: 10px;
	border: solid white 2px;
	border-radius: 5px;
	color: white;
	background: transparent;
	cursor: pointer;
	width: 220px;
	font-size: 1.2em;
	font-family: 'Raleway', sans-serif;
	margin: 1em auto;
	text-decoration: none;
}

.btn:hover {
	background: white;
	color: rgb(42, 42, 42);
	transition: 500ms;
}

.home-main-desktop-container {
		display: block;
		height: 350px;
	}
.home-main-desktop-beratung {
	background: url('Bilder/Beratung.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.home-main-desktop-service {
	background: url('Bilder/Service_Image.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width: 345px) {
	.home-main-desktop-beratung {
		background-position: -30px 0;
	}
	.home-main-desktop-service {
		background-position: -100px 0;
	}
}

.home-main-desktop {
	display: none;
}

.btn-desktop {
	display: none;
}

@media screen and (min-width: 640px) and (max-width: 950px) {
  
}

@media screen and (min-width: 951px) and (max-width: 1200px) {
 
}

@media screen and (min-width: 1201px) {
	.home-main-wir {
		display: table;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.home-main-wir-left {
		display: table-column;
		width: 60%;
		float: left;
	}
	.team-member {
		display: table-column;
		width: 40%;
		float: right;
	}
	.home-main-wir-left h2 {
		padding: 0;
	}
	.home-main-wir p {
		font-size: 20px;
		line-height: 1.8em;
	}
	.team-member {
		margin: 0;
		padding: 0;
	}
	.home-main-container-div {
		display: inline-block;
		box-sizing: border-box;
		width: 40%;
		height: 600px;
		display: table;
	}
	.home-main-beratung {
		float: left;
	}
	.home-main-service {
		float: right;
	}
	.home-main-desktop-container {
		display: inline-block;
		height: 600px;
		width: 60%;
		box-sizing: border-box;
		text-align: center;
		color: rgb(42, 42, 42);
		color: white;
		position: relative;
	}
	.home-main-desktop-beratung {
		background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0.6)
    ), url('Bilder/Beratung.jpg');
		background-size: cover;
	}
	.home-main-desktop-service {
		background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ), url('Bilder/Service_Image.jpg');
		background-size: cover;
	}
	.home-main-container-div > p {
		display: none;
	}
	.btn {
		display: none;
	}
	.home-main-container-div ul {
		display: table-cell;
		vertical-align: middle;
	}
	.home-main-container-div ul p {
		margin: 0 auto;
		margin-bottom: .5em;
		font-size: 1.6em;
		width: 380px;
	}
	.home-main-container-div li {
		line-height: 1.8em;
		font-size: 1.4em;
		width: 380px;
		margin: 0 auto;
	}
	.home-main-beratung li {
		line-height: 2.4em;
	}
	.home-main-desktop {
		display: block;
	}
	.home-main-desktop-container > p {
		position: relative;
		top: 7em;
		font-size: 1.8em;
		line-height: 2em;
		letter-spacing: 1px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.btn-desktop {
		display: block;
		position: absolute;
		left: 50%;
			-ms-transform: translateX(-50%); /* IE 9 */
			-webkit-transform: translateX(-50%); /* Chrome, Safari,*/
		transform: translateX(-50%);
		bottom: 5em;
		font-family: 'Raleway', sans-serif;
		font-size: 1.5em;
		width: 300px;
	}
}





