body .table {
    margin-bottom: 0;
}

.section {
    padding-top: 2em;
}

.navigation {
    position: fixed;
    width: 13em;
    background: url(../images/paper-texture.jpg) repeat;
    padding: 2em;
    -webkit-box-shadow: inset -20px 0px 20px -20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset -20px 0px 20px -20px rgba(0, 0, 0, 0.5);
    box-shadow: inset -20px 0px 20px -20px rgba(0, 0, 0, 0.5);
    overflow: hidden auto;
    top: 0;
    bottom: 0;
}

.navigation > * {
    margin-bottom: 2em;
}

.navigation > *:last-child {
    margin-bottom: 0;
}

.navigation .nav.menu {
    padding: 1em;
    border: 0.15em dashed;
}

.navigation li {
    list-style: none;
}

.navigation a {
    display: inline-block;
}

.navigation a:hover {
    cursor: pointer;
}

.navigation li a {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #000;
    text-decoration: none;
    font-size: 1.2em;
}

.navigation .social {
    text-align: center;
  	position: relative
}

.navigation .social a:last-child {
    margin-left: 0.5em;
}

.navigation .social .fab:before {
    color: #000;
    font-size: 1.6em;
}

.navigation .beans {
    padding-bottom: 0;
    width: 9em;
    position: absolute;
    right: 0;
    bottom: -4em;
}

.content {
    min-height: 100vh;
    padding-left: 13em;
}

