* {
  margin: 0;
  padding: 0;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

:root {
  --red: #fe0627;
  --pcw-red: #8f0700;
  --green: #35dc09;
  --drak-green: ##5CC1AF;
  --blue: #286ff1;
  --light-blue: #17b8d5;
  --grey: #9E9E9E;
  --dark-gery: #424244;
  --light-grey: #ECEFF1;
  --shadow-color: #616161;
}

html {
  height: 100% !important;
  hyphens: auto;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background-color: #ECEFF1;
  overflow-y: scroll;
  word-wrap: break-word;
}

h1 {
  font-size: 1.75em;
  margin-bottom: 30px;
}

h2 {
  font-size: 1.4em;
  margin-bottom: 5px;
}

h3 {
  font-size: 1.2em;
  margin-bottom: 5px;
}

a {
  color: var(--blue);
}

header {
  order: 1;
  width: 100%;
  height: 150px;
  background-color: #fff;
  box-shadow: 0 1px 6px var(--shadow-color);
}

.header_content {
  display: flex;
  flex-direction: column;
}

.logo_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  order: 1;
  margin: 0;
  width: 100%;
  height: 74px;
  border-bottom: 1px solid var(--light-grey);
}

.logo_header img {
  height: 40px;
  width: auto;
}

.notification_center {
  margin-left: 25px;
  height: 40px;
  width: 300px;
}

