/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #B3D4FC;
    text-shadow: none;
}

::selection {
    background: #B3D4FC;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #CCC;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 100%;
}

body {
    padding: 0;
    font-size: 62.5%;
    color: #444C52;
    background: #FFFFFF;
}

#bg {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: auto;
}

header {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
}

.header-content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    background: #FFFFFF;
    /* height: 120px; */
}

.logo {
    box-sizing: border-box;
    max-width: 35%;
    padding: 20px 0 18px 6px;
}

.nav-lang {
    position: absolute;
    top: 30px;
    right: 15px;
}

.nav-lang ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    width: 100%;
}

.nav-lang li {
    float: left;
    padding-left: 10px;
}

.nav-lang li:before {
    content: '|';
    font-size: 1.4em;
}

.nav-lang li:first-child:before {
    content: '';
}

.nav-lang li div {
    display: inline;
}

.nav-lang a,
.nav-lang a:hover,
.nav-lang a:active,
.nav-lang a:focus,
.nav-lang a:visited {
    padding-left: 10px;
    font-size: 1.2em;
    text-decoration: none;
    color: #e30613;
}

.nav-lang a:hover,
.nav-lang .active a {
    color: #000000;
    text-decoration: underline;
}

.nav-toggle {
    display: none;
}

.nav {
    position: absolute;
    top: -38px;
    right: 60px;
}

.no-head-images .nav {
    top: auto;
    bottom: -42px;
}

.nav li {
    position: relative;
    z-index: 100;
    display: block;
    float: left;
    margin: 0 15px;
}

.nav a,
.nav a:hover,
.nav a:active,
.nav a:focus,
.nav a:visited {
    display: block;
    height: 38px;
    padding: 0;
    color: #000000;
    font-size: 1.5em;
    font-weight: 300;
    text-decoration: none;
    white-space: nowrap;
}

.lt-ie8 .nav a {
    white-space: nowrap;
}

.nav a:hover,
.nav .active a,
.nav .trail a {
    height: 36px;
    color: #E30613;
    border-bottom: 2px solid #E30613;
}

.nav .subpages a {
    cursor: default;
}

.nav .subpages ul a {
    cursor: pointer;
}

.nav ul ul {
    display: none;
    position: absolute;
    left: -13px;
    top: 38px;
    z-index: 150;
    /*padding: 10px 13px 0;*/
    padding: 10px 13px 10px 13px;
    background: #FFFFFF;
    text-align: left;
}

.nav li:hover ul {
    display: block;
}

.nav ul ul li {
    float: none;
    margin: 0;
    padding: 2px 0;
}

.nav ul .active ul a,
.nav ul .trail ul a,
.nav ul ul a,
.nav ul ul a:hover,
.nav ul ul a:active,
.nav ul ul a:focus,
.nav ul ul a:visited {
    height: auto;
    padding-bottom: 0;
    border-bottom: 0;
    color: #000000;
}

.nav ul .active ul a:hover,
.nav ul .active ul .active a,
.nav ul .trail ul a:hover,
.nav ul .trail ul .active a,
.nav ul ul a:hover,
.nav ul ul .active a {
    height: auto;
    padding-bottom: 0;
    border-bottom: 0;
    color: #E30613;
}

.nav ul ul ul,
.nav li:hover ul ul {
    display: none;
}

.head-cycle-container {
    position: relative;
    z-index: 2;
    background: #F0F1F1;
}

.head-cycle-content {
    position: relative;
    width: 1320px;
    height: 425px;
    margin: 0 auto;
}

.no-head-images .head-cycle-content {
    height: 0;
}

.small-head-images .head-cycle-content {
    height: 100%;
}

.small-head-images .blockContainer {
    float: left;
    width: 267px;
    height: 250px;
    text-align: center;
    font-size: 1.5em;
    color: #FFF;
    padding: 56px 0 0 0;
}

.small-head-images .blockContainer {
    background: #E30613;
}

.head-cycle {
    position: relative;
    height: 100%;
}

.head-cycle-border {
    position: absolute;
    bottom: 0;
    right: 60px;
    width: 640px;
    height: 9px;
}

.slider-content {
    float: left;
    width: 1200px;
    overflow: hidden;
    margin: 0px 60px 0 60px;
    height: 100%;
}

.slider-content .slider-container {
	background: #E30613;
}

.slider-navigation-left,
.slider-navigation-right {
    display: block;
    float: left;
    width: 26px;
    height: 39px;
}

.slider-navigation-left {
    margin: 190px 34px 0 0;
    background: transparent url('./img/cycle-left.png') no-repeat center center;
}

.slider-navigation-right {
    margin: 190px 0 0 34px;
    background: transparent url('./img/cycle-right.png') no-repeat center center;
}

.hide-arrows .slider-navigation-left,
.hide-arrows .slider-navigation-right {
    height: 0;
    background: transparent;
}

