@charset "utf-8";
/* CSS Document */

#block-thingstoconsiderwaterjetadvantages {
	background-image: url(/sites/default/files/2021-10/light-background.png);
}

#History {
	background-color: #ffffff;
	background-image: url("/sites/default/files/2021-11/history-bg.png");
	background-size: cover;
}
.history-section {
    background-color: rgba(27,27,27,0.6);
}

/* Timeline */
.timeline,
.timeline-horizontal {
  list-style: none;
  padding: 20px;
  position: relative;
}
ul.timeline{
	margin: 0rem;
}
	
	
.timeline .timeline-item {
  margin-bottom: 20px;
  position: relative;
}
.timeline .timeline-item:before,
.timeline .timeline-item:after {
  content: "";
  display: table;
}
.timeline .timeline-item:after {
  clear: both;
}

.timeline .timeline-item .timeline-panel {
  position: relative;
  width: 46%;
  float: left;
  right: 16px;
  border: 0px solid #c0c0c0;
  background-color: transparent;
  border-radius: 0px;
  padding: 20px;
  -webkit-box-shadow: 0 0px 06px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
}
.timeline .timeline-item .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -16px;
  display: inline-block;
  border-top: 16px solid transparent;
  border-left: 16px solid #c0c0c0;
  border-right: 0 solid #c0c0c0;
  border-bottom: 16px solid transparent;
  content: " ";
}
.timeline .timeline-item .timeline-panel .timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-item .timeline-panel .timeline-body > p,
.timeline .timeline-item .timeline-panel .timeline-body > ul {
  margin-bottom: 0;
}
.timeline .timeline-item .timeline-panel .timeline-body > p {
  font-size: 1rem;
}
.timeline .timeline-item .timeline-panel .timeline-body > p + p {
  margin-top: 5px;
}
.timeline .timeline-item:last-child:nth-child(even) {
  float: right;
}
.timeline .timeline-item:nth-child(even) .timeline-panel {
  float: right;
  left: 16px;
}
.timeline .timeline-item:nth-child(even) .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-horizontal {
  list-style: none;
  position: relative;
  padding: 20px 0px 20px 0px;
  display: inline-block;
}

.timeline-horizontal .timeline-item {
  display: table-cell;
  height: 280px;
  width: 20%;
  min-width: 320px;
  float: none !important;
  padding-left: 0px;
  padding-right: 20px;
  margin: 0 auto;
  vertical-align: bottom;
}
.timeline-horizontal .timeline-item .timeline-panel {
  top: auto;
  display: inline-block;
  float: none !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
}
.timeline-horizontal .timeline-item .timeline-panel:before {
	top: auto;
	bottom: -20px;
	left: 48px !important;
	right: auto;
	border-right: 2px solid #979797 !important;
	border-top: 20px solid #979797 !important;
	border-bottom: 20px solid #979797 !important;
	border-left: 2px solid #979797 !important;
}
.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
  display: none;
}
.timeline-horizontal .timeline-item .timeline-badge {
  top: auto;
  bottom: 0px;
  left: 43px;
}
.timeline-heading {
	background-color: red;
	color: white;
	width: fit-content;
}	
.timeline-body {
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
}
img.advantages {
	width: 100%;
}

svg#waterjet_component{
    display: block;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
svg#waterjet-component>*{
    visibility: hidden;
    opacity: 0;
}
.animation_block{
    text-align: center;
    position: relative;
}
.animation_block .overflow_box{
    overflow: hidden;
}
.zoom-trigger:hover{
    cursor: pointer;
}
#triggerOverlay{
    visibility: hidden;
    opacity: 0;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.popup_box{
    visibility: hidden;
    opacity: 0;
    position: relative;
    margin: 20px auto;
    background: #efefef;
    padding: 10px 20px;
    -webkit-box-shadow: 0 0 10px #aaaaaa;
            box-shadow: 0 0 10px #aaaaaa;
    border-radius: 3px;
    width: 80%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.popup_box.active{
    visibility: visible;
    opacity: 1;
    display: block;
}
.popup_box>.btns{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: white;
    background: black;
    position: absolute;
    /* right: 0; */
    top: 0;
    line-height: 32px;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    cursor: pointer;
    border: none;
}

.popup_box>.btns.close_btn{
    right: 0px;
}
.popup_box>.btns.goto_next{
    right: 35px;
}
.popup_box>.btns.goto_prev{
    right: 70px;
}
.popup_box>.btns:hover{
    background-color: #555555;
}
.popup_box>.btns img{
    width: 12px;
    height: 12px;
}

.textContent a {
	color: #ed1b2e;
}
.navleft a {
	color: #6c6c6d;
}
.navright a {
	color: #6c6c6d;
}
.square {
    width: 28px;
    height: 28px;
}

@media (min-width: 768px){
    .popup_box{
        position: absolute;
        left: 50%;
        bottom: 0px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);    
    }
}
@media (max-width: 768px){
    .popup_box{
        font-size: 12px;
    }
    .popupBox_parent{
        position: relative;
    }
    .popup_box{
        display: none;
    }
}