
        .header-page{
  padding:100px 0px 25px 0px;
  text-align:center;   
}

.header-page h2{
    font-size:3em;
}

.dark-background, footer{
    background-color:#f3f0e7;
    color:#4d506d;
}

.hero-front-page img{
    max-height:400px;
    margin-bottom:20px;
    max-width:100%;
}
 img{
     border-radius:40px;
 }
 
 img.no-border-radius{
     border-radius:0px;
 }
.highlight-text{
    color:#b0b55e;
}

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

.large-text{
    font-size:2em;
}

.circle{
  height: 25px;
  width: 25px;
  background-color: #b0b55e;
  border-radius: 50%;
  display: inline-block;
}

.small-circle{
  height: 10px;
  width: 10px;
  background-color: #b0b55e;
  border-radius: 50%;
  display: inline-block;
  position:relative;
  right:0px;
}

.circle-ring{
  height: 50px;
  width: 50px;
  background-color: transparent;
  border-radius: 50%;
  border:2px solid #b0b55e;
  display: inline-block;
  position:relative;
  right:41px;
  top:11px;
}

.cirlce-container{
    padding: 50px 0px 50px 0px;
}

.circle-1{
 height: 50px;
    width: 50px;
    background-color: transparent;
    border-radius: 50%;
    border: 8px solid #b0b55e;
    display: inline-block;
    position: absolute;
    left: -9px;
    top: -8px;
}

.circle-2{
    height: 50px;
    width: 50px;
    background-color: transparent;
    border-radius: 50%;
    border: 12px solid #b0b55e;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 75px;
}


.logo-bg-img{
    background: url(/media/rfborxwh/cosesy_grey_bg.png);
    background-repeat: no-repeat;
    background-size: 25%;
    background-position-y: 300px;
}

.float-right{
    float:right;
}

.partners-front-page .partner-container{
    background-color:#171929;
    padding:20px 10px;
    }

ul{
    list-style: none;
}

h3{
font-size:1.1em !important;    
}

h4{
    font-weight:normal;
    font-size:1.1em !important;
    margin:0px;
}

.partners-list ul, .product-list ul{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
 }
 
 .partners-list ul{
    margin-right: -15px;
    margin-left: -15px;
 }


.partners-list li{
   padding-right: 15px;
    padding-left: 15px;  
}

.partners-list li, .product-list li{
    width: 100%;
    margin-bottom: 30px;
}
.partners-list li{
   position: relative;
   max-width: 25%;
   flex: 0 0 25%;
}

  .product-list li{
        max-width: 98%;
        flex: 0 0 98%;
        margin:1%;
        border-radius:5px;
    }

@media (min-width: 680px){
    .product-list li{
        max-width: 48%;
        flex: 0 0 48%;
        margin:1%;
        border-radius:5px;
    }
}

@media (min-width: 992px){
    .product-list li
    {
        max-width: 30%;
        flex: 0 0 30%;
        margin:1%;  
     }
}

.product-list figure{
    padding: 45px 45px;
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    opacity: .7;
    max-width: 100%;
    height: auto;
    margin:0px !important;
}

.product-list img{
    border-radius:5px;
}

.product-list h3{
    position: absolute;
    top: 15px;
    left: 35px;
    width: 48%;
    color: #fff;
    opacity: 0.7;
    z-index: 12;
    background: #474937;
    padding-left:5px;
    border-radius:5px;
}

.product-list h4{
    position: absolute;
    bottom: 40px;
    right: 35px;
    width: 15%;
    color: #fff;
    opacity: 0.7;
    text-align:center;
    background: #474937;
    border-radius:5px;
}

.partners-list figure{
    padding: 65px 45px;
    align-items: center;
    background-color: #b0b55e;
    display: flex;
    height: 100%;
    justify-content: center;
    opacity: .7;
    transition: opacity 3s ease;
    max-width: 100%;
    height: auto;
    margin:0px !important;
    min-height: 200px;
}

