/* -----------------------------------*/


/* ---------->>> WHITE VERSION <<<-------------*/


/* -----------------------------------*/

#footer-wrapper {
    background-color: #2a2a2a !important;
    border-top: 0px !important;
}

@font-face {
    font-family: 'NeoTech';
    /*a name to be used later*/
    src: url('https://www.newtec.com/font/NeoTech-Light.otf');
    /*URL to font*/
}

.font-weight-light {
    font-weight: 200;
}

.font-size-23 {
    font-size: 23px !important;
}


/* -----------------------------------*/


/* ---------->>> MAIN <<<-------------*/


/* -----------------------------------*/


/* html {
    scroll-behavior: smooth;
} */

body {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
    /* 	background-color: #F5F5F5 !important; */

    --newtec-brown: #8B634B;
    --newtec-background-brown: #F6F1EE;
}

a {
    color: #00AEEF;
}

body {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 18px !important;
    font-weight: 200;
    font-style: normal;
}

h3 {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 500;
  line-height: 1.1;
}

p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
}

p.giga-quote {
    font-size: 20rem !important;
    line-height: 3px;
    font-family: serif;
    color: var(--newtec-brown);
    margin-top: 30px;
}

p.giga-quote::before {
    content: '"';
}

p.quote {
  font-style: italic;
}

p.quote::before {
  content: '"';
} 

p.quote-start::before {
    content: '"';
}

p.quote-end::after {
    content: '"';
}

p.quote-middle {
    font-style: italic;
}

p.quote::after {
  content: '"';
}

p.quote-author {
  text-align: end;
}

p.quote-author::before {
  content: "-";
}

p.quote-brown {
    color: #8B634B;
    font-weight: 300;;
}

p.quote-brown-bold {
  font-weight: 500;
  color: var(--newtec-brown);
}

p.center {
    text-align: center;
}

.page-title-wrapper {
    height: 130px;
    background: url("https://www.newtec.com/img/elements/newtec-page-title-part.webp") repeat-x right;
    display: none;
}

.page-title {
    padding-top: 10px;
    font-size: 28px;
    font-weight: bold;
}

.section-title {
    margin-top: 20px;
    color: #212121;
    font-size: 28px;
}

.col-centered{
  float: none;
  margin: 0 auto;
}

#newtec-map-canvas img, #dealers-map-canvas img {
    opacity: 1;
}
 
img {
  opacity: 0;
}

img.loaded {
  opacity: 1;
  transition: opacity 1s ease-in;
}

img.noload {
  opacity: 1;
}

div.section-title+hr {
    border: 0;
    height: 0px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

.breadcrumbs {
  font-size: 1em;
  color: gray;
  padding: 6px 10px;
  /* background-color: #f9f9f9; */
  margin-bottom: 15px;
}

.zf-green {
    color: #68b604;
}

.capitalize {
  text-transform: capitalize;
}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top, #70d900, #57a900);
    background-image: -ms-linear-gradient(top, #70d900, #57a900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
    background-image: -webkit-linear-gradient(top, #70d900, #57a900);
    background-image: -o-linear-gradient(top, #70d900, #57a900);
    background-image: linear-gradient(top, #70d900, #57a900);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    background-color: #57a900;
}

.btn-success:active, .btn-success.active {
    background-color: #57a900;
}

div.container a.brand {
    background: url("../zf2-logo.html") no-repeat scroll 0 10px transparent;
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}

.navbar {
    background-color: #F2F2F2;
}

.container {
    width: 100% !important;
    padding: 0 !important;
}

.inside-container {
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    position: fixed;
    opacity: .8;
}

.shadow-side-overlay {
    width: 100%;
    position: fixed;
    opacity: .3;
    background-attachment: fixed;
    background: -moz-linear-gradient(left, rgba(165, 165, 165, 0.8) 0%, rgba(165, 165, 165, 0) 35%, rgba(165, 165, 165, 0) 65%, rgba(165, 165, 165, 0.78) 99%, rgba(165, 165, 165, 0.8) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(165, 165, 165, 0.8)), color-stop(35%, rgba(165, 165, 165, 0)), color-stop(65%, rgba(165, 165, 165, 0)), color-stop(99%, rgba(165, 165, 165, 0.78)), color-stop(100%, rgba(165, 165, 165, 0.8)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(165, 165, 165, 0.8) 0%, rgba(165, 165, 165, 0) 35%, rgba(165, 165, 165, 0) 65%, rgba(165, 165, 165, 0.78) 99%, rgba(165, 165, 165, 0.8) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(165, 165, 165, 0.8) 0%, rgba(165, 165, 165, 0) 35%, rgba(165, 165, 165, 0) 65%, rgba(165, 165, 165, 0.78) 99%, rgba(165, 165, 165, 0.8) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(165, 165, 165, 0.8) 0%, rgba(165, 165, 165, 0) 35%, rgba(165, 165, 165, 0) 65%, rgba(165, 165, 165, 0.78) 99%, rgba(165, 165, 165, 0.8) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(165, 165, 165, 0.8) 0%, rgba(165, 165, 165, 0) 35%, rgba(165, 165, 165, 0) 65%, rgba(165, 165, 165, 0.78) 99%, rgba(165, 165, 165, 0.8) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cca5a5a5', endColorstr='#cca5a5a5', GradientType=1);
    /* IE6-9 */
}

.page-content-wrapper {
    width: 100%;
    background-color: #F7F7F7;
    /* margin-bottom: -61px; */
}

.page-content-image {
    padding-left: 50%;
}

.inside-container-left {
    width: 50%;
    padding: 20px;
}

.page-content {
    position: relative;
    top: -30px;
    padding: 0px 30px 30px 30px;
    max-width: 1600px;
    margin: 0 auto;
    background-color: white;
    border-radius: 10px;
}

@media only screen and (min-width: 1115px) {
    .page-content {
        position: relative;
        top: -85px;
    }
    .flickity-page-dots {
        bottom: 100px !important;
    }
}

p {
    font-size: 13px;
    font-size: 0.8125em;
    text-align: justify;
}

p span {
    text-align: justify;
}

#highMenu {
    height: 10px;
}

.content-text {
    text-align: justify;
}

.webServicesSticker {
    position: absolute;
    right: 0px;
    top: 0px;
}

.webServicesSticker img {
    height: 80px;
}

@media only screen and (max-width: 768px) {
    /* h1, h2, h3 { */
        /* font-size: 80% !important; */
    /* } */
    p, table tr td, table tr th, .page-content .content-text, label {
        font-size: 13px !important;
        font-size: 1.8125rem !important;
    }
    #highMenu {
        height: 0px;
    }
    .webServicesSticker img {
        width: 40px;
    }
    .img-flag a img {
      border-radius: 50%;
      border: 2px solid #8B634B;
      width: 25px;
      height: 25px;
    }
}

@media only screen and (min-width: 768px) {
    p, table tr td, table tr th, .page-content ul li, label {
        font-size: 16px;
        font-size: 2rem !important;
        text-rendering: optimizeLegibility;
        font-feature-settings: "kern";
        -webkit-font-feature-settings: "kern";
        -moz-font-feature-settings: "kern";
        -moz-font-feature-settings: "kern=1";
    }
    .navbar-custom-style {
        margin-top: 5px !important;
    }
    .fact-box-weighing-machines {
        height: 189px;
    }
    #newtec-cup-filling-machine-fact-img {
        height: 200px;
    }
    #weighing-machines-fact-box {
        margin-top: 10px;
    }
    .parent-height-right {
        position: absolute !important;
        height: 100%;
        top: 0px;
        right: 0px;
    }
    .parent-height-left {
        position: absolute !important;
        height: 100%;
        top: 0px;
        left: 0px;
    }
    .el-float {
        float: right !important;
    }
    .partners-list .flex-box {
        max-width: 100%;
        overflow-x: auto;
    }
    .partners-list .partner-images-scroller li {
        list-style: none;
        display: inline;
        margin-left: 10px;
    }
    .ms-outlet-dot {
        width: 25px;
        height: 25px;
        border-radius: 100%;
        background: #CCFF00;
        position: relative;
    }
    .sub-links-list {
        display: flex;
        justify-content: space-between;
    }
    .full-width {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1006px) and (min-width: 768px) {
    .top-li a span {
        font-size: 15px;
    }
}

@media only screen and (max-width: 900px) and (min-width: 768px) {
    .top-li a span {
        font-size: 15px;
    }
    .top-li a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media only screen and (max-width: 850px) and (min-width: 768px) {
    .top-li a span {
        font-size: 14px;
    }
    .top-li a {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
}

@media only screen and (max-width: 785px) and (min-width: 768px) {
    .top-li a {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

.clear-float {
    clear: both;
}

.highlight {
    font-weight: bold;
}

.page-content-left {
    width: 50%;
    float: left;
    padding-right: 20px;
}

.page-content-right {
    width: 50%;
    float: left;
}

.content-padding-top {
    padding-top: 20px;
}

.image-wrapper img {
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.25);
    border: 1px solid #9E9E9E;
}

@media only screen and (max-width: 768px) {
    .page-content-left, .page-content-right {
        width: 100%;
        float: none;
    }
    .image-wrapper img {
        margin-bottom: 20px;
    }
}

.img-float {
    float: right;
    margin-left: 10px;
}

.img-float-left {
    float: left;
    margin-right: 20px;
}

#about-us img {
    margin-right: 30px;
}

.border-shadow {
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.25);
    border: 1px solid #9E9E9E;
}

@media screen and (max-width: 768px) {
    .row.mobile {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .row.mobile .col-sm-2 {
        flex-basis: 100%;
        flex: 30%;
    }
}

@media screen and (max-width: 400px) {
    .row.mobile .col-sm-2 {
        flex-basis: 100%;
        flex: 50%;
    }
}

@media screen and (max-width: 250px) {
    .row.mobile .col-sm-2 {
        flex-basis: 100%;
        flex: 80%;
    }
}


.page-desc {
    padding: 20px 0px 20px 0px;
}

.container-wrapper {
    width: 100%;
    /* 	overflow-y: auto; */
    /* 	overflow-x: hidden; */
    /* 	-webkit-perspective: 300px;
	perspective: 300px; */
    position: relative;
    /* top: 60px; */
}

.page-title-image {
    width: 133px;
    height: 130px;
    position: absolute;
    right: 10px;
    top: 0px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    /* For IE8 and earlier */
}

.page-image {
    height: 350px;
    max-width: 1160px;
}

.page-image-text {
    font-size: 30px;
    font-weight: bold;
    margin-left: 10px;
}


/* 
.page-content-margin {
    	margin-top: 112px;
} */

.page-content .headline h2 {    
    font-family: Source Sans Pro Light, sans-serif !important;
    margin-bottom: 5px;
    font-size: 40px;
    color: #8B634B;
    font-weight: 100;
}

.page-content .headline p {
    font-style: italic;
    font-size: 0.5em !important;
    color: #2a2a2a;
}

.page-content .headline, .page-content .headline h3 {
    font-family: Source Sans Pro Light, sans-serif !important;
    margin-bottom: 0px;
    font-size: 30px;
    color: #8B634B;
    font-weight: 100;
}

.page-content .headline h4, .page-content h4.headline {
    font-family: Source Sans Pro Light, sans-serif !important;
    margin-bottom: 5px;
    font-size: 22px;
    color: #8B634B;
    font-weight: 100;
}


.page-content .headline {
    margin-bottom: 16px;
}

.page-title img {
    width: 100px;
}

.page-content ul {
    list-style-type: disc;
}

.page-content ul li {
    margin-left: 50px;
    font-size: 0.8125em;
    /* text-align: justify; */
}

.page-content ul li ul {
    list-style-type: circle;
}

.page-content ul li ul li {
    margin-left: 50px;
}

.product-banner {
    width: 100%;
    background: -moz-linear-gradient(top, rgba(198, 198, 198, 0.42) 0%, rgba(198, 198, 198, 0.42) 1%, rgba(206, 206, 206, 0.21) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(198, 198, 198, 0.42)), color-stop(1%, rgba(198, 198, 198, 0.42)), color-stop(100%, rgba(206, 206, 206, 0.21)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(198, 198, 198, 0.42) 0%, rgba(198, 198, 198, 0.42) 1%, rgba(206, 206, 206, 0.21) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(198, 198, 198, 0.42) 0%, rgba(198, 198, 198, 0.42) 1%, rgba(206, 206, 206, 0.21) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(198, 198, 198, 0.42) 0%, rgba(198, 198, 198, 0.42) 1%, rgba(206, 206, 206, 0.21) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(198, 198, 198, 0.42) 0%, rgba(198, 198, 198, 0.42) 1%, rgba(206, 206, 206, 0.21) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6bc6c6c6', endColorstr='#36cecece', GradientType=0);
    /* IE6-9 */
    height: 410px;
    border-bottom: 1px solid #e5e3e3;
}

.product-banner .title {
    font-weight: bold;
    font-size: 65px;
    color: #2E7D32;
}

.product-banner .subtitle {
    font-size: 40px;
    padding-top: 10px;
}

.product-banner .banner-text {
    padding-top: 50px;
}

.product-banner .banner-image img {
    height: 400px;
}

.img-margin {
    margin: 50px 0;
}

.content-image {
    object-fit: contain;
}

.content-image img {
    max-width: 100%;
    border-radius: 10px;
}

.content-image .fact-box h3 {
    text-align: left;
}

.content-image.tiny-image img {
    max-height: 120px;
}

.padding-top {
    /* padding-top: 20px; */
    position: relative;
}


/* .page-name {
    top: 112px;
} */

.align-center {
    text-align: center;
}

.gallery-cell {
    overflow: hidden;
}

.page-banner {
    height: 500px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-image-machines {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.page-description-dark {
    color: black;
    font-size: 50px;
}

.description-italic, .description-italic h2 {
    /* 	font-style:italic; */
    /* 	text-align:center;  */
    font-family: Source Sans Pro Light, sans-serif !important;
    font-size: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 20px;
    color: #706d6d;
    font-weight: 300;
}

@media only screen and (min-width: 768px) {
    .description-italic {
        padding: 20px
    }
}

.col-sm-6-map {
    padding: 20px;
}

.col-sm-6 ul li {
    text-align: left;
}

.description-italic h2 {
    border-bottom: 0px solid #EEEEEE;
    padding-bottom: 0px;
    margin: 0;
}

blockquote {
    border-left: 0px !important;
    color: #a5a4a4;
    font-style: italic;
    margin: 30px 0 30px 15px;
    padding-left: 40px !important;
}

blockquote .quote-text::before {
    content: "\201C" !important;
    /*Unicode for Left Double Quote*/
    /*Font*/
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #999;
    /*Positioning*/
    position: relative;
}

blockquote .quote-author {
    font-style: normal;
    font-weight: bold;
}

blockquote .quote-text::after {
    content: "\201D" !important;
    /*Unicode for Left Double Quote*/
    /*Font*/
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #999;
    /*Positioning*/
    position: relative;
}

blockquote .quote-text {
    font-style: italic;
    font-weight: bold;
}

.quote-box {
    background-color: rgb(240, 240, 240);
    border: 1px solid rgb(202, 202, 202);
    padding: 20px 20px 20px 20px;
}

.quote-text {
    font-style: italic;
}

.quote-author {
    text-align: right;
    font-weight: bold;
}

.margin-top {
    margin-top: 50px;
}

.margin-bottom {
    margin-bottom: 50px;
}

.margin-headline {
    margin-top: 30px;
}

.margin-headline .headline {
    margin-bottom: 16px;
}

.padding-headline {
    padding-top: 30px;
}

#newtec-logo {
    height: 30px;
    width: 166px;
}

.simple-page {
    top: 24px;
}

.simple-page-wrapper {
    padding-bottom: 109px;
}


/* --------------------------------------*/


/* ---------->>> Deep info <<<-----------*/


/* --------------------------------------*/

.horizontal-picture-menu {
    margin-top: 50px;
}

.horizontal-picture-menu > .picture-menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.picture-menu > .picture-item {
    width: 200px;
    height: 250px;
    cursor: pointer;
    user-select: none;
}

.picture-item img {
    width: 200px;
    height: 200px;
    border: 5px solid #8B634B;
    border-radius: 50%;
    /* transition: 200ms ease-out border; */
    padding: 5px;
}

.picture-item:HOVER img {
    border: 5px solid rgb(165, 128, 104) !important;
    /* transition: 200ms ease-out border; */
    /* padding: 40px;
    border: 0px; */
}

.picture-item h3 {
    text-align: center;
    font-weight: 200;
    font-family: 'Source Sans Pro Light', sans-serif !important;
}

.picture-menu-details {
    margin-top: 20px;
    background-color: #F6F1EE;
    height: 0px;
    position: relative;
}

.picture-menu-details-light {
    /* background-color: rgb(255, 253, 251); */
    background-color: transparent;
}

.detail-div {
    padding: 30px;
    width: 100%;
    position: absolute;
    display: none;
    overflow: hidden;
    opacity: 0;
    margin-top: 0px;
    margin-left: 0px;
    transition: opacity 200ms ease-in-out;
}

.detail-div-visible {
    opacity: 1;
    transition: opacity 200ms ease-in-out;
}

.detail-div-invisible {
    opacity: 0;
    transition: opacity 200ms ease-in-out;
}

.picture-menu-expand {
    transition: height 300ms ease-in-out;
}

.picture-menu-collapse {
    height: 0;
    overflow: hidden;
    transition: height 300ms ease-in-out;
}

.arrow-up {
    visibility: hidden;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #F6F1EE;
}

@media only screen and (max-width: 1030px) {
    .picture-menu > .picture-item {
        width: 100px;
        height: 150px;
    }

    .picture-item img {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .detail-div {
        padding: 10px;
    }
    .picture-item img {
        width: 100px;
        height: 100px;
    }
    .picture-menu > .picture-item {
        width: 100px;
        height: 150px;
    }
    .picture-menu-details {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 545px) {
    .picture-menu > .picture-item {
        width: 80px;
        height: 150px;
    }

    .picture-item img {
        width: 80px;
        height: 80px;
    }

    .picture-item h3 {
        font-size: 15px;
    }
}

@media only screen and (max-width: 450px) {
    .picture-item img {
        width: 75px;
        height: 75px;
        border: 3px solid #F6F1EE;
        padding: 2px;
    }
    .picture-menu > .picture-item {
        width: 75px;
        height: 125px;
    }
    .picture-menu-details {
        margin-top: 20px;
    }
}


/* --------------------------------------*/


/* ---------->>> Carousel  <<<-------------*/


/* --------------------------------------*/

.carousel-control {
    background-image: none !important;
}


/* --------------------------------------*/


/* ---------->>> Footer  <<<-------------*/


/* --------------------------------------*/

#footer-wrapper {
    width: 100%;
    color: #888888;
    position: relative;
    /* bottom: 0px; */
    background-color: #2a2a2a !important;
}

@media only screen and (min-width: 768px) {
    #footer-wrapper {
        bottom: 0px;
    }
}

#footer {
    font-family: 'Source Sans Pro', sans-serif !important;
    color: #686868;
    color: #eeeeee;
    min-height: 265px;
    /* 350px */
    position: relative;
    padding-left: 25px;
    padding-top: 50px;
    font-size: 15px;
    /* 	background-color: #0a0a0a;
	background-color: #37474F; */
    /* background-color: #1F282D; */
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 25px;
}

.footer-contact-info {
    /* flex-basis: 30%; */
    padding-left: 50px;
    padding-right: 50px;
    width: 312px;
    float: left;
}

#footer .update-cookie-consent {
  color: #8B634B;
}

#footer .update-cookie-consent:hover {
  cursor: pointer;
  text-decoration: underline;
}

#footer span {
    font-weight: bold;
}

#footer-copy {
    margin-top: 20px;
    float: left;
}

#footer-low {
    margin-top: 20px;
}