.notification_center_icon {
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.notification_center_icon i.fa {
  font-size: 40px;
  color: var(--grey);
}

.notification_center_content {
  visibility: hidden;
}

.notification_center_content ul {
  position: relative;
  min-width: 400px;
  list-style: none;
  border: 1px solid var(--light-grey);
  background-color: #fff;
  text-align: left;
  z-index: 10;
  box-shadow: 3px 3px 8px var(--shadow-color);
}

.notification_center_content ul li {
  padding: 5px;
  border-bottom: 1px solid var(--light-grey);

}

.notification_center ul li:last-child {
  border: none;
}

.notification_delete {
  float: right;
  cursor: pointer;
}

.notification_delete i.fa {
  color: var(--grey);
  font-size: 1.25em;
}

.notification_delete i.fa:hover {
  color: var(--red);
}

.notification_reset {
  text-align: center;
  color: var(--blue);
  cursor: pointer;
}

.search {
  margin-right: 25px;
  height: 40px;
  width: 300px;
}

.search form {
  float: right;
}

.search input[type=text] {
  outline: none;
  border: none;
  border-bottom: 1px solid var(--grey);
  color: var(--grey);
}

.search input[type=text] {
  border-radius: 0;
}

.search button {
  border: none;
  cursor: pointer;
  background: transparent;
}

.search button i.fa {
  font-size: 1.25em;
}

nav {
  display: flex;
  justify-content: center;
  order: 2;
  height: 74px;
  width: 100%;
  z-index: 100;
}

nav ul {
  float: left;
  display: block;
  width: 1150px;
}

nav ul li {
  list-style: none;
  float: left;
  text-transform: uppercase;
}

nav ul li:last-child {
  border-right: 1px solid var(--light-grey);
}

nav ul li a {
  color: #000;
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding: 0 20px 0 20px;
  height: 75px;
  line-height: 75px;
  border-left: 1px solid var(--light-grey);
  transition: all 250ms;
}

nav ul li a:hover {
  color: var(--pcw-red);
  background-color: #ECEFF1;
  transition: all 250ms;
}

nav ul li a.active_page {
  color: var(--pcw-red);
  background-color: #ECEFF1;
}

nav ul li ul {
  display: none;
  flex-direction: column;
  width: auto;
  position: absolute;
  border: 1px solid var(--grey);
  z-index: 10000;
}

nav ul li ul li {
  text-align: center;
  border-bottom: 1px solid var(--light-grey);
  z-index: 10000;
  background-color: #fff;
}

nav ul li ul li:last-child {
  border: none;
}

nav ul li ul li a {
  border: none;
  padding: 0;
  min-width: 120px;
  z-index: 10000;
}

.nav_bars {
  display: none;
}

.toggle_button {
  position: relative;
  width: 70px;
  height: 26px;
  border-radius: 26px;
  background-color: #9E9E9E;
}

.toggle_button_switch {
  position: absolute;
  left: 2px;
  width: 22px;
  height: 22px;
  margin: 2px 0 2px 0;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: left 195ms;
  box-shadow: 0 1px 3px #616161;
}

.toggle_button_switch.toggle_button_switch_true {
  left: 46px;
  transition: left 195ms;
}

.toggle_button_switch.toggle_button_switch_true_no_ani {
  left: 46px;
  transition: none;
}

.toggle_button.toggle_button_true {
  background-color: var(--green);
}

.landingpage {
  display: flex;
  order: 2;
  flex-grow: 3;
  justify-content: center;
  background-color: #fff;
  border-top: 1px solid var(--light-grey);
}

.landingpage_logo_container {
  position: absolute;
  text-align: center;
  overflow: hidden;
  left: calc(50% - 400px);
  top: 250px;
  background-color: #fff;
}

.landingpage_logo_small svg {
  position: relative;
  height: 300px;
}

.landingpage_logo_small_path_1 {
  animation: dash_1 8s linear forwards infinite;
}

.landingpage_logo_small_path_2 {
  animation: dash_2 8s linear forwards infinite;
}

.landingpage_logo_small_path_3 {
  animation: dash_3 8s linear forwards infinite;
}

@keyframes dash_1 {
  0% {
    stroke-dashoffset: 13500;
    fill: #fff;
  }
  10% {
    stroke-dashoffset: 13500;
    fill: #fff;
  }
  25% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
  30% {
    fill: #b42e27;
  }
  75% {
    fill: #b42e27;
  }
  80% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
  95% {
    stroke-dashoffset: 13500;
    fill: #fff;
  }
  100% {
    stroke-dashoffset: 13500;
    fill: #fff;
  }
}

@keyframes dash_2 {
  0% {
    stroke-dashoffset: 9000;
    fill: #fff;
  }
  10% {
    stroke-dashoffset: 9000;
    fill: #fff;
  }
  25% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
  30% {
    fill: #b42e27;
  }
  75% {
    fill: #b42e27;
  }
  80% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
  95% {
    stroke-dashoffset: 9000;
    fill: #fff;
  }
  100% {
    stroke-dashoffset: 9000;
    fill: #fff;
  }
}

@keyframes dash_3 {
  0% {
    stroke-dashoffset: 7000;
    fill: #fff;
  }
  10% {
    stroke-dashoffset: 7000;
    fill: #fff;
  }
  25% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
  30% {
    fill: #b42e27;
  }
  75% {
    fill: #b42e27;
  }
  80% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
  95% {
    stroke-dashoffset: 7000;
    fill: #fff;
  }
  100% {
    stroke-dashoffset: 7000;
    fill: #fff;
  }
}

.landingpage_logo_lettering img {
  position: relative;
  width: 800px;
  top: 250px;
  animation: lettering 8s linear infinite;
}

@keyframes lettering {
  0% {
    top: 250px;
  }
  25% {
    top: 250px;
  }
  29% {
    top: -20px;
  }
  31% {
    top: 10px;
  }
  33% {
    top: -10px;
  }
  35% {
    top: 0;
  }
  73% {
    top: 0;
  }
  75% {
    top: -15px;
  }
  77% {
    top: 250px;
  }
  100% {
    top: 250px;
  }
}

main {
  flex: 1 0 auto;
  order: 2;
  width: 1100px;
  margin: 40px auto 0 auto;
  padding: 25px;
  background-color: #fff;
}

.wrapper {

}

.dates_toggle_button {
  float: right;
  color: var(--grey);
}

.dates_toggle_button i.fa-question-circle {
  color: var(--grey);
}

p.dates span:first-child {
  display: inline-block;
  min-width: 150px;
}

p.dates span:nth-child(2) {
  display: inline-block;
  min-width: 100px;
}

p.dates span:nth-child(3) {
  display: inline-block;
  min-width: 283px;
}

p.dates span:nth-child(4) {
  display: inline-block;
  min-width: 283px;
}

p.dates span:nth-child(5) {
  display: inline-block;
  min-width: 283px;
  color: var(--green);
}

p.dates_month {
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 40px 0 10px 0;
}

.dates_month:first-child {
  padding: 0 0 10px 0;
}

p.dates_appearance span {
  color: var(--red);
}

p.dates_others span  {
  color: var(--green);
}

.dates_additional_informations table {
  text-align: center;
  margin: 0 0 5px 0;
}

.dates_additional_informations table tr td {
  max-width: 250px;
  padding: 0 10px 0 10px;
  border-radius: 4px;
}

.dates_additional_informations table tr:first-child td {
  color: var(--blue);
  border: 1px solid var(--blue);
  text-transform: uppercase;
}

.dates_additional_informations table tr:nth-child(2) td {
  color: var(--blue);
  border: 1px solid var(--blue);
  text-align: center;
}

.events_wrapper {
  margin: 0 auto 40px auto;
  width: 800px;
}

.events_header {
  position: relative;
  padding: 10px;
  color: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}

.events_header i.fa-chevron-down {
  float: right;
  color: var(--pcw-red);
  font-size: 26px;
  cursor: pointer;
  transition: all 250ms;
}

.events_button_true {
  transform: rotate(180deg);
  transition: all 250ms;
}

.events_content {
  padding: 10px;
  display: none;
  border: 1px solid var(--blue);
  border-top: none;
  border-radius: 4px;
  font-size: 1em;
}

.gbook_wrapper {
  display: flex;
  width: 800px;
  margin: 0 auto 60px auto;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #9E9E9E;
}

.gbook_avatar img {
  width: 100px;
  border-radius: 50%;
}

.gbook_entry {
  width: 100%;
  padding: 0 0 0 30px;
}

.gbook_header {
  color: #424244;
}

span.gbook_name {
  font-weight: bold;
  color: var(--blue);
}

span.gbook_id {
  float: right;
  margin: 0 5px 0 0;
  color: ##424244;
}

span.gbook_subject {
  color: var(--blue);
}

.gallery img {
  width: 201px;
  height: auto;
  cursor: pointer;
  margin: 37px;
  box-shadow: 0 6px 16px #616161;
}

.gallery img:hover {
  width: 221px;
  height: auto;
  margin: 27px;
}

#grayout {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  display: none;
}

