@charset "utf-8";
/* CSS Document */

/* grundlegende Einstellungen */
* {margin:0px; padding:0px}


html, body {
    height: 80%;
}


body {
	background-color: #003e87;
	
}

/*Navigation */
#start2 {
	display: none;
}

nav {
	background-color: #003e87;
	text-align: center;
	padding-top: 3.5em;
	padding-bottom: 5em;
	margin: 0em 0em 0em 0em;
}

nav li {
	list-style-type: none;
	display: inline;
	padding-left: 1.5em;
	padding-right: 1.5em;
}

nav a {
	text-decoration: none;
	font-family: Raleway;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: 700;
}

#start_dienstleistungen {
	padding-top: 1em;
	padding-bottom: 2em;
	position: fixed;
	top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
}

/* 1. Bereich */
.start {
	background-color: #003e87;
}

.lar_logo {
	text-align: center;
	margin-bottom: 2.5em;
}

.lar_logo1 {
	text-align: center;
	margin-bottom: 2.5em;
	margin-top: 2.5em;
}

h1 {
	font-family: raleway;
	color: #ffffff;
	font-size: 4.5em;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-align: center;
	margin-top: 0.1em;
	padding-top: 0.6em;
	padding-bottom: 2.5em;
}

h3 {
	font-family: raleway;
	color: #ffffff;
	font-size: 3em;
	font-weight: 700;
	text-align: center;
}

#ueberschrift_klein {
	display: none;
}

h2 {
	font-family: raleway;
	color: #ffffff;
	font-size: 6em;
	font-weight: 700;
	text-align: center;
	padding-bottom: 4em;
}

hr {
	width: 50%;
	margin: 0 auto;
}



#wrapper {
    position: relative;
    min-height: 100%;
}

#footer {
	position:absolute;
    bottom: 0;
    width: 100%;
    background-color: #003e87;
    height: 2em;
}

#fusszeile {
	text-align: center;
	color: #ffffff;
	font-family: Raleway;
	font-size: 0.8em;
	font-weight: 500;
}

#fusszeile a {
	text-decoration: none;
	font-family: Raleway;
	color: #ffffff;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #00326d;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 10px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
  font-family: Raleway;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 7px;
  font-size: 36px;
  margin-left: 80px;
}

#menu1 {
	display: none;
}


/* mediaqueries */
@media screen and (max-width: 1180px) {
	
	h1 {
		font-size: 3.5em;
	}
	
	nav li {
	font-size: 0.7em;
	font-weight: 100;
	}
	
}


@media screen and (max-width: 930px) {
	
	nav li {
	font-size: 0.7em;
	font-weight: 100;
	}
	
}


@media screen and (max-width: 820px) {
	
	h1 {
		font-size: 3em;
	}
	
	nav li {
	font-size: 0.6em;
	font-weight: 100;
	}
	
	.sidenav {
		padding-top: 15px;
	}
	
  	.sidenav a {
		font-size: 18px;
	}
	
	#menu1 {
		display: block;
		padding-top: 2em;
	}
	
	#start {
		display: none;
	}
	
	.lar_logo {
	text-align: center;
	margin-top: 12em;
	}
	
}


@media screen and (max-width: 780px) {
	
	.lar_logo {
	margin-top: 4em;
	}
	
}


@media screen and (max-width: 490px) {
	
	
	h1 {
		font-size: 2em;
	}
	
	.lar_logo {
	margin-top: 6em;
	}
	
	.lar_logo img {
		width: 55%;
	}
	
	#fusszeile {
	font-size: 0.5em;
	font-weight: 400;
}
	
}


/*
@media screen and (max-width: 340px) {
	
	
	h1 {
		font-size: 1.7em;
	}
	
	.lar_logo {
	margin-top: 3em;
	}
	
	.lar_logo img {
		width: 60%;
	}
	
	#fusszeile {
	font-size: 0.5em;
	font-weight: 400;
}
	
}*/