.slider-pagination {
    position: absolute;
    bottom: 0px;
    right: 50%;
    /*margin:0 0 5px 0;*/
    margin: 0;
    padding: 5px 15px 5px 15px;
    background: #000;
    border-radius: 8px 8px 0 0;
    opacity: 0.6;
}

.two-tone-content .slider-pagination {
    /*bottom:0;
        	right:50%;*/
}

.slider-pagination ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.slider-pagination li {
    float: left;
    margin: 0 3px 0 3px;
}

.slider-pagination a,
.slider-pagination a:hover,
.slider-pagination a:active,
.slider-pagination a:focus,
.slider-pagination a:visited {
    display: block;
    width: 10px;
    height: 10px;
    /*border:1px solid #83888e;*/
    font-size: 1.4em;
    line-height: 10px;
    text-align: center;
    text-decoration: none;
    color: #83888E;
    background-color: #FFF;
    border-radius: 10px;
    text-indent: -99999px;
    /*text verstecken */
    opacity: 1;
}

.slider-pagination .current a {
    /*border:1px solid #000000;*/
    background-color: #2B7BBB;
    color: #000000;
}

.sidebar-headline {
    font-size: 15px;
    font-weight: 700;
    color: #444c52;
    padding: 0 7px;
}

.frontBlock {
    width: 260px;
    float: left;
    margin: 0 40px 0 0;
}

.frontBlock.last {
    margin: 0;
}

.frontBlock .blockHeader {
    width: 260px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    margin: 0 0 2px 0;
    border-radius: 8px 8px 0 0;
    color: #FFF;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 300;
}

.frontBlock .blockCont {
    border: 9px solid #ECECEC;
    width: 242px;
    min-height: 250px;
}

.frontBlock .blockCont ul.blockList {
    list-style: none;
    padding: 0;
    margin: 10px 30px;
}

.frontBlock .blockCont .blockList li {
    padding: 3px 0 3px 18px;
    margin: 0;
    border-bottom: 1px solid #ECECEC;
    position: relative;
}

.frontBlock .blockCont .pfeilBlock {
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    left: -10px;
    background: url('../img/pfeil.png') center center no-repeat transparent;
}

.promoBox {
    background: url('../img/backgroundPromo.png') center center repeat-x transparent;
    border-radius: 8px;
    position: absolute;
    top: 10%;
    left: 30%;
    padding: 13px;
}

.promoBox h2 {
    font-size: 3.5em;
    font-weight: normal;
    color: #FFFFFF;
    border-top: 1px solid #A7A8A9;
    border-bottom: 1px solid #A7A8A9;
    text-align: center;
    margin: 5px 0;
    text-transform: uppercase;
    padding: 0 10px;
}

.promoBox .promoText {
    border-bottom: 4px solid #F8FBFD;
    text-align: center;
    color: #FFF;
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 0 10px;
}

.promoBox .promoText p {
    margin: 0 0 2px 0;
}

.promoBox .promoLink {
    text-align: center;
    padding: 20px;
}

.promoBox .promoLink a {
    color: #FFF;
    font-size: 1.5em;
    text-decoration: none;
    font-weight: bold;
}

.image-carousel-item {
    width: 1200px;
    height: 425px;
}

.image-carousel-item-content {
    position: relative;
}

.image-carousel-item-content img {
    position: relative;
    height:100%;
}

.image-carousel-single-image {
    padding: 0 60px;
}

.body-container {
    position: relative;
    z-index: 1;
    width: 1200px;
    margin: 0 auto;
    background: #FFFFFF;
}

.container-left {
    position: relative;
    z-index: 20;
    float: left;
    width: 266px;
}

.two-tone-content .container-left-inner {
    padding-left: 0;
}

.container-left.container-empty {
    width: 270px;
}

.container-right {
    position: relative;
    z-index: 10;
    float: right;
    width: 100%;
    margin-left: -270px;
}

.container-right-inner {
    margin-left: 270px;
}

.container-wide .container-right-inner {
    margin-left: 0;
}

.container-wide .container-right-inner {
    margin-left: 0;
}

.two-tone-content .container-right-inner {
    padding-right: 14px;
}

.two-tone-content .container-wide .container-right-inner {
    padding-left: 14px;
}

.container-head {
    height: 42px;
    overflow: hidden;
    border-bottom: 1px solid #C7C9CB;
}

.container-left h1 {
    font-size: 1.6em;
    font-weight: normal;
    text-align: center;
}

.nav-sub ul {
    margin: 0;
    padding: 0 0 10px 0;
    list-style-type: none;
}

.nav-sub ul ul {
    padding: 0 0 0 20px;
}

.nav-sub ul li a {
    padding: 0 0 0 20px;
    line-height: 25px;
}

.standard-element-contact-form {
    margin-top: 20px;
}

#nav-lebensmittelindustrie_genussmittelindustrie a {
    line-height: 25px;
}

