/*
Title:		AMMON custom css file
Author:		mhogas@gmail.com // Marius Hogas 

PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE MAIN STYLES.CSS STYLESHEED.
I WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.

*/

.YOUR-STYLE {color:#000}
h1.title {font-size: 24px; text-transform:uppercase; margin-bottom:0;padding-bottom:0;}
#container {background-color: white;}

.lr-container {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
}
.lr-container::after {
  content: '';
  display: table;
  clear: both;
}

#lr-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#lr-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #dbdbdb;
}
@media only screen and (min-width: 1170px) {
  #lr-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #lr-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.lr-timeline-block {
  position: relative;
  margin: 2em 0;
}
.lr-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.lr-timeline-block:first-child {
  margin-top: 0;
}
.lr-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .lr-timeline-block {
    margin: 4em 0;
  }
  .lr-timeline-block:first-child {
    margin-top: 0;
  }
  .lr-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.lr-timeline-img {
  background: #0F4E17;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px white;
}

@media only screen and (max-width: 1170px) {
.lr-timeline-img {
  margin-left: 10px;
  margin-top: 10px;
  }
}
@media only screen and (min-width: 1170px) {
  .lr-timeline-img {
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    margin-top: 20px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
}


.lr-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 2px 7px rgba(0,0,0,.15);
}
.lr-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.lr-timeline-content h2 {
    font-weight:600;
	color: #0F4E17;
}
.lr-timeline-content p, .lr-timeline-content {
  font-size: 12px;
  font-size: 0.7125rem;
}
.lr-timeline-content .lr-timeline-content {
  display: inline-block;
}
.lr-timeline-content p {
  font-weight: 300;
  margin: 1em 0;
  line-height: 1.6;
}
.lr-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #0f4e17;
}
@media only screen and (min-width: 768px) {
  .lr-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .lr-timeline-content p {
    font-size: 12px;
    font-size: .8rem;
  }
}
@media only screen and (min-width: 1170px) {
  .lr-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 43%;
  }
  .lr-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #0f4e17;
  }
  .lr-timeline-block:nth-child(even) .lr-timeline-content {
    float: right;
  }
  .lr-timeline-block:nth-child(even) .lr-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #0f4e17;
  }
}

h3.timetitle {color:#0F4E17}

#CookieDeclarationUserStatusLabelMulti {font-weight:bold;}
