/* template: machinepark */
#threesixtyvideo {
    position: relative;
    height: 695px;
    width: 100%;
}
#threesixtyvideo .swipe {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: metronic-slab;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    pointer-events: none;
    visibility: visible;
    opacity: 1;
    transition: ease all 0.25s;
    z-index: 1;
    animation-name: swipe;
    animation-duration: 5s;
    animation-delay: 0.5s; /*animation-iteration-count: infinite;*/ animation-iteration-count: 1;
}
#threesixtyvideo:hover .swipe {
    visibility: hidden;
    opacity: 0;
}
#threesixtyvideo .swipe span {
    line-height: 1;
    white-space: nowrap;
}
#threesixtyvideo .swipe span:before {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    content: "";
    background-image: url("../../images/icons/swipe.svg");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
@keyframes swipe {
    0%   { margin-left: 0; }
    3%   { margin-left: 25px; }
    6%   { margin-left: -50px; }
    9%   { margin-left: 50px; }
    12%  { margin-left: -25px; }
    15%  { margin-left: 25px; }
    18%  { margin-left: -10px; }
    21%  { margin-left: 0; }
    100% { margin-left: 0; }
}
/*
#threesixtyvideo {
    position: relative;
    overflow: hidden;
    left: 0;
    margin-top: 20px;
    width: 100%;
    background-color: #efefef;
    z-index: 1;
}
#threesixtyvideo .media { width: 100%; height: 600px;}
#threesixtyvideo .media img { display: inline-block; }
*/
.row.machinepark #submenu {
    margin: 0; /*padding-top: 30px;*/ padding-bottom: 30px;
    border-top: 4px solid #f9f9f9;
}
.row.machinepark #submenu ul {
    margin: 0;
    padding: 0;
}
.row.machinepark #submenu ul li {
    display: none;
    margin: 0;
    margin-left: 0;
    padding: 0;
    width: 100%;
    border-bottom: 4px solid #f9f9f9;
}
.row.machinepark #submenu.active ul li {
    display: block;
}
.row.machinepark #submenu ul li.parent {
    display: block;
    cursor: pointer;
}
.row.machinepark #submenu ul li.active {}
.row.machinepark #submenu ul li a {
    position: relative;
    display: block;
    padding: 20px 0;
    text-decoration: none;
}
.row.machinepark #submenu ul li.parent a {
    pointer-events: none;
}
.row.machinepark #submenu ul li.parent:hover a {
    color: #00565d;
}
/*.row.machinepark #submenu.active ul li.parent { pointer-events: none; }
.row.machinepark #submenu.active ul li.parent a { pointer-events: initial; }*/
.row.machinepark #submenu ul li.active a {}
.row.machinepark #submenu ul li a svg {
    margin-right: 5px;
}
.row.machinepark #submenu ul li.parent a svg {
    margin: 0;
    margin-top: 5px;
    margin-right: 5px;
    transform: rotate(90deg);
}
.row.machinepark #submenu ul li.parent:hover a svg {
    fill: #00565d;
}
.row.machinepark #submenu.active ul li.parent a svg { /*transform: none;*/ transform: rotate(-90deg);
}
.row.machinepark #submenu ul li.backto a { /*border-top: 4px solid #f9f9f9;*/ border-bottom: 4px solid #f9f9f9;
}
.row.machinepark #submenu ul li.backto a svg {
    float: left;
    margin: 0 15px;
    margin-left: 0;
    transform: translateY(5px) rotate(180deg);
}
.row.machinepark #submenu ul li a span.slash svg {
    display: none;
}
.row.machinepark #submenu ul li a span.arrow svg {
    display: block;
    fill: #e84242;
    opacity: 1;
}
.row.machinepark #submenu ul li:hover a span.arrow svg, .row.machinepark #submenu ul li.active a span.arrow svg {
    fill: #00565d;
}
.row.machinepark .page_content > blockquote:first-of-type {
    margin-top: 20px;
}
.machine_info {
    position: relative; /*margin: 0 calc(100% / 6);*/ margin: 0 auto;
    margin-top: -95px;
    margin-bottom: 20px;
    width: 90%;
    max-width: 1300px;
    color: #fff;
    box-sizing: border-box;
    z-index: 1;
}
.machine_info-container {
    margin: 0 auto;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 40px;
    width: calc((100% / 3) * 2);
    background-color: #e84242;
}
.machine_info-container h2 {
    position: relative;
    left: -30px;
    margin-top: 15px;
    padding: 12px 90px 20px 30px;
    width: calc(100% + 60px);
    font-family: metronic-slab;
    font-size: 2em;
    color: #fff;
    font-weight: 400;
    line-height: 1.05;
    box-sizing: border-box;
    background-image: url(../../images/icons/kepser-stripes-white.svg);
    background-position: 0 14px;
    background-size: 30px;
    background-repeat: no-repeat;
}
.machine_info-container h2:first-of-type {
    margin-top: 0;
}
.machine_info-container ul {
    margin: 5px 0 15px 0;
    width: calc(95% - 18px);
    list-style-type: disc;
    margin-left: 18px;
}
.machine_info-container ul li {}
.machine_info-container ul li a {
    color: #fff !important;
}
#items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    left: -1.5%;
    margin-top: 60px;
    width: 103%;
}
#items .item {
    position: relative;
    margin: 0 1.5%;
    margin-bottom: 4.5%;
    width: calc(100% / 2 - 3%);
    transition: all ease 0.15s;
    background-color: #e84242;
}
#items .item:hover {
    background-color: #00565d;
}
#items .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#items .item .image {
    position: relative;
    padding-bottom: 35%;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
}
#items .item .image img {
    position: absolute;
    display: block;
    top: 50%;
    width: 100%;
    transform: translateY(-50%) scale(1.01);
    transition: transform ease 0.25s;
}
#items .item:hover .image img {
    transform: translateY(-50%) scale(1.05);
}
#items .item .text {
    padding: 15px 30px 35px 30px;
    color: #fff;
}
#items .item .text h2 {
    position: relative;
    left: -30px;
    margin-bottom: 5px;
    width: calc(100% + 60px);
    max-width: none;
}
#items {
    left: -1%;
    width: 102%;
}
#items .item {
    margin: 0 1%;
    margin-bottom: 2%;
    width: calc(100% / 2 - 2%);
}
#items .item .text {
    padding: 15px 30px 15px 30px;
}
#items .item .text h2 {
    font-size: 1.5em;
}
#items .item .text h2 .stripes {
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 11px;
}
/* responsive-ness */
@media screen and (max-width: 1000px) {
    /* template: machinepark */
    .row.machinepark .page_content > blockquote:first-of-type {
        margin-top: 0;
    }
    #items {
        left: 0;
        margin-top: 20px;
        width: 100%;
    }
    #items .item {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    #items .item .image {
        padding-bottom: 40%;
    }
    .row.machinepark #submenu {
        padding-bottom: 20px;
    }
    .row.machinepark #submenu ul li a {
        padding: 5px 0;
    }
    #threesixtyvideo {
        height: 250px;
    }
    #threesixtyvideo .swipe {
        top: 30px;
        left: 25px;
        align-items: flex-start;
        justify-content: flex-start;
        transform: scale(0.5);
        transform-origin: top left;
        animation-delay: 1s;
    }
    .machine_info {
        margin: 0;
        width: 100%;
        height: 100%;
    }
    .machine_info-container {
        width: 100%;
        box-sizing: border-box;
    }
    .machine_info-container h2 {
        width: calc(100% + 120px);
        font-size: 1.6em;
        background-position: 0 12px;
        background-size: 28px;
    }
}