#footer-version {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 12px;
    color: red;
    display: none;
}

.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 200ms linear;
}

.grayscale:HOVER {
    filter: none;
    transition: all 100ms linear;
    -webkit-filter: grayscale(0%);
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


/* --------------------------------------------*/


/* ---------->>> Dealers list  <<<-------------*/


/* --------------------------------------------*/

.table-dealers tbody tr td.dealers-info-cell {
    width: 33%;
}

.table-dealers tbody tr td.center {
    vertical-align: middle !important;
    text-align: center;
}

.table-dealers tbody tr td.region {
    font-weight: bold;
    font-size: 20px;
    padding-top: 30px;
    border-bottom: 5px solid black !important;
}

.table-dealers img {
    max-width: 200px;
}

#dealers-map-canvas {
    height: 250px;
}

.no-map {
  display: flex;
  justify-content: center;
  align-items: center;
}

.no-map .update-cookie-consent {
  padding: 8px;
  background-color: #8B634B;
  color: #f7f7f7;
  user-select: none;
}

.no-map .update-cookie-consent:hover {
  background-color: #AD8167;
  cursor: pointer;
}

#dealers-map-canvas.no-map, #newtec-map-canvas.no-map, .video-canvas {
  background-color: #f7f7f7;
}

.video-canvas {
  height: 300px;
}

.dealerInformation table {
    width: 100%;
    font-size: 15px;
}

.dealerInformation .logo {
    text-align: center;
    padding-bottom: 5px;
}

.dealerInformation div.company {
    font-weight: bold;
}

.dealerInformation td.header {
    font-weight: bold;
    text-align: right;
    padding: 0px 10px 0px 10px;
}

@media only screen and (max-width: 600px) {
    .dealerInformation td.box {
        display: table-row;
    }
}

@media only screen and (min-width: 1200px) {
    #dealersList ul li {
        width: 47%;
        height: 374px;
    }
}

@media only screen and (max-width: 1200px) {
    #dealersList ul li {
        width: 90%;
        height: 100%;
    }
}

#dealersList ul, #dealersList li {
    list-style: none;
}

#dealersList ul {
    overflow: hidden;
    padding: 2em;
}

#dealersList ul li {
    text-decoration: none;
    color: #000;
    background: #BDBDBD;
    display: block;
    padding: 1em;
    /* Firefox */
    -moz-box-shadow: 5px 5px 7px rgba(33, 33, 33, 1);
    /* Safari+Chrome */
    -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, .7);
    /* Opera */
    box-shadow: 5px 5px 7px rgba(33, 33, 33, .7);
    -moz-transition: -moz-transform .15s linear;
    -o-transition: -o-transform .15s linear;
    -webkit-transition: -webkit-transform .15s linear;
    transition: .15s linear;
    border: 1px solid #9E9E9E;
}

#dealersList ul li {
    margin: 1em;
    float: left;
}


/*#dealersList ul li:nth-child(even){
  background:#cfc;
}
#dealersList ul li:nth-child(3n){
  background:#ccf;
}*/

