@charset "UTF-8";



html {
   font-size: 62.5%;
}

body {
	font-size: 1.6px; /* Fallback für alte Browser, die rem nicht kennen */
	font-size: 1.6rem; /* 16px */
	line-height: 1.5; /* 24px */
	font-family: 'Roboto', sans-serif; /* Google Webfont */
	font-weight: 300;
	color: #444; /* hellgrau */
}

.page-wrapper {
	background-color: #FFFFFF; /* blau-gruen */
	
}

.header {
	background-color: #FFFFFF; /* rot */
	border-bottom: 1px dotted #DDDDDD;
	
}

.main-wrapper {
   background-color: #fff; /* weiss */
   padding: 2em 2rem;
}

.footer {
	background-color: #FFFFFF; /* schwarz */
	color: #6B6B6B; /* weiss */
}

h1, h2, h3 {
	font-family: 'Raleway', sans-serif; /* Google Webfont */
	font-weight: 500;
	line-height: 130%;
	color: #4F4448; /* rot */
}

h1 {
   font-size: 2.6rem; /* 26px */
}

h2 {
   font-size: 2.2rem; /* 22px */
}

h3 {
   font-size: 2.0rem; /* 20px */
}

p.teasertext {
   font-size: 1.7rem; /* 17px */
   line-height: 150%;
}

a:link, a:visited {
	color: #3A3F3F; /* blau-gruen */
	font-weight: normal;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #161515; /* weiss */
	background-color: #FFFFFF; /* blau-gruen */
	background-image: url(../img/Hamburger_icon.svg);
}

.logo {
	font-family: 'Raleway', sans-serif; /* Google Webfont */
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: #fff;
}

.logo a:link, .logo a:visited {
   color: #fff; /* weiss */
   font-weight: 500;
   text-decoration: none;
   display: block;
}

.logo a:hover, .logo a:focus, .logo a:active {
   background-color: #f8b255; /* orange */
}

.main-nav {
	color: #2F2F2F;
}

.main-nav li {
   list-style: none;
}

.main-nav a, .main-nav b {
   font-weight: 300;
}

.main-nav a:link, .main-nav a:visited {
   color: #fff; /* weiss */
}

.main-nav a:hover, .main-nav a:focus, .main-nav a:active {
	color: #fff; /* weiss */
}

.main-nav__item-act {
   color: #189ca4; /* blau-gruen */
   background-color: #fff; /* weiss */
}

.blindtext,
.blindtext * {
	color: #c5c5c5 !important; /* mittelgrau */
}
