*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

ul, ol {
    margin-left: 20px;
}

#subpage ul, #subpage ol {
    margin-left: 0;
}

#subpage ul ul, #subpage ol ol {
    margin-left: 15px;
}

#page ul, #page ol {
    margin-left: 0;
}

img {
    display:block;
}

#text table {
    border-collapse: collapse;
    border: none;
}

#text table td {
    padding: 15px;
    border-color: #ccc;
    color: #5e5e5e;
}

#text .images-table td {
    background-color: transparent;
    padding-bottom: 0;
    padding-top: 0;
    border:none;
}

a {
    text-decoration: none;
    color: #424242;
}

.clear {
    clear: both;
}

.pageWidth {
    max-width: 1280px;
    margin: auto;
}

.padder {
    padding-left: 35px;
    padding-right: 35px;
}

.footer-padder {
    padding-left: 75px;
    padding-right: 75px;
}

.subpage-padder {
    padding-left: 75px;
    padding-right: 75px;
}

iframe {
    width: 100%;
}

#text ul {
    list-style: none;
}

#text ul li:before {
    content: '•';
    padding-right: 8px;

}

#exMap {
    max-width: 100%;
    height: auto;
    width: 100%;
}

body{
    background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #515151;
    min-width: 320px;
}

h1,h2,h3,h4,h5,h6 {
    color: #060606;
    font-weight: 400;
    margin-bottom: 10px;
}

h1 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #5e5e5e;
    letter-spacing: 5px;
}

h3 {
    font-size: 21px;
    color: #060606;
    font-weight: 700;
}

h2 {
    font-size: 18px;
    color: #060606;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
}

h4 {
    font-size: 22px;
    font-weight: 700;
    color: #060606;
    font-family:"Open Sans Condensed", sans-serif;
}

h5 {
    font-weight: 400;
    color: #080808;
}

h6 {
    font-weight: 600;
}

#text img {
    max-width: 100%;
    height: auto;
}

#map a:visited {
    color: #7d7b7b;
}

#hamburger {
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    height: 30px;
    width: 30px;
    z-index: 2;
}

#hamburger::before, #hamburger::after, #hamburger span {
    background: none repeat scroll 0 0 #b8b8b8;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    width: 30px;
}

#hamburger::before {
    top: 10px;
}

#hamburger::after {
    top: 20px;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 100px;
    right: 35px;
    padding: 0;
    z-index: 3;
}

.mobileMenu {
    display:none;
}

.header {
    padding-top: 22px;
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 9999;
}

.header.no-fixed {
    position: static;
}

.top-cont {
    padding-top: 162px;
}

.topsubmenu {
    display: none;
}

#banners .topmenu ul.topsubmenu {
    list-style: none;
    position: absolute;
    margin-left: 0;
    width: 100%;
    left: 0;

}

.topmenu .topsubmenu li {
    border-right: none;
    width: 16.6666%;
    height: 55px;
    border-bottom: none;
}

.topmenu .item-6 .topsubmenu li,
.topmenu .item-22 .topsubmenu li,
.topmenu .item-23 .topsubmenu li,
.topmenu .item-24 .topsubmenu li {
    float: right;
}

.topmenu .item-2 .topsubmenu li,
.topmenu .item-12 .topsubmenu li,
.topmenu .item-10 .topsubmenu li,
.topmenu .item-11 .topsubmenu li {
    float: left;
}

.ean-code-input {
    border: none;
    border-bottom: 1px solid #a8a8a8;
    padding: 7px;
    font-weight: 300;
    color: #676666;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    width: 200px;
}

.ean-code-input.error {
    border: 1px solid rgb(189, 16, 16);
}

.ean-code-submit {
    cursor: pointer;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    border: none;
    padding-left: 15px;
    padding-right: 25px;
    color: #515151;
}

.ean-code-submit:hover {
    color: #080808;
}

.ean-label {
    padding-right: 20px;
}

.ean-image-after {
    display: inline;
    cursor: pointer;
}

.ean-download-label {
    position: relative;
}

.ean-download-label .ean-image-after {
    position: absolute;
    right: 0;
    top: 1px;
}

.bad-ean {
    color: rgb(189, 16, 16);
    margin-top: 15px;
}

.topmenu .topsubmenu li a {
    padding-top: 20px;
}