#dealersList ul li:hover, ul li:focus {
    -moz-box-shadow: 8px 8px 7px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 8px 8px 7px rgba(0, 0, 0, .7);
    box-shadow: 8px 8px 7px rgba(0, 0, 0, .7);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    position: relative;
    z-index: 5;
}

.contactInformation tbody tr td:first-child {
    width: 100px !important;
    text-align: right;
}

.dealerInformation img {
    max-width: 100px;
    max-height: 50px;
}

.dealerInformationMap {
    width: 350px;
}

.dealerInformationMap table {
    width: 90%;
}


/* --------------------------------------------------*/


/* ---------->>> Contact information <<<-------------*/


/* --------------------------------------------------*/

@media only screen and (max-width: 768px) and (min-width: 400px) {
    div.contact-details .row .col-sm-6 {
        width: 50%;
        float: left;
    }
}

@media only screen and (max-width: 502px) and (min-width: 400px) {
    div.contact-details .row .col-sm-6 .mail {
        display: none;
    }
}

#newtec-map-canvas {
    height: 355px;
}

#newtec-address {
    width: 50%;
    float: left;
}

#contact-info-container {
    width: 100%;
}

#contact-info-container table {
    margin-left: 50px;
}

@media only screen and (max-width: 768px) {
    #contact-map-container, #newtec-address {
        float: none;
        width: 100%;
    }
    #contact-info-container table {
        margin-left: 0px;
    }
}

table.contactInformation tbody tr td.highlight {
    padding-right: 20px;
}

.contact-info-table tbody tr th {
    font-weight: bold;
}

.interestsSelector table tbody tr td:FIRST-CHILD label {
    font-size: 16px !important;
}

.contact-form .flex-bar {
    padding: 10px;
    flex-basis: 1000px;
}

@media(min-width: 630px) {
    .flex-row {
        display: -webkit-flex;
        display: flex;
        justify-content: space-around;
    }
    .flex-input {
        min-height: 80px;
        padding: 20px;
    }
    .flex-bar {
        padding: 0px !important;
        flex-basis: 100%;
    }
}

.flex-row {
    width: 100% !important;
}

.flex-row-checkboxes {
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}

.contact-form .flex-input {
    padding: 5px;
    min-height: 50px;
    flex-basis: 500px;
    min-width: 0px;
    /* Fixes display bug on Microsoft Edge */
}

.contact-form .flex-input label {
    padding: 5px;
    float: left;
    display: block;
}

.contact-form .flex-input input {
    float: left;
    padding: 8px;
    width: 100%;
    display: block;
    background-color: #EEE;
    border: 0;
}

.contact-form .flex-input textarea {
    width: 100%;
    padding: 8px;
    height: 200px;
    resize: none;
    line-height: 25px;
    background-color: #EEEEEE;
    border: 0;
}

#captcha-div {
    margin-top: 16px;
    padding: 10px;
    height: 114px;
    text-align: center;
}

#captcha {
    display: inline-block;
}

#contact_success {
    background-color: #5CBD95;
    padding: 10px;
}

#contact_success h3 {
    color: #F7F7F7;
    flex-basis: 1000px;
    max-width: 1000px;
}

#contact_success p {
    color: #F7F7F7;
}

#contact_fail {
    background-color: #FF8AAC;
    padding: 10px;
}

#contact_fail h3 {
    color: #F7F7F7;
    flex-basis: 1000px;
    max-width: 1000px;
}

#contact_fail p {
    color: #F7F7F7;
}

.flex-input .checkboxes {
    padding: 0px;
}

.interestsSelector {
    font-size: 0.8em;
}

.interestsSelector table tbody tr td {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 33px;
}

.flex-input #submit {
    background-color: #8B634B;
    color: #F7F7F7;
}

.flex-input #submit:HOVER {
    cursor: pointer;
    background-color: #AD8167;
}

.flex-input .download-button {
  background-color: #8B634B;
  color: #f7f7f7;
  padding: 8px;
  text-align: center;
  font-weight: 500;;
}

.flex-input .download-button:hover {
  cursor: pointer;
  background-color: #AD8167;
}

.flex-input>.fields {
    margin-top: 16px;
    height: 41px;
}

.flex-input>.fields>label {
    color: #757575;
}

.flex-input>.fields>input {
    width: 150px;
    float: right;
}

.flex-input>.fields:NTH-OF-TYPE(2)>input {
    width: 210px;
}

.flex-input>.fields:NTH-OF-TYPE(3)>input {
    direction: RTL
}

.flex-input>.fields:NTH-OF-TYPE(4)>input {
    direction: RTL
}

.flex-input>.fields>input::placeholder {
    direction: LTR;
}

.flex-input>.fields>.unit {
    width: 60px;
    float: right;
    padding: 8px;
    background-color: #EEE;
    color: #757575;
}

@media only screen and (max-width: 948px) and (min-width: 799px) {
    .flex-input textarea {
        height: 211px !important;
    }
}

@media only screen and (max-width: 799px) and (min-width: 769px) {
    .flex-input textarea {
        height: 223px !important;
    }
}

@media only screen and (max-width: 768px) and (min-width: 764px) {
    .flex-input textarea {
        height: 211px !important;
    }
}

@media only screen and (max-width: 763px) and (min-width: 676px) {
    .flex-input textarea {
        height: 223px !important;
    }
}

@media only screen and (max-width: 675px) and (min-width: 630px) {
    .flex-input textarea {
        height: 245px !important;
    }
}

@media only screen and (max-width: 768px) {
    .flex-input>.fields>input {
        width: 120px;
        float: right;
        font-size: 0.8125em !important;
    }
    .flex-input>.fields:NTH-OF-TYPE(2)>input {
        width: 180px;
    }
}

@media only screen and (max-width: 647px) and (min-width: 630px) {
    .flex-input>.fields>input {
        width: 100px;
        float: right;
        font-size: 0.8125em !important;
    }
    .flex-input>.fields:NTH-OF-TYPE(2)>input {
        width: 160px;
    }
}

@media only screen and (max-width: 355px) {
    .flex-input>.fields>label {
        width: 100%;
    }
    .flex-input>.fields>input {
        width: 100px;
        float: right;
        font-size: 0.8125em !important;
    }
    .flex-input>.fields:NTH-OF-TYPE(2)>input {
        width: 160px;
    }
}


/*.machineOptionSelector table tbody tr td:FIRST-CHILD {
	width: 110px;
}*/

.interestsSelector table tbody tr td:FIRST-CHILD label {
    cursor: pointer;
    position: relative;
    margin: 0;
    display: block;
    padding: 0px 10px 0px 35px;
    font-size: 18px;
    font-weight: 500;
    z-index: 9;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  not supported by any browser */
}

.interestsSelector table tbody tr td input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.interestsSelector table tbody tr td input[type=checkbox]:checked~.check {
    border: 5px solid #AAAAAA;
}

.interestsSelector table tbody tr td input[type=checkbox]:checked~.check::before {
    background: #8B634B;
}

.interestsSelector table tbody tr td .check {
    display: block;
    position: absolute;
    border: 3px solid #AAAAAA;
    border-radius: 0;
    height: 20px;
    width: 20px;
    top: 6px;
    left: 5px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.interestsSelector table tbody tr td .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 10px;
    width: 10px;
    top: 0px;
    left: 0px;
    margin: auto;
    z-index: 5;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.flex-center {
    display: flex;
    align-items: center;
}


/* --------------------------------------*/


/* ---------->>> Gallery <<<-------------*/


/* --------------------------------------*/

.multimediaGallery img {
    max-height: 200px;
    margin: 5px;
    /* Firefox */
    -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.6);
    /* Safari+Chrome */
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.6);
    /* Opera */
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.6);
    -moz-transition: -moz-transform .15s linear;
    -o-transition: -o-transform .15s linear;
    -webkit-transition: -webkit-transform .15s linear;
    transition: .15s linear;
}


/* -------------------------------------------*/


/* ---------->>> Company page <<<-------------*/


/* -------------------------------------------*/

#page-company {
    background-image: url("../newtec-packaging-machine-ccf.html");
}


/* --------------------------------------*/


/* ---------->>> History <<<-------------*/


/* --------------------------------------*/

#newtec-history {
    margin-top: 20px;
}


/* -------------------------------------*/


/* ---------->>> Videos <<<-------------*/


/* -------------------------------------*/

