html{
  scroll-behavior: smooth;
 }

body{
	font-family: Rajdhani SemiBold;
	font-size:20px;
	line-height:1.5;
	padding:0;
	margin:0;
	background-color:#f4f4f4
}

.container{
	font-family: Rajdhani SemiBold;
	width:70%;
	margin:auto;
	overflow:hidden;
}

@font-face { font-family: 
Rajdhani Light; src: url('../Rajdhani-Light.ttf');}
@font-face { font-family:
Rajdhani Regular; src: url('../Rajdhani-Regular.ttf');}
@font-face { font-family:
Rajdhani Medium; src: url('../Rajdhani-Medium.ttf');}
@font-face { font-family:
Rajdhani Bold; src: url('../Rajdhani-Bold.ttf');}}
@font-face { font-family:
Rajdhani SemiBold; src: url('../Rajdhani-SemiBold.ttf');}

ul{
	margin:0;
	padding:0;
}

header{
	color:#ffffff;
	padding-top:30px;
	min-height:70px;
	border-bottom:#E56CA0 3px solid;
}

header a{
	font-family: Rajdhani Bold;
	color:#3c3c3b;
	text-decoration:none;
	font-size:25px;
	text-shadow: 2px 2px #ffffff;
}

header li{
	float:left;
	display:inline;
	padding: 0 20px 0 20px;
}

header #branding{
	float:left;
}	

header #branding img{
	width:200px;
}

header nav{
	float:right;
	margin-top:50px;
}

header .highlight, header .current a{
	color:#6D8EB8;
}

header a:hover{
	color:#E56CA0;
}

#showcase{
	min-height:700px;
	background:url('../img/bg.jpg') no-repeat 0 -300px;
	background-color:#ffffff;
	background-position:center;
	text-align:center;
	color: #6D8EB8;
	border-bottom:#E56CA0 3px solid;
}

#showcase h1{
	margin-top:300px;
	font-size:55px;
	margin-bottom:-30px;
	text-shadow:
    -2px -2px 0 #ffffff,
    2px -2px 0 #ffffff,
    -2px 2px 0 #ffffff,
    2px 2px 0 #ffffff; 
}

#showcase p{
	font-size:30px;
	text-shadow:    
	-2px -2px 0 #ffffff,
    2px -2px 0 #ffffff,
    -2px 2px 0 #ffffff,
    2px 2px 0 #ffffff;
}

#boxes{
	margin-top:10px;
}

#boxes .leitgedanke{
	font-family: Rajdhani Medium;
	float: center;
	color: #3c3c3b;
	text-align:center;
	width:100%;
	padding:10px;
}

#boxes .leitgedanke h3{
	font-family: Rajdhani Bold;
}

#boxes .unserziel{
	font-family: Rajdhani Medium;
	margin-top:10px;
	float: center;
	color: #3c3c3b;
	text-align:center;
	width:100%;
	padding:10px;
}

#boxes .unserziel h3{
	font-family: Rajdhani Bold;
}

#boxes .serviceleistungen{
	font-family: Rajdhani Medium;
	margin-top:10px;
	float: center;
	color: #3c3c3b;
	text-align:center;
	width:100%;
	padding:10px;
}

#boxes .serviceleistungen h3{
	font-family: Rajdhani Bold;
}

#boxes .kontakt{
	font-family: Rajdhani Medium;
	margin-top:10px;
	float: center;
	color: #3c3c3b;
	text-align:center;
	width:100%;
	padding:10px;
}

#boxes .kontakt h3{
	font-family: Rajdhani Bold;
}

#boxes .boximg1 {
	margin-bottom:20px;
	box-shadow: 0px 5px 5px grey;
	float: left;
	text-align:center;
	width:100%;
	padding:10px;
    background: url('../img/pic-01.jpg');
	background-position:center;
	height:400px;
    background-size: cover;
}

#boxes .boximg2 {
	margin-bottom:20px;
	box-shadow: 0px 5px 5px grey;
	float: left;
	text-align:center;
	width:100%;
	padding:10px;
    background: url('../img/pic-02.jpg');
	background-position:center;
	height:400px;
    background-size: cover;
}

footer{
	border-top:#E56CA0 3px solid;
	padding:20px;
	margin-top:20px;
	color:#ffffff;
	background: linear-gradient(to right, #6D8EB8, #6EBB85);
	text-align:center;
}

footer a{
	text-decoration:none;
	color:#3c3c3b;
}

@media(max-width: 800px){
	header #branding,
	header #branding img,
	header nav li,
	#boxes .leitgedanke,
	#boxes .unserziel,
	#boxes .serviceleistungen,
	#boxes .kontakt,
	#boxes .boximg1,
	#boxes .boximg2,
	#showcase{
		float:none;
		text-align:center;
		width:100%;
	}
	
	header nav{
		float:none;
		text-align:center;
		width:100%;
		margin-top:-10px;
	}
	
	header{
		padding-bottom:15px;
		height:100%;
	}


}