.nav-sub a,
.nav-sub a:hover,
.nav-sub a:active,
.nav-sub a:focus,
.nav-sub a:visited,
.nav-sub ul .active ul a,
.nav-sub ul ul a,
.nav-sub ul ul a:hover,
.nav-sub ul ul a:active,
.nav-sub ul ul a:focus,
.nav-sub ul ul a:visited {
    display: block;
    font-size: 1.6em;
    text-decoration: none;
    color: #000;
    line-height: 25px;
    /*border-bottom:1px dotted #83888e;*/
}

.nav-sub a:hover,
.nav-sub .active a,
.nav-sub ul .active ul a:hover,
.nav-sub ul .active ul .active a,
.nav-sub ul ul a:hover,
.nav-sub ul ul .active a {
    height: auto;
    /*border-bottom:1px solid #000000;*/
    color: #E30613;
    background: url('../img/nav_arrow.png') 5px center no-repeat transparent;
}

.nav-sub ul .active ul a {
    color: #000;
    border-bottom: 1px dotted #FFFFFF;
}

.nav-sub .subpages a {
    border-bottom: 1px dotted #FFFFFF;
    margin-bottom: 4px;
}

.nav-sub .subpages ul a {
    margin-bottom: 0;
}

.nav-sub .subpages ul li {
    margin-bottom: 4px;
}

.nav-sub .active ul a {
    color: #444C52;
}

.sidebar-container {
    margin-top: 10px;
    padding-bottom: 19px;
    background: transparent url('./img/news.png') no-repeat bottom center;
}

.sidebar {
    padding: 8px 0 17px 0;
    border: 1px solid #E3E4E5;
}

.news-item {
    margin-top: 10px;
    padding: 7px;
    border-bottom: 1px solid #E3E4E5;
}

.news-item:last-child {
    border-bottom: 0;
}

.news-item img {
    margin-bottom: 10px;
}

.news-item .date {
    display: block;
    font-size: 1.3em;
}

.news-item h2 {
    margin: 0;
    font-size: 1.4em;
    font-weight: 400;
    color: #E30613;
}

.news-item p,
.news-item ul,
.news-item ol {
    margin: 0;
    font-size: 1.6em;
    font-weight: 300;
}

.news-item a,
.news-item a:hover,
.news-item a:active,
.news-item a:focus,
.news-item a:visited {
    float: right;
    font-size: 1.2em;
    font-weight: bold;
    color: #444C52;
}

.content {
    padding: 10px 26px 0 20px;
}

footer {
    width: 1200px;
    margin: 36px auto 0 auto;
}

.footer-top {
    height: 45px;
    border-top: 1px solid #E3E4E5;
    border-bottom: 1px solid #E3E4E5;
}

.copyright,
.address {
    display: block;
    height: 45px;
    font-size: 1.2em;
    line-height: 45px;
    overflow: hidden;
}

.copyright {
    text-align: center;
}

.address {
    padding: 0 0 0 20px;
}

.address p {
    margin: 0;
}

.address a,
.address a:hover,
.address a:active,
.address a:focus,
.address a:visited {
    color: #444C52;
}

.footer-bottom {
    height: 45px;
}

.footer-bottom ul {
    float: right;
    margin: 0;
    list-style-type: none;
}

.downloads-table-description {
    color: #444C52;
}

.two-tone-content .footer-bottom ul {
    padding: 0 20px 0 0;
}

.footer-bottom li {
    float: left;
    margin-left: 10px;
}

.footer-bottom a,
.footer-bottom a:hover,
.footer-bottom a:active,
.footer-bottom a:focus,
.footer-bottom a:visited {
    display: block;
    font-size: 1.2em;
    line-height: 45px;
    text-decoration: none;
    color: #5D6469;
}

.print {
    padding-left: 25px;
    background: transparent url('./img/print.png') no-repeat 0 14px;
}

.to-top {
    padding-left: 17px;
    background: transparent url('./img/to-top.png') no-repeat 0 16px;
}

.imprint {
    padding-left: 10px;
    background: transparent url('./img/imprint.png') no-repeat 0 17px;
}

.hgroup {
    margin: 10px 0 24px 0;
}

.content h1 {
    margin: 0;
    font-size: 3.5em;
    line-height: 1.2;
    font-weight: 300;
}

.content .bold {
    font-weight: bold;
}

.content h2 {
    margin: 0;
    font-size: 2em;
    line-height: 1.2;
}

.content h3 {
    margin: 0;
    font-size: 1.3em;
    line-height: 1.6;
}

.content h4,
.content h5,
.content h6 {
    margin: 0;
    font-size: 1.2em;
    line-height: 1.6;
}

/*.content table,*/
.content p,
.content ul,
.content ol {
    margin: 0 0 22px 0;
    font-size: 1.6em;
    line-height: 1.6;
    font-weight: 300;
}

.content .titel,
.content td > div > p {
    font-size: 16px !important;
}

.content td {
    font-size: 16px;
    font-weight: 300;
}

.content tr:nth-child(odd) {
    background: #e5e5e5;
}

.content table thead tr {
    background-color: #ffffff !important;
}
.content table thead tr td{
    font-weight: bold;
}

.content ul {
    list-style-type: square;
}