.topmenu .topsubmenu li:hover {
    border-bottom: none;
}

.topmenu ul li:hover .topsubmenu {
    display: block;
    background-color: #fff;
    z-index: 100;
    border-top: 1px solid #cccccc;
    border-bottom: 2px solid #cccccc;
}

.topmenu {
    width: 100%;
    position: relative;
    text-align:center;
}

.topmenu > ul {
    display: block;
    list-style: none;
    height: 36px;
    text-transform: uppercase;
    font-size: 0;
}

.topmenu ul li {
    border-right: 1px solid #cccccc;
    height: 36px;
    width: 12%;
    font-size: 15px;
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    text-align: center;
    font-weight: 300;
    border-bottom: 1px solid #cccccc;
}

.lang-de .topmenu ul li {
    width: 16%;
}

.topmenu ul li a {
    display: block;
    padding-top: 7px;
    height: 100%;
    color: #676666;
}

.topmenu ul li:last-child {
    border-right: none;
}

.topmenu ul li.active {
    font-weight: 400;
    border-bottom: 1px solid #828282;
}

.topmenu ul li:hover {
    font-weight: 400;
    border-bottom: 1px solid #828282;
}

.cookiesAlertMess a {
    color: #7f7f7f;
}

.flagi-mobile {
    display: none;
}

#text {
    line-height: 24px;
}

.footer-top-row {
    padding-top: 40px;
    padding-bottom: 25px;
    padding-left: 40px;
    padding-right: 40px;
}

.footer-bottom-row {
    padding-top: 35px;
    padding-bottom: 35px;
    border-top: 1px solid #cccccc;
    width: 100%;
    position: relative;
}

.footer-inner-col {
    float: right;
    font-size: 12px;
    font-weight: 300;
    color: #929292;
    width: 100%;
    right: 0;
}

.footer-inner-col .footer-inner-left-col {
    padding-top: 2px;
    margin:auto;
    color: #929292;
    width: 100%;
    text-align: center;
}

.footer-inner-col .footer-inner-left-col a {
    color: #929292;
}

.footer-inner-col .footer-inner-left-col span {
    padding-left: 5px;
    padding-right: 5px;
}

.footer-inner-col .footer-inner-right-col {
    position: absolute;
    right: 0;
}

.footer-inner-col .inner-col-left {
    padding-right: 40px;
    float: left;
    padding-top: 2px;
}

.footer-inner-col .inner-col-right {
    float: right;
}

.footer .inner-col-right .link-box {
    float: left;
    padding-right: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 5px;
}

.footer .inner-col-right .link-box.google {
    background: url('grafika/google-plus-logo.png') no-repeat top right;
}

.footer .inner-col-right .link-box.linkedin {
    background: url('grafika/linkedin-logo.png') no-repeat top right;
}

.footer .inner-col-right .link-box.youtube {
    background: url('grafika/youtube-logo.png') no-repeat top right;
}

.footer .inner-col-right .link-box.facebook {
    background: url('grafika/fb-logo.jpg') no-repeat top right;
}

#text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    color: #060606;
    padding-bottom: 20px;
}

#text strong {
    font-weight: 600;
}

.sub-page-title {
    font-family: 'Open Sans Condensed', sans-serif;
    width: 100%;
    height: 115px;
    border-bottom: 1px solid #cccccc;
    text-transform: uppercase;
    text-align: center;
    display: table;
}

.sub-page-title h1 {
    margin-bottom: 0;
}

.sub-page-title-inner {
    display: table-cell;
    vertical-align: middle;
    height: 115px;
}

.inner-wrapper {
    float: right;
}

.flagiContainer {
    float: left;
}

.flagi {
    text-transform: uppercase;
    font-weight: 500;
    color: #676666;
    font-size: 12px;
    padding-top: 7px;
    padding-right: 35px;
}

.flagi a {
    padding-right: 5px;
    padding-left: 5px;
    color: #676666;
}

.logo {
    display: table;
    margin: auto;
    margin-bottom: 35px;
}

.data-image {
    float: right;
}

.data-image .search .search-field {
    border: none;
    border-bottom: 1px solid #a8a8a8;
    padding: 7px;
    float: left;
    font-weight: 300;
    color: #676666;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    width: 145px;
}

.data-image ::-webkit-input-placeholder {
    color: #676666;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-weight: 300;
}

