/* -------------------------------- 

Primary style

-------------------------------- */

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */

.plastimat_historie_timeline-img:hover {	-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);}


#plastimat_historie_timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#plastimat_historie_timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 28px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}


.plastimat_historie_timeline-block {
  position: relative;
  margin: 2em 0;
}
.plastimat_historie_timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.plastimat_historie_timeline-block:first-child {
  margin-top: 0;
}
.plastimat_historie_timeline-block:last-child {
  margin-bottom: 0;
}


.plastimat_historie_timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.plastimat_historie_timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.plastimat_historie_timeline-img.cd-picture {
    background: #0064b6 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-top: 16px;
    text-align: center;
	margin-top: -16px;
}

.plastimat_historie_timeline-img.rot {
	    background: #cd0000 none repeat scroll 0 0;
}

.plastimat_historie_timeline-img.grau {
	    background: #5c5c5c none repeat scroll 0 0;
}

.plastimat_historie_timeline-img.gelb {
	    background: #ffcc00 none repeat scroll 0 0;
}

.plastimat_historie_timeline-img.bunt {
background: #0064b6;
background: -moz-linear-gradient(-45deg, #0064b6 26%, #cd0000 46%, #3e454c 57%, #ffcc00 77%);
background: -webkit-linear-gradient(-45deg, #0064b6 26%,#cd0000 46%,#3e454c 57%,#ffcc00 77%);
background: linear-gradient(135deg, #0064b6 26%,#cd0000 46%,#3e454c 57%,#ffcc00 77%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064b6', endColorstr='#ffcc00',GradientType=1 );
}

.plastimat_historie_timeline-content {
  position: relative;
  margin-left: 80px;
  background: white;
  border-radius: 0.25em;
  box-shadow: 0 3px 0 #d7e4ed;
}

.plastimat_historie_timeline-content p {
	margin-left: 10px;
}


.plastimat_historie_timeline-content:after {
  content: "";
  display: table;
  clear: both;
}


.plastimat_historie_timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .plastimat_historie_timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

.plastimat_historie_timeline-content::before {
  content: '';
  position: absolute;
  top: 5px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #0064b6;
}