.content a,
.content a:hover,
.content a:active,
.content a:focus,
.content a:visited {
    color: #E30613;
    text-decoration: none;
}

.content li li {
    font-size: 15px;
}

.content ul ul {
    margin-bottom: 0;
}

.content a:hover {
    text-decoration: underline;
}

.content table {
    margin-bottom: 22px;
    /*font-size: 15px;*/
    /*font-weight: 300;*/
}

.content th,
.content td {
    padding: 0.25em 1.5em 0.25em 0;
    /*font-size:13px;*/
}

.element-container {
    margin-bottom: 20px;
}

.element-divider-line {
    margin-bottom: 30px;
    border-bottom: 1px solid #C7C9CB;
}

.start-container,
.image-gallery-container {
    margin-bottom: 22px;
}

.start-item,
.image-gallery-item {
    float: left;
    width: 31%;
    margin: 5px 1%;
}

.gallery-cols-4 .image-gallery-item {
    width: 23%;
}

.gallery-cols-5 .image-gallery-item {
    width: 18%;
}

.image-gallery-item-image-container {
    text-align: center;
}

.start-item img,
.image-gallery-item img {
    max-width: 100%;
}

.start-item a,
.start-item a:hover,
.start-item a:active,
.start-item a:focus,
.start-item a:visited,
.image-gallery-item a .image-gallery-item a:hover,
.image-gallery-item a:active,
.image-gallery-item a:focus,
.image-gallery-item a:visited {
    color: #444C52;
    text-decoration: none;
}

.container-wide .start-item img,
.container-wide .image-gallery-item img {
    width: 145px;
}

.start-item-title,
.image-gallery-item-title {
    padding: 8px 0 6px 0;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    height: 40px;
    color: #444C52;
}

.start-item-title {
    text-align: left;
}

.product-inquiry-divider,
.start-divider,
.image-gallery-divider {
    width: 100%;
    clear: both;
}

.product-inquiry-divider,
.container-wide .start-divider,
.container-wide .image-gallery-divider {
    width: auto;
    clear: none;
}

#produktanfrage-ueberschrift {
    float: left;
    position: relative;
}

.image-float-left {
    float: left;
    margin: 0 40px 10px 0;
    padding-top: 5px;
}

.image-float-right {
    float: right;
    margin: 0 0 10px 40px;
    padding-top: 5px;
}

.text-left,
.text-right {
    width: auto;
}

.image-left,
.image-right {
    padding-top: 5px;
}

.image-left {
    float: left;
}

.image-right {
    float: right;
}

.image-right img {
    padding: 0 0 10px 0;
}

.element-container-text-image img {
}

.element-container-text-image .image-legend-container img {
    margin-bottom: 0;
}

.image-legend-container {
    margin-bottom: 10px;
}

.element-container-text-image.frame img {
    border: 1px solid #E3E4E5;
    padding: 20px;
}

.element-container-image img {
    max-width: 100%;
}

.element-container-image.frame img {
    max-width: 93%;
    padding: 3%;
    border: 1px solid #E3E4E5;
}

.element-container-text-image .legend,
.element-container-image .legend {
    padding: 4px 0;
    font-size: 1.3em;
    line-height: 1.6;
}

.element-container-text-image.frame .legend,
.element-container-image.frame .legend {
    padding: 4px 21px;
}

.downloads-table {
    width: 100%;
}

.downloads-table th,
.downloads-table td {
    padding: 0 2% 10px 0;
    line-height: 1.6;
}

.downloads-table th {
    font-size: 1.4em;
}

.downloads-table td {
    font-size: 1.3em;
}

.downloads-table-name {
    width: 70%;
    text-align: left;
}

.downloads-table-size {
    width: 14%;
    text-align: right;
}

.downloads-table-type {
    width: 10%;
    text-align: right;
}

td.downloads-table-type {
    text-transform: uppercase;
}

.downloads-table-caption {
    font-weight: bold;
}

.downloads-table a,
.downloads-table a:hover,
.downloads-table a:active,
.downloads-table a:focus,
.downloads-table a:visited {
    text-decoration: none;
    color: #444C52;
}

.form {
    font-size: 16px;
    margin-bottom: 30px;
}

.form-left,
.form-right {
    box-sizing: border-box;
    float: left;
    width: 50%;
}

.form-left {
    padding-right: 30px;
}

.form-right {
    padding-left: 30px;
}

.form .control-group {
    margin-bottom: 8px;
}

.form label {
    display: inline-block;
    float: left;
    width: 30%;
}

.form .controls {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.form input[type="text"],
.form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #D0D0D0;
    padding: 2px 3px;
    font-size: 1.3em;
    color: #191C1F;
}

.form textarea {
    height: 256px;
}

.form .error tr,
.form .error input[type="text"],
.form .error textarea {
    border: 1px solid #E30613;
}

.form input.small-part {
    width: 25%;
}

.form input.large-part {
    width: 72%;
}

.form .left-part {
    float: left;
}

.form .right-part {
    float: right;
}

