body {
  margin: 0;
  font-family: 'Helvetica', 'Arial', sans-serif; }
  body p, body h1, body h2, body h3, body h4, body h5, body h6 {
    margin: 0; }

.sitewrapper {
  max-width: 1600px;
  margin: 0 auto;
  background-color: #F7F7F7;
  padding: 50px;
  border-radius: 30px;
  margin-top: 0px; }
  .sitewrapper h1 {
    text-align: center;
    padding-bottom: 30px;
    color: #0169AD; }

.warteanzeige-grid-container {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  grid-template-rows: 0.5fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px; }

.wartezeit-box {
  grid-area: 1 / 1 / 3 / 2;
  border-radius: 30px;
  background: #0369ad;
  background: linear-gradient(145deg, #0369ad 0%, #2b84bf 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .wartezeit-box .wartezeit-icon {
    overflow: hidden;
    position: relative;
    max-width: 300px; }
    .wartezeit-box .wartezeit-icon img {
      width: 100%;
      max-width: 300px;
      position: relative;
      top: -55px;
      left: -60px; }
  .wartezeit-box .wartezeit-dauer {
    color: white;
    padding: 0px 30px 70px 30px; }
    .wartezeit-box .wartezeit-dauer h2 {
      font-size: 70px;
      font-weight: bold; }
    .wartezeit-box .wartezeit-dauer p {
      font-size: 25px;
      font-weight: 200;
      margin: 0px;
      padding-left: 15px;
      padding-top: 10px; }

.hotline-info-box {
  grid-area: 1 / 2 / 2 / 5;
  background-color: white;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .hotline-info-box .hotline-info-text {
    padding: 0px 10px; }
    .hotline-info-box .hotline-info-text .hotline-icon-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      max-width: 500px; }
      .hotline-info-box .hotline-info-text .hotline-icon-text img {
        width: 80px; }
      .hotline-info-box .hotline-info-text .hotline-icon-text p {
        font-size: 22px;
        font-weight: 400;
        padding: 10px 10px 10px 15px;
        color: #0169AD; }
        .hotline-info-box .hotline-info-text .hotline-icon-text p a {
          text-decoration: none;
          color: #0169AD;
          font-weight: bold; }
  .hotline-info-box .hotline-info-telefon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 20px; }
    .hotline-info-box .hotline-info-telefon img {
      width: 60px;
      padding-right: 10px; }
    .hotline-info-box .hotline-info-telefon .hotline-info-nummer {
      padding-right: 20px; }
      .hotline-info-box .hotline-info-telefon .hotline-info-nummer p {
        font-size: 20px;
        font-weight: 500; }
      .hotline-info-box .hotline-info-telefon .hotline-info-nummer h3 {
        font-size: 40px;
        font-weight: bold;
        color: #0169AD;
        margin: 0px; }

.kennzahl-patienten-box {
  grid-area: 2 / 2 / 3 / 3;
  background-color: white;
  border-radius: 30px; }

.kennzahl-notfaelle-box {
  grid-area: 2 / 3 / 3 / 4;
  background-color: white;
  border-radius: 30px; }

.kennzahl-krankenwagen-box {
  grid-area: 2 / 4 / 3 / 5;
  background-color: white;
  border-radius: 30px; }

.kennzahl {
  position: relative;
  overflow: hidden; }
  .kennzahl .kennzahl-icon-kreis {
    width: 250px;
    height: 250px;
    border-radius: 250px;
    background: #0369ad;
    background: linear-gradient(145deg, #0369ad 50%, #2b84bf 80%);
    position: absolute;
    top: -125px;
    left: -125px; }
    .kennzahl .kennzahl-icon-kreis img {
      width: 70px;
      margin-left: 140px;
      margin-top: 140px; }
  .kennzahl .kennzahl-text {
    padding: 140px 10px 0px 40px; }
    .kennzahl .kennzahl-text h3 {
      font-size: 70px;
      font-weight: bold;
      margin: 0px;
      color: #4D4D4D; }
    .kennzahl .kennzahl-text p {
      font-size: 20px;
      font-weight: 400;
      margin: 0px;
      padding-top: 10px;
      color: #606060; }

.anmerkung-textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px; }
  .anmerkung-textbox p {
    font-size: 14px;
    font-weight: 400;
    color: #606060;
    max-width: 400px; }

/*============== Bildschirm Responsive ab 1200px ==============*/
@media screen and (min-width: 1200px) {
  .sitewrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
    padding: 0 50px;
    max-width: 100%;
  }
  .anmerkung-textbox {
    width: 100%;
    max-width: 2150px;
  }
}

/*============== Responsive bis 1199px ==============*/
@media screen and (max-width: 1000px) {
  .sitewrapper {
    padding: 10px; }
  .hotline-info-text p {
    font-size: 16px !important; }
  .hotline-info-telefon img {
    width: 40px !important; }
  .hotline-info-nummer h3 {
    font-size: 30px !important; }
  .kennzahl-text {
    padding: 140px 10px 0px 15px !important; }
    .kennzahl-text h3 {
      font-size: 60px !important; }
    .kennzahl-text p {
      font-size: 16px !important; } }

/*============== Responsive Mobile ==============*/
@media screen and (max-width: 800px) {
  .warteanzeige-grid-container {
    display: block;
    width: 100%; }
  .wartezeit-box {
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 200px; }
    .wartezeit-box .wartezeit-icon {
      width: 200px; }
      .wartezeit-box .wartezeit-icon img {
        top: -30px;
        left: -50px;
        width: 200px; }
    .wartezeit-box .wartezeit-dauer {
      padding: 40px 10px 0px 0px; }
      .wartezeit-box .wartezeit-dauer h2 {
        font-size: 55px; }
      .wartezeit-box .wartezeit-dauer p {
        font-size: 20px;
        padding-left: 10px; }
  .hotline-info-box {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .hotline-info-box .hotline-info-text {
      padding: 20px 20px; }
    .hotline-info-box .hotline-info-telefon {
      padding: 0px 0px 20px 0px; }
  .kennzahl {
    margin-bottom: 10px; }
    .kennzahl .kennzahl-icon-kreis {
      width: 200px;
      height: 200px;
      border-radius: 200px;
      top: -100px;
      left: -100px; }
      .kennzahl .kennzahl-icon-kreis img {
        width: 60px;
        margin-left: 110px;
        margin-top: 110px; }
    .kennzahl .kennzahl-text {
      padding: 35px 0px 35px 120px !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .kennzahl .kennzahl-text h3 {
        font-size: 40px !important;
        padding: 0px !important;
        width: 80px; }
      .kennzahl .kennzahl-text p {
        font-size: 16px !important;
        padding: 0px !important; }
  .anmerkung-textbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .anmerkung-textbox p {
      padding: 0px 40px 40px 40px;
      text-align: center; } }

	  
	  
	  
	 
    .fade {
      -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
            -moz-animation: fadein 2s; /* Firefox < 16 */
          -ms-animation: fadein 2s; /* Internet Explorer */
            -o-animation: fadein 2s; /* Opera < 12.1 */
              animation: fadein 2s;
    }
    .fade {
      -webkit-animation: fadeIn 2s ease 0s 1 normal forwards; /* Safari, Chrome and Opera > 12.1 */
           -moz-animation: fadeIn 2s ease 0s 1 normal forwards; /* Firefox < 16 */
          -ms-animation: fadeIn 2s ease 0s 1 normal forwards; /* Internet Explorer */
           -o-animation: fadeIn 2s ease 0s 1 normal forwards; /* Opera < 12.1 */
              animation: fadeIn 2s ease 0s 1 normal forwards;
    }
    @keyframes fadeIn {
      0% {
        opacity: 0;
        transform: translateY(-250px);
      }
    
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }
    @-moz-keyframes fadeIn {
      0% {
        opacity: 0;
        transform: translateY(-250px);
      }
    
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }
    @-webkit-keyframes fadeIn {
      0% {
        opacity: 0;
        transform: translateY(-250px);
      }
    
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }
    @-ms-keyframes fadeIn {
      0% {
        opacity: 0;
        transform: translateY(-250px);
      }
    
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }
    @-o-keyframes fadeIn {
      0% {
        opacity: 0;
        transform: translateY(-250px);
      }
    
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }