@font-face {
    font-family: 'titilliumregular';
    src: url('../fonts/titillium-regular-webfont.eot');
    src: url('../fonts/titillium-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/titillium-regular-webfont.woff') format('woff'),
    url('../fonts/titillium-regular-webfont.ttf') format('truetype'),
    url('../fonts/titillium-regular-webfont.svg#titilliumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'titilliumthin';
    src: url('../fonts/titillium-thin-webfont.eot');
    src: url('../fonts/titillium-thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/titillium-thin-webfont.woff') format('woff'),
    url('../fonts/titillium-thin-webfont.ttf') format('truetype'),
    url('../fonts/titillium-thin-webfont.svg#titilliumthin') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS Resets */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0;list-style-type: none;}
article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{
    display:block
}
a img{border:0}
figure{position:relative}
/*figure img{width:100%}*/
html {
    background: #000;
}
body {
    font-family: 'titilliumthin';
    font-weight: 400;
    font-size: 1em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0.09em;
    width: 100%;
    height: 100%;
}
.dimension_body {
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
header {
    width: 100%;
    position: fixed;
    top: 0;
    background: url(../images/bg_header.png) no-repeat top center;
    background: url(../images/bg_header.png) no-repeat bottom center;
    z-index: 9980;
}
header.small {
    background: url(../images/bg_header.png) no-repeat center -65px;
}
header.small #header_inner {
    background: url(../images/bg_header_inner.png) no-repeat 0 -150px;
    height: 55px;
}
header.small #header_inner nav,
header.small #topnavigation {
    display: none;
}
header.small #header_inner #logo {
    width: 105px;
    height: 20px;
    margin: 8px 0 0 0;
}

.container header {
    position: static;
    background: none;
    width: auto;
    top: auto;
}
#languagenavigation {
    float: right;
    width: 70px;
}
#topnavigation {
    position: relative;
    top: 0;
    float: right;
    width: 100%;
    background: url(../images/bg_topnavigation.png) repeat;
    height: 23px;
    margin: 0;
    padding: 2px 0 0 0;
    z-index: 500;
    font-size: 11px;
    text-transform: uppercase;
}
#topnavigation_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
#topnavigation ul {
    float: right;
    padding: 0 10px 0 0;
    width: auto;
}
#topnavigation ul li {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#topnavigation ul li a:link,
#topnavigation ul li a:visited {
    text-decoration: none;
    color: #d3d3d3;
    display: block;
    padding: 3px 10px 7px 10px;
}
#topnavigation ul li a:hover,
#topnavigation ul li a:active,
#topnavigation ul li a.active {
    color: #fdc400;
    text-decoration: none;
}
.facebook {
    background: url(../images/icon_facebook.png) top left no-repeat;
    text-indent: -9999px;
    padding: 0 9px 0 0 !important;
}
.youtube {
    background: url(../images/icon_youtube.png) top left no-repeat;
    text-indent: -9999px;
    width: 40px;
    padding: 0 9px 0 0 !important;
}
.linkedin {
    background: url(../images/icon_linkedin.gif) top left no-repeat;
    text-indent: -9999px;
    width: 19px;
    background-position: 0 3px;
    padding: 0 9px 0 0 !important;
}
.xing {
    background: url(../images/icon_xing.gif) top left no-repeat;
    text-indent: -9999px;
    width: 19px;
    background-position: 0 3px;
    padding: 0 9px 0 0 !important;
}
.xing a:link,
.facebook a:link,
.youtube a:link,
.linkedin a:link {
    padding: 3px 3px 7px 3px !important;
}
#header_inner {
    background: url(../images/bg_header_inner.png) no-repeat 0 0;
    position: relative;
    height: 150px;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 10px;
}
#logo {
    float: left;
    width: 200px;
    height: 30px;
    margin: 21px 0 0 0;
}
nav {
    font-family: 'titilliumregular';
    font-weight: 400;
    float: right;
    margin: 20px 0 0 0;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
nav ul {
    float: right;
    /*      width: 520px;*/
    margin: 0;
    padding: 0;
}
nav ul li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    border-right: 1px solid #999;
    position: relative;
}
nav ul li.lastli {
    border-right: none;
}
nav ul li a:link,
nav ul li a:visited {
    font-family: 'titilliumregular';
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 7px 18px 5px 13px;
}
nav ul li a:hover,
nav ul li a:active,
nav ul li a.active {
    background: url(../images/bg_nav_cross.png) no-repeat;
    color: #fdc400;
    text-decoration: none;
}
nav ul li ul {
    display: none;
    background: #444443;
    background: rgba(68,68,67,0.9);
    width: 340px;
    margin: 0;
    padding: 5px 0 15px 0;
    border-top: 1px solid #fdc400;
    border-bottom: 1px solid #fdc400;
    z-index: 9981;
    position: absolute;
}
nav ul li:hover ul,
nav ul li a:hover ul {

    z-index: 9982;

}
nav ul li ul {
    width: 250px;
}
nav ul li.unternehmen ul {
    width: 200px;
    right: 0;
}
nav ul li ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-right: none;
    width: 100%;
    font-size: 14px;
    line-height: 16px;

    font-weight: 200;
    letter-spacing: 0.07em;
}
ul.secondlevel {
    padding: 7px 0 7px 13px;
}
nav ul li ul li a:link,
nav ul li ul li a:visited {
    padding: 7px 0px 5px 0;
}
nav ul li ul li a:hover,
nav ul li ul li a:active,
nav ul li ul li a.active {
    background: none;
}
ul#language_switch {
    width: auto;
    float: right;
    margin: 0;
    padding: 0 10px 0 0;
}
ul#language_switch li + li {
    border-right: 1px solid #999;
}
ul#language_switch li {
    margin: 3px 0px 5px 0px;
    padding: 0;
    border-right: none;
}
ul#language_switch li a:link,
ul#language_switch li a:visited {
    padding: 0px 5px;
}
ul#language_switch li a:hover,
ul#language_switch li.active a,
ul#language_switch li.active a:link {
    color: #fdc400;
}

#mood {
  position: fixed;
  top: 0;
  width: 100%;
  height: 500px;
  margin: 30px 0 30px 0;
  z-index: 50;
}
  #mood.cookieaccepted {
    margin: 0 0 30px 0;
  }
/* TEMP TEMP TEMP */
#mood_case {
    background: url(../images/temp_case.jpg) top center no-repeat #000;
    position: fixed;
    top: 0;
    width: 100%;
    height: 500px;
    margin: 0 0 30px 0;
    z-index: 50;
}
.container {
  /*  background: url(../images/bg.jpg) repeat;*/
  background: #292a2a;
  position: relative;
  margin: 530px 0 0 0;
  padding: 45px 10px 30px 10px;
  z-index: 100;
  /*min-height: 980px;*/

  -webkit-box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.5); /* WebKit */
  -moz-box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.5); /* Firefox */
  box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.5); /* Standard */
}
  .container.cookieaccepted {
    margin: 500px 0 0 0;
  }
footer {
    background: #000;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1000;
    padding: 0 0 50px 0;
    /*height: 430px;*/
}
.bg_footer {
    background: url(../images/bg_footer.png) top left no-repeat;
    height: 50px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    top: -21px;
    font-size: 11px;
    text-transform: uppercase;
}
.bg_footer ul {
    max-width: 980px;
    margin: 0 auto;
    padding: 22px 10px 0 0;
    float: right;
}
.bg_footer ul li {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.bg_footer ul li a,
.bg_footer ul li a:visited {
    text-decoration: none;
    color: #d3d3d3;
    display: block;
    padding: 3px 10px 7px 10px;
}
.bg_footer ul li a:hover {
    color: #fdc400;
    text-decoration: none;
}
.bg_footer .copy {
    float: right;
    padding: 25px 10px 0 0;
    color: #d3d3d3;
}
.div01 {
    width: 100%;
    height: 100%;
    position: absolute !important;
    z-index: 1;
}
.inner_strech {
    width: 480px;
    max-width: 1000px;
    position: relative;
    margin: 210px auto 160px auto;
    padding: 0 550px 0 70px;
}
.inner_strech_carousel {
    width: 760px;
    max-width: 1000px;
    position: relative;
    margin: 230px auto;
    padding: 0;
    display: none;
}
.inner_strech h1 {
    background: #fff;
    background: rgba(255,255,255,0.8);
    font-family: 'titilliumregular';
    font-weight: 00;
    font-size: 45px;
    line-height: 57px;
    text-transform: uppercase;
    margin: 0 30px 0 0;
    color: #000;
    padding: 0 8px 0 8px;
    display: inline-block;
    min-width: 190px;
}

/*h1 span {
  background: rgba(255,255,255);
  background: rgba(255,255,255,0.8);
    padding: 8px 10px 0px 0;
    white-space: pre-wrap;
    position: relative;
    left: 10px;
}

h1 span::after, h1 span::before {
    content: "";
    display: block;
    width: 10px;
    background: rgba(255,255,255);
  background: rgba(255,255,255,0.8);
    height: 68px;
    position: absolute;
    left: -10px;
}

h1 span::before {top: 0px;}
h1 span::after {top: 57px;}*/


.inner_strech p {
    font-size: 14px;
    font-family: 'titilliumregular';
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background: #fdc400;
    padding: 0;
    display: inline;
    float: left;
    margin: 20px 0 0 0;
}
.inner_strech p a:link,
.inner_strech p a:visited {
    font-family: 'titilliumregular';
    background: url(../images/bg_link_start.png) no-repeat 5px 12px;
    color: #fff;
    display: block;
    padding: 4px 10px 3px 28px;
}
.inner_strech p a:hover,
.inner_strech p a:active {

}
#reload {
    bottom: 10px;
    left: 10px;
    position: absolute;
    width: 30px;
    z-index: 1000;
    display: none;
}

/* CAROUSEL 2015 */
#carousel_outer {
    opacity: 0;
    width: 900px;
    margin: 210px auto 0 auto;
}
#carousel_id {
    width: 900px;
    height: 700px;
}
#carousel_id .cloud9-item, #buttons button {
    cursor: pointer;
}
a.cloud9-item,
a:link.cloud9-item,
a:visited.cloud9-item {
    text-decoration: none;
    color: #fff;
}
a:hover.cloud9-item {
    text-decoration: none;
    color: #fdc400;
}
.cloud9-item img {
    display: block;
}
.cloud9-item .carousel_caption {
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin: 5px 0 0 0;
}

#carousel_id {
    width: 800px;
    height: 700px;
    margin-left: -400px;
    left: 50%;
}
#carousel_id .cloud9-item, #buttons button {
    cursor: pointer;
}
a.cloud9-item {
    text-decoration: none;
}
.cloud9-item img {
    display: block;
}
.cloud9-item .carousel_caption {
    display: block;
    text-align: center;
    color: #fff;
    margin: 5px 0 0 0;
}

@media handheld, only screen and (max-width: 1024px) {
    #carousel_outer {
        opacity: 0;
        width: 900px;
        margin: 160px auto 0 auto;
    }
}
@media handheld, only screen and (max-width: 768px) {
    #carousel_outer {
        opacity: 0;
        width: 700px;
    }
    #carousel_id {
        width: 700px;
        height: 700px;
        margin-left: -350px;
        left: 50%;
    }
}

/* END OF CAROUSEL */

#btn_freie_stellen {
    position: absolute;
    top: 180px;
    right: 20%;
    width: 290px;
    height: 135px;
    z-index: 100;
    display: block;
    background: url(../images/btn_freie_stellen.png) no-repeat;
}
  #btn_freie_stellen.cookieaccepted {
    top: 150px;
  }
#btn_newsletter_en {
    position: absolute;
    top: 150px;
    right: 20%;
    width: 290px;
    height: 135px;
    z-index: 100;
    display: block;
    background: url(../images/btn_newsletter_en.png) no-repeat;
}

/*SPACE*/
#space {
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}
#stars,
#stars_mobile {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index:0;
    background: #000;

}
#logo_animation {
    position: absolute;
    font-size: 30px;
    color: #fff;
    z-index: 1000;
    display: none;
    padding: 30px 0 0 0;
    width: 270px;
}
#logo_animation img {
    position: absolute;
}
#logo_animation_triangle {
    position: absolute;
    width: 23px;
    left: 133px;
    top: 0;
    opacity: 0;
}
p.carousel_headline,
h1.carousel_headline {
    display: none;
    margin: 0 0 0 15px;
}
h1.carousel_headline {
    margin: 0 0 5px 15px;
}
#dimensionen_carousel {
    width: 100%;
    height: 200px;
    margin: 40px auto 0 auto;
    /*  display: none;*/
}
li#icon_metall_laserschmlezen,
li#icon_spritzguss_und_formenbau,
li#icon_drehen_und_fraesen,
li#icon_funken_erosion,
li#icon_engineering,
li#icon_messen_und_qualifizieren {
    /*left: -1000px;
    height: auto;
    position: absolute;*/
}
a:link.icon_image,
a:visited.icon_image {
    width: 85px;
    padding: 0 10px;
}
a:link.icon_sub,
a:visited.icon_sub {
    display: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    line-height: 14px;
    float: left;
    text-align: center;
    margin: 17px 0 0 0;
    opacity: 1;
    width:100%;
}
a:hover.icon_sub,
a:active.icon_sub {
    /*display: block;*/
    text-decoration: none;
}
#black {
    display: none;
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    /*top: 360px;*/
    z-index: 47;
}
#white {
    display: none;
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    /*top: 360px;*/
    z-index: 55;
}
#yellow {
    position: absolute;
    z-index: 50;
    width: 90px;
    height: 90px;
    background: url(../images/animation/yellow.png);
    background: -moz-radial-gradient(center, ellipse cover,  rgba(251,186,0,1) 0%, rgba(255,255,255,0) 70%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(251,186,0,1)), color-stop(70%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(251,186,0,1) 0%,rgba(255,255,255,0) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(251,186,0,1) 0%,rgba(255,255,255,0) 70%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(251,186,0,1) 0%,rgba(255,255,255,0) 70%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(251,186,0,1) 0%,rgba(255,255,255,0) 70%); /* W3C */

}
#red {
    position: absolute;
    z-index: 50;
    width: 90px;
    height: 90px;
    background: url(../images/animation/red.png);
}
#purple {
    position: absolute;
    z-index: 50;
    width: 90px;
    height: 90px;
    background: url(../images/animation/purple.png);
}
#blue {
    position: absolute;
    z-index: 50;
    width: 90px;
    height: 90px;
    background: url(../images/animation/blue.png);
}
#green {
    position: absolute;
    z-index: 50;
    width: 90px;
    height: 90px;
    background: url(../images/animation/green.png);
}
#cyan {
    position: absolute;
    z-index: 50;
    width: 90px;
    height: 90px;
    background: url(../images/animation/cyan.png);
}

#dimensionen_carousel ul#flip li {
    float: left;
    width: 95px;
    margin: 0;
}
#dimensionen_carousel ul#flip li img {
    width: 75px;
    margin: 0;
    transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    -webkit-transform: scale(1.0);

    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}
#dimensionen_carousel ul#flip li:hover img {
    transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    -webkit-transform: scale(1.4);

    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}
/* DIMENSIONS ANIMATIONEN SPRITZGUSS */
.sp1, .sp2 {
    position: absolute;
}
.sp2 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* DIMENSIONS ANIMATIONEN DER EINZELNEN BILDER */
/* Ein Bild nach dem anderen einblenden */
#metall_laserschmelzen_bg {
    display: none;
}
.show {
    display: block;
}
.hide {
    display: none;
}

.dimension_bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
}
#sequence,
#sequence_mobile {
    z-index: 101;
}
#spritzguss_und_formenbau_bg {
    left: 0;
    bottom: 0;
}


footer#dimensionen {
    background: none;
    display: none;
    height: 60px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    bottom: 0;
}
#alle_dimensionen {
    background: #6f7072; /* Old browsers */
    background: -moz-linear-gradient(top,  #6f7072 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f7072), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #6f7072 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #6f7072 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #6f7072 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #6f7072 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f7072', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    width: 12.9%;
    float: left;
    height: 60px;
    position: relative;
    z-index: 1000;
    cursor: pointer;
}
#alle_dimensionen .inner {
    display: block;
    text-align: center;
    padding: 13px 0 3px 0;
    height: 30px;
    margin: 7px;
    border: 1px solid #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-decoration: none;
    color: #d3d3d3;
    text-transform: uppercase;
    font-size: 12px;
}
#alle_dimensionen .inner:hover,
#alle_dimensionen .inner.active {
    color: #fff;
}
ul#nav_dimensionen {
    background: url(../images/bg_footer_dimensionen.png) repeat-x;
    height: 60px;
    position: relative;
}
ul#nav_dimensionen li {
    font-size: 12px;
    color: #505050;
    float: left;
    height: 60px;
    text-transform: uppercase;
    letter-spacing: 0;
}
ul#nav_dimensionen li.metall_laserschmelzen {
    width: 17%
}
ul#nav_dimensionen li.metall_laserschmelzen div {
    background: url(../images/icons/metall_laserschmelzen.png) no-repeat 8px -50px;
    padding: 15px 0 5px 55px;
    transition: all 0.08s ease;
}
ul#nav_dimensionen li.metall_laserschmelzen div:hover,
ul#nav_dimensionen li.metall_laserschmelzen div.active {
    background: url(../images/icons/metall_laserschmelzen.png) no-repeat 8px 12px;
}
ul#nav_dimensionen li.spritzguss_und_formenbau {
    width: 16%
}
ul#nav_dimensionen li.spritzguss_und_formenbau div {
    background: url(../images/icons/spritzguss_und_formenbau.png) no-repeat 8px -50px;
    padding: 15px 0 5px 55px;
    transition: all 0.08s ease;
}
ul#nav_dimensionen li.spritzguss_und_formenbau div:hover,
ul#nav_dimensionen li.spritzguss_und_formenbau div.active {
    background: url(../images/icons/spritzguss_und_formenbau.png) no-repeat 8px 12px;
}
ul#nav_dimensionen li.drehen_und_fraesen {
    width: 14%
}
ul#nav_dimensionen li.drehen_und_fraesen div {
    background: url(../images/icons/drehen_und_fraesen.png) no-repeat 8px -50px;
    padding: 15px 0 5px 55px;
    transition: all 0.08s ease;
}
ul#nav_dimensionen li.drehen_und_fraesen div:hover,
ul#nav_dimensionen li.drehen_und_fraesen div.active {
    background: url(../images/icons/drehen_und_fraesen.png) no-repeat 8px 12px;
}
ul#nav_dimensionen li.funken_erosion {
    width: 12%
}
ul#nav_dimensionen li.funken_erosion div {
    background: url(../images/icons/funken_erosion.png) no-repeat 8px -50px;
    padding: 15px 0 5px 55px;
    transition: all 0.08s ease;
}
ul#nav_dimensionen li.funken_erosion div:hover,
ul#nav_dimensionen li.funken_erosion div.active {
    background: url(../images/icons/funken_erosion.png) no-repeat 8px 12px;
}
ul#nav_dimensionen li.engineering {
    width: 14%
}
ul#nav_dimensionen li.engineering div {
    background: url(../images/icons/engineering.png) no-repeat 8px -50px;
    padding: 22px 0 0 55px;
    transition: all 0.08s ease;
}
ul#nav_dimensionen li.engineering div:hover,
ul#nav_dimensionen li.engineering div.active {
    background: url(../images/icons/engineering.png) no-repeat 8px 12px;
}
ul#nav_dimensionen li.messen_und_qualifizieren {
    width: 15%
}
ul#nav_dimensionen li.messen_und_qualifizieren div {
    background: url(../images/icons/messen_und_qualifizieren.png) no-repeat 8px -50px;
    padding: 15px 0 5px 55px;
    transition: all 0.08s ease;
}
ul#nav_dimensionen li.messen_und_qualifizieren div:hover,
ul#nav_dimensionen li.messen_und_qualifizieren div.active {
    background: url(../images/icons/messen_und_qualifizieren.png) no-repeat 8px 12px;
}
ul#nav_dimensionen li.robotik {
    width: 12%
}
ul#nav_dimensionen li.robotik div {
    background: url(../images/icons/robotik.png) no-repeat 8px -50px;
    padding: 22px 0 5px 55px;
    transition: all 0.08s ease;
}
ul#nav_dimensionen li.robotik div:hover,
ul#nav_dimensionen li.robotik div.active {
    background: url(../images/icons/robotik.png) no-repeat 8px 12px;
}
ul#nav_dimensionen li div {
    display: block;
    text-decoration: none;
    color: #d3d3d3;
    height: 100%;
    border-right: 1px #505050 solid;
}
ul#nav_dimensionen li div:hover {
    cursor: pointer;
    color: #fff;
}

.metall_laserschmelzen_color {
    color: #fcc325 !important;
}
.spritzguss_und_formenbau_color {
    color: #d10019 !important;
}
.drehen_und_fraesen_color {
    color: #9176a8 !important;
}
.funken_erosion_color {
    color: #0d76b8 !important;
}
.engineering_color {
    color: #64aba6 !important;
}
.messen_und_qualifizieren_color {
    color: #8cbb13 !important;
}
.robotik_color {
    color: #ec6701 !important;
}

/* DIMENSIONEN UNTERSEITEN */
.dimensionen_image {
    width: 100%;
    margin: 0;
    /*  overflow: hidden;*/
    float: left;
}
.dimensionen_image img {
    width: auto;
    max-width: 60px;
    float: left;
    margin: 0 2% 2% 0;
}
.dimensionen_image h1 {
    margin: 16px 0 10px;
}
.dimensionen_text {
    width: 100%;
    float: left;
}
/*.video {
  float: left;
  margin: 1% 0 0 0;
}*/

.footer_nav {
    width: 100%;
    float: left;
}
.footer_nav ul {

}
.footer_nav ul li {
    float: left;
    width: 24%;
    text-transform: uppercase;
    font-size: 17px;
    margin: 0 1% 0 0;
}
.footer_nav ul li a:link,
.footer_nav ul li a:visited {
    color: #fff;
    text-decoration: none;
}
.footer_nav ul li a:hover,
.footer_nav ul li a:active,
.footer_nav ul li a.active {
    color: #fdc400;
    text-decoration: none;
}
.footer_nav ul li ul li {
    width: 100%;
    font-size: 14px;
}
.footer_nav ul li ul li a:link,
.footer_nav ul li ul li a:visited {
    background: url(../images/bg_nav_cross_small.png) no-repeat 2px 9px;
    padding: 3px 0 3px 20px;
    display: block;
}

.footer_right {
    width: 100%;
    margin: 20px 0 0 0;
    float: left;
    border-top: 1px solid;
    padding: 20px 0 0 0;
}
.footer_map {
    margin: 0 0 20px 0;
    width: auto;
}
.footer_adresse {
    font-size: 14px;
}




.row {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
* + html .row {
    padding: 0 0 20px 0;
}
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    margin-right: 2%;
    margin-bottom: 15px;
    float: left;
    min-height: 1px;
}

.row .onecol {
    width: 6.5%;
}

.row .twocol {
    width: 15%;
}
.row .threecol {
    width: 23.5%;
}

.row .fourcol {
    width: 32%;
}

.row .fivecol {
    width: 40.5%;
}

.row .sixcol {
    width: 49%;
}

.row .sevencol {
    width: 57.5%;
}

.row .eightcol {
    width: 66%;
}

.row .ninecol {
    width: 74.5%;
}

.row .tencol {
    width: 83%;
}

.row .elevencol {
    width: 91.5%;
}

.row .twelvecol {
    width: 100%;
}

.fullcol {
    width: 100%;
}
.halfcol {
    width: 49%;
}
.last {
    margin-right: 0px;
}

img, object, embed {
    max-width: 100%;
}
#space img {
    max-width: none;
}
#sequence-theme img {
    max-width: 100%;
}
img {
    height: auto;
}
.claim p a,
.claim p a:link,
.claim p a:visited {
    color: #000;
}
.claim p a:hover {
    text-decoration: none;
}

/* ############### */
/* ############### */
/* ############### */
/* ### Fonts ### */
h1 {
    font-family: 'titilliumthin';
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    padding: 0 20px 0 0;
    margin: 4px 0 10px 0;
    text-transform: uppercase;
}
h2 {
    font-family: 'titilliumregular';
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fdc400;
    padding: 0 100px 0 0;
    margin: 0 0 15px 0;
}
h3 {
    font-family: 'titilliumthin';
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fdc400;
    padding: 30px 20px 0 0;
    margin: 15px 0 10px 0;
    text-transform: none;
    border-top: 1px solid #51504d;
}

p {
    font-family: 'titilliumthin';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 0 100px 12px 0;
    letter-spacing: 0.09em;
}
p a:link,
p a:visited {
    font-family: 'titilliumthin';
    font-weight: 400;
    text-decoration: none;
    color: #fdc400;
}
p a:hover,
p a:active {
    text-decoration: underline;
}
h4 {
    font-family: 'titilliumregular';
    padding: 0 0 7px 0;
}
h4 + p {
    padding: 0 20px 12px 0;
}
.fourcol p {
    padding: 0 0 12px 0;
}
sup {
    line-height: 15px;
}
a:link,
a:visited {
    font-family: 'titilliumregular';
    font-weight: 400;
    text-decoration: none;
    color: #fdc400;
}
a:hover,
a:active {
    text-decoration: underline;
}
hr {
    background-color: #9f9e9d;
    color: #9f9e9d;
    border: 0;
    height: 1px;
    margin: 15px 3%px 20px 0;
    float: left;
    width: 97%;
}
* + html hr {
    width: 100%;
}
.case_further_wrap hr {
    width: 100%;
}
.container ul {
    /*    -moz-column-count: 2;
        -moz-column-gap: 10px;
        -ms-column-count: 2;
        -ms-column-gap: 10px;
        -webkit-column-count: 2;
        -webkit-column-gap: 10px;
        column-count: 2;
        column-gap: 10px;*/
    margin: 0;
    padding: 0;
    break-inside: avoid;
    page-break-inside: avoid;
}
.container ul li {
    background: url(../images/bg_nav_cross.png) no-repeat 0px 3px;
    width: 87%;
    margin: 0 5% 2% 0;
    padding: 0 0 0 4%;
    font-family: 'titilliumthin';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.container ul.csc-uploads {
    -moz-column-count: auto;
    -moz-column-gap: none;
    -ms-column-count: auto;
    -ms-column-gap: none;
    -webkit-column-count: auto;
    -webkit-column-gap: none;
    column-count: auto;
    column-gap: none;
}
.container ul li.ce-uploads-element {
    background: none;
    padding: 0;
    margin: 0;
    font-family: 'titilliumregular';
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}
.container ul li.ce-uploads-element:hover {

}
.container ul li.ce-uploads-element a:link,
.container ul li.ce-uploads-element a:visited {
    width: 87%;
    margin: 1% 5% 1% 0;
    display: block;
    padding: 0 0 0 5%;
    background: url(../images/bg_downloadlist_link.png) no-repeat 0px 5px;
    color: #fff !important;
    text-decoration: none;
}
.container ul li.ce-uploads-element a:hover,
.container ul li.ce-uploads-element a:active {
    background: url(../images/bg_downloadlist_link.png) no-repeat 0px -35px;
    color: #fdc400 !important;
}
ul.csc-uploads span.csc-uploads-fileName {
    text-decoration: none;
}
.csc-uploads-description {
    padding: 0 0 2% 5%;
}
ul.resp-tabs-list {
    -moz-column-count: auto;
    -moz-column-gap: none;
    -ms-column-count: auto;
    -ms-column-gap: none;
    -webkit-column-count: auto;
    -webkit-column-gap: none;
    column-count: auto;
    column-gap: none;
}
ul.resp-tabs-list li {
    background: none;
    width: auto;
    margin: 0;
    padding: 13px 15px;
    float: left;
    margin: 0 5px 0 0;
    font-family: 'titilliumregular';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: #2d2c2c;
}
ul.resp-tabs-list li.resp-tab-active {
    color: #fdc400;
}
.resp-tabs-container .image {
    width: 32%;
    float: left;
    margin: 0 3% 0 0;
}
.resp-tabs-container ul {
    margin: 15px 0 0 0;
    padding: 0;

    float: left;
    width: 100%;
}
.resp-tabs-container ul li {
    background: url(../images/bg_nav_cross.png) no-repeat 0px 3px;
    width: 91%;
    margin: 0 5% 2% 0;
    padding: 0 0 0 2.5%;
    font-family: 'titilliumthin';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.resp-tabs-container ul li b {
    font-family: 'titilliumregular';
    font-weight: 400;
    font-size: 16px;
    color: #fdc400;
}
strong, b {
    font-weight: 400;
    font-family: 'titilliumregular';
}
.bg_grey p,
.bg_white p {
    font-family: 'titilliumthin';
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    padding: 0 0 8px 0;
}
.bg_grey {
    background: #444443;
    /*  padding: 1.5%;*/
    margin: 0;
}
.sixcol .bg_grey {
    padding: 2.5%;
    width: 95%;
    float: left;
}
.sixcol .bg_grey h2 {
    margin: 0 0 5px 0;
    font-size: 16px;
}
.bg_white h1,
.bg_grey h1 {
    font-family: 'titilliumregular';
    font-weight: 400;
    font-size: 23px;
    line-height: 27px;
    color: #fdc400;
    padding: 0 20px 0 0;
    margin: 0 0 10px 0;
    text-transform: none;
}
.bg_white h1 {
    color: #4c4c4c;
}
.bg_white {
    background: #fff;
    padding: 1.5%;
    width: 97%;
    margin: 0;
    float: left;
}
.bg_white h2 {
    font-family: 'titilliumregular';
    font-weight: 400;
    font-size: 23px;
    line-height: 27px;
    color: #4c4c4c;
    padding: 0 20px 0 0;
    margin: 0 0 10px 0;
}
.bg_white p {
    color: #000;
    font-weight: 400;
}
.bg_white .fourcol {
    margin-bottom: 0;
}
a:link.btn,
a:visited.btn {
    font-family: 'titilliumregular';
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background: #000;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 8px 6px 8px;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
a:hover.btn,
a:active.btn {
    color: #fdc400;
    border: 1px solid #fdc400;
}
a:link.btn .bg_link,
a:visited.btn .bg_link {
    background: url(../images/bg_link.png) no-repeat 0 0;
    width: 18px;
    height: 8px;
    display: block;
    float: right;
    margin: 2px 0 0 9px;
}
a:hover.btn .bg_link,
a:active.btn .bg_link {
    background: url(../images/bg_link.png) no-repeat 0px -9px;
}
#newsletterlink {
  cursor: pointer;
}
.box {
    margin: 0 0 15px 0;
}

.csc-textpic + .row .flexslider_content_outer,
.csc-textpic-intext-right + header h1 {
    margin: 50px 0 0 0;
}
.eightcol div.csc-textpic-intext-right .csc-textpic-imagewrap {
    float: right;
    margin: 40px 0 0 10px;
}

/* 360 Grad */
.tx-jf360shots-pi1,
.jquery-reel-overlay {
    width: 700px;
    overflow: hidden;
    float: left;
}
.jquery-reel-interface {
    overflow: hidden;
}


/* Google Maps responsive */
.responsiveContainer {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}

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

/* SLIDESHOW START */
.flexslider_start {
    position: relative;
    width: 100%;
    height: 100%;
}
.flexslider_start ul.slides {
    width: 100%;
    height: 100%;
    z-index: 9900;
}
.flexslider_start ul.slides li {
    width: 100%;
    height: 100%;
}
.flexslider_start .flex-direction-nav {
    max-width: 1100px;
    margin: 0 auto !important;
    top: 40%;
    position: relative;
    z-index: 9910;
}
.anystretch img {
    max-width: none;
}

/* SLIDESHOW NEWS START */
#news .row .news .flexslider_news {
    position: relative;
    width: 420px;
    height: 100%;

}
#news .row .news .flexslider_news .flex-viewport {
    overflow: hidden !important;
    background: #000;
    background: rgba(0,0,0,0.8);
}
#news .row .news .flexslider_news ul li {
    width: 420px;
}
/* Control Nav */
.flexslider_news .flex-control-nav {
    width: 23px;
    position: absolute;
    right: -23px;
    bottom: 20px;
    text-align: center;
}
.flexslider_news ol li {
    padding: 0 0 2px 0;
}
.flexslider_news .flex-control-nav li {
    margin: 0 0 3px 0;
    display: inline-block;
}
.flexslider_news .flex-control-paging li a {
    cursor: pointer;
    width: 23px;
    height: 23px;
    display: block;
    background: #fdc400;
    color: #000;
    cursor: pointer;
    text-indent: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}
.flexslider_news .flex-control-paging li a:hover {
    background: #000;
    background: rgba(0,0,0,0.8);
    color: #fff;
    text-decoration: none;
}
.flexslider_news .flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0,0,0,0.8);
    color: #fff;
    cursor: default;
}
.article {
    float: left;
    width: 100%;
}


/* SLIDESHOW CONTENT */

.flex-viewport {
    overflow: visible !important;
    width: 66%;
    float: left;
}
.flexslider_content_outer {
    background: #444443;
    padding: 0;
    margin: 0 0 15px 0;
    float: left;
    width: 100%;
}
.flexslider_content {
    position: relative;
    width: 66%;
    overflow: hidden;
}
.flexslider_content_thumbs {
    position: relative;
    width: 100%;
    margin: 30px 0 30px 0;
    float: left;
}
.flexslider_content_thumbs .flex-viewport {
    overflow: hidden !important;
    width: 100%;
}
.flexslider_content_outer h1 {
    font-family: 'titilliumregular';
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #fdc400;
    padding: 0 20px 0 0;
    margin: 0 0 10px 0;
    text-transform: none;
}

.slideshow_text {
    margin-right: 2%;
    margin-bottom: 15px;
    padding: 1.5% 0 0 1.5%;
    float: left;
    width: 30.5%;
}
.slideshow_text p {
    margin: 0;
    padding: 0 20px 12px 0;
    font-size: 14px;
    line-height: 22px;
}
.slideshow_content {
    margin-right: 0;
    margin-bottom: 15px;
    float: left;
    width: 66%;
}
.flex-direction-nav {
    position: absolute;
    top: 35%;
    width: 100%;
    left: 0;
    /*height: 30px;*/
    margin: 0 !important;
}
/*.flexslider_content_thumbs .flex-direction-nav {
  position: absolute;
  top: 28%;
  width: 100%;
  height: 30px;
  margin: 0 !important;
}*/
.flexslider_content .caption {
    font-family: 'titilliumregular';
    background: #fdc400;
    color: #000;
    font-weight: 400;
    bottom: 20px;
    position: absolute;
    line-height: 17px;
    padding: 7px 12px;
}

ul.flex-direction-nav {
    /*  display: none;*/
}
.flexslider_content ul.flex-direction-nav,
.flexslider_content_mitarbeiter ul.flex-direction-nav {
    display: block;
}
.flexslider_content_outer ul.flex-direction-nav {
    position: absolute;
}
ul.slides,
ul.flex-direction-nav {
    -moz-column-count: auto;
    -moz-column-gap: 0;
    -ms-column-count: auto;
    -ms-column-gap: 0;
    -webkit-column-count: auto;
    -webkit-column-gap: 0;
    column-count: auto;
    column-gap: 0;
    margin: 0;
    padding: 0;
}
ul.slides li,
ul.flex-direction-nav li {
    background: none;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}
.flexslider_content ul.slides li, .flexslider_content ul.flex-direction-nav li {
    line-height: 0;
    position: relative;
}

/* LISTVIEW MITARBEITER */
.tx_tcmitarbeiter_listap {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.tx_tcmitarbeiter_listap div:nth-of-type(4n+4){
    margin-right: 0 !important;
    margin-top: 0 !important;
}
.tx_tcmitarbeiter_listap div:nth-of-type(8n+8){
    margin-right: 0 !important;
}

.tx_tcmitarbeiter_listap_item {
    margin-bottom: 20px;
}
.tx_tcmitarbeiter_listap_item {
    width: 23.5%;
    margin-right: 2%;
    float: left;
    min-height: 320px;
}
.sixcol .tx_tcmitarbeiter_listap_item {
    width: 48%;
    margin-right: 4%;
}
.sixcol .tx_tcmitarbeiter_listap_item + .tx_tcmitarbeiter_listap_item {
    width: 48%;
    margin-right: 0;
}

.tx_tcmitarbeiter_listap_item .mitarbeiter_name {
    font-family: 'titilliumregular';
    font-weight: 400;
    text-transform: none;
}

/* SLIDESHOW MITARBEITER */
.tx-tcmitarbeiter {
    float: left;
    position: relative;
    width: 100%;
}
.flexslider_content_mitarbeiter {
    position: relative;
    width: 100%;
    margin: 0 0 30px 0;
    float: left;
}
.flexslider_content_mitarbeiter .flex-viewport {
    width: 100%;
    overflow: hidden !important;
}
.flexslider_content_mitarbeiter ul li {
    position: relative;
    display: block;
    font-family: 'titilliumregular';
}
.flexslider_content_mitarbeiter .mitarbeiter_info {
    position: absolute;
    background: #000;
    background: rgba(0,0,0,0.6);
    left: 0;
    bottom: 4px;
    padding: 20px 15% 10px 15%;
    width: 70%;
    height: 70px;
}
.mitarbeiter_name {
    color: #fdc400;
    text-transform: uppercase;
}
.mitarbeiter_telefon a:link,
.mitarbeiter_telefon a:visited,
.mitarbeiter_email a:link,
.mitarbeiter_email a:visited {
    letter-spacing: 0.04em;
    font-family: 'titilliumregular';
}
.flexslider_content_mitarbeiter .flex-direction-nav {
    position: absolute;
    bottom: 65px !important;
    top: auto;
    left: 0;
    width: 92%;
    /*height: 64px;*/
    height: auto;
    margin: 0 0 20px 4% !important;
}
.flexslider_content_mitarbeiter  .flex-direction-nav a {
    background: url(../images/bg_direction_nav_mitarbeiter.png) no-repeat;
    background-position: 0;
    height: 64px;
    width: 21px;
}
.flexslider_content_mitarbeiter  .flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: 0px;
}

