.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

html, body {
    height: 100%;
    font-family: "Open Sans Condensed", sans-serif;
}

strong {
    font-weight: 700;
}

p, ul, ol {
    font-size: 13px;
    margin: 5px 0;
}

.wrapper {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}

.wrapper.push {
    padding: 100px 0 0 0;
}

.push-harder {
    padding-top: 200px !important;
}

header {
    background: #fd4f57;
    height: 100px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.47);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.47);
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.47);
    z-index: 99;
    position: fixed;
    width: 100%;
}

header h1 {
    float: left;
    margin: 15px 0 0 0;
    width: 200px;
    height: 71px;
    background: url('img/logo.png') no-repeat;
    text-indent: -99999px;
    outline: none;
}

.header-left {
    background: #113e49;
    float: left;
    position: fixed;
    width: 50%;
    height: 100px;
}

.header-mid {
    height: 100px;
    background: #fd4f57 url('img/header-wall.png') left no-repeat;
}

#main-title {
    float: left;
}

#main-nav ul.nav {
    float: left;
    position: relative;
    padding: 0 0 0 30px;
    margin: 43px 0 0 0;
    width: 970px;
}
#main-nav ul.nav li{
    float: left;
    position: relative;
    list-style: none;
    margin: 0 15px;
}
#main-nav ul.nav li a {
    color: #fff;
    padding: 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
}

#main-nav ul.nav li a:hover {
    text-decoration: underline;
}

#main-nav ul.nav li.active a {
    font-weight: 700;
}

#menu-toggle {
    display: none;
}

#container {
    min-height: 100%;
}

#submenu {
    position: absolute;
    top: 0;
    right: -63px;
    list-style: none;
    margin: 0;
    padding: 15px;
    background: #e50050;
    display: none;
}

#submenu li {
    border-bottom: 1px solid #fff;
    padding: 3px 15px 3px 0;
}

#submenu li:last-child {
    border-bottom: none;
}

#submenu li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}

#submenu li a:hover {
    text-decoration: underline;
}

#cookie-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: url('img/news-wall.png');
    color: #fff;
    display: none;
}

#cookie-container p {
    font-size: 16px;
}

#cookie-container a {
    color: #ddd;
}

#cookie-container a:hover {
    color: #fff;
}

.cookie-info {
    float: left;
}

a#cookie-allow {
    float: right;
    text-decoration: none;
    background: #fd4f57;
    padding: 10px 20px;
    color: #fff;
    border-radius: 4px;
}

a#cookie-allow:hover {
    background: #fd3e4a;
}