.error-message {
    border: 1px solid #E30613;
    padding: 5px;
    font-size: 1.3em;
    margin-bottom: 10px;
}

.control-button {
    padding-left: 30%;
}

#route {
    background: #E30613;
}

.btn {
    border: 0;
    color: #FFF;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
    padding: 5px 10px;
    background: #5D6469;
}

.btn:hover,
.btn:active {
    background: #444C52;
}

.form-right label {
    float: none;
    width: 100%;
    margin-bottom: 8px;
}

.form-right .controls {
    float: none;
    width: 100%;
}

#map {
    width: 100%;
    height: 500px;
    margin-bottom: 30px;
}

#map p {
    font-size: 1.1em;
    color: #000000 !important;
}

.directions-form {
    padding-top: 3px;
}

.directions-form label {
    font-weight: bold;
}

.directions-form .control-group {
    padding-bottom: 8px;
}

.contact-form .directions-form .control-group label {
    width: 100px;
}

form[name="directions-form"] .contact-form-left {
    width: 340px;
}

form[name="directions-form"] .contact-form-right {
    width: 200px;
}

#directions {
    margin-bottom: 30px;
    font-size: 1.3em;
}

.page-video {
    margin: 0;
    padding: 0;
    max-width: none;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.header-video {
    margin-bottom: 20px;
}

#video-container {
    position: absolute;
    background: #000;
}

.main-content-video {
    position: absolute;
    left: 0;
    top: 0;
}

.video-controls {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 110px;
    min-height: 110px;
}

.video-control-button-skip-intro {
    display: block;
    width: 110px;
    height: 110px;
    background: transparent url('./img/skip.png') no-repeat center center;
}

.logo-container-video,
.logo-container-video .logo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: transparent;
}

/* Clearfix here instead of touching the core */
.nav ul,
.slider-pagination ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.nav ul:before,
.nav ul:after,
.slider-pagination ul:before,
.slider-pagination ul:after {
    content: " ";
    display: table;
}

.nav ul:after,
.slider-pagination ul:after {
    clear: both;
}

.nav ul,
.slider-pagination ul {
    *zoom: 1;
}

.servContainer:last-child {
    margin: 0;
    border: 1px solid pink;
}

.servContainer {
    width: 261px;
    mih-height:532px;
    margin: 0 40px 40px 0;
    float: left;
}

.servContainer.lastChild {
    margin: 0;
    padding: 0;
}

.servContainer .prodHeader {
    /*TODO: colorpick farbe?*/
    height: 61px;
    /*width:261px;*/
    width: 201px;
    color: #FFFFFF;
    font-size: 3.5em;
    font-weight: bold;
    text-transform: uppercase;
    background: url('../img/prodCheck.png') 20px center no-repeat #EB7300;
    line-height: 1.7em;
    padding: 0 0 0 60px;
}

.servContainer .imgTextCont .textBox {
    width: 221px;
    height: 83px;
    padding: 5px 20px;
    background-color: #DAD9D7;
}

.servContainer .imgTextCont .textBox p {
    margin: 0;
    padding: 0;
}

.servContainer .priceContainer {
    display: block;
    cursor: pointer;
    padding: 0 0 0 60px;
    color: #000;
    height: 52px;
    width: 201px;
    background: url('../img/goIcon.png') 220px center no-repeat #DAD9D7;
}

.servContainer .priceContainer .bigNum {
    float: left;
    font-size: 3.5em;
}

.servContainer .priceContainer .smallNum {
    float: left;
    line-height: 2em;
    margin: 6px 0 0 3px;
}

.priceContainer .smallNum .top {
    font-size: 1.8em;
}

.priceContainer .smallNum .bottom {
    font-size: 1.6em;
}

.prodContainer {
    min-height: 273px;
    width: 225px;
    border-left: 2px solid #DAD9D7;
    border-right: 2px solid #DAD9D7;
    padding: 16px;
}

.prodContainer .comp {
    width: 225px;
    font-size: 1.3em;
}

.prodContainer .comp .compDesc {
    display: block;
    width: 225px;
    text-transform: uppercase;
}

.prodContainer .comp .compData {
    display: block;
    width: 225px;
    font-weight: bold;
}

/* Produktseite */
.head2thin {
    font-weight: 400;
}

.prodHead {
    border-bottom: 1px solid #DAD9D7;
    padding: 0 0 10px 0;
    margin: 0 0 30px 0;
}

.prodHead .prodImage {
    float: left;
    border: 4px solid #DAD9D7;
    width: 375px;
    margin: 0 20px 0 0;
}

.prodHead .prodHeadText {
    float: left;
    width: 450px;
}

.priceShield {
    width: 450px;
    height: 50px;
}

.priceShield .priceRight {
    float: left;
    padding: 0 0 0 60px;
    color: #000;
    height: 52px;
    width: 200px;
    background-color: #DAD9D7;
}

.priceShield .priceRight .bigNum {
    float: left;
    font-size: 3.5em;
}