.data-image :-moz-placeholder { /* Firefox 18- */
    color: #676666;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-weight: 300;
}

.data-image ::-moz-placeholder {  /* Firefox 19+ */
    color: #676666;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-weight: 300;
}

.data-image :-ms-input-placeholder {
    color: #676666;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-weight: 300;
}

.data-image .search .search-submit {
    background: url('grafika/search.png') no-repeat top right;
    width: 27px;
    height: 23px;
    border: none;
    display: block;
    float: left;
    margin-top: 7px;
    cursor: pointer;
    padding-left: 10px;
    padding-bottom: 6px;
}

#subpage .sub-page-title {
    margin-bottom: 30px;
}

.google-map {
    padding-top: 50px;
}

#map {
    width: 100%;
    height: 330px;
    margin-top: 10px;
}

.contact {
    width: 100%;
    padding-bottom: 70px;
    padding-top: 20px;
    line-height: 24px;
}

.contact .left-row {
    width: 46%;
    float: left;
    padding-left: 90px;
}

.contact .right-row {
    width: 54%;
    float: left;
}

.contact .right-row .inner-row{
    width: 66%;
}

#module_form .cmxform textarea {
    resize: none;
}



.contactpage #text {
    padding-left: 110px;
    padding-right: 110px;
    text-align: center;
    font-weight: 400;
    color: #515151;
    font-size: 14px;
}

.contact .left-col {
    float: left;
    width: 40px;
    padding-top: 10px;
}

.contact .right-col {
    float: left;
}

.contact .inner-row-title {
    padding-bottom: 15px;
    padding-top: 10px;
}

.contact .inner-row-last {
    padding-top: 20px;
}

.contact .inner-row {
    padding-bottom: 10px;
}

.contact #module_form *  > input.text,
.contact #module_form * > textarea,
.contact #module_form * > select {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    font-size: 13px;
    color: #515151;
    font-family: "Open Sans", sans-serif;
}

.contact form.cmxform label {
    text-align: left;
    width: 120px;
    padding-bottom: 10px;
}

.contact form.cmxform fieldset fieldset label {
    margin-left: 90px;
}

.contact-submit-container {
    width: 100%;
}

.contact form.cmxform fieldset li {
    margin-bottom: 5px;
}

#module_form ::-webkit-input-placeholder {
    color: #464646;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

#module_form :-moz-placeholder { /* Firefox 18- */
    color: #464646;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

#module_form ::-moz-placeholder {  /* Firefox 19+ */
    color: #464646;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

#module_form :-ms-input-placeholder {
    color: #464646;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

.contact .error-message {
    color: #bd1010;
}

.contact .correct-message {
    color: #258506;
}

.contact-submit {
    background-color: #fff;
    border: none;
    cursor: pointer;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    color: #515151;
}

form.cmxform label.contact-submit-label {
    cursor: pointer;
    width: auto;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    float: none;
    display: table;
}

form.cmxform label.contact-submit-label:hover .contact-submit {
    color: #080808;
}

.contact-submit-label img {
    cursor: pointer;
    float: left;
}

.boxes-items {
    width: 100%;
    font-size: 0;
}

.box-item {
    display: inline-block;
    width: calc(33.333% - 4px);
    max-width: 350px;
    margin: 2px;
    position: relative;
    height: 200px;
    overflow: hidden;
}

.box-item-text {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    width: 100%;
    height: 100%;
    color: #fff;
    display: table;
}

.box-item-text-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    bottom: 0;
    width: 100%;
}

.box-item-text .box-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}

.box-item:nth-child(3n-2) {
    clear: both;
}

.box-img {
    height: 200px;
}