@media only screen and (min-width: 768px) {
    .videoContainer {
        width: 50%;
        float: left;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .videoContainer {
        width: 100%;
    }
}

.h_iframe {
    position: relative;
    padding-top: 56.25%;
    margin-bottom: 10px;
    z-index: 2;
}

.h_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* --------------------------------------*/


/* ---------->>> Brochures <<<-----------*/


/* --------------------------------------*/

.table-striped>tbody>tr:nth-child(odd)>td {
    background-color: #e5e5e5 !important;
}

.table-brochures>thead>tr>th {
    font-weight: bold;
    text-align: center;
}

.table-brochures>tbody>tr:hover>td, .table-brochures>tbody>tr:hover>th, .table-brochures>thead>tr:hover>th {
    background-color: #d2d2d2;
}

.table-brochures-produce span:HOVER {
  background-color: #9E9E9E;
}

thead .selector {
  display: flex;
  justify-content: space-between;
  /* width: 300px; */
}

.checkbox-container {
  width: 32px;
  height: 32px;
  position: relative;
}
.checkbox-container > * {
  position: absolute;
  box-sizing: border-box;
}
.checkbox-visible {
  border: 1px solid gray;
  width: 32px;
  height: 32px;
  margin: 2px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 3px;
}

.checkbox-container > input {
  z-index: 1;
  opacity: 0;
  left: 50%;
  top: 50%;
  background-color: red;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
.checkbox-container > input:checked + .checkbox-visible {
  background: #8B634B;
  border-color: #8B634B;
  /* background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTQnIGhlaWdodD0nMTQnIHZpZXdCb3g9JzAgMCAxNCAxNCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48dGl0bGU+d2hpdGU8L3RpdGxlPjxwYXRoIGQ9J001LjM3OCAxMS4zN0wyIDcuNTlsMS40MzgtMS4yODZMNS4zNzQgOC40N2w1LjE4NS01Ljg0TDEyIDMuOTFsLTYuNjIyIDcuNDYnIGZpbGw9JyNmZmYnLz48L3N2Zz4=); */
}
.checkbox-container > input:hover + .checkbox-visible {
  border-color: #ccc;
}
.checkbox-container > input:hover:checked + .checkbox-visible {
  border-color: #996d52;
}
.checkbox-container > input:focus + .checkbox-visible {
  border-color: #8B634B;
}

@media screen and (min-width: 3840px) {
  .checkbox-container {
    width: 64px;
    height: 64px;
  }
  .checkbox-visible {
    width: 64px;
    height: 64px;
  }
}


/* --------------------------------------*/


/* ---------->>> Home <<<----------------*/


/* --------------------------------------*/

.table-product-box {
    /* margin-top: 2px; */
    margin-bottom: 20px;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.home-product-box {
    height: 200px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    background: -webkit-linear-gradient(white, #dddbdb);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, #dddbdb);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, #dddbdb);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, #f5f5f5);
    /* Standard syntax (must be last) */
    display: table-cell;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.home-product-box:HOVER {
    cursor: pointer;
    background: -webkit-linear-gradient(#37474F, #C4DCE9);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#37474F, #dddbdb);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#37474F, #dddbdb);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#BFCFD7, #f5f5f5);
    /* Standard syntax (must be last) */
}

.home-product-box div.highlight {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.home-product-box div {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.home-product-box div a {
    font-family: 'Source Sans Pro', sans-serif !important;
    text-transform: uppercase;
    color: black;
    text-align: center;
}

.home-product-box img {
    width: auto !important;
}

@media only screen and (max-width: 1000px) {
    .front-page-table {
        height: 350px;
        width: 100%;
        display: table;
        table-layout: fixed;
        margin-top: 20px;
    }
}

.front-page-cell {
    display: table-cell;
    cursor: pointer;
    background-position: center;
    overflow: hidden;
}

.front-page-table {
    margin-top: 20px;
}

@media only screen and (max-width: 999px) {
    .home-product-box img {
        width: auto !important;
        height: 80px !important;
    }
    .home-product-box {
        height: 100px;
    }
    .front-page-cell {
        overflow: hidden;
        height: 250px;
        display: table-row;
        cursor: pointer;
        background-position: center;
    }
}

@media only screen and (max-width: 768px) {
    .page-image {
        height: 250px;
    }
    .front-page-cell {
        height: 250px;
    }
    .table-product-box {
        height: 100px !important;
    }
    .home-product-box img {
        height: 50px !important;
    }

    #footer {
        min-height: 438px;
    }

    .footer-contact-info.address {
      width: 156px;
      padding: 0;
    }

    .background-box h1 {
        font-family: Source Sans Pro Light, sans-serif !important;
        font-size: 35px !important;
    }
}

@media only screen and (max-width: 654px) {
    #footer {
        min-height: 400px;
    }
}

@media only screen and (max-width: 490px) {
    .table-product-box {
        height: 100px !important;
    }
    .home-product-box {
        display: table-row;
    }
    .home-product-box img {
        margin-top: 10px;
        margin-right: 30px;
        float: right;
        height: 75px !important;
    }
    .home-product-box div {
        margin-top: 40px;
        bottom: initial;
    }
    .home-product-box div a {
        float: left;
        margin-left: 30px;
        font-weight: bold;
        color: #3b3b3b;
    }
    #fact-box-newtec-webservices-icon {
        width: 60px !important;
        height: 60px !important;
    }
}

@media only screen and (max-width: 450px) {
    .page-image {
        height: 200px;
    }
    .front-page-cell {
        height: 200px;
    }
    .footer-copy {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 449px) {
    #footer {
        min-height: 400px;
    }

    #newtec-logo-link {
        top: 34px;
        left: 43px;
        height: 25px;
    }
}

@media only screen and (min-width: 1000px) {
    .home-product-box img {
        width: auto !important;
        height: 120px !important;
    }
    .front-page-cell {
        display: table-cell;
        cursor: pointer;
        background-position: center;
        overflow: hidden;
    }
}

@media only screen and (min-width: 1400px) {
    .home-product-box img {
        width: auto !important;
        height: 150px !important;
    }
}


/* --------------------------------------*/


/* --------->>> ABOUT US  <<<------------*/


/* --------------------------------------*/

.about-us {
    background-color: #686868;
    cursor: default;
    max-height: 350px;
    overflow: hidden;
}

.cell-header {
    background-color: #2a2a2a;
    color: white;
    width: 100%;
}

.cell-header img {
    height: 50px;
    width: auto;
    float: left;
    margin: 12px;
}

.cell-header div {
    margin: auto 0;
    font-size: 25px;
    padding: 19px;
    padding-right: 40px;
    text-align: right;
}

.cell-content {
    padding: 30px;
    font-size: 20px;
    color: white;
}

.cell-content a {
    color: #2a2a2a;
}

.cell-content a:HOVER {
    color: #00AEEF;
}

.front-page-table-row {
    display: block;
}

@media only screen and (max-width: 1150px) {
    .cell-header div {
        font-size: 20px !important;
        padding-bottom: 22px;
        padding-top: 23px;
    }
}

@media only screen and (max-width: 1000px) {
    .cell-header div {
        font-size: 25px !important;
        padding-bottom: 19px;
    }
    .spacer {
        width: 0;
        height: 50px;
    }
}

@media only screen and (min-width: 1001px) {
    .about-us {
        height: 350px !important;
    }
    .front-page-table {
        width: 100%;
        height: 350px;
        display: table;
        table-layout: fixed !important;
    }
    .spacer {
        width: 50px;
        height: 0;
        display: table-cell;
    }
}

@media only screen and (min-width: 1151px) {
    .cell-header div {
        font-size: 25px !important;
        padding-bottom: 19px;
    }
}

@media only screen and (min-width: 1000px) {
    .front-page-table {
        display: block;
    }
    @media only screen and (min-width: 1001px) {
        .front-page-table {
            display: table;
        }
        @media only screen and (max-width: 1000px) {
            .front-page-table {
                display: block;
            }
        }
        /* --------------------------------------*/
        /* ---------->>> Products <<<------------*/
        /* --------------------------------------*/
        .products-images-wrapper {
            height: 150px;
            overflow: hidden;
            border-top: 1px solid black;
            border-bottom: 1px solid black;
        }
        .products-images {
            height: 100vh;
            transform: translateZ(-300px) scale(2);
            text-align: center;
            width: 3000px;
            margin-left: -50px;
            background: black;
        }
        .products-images-overlay {
            background: black;
            height: 150px;
            position: absolute;
            bottom: 0px;
            opacity: 0.4;
            filter: alpha(opacity=40);
            /* For IE8 and earlier */
            width: 100%;
        }
        @-moz-document url-prefix () {
            .cell-header {
                border: 5px solid #2a2a2a;
            }
            @media only screen and (max-width: 1150px) {
                .cell-header div {
                    border: 10px solid #2a2a2a;
                    padding-bottom: 10px;
                }
            }
        }
    }
}

.hr_line {
    display: block;
    border: none;
    color: white;
    height: 1px;
    background-color: #2a2a2a;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#000), to(#fff));
}

.toggle-login:HOVER {
    cursor: crosshair;
    user-select: none;
    text-decoration: underline;
}

/* --------------------------------------*/


/* ------------>>> Career <<<------------*/


/* --------------------------------------*/

.joboffer h3 {
    font-size: 3rem;
}

.row.flex-grid {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.row.flex-grid .col-sm-4 {
    flex-basis: 30%;
    flex-shrink: 1;
    flex-grow: 1;
    margin-bottom: 20px;
}

.row.flex-grid div .fact-box {
    height: 100%;
}

.row.flex-grid div .fact-box p {
    font-size: 2rem !important;
    /* font-size: 0.8125em !important; */
}

.row.big-selector {
    margin-bottom: 80px;
}

.row.large-margin-top {
    margin-top: 60px;
}

.row.text-circles {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    font-weight: 500;
}

.row.text-circles .container-20 {
    flex-basis: 20%;
    flex-shrink: 1;
    flex-grow: 1;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row.text-circles .container-20 .circle {
    border-radius: 50%;
    background-color: #8B634B;
    width: 220px;
    height: 220px;

    display: flex;
    align-items: center;
}
    
.row.text-circles .container-20 .circle p {
    font-size: 2.5rem !important;
    vertical-align: middle;
    color: white;
    text-align: center;
    padding: 20px;

    margin: 0;
}

@media screen and (max-width: 1300px) {
    .row.text-circles .container-20 .circle {
        width: 190px;
        height: 190px;
    }
    .row.text-circles .container-20 .circle p {
        font-size: 2.2rem !important;
    }
}

@media screen and (max-width: 768px) {
    .row.flex-grid div .fact-box p {
        font-size: 0.8125em !important;
    }

    .row.text-circles .container-20 .circle {
        width: 120px;
        height: 120px;
    }
    .row.text-circles .container-20 .circle p {
        font-size: 1.5rem !important;
    }
}


/* --------------------------------------*/


/* -------->>> Product Catalog <<<-------*/


/* --------------------------------------*/

.row-custom-style {
    overflow: hidden;
    background-color: #fefefe;
    padding: 10px;
    /* border-radius: 10px; */
    font-family: 'Source Sans Pro', sans-serif !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.row-custom-style .col-sm-4 h3 {
    color: #2a2a2a;
    font-weight: 300;
    font-family: 'Source Sans Pro Light', sans-serif !important;
}

.products-filter-box {
    height: 200px;
    overflow: scroll;
    overflow-x: hidden;
    background-color: #fdfdfd;
    padding: 0 10px;
    /* border-radius: 10px; */
    border: 1px #eeeeee solid;
}

.filter-box-custom {
    width: 100%;
    border: 1px #cccccc solid;
}

.btn-custom-style {
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    /* 	background-color: #5a5a5a !important; */
    border: 0px !important;
    outline: none !important;
    border-radius: 0px !important;
    outline: none !important;
    background-color: #1CB126;
}

.btn-custom-style:HOVER {
    color: white;
}

.btn-custom-style:FOCUS {
    color: white;
}

.btn-custom-style:ACTIVE {
    color: white;
    background-color: #1C8126;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 3px solid #2a2a2a !important;
    height: 32px;
}

.second-row-custom {
    margin-top: 20px;
}

.form-control-custom-style {
    border-radius: 0px !important;
    border: 1px #eeeeee solid !important;
    outline: none;
}

.checkbox:HOVER {
    background-color: #f8f8f8;
}

.three-lines .text-line-one {
    overflow: hidden;
}

.three-lines .line-one {
    overflow: hidden;
    height: 1px;
    margin-top: 44px;
    background-color: white;
    border: 5px solid white;
    border-radius: 5px;
}

.three-lines .line-two {
    margin-top: 7px;
    width: 99%;
    height: 1px;
    background-color: white;
    border: 5px solid white;
    border-radius: 5px;
}

.three-lines .line-three {
    margin-top: 24px;
    width: 98%;
    height: 1px;
    background-color: white;
    border: 5px solid white;
    border-radius: 5px;
}

.product-catalog-box {
    opacity: .5;
}

.product-catalog-box-selected {
    opacity: 1;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    cursor: pointer;
    background: #f7f7f7;
}

.link-box {
    text-align: center;
}

.link-box img {
    padding: 5px;
}


/* If the browser supports proper/true/real/non-emulated hovering
(e.g. has a mouse-like primary input device), then apply this style
when elements are hovered over. */


/* @media (hover: hover) {  */

.product-catalog-box:hover, .link-box:hover {
    opacity: 1;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    cursor: pointer;
    background: #f7f7f7;
}


/* } */

.hidden {
    display: none;
}

.product-catalog-produce {
    width: 60px;
    height: 60px;
    margin: 5px;
    float: left;
}

.product-catalog-produce img {
    width: 60px;
    height: 60px;
}

.cursor-pointer:hover {
    cursor: pointer;
}


/* --------------------------------------*/


/* ------------>>> INDEX <<<-------------*/


/* --------------------------------------*/

.custom-col-style {
    background-color: black;
    border-radius: 10px;
}

.custom-col-style a {
    color: white;
    font-size: 20px;
    width: 100%;
}

.custom-col-style a:hover {
    opacity: .85;
    color: white;
    text-decoration: none;
}

.links-background {
    background-color: white;
}

.custom-col-style a:hover .links-background {
    opacity: 0.85;
}

.page-description {
    color: white;
    font-size: 50px;
}

.page-content-local {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    max-width: 1100px;
}

.page-content-center {
    height: 500px;
}

#wallpaper .gallery-cell div.page-description {
    top: 240px;
}

.background-box {
    /* 	background-color: rgba(0, 0, 0, 0.4);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.4) 60%,rgba(0,0,0,0) 85%);
    background: -o-linear-gradient(left,  rgba(0,0,0,0.4) 60%,rgba(0,0,0,0) 85%);
    background: -ms-linear-gradient(left,  rgba(0,0,0,0.4) 60%,rgba(0,0,0,0) 85%);
    background: linear-gradient(to right,  rgba(0,0,0,0.4) 60%,rgba(0,0,0,0) 85%);
	display: inline-block;
	padding: 10px;
	border-radius: 2px;
	position: absolute;
	width: 100%;
	top: 20px;
	left: -80px;
	-webkit-transform: skew(-20deg);
	   -moz-transform: skew(-20deg);
	     -o-transform: skew(-20deg);*/
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 85%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 85%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 85%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 85%);
    position: relative;
    top: 120px;
}

.background-box-start {
    margin: auto;
    width: 95%;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 85%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 85%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 85%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 90%);
    position: relative;
    top: 20px;
}

.background-box h1 {
    font-family: Source Sans Pro Light, sans-serif !important;
    font-size: 50px;
    padding: 10px 0px 10px 10px;
    margin: 0px;
    /* 	margin: 0px; */
    /* 	margin-left: 60px; */
    /* 	-webkit-transform: skew(20deg); */
    /* 	   -moz-transform: skew(20deg); */
    /* 	     -o-transform: skew(20deg); */
}

.background-box-start h1 {
    text-align: center;
    font-family: Source Sans Pro, sans-serif !important;
    font-size: 50px;
    padding: 10px 0px 10px 10px;
    margin: 0px;
}


.carousel {
    border-radius: 10px;
    overflow: hidden;
}

/* .carousel-inner {
	height: 500px;
}
.type-2 {
	height: 400px;
} */

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: inline;
}

.carousel-caption-custom {
    bottom: 0px;
    width: 100%;
    padding-top: 0;
    margin-bottom: -10px;
    left: 0;
    right: 0;
    padding-bottom: 0px;
}

.carousel-caption {
    right: 0% !important;
    bottom: 0px !important;
    left: 0% !important;
    padding-bottom: 0px !important;
}

.carousel-caption, .image-title-overlay {
    left: auto;
    right: auto;
}

.image-title-overlay {
    color: white;
    width: 100%;
}

.image-title-overlay h3 {
    margin-top: 0px;
}

.background-box-carousel {
    margin: 0;
    /* background: linear-gradient(to right, rgba(0,0,0,0) 5%, rgba(0,0,0,0.4) 30%,rgba(0,0,0,0.4) 70%,rgba(0,0,0,0) 95%); */
    background-color: rgba(42, 42, 42, .3);
    display: inline-block;
    padding: 5px;
    padding-bottom: 30px;
    width: 100%;
    /* 	color: #706d6d; */
    color: white;
    text-shadow: none;
    font-size: 22px;
    font-weight: 500;
    font-family: Source Sans Pro, sans-serif !important;
    /* position: relative; */
    /* top: -81px; */
    /*
    text-align: left; */
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    
    height: 75px;
}

.carousel-indicators {
    bottom: 0px !important;
    margin-bottom: 0px;
}

.carousel-indicators li {
    border-color: #706d6d;
}

#wallpaper {
    max-width: 1920px;
    margin: 0 auto;
}

.table-brochures-produce img {
    display: none;
}

.table-brochures-produce span {
    display: block;
}

div.contact-details div.col-sm-6 {
    margin-bottom: 20px;
}

.headline h3 {
    margin-top: 0px;
}

.headline a:focus {
    text-decoration: none;
}

.img-footer p {
    font-weight: 200;
    font-family: "Source Sans Pro Light", sans-serif !important;
}

.img-footer.boxed {
    padding: 20px;
}

.img-footer.boxed img {
    border-radius: 20px;
    overflow: hidden;
}

.img-footer.boxed p {
    text-align: center;
}

.img-brochure img {
    height: 80px;
}


.box-headline h2 {
    /* text-decoration: underline; */
    color: #8B634B;
    font-weight: 200 !important;
    font-family: "Source Sans Pro Light", sans-serif !important;
}

.footnote {
    font-style: italic;
}

.box-icon img {
    background-color: #8B634B;
    padding: 5px;
    border-radius: 5px;
}

.box-headline h3 {
    background-color: #8B634B;
    color: white !important;
    padding: 10px;
    display: inline-block;
}

.box-headline-fill {
    background-color: #8B634B;
    display: block;
    border-radius: 10px;
}

.box-headline-fill :HOVER {
    background-color: rgb(165, 128, 104); 
    border-radius: 10px;
}

.box-headline-fill a:HOVER {
    text-decoration: none;
}

.box-headline-fill h3 {
    padding: 10px;
    color: white !important;
}

.box-headline-fill h4 {
  font-size: 25px;
  padding: 10px 10px 10px 12px;
  color: white !important;
}

h4 {
  font-family: 'Source Sans Pro', sans-serif !important;
  margin: 0;
  font-weight: 500;
  color: #8B634B;
}


.partners-list {
    table-layout: fixed;
}

.partners-list .partner-name {
    vertical-align: middle;
}

.partners-list .partner-name img {
    max-width: 100%;
}

.partners-list img.partner-machine {
    height: 132px;
}

.simple-page-text div p {
    padding-left: 30px;
    padding-right: 50px;
}

.simple-page-text-indent p {
    padding-left: 64px !important;
    text-indent: -32px;
}

.row div.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

p.center {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .page-content-center {
        height: 250px;
    }
    .page-banner {
        height: 250px;
    }
    #wallpaper .gallery-cell div.page-description {
        top: 50px;
    }
    .page-description {
        font-size: 25px;
    }
    .description-italic, .description-italic h2 {
        font-size: 25px;
        margin-bottom: 5px;
        padding-bottom: 0px;
        margin-top: 5px;
    }
    .page-content .headline, .page-content .headline h3 {
        font-size: 23px;
        font-weight: 400;
    }
    blockquote .quote-text::before {
        font-size: 25px;
    }
    blockquote .quote-text::after {
        font-size: 25px;
    }
    blockquote .quote-text {
        line-height: 50%;
    }
    .margin-top {
        margin-top: 30px;
    }
    .margin-headline {
        margin-top: 5px;
    }
    .padding-headline {
        padding-top: 5px;
    }
    .page-content .headline {
        top: 0px;
    }
    .padding-top {
        padding-top: 2px;
    }
    .small-image {
        max-width: 50% !important;
    }
    .headline {
        margin-top: 0px;
    }
    .table-brochures-produce img {
        width: 30px;
        display: block;
    }
    .table-brochures-produce span {
        display: none;
    }
    .table-brochures th, .table-brochures td {
        padding-left: 0px !important;
        padding-right: 1px !important;
    }
    div.contact-details div.col-sm-6 {
        margin-bottom: 10px;
    }
    blockquote {
        padding-left: 10px !important;
    }
    /* .background-box {
        		padding: 5px;
    } */
    .partners-list img {
        max-width: 100px;
    }
    .flickity-prev-next-button {
        display: none;
    }
    #newtec-cup-filling-machine-fact-img {
        height: 120px;
    }
    .quote-box {
        padding: 10px 10px 10px 10px;
    }
    .partners-list img.partner-machine, .partners-list .simply-scroll, .partner-images-scroller {
        display: none;
    }
    .simple-page-text div p {
        padding-left: 0px;
        padding-right: 0px;
    }
    .background-box-carousel {
        height: 55px;
    }
    .partners-list>thead:first-child>tr:first-child>th:first-child {
        width: 100px !important;
    }
    .simple-page-text-indent p {
        padding-left: 26px !important;
        text-indent: -19px;
    }
}

