h1{
	color: #FFF;
	font-size: 80px;
	font-family: "Georgia", serif;
}

h2{
	font-size: 40px;
	font-weight: bold;
}

h3{
	font-size: 25px;
	font-weight: bold;
}

h5{
	font-weight: bold;
}

h6{
	font-size: 39px;
	font-weight: bold;
}

h7{
	color: #343a40;
	font-size: 80px;
	font-family: "Calibri";
}

h8{
	color: #343a40;
	font-size: 80px;
	font-family: "Calibri";
}


p{
	font-family: "Calibri", serif;
	font-size: 18px;
}

.p2{
	color: #343a40;
	font-family: "Calibri", serif;
	font-size: 18px;
}

.zentriert {
  margin-left: auto;
  margin-right: auto;
  border: thin solid;
}

hr{
   border: none;
   height: 2px;
   background: #FFF;
}

#welcome{
	position: absolute;
    top: 13%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#salutation{
	position: relative;
    text-align: center;
    color: white
}

#aboutus{
	position: relative;
    text-align: center;
}

#department{
	position: relative;
	text-align: center;
}

#contact{
	background-color: #48ba40;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

#it-support{
	position: relative;
 	width: 100%;
  	min-height: 1px;
  	padding-right: 15px;
  	padding-left: 15px;
}