.box-img .image {
    height: 200px;
    position: relative;
    -webkit-transform: scale(1) rotate(0.0001deg) skewX(0deg) skewY(0deg);
    -moz-transform: scale(1) rotate(0.0001deg) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(0.0001deg) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(0.0001deg) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(0.0001deg) skewX(0deg) skewY(0deg);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.box-item:hover .box-img .image {
    -webkit-transform: scale(1.1) rotate(0.0001deg) skewX(0.2deg) skewY(0.2deg);
    -moz-transform: scale(1.1) rotate(0.0001deg) skewX(0.2deg) skewY(0.2deg);
    -ms-transform: scale(1.1) rotate(0.0001deg) skewX(0.2deg) skewY(0.2deg);
    -o-transform: scale(1.1) rotate(0.0001deg) skewX(0.2deg) skewY(0.2deg);
    transform: scale(1.1) rotate(0.0001deg) skewX(0.2deg) skewY(0.2deg);
}

.box-img .image img {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    left: -999999px;
    right: -999999px;
    top: -999999px;
    bottom: -999999px;
    margin: auto;
}

.boxes {
    width: 100%;
    max-width: 1062px;
    margin: auto;
}

.offer-items {
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #cccccc;
    text-align: center;
    font-size:0;
}

.offer-items .offer-item {
    display: inline-block;
    width: calc(20% - 10px);
    margin-right: 12px;
    margin-bottom: 30px;
    vertical-align: top;
    min-width: 165px;
}

.offer-items .offer-item.end-row-5 {
    width: calc(20% - 8px);
    margin-right: 0;
    min-width: 165px;
}

.offer-items .offer-item .image {
    width: 100%;
    border-bottom: 3px solid #d7d7d7;
    overflow: hidden;
}

.offer-items .offer-item .offer-title {
    padding-top: 22px;
    text-transform: uppercase;
    text-align: center;
    font-size: 17px;
    font-weight: 300;
    color: #060606;
}

.offer-items .offer-item:hover .offer-title {
    font-weight: 400;
}

.offer-img .image {
    height: 120px;
    overflow: hidden;
    position: relative;
}

.offer-items .offer-item img {
    width: auto;
    height: 100%;
    position: absolute;
    top: -999px;
    bottom: -999px;
    left: -999px;
    right: -999px;
    margin: auto;
}

.offer-inner-padder {
    padding-left: 75px;
    padding-right: 75px;
}

.images-table {
    text-align: center;
    margin: auto;
}

.images-table img {
    display: inline;
}

.images-table tr td {
    display: inline-block;
    margin-bottom: 70px;
    padding-right: 50px;
    padding-left: 50px;
    width: 250px;
    vertical-align: top;
}

.contact form.cmxform label.required-field {
    width: auto;
}

#news_module .news-module-inner {
    padding-top: 5px;
}

#news_module .news-module-inner.full {
    padding-top: 0;
    width: 100%;
}

.news-module-inner {
    width: 100%;
    margin: auto;
}

.projectspage .news-head,
.prizespage .news-head {
    display: none;
}

.projectspage .newsTitle,
.prizespage .newsTitle {
    padding-top: 25px;
}

.projectspage #news_module div.news_container,
.prizespage #news_module div.news_container {
    height: 440px
}

#news_module div.news_container {
    margin-left: 23px;
    margin-right: 23px;
    width: calc(33.3333% - 46px);
    height: 470px;
    position: relative;
    margin-bottom: 60px;
}

#news_module div.news_container.fullarticle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: auto;
}

.news_container a.more {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
}

.news_container.fullarticle a.more {
    position: static;
    padding-left: 0;
}

.news_container a.more span {
    position: relative;
    padding-right: 23px;
}

.news_container a.more span:after {
    content:'';
    background: url('grafika/button-after.png') no-repeat top left;
    position: absolute;
    right: 0;
    top: 2px;
    height: 15px;
    width: 15px;
}

.news_container .small-news-img-box img{
    height: auto;
    max-width: 100%;
}

.news_container .small-news-img-box {
    height: 150px;
    overflow: hidden;
}

.news_container img{
    height: 100%;
    width: auto;
}

.news_container .news-head .date {
    padding-top: 25px;
    padding-bottom: 15px;
    display: block;
}

.newsTitle a {
    font-weight: 700;
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #060606;
    line-height: 24px;
    padding-bottom: 15px;
    display: block;
}

.news_container .text {
    line-height: 24px;
    font-size: 14px;
    color: #515151;
}

.pager .prev-link {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 64px;
}

.pager .next-link {
    float: right;
    width: 50%;
    padding-left: 64px;
}

.pager .prev-link.inactive {
    color: #d1cdcd;
}

.pager .next-link.inactive {
    color: #d1cdcd;
}

.pager {
    padding-top: 30px;
}

.footer-top-row ul {
    list-style: none;
    text-align: center;
}