@media only screen and (max-width: 560px) {
    .table-dealers tr .dealers-info-cell {
        display: table-row;
    }
    .table-dealers tbody tr td.center {
        text-align: left;
    }
    .contactInformation tbody tr td:first-child {
        text-align: left;
    }
    .table-dealers {
        border-collapse: separate;
        border-spacing: 0 10px;
    }
    .table-dealers .dealers-info-cell p {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1920px) {
    .page-banner {
        background-size: cover;
    }
}

@media only screen and (min-width: 768px) {
    /* .custom-col-style {
        
    } */
    .image-buttons > .col-sm-2 {
        width: 235px;
    }
    .image-buttons .link-title-container {
        min-height: 105px;
    }

    .download-link {
        font-size: 30px;
    }

    .download-link.text {
        font-size: 1em;
    }
}

@media only screen and (max-width: 767px) {
    .image-buttons > .col-sm-2 {
        max-height: 405px;
        overflow: hidden;
    }
}

.table-brochures tr {
    cursor: pointer;
}

#machinesSearchResult td * {
    color: black !important;
}


/* ********************************************* */


/* Scroll to Top button */

#gotoTop {
    display: none;
    position: fixed;
    height: 50px;
    width: 50px;
    background: url('https://www.newtec.com/img/scrolltotop/normal.webp') no-repeat;
    right: 15px;
    bottom: 15px;
    text-indent: -9999px;
    z-index: 100;
}

#gotoTop:hover {
    background: url('https://www.newtec.com/img/scrolltotop/hover.webp') no-repeat;
}

#gotoTop:hover:active {
    background: url('https://www.newtec.com/img/scrolltotop/active.webp') no-repeat;
}


/* ********************************************* */


/* --------------------------------------*/


/* ------------>>> SITEMAP <<<-----------*/


/* --------------------------------------*/

#sitemap a {
    color: black;
}

#sitemap a:hover {
    text-decoration: none;
}

#sitemap ul li {
    list-style-type: none;
    font-weight: normal;
    margin-bottom: 5px;
}

#sitemap>ul>li {
    font-weight: bold;
    margin-left: 0px;
    margin-top: 10px;
}

.image-title {
    font-size: 14px;
}