.partners-list img, .product-list img{
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.cases-front-page .cirlce-container {
    position: relative;
    top: -35px;
    padding:0px;
}


.cases-front-page{
    margin-bottom:50px;
}

@media(min-width:992px){
   .cases-front-page{
    margin-bottom:150px;
    }
 }


.cases p, .engineering-front-page p, .hero-front-page p, footer p, .cases-details p{
    line-height:1.6em;
}

.cases p{
    color:#a2a2a2;
    margin-right:85px;
}

.cases li{
    margin-bottom:85px;
    
}

.cases a{
    color:#b0b55e;
        text-decoration:none;
}
footer a{
    color:#fff;
    text-decoration:none;

}

.arrow-after-text::after{
 content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #b0b55e;
    border-left: 2px solid #b0b55e;
    top: 0px;
    right: 0px;
    transform: rotate(135deg);
    margin-left: 10px;
}

footer .arrow-after-text::after{
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}


.arrow-after-text:hover{
    transform: translate3d(20px, 0px, 0px);
    display:inline-block;
}

footer .arrow-after-text:hover{
    display:block;
}

.engineering-front-page {
    padding-top:50px;
    padding-bottom:50px;
}

hr{
    width: 20%;
    height: 2px;
    background: #b0b55e;
    margin-left: 0px;
}

.employee-grid__item__email{
    color:#000;
}


@media (max-width: 991px){

}
@media (min-width: 992px){
.engineering-front-page .fun-fact{
    margin:170px 0px 0px 0px;
    }
  .engineering-front-page img{
    position:absolute;
    top:-175px;
    margin-left:20px;
    }
   
}
.engineering-front-page .fun-fact span{
    display:block;
    margin: 0px 0px 10px 0px;
}

.long-arrow{
  display: inline-block;
  margin: 0px 0px 0px 20px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #b0b55e;
  border-left: 2px solid #b0b55e;
  transform: rotate(135deg);
}

.long-arrow:hover {
  transform: translate3d(10px, 0px, 0) rotate(135deg); 
}
.long-arrow::after{
  content: "";
  display: block;
  width: 2px;
  height: 35px;
  background-color: #b0b55e;
  transform: rotate(-45deg) translate(12px, 4px);
  left: 0;
  top: 0;
}

footer .footer-container{
    background-color:#b0b55e;
    padding: 20px 40px;
}

footer p{
    white-space: pre-line;
    margin-bottom:50px;
}

.address{
    font-style:regular !important;
    margin-top:50px;
}

.address span{
    padding:0px 5px;
}

/* The flip box container*/
.flip-box {
  background-color: transparent;
  height:400px;
}

@media (min-width: 681px){
   /* The flip box container*/
.flip-box {
  background-color: transparent;
  height:360px;
} 
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner:hover {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-back, .flip-box-front {
  position: absolute;
  width: 100%;
  min-height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
   top: 0px;
  z-index: 100;
  border-radius:5px;
  position:absolute;
}


/* Style the back side */
.flip-box-back {
  color: white;
  transform: rotateY(180deg);
}

.flip-box p{
    padding: 5px 15px;
}

section.cases-details {
    padding-top:20px;
    padding-bottom:20px;
}

.cases-details .bg-image{
    margin-top:-20px;
}

.cases-details .fun-fact{
    font-size:1.6em;
    text-align:center;
}

.umb-grid .row:nth-of-type(2n+1) 
{
   /* background: #e8e9dc;*/
}

section.content-page {
   background: #e8e9dc;
}

section.content-page .row{
   margin-bottom:100px;
}

.content-page .container{
    background-image:url(https://cosesy.com/media/js3dpwcu/logo_left_stencil.png);
    background-repeat:no-repeat;
    padding-top:90px;
} 

section.content-page{
    padding-top:0px;
}
/*------------------*/

.product-grid__item:hover body.theme-color-freaky .product-grid__item__name, .product-grid__item:hover body.theme-color-freaky .product-grid__item__price, body.theme-color-freaky .mobile-nav, body.theme-color-freaky .product-grid__item:hover .product-grid__item__name, body.theme-color-freaky .product-grid__item:hover .product-grid__item__price, body.theme-color-freaky .section--themed {
    background-color: #3e620c  !important;
    color: #000;
}

.product-grid__item:hover body.theme-color-freaky body.theme-color-freaky .bg-main-color, body.theme-color-freaky .button--border--solid {
    /*background-color: #97c35b  !important;*/
    background-color: #97c35b  !important;
    color: #000;
}

.hamburger.lines:hover.active body.theme-color-freaky span:after, .hamburger.lines:hover.active body.theme-color-freaky span:before, .hamburger body.theme-color-freaky span, .hamburger body.theme-color-freaky span:after, .hamburger body.theme-color-freaky span:before, body.theme-color-freaky .bg-secondary-color, body.theme-color-freaky .hamburger.lines:hover.active span:after, body.theme-color-freaky .hamburger.lines:hover.active span:before, body.theme-color-freaky .hamburger span, body.theme-color-freaky .hamburger span:after, body.theme-color-freaky .hamburger span:before, body.theme-color-freaky .nav-link--home__text:after {
    background-color: #000;
    color: #97c35b  !important;
}

/*.blogposts-centered body.theme-color-freaky .blogpost-title, article body.theme-color-freaky a, article body.theme-color-freaky a:visited, body.theme-color-freaky .blogposts-centered .blogpost-title, body.theme-color-freaky .button--border, body.theme-color-freaky .employee-grid__item__email, body.theme-color-freaky .font-link-color, body.theme-color-freaky .font-main-color, body.theme-color-freaky .nav-link, body.theme-color-freaky .section__hero-content, body.theme-color-freaky article a, body.theme-color-freaky article a:visited, body.theme-color-freaky footer a, footer body.theme-color-freaky a {
    color: #fff;
}*/
 ´

    body.theme-color-freaky--active.nav-link:visited, body.theme-color-freaky .border-main-color, body.theme-color-freaky .button--border, body.theme-color-freaky .nav-link--active, body.theme-color-freaky .nav-link:hover {
        border-color: #000;
    }
        
        .key-figures H2{
              text-transform: uppercase;
              margin-bottom:40px;
        }   
        .key-figures p{
              font-size:32px;
        }
       
        .key-figures .figure-container{
            border:1px solid;
            padding:20px;
            min-width:200px;
        }
        
        .section--themed-two{
         background-color:#99d2ea; 
            
        }
        
        .homepage .umb-grid img{
            max-height:300px;
            max-width:100%;
        }
        
        /*.umb-grid .col-md-6:nth-child(2){
            text-align:center;
        }*/
        
        .umb-grid h1 {
            border-bottom:10px solid #99d2ea; 
        }
        
        .section--three-quarter-height{
                min-height: 75vh;
        }
        
        article{
            max-width:100%;
        }
        
.logo-image {
    max-height: 85px!important;
}

.language-selection{
    margin-left:150px;
}
.device-grid img{
    width:100px;
    float:left;
    display:inline;
    margin-right:10px;
}

.device-grid__item div{
  margin-bottom:10px;
  line-height:1.6em;
    
}
.device-grid__item h4{
  margin:5px 0px;
}
.device-grid__item h3{
  text-decoration: underline solid 5px;
}

div.device-grid__item{
    border-radius:10px;
    min-height:550px;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

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

.large-top-margin{
    margin-top:100px;
}


.device-usage{
    width:100%;
    text-align:center;
}

.device-image{
    width:100%;
}
.device-image-container{
    margin-top:50px;   
}

.nav-link.lang{
    display:inline-block;
}
@media (min-width: 450px){
.product-grid__item__name{
    font-size:24px!important;
    letter-spacing:8px!important;
}

.device-image-container .col-md-4{
    margin-bottom:50px;
}
}

.product-details-top .name{
    position: absolute; 
    margin: auto; 
    padding: 40px; 
    display: inline-block;
    top: 50px;  
    left: 100px; 
    border-radius: 40px; 
    left: 55%;
    min-width: 200px;
    text-align: center;
}

/*
mark {
  -webkit-animation: 1.5s highlight 1.5s 1 normal forwards;
          animation: 1.5s highlight 1.5s 1 normal forwards;
  background-color: none;
  background: linear-gradient(90deg, #7efff5 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
}

@-webkit-keyframes highlight {
  to {
    background-position: 0 0;
  }
}

@keyframes highlight {
  to {
    background-position: 0 0;
  }
}*/
mark{
  background-image: linear-gradient(to right, #f2f1b4, #8eaa30, #597e27);
  border-radius: 6px;
  padding: 3px 6px;
}

.small-border-radius{
    border-radius:5px;
}

.product-details-container{
    font-size:18px;
}

.sensor-list{display:flex; flex-wrap:wrap;}
.sensor-item{display:flex; }
.sensor-item-container{width:100%; position:relative;padding-bottom:10px;margin-bottom:20px;}
.sensor-item-container a{position:absolute; bottom:0px;}

.technical-specifications p{
    margin-top:40px;
    margin-bottom:0px;
}
.technical-specifications ul{
    margin-top:0px
}
.thumbnails-container .thumbnail{
    margin-bottom:80px;
}
* {box-sizing: border-box;}

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 40px;
  height: 40px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 300px;
  height: 300px;
}
