@import url("webfonts/Montserrat_Bold/stylesheet.css");
@import url("webfonts/Montserrat_Light/stylesheet.css");
@import url("webfonts/DIN_Alternate_Regular/stylesheet.css");
@import url("webfonts/DIN_Alternate_Bold/stylesheet.css");

/* CSS Document */
body {
  background-color: #da434b;
  width: 100%;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smm-container {
  display: grid;
  grid-auto-flow: column;
  height: 100vh;
  width: 100%;
}
.smm-container {
  grid-template-columns: 50% 50%;
  grid-template-rows: 100vh 100vh 84px;
}
.smm-box {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 1;
  width: 100%;
  background-color: #d93f46;
  background-size: cover;
  background-position: top center;
  height: 100vh;
  display: flex;
}
.smm-box div.flexbox {
  display: flex;
  flex-flow: column;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.smm-left {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 2;
  grid-row-end: 2;
  width: 100%;
  background-color: #3d3542;
  background-size: cover;
  background-position: top center;
  height: 100vh;
  display: flex;
}
.smm-left div.flexbox {
  display: flex;
  flex-flow: column;
  width: 100%;
  align-items: center;
  justify-content: center;
}
div.box {
  display: flex;
  flex-flow: column;
  width: 40%;
  height: auto;
  border: 0 solid #ffffff;
  align-items: center;
  justify-content: center;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav {
  float: right;
  margin-top: 25px;
}
li {
  display: inline;
  margin: 25px;
}
nav a {
  font-size: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  color: #ffffff;
}
nav a:hover {
  color: #96ABAD;
}
nav a:active {
  color: #96ABAD;
}
.smm-right {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 2;
  width: 100%;
  background-color: #f9f1db;
  height: 100vh;
  display: flex;
}
.smm-right div.flexbox {
  display: flex;
  flex-flow: column;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.text_column {
  width: 100%;
  font-size: 20px;
  text-align: center;
  color: #6d8285;
}
.text_aufzaehlung {
  width: 100%;
  font-size: 20px;
  text-align: center;
  color: #6d8285;
  line-height: 1.5;
}
.subline {
  width: 100%;
  text-align: center;
  font-size: 25px;
  color: #3d3542;
  padding-top: 15px;
  text-transform: uppercase;
}
.titel {
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.button {
  padding-right: 25px;
  padding-left: 25px;
  text-align: center;
  width: 156px;
  height: 40px;
  background-color: #FFFFFF;
  color: #172e33;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text_impressum {
  width: 100%;
  font-size: 19px;
  text-align: center;
  color: #f9f1db;
}
.text_adresse {
  color: #3d3542;
  font-family: "DIN Alternate";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
footer {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 3;
  background-color: #3d3542;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer p {
  font-size: 15px;
  color: #f9f1db;
  text-align: center
}
div.lightbox {
  flex-flow: column;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.impressum {
  flex-flow: column;
  width: 100vh;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.fixed {
  position: fixed;
  top: 69px;
  right: 67px;
  width: 25px;
  height: 25px;
}
div.pfeil {
  display: none;
  align-items: center;
  justify-content: flex-end;
  width: 25px;
  height: 25px;
}
/* Mobile */
@media (max-width: 320px) {
  .smm-container {
    grid-template-columns: 100%;
    grid-template-rows: 100vh 100vh 100vh 84px;
  }
  .smm-box {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    width: 100%;
    background-color: #d93f46;
    background-size: cover;
    background-position: top center;
    height: 100vh;
    display: flex;
  }
  .smm-left {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
    width: 100%;
    background-color: #3d3542;
    background-size: cover;
    background-position: top center;
    height: 100vh;
    display: flex;
  }
  .smm-right {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 3;
    grid-row-end: 3;
    width: 100%;
    background-color: #f9f1db;
    height: 100vh;
    display: flex;
  }
  footer {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 4;
    grid-row-end: 4;
    background-color: #d93f46;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  div.fixed {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
  }
  div.pfeil {
    display: flex;
    position: absolute;
    top: 90%;
    right: auto;
    left: auto;
    border: 1px;
    border-color: #ffffff;
    border-style: solid;
    width: 45px;
    height: 45px;
  }
  nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  nav {
    float: right;
    margin-top: 30px;
  }
  li {
    display: inline;
    margin: 25px;
  }
  nav a {
    font-size: 15px;
    letter-spacing: 2px;
    text-decoration: none;
    color: #ffffff;
  }
  nav a:hover {
    color: #96ABAD;
  }
  nav a:active {
    color: #96ABAD;
  }
  .text_aufzaehlung {
    width: 80%;
    text-align: center;
    color: #6d8285;
    line-height: 1.5;
    font-size: 15px;
  }
  .titel {
    width: 100%;
    font-size: 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  div.box {
    display: flex;
    flex-flow: column;
    width: 80%;
    height: auto;
    align-items: center;
    justify-content: center;
  }
  .text_impressum {
    width: 80%;
    font-size: 15px;
    text-align: center;
    color: #6d8285;
  }
  .subline {
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #ffffff;
    padding-top: 15px;
  }
  div.impressum {
    flex-flow: column;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* Tablets */
@media (min-width: 321px) and (max-width: 767px) {
  .smm-container {
    grid-template-columns: 100%;
    grid-template-rows: 100vh 100vh 100vh 84px;
  }
  .smm-box {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    width: 100%;
    background-color: #d93f46;
    background-size: cover;
    background-position: top center;
    height: 100vh;
    display: flex;
  }
  .smm-left {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
    width: 100%;
    background-color: #3d3542;
    background-size: cover;
    background-position: top center;
    height: 100vh;
    display: flex;
  }
  .smm-right {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 3;
    grid-row-end: 3;
    width: 100%;
    background-color: #f9f1db;
    height: 100vh;
    display: flex;
  }
  footer {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 4;
    grid-row-end: 4;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  div.fixed {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
  }
  div.box {
    display: flex;
    flex-flow: column;
    width: 80%;
    height: auto;
    align-items: center;
    justify-content: center;
  }
  div.pfeil {
    display: flex;
    position: absolute;
    top: 90%;
    right: auto;
    left: auto;
    border: 1px;
    border-color: #ffffff;
    border-style: solid;
    width: 45px;
    height: 45px;
  }
}


body, td, th {
    color: #f9f1db;
    font-family: "DIN Alternate Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
}
