/* custom CSS trios.be */

.small {
  font-size: 0.8em;
  font-style: italic;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.today {
  color: yellow;
}

.starttopmessage {
  font-size: 0.8em;
}

.contacttel {
  display: none;
}

.contactbedankt {
  background-color:  #f56a6a;
  color: white;
  padding: 0.5em;
  margin: 1em 0;
  border-radius: 5px;
}

.contactbedankt p {
  padding: 0;
  margin: 0;
}

.markdown {
  
}

.markdown h1 {
  line-height: 1em;
}

.markdown h2 {
  font-size: 2.4em !important;
  padding-bottom: 0.5em;
}

.markdown h3 {
  font-size: 2em !important;
  padding-bottom: 0.5em;
}

.markdown h4,h5,h6 {
  font-size: 1.4em !important;
  padding-bottom: 0.5em;
}


.markdown img {
  max-width: 100%;
  border-radius: 10px;
  margin: 0 auto 1em auto;
  display: block;
}

.markdown p {
  margin: 0 0 1em 0;
  padding: 0;
}

.markdown blockquote {
  margin: 0 0 1em 0;
}

.markdown ul {
  margin: 0 0 1em 0;
  list-style: square outside;
  padding-left: 0;
} 

.markdown ol {
  margin: 0 0 1em 30px;
  list-style: decimal outside;
  padding-left: 0;
} 

.caption {
  text-align: center; 
  font-size: 0.9em; 
  color: #AAA;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

.system-table {}

.system-table td {
  padding: 5px;
}

.system-table th {
  background-color: #EAEAEA;
  font-weight: bold;
  text-align: left;
  padding: 5px;
}

.bootstraplink {
  background-color: #FAFAFA;
  border: 2px solid #DDD;
  font-size: 0.9em;
  margin-bottom: 0.5em;
  padding: 10px 5px 0 5px;
}

.cookie {
  z-index: 99;
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 15px;
  background-color: #000000;
  opacity: 0.75;
  color: #FFFFFF;
  font-size: 0.9em;
}

.cookie a {
  color: #66ff33;
  border: none;
}

.cookie a:hover {
  color: #33cc00 !important;
}

#cookiedecline {
  border: 2px solid #555;
  border-radius: 5px;
  background: #555;
  color: white !important;
  padding: 0 5px;
  margin: 0 5px;
  text-decoration: none;
}

#cookieaccept {
  border: 2px solid green;
  border-radius: 5px;
  background: green;
  color: white !important;
  padding: 0 5px;
  margin: 0 5px;
  text-decoration: none;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


@media screen and (max-width: 480px) {
  body {
    font-size: 1.2em;
  }
  
  .markdown p {
      line-height: 1.5em;
  }

  .markdown h1 {
  font-size: 1em !important;
  padding-bottom: 0.5em;
  }


 .markdown h2 {
  font-size: 1.3em !important;
  padding-bottom: 0.5em;
  }

  .markdown h3 {
  font-size: 1.2em !important;
  padding-bottom: 0.5em;
  }
  
  .markdown h4,h5,h6 {
  font-size: 1.1em !important;
  padding-bottom: 0.5em;
  }
  
  #cookiedecline {
    margin: 0;
  }

  #cookieaccept {
    margin: 0;
  }

  .markdown ul {
    margin: 0 0 1em -0.8em;
    line-height: 1.5em;
  } 

  .markdown ol {
    margin: 0 0 1em 1.8em;
    line-height: 1.5em;
  } 

}