/* DOWNLOAD BOX */
a:link.downloads,
a:visited.downloads {
    font-family: 'titilliumregular';
    background: url(../images/bg_download.png) 12px 9px no-repeat;
    width: 80%;
    padding: 4px 0 0 20%;
    margin: 35px 0 5px 0;
    display: block;
    color: #fdc400;
    font-size: 17px;
    line-height: 19px;
}
.fourcol.last a:link.downloads,
.fourcol.last a:visited.downloads {
    background: url(../images/bg_download_weitere.png) 12px 9px no-repeat;
}
.smaller {
    font-family: 'titilliumregular';
    font-size: 14px;
    width: 100%;
    float: left;
    color: #4c4c4c;
}
a:link.download_icon {
    float: left;
    display: block;
    width: 100%;
}
a:link.download_icon img {
    float: left;
    width: 28px;
    margin: 0 15px 15px 0;
}
a.download_icon .smaller {
    float: none;
}
a.download_icon p,
a:link.download_icon p,
a:visited.download_icon p {
    font-family: 'titilliumregular';
    display: block;
    color: #fdc400;
    font-size: 17px;
    line-height: 19px;
}



/* CASE */
.slideshow {
    margin: 30px 0 50px 0;
    float: left;
}
ol {
    list-style-type: decimal;
    padding: 0 0 0 25px;
}
ol li {
    padding: 8px 0 5px 0;
    font-size: 16px;
    line-height: 24px;
    list-style-type: decimal;
    font-family: 'titilliumthin';
    font-weight: 400;
}
/* CASE BOX */

.case_further_wrap ol.flex-control-nav {
    display: none;
}

.flexslider_cases,
.box_case {
    position: relative;
    float: left;
    width: 100%;
    /*  overflow-x: hidden;
      overflow-y: hidden;*/
}
.flexslider_cases .flex-viewport {
    overflow: hidden !important;
    /*overflow: visible !important;*/
    width: 100% !important;
}
.flexslider_cases ul li {
    position: relative;
}
.flexslider_cases {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}
.box_case_sideinfo .flexslider_cases {
    padding: 0;
}
.flexslider_cases .flex-control-paging {
    position: absolute;
    height: 20px;
    bottom: 0px;
    left: 0px;
}