#lightbox_overlay #lightbox_content {
  width: 60%;
  position: absolute;
  top: 5%;
  left: 20%;
  right: 20%;
}

#lightbox_overlay #lightbox_content img {
  width: 100%;
  height: auto;
}

#lightbox_overlay #lightbox_content #lightbox_nav {
  font-size: 30px;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
}

#lightbox_overlay #lightbox_content #lightbox_nav i.fa {
  color: #000;
  cursor: pointer;
}

#lightbox_overlay #lightbox_content #lightbox_nav i.fa:hover {
  color: var(--pcw-red);
}

#lightbox_overlay #lightbox_content #lightbox_nav i.fa-arrow-left {
  float: left;
  padding: 3px 0 0 5px;
}

#lightbox_overlay #lightbox_content #lightbox_nav i.fa-arrow-right {
  float: right;
  padding: 3px 5px 0 0;
}

footer {
  flex-shrink: 0;
  order: 3;
  position: relative;
  height: 150px;
  width: 1150px;
  margin: 0 auto;
  background-color: #424244;
}

footer img {
  position: absolute;
  height: 80px;
  top: 15px;
  left: 25px;
}

.footer_content {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 1100px;
  height: 20px;
  left: 25px;
  right: 25px;
  top: 110px;
  padding: 5px 0 0 0;
  border-top: 1px solid #fff;
}

.footer_text {
  color: #fff;
  font-size: 14px;
}

.footer_text img {
  top: 5px;
  left: 0;
  height: 30px;
}

nav.footer_nav {
  height: 20px;
  width: auto;
  padding: 0;
  border: none;
}

nav.footer_nav a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  transition: all 250ms;
  margin: 0 0 0 10px;
}

nav.footer_nav a:hover {
  color: var(--pcw-red);
  transition: all 250ms;
}

.imprint a, .privacy a {
  color: var(--blue);
}

.cookies_comment_wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: var(--red);
  display: none;
  z-index: 99999;
}

.cookies_comment {
  margin: 15px 2% 15px 2%;
}

.cookies_comment a {
  text-decoration: underline;
  color: var(--blue);
}

