html, body {
  margin: 0px;
  padding: 0px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #002c52;
  font-family: Helvetica, Arial, sans-serif;
  background: #f4f4f4;
}

html {
  padding-top: 123px;
}

.width {
  max-width: 1200px;
  margin: 0 auto;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}

h1 {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.2;
  width: 100%;
  text-transform: uppercase;
  color: #002c52;
  margin-bottom: 25px;
}

p, ul, ol, table {
  margin: 0px 0px 25px 0px;
  color: #002c52;
  font-weight: 400;
  font-size: 1.575rem;
  line-height: 1.5em;
}

a, a:link, a:visited {
  color: #006ab3;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

a:hover, a:focus, a:active {
  color: #67b3df;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

a.button, a.button:link, a.button:visited,
a.button:not([href]):not([tabindex]), a.button:not([href]):not([tabindex]):link, a.button:not([href]):not([tabindex]):visited,
button.button,
span.button {
  background-color: #67b3df;
  color: #fff;
  border-radius: 40px;
  border: 0 none;
  font-weight: 700;
  padding: 15px 40px;
  width: auto;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

a.button:hover, a.button:focus, a.button:active,
a.button:not([href]):not([tabindex]):hover, a.button:not([href]):not([tabindex]):focus, a.button:not([href]):not([tabindex]):active,
button.button:hover, button.button:focus, button.button:active,
span.button:hover, span.button:focus, span.button:active {
  background-color: #006ab3;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

/**********************
	Header
**********************/
.header {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1000;
  padding: 15px 0px;
  border-top: 7px solid #006ab3;
  position: fixed;
  background: #ffffff;
}
.header h2 {
  font-size: 1.7rem;
  font-weight: 700;
  color: #006ab3;
}
.header img {
  width: 56px;
  height: auto;
}
.header img.sana {
  display: block;
  margin: 0px 0px 0px auto;
}
.header img.kru {
  display: block;
  margin: 0px auto 0px 0px;
  width: 250px;
}

/**********************
	Textblock
**********************/
.textblock {
  padding: 100px 0px 80px 0px;
}
.textblock ul, .textblock ol {
  padding-left: 17px;
}
.textblock form label {
  font-weight: bold;
  color: #002c52;
  font-size: 1.575rem;
  line-height: 1.5em;
  display: block;
}
.textblock form label.klein {
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
}
.textblock form .form-check {
  margin-bottom: 10px;
}
.textblock form .form-check label {
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
}
.textblock form .form-group {
  margin-bottom: 30px;
}

/**********************
	Umfrage-Tabelle
**********************/

.tabelle_umfrage {
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
}

.tabelle_umfrage tr:first-child th {
	font-weight: normal;
}

.tabelle_umfrage tr th {
	font-weight: bold;
}

.tabelle_umfrage tr td {
	text-align: center; 
}

.tabelle_umfrage tr th, 
.tabelle_umfrage tr td {
	vertical-align: top;
	padding: 5px 15px 5px 0px;
	border-bottom: 1px solid #cccccc;
}

.tabelle_umfrage tr th .form-check-input,
.tabelle_umfrage tr td .form-check-input  {
	margin: 0px;
	position: relative; 
}

/**********************
	Footer
**********************/
.footer {
  background: #ffffff;
  padding: 30px 0px;
}
.footer p, .footer ul {
  display: inline-block;
  vertical-align: top;
  margin: 5px 25px 5px 0px;
  list-style-type: none;
  color: #ababab;
}
.footer p li, .footer ul li {
  display: inline-block;
  vertical-align: top;
}
.footer p li a, .footer p li a:link, .footer p li a:visited, .footer ul li a, .footer ul li a:link, .footer ul li a:visited {
  color: #ababab;
}
.footer p li a:hover, .footer p li a:focus, .footer p li a:active, .footer ul li a:hover, .footer ul li a:focus, .footer ul li a:active {
  color: #006ab3;
}
.footer p span, .footer ul span {
  display: inline-block;
  vertical-align: top;
  padding: 0px 10px;
}

/**********************
	Media-Query
**********************/
@media (max-width: 575.98px) {
  h1 {
    font-size: 1.7rem;
  }
  p, ul, ol, table {
    font-size: 1rem;
    line-height: 1rem;
  }
  .textblock form label {
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 1rem;
  }
  .textblock form .form-check label {
    margin-bottom: 0px;
  }
  .footer ul, .footer p {
    display: block;
    margin-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
}

/*# sourceMappingURL=layout.css.map */