.floating-banners ul li {
    width: 12.1%;
    height: 100%;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.floating-banners ul li img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.floating-banners ul li img:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}

.inner-floating-banner-container {
    display: table;
    width: 100%;
}

.floating-banners-disabled ul li {
    display: block;
    width: 12%;
    height: 100%;
    float: left;
}

.floating-banners-disabled img {
    display: inline;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.floating-banners-disabled .floating-banners-row {
    margin-left: 30px;
}

.tablet-floating-banners {
    display: none;
}

.mobile-floating-banners {
    display: none;
}

.tablet-floating-banners ul li {
    width: 24%;
}

.mobile-floating-banners ul li {
    width: 49%;
}

.owl-carousel.floating-banners .owl-item img {
    display: inline;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.floating-banners-row {
    background-color:#fff;
    height: 100px;
    border: 1px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    visibility: hidden;
}

.media-inner {
    height: 70px;
    width: 100%;
    padding:10px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.pagephoto img {
    margin: auto;
    padding-bottom: 55px;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.result-list li {
   margin-top: 10px;
    position: relative;
}

.result-list li p {
    padding-top: 5px;
}

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

.result-list li:before {
    content: '•';
    padding-right: 8px;
    position: absolute;
    left: -15px;
    top: 10px;

}

.select-lang-box .select-inner {
    width: 325px;
}

#lang-select {
    width: 99%;
    max-width: 325px;
}

.select-lang-box {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding-top: 20px;
    display: table;
    margin: auto;
}

.select-lang-box-mobile .select2-container--default .select2-selection--single,
.select-lang-box .select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 1px solid #cccccc;
}

.select-lang-box .select2-container .select2-selection--single {
    height: 34px;
}

.select-lang-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

.select-lang-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

#page .select2-container--default .select2-results__option--highlighted[aria-selected],
#subpage .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #65b5ed;
    color: #fff;
}

#page .select2-container--default .select2-results__option[aria-selected=true],
#subpage .select2-container--default .select2-results__option[aria-selected=true] {
    background: #f0f0f0;
    color: #515151;
}

.select-lang-box .text {
    float: left;
}

.select-lang-box .select-inner {
    float: left;
    padding-left: 35px;
}

.languagepage .logo {
    margin-bottom: 0;
}

/* SLIDER bxSlider */
#home-gallery-box {
    padding-top: 5px;
    padding-bottom: 30px;
}

#slider{
    position:relative;
    overflow: hidden;
    height: 370px;
}

.bx-wrapper {
    position: static !important;
}

.bx-wrapper .bx-viewport{
    border: none;
    position: static !important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 10px;
    right: 15px;
    width: auto;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    width: 8px;
    height: 8px;
    margin: 0 4px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #484848;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #484848;
}

.bxslider .title h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 45px;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}

.bxslider li{
    height:370px;
    overflow: hidden;
    display: block;
    position: relative;
}

.bxslider li img{
    /*top: 50%;*/
    /*left: 50%;*/
    min-width: 100%;
    /*min-height: 100%;*/
    /*width: auto;*/
    /*height: auto;*/
    /*z-index: -100;*/
    /*transform: translate(-50%, -50%);*/
    /*position: absolute;*/
}

.bxslider .slidecontent.wrapper {
    max-width: 1212px;
    margin: auto;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.bxslider li .content{
    width: 80%;
    height: auto;
    color: white;
    padding-left: 40px;
}

.bxslider li .content .header-content {
    margin:0;
    line-height: 22px;
    color: #000;
    font-weight: 300;
    font-size: 17px;
    padding-right: 85px;
}

.bxslider li .content .more {
    margin-top: 30px;
}

.bxslider li .content .more a {
    text-decoration: none;
    color: white;
    display: block;
    width: 146px;
    height: 38px;
    background: #26a842;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    transition: all 0.3s ease 0s;
}
.mapBox {
    position: relative;
    margin-top: 20px;
}
#globe {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 18%;
    
}
#globe:hover   {
    cursor: pointer;
    animation-name: zoomGlobe;
    animation-duration: 0.5s;
    opacity: 0.9;
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}



.module_form_box {
    display: none;
}

.contact .module_form_box {
    display: block;
}
.successInfo {
    display: block;
    margin: 15px 0;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border: 1px solid;
    background: #1ad241;
}
#fancybox-content #module_form {
    display: block;
    padding: 0 40px;
}