.priceShield .priceRight .smallNum {
    float: left;
    line-height: 2em;
    margin: 6px 0 0 3px;
}

.priceShield .priceRight .smallNum .top {
    font-size: 1.8em;
}

.priceShield .priceRight .smallNum .bottom {
    font-size: 1.6em;
}

.priceShield .priceLeft {
    width: 180px;
    height: 50px;
    float: left;
    text-transform: uppercase;
    text-align: right;
    padding: 0 10px 0 0;
    background: url('../img/arrowProducts.png') left center no-repeat transparent;
}

.priceShield .priceLeft .topText {
    display: block;
    width: 180px;
    color: #EB7300;
    height: 25px;
    font-size: 2.0em;
    font-weight: bold;
}

.priceShield .priceLeft .bottomText {
    display: block;
    width: 180px;
    height: 25px;
    font-size: 1.8em;
}

.prodBody,
.prodInfo {
    border-top: 1px solid #DAD9D7;
    border-bottom: 1px solid #DAD9D7;
    padding: 10px 0 10px 0;
    margin: 30px 0 30px 0;
}

.prodInfo {
    padding: 10px 0 10px 170px;
}

.orderBox {
    float: right;
}

.orderButton {
    background: url('../img/orderButton.png') 210px center no-repeat transparent;
    line-height: 52px;
    font-size: 1.8em;
}

.bodyComp .compHead {
    font-weight: bold;
    font-size: 1.8em;
    background: url("../img/compCheck.png") left center no-repeat transparent;
    height: 31px;
    padding: 0 0 0 42px;
}

.bodyComp .catProd {
    border-bottom: 1px solid #DAD9D7;
    margin: 0 0 0 170px;
    padding: 10px;
}

.bodyComp .catProd .prodText,
.bodyComp .catProd .prodInput {
    float: left;
    font-size: 1.6em;
}

.bodyComp .catProd .prodPrice {
    float: right;
    font-weight: bold;
    font-size: 1.6em;
}

.bodyComp .catProd .prodInput {
    margin: 0 10px 0 0;
}

.formInp {
    margin: 0 0 0 170px;
}

.formText {
    font-size: 1.6em;
}

.formInp input {
    width: 250px;
    height: 25px;
}

.subMenu {
    /* float: left; */
    list-style: none;
}

.subMenu a {
    font-size: 1.3em;
    color: #FFF;
    text-decoration: none;
}

.subMenu a:hover,
.subMenu a:active,
.subMenu a:visited,
.subMenu a:focus {
}

/*Mitarbeiter-Gallerie*/
.extended-image-gallery-container {
    /*font-size: 0.8em;*/
    float: left;
    width: 390px;
    margin: 0 38px 20px 0;
}

.extended-image-gallery-container td {
    vertical-align: top;
}

.extended-image-gallery-container .titel {
    color: #E30613;
    font-size: 1.5em;
}

.extended-image-gallery-container .text {
}

.extended-image-gallery-container a {
    text-decoration: none;
}

.extended-image-gallery-container tr {
    background: none !important;
}

.product-inquiry-divider {
    border-top: 1px dotted #888;
    float: left;
    margin: 10px 0;
    width: 100%;
}

.image-gallery-divider {
    clear: left;
    height: 20px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.image-gallery-item-container {
    border: 1px solid #CCCCCC;
    padding: 7px;
}

#nav-toggle {
    display: none;
}

/* Tabelle mmks */
#mmks_schmierstoffe td{
    vertical-align:top;
}
#mmks_schmierstoffe td:first-child{
    width:70px;
}
#mmks_schmierstoffe tr:nth-child(2n){
    background-color:#eeeeee;
}


@media screen and (max-width: 1320px) {
    .image-carousel-single-image {
        padding: 0;
    }

    .slider-pagination {
        right: 60px;
    }

    .head-cycle-border {
        right: 0;
    }

    .slider-navigation-left {
        position: absolute;
        top: 50%;
        left: 20px;
        z-index: 100;
        margin: -13px 0 0 0;
    }

    .slider-navigation-right {
        position: absolute;
        top: 50%;
        right: 20px;
        z-index: 100;
        margin: -13px 0 0 0;
    }

    .nav {
        right: 100px;
    }

    .logo {
        padding-left: 20px !important;
    }
}

@media screen and (max-width: 1280px) {
    .header-content {
        width: 100%;
    }

    .head-cycle-content {
        height: auto;
        width: 100%;
    }

    .slider-content {
        width: 100%;
        margin: 0;
    }

    .image-carousel-item {
        height: auto;
        width: 100%;
    }

    .blockContainer {
        height: auto;
        width: 150px !important;
    }

}

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


    .blockContainer h1 {
        font-size: 1.2em;
    }

    .nav {
        right: 0;
    }

    .body-container {
        width: 100%;
    }

    footer,
    .address,
    .address p {
        width: 100%;
        float: left;
    }
}