.cookies_comment_accept_button {
  margin: 0 auto 10px auto;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 4px;
  text-align: center;
  width: 130px;
}

a.button_scroll_to_top {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 15px;
  bottom: 30px;
  margin-bottom: -100px;
  background-color: #000;
  opacity: 0.5;
  border-radius: 50%;
  z-index: 100;
  transition: all 250ms;
}

a.button_scroll_to_top:hover {
  background-color: var(--blue);
  opacity: 1;
  box-shadow: 0 3px 16px #616161;
}

.button_scroll_to_top i.fa-chevron-up {
  position: absolute;
  top: 13px;
  left: 15px;
  color: #fff;
  font-size: 30px;
}

/* ############################################################ */
/*                           MOBILE                             */
/* ############################################################ */

@media screen and (min-width: 0px) and (max-width : 1023px) {

  header {
    height: auto;
  }

  .header_content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .logo_header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    order: 1;
    margin: 0;
    padding: 15px 0 15px 0;
    width: 100%;
    text-align: center;
    z-index: 2;
  }

  .logo_header img {
    order: 1;
  }

  .notification_center {
    margin: 0;
    height: 40px;
    width: 100%;
    order: 2;
    z-index: 1;
  }

  .notification_center_icon {
    height: 40px;
    width: 40px;
  }

  .notification_center_icon i.fa {
    font-size: 40px;
  }

  .notification_center_content ul {
    min-width: 0;
    width: 95%;
    margin-left: 4px;
  }

  .notification_delete {
    color: var(--grey);
    float: right;
    cursor: pointer;
  }

  .search {
    order: 2;
    margin: 0;
    height: 40px;
    width: auto;
    position: absolute;
    top: 72px;
    right: 5px;
    z-index: 2;
  }

  .search form {
    float: right;
  }

  nav {
    order: 2;
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 0;
    padding: 0;
  }

  nav ul {
    margin: 0;
    display: none;
  }

  nav ul li {
    width: 100%;
    text-align: center;
    list-style: none;
    text-transform: none;
    margin: 0;
    padding: 0;
    height: 50px;
    border-bottom: 1px solid var(--light-grey);
  }

  nav ul li:last-child {
    border: none;
  }

  nav ul li a {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 2em;
    height: 50px;
    line-height: 50px;
    border: none;
    font-weight: normal;
  }

  nav ul li ul {
    width: 100%;
    border: none;
  }

  .nav_bars {
    position: absolute;
    left: 0;
    height: 50px;
    width: 50px;
    display: block;
    border-right: 1px solid var(--light-grey);
  }

  .nav_bars span {
    position: absolute;
    top: 23px;
    left: 5px;
    height: 4px;
    width: 40px;
    background-color: #000;
  }

  .nav_bars span::before {
    position: absolute;
    top: -10px;
    content: "";
    height: 4px;
    width: 40px;
    display: block;
    background-color: #000;
  }

  .nav_bars span::after {
    position: absolute;
    top: 10px;
    content: "";
    height: 4px;
    width: 40px;
    display: block;
    background-color: #000;
  }

  .landingpage_logo_container {
    left: calc(50% - 150px);
    width: 300px;
    top: 200px;
  }

  .landingpage_logo_small svg {
    width: 80px;
    height: 100px;
  }

  .landingpage_logo_lettering img {
    width: 300px;
  }

  main {
    width: 100%;
    margin: 40px 0 0 0;
    padding: 0;
  }

  .wrapper {
    margin: 10px auto 40px auto;
    width: 90%;
  }

  .dates_toggle_button {
    float: none;
    width: 80px;
    margin-top: 5px;
    margin-left: calc(100% - 85px);
    margin-bottom: -35px;
    color: var(--grey);
  }

  .dates_toggle_button i.fa-question-circle {
    display: none;
  }

  p.dates {
    border-radius: 4px;
    margin: 4px 0 4px 0;
    padding: 2px 0 2px 5px;
  }

  p.dates span:first-child {
    min-width: 0;
  }

  p.dates span:nth-child(2) {
    min-width: 0;
    display: inline;
  }

  p.dates span:nth-child(2)::after {
    content: "\a";
    white-space: pre;
  }

  p.dates span:nth-child(3) {
    display: inline-block;
    min-width: 0;
  }

  p.dates span:nth-child(4) {
    min-width: 0;
  }

  p.dates span:nth-child(5) {
    min-width: 0;
    color: #fff;
    background-color: var(--green);
  }

  p.dates_month {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 40px 0 0 0;
    padding: 10px 0 10px 0;
  }

  p.dates_month:first-child {
    margin: 0;
    padding: 0;
  }

  p.dates_default {
    background-color: var(--dark-gery);
  }

  p.dates_appearance {
    background-color: var(--red);
  }

  p.dates_others {
    background-color: var(--green);
  }

  p.dates_default span {
    color: #fff;
  }

  p.dates_appearance span {
    color: #fff;
  }

  p.dates_others span {
    color: #fff;
  }

  .dates_additional_informations {
    margin: -4px 0 4px 0;
    padding: 2px 0 2px 1px;
    background-color: var(--grey);
    border-radius: 4px;
  }

  .dates_additional_informations table {
    margin: 0 auto;
    padding: 0;
  }

  .dates_additional_informations table tr td {
    padding: 0 5px 0 5px;
    border-radius: 4px;
  }

  .dates_additional_informations table tr:first-child td {
    border: none;
    color: #fff;
    background-color: var(--dark-blue);
    text-transform: uppercase;
    background-color: var(--blue);
  }

  .dates_additional_informations table tr:nth-child(2) td {
    border: none;
    color: #fff;
    background-color: var(--blue);
  }

  .events_wrapper {
    margin: 10px auto 40px auto;
    width: 90%;
  }

  .events_header {
    position: relative;
    padding: 10px;
  }

  .events_content {
    margin: 0;
  }

  .gbook_wrapper {
    width: auto;
    margin: 0 auto 50px auto;
  }

  .gbook_avatar img {
    width: 50px;
  }

  .gbook_entry {
    padding: 0 0 0 15px;
  }

  span.gbook_name::after {
    content: "\a";
    white-space: pre;
  }

  footer {
    width: 100%;
    margin: 0;
  }

  .footer_content {
    top: 90px;
    width: auto;
    height: auto;
  }

  footer img {
    height: 60px;
  }

  nav.footer_nav {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    height: auto;
  }

  a.button_scroll_to_top {
    right: 15px;
    background-color: var(--blue);
    opacity: 1;
    box-shadow: 0 3px 16px var(--shadow-color);
  }
}