#fancybox-content {
    background: #FFF;
}

#fancybox-wrap,
#fancybox-overlay {
    z-index:10000!important;
}
#fancybox-content #module_form fieldset legend {display:none;}
#fancybox-content #module_form label {
    display:block;
    text-align:left;
    width:100%;
    margin-top:10px;
}

#fancybox-close {
    right: -30px!important;
}

#fancybox-content #module_form * > input.text,
#fancybox-content #module_form * > textarea,
#fancybox-content #module_form * > select {
    width: 100%;
}

#fancybox-content #module_form input,
#fancybox-content #module_form textarea {
    padding: 5px 10px;
}

#fancybox-content #module_form .contact-submit-label img {
    padding-top:4px;
}

.contact-submit {
    font-weight: bold;
    text-transform: uppercase;
}

#fancybox-content #module_form .contact-submit-container {
    text-align: right;
}

#fancybox-content #module_form .contact-submit-label {
    display: inline-block!important;
    text-align: right!important;
    width: auto!important;
}


#fancybox-content #module_form > a {
    visibility: hidden;
}
.acordeon-item {
    position: relative;
    border-bottom: 1px solid #ededed;
    margin-bottom: 40px;
    padding-bottom: 10px;
}
.acordeon-item-inner a.fancy.button {
    margin-top: 20px;
    display: inline-block;
    font-weight: bold;
    border: 1px solid #cccccc;
    padding: 0 0 0 10px;
    line-height: 25px;
    background: #fff;
}
.acordeon-item-inner a.fancy.button:hover {
    border-color:#000;
}
.acordeon-item-inner a.fancy.button span {
    display: inline-block;
    background: #ffea00;
    width: 26px;
    text-align: center;
    height: 26px;
    color: #000;
    margin-left: 10px;
    font-family: Tahoma;
    font-size: 14px;
}

.acordeon-item-inner.display-none {
    display: none;
}

h2.header1 {text-transform: uppercase;}

.button.toggle {
    cursor:pointer;
}


.acordeon-item h2 {
    cursor: pointer;
}

.acordeon-item .button.toggle {
    position: absolute;
    top: 0;
    right: 0;
}

.content-box .acordeon-item .header1 {
    padding-top: 15px;
}

.content-box .acordeon-item-inner {
    margin-bottom: 0;
    padding: 50px 95px 50px;

    background-color: #f4f4f4;
}

.content-box .acordeon-item .button.toggle.up,
.content-box .acordeon-item .button.toggle.down {
    background-image: url(./grafika/images.png);
    background-repeat: no-repeat;
}

.content-box .acordeon-item .button.toggle.up {
    background-position: right 15px;
}
.content-box .acordeon-item .button.toggle.down {
    background-position: right -33px;
}


