html {
  height: 100%; }

body {
  height: 100%;
  font-family: Roboto, "Roboto Black";
  font-weight: normal;
  font-size: 1.1rem;
  color: #009688;
  background-image: none;
  background-size: contain;
  word-break: break-word; }

section {
  padding-top: 1rem; }

.txt-center {
  text-align: center; }

.item-center {
  align-self: center; }

.kreis {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: #FFD000; }

.awesome-icon {
  margin-top: 18px;
  color: white; }

img {
  box-sizing: border-box; }

.flex-box-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*dafault nowrap*/
  align-items: center;
  padding: 0.6rem; }

.nav {
  color: #014880;
  background-color: #FFD000;
  font-family: 'Roboto Condensed'; }

.flex-item-navi {
  flex-grow: 1;
  width: 50%;
  flex-basis: auto;
  /*dafault*/
  align-self: center; }

.flex-box-col {
  display: flex;
  flex-direction: column;
  align-items: center; }

.flex-item {
  flex-grow: 1;
  flex-basis: auto;
  /*dafault*/
  width: 100%; }

.headerH1 {
  position: relative;
  background-color: #014880;
  padding: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .headerH1 h1 {
    font-size: 2rem;
    color: white;
    margin: 3rem 0; }

.ul-center {
  display: inline-block;
  padding-left: 0;
  /* default 40px */
  list-style-type: none;
  line-height: 1.6rem; }
  .ul-center > li {
    text-align: left; }

.number {
  font-size: 4rem;
  font-weight: bold; }

.item-border {
  border-style: dotted;
  margin: 0 1rem;
  padding: 1rem; }

.overlay {
  position: absolute;
  background-color: #014880;
  /* background-image: url("../imgs/logout-1.webp"); */
  opacity: 0.25;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.link_btn {
  display: inline-block;
  padding: 14px 25px;
  text-decoration: none;
  border-radius: 0.4rem;
  background-color: #FFD000;
  font-size: 2rem;
  font-weight: bold;
  color: white; }

.link_btn_small {
  padding: 0px 40px;
  text-decoration: none;
  border-radius: 0.2rem;
  background-color: #FFD000;
  font-size: 2rem;
  font-weight: bold;
  color: white; }

.befor-fixed {
  margin-bottom: 50px;
  margin-top: 1rem;
  background-color: #009688;
  color: black; }

.phone-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 8px;
  border-radius: 10px;
  background-color: #009588; }

.eff-grow {
  transition: all .3s ease-in-out; }
  .eff-grow:hover {
    transform: scale(0.9); }

.impressum {
  max-width: 94%; }

@media only screen and (min-width: 768px) {
  .nav h2 {
    font-size: 1.5rem; }

  .headerH1 h1 {
    font-size: 4rem; }

  .flex-box-row {
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: row; }

  .flex-item {
    flex-basis: 0;
    width: auto; }

  .befor-fixed {
    margin-bottom: 0; }

  .phone-fixed {
    display: none; }

  .impressum {
    max-width: 1200px;
    margin: 0 auto; } }