/* ############################################################ */
/*                           TABLET                             */
/* ############################################################ */

@media screen and (min-width: 1024px) and (max-width: 1150px) {

  .header_content {
    width: 100%;
  }

  .landingpage_logo_container {
    left: calc(50% - 300px);
    top: 200px;
  }

  .landingpage_logo_small svg {
    height: 200px;
  }

  .landingpage_logo_lettering img {
    width: 600px;
  }

  main {
    width: 100%;
    margin: 40px 0 0 0;
    padding: 0 0 25px 0;
  }

  .wrapper {
    margin: 10px auto 40px auto;
    width: 90%;
  }

  .dates_toggle_button {
    padding: 5px 5px 0 0;
  }

  p.dates {
    margin: 0 0 0 5px;
  }

  p.dates span:first-child {
    min-width: 140px;
  }

  p.dates span:nth-child(2) {
    min-width: 100px;
  }

  p.dates span:nth-child(3) {
    min-width: 200px;
  }

  p.dates span:nth-child(4) {
    min-width: 200px;
  }

  p.dates_month {
    margin: 40px 0 0 5px;
  }

  p.dates_month:first-child {
    margin: 10px 0 0 5px;
  }

  .gbook_wrapper {
    margin: 0 auto 60px auto;
  }

  .gbook_avatar img {
    width: 65px;
  }

  a.button_scroll_to_top {
    background-color: var(--blue);
    opacity: 1;
    box-shadow: 0 3px 16px var(--shadow-color);
    right: 5px;
  }

  footer {
    width: 100%;
    margin: 0;
  }

  .footer_content {
    top: 90px;
    width: auto;
    height: auto;
  }

  footer img {
    height: 60px;
  }

  nav.footer_nav {
    display: flex;
    background-color: transparent;
    height: auto;
  }

  nav.footer_nav a {
    padding-right: 10px;
  }

}