.fact-box {
    background-color: #F5F5F5;
    border: 1px solid rgb(202, 202, 202);
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.flex-content-vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex-content-horizontal {
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 786px) {
    .flex-content-horizontal {
        flex-direction: column;
    }
}

.key-point {
    padding: 10px 30px;
}

.key-point p {
    font-weight: 500;
    color: var(--newtec-brown);
}

.key-point img {
    padding: 10px;
}

.key-point img.small {
    width: 50%;
    height: 50%;
}

.fact-box img {
    width: 100%; /* or any custom size */
    height: 100%; 
    object-fit: contain;
}

.fact-box img.auto-width {
    width: auto;
}

.fact-box img.width-50 {
    width: 50%;
}

.fact-box > .row {
    margin-left: 0;
}

.fact-box-os-icon {
    float: right;
    padding: 0 20px 0 20px;
}

.machine-icon-box {
    text-align: center;
    background: #f7f7f7;
    border: 1px solid rgb(202, 202, 202);
    height: 270px;
}

.machine-icon-box img {
    height: 175px;
}


/* -------------------------------------*/


/* ----->>> SPECIFICATION TABLE <<<-----*/


/* -------------------------------------*/

.specification-table {
    width: 100%;
}

.specification-table td, .specification-table th, .content-text-small, .touchpadInfo {
    padding: 6px;
    font-size: 0.8em;
}

.specification-table th {
    width: 142px;
}

.specification-table-2 {
    width: 100%;
}

.specification-table-2 td, .specification-table-2 th, .content-text-small, .touchpadInfo {
    padding: 6px;
    font-size: 0.8em;
    font-weight: normal;
}

.specification-table-2 tr:first-of-type th, .specification-table-2 tr:first-of-type td{
    font-weight: bold;
}

.specification-table-2 th {
    width: 280px;
}

.mini-table th, .mini-table td {
    padding: 1px !important;
}

.mini-table .first {
    width: 20px !important;
}

.mini-table .second {
    width: 20px !important;
}

.mini-table .third {
    text-align: right;
    width: 195px;
}

.subtable td {
    border: 0px;
}

.touchpadInfo {
    font-style: italic;
}

.link-description p {
    color: #ADA9A9;
    font-size: 16px;
    text-align: center;
    background: white;
    margin-bottom: 0px;
}

.front-page-description {
    text-align: center;
}

.headline-subtext {
    font-size: 15px;
    margin-top: 16px;
}

.download-link {
  color: #8B634B;
  font-size: 1em;
}

.download-link:HOVER {
  text-decoration: underline;
  cursor: pointer;
}

.brochure-download-icon {
    z-index: 99999;
    position: fixed;
    right: 80px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    background: url('https://www.newtec.com/img/scrolltotop/download.webp');
    border-radius: 50%;
    cursor: pointer;
}

.brochure-download-icon:hover {
  background: url('https://www.newtec.com/img/scrolltotop/download_hover.webp');
}

.brochure-download-icon:active {
  background: url('https://www.newtec.com/img/scrolltotop/download_active.webp');
}

.video-play-icon {
    position: absolute !important;
    padding: 12px;
    border: 1px solid #ccc;
    background: #888;
    border-radius: 100%;
    width: 60px !important;
    height: 60px;
    color: white;
    opacity: 0.8;
    font-size: 36px;
    left: 50%;
    top: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.yt-video {
    position: relative;
    text-align: center;
    padding-top: 56.25%;
    overflow: hidden;
}

.yt-video img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sub-links-list .link-title-container {
    display: table;
    border-spacing: 0px;
    width: 100%;
    padding: 5px;
}

.sub-links-list .link-title {
    height: 59px;
    display: table-cell;
    vertical-align: middle;
}

.link-title {
    padding: 5px;
}

@media only screen and (min-width: 768px) {
  .download-link {
    font-size: 30px;
  }
}

@media (min-width: 572px) {
    #optical-graders-links .col-sm-6 {
        width: 50%;
        float: left;
    }
}

.weigher-links {
    height: 360px;
    overflow: hidden;
}

.weigher-links img {
    max-height: 320px;
    width: auto;
}

.no-justify {
    text-align: left !important;
}

.uppercase {
    text-transform: uppercase;
}


/* YouTube Responsive CSS for HubSpot */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Small image */

.content-image-small img {
    max-width: 60%;
    border-radius: 10px;
}

.content-image-small video {
    max-width: 60%;
    border-radius: 10px;;
}


/* EXPO */

#expo {
    padding-bottom: 10px;
}

#expo img {
    max-width: 80vw;
}


/* FRUIT LOGISTICA */

.fruit-logistica {
    background-color: #FFE001;
    margin-bottom: 20px;
    display: flex;
    overflow: hidden;
    background-image: url("https://www.newtec.com/img/shows/fruitlogistica/fruit_logistica_background.webp");
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 196px;
}

.fruit-logistica img {
    width: auto;
    height: 100px;
    margin: 15px;
    flex-grow: 1;
}

.fruit-logistica div {
    flex-grow: 2;
}

.fruit-logistica h1 {
    /* color: #52BED4; */
    color: #CB0089;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}

.fruit-logistica p {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 26px;
}

.fruit-logistica a {
    color: #D81A1F;
}

.fruit-logistica a:HOVER {
    color: #D81A1F;
    text-decoration: underline;
    cursor: pointer;
}

.fruit-logistica a:FOCUS {
    color: #D81A1F;
}

.fruit-logistica div img {
    height: 153px;
    position: absolute;
    top: 130px;
    right: 0px;
}


/* @media screen and (min-width: 768px) {
    .fruit-logistica h1 {
        margin: 0;
    }
    .fruit-logistica p {
        margin-bottom: 0;
    }
} */

@media screen and (max-width: 411px) {
    .fruit-logistica {
        background-size: 0 0;
    }
}

.show-banner {
    width: 100%;
}


/* FRUIT LOGISTICA CHINA */

.china-fruit-logistica {
    border: 4px solid black;
    margin-bottom: 15px;
    padding: 10px;
}

.china-fruit-logistica .cfl-upper {
    display: flex;
}

.china-fruit-logistica .cfl-lower {
    height: 70px;
}

.china-fruit-logistica h1 {
    font-size: 25px;
    margin: 2px;
    padding: 0px;
    color: #3b3b3b;
}

.china-fruit-logistica p {
    font-size: 16px;
    margin: 2px;
}

.china-fruit-logistica img {
    float: left;
    height: 70px;
    width: auto;
}

.china-fruit-logistica .cfl-where {
    margin-left: 60px;
    color: #3b3b3b;
}

.china-fruit-logistica .cfl-lower p {
    height: 35px;
    line-height: 35px;
    padding-left: 150px;
}


/*
    Potato expo
*/

#potato-expo {
    border: 4px solid #BDDE67;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #C6DBE0;
    display: flex;
    justify-content: space-around;
}

#potato-expo .imgdiv {
    flex-grow: 1;
}

#potato-expo .imgdiv img {
    float: left;
    height: 130px;
    width: auto;
}

#potato-expo .expoinfo {
    text-align: center;
    flex-grow: 10;
}

#potato-expo .h3red {
    color: #C10037;
}

#potato-expo .h3blue {
    color: #2E2363;
    font-weight: 500;
}

#potato-expo .h3bluegreen {
    color: #227086;
    text-align: center;
}


/*
    Lamma show
*/

#lammashow {
    border: 4px solid #232421;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #EDEDED;
    display: flex;
    justify-content: space-around;
}

#lammashow .imgdiv {
    flex-grow: 1;
}

#lammashow .imgdiv img {
    float: left;
    height: 130px;
    width: auto;
}

#lammashow .expoinfo {
    text-align: center;
    flex-grow: 10;
}

#lammashow .h3green {
    color: #457F3D;
}

#lammashow .h3black {
    color: #232421;
    font-weight: 500;
}

#lammashow .pblue {
    color: #271D57;
    text-align: center;
}


/*
    Special
*/

@media screen and (min-width: 768px) {
    .peb40-top {
        margin-top: -150px;
    }
    .hidden-desktop {
        display: none;
    }

    .front-page-content .row {
        justify-content: space-around;
        height: 400px;
    }
}

@media screen and (max-width: 767px) {
    .hidden-tablet {
        display: none;
    }
    .visible-tablet {
        display: block;
    }
    .lok-icon {
        position: absolute;
        bottom: 5px;
        right: 5px;
        width: 200px;
    }
    .lok-icon + img {
        height: 400px;
    }
}


/* 
 Front Page
*/

.container {
    overflow: hidden;
}

.front-page-row {
    overflow: hidden;
    position: relative;
    color: #F6F1EE;
    height: 100vh;
}

.full-height {
    height: 100%;
}

.front-page-header {
    vertical-align: middle;
}

.front-page-header-cell {
    vertical-align: middle;
    display: inline-block;
    /* position: relative; */
    /* float: none !important; */
}

.content-image h3 {
    font-style: italic;
    text-align: center;
}

.content-image.normal h3 {
    font-style:normal;
    text-align: left;
}

.content-image-table {
    display: flex;
    align-items: center;
    height: 100%;
}

.content-image-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.front-page-headline {
    display: table;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
}

.front-page-headline h4 {
    margin: 0;
    vertical-align: middle;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    display: table-cell;
}

.row .front-page-headline:hover > a h3 {
    color: white;
    background-color: #8B634B;
    transition: 100ms background-color ease-in-out;
    text-decoration: none !important;
}

.row > .front-page-headline a {
    text-decoration: none;
}

.row .front-page-headline a:HOVER {
    text-decoration: none;
}

/* .front-page-menu-row .col-sm-12:hover {} */

.hide-transition {
    opacity: 0;
    transition: 200ms opacity ease-in-out;
}

.front-page-menu-row {
    height: 100%;
    display: flex;
    align-items: center;
}



@media screen and (max-width: 768px) {
    .front-page-menu-row {
        height: auto;
    }
}

.front-page-headline h3 {
    margin: 0;
    vertical-align: middle;
    font-family: "Source Sans Pro Light", sans-serif !important;
    font-weight: 200;
    text-align: center;
    display: table-cell;
    color: #F6F1EE;
    padding: 25px;
}

.front-page-row p, .front-page-row h3 {
    text-align: center;
}

.front-page-row .background {
    position: absolute;
    /* width: 100%;
    background-color: rgba(0, 0, 0, 0.0);
    z-index: 10;
    display: table; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.background img {
  height: 100vh;
  position: relative;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

.background video {
  height: 100vh;
  position: relative;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

.front-page-row .background-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 10;
    display: flex;
    align-items: center;
}

.background-overlay.dark {
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: space-around;
}

.background-overlay.less-dark {
    background-color: rgba(0,0,0, 0.4);
    justify-content: space-around;
}

.background-overlay.transparent {
    justify-content: space-around;
}

.front-page-row .front-page-content.last {
    vertical-align: 0;
    top: 125px;
}

.front-page-row .front-page-content {
    vertical-align: middle;
    display: flex;
    /* position: relative; */
    padding-left: 7%;
    padding-right: 7%;
}

.front-page-content img {
    width: 100%;
}


.front-page-content img.rounded {
    border-radius: 10px;
}

/* .front-page-row .flex-row {
    
} */

.front-page-content .row {
    justify-content: space-around;
}

.img-container {
    position: relative;
    text-align: center;
    overflow: hidden;
    /* box-shadow: 0px 5px 10px #000; */
}

.img-container .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-container-h3 {
    background-color: #8B634B;
    color: white;
    padding: 5px;
    width: 100%;
}

.front-page-row .front-page-header {
    vertical-align: middle;
}

.footer-row {
    bottom: 0;
    position: absolute;
    text-align: center;
}

a .img-button {
    height: 200px;
    width: auto;
    overflow: hidden;
    cursor: pointer;
}

a .img-button img {
    display: block;
    width: 100%;
}

a .img-button h3 {
    color: white;
    font-style: unset;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 200;
    font-family: "Source Sans Pro Light", sans-serif !important;
    text-transform: uppercase;
}

::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #8B634B;
    border: 1px solid #8B634B;
    /* border-radius: 50px; */
}

::-webkit-scrollbar-thumb:hover {
    background: #8B634B;
}

::-webkit-scrollbar-thumb:active {
    background: #8B634B;
}

::-webkit-scrollbar-track {
    /* background: #e80000; */
    background: #666666;
    border: 0px none #666666;
    /* border-radius: 53px; */
}

::-webkit-scrollbar-track:hover {
    background: #666666;
}

::-webkit-scrollbar-track:active {
    background: #333333;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

.idown {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#see-more-arrow {
    z-index: 100;
    position: fixed;
    left: 50%;
    width: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
}

#denmark-planting-trees {
    margin-top: 20px;
    float: left;
}

#newtec-stotter-hjerneforeningen {
    margin-top: 20px;
    float: left;
}

@media only screen and (max-width: 790px) {
    #denmark-planting-trees img {
        width: 200px;
    }    

    #newtec-stotter-hjerneforeningen {
        width: 200px;
    }
}

#expos .expo {
    height: 350px;
    position: relative;
    border-top: 5px solid #8B634B;
}

#expos .expo-small {
    height: 180px;
    position: relative;
    border-top: 5px solid #8B634B;
}

#expos .expo-small:last-child {
    border-bottom: 5px solid #8B634B;
}

#expos .row {
    margin: 0;
}