.no-vertical-pad {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.banner {
  	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

img.white {
    filter: invert(1);
}

.black-text * {
    color: #000 !important;
}

.black-text .h1-box {
    border-top: 0.1em dashed #000;
    border-bottom: 0.1em dashed #000;
}

.est {
    color: #fff;
    font-size: 0.7em;
    margin-top: 1em;
}

.h1-box {
    border-top: 0.1em dashed #FFF;
    border-bottom: 0.1em dashed #FFF;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.products {
    background: url(../images/product-bg.jpg) no-repeat;
    background-size: cover;
}

.products > div {
    padding-top: 1em;
    padding-bottom: 4em;
    background: url(../images/product-table.jpg) no-repeat;
    background-position-y: bottom;

}

.products.col2 > div {
    background-position-y: bottom;
}

.products > div:first-child {
    border-right: 0.08em dashed #000;
}

.products > div:last-child {
    border-left: 0.08em dashed #000;
}

.products.border-bottom {
    border-bottom: 0.08em dashed #000;
}

.products.border-top {
    border-top: 0.08em dashed #000;
}

.products.table {
    margin-bottom: 0;
}

.products img {
    /*background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 5%, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%);*/
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
}

.products p {
    padding-left: 2em;
    padding-right: 2em;
}

.products-2 {
    /*    background: url(../images/product-bg.jpg) no-repeat;*/
    background-size: cover;
}

.products-2 > div {
    padding-top: 1em;
    padding-bottom: 4em;
    /*    background: url(../images/product-table.jpg) no-repeat;*/
    background-position-y: bottom;

}

.products-2.col2 > div {
    background-position-y: bottom;
}

.products-2 > div:first-child {
    border-right: 0.08em dashed #000;
}

.products-2 > div:last-child {
    border-left: 0.08em dashed #000;
}

.products-2.border-bottom {
    border-bottom: 0.08em dashed #000;
}

.products-2.border-top {
    border-top: 0.08em dashed #000;
}

.products-2.table {
    margin-bottom: 0;
}

.products-2 img {
    /*background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 5%, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%);*/
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  
  	
}

.products-2 p {
    padding-left: 2em;
    padding-right: 2em;
}


/*
.img-height {
    height: 17em;
    position: relative;
    margin-top: 1em;
}
*/

/*
.img-height-2 {
    height: 19em;
    position: relative;
    margin-top: 1em;
}

.img-height-3 {
    height: 15em;
    position: relative;
    margin-top: 1em;
}

.img-height-4 {
    height: 12em;
    position: relative;
    margin-top: 1em;
}
*/

/*
.coffee-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
*/







.btn-holder {
    bottom: 1em;
    width: 100%;
    text-align: center;
}

a.btn {
    display: inline-block;
    border: 0;
    font-size: inherit;
    padding: 0.2em;
    border-radius: 0.3em;
}

a.btn.red {
    background: url(../images/btn-red.jpg) repeat;
}

a.btn > span {
    font-size: 0.8em;
    padding: 0.2em 0.6em 0em;
    border-radius: 0.1em;
    line-height: 1.2em;
    color: #fff !important;
    text-shadow: 0 1px 1px rgb(0 0 0);
    display: inline-block;
}

.grad-red {
    background: rgb(255, 36, 79);
    background: -webkit-linear-gradient(bottom, rgba(255, 36, 79, 1) 0%, rgba(255, 36, 79, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(255, 36, 79, 1) 0%, rgba(255, 36, 79, 0) 100%);
    background: linear-gradient(to top, rgba(255, 36, 79, 1) 0%, rgba(255, 36, 79, 0) 100%);
}

.grad-red-alt {
    background: rgb(255, 36, 79);
    background: -webkit-linear-gradient(top, rgba(255, 36, 79, 1) 0%, rgba(255, 36, 79, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 36, 79, 1) 0%, rgba(255, 36, 79, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 36, 79, 1) 0%, rgba(255, 36, 79, 0) 100%);
}

.grad-green {
    background: rgb(67, 130, 36);
    background: -webkit-linear-gradient(bottom, rgba(67, 130, 36, 1) 0%, rgba(67, 130, 36, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(67, 130, 36, 1) 0%, rgba(67, 130, 36, 0) 100%);
    background: linear-gradient(to top, rgba(67, 130, 36, 1) 0%, rgba(67, 130, 36, 0) 100%);
}

.grad-orange {
    background: rgb(255, 36, 79);
    background: -webkit-linear-gradient(bottom, rgba(255, 36, 79, 1) 0%, rgba(255, 36, 79, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(255, 36, 79, 1) 0%, rgba(255, 36, 79, 0) 100%);
    background: linear-gradient(to top, rgba(255, 36, 79, 1) 0%, rgba(255, 36, 79, 0) 100%);
}

.parallax-holder {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s ease all;
    background: url(../images/paper-texture.jpg) repeat;
}

.parallax-holder.active {
    pointer-events: all;
    opacity: 1;
  	z-index: 98;
}

.parallax-holder .p-c {
    display: inline-block;
    position: fixed;
    z-index: 1;
    right: 1em;
    top: 1em;
}

.parallax-holder .p-c:hover {
    cursor: pointer;
}

/* Parallax base styles
  --------------------------------------------- */
.parallax {
    height: 500px;
    /* fallback for older browsers */
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-perspective: 300px;
    perspective: 300px;
    background: url(../images/lines.png) repeat-y center center;
}

.parallax__group {
    position: relative;
    height: 500px;
    /* fallback for older browsers */
    height: 100vh;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.parallax__layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.parallax__layer--fore {
    -webkit-transform: translateZ(90px) scale(.7);
    transform: translateZ(90px) scale(.7);
    z-index: 1;
}

.parallax__layer--base {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 4;
}

.parallax__layer--back {
    -webkit-transform: translateZ(-300px) scale(2);
    transform: translateZ(-300px) scale(2);
    z-index: 3;
}

.parallax__layer--deep {
    -webkit-transform: translateZ(-600px) scale(3);
    transform: translateZ(-600px) scale(3);
    z-index: 2;
}

.parallax {}

/* centre the content in the parallax layers */
.title {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.parallax__layer--deep .title {
    top: 15%;
    border-radius: 0.5em;
    padding: 0.5em;
    background: url(../images/btn-red.jpg) repeat;
    background-size: cover;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
  	max-width: 30%;
  	font-size: 18px;
}

.parallax__layer--base .title {
    top: 40%;
}

.parallax__layer--deep .title h2 {
    color: #fff !important;
    text-shadow: 0 1px 1px rgb(0 0 0);
}

.parallax__layer--deep h2:after {
    filter: invert(1) drop-shadow(2px 4px 6px black);
}

/* style the groups
  --------------------------------------------- */
#group1 {
    z-index: 5;
    /* slide over group 2 */
}

#group1 .parallax__layer--deep {
    /*background: url(../images/paper-texture.jpg) repeat;
  background: rgb(102, 204, 102);*/
}

#group1 .parallax__layer--base {
    /*background: rgb(102, 204, 102);*/
}

#group2 {
    z-index: 3;
    /* slide under groups 1 and 3 */
}

#group2 .parallax__layer--back {
    /* background: rgb(123, 210, 102); 
  background: url(../images/paper-texture.jpg) repeat;*/

}

#group3 {
    z-index: 4;
    /* slide over group 2 and 4 */
}

#group3 .parallax__layer--base {
    /*background: rgb(153, 216, 101);*/
}