.box_case a.btn:link,
.box_case a.btn:visited {
    position: absolute;
    bottom: 23px;
    left: 15px;
}
.box_case .claim {
    background: url(../images/bg_small_cross_black.png) 12px 5px #fdc400 no-repeat;
    color: #000;
    position: absolute;
    bottom: 70px;
    left: 0;
    padding: 7px 13px 4px 22px;
    font-size: 17px;
}
.claim p {
    color: #000;
    font-size: 17px;
    padding: 0;
    margin: 0;
    font-family: 'titilliumregular';
    font-weight: 400;
}
.box_case img {
    width: 100%;
}
/* BOX CASE SIDEINFO */
.box_case_sideinfo {
    float: left;
    background: #444443;
    padding: 4%;
    width: 92%;
}
a:link.case_download,
a:visited.case_download {
    background: url(../images/bg_download.png) 12px 9px no-repeat;
    width: 80%;
    padding: 3px 0 10px 20%;
    margin: 0 0 5px 0;
    display: block;
}
a:link.case_print,
a:visited.case_print {
    background: url(../images/bg_print.png) 11px 11px no-repeat;
    background-position: center left 10px;
    width: 80%;
    padding: 4px 0 10px 20%;
    display: block;
}
.case_customer {
    float: left;
    border-top: 1px solid #9f9e9d;
    border-bottom: 1px solid #9f9e9d;
    margin: 15px 0 0 0;
    padding: 15px 0 5px 0;
    width: 100%;
}
.case_customer p {
    padding: 0 10px 12px 0;
}
.case_sector {
    float: left;
    border-bottom: 1px solid #9f9e9d;
    padding: 15px 0;
    width: 100%;
}
.case_dimension {
    float: left;
    margin: 7px 0 0 0;
    width: 100%;
}
.case_dimension_icon {
    background: none;
    width: 95%;
    padding: 0;
    margin: 0 5% 0 0;
    display: block;
    text-transform: uppercase;
}
.box_case_sideinfo .case_dimension_icon a:link,
.box_case_sideinfo .case_dimension_icon a:visited {
    display: block;
    font-family: 'titilliumthin';
    font-weight: 400;
    color: #fff !important;
    padding: 22px 0 11px 55px;
    line-height: 1.1em;
}
.box_case_sideinfo .case_dimension_icon a:hover,
.box_case_sideinfo .case_dimension_icon a:active {
    color: #fff;
    text-decoration: none;
}
.case_dimension_icon.metall_laserschmelzen a:link,
.case_dimension_icon.metall_laserschmelzen a:visited,
.case_dimension_icon.metal_laser_melting a:link,
.case_dimension_icon.metal_laser_melting a:visited {
    background: url(../images/icons/metall_laserschmelzen.png) no-repeat 8px -50px;
    transition: all 0.08s ease;
}
.case_dimension_icon.metall_laserschmelzen a:hover,
.case_dimension_icon.metall_laserschmelzen a:active,
.case_dimension_icon.metal_laser_melting a:hover,
.case_dimension_icon.metal_laser_melting a:active {
    background: url(../images/icons/metall_laserschmelzen.png) no-repeat 8px 12px;
}
.case_dimension_icon.spritzguss_und_formenbau a:link,
.case_dimension_icon.spritzguss_und_formenbau a:visited,
.case_dimension_icon.injection_moulding_and_mould_making a:link,
.case_dimension_icon.injection_moulding_and_mould_making a:visited {
    background: url(../images/icons/spritzguss_und_formenbau.png) no-repeat 8px -50px;
    transition: all 0.08s ease;
    padding: 14px 0 2px 55px;
}
.case_dimension_icon.spritzguss_und_formenbau a:hover,
.case_dimension_icon.spritzguss_und_formenbau a:active,
.case_dimension_icon.injection_moulding_and_mould_making a:hover,
.case_dimension_icon.injection_moulding_and_mould_making a:active {
    background: url(../images/icons/spritzguss_und_formenbau.png) no-repeat 8px 12px;
}
.case_dimension_icon.drehen_und_fraesen a:link,
.case_dimension_icon.drehen_und_fraesen a:visited,
.case_dimension_icon.turning_and_milling a:link,
.case_dimension_icon.turning_and_milling a:visited {
    background: url(../images/icons/drehen_und_fraesen.png) no-repeat 8px -50px;
    transition: all 0.08s ease;
}
.case_dimension_icon.drehen_und_fraesen a:hover,
.case_dimension_icon.drehen_und_fraesen a:active,
.case_dimension_icon.turning_and_milling a:hover,
.case_dimension_icon.turning_and_milling a:active {
    background: url(../images/icons/drehen_und_fraesen.png) no-repeat 8px 12px;
}
.case_dimension_icon.funken_erosion a:link,
.case_dimension_icon.funken_erosion a:visited,
.case_dimension_icon.spark_erosion a:link,
.case_dimension_icon.spark_erosion a:visited {
    background: url(../images/icons/funken_erosion.png) no-repeat 8px -50px;
    transition: all 0.08s ease;
}
.case_dimension_icon.funken_erosion a:hover,
.case_dimension_icon.funken_erosion a:active,
.case_dimension_icon.spark_erosion a:hover,
.case_dimension_icon.spark_erosion a:active {
    background: url(../images/icons/funken_erosion.png) no-repeat 8px 12px;
}
.case_dimension_icon.engineering a:link,
.case_dimension_icon.engineering a:visited {
    background: url(../images/icons/engineering.png) no-repeat 8px -50px;
    transition: all 0.08s ease;
}
.case_dimension_icon.engineering a:hover,
.case_dimension_icon.engineering a:active {
    background: url(../images/icons/engineering.png) no-repeat 8px 12px;
}
.case_dimension_icon.messen_und_qualifizieren a:link,
.case_dimension_icon.messen_und_qualifizieren a:visited {
    background: url(../images/icons/messen_und_qualifizieren.png) no-repeat 8px -50px;
    transition: all 0.08s ease;
    padding: 14px 0 2px 55px;
}
.case_dimension_icon.measuring_and_testing a:link,
.case_dimension_icon.measuring_and_testing a:visited {
    background: url(../images/icons/messen_und_qualifizieren.png) no-repeat 8px -50px;
    transition: all 0.08s ease;
}
.case_dimension_icon.messen_und_qualifizieren a:hover,
.case_dimension_icon.messen_und_qualifizieren a:active,
.case_dimension_icon.measuring_and_testing a:hover,
.case_dimension_icon.measuring_and_testing a:active {
    background: url(../images/icons/messen_und_qualifizieren.png) no-repeat 8px 12px;
}
.case_dimension_icon.robotik a:link,
.case_dimension_icon.robotik a:visited,
.case_dimension_icon.robotic a:link,
.case_dimension_icon.robotic a:visited {
    background: url(../images/icons/robotik.png) no-repeat 8px -50px;
    transition: all 0.08s ease;
}
.case_dimension_icon.robotik a:hover,
.case_dimension_icon.robotik a:active,
.case_dimension_icon.robotic a:hover,
.case_dimension_icon.robotic a:active {
    background: url(../images/icons/robotik.png) no-repeat 8px 12px;
}
.case_head {
    width: 100%;
    text-transform: uppercase;
}
.case_text,
.case_customer_name,
.case_customer_web,
.case_download,
.case_print {
    font-family: 'titilliumthin';
    font-weight: 400;
    font-size: 14px;
}
.box_case_sideinfo a:link,
.box_case_sideinfo a:visited {
    font-family: 'titilliumthin';
    font-weight: 400;
    text-decoration: none;
    color: #fdc400;
}
.box_case_sideinfo a:hover,
.box_case_sideinfo a:active {
    text-decoration: underline;
}
/* CASE FURTHER CASES */
.case_further {
    width: 50%;
    float: left;
    margin: 0 0 10px 0;
}
.case_further_wrap h1 {
    font-size: 20px !important;
    line-height: 24px;
    color: #fdc400;
    padding: 0 100px 0 0 !important;
    margin: 0 0 15px 0 !important;
    font-weight: 400 !important;
    text-transform: none;
}
.case_further_image {
    float: left;
    width: 45%;
    margin: 0 3% 0 0;
}
.case_further_text {
    float: left;
    width: 52%;
    padding: 0;
}
.case_further_text_head {
    font-family: 'titilliumregular';
    line-height: 19px;
    display: block;
}
.case_further_text p {
    font-size: 14px;
    line-height: 17px;
    padding: 0 20px 8px 0;
    margin: 0;
}
.case_further_text p a:link,
.case_further_text p a:visited {
    font-family: 'titilliumregular';
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background: #000;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 8px 6px 8px;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.case_further_text p a:hover,
.case_further_text p a:active {
    color: #fdc400;
    border: 1px solid #fdc400;
}



/* NEWS */
.news {
    width: 100%;
}
.news .article .news-img-wrap,
.news .article .news-img-wrap a {
    background: transparent;
    border: none;
}
.news-list-item {
    float: left;
    width: 100%;
    margin: 0 0 60px 0;
}
.news-list-item hr.start_hr,
.news-list-item .btn_start {
    display: none;
}
.news-list-item .news-img-wrap,
.news-list-image {
    /*width: 25%;
    margin: 0 3% 0 0;*/
    float: left;
    width: 100px;
}
.news-list-item .no-media-element img {
    width: 100px !important;
    height: 100px !important;
}
.news-list-item .teaser-text {
    width: 72%;
    margin: 0;
    float: left;
}
.news-list-item h2 {
    width: 72%;
    float: left;
    padding: 0;
    margin: 0 0 5px 0;
}
.news-list-item h2 a:link,
.news-list-item h2 a:visited {
    color: #fdc400;
    text-decoration: none;
}
.news-list-item h2 a:hover,
.news-list-item h2 a:active {
    text-decoration: underline;
}
.news-list-item p {
    padding: 0;
    margin: 0;
}
.news-list-item hr {
    margin: 15px 0px 20px 0;
}
.no-media-element {
    width: 100px;
}
.news-list-item .news-img-wrap,
.news-list-image {
    margin: 0 15px 0 0;
}

.news-single h2 p {
    font-size: 20px;
    line-height: 24px;
    color: #fdc400;
    padding: 0;
    margin: 0 0 15px 0;
    font-weight: 400;
}
.news-single-image {
    width: 30%;
    padding: 0 0 3% 3%;
    float: right;
}
.news-single-backlink {
    margin: 0 0 40px 0;
}
.news-latest-details a:link,
.news-latest-details a:visited,
.news-single-backlink a:link,
.news-single-backlink a:visited {
    font-family: 'titilliumregular';
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background: #000;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 8px 6px 8px;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.news-latest-details a:hover,
.news-latest-details a:active,
.news-single-backlink a:hover,
.news-single-backlink a:active {
    color: #fdc400;
    border: 1px solid #fdc400;
}

/* NEWS PAGINATION */
.page-navigation {
    float: right;
    margin: 0 3% 0 0;
}
.page-navigation ul li {
    float: left;
    margin: 0 5px 0 0;
    width: 23px;
    height: 23px;
    display: block;
    background: #fdc400 !important;
    color: #000;
    text-align: center;
}
body > div.container > div > div.eightcol > div > div > div > ul > div.page-navigation > ul > li > a,
.page-navigation ul li a,
.page-navigation ul li a:link {
    display: block;
    color: #000 !important;
}
body.offers .f3-widget-paginator li.previous,
body.offers .f3-widget-paginator li.last.next {
    display: none;
}
.page-navigation ul li.current {
    background: #000 !important;
    color: #fff;
}


#news {
    background: none;
    /*  display: none;*/
    height: 135px;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: 2;
    overflow: hidden;
}
#news .row {
    height: 135px;
}
#news .row .news .news-list-item {
    float: right;
    width: 443px;
    height: 135px;
    border-left: 5px solid #fdc400;
}
#news .row .news .news-list-item hr {
    display: none;
}
#news .row .news .news-textright-wrap {

}
#news .row .news .news-list-item hr.start_hr {
    display: block;
    background-color: #fff;
    color: #fff;
    margin: 2px 0 12px 4%;
    width: 58%;
}
#news .row .news .news-img-wrap,
#news .row .news .news-list-item .news-list-image {
    width: 100px;
    padding: 20px 0 10px 5%;
    margin: 0;
    float: left;
}
#news .row .news .news-list-item h2 {
    width: 58%;
    margin: 20px 0% 7px 4%;
}
#news .row .news .news-list-item h2 a:link,
#news .row .news .news-list-item h2 a:visited {
    font-size: 16px;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    float: left;
}
#news .row .news .news-list-item h2 a:hover,
#news .row .news .news-list-item h2 a:active {
    color: #fdc400;
    text-decoration: underline;
}
#news .row .news .news-list-item .teaser-text {
    display: none;
}
#news .news-list-item .btn_start {
    display: inline-block
}
#news .news-list-item hr.start_hr + .btn_start {
    margin: 0 0 0 4%;
}
#news .row .news .news-list-item .article {
    float: left;
}
.btn_start a:link,
.btn_start a:visited {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    background: none;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 7px 5px 7px;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.btn_start a:hover,
.btn_start a:active {
    color: #fdc400;
    border: 1px solid #fdc400;
}

.eightcol .csc-textpic-above {
    float: left;
}

/* Tooltip */
.tooltip {
    z-index: 9930;
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #000;
    border-radius: 2px;
    padding: 2px 7px;
    color: #fff;
    font-size: 12px;
}

* + html .csc-textpic-intext-right-nowrap-340 .csc-textpic-image {
    width: 330px !important;
}

.csc-textpic-intext-right-nowrap {
    overflow: hidden;
}

.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
    float: right;
}

/* STANDORTE */
.standorte + .standorte {
    border-top: 1px solid #fff;
    padding: 40px 0 20px 0;
}
.standorte + .standorte h1 {
    padding: 0 0 15px 0;
}

.standorte .zweispaltig {
    column-count: 2;
    -moz-column-count: 1;
    -ms-column-count: 2;
    -webkit-column-count: 2;

    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
    padding: 0 0 12px 0;
}
.standorte p {
    padding: 0 12px 12px 0;
}
.standorte .zweispaltig header {
    column-span: all;
    -moz-column-span: all;
    -ms-column-span: all;
    -webkit-column-span: all;
}


.standorte  div.csc-textpic-imagecolumn,
.standorte  td.csc-textpic-imagecolumn .csc-textpic-image {
    margin-right: 2% !important;
    width: 48% !important;
    margin-bottom: 20px !important;
}
div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap {
    display: block;
    width: 100%;
}
.standorte div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 0px;
}
.standorte  figcaption.csc-textpic-caption {
    font-family: 'titilliumregular';
    background: #fdc400;
    color: #000;
    font-weight: 400;
    bottom: 20px;
    position: absolute;
    line-height: 17px;
    padding: 7px 12px;
    font-size: 0.8em;
}
.standorte figure img,
.standorte div.csc-textpic .csc-textpic-imagewrap {
    width:100%
}


/* VIDEO */
.play {
    position: absolute;
    width: 252px;
    height: 252px;
    z-index: 9940;
    background: url(../images/play.png);
    margin-left: -125px;
    left: 50%;
    top: 50%;
    margin-top: -125px;
}

/* COOKIE BAR */
.cookiebox {
/*  display: none;*/
  opacity: 0;
  height: 0;
  background:#fdc400; 
  line-height:18px; 
  color:#000; 
  padding: 15px 0 19px 0; 
  position: relative; 
  top:0; 
  left:0; 
  width:100%; 
  z-index: 9960;
  font-family: 'titilliumregular';
  font-weight: 400;
}
.cookiebox a {
  color: #000;
  text-decoration: underline;
}
.cookiebox .cookiebox_text {
  font-size: 14px; 
  line-height: 17px; 
  margin:0; 
  padding:0;
  width:80%;
  float: left;
}
.cookiebox .cookiebox_link {
  float: right;
  width: 20%;
  text-align: center;
  margin-top: 6px;
}
.cookiebox .cookie_btn {
  color:#fdc400; 
  background: #000; 
  border-radius:3px; 
  text-decoration:none; 
  padding:3px 6px; 
  border: 0;
  font-family: 'titilliumregular';
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}
/* Erhalt Newsletter bestätigen */
.powermail_fieldset_1 .powermail_fieldwrap_type_check .mandatory,
.powermail_fieldset_5 .mandatory {
  display: none;
}