#expos .expo .col-sm-4, #expos .expo .col-sm-6, #expos .expo .col-sm-8,
#expos .expo-small .col-sm-4, #expos .expo-small .col-sm-6, #expos .expo-small .col-sm-8 {
    overflow: hidden;
    position: relative;
    height: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#expos .expo .col-sm-4 .background, #expos .expo .col-sm-6 .background, #expos .expo .col-sm-8 .background,
#expos .expo-small .col-sm-4 .background, #expos .expo-small .col-sm-6 .background, #expos .expo-small .col-sm-8 .background {
    position: absolute;
    width: 100%;
}

#expos .expo .background img {
    width: 100%;
}

#expos .expo .expo-background-overlay,
#expos .expo-small .expo-background-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    box-sizing: border-box;

    padding: 20px;
}

#expos .expo .expo-background-overlay.center,
#expos .expo-small .expo-background-overlay.center {
    align-items: center;
    justify-content: center;
}

#expos .expo .expo-background-overlay .content,
#expos .expo-small .expo-background-overlay .content {

    margin-top: 20px;
    width: auto;
}

#expos .expo .expo-background-overlay.dark {
    /* background-color: rgba(0, 0, 0, 0.6); */
    background-color: #F6F1EE;
    justify-content: space-around;
}

#expos .expo .expo-background-overlay .content h3 {
    text-align: center;
}

#expos .expo .expo-background-overlay .content .image-container {
    width: auto;
}

.image-container img {
    height: 100px;
    border-radius: 5px;
    box-shadow: #000 0 2px 5px;
}

.image-container.tall img {
    height: 160px;
}

#expos h1 {
    font-family: 'Source Sans Pro ExtraLight', sans-serif !important;
    font-size: 60px;
    font-weight: 200;
    color: white;
    height: 60px;
    text-shadow: 0 0 5px black;
}

#expos .expo-small h1 {
    height: auto;
    font-size: 33px;
}

#expos h2 {
    font-family: 'Source Sans Pro ExtraLight', sans-serif !important;
    font-size: 40px;
    font-weight: 200;
    /* color: white; */
    color: #2a2a2a;
}

#expos h3 {
    font-family: 'Source Sans Pro ExtraLight', sans-serif !important;
    font-size: 30px;
    font-weight: 200;
    /* color: white; */
    color: #2a2a2a;
}

#expos h1 .center {
    margin: auto;
    vertical-align: middle;
}

#expos h1.dim-shadow {
    box-shadow: #000 0 0 40px;
}

#expos .dark p, #expos .less-dark p {
    /* color: white; */
    color: #2a2a2a;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

#expos .expo-machines {
    width: 100%;
    min-height: 350px;
    /* background-color: #2a2a2a; */
    background-color: #F6F1EE;
    /* background-color: black; */
    padding: 20px;
}

#expos .expo-small {
    background-color: #2a2a2a;
}

#expos .expo-small .content p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

#expos .expo-machines h1 {
    margin-top: 0;
}

#expos .expo-machines .list {
    display: flex;
    justify-content: space-around;
}

#expos .expo-machines .list .machine img {
    width: auto;
    height: 200px;
    margin-left: 50%;
    transform: translateX(-50%);

    float: left;
}

#expos .expo-machines .list .machine .text {
    float: left;
    width: 100%;
    text-align: center;
}


@media only screen and (max-width: 768px) {

    #expos .background {
        overflow: hidden;
    }

    #expos .background img {
        width: 768px !important;
    }

    #expos .expo-machines {
        margin-top: 345px;
    }

    #expos .expo-machines .list {

        flex-direction: column;
    }

    .expo-container img {
        width: 768px !important;
    }

    #expos .expo-small {
        height: auto;
    }

    #expos .expo-small .col-sm-4,
    #expos .expo-small .col-sm-6,
    #expos .expo-small .col-sm-8 {
        height: auto;
    }

    #expos .expo-small .expo-background-overlay {
        position: relative;
        height: auto;
    }

    #expos .expo-small h1 {
        font-size: 30px;
    }
    #expos .expo-small p {
        font-size: 19px !important;
    }

    #expos .expo-small .content {
        margin-top: 0 !important;
    }
}


.expo-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.expo-row {
    overflow: hidden;
    flex-grow: 1;
    align-items: stretch;
    position: relative;
    border-top: 3px solid #8B634B;
    width: 100%;
}

.expo-row:first-of-type {
    border: none;
}

.expo-row img {
    position: absolute;
    width: 100%;
}

.expo-row .background-overlay {
    width: 100%;
    height: 100% !important;
    flex-direction: column;
    justify-content: center;
}

.expo-row h2 {
    font-size: 40px;
    width: 100%;
    text-align: center;
    font-family: 'Source Sans Pro Light', sans-serif !important;
    color: white;
}

.expo-row p {
    width: 100%;
    color: white;
}

.downloader {
	cursor: pointer;
}

.downloader.in-text {
  display: inline-block;
}

.downloadform-background {
	z-index: 90;
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left:0;
	background-color: #2a2a2a75;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

.downloadform {
	box-sizing: content-box;
	border-radius: 5px;
	background-color: white;
	padding: 30px;
	flex-grow: 0;
}

.fill-rest {
	background-color: #F6F1EE;
}

/** 1440p Style support */

@media only screen and (min-width: 2560px) {
	
	/* Header */
	.page-banner {
		height: 666px;
  }

  .background-box {
    top: 240px;
  }
	
	.background-box h1 {
		font-size: 60px;
		margin-left: 50px;
	}
	
	.description-italic, .description-italic h2 {
		font-size: 48px;
  }

  .box-headline h2 {
    font-size: 50px;
  }

  .box-headline-fill {
    font-size: 20px;
  }

  .description-italic {
    padding: 20px;
  }
	
	/* Body */
	.page-content {
    max-width: 1800px;
    top: -93px;
  }
  
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .page-content .headline h3 {
    font-size: 35px;
    padding-top:  12px;
  }

  p, table tr td, table tr th, .page-content ul li, label {
    font-size: 20px !important;
  }

  .fact-box {
    background-color: #F5F5F5;
    border: 1px solid rgb(202, 202, 202);
    padding: 30px;
  }

  .background-box-carousel {
    font-size: 26.4px;
    height: 90px;
  }
  
  .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: inline-block !important;
  }

  .carousel-indicators li {
    width: 20px !important;
    height: 20px !important;
  }
  
  .carousel-indicators .active {
    width: 24px !important;
    height: 24px !important;
  }
	
  .custom-col-style a {
    font-size: 3em;
    font-weight: 400;
    color: #8B634B;
  }

  .weigher-links {
    height: auto;
  }

  .weigher-links img {
    width: 70%;
    max-height: 100%;
  }

  .content-image img {
    max-width: 80%;
  }

  .picture-item img {
    width: 240px;
    height: 240px;
  }

  .picture-menu > .picture-item {
    width: 240px;
    height: 500px;
  }

  .picture-item h3 {
    font-size: 1.5em;
  }

  .newtec-series {
    max-width: 100% !important;
  }

  .machineOptionSelector tr td,
  .machineOptionSelector tr th {
    font-size: 1.5em !important;
  }

  .machineOptionSelector table tbody tr td:FIRST-CHILD label {
    padding: 0px 10px 0px 90px !important;
  }

  .newtec-touchscreen {
    width: 120px !important;
  }

  .newtec-webservices-enable {
    width: 120px !important;
    top: 120px !important;
  }

  .table-dealers tbody tr td.dealers-info-cell {
    font-size: 1.5em !important;
  }

  /* .table-dealers tbody tr td.dealers-info-cell .highlight {
    font-size: 1.5em !important;
  } */

  .table-dealers img {
    max-width: 500px;
  }

  .link-title {
    font-size: 26.4px;
  }

  #dealers-map-canvas {
    height: 700px;
  }

  .mini-table tr th,
  .mini-table tr td {
    font-size: 20px !important;
  }

  .mini-table .first {
    width: 20% !important;
  }

  .mini-table .second {
    width: 20% !important;
  }

  .mini-table .third {
    width: 800px !important;
  }

  .font-size-23 {
    font-size: 20px !important;
  }

  .contact-details img {
    width: 40px;
    height: auto;
  }

  .contact-form .flex-input {
    flex-basis: 1200px;
  }

  .contact-form .flex-input input {
    font-size: 20px;
    padding-left: 20px;
  }

  .interestsSelector table tbody tr td:FIRST-CHILD label {
    font-size: 20px !important;
    padding: 0px 10px 0px 90px;
  }

  .interestsSelector table tbody tr td input[type=checkbox]:checked~.check {
    border: 3px solid #AAA !important;
  }

  .interestsSelector table tbody tr td .check::before {
    width: 19px;
    height: 19px;
  }

  .interestsSelector table tbody tr td .check {
    width: 25px;
    height: 25px;
  }

  .flex-input>.fields {
    height: 82px;
  }

  .flex-input>.fields:NTH-OF-TYPE(2)>input {
    width: 440px;
  }

  .flex-input>.fields>.unit {
    width: 120px;
  }

  .flex-input>.fields>input {
    width: 320px;
  }

  .contact-form .flex-input textarea {
    font-size: 20px;
    padding: 20px;
  }

  .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    max-height: 1000px !important;
    width: auto;
  }

  #newtec-map-canvas {
    height: 700px;
  }

  /* Footer */
	#footer {
    width: 2400px;
    max-width: 3800px;
    padding-bottom: 50px;
  }

  .footer-contact-info {
    width: 300px;
    font-size: 20px;

    padding-left: 100px;
    padding-right: 100px;
    
    flex-basis: 30%;
    padding-left: 50px;
    padding-right: 50px;
    width: 312px;
  }

  .footer-contact-info img {
    height: 160px !important;
  }

  #footer-copy a, #footer-copy {
    font-size: 20px;
    align-self: stretch;
  }

  #footer-version {
    font-size: 50px;
  }

  .box-headline-fill h4 {
    font-size: 30px;
  }
}

/** 4K Style support */

@media only screen and (min-width: 3840px) {
	
	/* Header */
	.page-banner {
		height: 1000px;
  }

  .background-box {
    top: 240px;
  }

  h3 {
    font-size: 50px;
  }
	
	.background-box h1 {
		font-size: 100px;
		margin-left: 50px;
	}
	
	.description-italic, .description-italic h2 {
		font-size: 80px;
  }

  .box-headline h2 {
    font-size: 60px;
  }

  .box-headline-fill h4 {
    font-size: 50px;
  }

  .description-italic {
    padding: 40px;
  }

  .link-title {
    font-size: 64px;
  }
	
	/* Body */
	.page-content {
    max-width: 3000px;
    top: -170px;
  }
  
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .page-content .headline h3 {
    font-size: 64px;
  }

  p, table tr td, table tr th, .page-content ul li, label {
    font-size: 50px !important;
  }

  .fact-box {
    background-color: #F5F5F5;
    border: 1px solid rgb(202, 202, 202);
    padding: 30px;
  }

  .background-box-carousel {
    font-size: 44px;
    height: 150px;
  }
  
  .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: inline-block !important;
  }

  
  
  .carousel-indicators li {
    width: 20px !important;
    height: 20px !important;
  }
  
  .carousel-indicators .active {
    width: 24px !important;
    height: 24px !important;
  }
	
  .custom-col-style a {
    font-size: 3em;
    font-weight: 400;
    color: #8B634B;
  }

  .weigher-links {
    height: auto;
  }

  .weigher-links img {
    width: 70%;
    max-height: 100%;
  }

  .content-image img {
    width: 80%;
  }

  .picture-item img {
    width: 400px;
    height: 400px;
  }

  .picture-menu > .picture-item {
    width: 400px;
    height: 500px;
  }

  .picture-item h3 {
    font-size: 3em;
  }

  .newtec-series {
    max-width: 100% !important;
  }

  .content-image img {
    width: 100%;
  }

  .machineOptionSelector tr td,
  .machineOptionSelector tr th {
    font-size: 1.5em !important;
  }

  .machineOptionSelector table tbody tr td input[type=radio]:checked ~ .check {
    border: 10px solid #AAA !important;
  }

  .newtec-touchscreen {
    width: 120px !important;
  }

  .newtec-webservices-enable {
    width: 120px !important;
    top: 120px !important;
  }

  .table-dealers tbody tr td.dealers-info-cell {
    font-size: 1.5em !important;
  }
