*{
  font-family: quasimoda, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #1d2a3f ;
  line-height: 2.0;
}


.content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.topbar {
  background-color: #1d2a3f;
}

.row {
  display: flex;
  float: right;
  margin-right: 20px;
  margin-top: 5px;
  flex-direction: column;
}

.home-icon {
  width: 30px;
  padding: 20px;

}


.logo-enra{
  width: 100px;
  padding: 10px;
  margin-left: 25px;
} 

.intro {
  margin-top: 100px;
}

h1 {
  font-weight: 700 !important;
  line-height: 1;
}

.label {
  color: #e45364;
  text-transform: uppercase;
}

.welcome {
  margin-top: 0;
}

.welcome-img {
  width: 80%;
  -webkit-box-shadow: 36px 36px 0px 13px rgba(228,83,100,1);
-moz-box-shadow: 36px 36px 0px 13px rgba(228,83,100,1);
box-shadow: 36px 36px 0px 13px rgba(228,83,100,1);
}

.img-messestand { 
  margin-top: 60px;
  width: 100%;
  height: 60vh;
  background: url(./img/messestand-neu.jpg);
  background-size: cover;
}

.svg-no-1 {
  width: 10%;
  position: relative;
  padding: 10px;
  width: 220px;
  height:30px;
}

  
  .container {
    margin: 20px auto 0;
    position: relative;
    width: 100%;
  }
  
  .pyramid {
    margin: 0 auto;
    width: 100%;
  }
  
  img[usemap] {
      border: none;
      height: auto;
    max-width: 100%;
      width: auto;
  }  

  .row-down {
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 40px;
  }

  .col {
    width: 90%;
    padding: 50px;
  }

  .button-outline {
    margin-top: 30px;
    padding:8px 16px;
    background-color: #ffffff;
    border: 1px #e45364 solid;
    color: #e45364;
    border-radius: 3px;
    font-size: 14px;
    
  }

  .arrow-down {
    width: 4%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px;
    
  }

  img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

  .arrow-down img {
    width: 100%;
    margin-top: 50px;
  }

  p {
    margin: 0;  
  }

  table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 90%;
    padding: 20px;
    margin-top: 30px;

  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  

  .small-icon {
    width: 30px;
    margin-left: 15px;
  }

  button {
    cursor: pointer;
  }

  .section-contact {
    padding-top: 100px;  
    background-color: #1d2a3f;
    padding: 20px;
    margin: 50px;
    color: #ffffff;
  }

  .bold {
    font-weight: 900 !important;
  }


  .section-ar {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .impressum {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }



  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }
    
rect:hover {
    fill: white;
    opacity: 0.5;
}


rect, circle {
    fill: #e45364;
    opacity: 0.5;
    animation: blinker 2s linear infinite;
}

.blink {
  animation: blinker 2s linear infinite;
  font-family: quasimoda, sans-serif !important;
  font-weight: bold;
}




@keyframes blinker {
  50% {
    opacity: 0;
  }
}

video {
  width: 100%;
}

/*timeline*/


.timeline{
  --uiTimelineMainColor: var(--timelineMainColor, #222);
  --uiTimelineSecondaryColor: var(--timelineSecondaryColor, #fff);

  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.timeline:before{
  content: "";
  width: 4px;
  height: 100%;
  background-color: var(--uiTimelineMainColor);

  position: absolute;
  top: 0;
}

.timeline__group{
  position: relative;
}

.timeline__group:not(:first-of-type){
  margin-top: 4rem;
}

.timeline__year{
  padding: .5rem 1.5rem;
  color: var(--uiTimelineSecondaryColor);
  background-color: var(--uiTimelineMainColor);

  position: absolute;
  left: 0;
  top: 0;
}

.timeline__box{
  position: relative;
}

.timeline__box:not(:last-of-type){
  margin-bottom: 30px;
}

.timeline__box:before{
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--uiTimelineMainColor);

  position: absolute;
  left: 0;
  z-index: -1;
}

.timeline__date{
  min-width: 65px;
  position: absolute;
  left: 0;

  box-sizing: border-box;
  padding: .5rem 1.5rem;
  text-align: center;

  background-color: var(--uiTimelineMainColor);
  color: var(--uiTimelineSecondaryColor);
}

.timeline__day{
  font-size: 2rem;
  font-weight: 700;
  display: block;
}

.timeline__month{
  display: block;
  font-size: .8em;
  text-transform: uppercase;
}

.timeline__post{
  padding: 1.5rem 2rem;
  border-radius: 2px;
  border-left: 3px solid var(--uiTimelineMainColor);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24);
  background-color: var(--uiTimelineSecondaryColor);
}

@media screen and (min-width: 641px){

  .timeline:before{
    left: 30px;
  }

  .timeline__group{
    padding-top: 55px;
  }

  .timeline__box{
    padding-left: 80px;
  }

  .timeline__box:before{
    top: 50%;
    transform: translateY(-50%);  
  }  

  .timeline__date{
    top: 50%;
    margin-top: -27px;
  }

  .row {

    flex-direction: row;
  }

  .col {
    width: 50%;
  }

  .row-down {
    display: flex;
    flex-direction: row;
  }
}

@media screen and (max-width: 640px){

  .timeline:before{
    left: 0;
  }

  .timeline__group{
    padding-top: 40px;
  }

  .timeline__box{
    padding-left: 20px;
    padding-top: 70px;
  }

  .timeline__box:before{
    top: 90px;
  }    

  .timeline__date{
    top: 0;
  }
}

.timeline{
  --timelineMainColor: #e45364;
  font-size: 16px;
}

/*
=====
DEMO
=====
*/

@media (min-width: 768px){

  html{
    font-size: 62.5%;
  }
}

@media (max-width: 767px){

  html{
    font-size: 55%;
  }
}

body{
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Open Sans, Ubuntu, Fira Sans, Helvetica Neue, sans-serif;
  font-size: 1.6rem;
  color: #222;

  background-color: #f0f0f0;
  margin: 0;
  -webkit-overflow-scrolling: touch;   
  overflow-y: scroll;
  
  display: flex;
  flex-direction: column;
}

p{
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

p:last-child{
  margin-bottom: 0;
}

.page{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  order: 1;
}

.center {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

/*livestream*/

.thumbnail {
  width: 60%;
  margin-top: 60px;
}

.chat {
  width: 5%;
  position: fixed;
  bottom: 5;
  right: 5;
  padding: 20px;
}

/*popup*/

.modal-window {
  position: fixed;
  background-color: rgba(200, 200, 200, 0.75);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}

.modal-window>div {
  width: 400px;
  position: relative;
  margin: 10% auto;
  padding: 2rem;
  background: #fff;
  color: #444;
}

.modal-window header {
  font-weight: bold;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}

.modal-close:hover {
  color: #000;
}

.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.popup {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}