.footer-products {
    clear: left;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.footer-products ul {
    clear: left;
    float: left;
    left: 50%;
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0;
}

.footer-products ul li {
    float: left;
    position: relative;
    right: 50%;
    list-style: none;
    margin: 0 5px;
}

.footer-products ul li a {
    font-size: 12px;
    text-transform: uppercase;
    height: 100px;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 7px 0 0 0;
}

.footer-products ul li a:hover {
    text-decoration: underline;
}

.footer-products ul li a img {
    margin: 7px 0 0 0;
}

.home-left {
    width: 36%;
    float: left;
    background: #fff;
    z-index: 50;
    position: relative;
}

.home-about {
    width: 370px;
    padding: 10px 30px 10px 0;
    float: right;
    font-size: 13px;
}

.home-about p, .home-about p a {
    color: #777;
    font-size: 15px;
}

.home-right {
    width: 9%;
    margin: 0 20% 0  0;
    float: right;
}

.home-left, .home-right {
    margin-top: 100px;
}

.newsitems {
    width: 200px;
    padding: 30px;
    float: left;
    background: url("img/news-wall.png") repeat;
    color: #fff;
}

.newsitem {
    margin: 0 0 20px 0;
}

.newsitem h3 {
    margin: 4px 0;
}

.newsitem p {
    margin: 0;
}

.newsitem p a {
    color: #fff;
}

/* ABOUT */

.about-wrapper-top {
    width: 100%;
    margin: 50px 0 30px 0;
    float: left;
    text-align: center;
}

.about-wrapper-top h2 {
    font-size: 43px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.about-wrapper {
    width: 100%;
    margin: 0;
    float: left;
}

.about-item {
    box-sizing: border-box;
}

.about-left, .about-right, .about-middle {
    float: left;
    padding: 0 20px 20px 225px;
    background: #fff;
    width: 900px;
}

.no-background .about-left, .no-background .about-right, .no-background .about-middle {
    background: none;
}

.no-background .about-item p {
    font-size: 17px;
    color: #fff;
}

.no-background .about-item p a {
    color: #fff;
}

.about-wrapper h3 {
    color: #fd4f57;
    font-size: 22px;
}

.no-background .about-wrapper h3 {
    color: #fff;
}

.about-wrapper h4 {
    color: #777;
    margin: 10px 0 0 0;
}

.no-background .about-wrapper h4 {
    color: #fff;
}

.about-middle {
    margin: 20px 0;
}

.about-item a {
    color: #000;
}

/* MARKETS */

#markets {
    float: left;
    width: 100%;
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0;
}

.market-item {
    float: left;
    background: #fff;
    width: 296px;
    height: 200px;
    margin: 10px;
}

.market-item.last {
    margin-right: 0;
}

.market-item a  {
    display: block;
    width: 296px;
    height: 200px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 0;
    text-align: center;
}

.market-item a span {
    display: block;
    background: url('img/news-wall.png');
    padding: 10px 0;
}

.market-item a:hover  {
    text-decoration: underline;
}

/* DATASHEETS */

.datasheets {
    float: left;
    list-style: outside none none;
    margin: 30px 0;
    padding: 0;
    position: relative;
    left: 50%;
}

.datasheets-wrapper {
    width: 100%;
    float: left;
    overflow: hidden;
}

.datasheet-item {
    float: left;
    right: 50%;
    border: 1px solid #ddd;
    width: 271px;
    height: 190px;
    padding: 10px 0 0 10px;
    margin: 0 15px 30px 15px;
    position: relative;
}

.datasheet-item.certificate-1 {
    background: #fff url('img/certification-wall.png') center center no-repeat;
}

.datasheet-item.certificate-3 {
    background: #fff url('img/certification-lloyds.png') center center no-repeat;
}

.datasheet-item.certificate-4 {
    background: #fff url('img/certification-ocs.png') center center no-repeat;
}

.datasheet-item.certificate-2 {
    background: #fff url('img/certification-ecovadis-gold-empty.png') center center no-repeat;
}

.datasheet-item.highlight {
    background: #fd4f57;
}

.eco .datasheet-item.highlight {
    background: #2bb34b;
}

.datasheet-item.highlight h4, .datasheet-item.highlight h3 {
    color: #fff;
}

.datasheet-item .title-small {
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    font-size: 12px;
    left: 60px;
    top: 77px;
}

.datasheet-item.certificate-3 .title-small {
    display: none;
}

.datasheet-item h3 {
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
}

.datasheet-item.certificate-1 h3 {
    color: #fd4f57;
}

.datasheet-item.certificate-3 h3 {
    color: #003c71;
}

.eco .datasheet-item h3 {
    color: #2bb34b;
}

.datasheet-item a {
    position: absolute;
    font-weight: 300;
    font-size: 14px;
    bottom: 10px;
    left: 10px;
    text-decoration: none;
}

.datasheet-item.certificate-1 a {
    color: #fd4f57;
}

.datasheet-item.certificate-3 a {
    color: #003c71;
}

.eco .datasheet-item a {
    color: #2bb34b;
}

.datasheet-item a:hover {
    text-decoration: underline;
}

.datasheet-item.last {
    margin-right: 0;
}

.project-wrapper {
    width: 100%;
    float: left;
    margin: 100px 0 0 0;
}

.project-left {
    float: left;
    width: 690px;
    background: #fff;
}

.project-right {
    float: right;
    width: 190px;
    background: #fd4f57;
    padding: 20px;
    color: #fff;
}

.project-header {
    width: 100%;
    float: left;
}

.project-header .text {
    padding: 20px;
    float: left;
    width: 384px;
}

.project-header h3 {
    color: #fd4f57;
    margin: 0;
    text-transform: uppercase;
}

.project-header img {
    float: left;
    width: 266px;
}

.project-header p {
    font-size: 12px;
}

.project-content {
    width: 100%;
    float: left;
}

.tab-menu {
    list-style: none;
    margin: 0;
    width: 100%;
    background: #510e50;
    padding: 5px 0;
}

.tab-menu li:first-child {
    padding-left: 20px;
}

.tab-menu li {
    display: inline;
    padding: 5px 10px;
}

.tab-menu li a {
    color: #fff;
    text-decoration: none;
}

.download-link {
    font-size: 14px;
    color: #fd4f57;
    font-weight: 700;
    text-decoration: none;
}

.download-link:hover {
    text-decoration: underline;
}

.tab-menu .ui-tabs-active {
    font-weight: bold;
}

.tab {
    min-height: 200px;
    padding: 20px;
    font-size: 12px;
}

.tab ol, .tab ul {
    padding: 0 0 0 20px;
}

.project-footer {
    width: 100%;
    float: left;
    border-top: 1px solid #9d9d9c;
}

.project-footer img {
    width: 137px;
    border-right: 1px solid #9d9d9c;
    float: left;
}

.project-right h3 {
    padding: 0;
    margin: 0;
}

.project-right a {
    color: #fff;
    text-decoration: none;
}

.project-right li.active a {
    font-weight: bold;
}

.project-right a:hover {
    text-decoration: underline;
}

.project-right ul {
    padding: 0;
    list-style: none;
}

.project-right ul li {
    margin: 10px 0;
    font-size: 14px;
}

/* INNOVATIONS */

.cobelgreen {
    float: left;
    margin: 30px 100px;
    padding: 0 0 50px 0;
    width: 740px;
    background: #ebddce;
}

.cobelgreen .cobelgreen-header {
    background: #113d48;
    width: 100%;
    float: left;
}

.cobelgreen .cobelgreen-header h2 {
    margin: 30px 0 20px 40px;
    float: left;
    display: block;
    background: url('img/cobelgreen.png') no-repeat;
    width: 276px;
    height: 57px;
    text-indent: -99999px;
    outline: none;
}

.cobelgreen-content {
    float: left;
    padding: 30px 40px;
}

.cobelgreen-content p {
    font-size: 14px;
}

/* NEWS */

.news-wrapper {
    width: 100%;
    float: left;
}

.news-left, .news-right {
    width: 190px;
    background: #fd4f57;
    float: left;
    padding: 20px;
}

.news-item {
    color: #fff;
}

.news-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-item ul li {
    margin: 20px 0;
    font-size: 14px;
}

.news-item ul li a  {
    color: #fff;
    text-decoration: none;
}

.news-item ul li a:hover  {
    text-decoration: underline;
}

.news-item h3 {
    margin: 0;
}

.news-right {
    float: right;
}

.news-middle {
    float: left;
    width: 400px;
    margin: 0 0 0 20px;
    padding: 20px;
    background: #fff;
}

.news-middle p.logo, .news-middle p.news-photo {
    width: 100%;
    text-align: center;
}

.news-middle p.news-photo {
    margin: 5px 0;
}

.news-middle h3 {
    margin: 0;
    color: #fd4f57;
}

.news-middle h2 {
    font-size: 22px;

}

.fc-day-header {
    background: #113e49;
    color: #fff;
    min-height: 2em;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 3em;
}

.fc-h-event {
    cursor: pointer !important;
}

.fc-button {
    border-radius: 0 !important;
    background: #eee;

}

/* CONTACT */

.contact-wrapper {
    width: 100%;
    float: left;
    margin: 30px 0;
}

.contact-left {
    width: 250px;
    float: left;
    background: #fff;
}

.contact-left .top {
    background: #fd4f57;
    float: left;
    padding: 20px;
    width: 210px;
    color: #fff;
}

.contact-left .top h3 {
    margin: 0 0 10px 0;
}

.contact-left .top a {
    color: #fff;
}

.contact-left .bottom {
    float: left;
    padding: 20px 20px 50px 20px;
}

.contact-left .bottom h3 {
    margin: 0 0 10px 0;
    color: #fd4f57;
}

.contact-left .bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-left .bottom ul p {
    color: #777;
}

.contact-left .bottom ul p a {
    color: #777 !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

.contact-left .bottom ul li a {
    color: #fd4f57;
    text-decoration: none;
    font-size: 16px;
}

.contact-left .bottom ul li.active a {
    font-weight: 700;
}

.contact-left .bottom ul li a:hover {
    text-decoration: underline;
}

.contact-right {
    float: right;
    width: 670px;
}

#gmaps {
    width: 504px;
    height: 342px;
}

.linked-persons {
    background: url('img/contact-wall.png');
    float: left;
}

.linked-person {
    width: 315px;
    padding: 20px 0 20px 20px;
    float: left;
}

.linked-person img {
    width: 120px;
    height: 150px;
    float: left;
}

.linked-person .text {
    width: 175px;
    height: 150px;
    float: left;
    padding: 0 0 0 10px;
    color: #777;
    position: relative;
}

.linked-person .text a {
    color: #777;
}

.linked-person .text h3 {
    font-size: 15px;
}

.linked-person .text h3, .linked-person .text h4 {
    margin: 0;
    color: #fd4f57;
}

.linked-person .text h4 {
    font-weight: 300;
    font-size: 13px;
}

.linked-person .red {
    color: #fd4f57;
    font-weight: bold;
}

.linked-person .text p {
    position: absolute;
    bottom: 0;
}

.newsitems-contact-wrapper {
    width: 920px;
    margin: 50px 0;
    float: left;
    background: url('img/news-wall.png');
    color: #fff;
    padding: 0 10px;
}

.newsitems-contact-wrapper h3 {
    padding: 0 10px;
}

.newsitems-contact {
    width: 100%;
    float: left;
}

.newsitem-contact {
    width: 286px;
    float: left;
    padding: 10px;
}

.newsitem-contact h3 {
    padding: 0;
    color: #fd4f57;
    width: 100%;
    float: left;
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
}

.newsitem-contact time {
    width: 100%;
    float: left;
    color: #fd4f57;
    margin: 10px 0;
}

.newsitem-contact .description {
    width: 100%;
    float: left;
    color: #aaa;
}

.newsitem-contact p.logo {
    width: 100%;
    text-align: center;
    margin: 20px 0;
    float: left;
}

/* STANDARD PAGE */

.title-block {
    width: 1160px;
    background: #fff;
    padding: 20px;
    margin: 0 0 30px 0;
}

.title-block h1 {
    margin: 0;
    color: #fd4f57;
    font-size: 25px;
}

.submenu {
    float: left;
    width: 190px;
    background: #fd4f57;
    padding: 20px;
}

.submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.submenu ul li {
    margin: 10px 0;
    font-size: 14px;
}

.submenu ul li a  {
    color: #fff;
    text-decoration: none;
}

.submenu ul li.active a {
    font-weight: 700;
}

.submenu ul li a:hover  {
    text-decoration: underline;
}

.text-blocks-wrapper {
    width: 610px;
    float: right;
    margin: 0 0 50px 0;
    padding: 20px 30px;
    background: #fff;
}

.no-background .title-block {
    width: 610px;
    background: none;
    color: #fff;
    margin: 0 auto;
    padding-bottom: 0;
}

.no-background .text-blocks-wrapper {
    background: none;
    color: #fff;
    margin: 0 auto;
    float: none;
}

.no-background .text-blocks-wrapper .text-block p, .no-background .text-blocks-wrapper .text-block ul {
    font-size: 17px;
}

.no-background .text-blocks h3, .no-background .title-block h1 {
    color: #fff;
    padding-left: 60px;
}

.text-blocks h3 {
    width: 100%;
    color: #fd4f57;
    font-size: 22px;
    float: left;
    margin: 10px 0 5px 0;
}

.text-blocks h4 {
    width: 100%;
    color: #777;
    font-size: 18px;
    float: left;
    margin: 10px 0 5px 0;
}

.text-block {
    margin: 10px 0;
    float: left;
}

.no-background .text-block {
    padding-left: 60px;
}

.text-blocks p.image {
    width: 100%;
    float: left;
    text-align: center;
    margin: 10px 0;
}

.text-blocks p.image img {
    vertical-align: middle;
    width: 100%;
}

.home-photos {
    display: none;
}

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

    .wrapper {
        width: 100%;
    }

    header {
        height: auto;
        position: relative;
    }

    .header-left {
        display: none;
    }

    .header-mid {
        height: auto;
        background: none;
    }

    #main-title {
        width: 100%;
        background: url('img/header-wall.png');
        position: relative;
        padding: 15px 0;
    }

    #menu-toggle {
        display: block;
        position: absolute;
        top: 35px;
        left: 20px;
        background: url('img/menu.png');
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        text-indent: -99999px;
        outline: none;
    }

    header h1 {
        float: none;
        margin: 0 auto;
    }

    #main-nav {
        display: none;
    }

    #main-nav ul.nav {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }

    #main-nav ul.nav li {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }

    .home-left, .home-right {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .home-photos {
        display: block;
        width: 100%;
        float: left;
    }

    .home-photos img {
        width: 100%;
    }

    .newsitems {
        width: 100%;
        box-sizing: border-box;
    }

    .home-about {
        width: auto;
        padding: 20px;
    }

    #cookie-container {
        box-sizing: border-box;
    }

    .backstretch {
        display: none !important;
    }

    .push-harder {
        padding-top: 0 !important;
    }

    .title-block, .text-blocks-wrapper, .about-left, .about-right, .about-middle {
        width: 100%;
        box-sizing: border-box;
    }

    .title-block {
        margin: 0;
    }

    .text-blocks-wrapper {
        padding: 20px;
    }

    .wrapper.push {
        padding: 0;
    }

    .about-wrapper-top h2 {
        color: #113e49;
    }

    .market-item, .market-item.last {
        float: none;
        margin: 20px auto;
    }

    .datasheet-item {
        float: none;
        margin: 20px auto;
    }

    .project-wrapper {
        margin: 0;
    }

    .project-right, .project-left, .project-header .text {
        width: 100%;
        box-sizing: border-box;
    }

    .project-header img {
        float: none;
        display: block;
        margin: 20px auto;
    }

    .tab-menu {
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
        text-align: center;
    }

    .tab-menu li:first-child {
        padding-left: 0;
    }

    .tab-menu li {
        padding-bottom: 10px;
        display: inline-block;
    }

    .news-left, .news-right, .news-middle, .submenu, .contact-left, .contact-right, .contact-left .top {
        width: 100%;
        box-sizing: border-box;
    }

    .news-middle {
        margin: 0;
    }

    .news-middle p.news-photo img {
        width: 100%;
    }

    .contact-wrapper {
        margin: 0;
    }

    #gmaps {
        width: 100%;
    }

    .no-background .text-blocks h3, .no-background .title-block h1 {
        color: #777;
    }

    .no-background .text-blocks-wrapper {
        color: #777;
    }

    .no-background .title-block {
        width: 100%;
    }

    .no-background .about-item p, .no-background .about-wrapper h3, .no-background .about-wrapper h4, .no-background .about-wrapper p a {
        color: #777;
    }

    .about-left, .about-right, .about-middle {
        padding: 0 20px 20px 20px;
    }
}

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

    .home-left {
        width: 60%;
    }

    #main-nav ul.nav li {
        margin: 0 10px;
    }

    .wrapper {
        width: 800px;
    }

    .about-left, .about-right, .about-middle {
        width: 750px;
        box-sizing: border-box;
        margin: 0 25px;
    }

    #main-nav ul.nav {
        width: 570px;
    }

    .market-item.last, .market-item {
        margin: 15px 52px;
    }

    .news-middle {
        width: 260px;
    }

    .datasheet-item {
        margin: 10px 58px;
    }

    .title-block {
        width: 760px;
    }

    .submenu {
        width: 170px;
    }

    .text-blocks-wrapper {
        width: 510px;
    }

    .no-background .title-block {
        width: 510px;
    }

    .contact-right {
        width: 530px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 950px) {
    .home-left {
        width: 50%;
    }
}