@keyframes zoomGlobe {
    from {
        opacity: 1;
        zoom: 100%;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0.9;
        zoom: 105%;
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

/*.bx-wrapper .bx-pager.bx-default-pager a {*/
    /*background: url('grafika/slider-button-big.png') center no-repeat;*/
    /*margin: 0 3px;*/
/*}*/

/*.bx-wrapper .bx-pager.bx-default-pager a.active {*/
    /*background: url('grafika/slider-button-small.png') center no-repeat;*/
/*}*/

/*.bx-wrapper .bx-pager.bx-default-pager a:hover {*/
    /*background: url('grafika/slider-button-big.png') center no-repeat;*/
/*}*/

/*.bx-wrapper .bx-pager.bx-default-pager a.active:hover {*/
    /*background: url('grafika/slider-button-small.png') center no-repeat;*/
/*}*/

.bxslider li .content .more a span{
    position:absolute;
    display:block;
    top:0;
    right:8px;
}

@media screen and (max-width: 1279px) {
    .subpage-padder {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .topmenu > ul {
        font-size: 13px;
    }
}


@media screen and (max-width: 1100px) {
    .offer-inner-padder {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-top-row {
        padding-left: 0;
        padding-right: 0;
    }

    .box-item {
        width: calc(50% - 4px);
    }

    .boxes {
        max-width: 708px;
    }
}

@media screen and (max-width: 1050px) {
    #news_module div.news_container {
        width: calc(50% - 46px);
    }
}

@media screen and (max-width: 1015px) {
    .header {
        position: static;
    }

    .bxslider .slider-content {
        display: none;
    }

    .top-cont {
        padding-top: 0;
    }

    .footer-inner-col .footer-inner-right-col {
        position: static;
        width: auto;
        float: right;
    }

    .mapBox {
        display: none;
    }

    .select-lang-box {
        padding-top: 60px;
    }

    .select-lang-box .text {
        float: none;
        padding-bottom: 30px;
    }

    .select-lang-box .select-inner {
        padding-left: 0;
        float: none;
        display: table;
        margin: auto;
    }

    .footer-inner-col .footer-inner-left-col {
        float: left;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 26px;
    }

    .footer-padder {
        padding-left: 0;
        padding-right: 0;
    }

    .contactpage #text {
        padding-left: 0;
        padding-right: 0;
    }

    .contact .left-row {
        padding-left: 45px;
    }

    .contact .right-row .inner-row {
        width: 80%;
    }

    .inner-wrapper {
        margin-bottom: 35px;
    }

    .topmenu {
        display: none;
    }

    #hamburger {
        display: block;
    }

    .mobile-menu {
        display: block !important;
    }
}

@media screen and (max-width: 960px) {
    .offer-items .offer-item.end-row-5 {
        margin-right: 12px;
    }

    .bxslider .title h2 {
        margin-bottom: 15px;
    }

    .bxslider li .content {
        padding-left: 20px;
    }
}

@media screen and (max-width: 900px) {
    .images-table tr td {
        display: inline-block;
        margin-bottom: 70px;
        padding-right: 25px;
        padding-left: 25px;
    }

    .tablet-floating-banners {
        display: block;
    }

    .mobile-floating-banners {
        display: none;
    }

    .desktop-floating-banners {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .contact .left-row {
        width: 100%;
        padding-left: 0;
        padding-bottom: 30px;
    }

    .box-item {
        width: calc(100% - 4px);
    }

    .boxes {
        max-width: 354px;
    }

    .contact .right-row {
        width: 100%;
    }

    .contact .right-row .inner-row {
        margin: auto;
    }

    .contact .left-row .inner-row {
        width: 80%;
        margin:auto;
    }

    #news_module div.news_container {
        width: 100%;
        float: none;
        margin: auto;
        margin-bottom: 60px;
        height: auto;
    }

    .projectspage #news_module div.news_container,
    .prizespage #news_module div.news_container {
        height: auto;
    }

    .news_container a.more {
        position: static;
        padding-left: 0;
    }

    .bxslider .title h2 {
        font-size: 44px;
    }
}

@media screen and (max-width: 600px) {
    .bxslider .title h2 {
        font-size: 36px;
    }

    .ean-label {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 478px) {
    .contact .left-row .inner-row {
        width: 100%;
        margin:auto;
    }

    .contact .right-row .inner-row {
        width: 100%;
    }

    .logo {
        float: left;
        margin-left: 35px;
    }

    .mobile-clear {
        clear: both;
    }

    .inner-wrapper {
        width: 100%;
    }

    .flagi-mobile {
        display: block;
        padding-top: 3px;
    }

    .languagepage .flagi-mobile {
        display: none;
    }

    .languagepage .flagi {
        display: table;
        width: auto;
    }

    .languagepage .logo {
        float: none;
        margin-left: auto;
    }

    .data-image .search .search-field {
        width: 125px;
    }

    .languagepage .flagiContainer {
        margin-bottom: 0;
        float: right;
    }

    .flagi {
        display: none;
        float: right;
        padding-right: 0;
    }

    .footer .inner-col-right .link-box {
        margin-left: 10px;
    }

    .data-image .search .search-submit {
        margin-left: 5px;
    }

    .pager .prev-link {
        padding-right: 34px;
    }

    .pager .next-link {
        padding-left: 34px;
    }

    .bxslider .title h2 {
        font-size: 22px;
    }

    .tablet-floating-banners {
        display: none;
    }

    .mobile-floating-banners {
        display: block;
    }

    .desktop-floating-banners {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .pager .prev-link {
        padding-right: 20px;
    }

    .pager .next-link {
        padding-left: 20px;
    }

    .select-lang-box .select-inner {
        width: 100%;
    }

    .ean-code-input {
        width: 150px;
    }
}