/* 
  .table-dealers tbody tr td.dealers-info-cell .highlight {
    font-size: 1.5em !important;
  } */

  .table-dealers img {
    max-width: 750px;
  }

  #dealers-map-canvas {
    height: 700px;
  }

  .mini-table tr th,
  .mini-table tr td {
    font-size: 20px !important;
  }

  .mini-table .first {
    width: 20% !important;
  }

  .mini-table .second {
    width: 20% !important;
  }

  .mini-table .third {
    width: 800px !important;
  }

  .font-size-23 {
    font-size: 46px !important;
  }

  .contact-details img {
    width: 50px;
    height: auto;
  }

  .contact-form .flex-input {
    flex-basis: 1200px;
  }

  .contact-form .flex-input input {
    font-size: 50px;
  }

  .interestsSelector table tbody tr td:FIRST-CHILD label {
    font-size: 20px !important;
    padding: 0px 10px 0px 90px;
  }

  .interestsSelector table tbody tr td input[type=checkbox]:checked~.check {
    border: 3px solid #AAA !important;
  }

  .interestsSelector table tbody tr td .check::before {
    width: 19px;
    height: 19px;
  }

  .interestsSelector table tbody tr td .check {
    width: 25px;
    height: 25px;
  }

  .flex-input>.fields {
    height: 82px;
  }

  .flex-input>.fields:NTH-OF-TYPE(2)>input {
    width: 440px;
  }

  .flex-input>.fields>.unit {
    width: 120px;
  }

  .flex-input>.fields>input {
    width: 320px;
  }

  .contact-form .flex-input textarea {
    font-size: 20px;
    padding: 20px;
  }

  .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    height: 1000px !important;
    width: auto;
  }

  #newtec-map-canvas {
    height: 700px;
  }

  /* Footer */
	#footer {
    width: 3800px;
    max-width: 3800px;
    padding-bottom: 50px;
  }

  .footer-contact-info {
    width: 300px;
    font-size: 50px;

    padding-left: 100px;
    padding-right: 100px;
  }

  .footer-contact-info img {
    height: 160px !important;
  }

  #footer-copy a, #footer-copy {
    font-size: 14px;
    align-self: stretch;
  }

  #footer-version {
    font-size: 50px;
  }
}


/* -----------------------------------*/


/* ---------->>> SEARCH <<<-----------*/


/* -----------------------------------*/

ul.search-result-list {
  list-style: none;
}

ul.search-result-list li {
  margin-top: 15px;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 2px;
  box-shadow: #2a2a2a88 0px 2px 5px;
  max-height: 150px;
  overflow: hidden;
}

ul.search-result-list li p {
  
  mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}

.search-highlight {
  background-color: yellow;
}

/** 
 * Banners
 */
.exhibition-banner {
  height: 140px;
  width: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}

.exhibition-banner a {
  height: 100%;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 768px) {
  .exhibition-banner {
    position: absolute;
    top: -140px;
    right: 0;
    transform: translateX(0%);
  }

  .exhibition-banner a img {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .exhibition-banner a img {
    height: 90px;
  }
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}

/* -----------------------------------*/


/* ------>>> COOKIE CONSENT <<<-------*/


/* -----------------------------------*/

#newtec-cookie-consent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;

  z-index: 999;

  background-color:rgba(0, 0, 0, .7);

  display: flex;
  justify-content: center;
  align-items: center;
}

#newtec-cookie-consent .consent-box {
  height: 500px;
  width: 700px;
  background-color: white;
  z-index: 999;
  padding: 20px;
  border-radius: 2px;

  display: flex;
  flex-direction: column;
}

#newtec-cookie-consent .consent-box .top-bar {
  border-bottom: 1px solid #AAA;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}

#newtec-cookie-consent .consent-box .top-bar .newtec-logo {
  height: 60px;
}

#newtec-cookie-consent .consent-box .content {
  flex-grow: 1;
  overflow-y: scroll;
}

#newtec-cookie-consent .consent-box .selectors {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #AAA;
}

#newtec-cookie-consent .consent-box .selectors .toggle {
  border-left: 1px solid #AAA;
  padding: 15px 20px;
  height: 115px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#newtec-cookie-consent .consent-box .selectors .toggle .switch {
  align-self: flex-end;
}

#newtec-cookie-consent .consent-box .selectors :first-child {
  border-left: none;
}

#newtec-cookie-consent .consent-box .selectors .toggle p {
  width: 100%;
  text-align: center;
  font-weight: bold;
}


#newtec-cookie-consent .consent-box .footer {
  border-top: 1px solid #AAA;
  padding-top: 20px;
  width: 100%;
  display: flex;
  align-self: flex-end;
  justify-content: right;
}

#newtec-cookie-consent .consent-box .footer .button {
  padding: 15px 30px;
  margin-left: 30px;
  user-select: none;
}

#newtec-cookie-consent .consent-box .footer .button.hidden {
  display: none;
}

#newtec-cookie-consent .consent-box .footer .button:hover {
  cursor: pointer;
}

#newtec-cookie-consent .consent-box .footer .button.partly-consent,
#newtec-cookie-consent .consent-box .footer .button.required-consent {
  color: #8B634B;
  background-color: #E9E0DB;
}

#newtec-cookie-consent .consent-box .footer .button.partly-consent:hover,
#newtec-cookie-consent .consent-box .footer .button.required-consent:hover {
  background-color: #F0EAE6;
}

#newtec-cookie-consent .consent-box .footer .button.full-consent {
  color: white;
  background-color: #8B634B;
}

#newtec-cookie-consent .consent-box .footer .button.full-consent:hover {
  
  background-color: #AD8167;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #8B634B;
}

input:focus + .slider {
  box-shadow: 0 0 1px #8B634B;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

input:disabled + .slider {
  background-color: #b19382;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


@media screen and (min-width: 3840px) {
    #newtec-cookie-consent .consent-box {
        height: 1000px;
        width: 1400px;
        padding: 60px;
    }

    #newtec-cookie-consent .consent-box .top-bar .newtec-logo {
        height: 180px;
    }

    #newtec-cookie-consent .consent-box .content a {
        font-size: 3em;
    }

    #newtec-cookie-consent .consent-box .selectors .toggle {
        height: 200px;
    }

    #newtec-cookie-consent .consent-box .footer {
        border-top: 2px solid #AAA;
        padding-top: 40px;
    }
    
    #newtec-cookie-consent .consent-box .footer .button {
        padding: 30px 60px;
        margin-left: 60px;
        font-size: 3em;
    }

    /* The switch - the box around the slider */
    .switch {
        width: 120px;
        height: 68px;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 52px;
        width: 52px;
        left: 8px;
        bottom: 8px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    input:checked + .slider:before {
        -webkit-transform: translateX(52px);
        -ms-transform: translateX(52px);
        transform: translateX(52px);
    }
}


/* -----------------------------------*/


/* --->>> Hyperspectral Viewer <<<----*/


/* -----------------------------------*/


.webgl {
    width: 100% !important;
    height: 600px;
    outline: none;
}

#hyperspectral-viewer>div {
    position: relative;
}

#hyperspectral-viewer-loading {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

#hyperspectral-viewer-loading .load {
    border-radius: 10px;
    border: 2px solid #8B634B;

    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 25px 50px;
    height: 150px;
}

#hyperspectral-viewer-loading .load:hover {
    cursor: pointer
}

.load .spinner {
    display: none;
}

#hyperspectral-viewer-control {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 50px;
    width: 100%;

    display: flex;
    justify-content: space-around;
}

#hyperspectral-viewer-control .box-headline-fill:hover {
    cursor: pointer;
}

/* --------------------------------------*/

 
/* ----------->>> CAREER  <<<------------*/


/* --------------------------------------*/

.flex-row {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .flex-row {
        flex-direction: column;
    }
}

#career .img-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#career .img-link .img-container {
    height: 280px;
    width: 280px;
    border-radius: 150px;
    overflow: hidden;

    border: 5px solid var(--newtec-brown);

    display: flex;
    justify-content: center;
    align-items: center;
}

#career .img-link .img-container img {
    padding: 5px;

    height: 100%;
    width: auto;
    border-radius: 150px;
    overflow: hidden;
}

#career .img-link h3 {
    font-weight: 300;
    font-size: 30px;
}

#career .story-card {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    
    margin-top: 140px;
    margin-bottom: 32px;

    padding-bottom: 12px;
    position: relative;

    background-color: var(--newtec-background-brown);

    border-radius: 10px;
}

#career .story-card .header {
    position: absolute;
    top: -110px;

    display: flex;
    flex-direction: row;
    width: 100%;
}

#career .story-card .header .headline {
    flex-grow: 1;
}

#career .story-card .img-container {
    /* transform: translateX( -50%); */

    height: 220px;
    width: 220px;
    border-radius: 150px;
    overflow: hidden;
    
    margin: 16px;

    border: 5px solid var(--newtec-brown);

    display: flex;
    justify-content: center;
    align-items: center;
}

#career .story-card .img-container img {
    padding: 5px;

    height: 100%;
    width: auto;
    border-radius: 150px;
    overflow: hidden;
}

#career .story-card .content {
    font-size: 2.2rem;
    padding: 32px;
}

#career .story-card .img-spacer {
    min-width: 230px;
}

#career .story-card .extra-content {
    position: absolute;
    top: calc(100% - 56px);
    width: 100%;

    display: flex;


    flex-direction: column;
    align-items: center;

    z-index: 99;
    padding: 8px 32px 24px 32px;
    background-color: var(--newtec-background-brown);
    transition: box-shadow 300ms ease-out;
}

#career .story-card .extra-content:has( .expandable.visible) {
    box-shadow: #00000044 0px 12px 10px;
    transition: box-shadow 300ms ease-out;
}

#career .story-card .extra-content .plus-button {
    margin-top: 8px;
    display: flex;
    justify-content: center;

    height: 48px;
    width: 48px;
    z-index: 100;

}

#career .story-card .extra-content .plus-button img {
    transition: rotate 150ms ease-in-out;
}

#career .story-card .extra-content .plus-button img:hover {
    cursor: pointer;
    transition: rotate 300ms ease-in-out;
}

#career .story-card .extra-content .expandable {
    height: 0;
    width: 100%;
    overflow: hidden;
    transition: height 300ms ease-out;
}

#career .story-card .extra-content .expandable.visible {
    transition: height 300ms ease-out;
}

@media screen and (max-width: 1185px) {
    #career .story-card .header {
        flex-direction: column;
        align-items: center;
    }

    #career .story-card .header .headline h2 {
        margin-top: 0;
    }

    #career .story-card {
        flex-direction: column;
    }

    #career .story-card .img-spacer {
        min-height: 200px;
    }
}

.centered {
    text-align: center;
}

.centered p {
    text-align: center;
}

#career-list-empty {
    padding-top: 100px;
    padding-bottom: 120px;
}

.no-radius {
    border-radius: 0 !important;
}