.defaulttransition {
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.dg-grid-container h3 {
  font-size: 1.5rem;
  /* hyphens: auto; */
  color: white;
  margin: 0;
}
.dg-recheck-horizontal h3 {
  text-align: left;
}
.dg-viereck-gross h3 {
  font-size: 2rem;
}
.dg-grid-medaile-container p {
  margin-bottom: 0;
}
.dg-recheck-vertikal .dg-grid-medaile-single p {
  font-size: 1.5em;
}
.dg-grid-medaile-single p {
  font-size: 2em;
  color: white;
  margin-top: 0;
}
.dg-grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(8rem, 1fr))[2];
      grid-template-columns: repeat(2, minmax(8rem, 1fr));
  grid-auto-rows: calc(50vw);
  grid-auto-flow: dense;
  grid-gap: 15px;
}
@media (min-width: 601px ) {
  .dg-grid-container {
    -ms-grid-columns: (minmax(8rem, 1fr))[4];
        grid-template-columns: repeat(4, minmax(8rem, 1fr));
    grid-auto-rows: calc(25vw);
  }
}
@media (min-width: 993px ) {
  .dg-grid-container {
    -ms-grid-columns: (minmax(8rem, 1fr))[6];
        grid-template-columns: repeat(6, minmax(8rem, 1fr));
    grid-auto-rows: calc(16.66666667vw);
  }
}
@media (min-width: 1201px ) {
  .dg-grid-container {
    -ms-grid-columns: (minmax(8rem, 1fr))[8];
        grid-template-columns: repeat(8, minmax(8rem, 1fr));
    grid-auto-rows: calc(12.5vw);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .dg-grid-container {
    display: none;
  }
}
.dg-grid-container .dg-walloffame-link {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.dg-grid-element {
  position: relative;
  text-align: center;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .dg-grid-element {
    float: left;
    margin: 10px;
  }
}
.dg-grid-element .dg-grid-medaile-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.dg-grid-element:hover {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.dg-grid-medaile-single {
  display: table-cell;
  padding: 0 10px;
}
.dg-viereck {
  -ms-grid-column: span 1;
      grid-column: span 1;
  -ms-grid-row: span 1;
      grid-row: span 1;
  background: #626466;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .dg-viereck {
    width: 24%;
    min-height: 200px;
  }
}
.dg-viereck-gross {
  -ms-grid-column: span 2;
      grid-column: span 2;
  -ms-grid-row: span 2;
      grid-row: span 2;
  background: #BCE3FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .dg-viereck-gross {
    width: 49%;
    min-height: 400px;
  }
}
#dg-first-grid-element {
  -ms-grid-column: 0.5;
      grid-column: 0.5;
  -ms-grid-row: 0.5;
      grid-row: 0.5;
}
.dg-recheck-vertikal {
  -ms-grid-column: span 1;
      grid-column: span 1;
  -ms-grid-row: span 2;
      grid-row: span 2;
  background: #1960AB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .dg-recheck-vertikal {
    width: 24%;
    min-height: 400px;
  }
}
.dg-recheck-vertikal .dg-grid-medaile-single {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 25%;
}
.dg-recheck-vertikal .dg-grid-medaile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.dg-recheck-vertikal .dg-grid-title-container {
  margin-top: 10px;
  margin-bottom: 10px;
}
.dg-recheck-vertikal .dg-grid-logo-container {
  height: 100px;
}
@media (min-width: 601px ) {
  .dg-recheck-vertikal .dg-grid-logo-container {
    height: 25%;
  }
}
.dg-recheck-horizontal {
  -ms-grid-column: span 2;
      grid-column: span 2;
  -ms-grid-row: span 1;
      grid-row: span 1;
  background: #626466;
  position: relative;
  padding-right: 5px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .dg-recheck-horizontal {
    width: 49%;
    min-height: 200px;
  }
}
.dg-recheck-horizontal .dg-grid-title-container,
.dg-recheck-horizontal .dg-grid-medaile-container {
  width: 55%;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 5px;
  max-height: 50%;
}
.dg-recheck-horizontal .dg-grid-title-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dg-recheck-horizontal .dg-grid-logo-container {
  width: 40%;
  float: left;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 10px;
}
.dg-recheck-horizontal .dg-grid-medaile-single {
  width: 30%;
}
.dg-grid-medaille {
  width: 100%;
}
.dg-grid-logo-container img {
  max-width: 25pxpx;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .dg-grid-medaille-logo img {
    max-width: 50px;
  }
}
.dg-viereck .dg-grid-logo-container img {
  max-width: 40px;
}
.dg-recheck-vertikal .dg-grid-logo-container img {
  width: auto;
  max-height: 80%;
}
.dg-recheck-vertikal .dg-grid-medaille-logo {
  max-width: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 601px ) {
  .dg-recheck-vertikal .dg-grid-medaille-logo {
    width: 100%;
  }
}
.dg-viereck-gross .dg-grid-logo-container img {
  max-width: 45%;
}