#group4 {
    z-index: 2;
    /* slide under group 3 and 5 */
}

#group4 .parallax__layer--deep {
    /*background: rgb(184, 223, 101);*/
}

#group5 {
    z-index: 3;
    /* slide over group 4 and 6 */
}

#group5 .parallax__layer--base {
    /*background: rgb(214, 229, 100);*/
}

#group6 {
    z-index: 2;
    /* slide under group 5 and 7 */
}

#group6 .parallax__layer--back {
    /*background: rgb(245, 235, 100);*/
}

#group7 {
    z-index: 3;
    /* slide over group 7 */
}

#group7 .parallax__layer--base {
    /*background: rgb(255, 241, 100);*/
}

.testimonials-intro {
    padding-top: 2em;
}

.jmm-testimonials.default {
    background: url(../images/banner-testimonials.jpg) no-repeat center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: initial;
    transition: all 0.5s ease;
    padding-bottom: 0 !important;
    margin-top: 1em;
}

.jmm-testimonials.default .jmm-testimonials-in {
    transition: all 0.5s ease;
}

.jmm-testimonials.default .jmm-image {
    width: 20%;
    margin: auto;
}

.jmm-testimonials.default .jmm-image img {
    padding-bottom: 1em;
}

.jmm-testimonials.default .jmm-comment {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    line-height: 1.2em;
    margin: 0 auto 2em auto;
    max-width: 31em;
}

.jmm-testimonials.default .jmm-author {
    font-family: "ITC Korinna";
}

.jmm-testimonials.default .jmm-profession {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 0.8em;
}

.jmm-testimonials.default .jmm-author:before {
    content: '';
}

.jmm-testimonials.default .jmm-rows {
    margin: 0;
    transition: all 0.5s ease;
}

.jmm-testimonials.default .jmm-rows > div > .jmm-item {
    float: initial;
    padding: initial;
    box-sizing: border-box;
}

.jmm-testimonials.default .carousel-inner > .item {
    padding: 1em;
    border-radius: 0.1em;
    background: rgba(0, 0, 0, 0.75);
}

.jmm-testimonials.default .jmm-rows > div > .jmm-item > .jmm-text {
    padding: 1em;
    border: #fff dashed 0.1em;
}

.jmm-testimonials.default .carousel-inner * {
    color: #fff;
}

.jmm-testimonials.default .carousel-indicators {
    bottom: -1em;
}

.jmm-testimonials.default .carousel-indicators li {
    margin: 0 0.2em;
    width: 1em;
    height: 0.5em;
    border: 0.2em solid #444;
}

.semanticui-body {
    padding-top: 2em;
}

.headline {
  	max-width: 330px;
}

div.mod-languages ul.lang-inline {
  	margin-left: -15px;
}

div.mod-languages ul.lang-inline li {
  	margin: 0;
  	padding: 0 10px 0 15px;
}

div.mod-languages ul.lang-inline li:not(:first-child) {
  	border-left: 1px solid black;
}

div.mod-languages ul.lang-inline li.lang-active {
  	font-weight: bold;
}

.btn__close-page {
  color: black;
  position: fixed;
  top: 1em;
  right: 1em;
  z-index: 5;
}

@media (min-width: 769px) {
  .products-2 img {
    width: auto;
    max-width: unset !important;
    max-height: 24vw !important;
  }
}

@media (max-width: 768px) {
  .banner {
	background-attachment: unset;
  }

  .landing__products {
    min-height: unset;
  }
  
  .landing__products .products {
    min-height: unset;
  }
}


@media (max-width: 540px) {
  .landing__products.section {
    margin-top: 0;
  }
}


@media (max-width: 480px) {
    .parallax__layer--deep .title {
        left: 10%;
        right: 10%;
        transform: translate(0, -50%);
      	max-width: unset;
    }

    .parallax__layer--deep .title h2 {
        font-size: 1em;
    }
}