.legal_link {
  float: left;
  text-transform: none;
  font-size: 13px;
  margin: 5px 25px;
}

/* Tablet */
@media handheld, only screen and (max-width: 768px) {
    .row .eightcol,
    .row .sixcol {
        width: 100%;
    }
    .row.grid3-1 .fourcol {
        width: 49%;
    }
    .row.grid3-1 .fourcol + .fourcol {
        width: 48%;
    }
    .row.grid3-1 .fourcol + .fourcol.last {
        width: 48% !important;
    }
    .row.grid3-1 .fourcol + .fourcol.last .tx-tcmitarbeiter {
        width: 100% !important  ;
    }
    /* Rechte Spalte mit AP und Case */
    .row .fourcol.last {
        width: 100%;
    }
    .row .fourcol.last .box.box_case {
        width: 49%;
        margin: 0 0 0 1%;
        margin: 0;
        float: left;
    }
    .row .fourcol.last .tx-tcmitarbeiter,
    .flexslider_cases {
        width: 49%;
        margin: 0 1% 0 0;
        float: left;
    }
    .row .fourcol.last .flexslider_cases .box.box_case {
        width: 100%;
    }
    .row .bg_white .fourcol.last {
        width: 32%;
    }
    /* SLIDESHOW */
    .slideshow_text {
        margin-right: 0;
        width: 97%;
        padding: 3% 0 0 3%;
        float: none;
    }
    .bg_white {
        width: 94%;
        padding: 3%;
    }
    .slideshow_content,
    .flex-viewport {
        margin-right: 0;
        width: 100%;
    }
    .flexslider_content {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .flex-direction-nav {
        width: 100%;
        margin: 0 !important;
    }
    .footer_nav {
        width: 73%;
        float: left;
        margin: 0 0 0 2%;
    }
    .footer_nav ul li {
        width: 30%;
        margin: 0 3% 0 0;
    }
    .bg_footer ul li a:link,
    .bg_footer ul li a:visited {
        padding: 3px 5px 7px 5px;
    }
    /* DIMENSIONEN */
    ul#nav_dimensionen li {
        font-size: 10px;
        height: 60px;
    }
    ul#nav_dimensionen li.metall_laserschmelzen div,
    ul#nav_dimensionen li.messen_und_qualifizieren div,
    ul#nav_dimensionen li.spritzguss_und_formenbau div,
    ul#nav_dimensionen li.drehen_und_fraesen div,
    ul#nav_dimensionen li.funken_erosion div,
    ul#nav_dimensionen li.messen_und_qualifizieren div {
        padding: 14px 0 5px 55px;
    }
    ul#nav_dimensionen li.engineering div {
        padding: 21px 0 0 55px;
    }

    a:link.case_print, a:visited.case_print {
        width: 90%;
        padding: 4px 0 10px 10%;
    }
    .box_case_sideinfo .flexslider_cases {
        width: 100%;
    }
    .case_dimension_icon.metall_laserschmelzen a:link,
    .case_dimension_icon.metall_laserschmelzen a:visited {
        padding: 21px 0 12px 55px;
    }
    .bg_footer {
        height: 70px;
    }
    .bg_footer ul {
        padding: 35px 10px 0 0;
    }
    .bg_footer .copy {
        padding: 38px 10px 0 0;
    }
    /* Ansprechpartnerseite */
    .twelvecol .tx_tcmitarbeiter_listap_item {
        width: 48%;
        margin: 0 2% 2% 0;
    }

}

/* Smaller Tablet */

@media handheld, only screen and (max-width: 640px) {

    /* Cookiebanner */
    .cookiebox {
      padding: 5px 2% 9px 2%;
      width: 96%;
    }
    .cookiebox .cookiebox_link {
      width: 30%;
      margin-top: 20px;
    }
    .cookiebox .cookiebox_text {
      font-size: 11px;
      line-height: 13px;
      width: 70%;
    }

    /* STANDORTE */
    .standorte .zweispaltig {
        column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        -webkit-column-count: 1;

        -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
        -moz-column-gap: 30px; /* Firefox */
        column-gap: 30px;
        padding: 0 0 12px 0;
    }

    .standorte  div.csc-textpic-imagecolumn,
    .standorte  td.csc-textpic-imagecolumn .csc-textpic-image {
        margin-right: 0% !important;
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    /* VIDEO */
    .play {
        background-size: cover;
        width: 140px;
        height: 140px;
        margin-left: -70px;
        margin-top: -70px;
    }


    #scrolltotop {
        float: left;

    }
    .row.grid3-1 .fourcol {
        width: 100%;
    }
    .row.grid3-1 .fourcol + .fourcol {
        width: 100%;
    }
    .row.grid3-1 .fourcol + .fourcol.last {
        width: 100% !important;
    }

    .inner_strech_carousel {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        margin: 0px auto;
        padding: 0;
    }
    .ui-jcoverflip {
        position: relative;
    }
    .ui-jcoverflip--item {
        position: absolute;
        display: block;
    }
    /* Basic sample CSS */
    #flip {
        height: 105px;
        width: 640px;
        margin-bottom: 50px;
        top: 55px;
    }
    #flip .ui-jcoverflip--title {
        position: absolute;
        bottom: -20px;
        width: 100%;
        text-align: center;
        color: #fff;
    }
    #flip img {
        display: block;
        border: 0;
        outline: none;
    }
    #flip a {
        outline: none;
    }
    p.carousel_headline {
        display: none;
    }
    #dimensionen_carousel {
        height: 100%;
        width: 640px;
        padding: 10px 0 0 0;
        margin: 20px auto 0 auto;
        overflow: hidden;
        position: relative;
    }
    #crosshair {
        background: url(../images/coverflip/crosshair.png) no-repeat;
        position: absolute;
        height: 155px;
        width: 155px;
        top: 0px;
        left: 242px;
    }
    .ui-jcoverflip--item {
        cursor: pointer;
    }

    #dimensionen_carousel ul#flip li {
        clear: both;
        width: auto;
        margin: auto;
    }
    #dimensionen_carousel ul#flip li img {
        width: auto;
        margin: auto;
        transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;

        transition-duration: 0s;
        -moz-transition-duration: 0s;
        -ms-transition-duration: 0s;
        -o-transition-duration: 0s;
        -webkit-transition-duration: 0s;
    }
    #dimensionen_carousel ul#flip li:hover img {
        transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;

        transition-duration: 0s;
        -moz-transition-duration: 0s;
        -ms-transition-duration: 0s;
        -o-transition-duration: 0s;
        -webkit-transition-duration: 0s;
    }

    /* Normaler Slider Starteite */
    .inner_strech {
        margin: 80px auto;
        max-width: 100%;
        padding: 0 13% 0 7%;
        position: relative;
        width: 80%;
    }
    .inner_strech h1 {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
        color: #000000;
        font-family: 'titilliumregular';
        font-weight: 400;
        font-size: 26px;
        line-height: 30px;
        margin: 0;
        padding: 0 8px;
        text-transform: uppercase;
        float: left;
    }
    .inner_strech p {
        margin: 8px 0 0;
        font-size: 10px;
    }
    .inner_strech p a:link,
    .inner_strech p a:visited {
        font-family: 'titilliumregular';
        background: url(../images/bg_link_start.png) no-repeat 5px 12px;
        color: #fff;
        display: block;
        padding: 4px 10px 3px 28px;
    }
    .inner_strech p a:hover,
    .inner_strech p a:active {
    }
    #mobile_menu {
        padding: 12px 0 0 15px;
        position: absolute;
        z-index: 205;
        cursor: pointer;
        opacity: 0.8;
    }
    #mobile_menu:hover {
        opacity: 1;
    }
    #sidenav {
        position: absolute;
        min-height: 85%;
        float: left;
        width: 100%;
        padding: 20% 0 0 0;
        z-index: 19900;
        background: #000;
        top: 0;
    }
    #sidenav nav,
    .footer_nav {
        float: left;
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 0.1em;
        margin: 0;
        width: 100%;
    }
    #sidenav nav ul,
    .footer_nav ul {
        float: left;
        width: 100%;
    }
    #sidenav nav ul li,
    .footer_nav ul li {
        width: 100%;
        border: 0;
        border-bottom: 1px solid #51504D;
        margin: 0;
        padding: 4px 0 0;
    }
    #sidenav nav ul li a:link,
    #sidenav nav ul li a:visited,
    .footer_nav ul li a:link,
    .footer_nav ul li a:visited {
        background: url("../images/bg_nav_cross.png") no-repeat scroll 12px 2px rgba(0, 0, 0, 0);
        padding: 7px 18px 5px 25px;
        text-decoration: none;
        display: block;
    }
    #sidenav nav ul li ul,
    .footer_nav ul li ul {
        display: none;
        margin: 0;
        padding: 5px 0 0 0;
        visibility: hidden;
        width: 100%;
        background: none repeat scroll 0 0 rgba(68, 68, 67, 0.9);
        border-bottom: 1px solid #fdc400;
        border-top: 1px solid #fdc400;
        margin: 0;
        padding: 5px 0 15px;
        z-index: 9980;
    }
    #sidenav nav ul li:hover ul,
    #sidenav nav ul li a:hover ul,
    #sidenav nav ul li a.active + ul,
    .footer_nav ul li:hover ul,
    .footer_nav ul li a:hover ul,
    .footer_nav ul li a.active + ul {
        display: block;
        visibility: visible;
        position: relative;
    }
    #sidenav nav ul li ul li,
    .footer_nav ul li ul li {
        padding: 0 0 0 26px;
    }
    #sidenav nav ul li ul li a:link,
    #sidenav nav ul li ul li a:visited,
    .footer_nav ul li ul li a:link,
    .footer_nav ul li ul li a:visited {
        background: none;
        color: #FFFFFF;
        display: block;
        padding: 8px 18px 9px 0;
        text-decoration: none;
    }
    #sidenav nav ul li ul li a:hover,
    #sidenav nav ul li ul li a:active,
    #sidenav nav ul li ul li a.active,
    .footer_nav ul li ul li a:hover,
    .footer_nav ul li ul li a:active,
    .footer_nav ul li ul li a.active {
        color: #fdc400;
    }
    a.downloads:link, a.downloads:visited {
        margin: 0 0 5px;
    }
    .row .bg_white .fourcol.last {
        width: 100%;
    }
    .row .twelvecol.bg_white {
        float: left;
        width: 87%;
    }
    .flexslider_content {
        padding: 0 0 50px 0;
    }
    .flexslider_content .caption {
        bottom: -31px;
    }
    .flexslider_content_outer {
        width: 100%;
    }
    .flex-direction-nav {
        position: absolute;
        top: 7%;
    }
    .flexslider_content ul.slides li,
    .flexslider_content ul.flex-direction-nav li {
        width: 100%;
        margin: 0;
        padding: 0;
        line-height: 0;
        position: relative;
    }

    .copy {
        display: none;
    }
    .dimensionen_text {
        width: 95% !important;
    }
    .bg_footer {
        font-size: 14px;
        height: 155px;
        border-bottom: 1px solid #51504D;
    }
    .bg_footer ul {
        float: left;
        margin: 0 auto;
        width: 100%;
        padding: 40px 0 0 0;
    }
    .bg_footer ul li {
        width: 50%;
        margin: 0;
        float: left;
    }
    .bg_footer ul li a:link,
    .bg_footer ul li a:visited {
        padding: 7px 18px 5px 25px;
    }
    .footer_nav {
        width: 100%;
    }
    .footer_nav ul li {
        width: 100%;
        margin: 0;
    }
    .footer_right {
        margin: 40px 0 0 4%;
        width: 96%;
    }
    .footer_right a.totop:link,
    .footer_right a.totop:visited {
        background: url("../images/totop.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        display: block;
        float: right;
        height: 44px;
        margin: 0px 10px 0 0;
        width: 44px;
    }

    /* Rechte Spalte mit AP und Case */
    .row .fourcol.last {
        width: 100%;
    }
    .row .fourcol.last .box.box_case,
    .flexslider_cases, .box_case,
    .case_further {
        width: 100%;
        margin: 0;
        float: left;
    }
    .case_further {
        margin: 0 0 20px 0;
    }
    .container ul li {
        margin: 0 5% 2% 0;
        padding: 0 0 0 8%;
        width: 87%;
    }
    ul.slides li {
        width: auto;
        margin: 0;
        padding: 0;
    }

    .row .fourcol.last .tx-tcmitarbeiter {
        width: 100%;
        margin: 0;
        float: left;
    }
    .flexslider_start .flex-direction-nav {
        bottom: 2%;
        /*      display: none;*/
        height: 100px;
        position: absolute;
        top: auto;
    }
    .dimensionen_image {
        float: none;
    }
    .dimensionen_image img {
        width: 15%;
    }
    .dimensionen_image h1 {
        font-size: 25px;
        width: 75%;
        margin: 6px 0 10px 0;
        padding: 0;
        display: block;
        float: left;
    }

    a.case_print:link, a.case_print:visited {
        display: none;
    }
    .case_further_wrap h1 {
        padding: 0 !important;
    }
    .case_further_text_head {
        font-family: 'titilliumregular';
    }


    /* Bilder im Content */
    div.csc-textpic-intext-right .csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
        margin-left: 0;
    }
    .csc-textpic-intext-right-nowrap-340 .csc-textpic-text {
        margin: 0;
    }
    /* Bilder Zertifizierungen */
    .eightcol div.csc-textpic-intext-right .csc-textpic-imagewrap {
        width: 40%;
    }

    .gruendungsjahr {
        font-size: 120px !important;
        line-height: 110px !important;
    }
    .produktionsflaeche {
        font-size: 55px !important;
        line-height: 50px !important;
        margin: 0 0 20px 0;
        float: left;
    }
    /* Ansprechpartnerseite */
    .tx_tcmitarbeiter_listap_item {
        width: 100% !important;
        margin: 0 0 25px !important;
    }

    /* NEWS */
    .news-list-item h2,
    .news-list-item p,
    .news-list-item .teaser-text {
        width: 100%;
    }
    /* Download */
    .bg_white .fourcol {
        width: 100%;
    }

}


