html {
	scroll-behavior:smooth;
}

.regular {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	color: #666666;
	font-weight: 400;
	width: 600px;
}
.AnmerkungToDos {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	color: #FF0000;
	font-weight: 400;
	width: 600px;
}
.navigationMenu {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 400;
	width: 600px;
	padding: 10px;
}
.regularBold {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	color: #666666;
	font-weight: 700;
}
.footerTxt {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	color: #CCCCCC;
	font-weight: 700;
	padding-left: 50px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
}
.footerTxtLarge {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	line-height: 22px;
	text-decoration: none;
	color: #CCCCCC;
	font-weight: 700;
}
.regularBoldCol {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	color: #339933;
	font-weight: 700;
}
.mini {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	color: #999999;
	font-weight: lighter;
}
.miniAnmerkung {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	color: #FF9900;
	font-weight: lighter;
}
.imgRound {
	border-radius: 200px;
}

.locationCall {
	position: fixed;
	height: 84px;
	width: 84px;
	left: 93%;
	top: 300px;
}

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/raleway-v28-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/raleway-v28-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/raleway-v28-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