@media screen and (max-width: 1100px) {
    .image-carousel-item-content img {
        height: auto;
        width: 100%;
    }

    img.head-picture-static {
        width: 100% !important;
    }

    .content .container-right-inner-big-image {
        width: 90% !important;
    }

    .image-left {
        /*width: 500px !important;*/
        padding-right: 10px !important;
    }

    .text-right {
        margin-left: 520px !important;
    }

    .small-head-images .head-cycle-content {
        height: auto;
    }

    .blockContainer {
        display: none;
    }

    .text-right {
        margin-left: 0 !important;
    }

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

@media screen and (max-width: 1030px) {
    .header-content {
        /* height: 140px; */
    }
}

@media screen and (max-width: 900px) {
    .nav {
        left: 0;
    }
}

@media screen and (max-width: 850px) {
    .nav li {
        margin: 0 7px!important;
    }

    .image-carousel-single-image img {
        float: none;
    }

    .img.head-picture-static {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .header-content {
        /* height: 70px; */
    }

    .head-cycle-content {
        height: auto;
    }

    .two-tone-content .container-left-inner {
        padding: 0;
    }

    p {
        margin-left: 0 !important;
    }

    .nav-sub ul ul {
        padding: 0;
    }

    .nav-sub ul {
        padding: 0;
    }

    .container-left {
        width: 100%;
    }

    .sidebar-container {
        background: none;
    }

    footer,
    .address,
    .address p {
        width: 100%;
        float: left;
    }

    .container-right {
        float: left;
        margin-left: 0;
    }

    .container-right-inner {
        margin-left: 0;
    }

    .head-cycle-container {
        width: 100%;
    }

    .image-carousel-single-image img {
        float: left;
        width: 100% !important;
    }

    .header-content {
        width: 100%;
    }

    .header-content > a {
        /* width: 100%; */
        /* display: block; */
    }

    .nav {
        right: 20px;
    }

    .slider-pagination {
        right: 20px;
    }

    .nav-sub ul {
        padding-top: 0;
    }

    .content {
        padding: 20px;
    }

    .sidebar {
        border: 0;
    }

    .container-right .container-head {
        display: none;
    }

    .logo {
        width: 100%;
        max-width: none;
        padding-top: 10px !important;
        padding: 10px 0 !important;
        padding-bottom: 20px;
    }

    .head-cycle-content {
        width: 100%;
    }

    .head-cycle-container {
        background: none !important;
        width: 100%;
    }

    .image-carousel-item-content h2 {
        display: none;
    }

    .news-item img {
        float: right;
        max-width: 100%;
        margin: 0 0 20px 20px;
    }

    .nav-lang {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
    }

    .nav-lang li {
        display: block;
        width: 50%;
        padding: 0;
    }

    .nav-lang li:before {
        content: '';
        padding: 0;
    }

    .nav-lang li div {
        display: block;
        padding-left: 10px;
    }

    .nav-lang li:first-child div {
        padding-left: 0;
    }

    .nav-lang a,
    .nav-lang a:hover,
    .nav-lang a:active,
    .nav-lang a:focus,
    .nav-lang a:visited {
        display: block;
        width: 100%;
        padding: 8px 0;
        text-align: center;
        color: #FFFFFF;
        background: #E30613;
    }

    #nav-toggle {
        display: block;
        padding: 5px 20px 8px 40px;
        font-size: 1.5em;
        font-weight: 400;
        color: #FFFFFF;
        background: #E30613 url('./img/nav.png') no-repeat 10px 8px;
        cursor: pointer;
        margin-bottom: 15px;
    }

    .nav-lang a:hover,
    .nav-lang a:active,
    .nav-toggle:hover,
    .nav-toggle:active {
        background-color: #E30613;
    }

    .nav {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        padding-top: 16px;
        background: #FFFFFF;
    }

    .nav.nav-visible {
        display: block;
    }

    .nav ul {
        padding-bottom: 20px;
    }

    .nav ul ul {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        padding: 0 0 4px 20px;
    }

    .nav ul ul ul,
    .nav li:hover ul ul {
        display: block;
    }

    .nav li {
        float: none;
        padding: 0;
    }

    .nav a,
    .nav a:hover,
    .nav a:active,
    .nav a:focus,
    .nav a:visited,
    .nav ul .active ul a,
    .nav ul .trail ul a,
    .nav ul ul a,
    .nav ul ul a:hover,
    .nav ul ul a:active,
    .nav ul ul a:focus,
    .nav ul ul a:visited {
        height: auto;
        line-height: 1.8;
        border-bottom: 1px dotted #83888E;
    }

    .nav a:hover,
    .nav .active a,
    .nav .trail a,
    .nav ul .active ul a:hover,
    .nav ul .active ul .active a,
    .nav ul .trail ul a:hover,
    .nav ul .trail ul .active a,
    .nav ul ul a:hover,
    .nav ul ul .active a {
        height: auto;
        border-bottom: 1px solid #000000;
    }

    .nav ul .active ul a {
        color: #83888E;
        border-bottom: 1px dotted #83888E;
    }

    .nav-sub ul li a {
        border-bottom: 1px dotted red;
    }
}

/*@media screen and (max-width: 800px) {*/
    /*img {*/
        /*width: 100%;*/
    /*}*/

    /*.image-carousel-single-image img {*/
        /*position: relative;*/
        /*float: none;*/
    /*}*/

    /*.form-left,*/
    /*.form-right {*/
        /*float: none;*/
        /*width: 100%;*/
        /*padding: 0;*/
    /*}*/

    /*.control-button {*/
        /*padding-left: 0;*/
    /*}*/
/*}*/

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

    .image-gallery-item-image-container img {
        width: auto;
    }

    .promoBox {
        display: none;
    }

    .gallery-cols-5 .image-gallery-item {
        width: 100%;
    }

    .nav ul li,
    .nav ul li a {
        width: 100%;
    }

    .container-left,
    .container-right {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .container-left-inner,
    .container-right-inner,
    .container-wide .container-right-inner {
        padding: 0;
        margin-left: 0;
    }

    .container-empty .container-head {
        border-bottom: 0;
    }

    .sidebar-container {
        border-bottom: 1px solid #C7C9CB;
        background: transparent;
    }

    .nav {
        right: 20px;
    }

    .slider-pagination {
        right: 20px;
    }

    .nav-sub ul {
        padding-top: 0;
    }

    .content {
        padding: 20px;
    }

    .sidebar {
        border: 0;
    }

    .container-right .container-head {
        display: none;
    }

    .head-cycle-container {
        background: transparent;
    }

    .image-carousel-item-content h2 {
        display: none;
    }

    .news-item img {
        float: right;
        max-width: 100%;
        margin: 0 0 20px 20px;
    }
	header {
		/*min-height:100px;*/
	}
    .nav-lang {
        position: relative;
        top: 0;
        right: auto;
        width: 100%;
        /* display: inline-block; */
        /* float: left; */
    }

    .nav-lang li {
        display: inline-block;
        width: 50&;
        padding: 0;
        float: unset;
    }

    .nav-lang li:before {
        content: '';
        padding: 0;
    }

    .nav-lang li div {
        display: block;
        padding-left: 10px;
    }

    .nav-lang li:first-child div {
        padding-left: 0;
    }

    .nav-lang a,
    .nav-lang a:hover,
    .nav-lang a:active,
    .nav-lang a:focus,
    .nav-lang a:visited {
        display: block;
        width: 100%;
        padding: 8px 0;
        text-align: center;
        color: #FFFFFF;
        background: #e30613;
    }

    .nav-lang a:hover,
    .nav-lang a:active,
    .nav-toggle:hover,
    .nav-toggle:active {
        color: #fff;
        background-color: #e30613;
    }

    .nav-lang li.active a {
        color: #FFFFFF;
    }

    .nav ul {
        padding-bottom: 20px;
    }

    .nav ul ul {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        padding: 0 0 4px 0;
    }

    .nav ul ul ul,
    .nav li:hover ul ul {
        display: block;
    }

    .nav li {
        float: none;
        padding: 0;
    }

    .nav a,
    .nav a:hover,
    .nav a:active,
    .nav a:focus,
    .nav a:visited,
    .nav ul .active ul a,
    .nav ul .trail ul a,
    .nav ul ul a,
    .nav ul ul a:hover,
    .nav ul ul a:active,
    .nav ul ul a:focus,
    .nav ul ul a:visited {
        height: auto;
        line-height: 1.8;
        border-bottom: 1px dotted #83888E;
    }

    .nav a:hover,
    .nav .active a,
    .nav .trail a,
    .nav ul .active ul a:hover,
    .nav ul .active ul .active a,
    .nav ul .trail ul a:hover,
    .nav ul .trail ul .active a,
    .nav ul ul a:hover,
    .nav ul ul .active a {
        height: auto;
        border-bottom: 1px solid #000000;
        padding-left: 5px;
    }

    .nav ul .active ul a {
        color: #83888E;
        border-bottom: 1px dotted #83888E;
    }

    .nav ul li ul li {
        padding-left: 20px;
    }

    .container-left h1 {
        display: none;
    }

    .text-left,
    .text-right {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .image-left,
    .image-right {
        float: none;
        margin-bottom: 20px;
    }

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

    .image-left,
    .image-right {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .image-right div {
        padding-left: 0 !important;
    }

    .small-head-images .head-cycle-content {
        height: auto;
    }
}

@media screen and (max-width: 550px) {
    /*.logo {*/
    /*max-width:90%;*/
    /*padding-left:5%;*/
    /*padding-right:5%;*/
    /*}*/
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    
    /*
             * Don't show links for images, or javascript/internal links
             */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    
    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }
    
    img {
        max-width: 100% !important;
    }
    
    @page {
        margin: 0.5cm;
    }
    
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    
    h2,
    h3 {
        page-break-after: avoid;
    }
    
    #bg,
    .nav,
    .head-cycle-container,
    .container-left,
    .footer-bottom {
        display: none;
    }
    
    .container-right {
        width: 100%;
    }
}