@media handheld, only screen and (max-width: 320px) {

    #flip {
        height: 105px;
        width: 320px;
        margin-bottom: 50px;
        top: 55px;
    }
    #dimensionen_carousel {
        height: 100%;
        width: 320px;
        padding: 10px 0 0 0;
        margin: 20px auto 0 auto;
        overflow: hidden;
        position: relative;
    }
    #crosshair {
        left: 83px;
    }
}

@media screen and (min-height: 800px) {

    #dimensionen_carousel {
        width: 100%;
        height: 200px;
        margin: 40px auto 0 auto;
        /*  display: none;*/
    }
    li#icon_metall_laserschmlezen,
    li#icon_spritzguss_und_formenbau,
    li#icon_drehen_und_fraesen,
    li#icon_funken_erosion,
    li#icon_engineering,
    li#icon_messen_und_qualifizieren {
        height: auto;
        /*      position: absolute;*/
    }
    a:link.icon_image,
    a:visited.icon_image {
        width: 105px;
        padding: 0 10px;
    }
    p.carousel_headline, h1.carousel_headline {
        margin: 0 0 0 20px;
    }
    #dimensionen_carousel ul#flip li {
        float: left;
        width: 105px;
        margin: 0 10px;
    }
    #dimensionen_carousel ul#flip li img {
        width: 100px;
        margin: 0;
        transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        -webkit-transform: scale(1.0);

        transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
    }
    #dimensionen_carousel ul#flip li:hover img {
        transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        -webkit-transform: scale(1.4);

        transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
    }
}
@media screen and (min-height: 870px) {

    .inner_strech_carousel {
        margin: 190px auto;
    }

    #dimensionen_carousel {
        width: 100%;
        height: 350px;
        margin: 20px auto 0 auto;
        /*  display: none;*/
    }
    li#icon_metall_laserschmlezen,
    li#icon_spritzguss_und_formenbau,
    li#icon_drehen_und_fraesen,
    li#icon_funken_erosion,
    li#icon_engineering,
    li#icon_messen_und_qualifizieren {
        height: auto;
        /*      position: absolute;*/
    }
    a:link.icon_image,
    a:visited.icon_image {
        width: 200px;
    }
    a:link.icon_sub, a:visited.icon_sub {
        height: 20px;
    }

    #dimensionen_carousel ul#flip li {
        float: left;
        width: 200px;
        height: 200px;
        margin: 0 25px 25px 25px;
    }
    #dimensionen_carousel ul#flip li + li + li {

    }
    #dimensionen_carousel ul#flip li img {
        width: 170px;
        margin: 0;
        transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        -webkit-transform: scale(1.0);

        transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
    }
    #dimensionen_carousel ul#flip li:hover img {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);

        transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
    }
}
@media only screen and (min-width: 641px) {
    .mobile_show {
        display: none !important;
    }
}
@media only screen and (max-width: 640px) {
    body:before {
        content: 'mobile';
        display: none;
    }
    .mobile_dont {
        display: none !important;
    }
    .mobile_show {
        display: block;
    }
    .sequence-canvas > li > div {
        width: auto !important;
        max-width: 100%;
    }
    .sequence-canvas > li > div > p {
        display: none;
    }
}
/* hide label for nl confirm */
.nl-confirm .powermail_form h3 {
 display: none;
}
.nl-confirm .tx-powermail .powermail_fieldset .powermail_fieldwrap_marker .powermail_field_error_container .parsley-errors-list {
  margin-top: 20px;
}
.nl-confirm .tx-powermail .powermail_fieldset .powermail_fieldwrap_marker .powermail_field_error_container .parsley-errors-list .parsley-required {
 padding: 5px 15px;
 background: none;
}
@media only screen and (max-width: 640px) {
.nl-confirm .container {
  margin-top: 400px;
}
.nl-confirm .powermail_fieldwrap_type_check label[for=powermail_field_marker] {
  width: 85%;
  position: relative;
  left: 0;
  vertical-align: top;
  padding-bottom: 10px;
}
.nl-confirm .powermail_fieldwrap_type_check .col-sm-10 {
  vertical-align: top;
  width: 15%;
}
.nl-confirm .container ul li {
  background: none;
}
.nl-confirm .tx-powermail .powermail_fieldset .powermail_fieldwrap_marker .parsley-errors-list {
  background: none;
}
.nl-confirm .tx-powermail .powermail_fieldset .powermail_fieldwrap_marker .powermail_field_error_container .parsley-errors-list {
    height: 60px;
    background-color: transparent;
  margin-top: 30px;
}
.nl-confirm .tx-powermail .powermail_fieldset .powermail_fieldwrap_marker .powermail_field_error_container .parsley-errors-list .parsley-required {
    position: absolute;
  background-color: #EBCCD1;
}
}