/*
SMALL (BASE) SIZE
These are the small/base styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************

Stylesheet: Base/Small Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
/*********************
LINK STYLES
*********************/
a, a:visited {
  /*adds highlight on hover */
  /* on click */
  /* mobile tap color */ }
  a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 P STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

/*********************
HEADER STYLES
*********************/
.header {
  margin-bottom: 0; }
  .header #inner-header li {
    list-style: none; }

/*********************
NAVIGATION STYLES
*********************/
.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  /*adds highlight on hover */ }
  #content a:hover, #content a:focus {
    background: #9f2442;
    color: #fff; }

/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999; }

/* entry content */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    max-width: 100%;
    height: auto;
	 width: 100% !important;
	 margin-bottom: 20px;
	  }
  .entry-content video, .entry-content object {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px;
	  }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination a:hover {
  color: black; }

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */ }

#respond ul {
  margin-left: 0px; }

.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    /* end .commentlist li ul.children */ }
    .commentlist li:last-child {
      margin-bottom: 0; }
    .commentlist li ul.children {
      margin: 0;
      /* variations */
      /* change number for different depth */ }
  .commentlist li[class*=depth-] {
    margin-top: 1.1em; }
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .commentlist li:not(.depth-1) {
    margin-left: 10px;
    margin-top: 0;
    padding-bottom: 0;
    background: #e7e7e7; }
  .commentlist li.depth-3 {
    background: #dadada; }
  .commentlist .vcard {
    margin-left: 50px; }
    .commentlist .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .commentlist .vcard time {
      float: right; }
      .commentlist .vcard time a {
        color: #999;
        text-decoration: none; }
        .commentlist .vcard time a:hover {
          text-decoration: underline; }
    .commentlist .vcard img.avatar {
      position: absolute;
      left: 10px;
      padding: 2px;
      border: 1px solid #cecece;
      background: #fff; }
  .commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em; }
  .commentlist .comment-reply-link {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */
    background-color: #008cba;
    border-color: #007095;
    color: white;
    float: right; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      background-color: #007095; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      color: white; }

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em;
      /* form validation */ }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none;
    /* deep nesting */ }

#sidebar-offcanvas .widgettitle {
  color: #fff; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/*********************
FOUNDATION STYLES
*********************/
.clearing-assembled.clearing-blackout a:hover {
  background: none; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*
MEDIUM
*/
@media only screen and (min-width: 40.063em) {
  /******************************************************************

  Stylesheet: Nediun Stylesheet

  Styles apply to 40.063em and up.

  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }

  /* end .entry-content */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .widget {
    padding: 0 10px;
    margin: 2.2em 0; }

  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
  /*********************
  FOUNDATION STYLES
  *********************/
  /*********************
  PLUGIN STYLES
  *********************/ }
/*
LARGE
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 64.063em) {
  /******************************************************************

  Stylesheet: Large Stylesheet

  Styles apply to 64.063em and up.

  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 1140px; }

  /*********************
  HEADER STYLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */ }
    .widget ul li ul {
      margin-top: 0.75em;
      padding-left: 1em; }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */ }

  /* end .footer-links */
  /*********************
  FOUNDATION STYLES
  *********************/
  /*********************
  PLUGIN STYLES
  *********************/ }
/*
XLARGE
*/
@media only screen and (min-width: 90.063em) {
  /******************************************************************

  Stylesheet: X-Large Stylesheet

  Styles apply to 90.063em and up.


  ******************************************************************/ }
/*
XXLARGE
*/
@media only screen and (min-width: 120.063em) {
  /******************************************************************

  Stylesheet: XX-Large Stylesheet

  Styles apply to 120.063em and up.

  ******************************************************************/ }
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Retina Screens & Devices Stylesheet

  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.

  ******************************************************************/
  /*

  EXAMPLE
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:

  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }

  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:

  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }

  So, you would create the same icon, but at double the resolution, meaning
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go.

  */ }
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  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; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }



/* Suchhelden */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 25, 2014 */

@font-face {
    font-family: 'prox';
    src: url('font/proximanova-light-webfont.eot');
    src: url('font/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/proximanova-light-webfont.woff') format('woff'),
         url('font/proximanova-light-webfont.ttf') format('truetype'),
         url('font/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'prox';
    src: url('font/proximanova-regular-webfont.eot');
    src: url('font/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/proximanova-regular-webfont.woff') format('woff'),
         url('font/proximanova-regular-webfont.ttf') format('truetype'),
         url('font/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'prox';
    src: url('font/proximanova-semibold-webfont.eot');
    src: url('font/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/proximanova-semibold-webfont.woff') format('woff'),
         url('font/proximanova-semibold-webfont.ttf') format('truetype'),
         url('font/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'prox';
    src: url('font/proximanova-bold-webfont.eot');
    src: url('font/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/proximanova-bold-webfont.woff') format('woff'),
         url('font/proximanova-bold-webfont.ttf') format('truetype'),
         url('font/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'prox';
    src: url('font/proximanova-extrabold-webfont.eot');
    src: url('font/proximanova-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/proximanova-extrabold-webfont.woff') format('woff'),
         url('font/proximanova-extrabold-webfont.ttf') format('truetype'),
         url('font/proximanova-extrabold-webfont.svg#proxima_novaextrabold') format('svg');
    font-weight: 800;
    font-style: normal;

}

@font-face {
    font-family: 'prox';
    src: url('font/proximanova-black-webfont.eot');
    src: url('font/proximanova-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/proximanova-black-webfont.woff') format('woff'),
         url('font/proximanova-black-webfont.ttf') format('truetype'),
         url('font/proximanova-black-webfont.svg#proxima_novablack') format('svg');
    font-weight: 900;
    font-style: normal;

}


body {
	background: url(layout/bg.jpg) repeat-x;
	font-weight: 400;
	font-family: 'prox', sans-serif !important;
}





/* SLIDER */

.slide-1 {
background: url(./layout/slide-1.jpg);
}

.slide-2 {
background: url(./layout/slide-2.jpg);
}

.slide-3 {
background: url(./layout/slide-3.jpg);
}

.header-slider {
position:relative;

}

h1, h2, h3, h4 {
margin:0px;
}

.header-slider .menu-row {
position:absolute;
top:0px;
z-index:999;
width:100%;
padding-top:30px;
}

.header-slider .menu-row a {
display:block;
margin:0 auto;
width:208px;
}

.header-slider .menu-row button{
position:absolute;
top: 13px;
right:10px;
}

.pm-menu-button {
background-color: #AB0A3D;
padding: 25px 25px;
border-radius: 50%;
position: absolute;
right: 85px;
top: 85px;
}

.slide p {
font-size:96px;
color:#000000;
opacity:0.4;
text-align:center;
font-weight:700;
line-height:90px;
padding-top:250px;
text-transform:uppercase;
}

.slide {
height:960px;
background-position:center;
background-size:auto 100%;
}


.bx-viewport {
z-index:50;
}

.bx-has-pager {
z-index:99;

}

.bx-pager-item {
z-index:99;
position:relative;
}

.header-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #751329;
    text-indent: -9999px;
    display: block;
    width: 40px;
    height:5px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.header-slider .bx-wrapper .bx-pager {
margin-top:-100px;
padding-bottom:86px;
}


.header-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .header-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}

.header-slider .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 30%;
    margin-top: -16px;
    outline: 0;
    width: 82px;
    height: 159px;
    text-indent: -9999px;
    z-index: 50;
}

.header-slider .bx-wrapper .bx-prev {
    left: 45px;
    background: url(./layout/arrow-left.png) no-repeat;
}

.header-slider .bx-wrapper .bx-next {
    right: 45px;
    background: url(./layout/arrow-right.png) no-repeat;
}

.header-slider .bx-wrapper .bx-prev:hover {

    background: url(./layout/arrow-left-hover.png) no-repeat;
}

.header-slider .bx-wrapper .bx-next:hover {

    background: url(./layout/arrow-right-hover.png) no-repeat;
}



@media only screen and (min-width: 40.063em) {
.kf-about-loga-2 .large-5{
padding-left:37px;
}
}


.kf-ul {
  list-style-image: url(./layout/ul-list.png);
}

.kf-ul li{
font-size:17px;
color:#000;
padding-bottom:20px;
}

.kf-film-roll {
background:#000;
color:#fff;
text-align:center;
}

.kf-box-1 .bg{
background:#a7a7a7;
padding-bottom: 1px;
}

.kf-box-3 .bg{
background:#a7a7a7;
padding-bottom: 1px;
}

@media only screen and (min-width: 64.063em) {
.kf-box-1 {
padding-left:0px !important;
padding-right:30px;
}

.kf-box-2 {
padding-left:10px;
padding-right:20px;
}

.kf-box-3 {
padding-left:19px;
padding-right:10px;
}

.kf-box-4 {
padding-left:30px;
padding-right:0px !important;
}
}


@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.kf-film-roll .large-3 {
margin-bottom:20px;
}
}

@media only screen and (max-width: 40em) {



.kf-film-roll .large-3 {
margin-bottom:20px;
}
.kf-film-roll .large-3 .bg{
background-position:center;
}
}



.kf-box-2 .bg{;
background: url(./layout/film-image-1.jpg);
background-position:left;
background-repeat:no-repeat;
}


.kf-box-4 .bg {
background: url(./layout/film-image-2.jpg);
background-position:left;
background-repeat:no-repeat;
}


.kf-film-roll .large-3 .bg{
height:376px;
}

.kf-film-roll .large-3 .bg a{
background:#fff;
padding:11px 0;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
width:280px;
display:block;
margin:0 auto;
font-weight:700;
text-transform:uppercase;
color:#000;
margin-bottom:125px;
}

.kf-film-roll .large-3 h3{
font-weight:700;
text-transform:uppercase;
color:#fff;
font-size:23px;
padding-top:125px;
margin-top:0px;
}

.kf-film-roll .large-3 p{
color:#fff;
font-size:17px;
}

.kf-film-roll .kf-line-top {
padding:0 0 15px 0;
}

.kf-film-roll .kf-line-bot {
padding:15px 0 0 0;
}

.kf-blog {
background: url(./layout/bg-blog.jpg);
padding:75px 0 130px 0;
}

.kf-blog h3 {
font-size:23px;
text-transform:uppercase;
color:#000;
font-weight:700;
margin-top:0px;
}

.kf-blog p {
font-size:17px;
color:#000;
font-weight:600;
margin-bottom:10px;
}

.kf-blog a {
font-size:16px;
color:#fff;
font-weight:600;
text-transform:uppercase;
background:#000;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
padding:9px 100px;
}

.kf-seo {
background: url(./layout/bg-seo.jpg);
padding-top:70px;
padding-bottom:97px;
}

.kf-seo p{
color:#fff;
font-size:15px;
line-height:30px;
}

.kf-seo h1{
color:#fff;
font-size:23px;
margin-top:0px;
margin-bottom:5px;
}

.kf-seo-2 {
background:#fff;
padding-bottom:60px;
}


.kf-newsletter input{
background:#fff;
border:0px;
display:block;
width:100%;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
padding-left:25px;
margin-bottom:10px;
}

.kf-newsletter button{
background:#000;
border:0px;
display:block;
width:100%;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
color:#fff;
text-transform:uppercase;
padding:12px;
font-weight:700;
}






	/* BX SLIDER   */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;

}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}


.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #f4a725;
}




.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 11%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index:50;
}

.bx-wrapper .bx-next {
    right: 5px;
    background: url(./layout/controls.png) no-repeat -43px -32px;
}


.bx-wrapper .bx-prev {
    left: 5px;
    background: url(./layout/controls.png) no-repeat 0 -32px;
}


/* KONTAKT */


.kf-single-person h3{
color:#010101;
font-size:31px;
font-weight:700;
margin:0px;
line-height:31px;
padding-top:40px;
}

.kf-single-person .kf-p{
color:#010101;
font-size:23px;
margin:0px;
line-height:30px;
margin-bottom:30px;
}

.kf-single-person .kf-p a{
color:#b1425b!important;
}

.kf-single-person .zu-kontakt{
color:#fff;
background:#000;
text-transform:uppercase;
padding:10px 30px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
font-weight:600;
}

.padding-top-120 {
padding-top:120px;
}




/* STANDARD V1 */
.kf-red-bg-1 {
background: url(./layout/bg-red-1.png);
}

.kf-red-bg-1 p, .kf-red-bg-1 h1, .kf-red-bg-1 h2, .kf-red-bg-1 h3 {
color:#fff !important;
}


.kf-blog-white {
background: url(./layout/bg-blog-white.jpg);
padding:75px 0 130px 0;
}

.kf-blog-white h3 {
font-size:23px;
text-transform:uppercase;
color:#000;
font-weight:700;
margin-top:0px;
}

.kf-blog-white p {
font-size:17px;
color:#000;
font-weight:600;
margin-bottom:10px;
}

.kf-blog-white a {
font-size:16px;
color:#fff;
font-weight:600;
text-transform:uppercase;
background:#000;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
padding:9px 100px;
}

/* STANDARD V2 */

.kf-dark-bg {
background: url(./layout/bg-dark-1.png);
}

.kf-dark-bg p, .kf-dark-bg h1, .kf-dark-bg h2, .kf-dark-bg h3 {
color:#fff;
}

.kf-slider-galery .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 58%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 50;
}


.kf-slider-galery .bx-wrapper .bx-controls-direction .bx-next {
       right: -25px;
}

.kf-slider-galery .bx-wrapper .bx-controls-direction .bx-prev {
     left: -25px;
}

.kf-slider-galery  {
padding-bottom:80px;
}






/* GLOBAL */

.roboto {
font-family: 'Roboto Condensed', sans-serif;
}

p, h1, h2, h3, h4, a, li {
font-family: 'Roboto Condensed', sans-serif;
}


.uc {
text-transform:uppercase !important;
}

p {
font-size:18px;
color:#444444;
}

.f-18 {
font-size:18px;
}

.f-16 {
font-size:16px;
}

.f-14 {
font-size:14px;
}

.padding-top-25 {
padding-top:25px;
}

.margin-bot-5 {
margin-bottom:5px;
}

.padding-top-170 {
padding-top:170px;
}

.padding-bot-120 {
padding-bottom:120px;
}



.kf-thumbnail img{
height:210px;
width:250px;
}



.entry-title {
font-size: 24px;
font-weight: 700;
margin-bottom: 22px;
color:#b1425b;
text-transform:uppercase;
}

.widgettitle {
font-size: 20px;
font-weight: 700;
margin-bottom: 22px;
text-transform:uppercase;
}

.widget a {
color:#b1425b;
}

#inner-content h2, #inner-content h3 {
font-size: 23px;
font-weight: 700;
margin-bottom: 22px;
color:#010101;
}


@media only screen and (min-width: 40.063em) {
.widget {
    padding: 0 10px;
    margin-bottom:40px;
    margin-top:0px;
}


}

.kf-ul-black {
list-style:none;
}

.kf-ul-black a{
color:#fff;
text-decoration:underline;
}

.kf-dark-bg a{
color:#fff;
text-decoration:underline;
}

.kf-gallery .wp-caption-text{
display:none;
}

.kf-image-border {
position:relative;
}

.kf-image-border p{
position:absolute;
top:8px;
left:13px;
font-weight:700;
font-size:20px;
}



.bg-galery {
background: url(./layout/bg-galery.jpg);
background-repeat:no-repeat;
background-color:#Aa0031;
}

.galerie_table {
border:2px solid #000;
width:100%;
margin-bottom:30px;
margin-top:40px;
}

.galerie_table table{
margin-bottom:0px;
}

.galerie_table .number{
font-weight:700;
font-size:16px;
}

.galerie_table  td{
font-size: 16px;
color: #000;

}

.galerie_table table tr.even, .galerie_table table tr.alt, .galerie_table table tr:nth-of-type(even) {
    background:#f5f5f5;
}

.galerie_table table tr:hover {
background:#E3E2E2;
}

.galerie_table table tr:hover .number {
color:#Aa0031;
}

/* MENU  */

.kf-top-menu {
background:#0c0c0c;
}

.kf-top-menu p {
color:#fff;
margin-bottom:0px;
text-align: left;
padding-right:80px;
padding-top:6px;
padding-bottom:6px;
font-size:14px;
}

.kf-top-menu span {
color:#fff;
margin-bottom:0px;
text-align:right;
float: right;


padding-bottom:6px;
font-size:14px;
}

.kf-top-menu p a {
color:#fff;
}

.kf-top-menu p .active {
color:#444444;
}

.kf-menu {
position:fixed;
background:rgba(150, 27, 57, 0.9);
height:100%;
width:100%;
z-index:999999;
display: none;
}

.menu-topmenu-container {
position:absolute;
left:40%;
padding-top:65px;
}

.menu-hamburger {
background: url(./layout/burgen-menu.png);
height:21px;
width:30px;
padding:0px;
margin:0px;
}

.menu-close {
background: url(./layout/menu-close.png);
height:24px;
width:25px;
padding:0px;
margin:0px;
position: absolute;
top: 129px;
right: 97px;
}

.menu-hamburger:hover ,.menu-close:hover   {
background-color: none !important;
}

.menu-topmenu-container ul {
}

.menu-topmenu-container ul li a {
text-transform:uppercase;
font-size:60px;
line-height:100px;
color:#fff;
font-weight:300;
}

.menu-topmenu-container ul li .dropdown a {
font-size:30px;
line-height:30px;
}

.menu-topmenu-container ul li .dropdown a:hover {
font-weight:700;
}

ul#menu-topmenu {
list-style:none;
}

#menu-topmenu .has-dropdown {
padding-right:40px;
position:relative;
}

#menu-topmenu .has-dropdown > a {
padding-right:10px;
}

#menu-topmenu .has-dropdown > a:after {
content: "";
width: 56px;
height: 35px;
background: url(./layout/dropdown-icon.png) no-repeat ;
top: 10px;
right: 5px;
display: inline-block;
margin-left: 15px;
}

#menu-topmenu .has-dropdown:hover > a:after {
content: "";
width: 56px;
height: 35px;
background: url(./layout/dropdown-icon-hover.png) no-repeat ;
top: 10px;
right: 5px;
display: inline-block;
margin-left: 15px;
}

#menu-topmenu .has-dropdown:hover > a {
color:#4e0915;
font-weight:normal;
}

#menu-topmenu .dropdown {
display: none;
z-index: 9999;
list-style-image: url(./layout/dropdown-list.png);
}

#menu-topmenu .dropdown li {
display:block;
}

#menu-topmenu .dropdown li a {
color:#fff;
}

#menu-topmenu .dropdown li a:hover {
color: #fff !important;
}

#menu-topmenu li:hover > .dropdown {
display: block;
}


/* HOME */

.storyboard {
background:#AB0A3D;
}

.h1-new {

}

.h1 {
font-size:60px;
color:#fff;
font-weight:300;
text-transform:uppercase;
margin:0px 0px 20px 0;
}


.h-separator  {
height:3px;
background:#fff;
width:27px;
margin:0 auto 20px auto;
}

.kf-dark-text p, .kf-dark-text h1   {
color:#4e0915 !important;
}

.kf-dark-text p {
line-height:24px;
padding:0 40px 60px 0;
}

.kf-dark-text h1 {
font-weight:300;
}

.kf-dark-text h1 span{
font-weight:bold;
}

.f-light {
font-weight:300 !important;
}

.kf-dark-text .h-separator {
background:#4e0915 !important;
}


.storyboard-box .box-1{
background:url(./layout/box-1.png);
background-size:100%;
}

.storyboard-box .box-2{
background:url(./layout/box-2.png);
background-size:100%;
}

.storyboard-box .box-3{
background:url(./layout/box-3.png);
background-size:100%;
}

.storyboard-box .box{
padding:20px;
height:296px;
}

.storyboard-box .box p{
margin-bottom:0px;
color:#fff;
font-size:18px;
font-weight:300;
}

.storyboard-box .box p a {
color:#fff;
font-weight:700;
}

.storyboard-box .box i{
font-size:12px;
}

.storyboard-box .box h4{
color:#fff;
font-size:36px;
line-height:38px;
text-transform:uppercase;
font-weight:300;
}

.storyboard-box .box h4 span{
color:#fff;
font-weight:700;
}

.storyboard-box .box .separator {
background:#fff;
width:30px;
height:2px;
margin:30px 0;
}

.caveat {
font-family: 'Caveat', cursive;
}

.quote {
font-family: 'Caveat', cursive;
font-size:46px !important;
margin-bottom:0px;
color:#fff;
}

.t-white {
color:#fff;
}

.action {
background:url(./layout/action-img1-new.jpg);
background-color:#fff;
background-position:right bottom;
background-repeat:no-repeat;
padding-bottom: 165px;
padding-top: 150px;
}

.action2 {
background:url(./layout/action-img2.jpg);
background-color:#fff;
background-position:right bottom;
background-repeat:no-repeat;
padding-bottom: 165px;
padding-top: 165px;
}


.sign {
font-size:18px;
line-height:20px;
}

.sign span{
font-size:14px;
}

h2 {
font-size:60px;
color:#444444;
font-weight:300;
}

.separator-2 {
background:#444444;
height: 3px;
width: 27px;
margin-bottom:20px;
margin-top:30px;
}

.bg-gray {
background:#e5e7ea;
}

.werbung {
background:url(./layout/werbung-bg.png);
background-repeat:no-repeat;
background-size:cover;
padding-top:90px;
padding-bottom:215px;
}

.werbung .h3-separator{
margin-top:30px;
}

h3 {
font-size: 60px;
color: #444444;
font-weight: 300;
}

.h3-separator {
height: 3px;
background: #444444;
width: 27px;
margin: 0 auto 20px auto;
}

h4 {
font-size:26px;
padding-bottom:10px;
}

.f-red {
color:#AB0A3D;
}

.behind-the-scenes {
padding-top:120px;
padding-bottom:95px;
}

.werbung .box {
position:relative;
height:350px;
}


.werbung .box h4 {
color: #fff;
font-size: 30px;
line-height: 38px;
text-transform: uppercase;
font-weight: 300;
}

.werbung .box p{
color: #fff;
font-weight:300;
}

.werbung .box .button {
color:#fff;
border:1px solid #fff;
padding:5px;
position:absolute;
bottom:5px;
background:none;
font-weight:700;
font-size:18px;
}

.werbung .box h4 span {
color: #fff;
font-weight: 700;
}

.werbung .box .separator {
background: #fff;
width: 30px;
height: 2px;
margin: 15px 0;
}

.werbung .box-1{
background:rgba(72, 72, 72, 0.95);
}

.werbung .box-2{
background:rgba(123, 124, 124, 0.95);
}

.werbung .box-3{
background:rgba(159, 36, 66, 0.95);
}

.werbung .box {
padding: 20px;
}

.werbung .box .star{
position:absolute;
top:30px;
right:25px;
}

.kf-footer-1 {
background:#242424;
padding:40px 0;
}

.kf-footer-1 h3{
color:#fff;
font-size:16px;
font-weight:700;
text-transform:uppercase;
margin-bottom:5px;
margin-top:20px;
}

.kf-footer-1 h3 a{
color:#fff;
}

.kf-footer-1 p {
color:#fff;
font-size:16px;
margin-bottom:5px;
font-weight:300;

}
.kf-footer-1 p a{
color:#fff;
}

.t-red {
color:#AB0A3D!important;
}

.newsletter input {
background:#fff;
border:1px solid #fff;
width:244.42px;
color:#7b7c7c;
}


.newsletter input::-webkit-input-placeholder   {
color:#7b7c7c !important;
}

.newsletter input::-moz-placeholder  {
color:#7b7c7c !important;
}

.newsletter input:-ms-input-placeholder   {
color:#7b7c7c !important;
}



.newsletter input:focus{
background:#fff;
border:1px solid #fff;
width:244.42px;
color:#7b7c7c;
}

.newsletter input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.newsletter input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.newsletter input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.newsletter input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.pm-start-bot{
background: url(./layout/bg-start-bot.jpg);
}

.pm-start-bot .werbung{
background-color: rgba(255,255,255, 0.7) !important;
background: none;
padding-bottom: 235px;
margin-bottom: 0px;
}

.pm-start-bot .kf-footer-1{
background-color: rgba(0,0,0, 0.7) !important;
background: none;
}

.pm-header-unternahmen .slide-1{
background: url(./layout/head-unter-1.jpg);
background-position:center top ;
}

.pm-header-unternahmen .slide-2{
background: url(./layout/head-unter-2.jpg);
background-position:center top ;
}

.pm-header-unternahmen .slide-3{
background: url(./layout/head-unter-3.jpg);
background-position:center top ;
}

.not-standard-header .slide{
height: 921px;
}

.not-standard-header .bx-wrapper .bx-pager {
    margin-top: -200px;
    padding-bottom: 86px;
        margin-bottom: 100px;
}

.not-standard-header .slide > p {
    font-size: 96px;
    color: #AB0A3D;
    opacity: 1;
    text-align: center;
    font-weight: 700;
    line-height: 90px;
    padding-top: 280px;
    text-transform: uppercase;
}

.slider-quote {
background-color: rgba(155, 25, 57, 0.8) !important;
position: absolute !important;
bottom: 0 !important;
width: 100% !important;
}

.slider-quote .quote{
    font-family: 'Caveat', cursive !important;
    font-size: 46px ;
    margin-bottom: 0px !important;
    color: #fff !important;
	 padding-top: 40px !important;
    text-transform: none !important;
	 padding-bottom: 5px !important;
}

.slider-quote p{
    font-size: 16px ;
    color: #fff !important;
    opacity: 1 !important;
    text-align: center !important;
    font-weight: 300 !important;
    line-height: inherit !important;
    padding-top: 5px !important;
    text-transform: none !important;
	 padding-bottom: 40px !important;

}

.pm-unter-seo-1{
background-color: #e9e8ee;
padding-top: 70px;
}

.pm-unter-seo-2{
padding-top: 150px;
padding-bottom: 150px;
}

.sep-short {
width: 27px;
height: 3px;
background-color: #444444;
margin: 27px 0px 30px;
}

.pm-unter-seo-1 h1 {
font-size:60px;
font-weight:300;
margin:0px;
color:#444444;
}

.pm-unter-seo-1 img {
margin-top:-70px;
}

.pm-unter-seo-2 h3{
color: #AB0A3D;
font-size: 30px;
}

.gray-quote{
background-color: #e3e5e8;
}

.gray-quote .quote{
    font-family: 'Caveat', cursive !important;
    font-size: 46px;
    margin-bottom: 0px !important;
    color: #444444 !important;
	 padding-top: 20px !important;
    text-transform: none !important;
	 padding-bottom: 40px !important;
}

.gray-quote h3 {
font-size:16px;
padding-top:45px;
}



.gray-quote p{
    font-size: 16px;
    color: #444444 !important;
    opacity: 1 !important;
    text-align: center !important;
    font-weight: 400 ;
    line-height: inherit !important;
    padding-top: 5px !important;
    text-transform: none !important;
	 padding-bottom: 80px !important;
	 margin-bottom:0;

}

.pm-unter-hist{
background: url(./layout/bg-unter-hist.jpg);
padding-top: 70px;
padding-bottom: 70px;
position: relative;
background-size:cover;
}

.sep-small-white {
width: 30px;
height: 3px;
background-color: #fff;
margin: 40px auto 30px;
display: block;
}

.pm-unter-hist h3{
color: #fff;
text-align: center;
text-transform:uppercase;
}

.pm-unter-hist p{
color: #fff;
text-align: center;
}

.pm-unter-hist .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 55%;
    margin-top: -16px;
    outline: 0;
    width: 82px;
    height: 159px;
    text-indent: -9999px;
    z-index: 50;
}
.pm-unter-hist .bx-wrapper .bx-prev {
    left: 45px;
    background: url(./layout/arrow-left.png) no-repeat;
}

.pm-unter-hist .bx-wrapper .bx-next {
    right: 45px;
    background: url(./layout/arrow-right.png) no-repeat;
}

.pm-unter-hist .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 40px;
    height: 5px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    display:none;
}

.pm-unter-hist .bx-wrapper .bx-pager.bx-default-pager a:hover, .header-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #751329;
}

.pm-unter-hist .bx-wrapper .bx-next:hover {
    background: url(./layout/arrow-right-hover.png) no-repeat;
}

.pm-unter-hist .bx-wrapper .bx-prev:hover {
    background: url(./layout/arrow-left-hover.png) no-repeat;
}

.pm-unter-hist img{
float: right;
}

.pm-unter-hist .large-6  p{
text-align: left;
padding-top: 30%;
}

.pm-header-produktion .slide-1{
background: url(./layout/head-prod-1.jpg);
}

.pm-header-produktion .slide-2{
background: url(./layout/head-prod-2.jpg);
}

.pm-header-produktion .slide-3{
background: url(./layout/head-unter-2.jpg);
}

.prod-img-cont {
padding-left: 0;
padding-right: 0;
}



@media only screen and (min-width: 1919px) {
.prod-img-cont img{
height: 100%;
}
}


.pm-prod-seo-1{
background-color: #fff;
}

.pm-prod-seo-2 p{
font-size: 18px;
}

.pm-prod-seo-1 p{
font-size: 18px;
}

.pm-prod-seo-1 li{
font-size: 18px;
color: #444444;
}

.pm-prod-seo-1 h1{
color: #444444;
}

.f-60 {
font-size:60px;
}

.pm-prod-seo-1 h4{
color: #751329;
font-size: 26px;
}

.pm-prod-seo-2 {
background:#fff;
}

.pm-prod-seo-2 h4{
color: #751329;
font-size: 26px;
}

.pm-prod-seo-2 h3{
color: #AB0A3D;
font-size: 30px;
}

.padding-top-10 {
padding-top:10px;
}

.pm-prod-kont a{
color: #444444;
}

.pm-prod-kont h3{
line-height:65px;
text-transform:uppercase;
}

.pm-prod-kont{
background-color: #fff;
padding-top: 60px;
}

.pm-prod-kont h4 {
color:#AB0A3D;
}

.pm-prod-seo-1 .kf-text {
padding:150px 250px 60px 60px;
}

.pm-prod-seo-2 .kf-text {
padding:250px 60px 111px 300px;
}

.padding-top-120 {
padding-top:120px;
}

.storyboard p{
color: #fff;
font-size: 20px;
}

.storyboard h3{
color: #fff;
font-size: 30px;
}

.pm-unter-seo-2 a {
    color: #AB0A3D;
}

.pm-start-bot2 {
    background: url(./layout/bg-start-bot.jpg);
	 background-position: bottom;
}

.pm-start-bot2 .kf-footer-1 {
background-color: rgba(0,0,0, 0.7) !important;
background: none;
background-color: rgba(0, 0, 0, 0);
}




.seo-ul {
margin-left:50px;
}

.seo-ul li{
font-size:18px;
color:#444444;
}


.f-color {
color:#444444;
}

.bg-white {
background:#fff;
}

.karriere {
padding-top:145px;
padding-bottom:100px;
}

.jobs button{
color:#AB0A3D;
font-size:30px;
padding:0px;
background:none;
border-bottom:1px solid #AB0A3D;
padding-bottom:15px;
margin-top:50px;
width:100%;
text-align:left;
}

.jobs button:focus{
outline: none;
}

.all-job {
display:none;
}

.all-job h5 {
font-size:24px;
padding-top:40px;
}

.jobs button.active {
color:#444444 !important;
}



.person-box-big {
height:800px !important;
}

.person-1 {
background: url(./layout/person-1.png) !important;
background-repeat:no-repeat !important;
}

.person-2 {
background: url(./layout/person-2.png) !important;
background-repeat:no-repeat !important;
}


.butz {
background-image: url(./layout/butz.png) !important;
background-repeat:no-repeat !important;
background-color:#f6f6f6;
background-position:right bottom;
}

.kamenz {
background-image: url(./layout/kamenz.png) !important;
background-repeat:no-repeat !important;
background-color:#f6f6f6;
background-position:right bottom;
}

.serra {
background-image: url(./layout/serra.png) !important;
background-repeat:no-repeat !important;
background-color:#f6f6f6;
background-position:right bottom;
}

.klein {
background-image: url(./layout/klein.png) !important;
background-repeat:no-repeat !important;
background-color:#f6f6f6;
background-position:right bottom;
}


.wendling {
background-image: url(./layout/wendling.png) !important;
background-repeat:no-repeat !important;
background-color:#f6f6f6;
background-position:right bottom;
}

.erdlei {
background-image: url(./layout/erdlei.png) !important;
background-repeat:no-repeat !important;
background-color:#f6f6f6;
background-position:right bottom;
}

.braun {
background-image: url(./layout/braun.png) !important;
background-repeat:no-repeat !important;
background-color:#f6f6f6;
background-position:right bottom;
}


.koehler {
background-image: url(./layout/koehler.png) !important;
background-repeat:no-repeat !important;
background-color:#f6f6f6;
background-position:right bottom;
}

.narr {
background-image: url(./layout/narr.png) !important;
background-repeat:no-repeat !important;
background-color:#f6f6f6;
background-position:right bottom;
}

.roth  {
background-image: url(./layout/roth.png) !important;
background-repeat:no-repeat !important;
background-color:#f6f6f6;
background-position:right bottom;
}

.vogel {
background-image: url(./layout/vogel.png) !important;
background-repeat:no-repeat !important;
background-color:#f6f6f6;
background-position:right bottom;
}

.zena {
background-image: url(./layout/zena.png) !important;
background-repeat:no-repeat !important;
background-color:#f6f6f6;
background-position:right bottom;
}


.gruenwald {
background-image: url(./layout/gruenwald.png) !important;
background-repeat:no-repeat !important;
background-color:#f6f6f6;
background-position:right bottom;
}

.marincic {
background-image: url(./layout/marincic.png) !important;
background-repeat:no-repeat !important;
background-color:#f6f6f6;
background-position:right bottom;
}

.knapp {
background-image: url(./layout/knapp.png) !important;
background-repeat:no-repeat !important;
background-color:#f6f6f6;
background-position:right bottom;
}



.benjamin-h {
background-image: url(./layout/benjamin-h.png) !important;
background-repeat:no-repeat !important;
background-color:#f6f6f6;
background-position:right bottom;
}
.tatjana-brugger {
background-image: url(./layout/tatjana-b.png) !important;
background-repeat:no-repeat !important;
background-color:#f6f6f6;
background-position:right bottom;
}




.person-box {
padding:45px;
}

.person-box h3{
font-size:30px;
color:#AB0A3D;
}

.person-box h4{
font-size:18px;
color:#AB0A3D;
}

.person-box .separator{
height:1px;
background:#AB0A3D;
width:27px;
margin-top:10px;
margin-bottom:0px;
}

.person-box p{
line-height:22px;
}

.person-box a{
color:#444444;
}

.person-box {
height:450px;
}

.person-knapp {
background: url(./layout/person-knapp.jpg) !important;
background-repeat:no-repeat !important;
}

.person-koehler {
background: url(./layout/person-koehler.jpg) !important;
background-repeat:no-repeat !important;
}

.kf-quote {
position:relative;
}

.kf-quote .slider-quote{
position:relative !important;
background-color:#AB0A3D !important;
}

.kf-quote .slider-quote p {
margin-bottom:0px;
}

.kf-quote .kf-padding {
padding-bottom:60px !important;
}

.kf-quote .slider-quote .quote {
padding-top:0px !important;
}

.drehteile h4{
color:#AB0A3D;
font-size:30px;
font-weight:normal !important;
padding-bottom:10px;
padding-top:20px;
}

.drehteile {
padding-top:160px;
padding-bottom:90px;
}

.drehteile-separator {
background:#d0d0d0;
height:2px;
margin-top:30px;
margin-bottom:70px;
}

.drehteile-icon-row p {
text-transform:uppercase;
text-align:center;
font-size:24px;
font-weight:bold;
padding-top:25px;
}

.drehteile-branche .large-6:first-child{
padding-top:100px;
}

.drehteile-branche {
padding-bottom:50px;
}

.bg-red {
background:#AB0A3D;
}

.gray-quote.bg-red p{
color:#fff !important;
}

.standard-h1 {
font-size: 60px;
color: #444444;
font-weight: 300;
margin-bottom:10px;
}

.standard-head {
font-size: 26px;
padding-bottom: 10px;
font-weight:400;
}

.bg-white {
background:#fff;
}

.slider-produkt {
position:relative;
}

.produkt-1 img{
display:block;
margin:0 auto;
}

.produkt-1 h3 {
padding-top: 85px;
}

.slider-produkt .bx-wrapper .bx-controls-direction a {
top:33%;
width: 82px;
height: 159px;
}


.slider-produkt .bx-wrapper .bx-prev {
left: 45px;
background: url(./layout/arrow-left.png) no-repeat;
}

.slider-produkt .bx-wrapper .bx-next {
right: 45px;
background: url(./layout/arrow-right.png) no-repeat;
}


.pm-header-blog .slide-1 {
background: url(./layout/head-blog.jpg) !important;
}


.pm-header-presse .slide-1 {
background: url(./layout/head-presse.jpg) !important;
    background-size: cover !important;
}

.blog-head {
padding-top:145px;
padding-bottom:10px;
}

.blog-head h1 {
text-transform:uppercase;
}

.blog-head .sep-short {
display:block;
margin:27px auto 30px auto;
}

.read-more {
font-size:18px;
border:1px solid #444444;
color:#444444;
text-transform:uppercase;
padding:5px 40px;
font-weight:700;
}

.read-more:hover {
color:#444444;
}

.bg-gray-1 {
background:#e9e8ee;
}

.blog-separator {
width: 15px;
height: 3px;
background-color: #444444;
margin: 27px 0px 10px;
}

.kf-post-title a{
font-size:40px;
text-transform:uppercase;
color:#444444;
font-weight:normal;
line-height:40px;
}

.kf-post-title {
margin-bottom:0px;
padding-bottom:0px;
height:80px;
}

.date {
font-size:30px;
color:#AB0A3D;
}

.post-content {
margin-bottom:50px;
}

.newest-post {
padding-bottom:140px;
}

.newest-post img {
padding-bottom:50px;
}


.all-post-head {
padding-top:145px;
padding-bottom:10px;
}

.all-post h2 {
text-transform:uppercase;
}

.all-post-head .sep-short {
display:block;
margin:27px auto 30px auto;
}

.all-post .kf-post-title a {
font-size:30px;
text-transform:uppercase;
color:#444444;
font-weight:normal;
line-height:40px;
}

.all-post .kf-post-title {
margin-bottom:0px;
padding-bottom:0px;
height:90px;
}

.all-post img {
padding-bottom:50px;
}

.all-post {
padding-bottom:50px;
}

.all-post-head h3 {
text-transform:uppercase;
}

.random-posts {
padding-bottom:120px;
}

#text-3 {
background:#4c4c4d;
}

#recent-posts-2 {
background:#7d7d7d;
}

#categories-2 {
background:#9f2442;
}

.widget {
margin-bottom:20px;
padding:40px;
}

.widgettitle {
font-size:40px;
color:#fff;
font-weight:300;
margin-bottom:0px;
padding-bottom:0px;
}

.widget label {
display:none;
}

.widget-separator {
width: 15px;
height: 3px;
background:#fff;
margin:20px 0 30px 0;
}

.post-date {
display:block;
color:#fff;
font-size:18px;
}

.widget a {
color:#fff;
font-weight:700;
}

#main h1{
font-size:40px;
font-weight:300;
color:#444444;
}

#main h2{
font-size:40px;
font-weight:300;
color:#444444;
}

#main h3{
font-size:40px;
font-weight:300;
color:#444444;
}

.separator-post-2 {
width: 15px;
height: 3px;
background: #444444;
margin: 20px 0 30px 0;
}

.social-head {
text-transform:uppercase;
padding-top:90px;
}

.social-links {
list-style:none;
margin:0px;
}

.social-links li{
color:#fff;
font-size:30px;
display:inline-block;
background:#AB0A3D;
width:80px;
line-height:80px;
text-align:center;
}

.social-links li a{
color:#fff;
font-size:30px;
background:#AB0A3D;
width:80px;
line-height:80px;
text-align:center;
}

.widget .button {
text-transform:uppercase;
color:#fff;
background:none;
border:1px solid #fff;
padding:10px 20px;
}

.widget input:focus {
background:none;
}

.widget input {
background:none;
border:1px solid #fff;
color:#fff;
font-size:18px;
}

.search-results #inner-content {
margin-top: 100px;
}

.search-no-results #inner-content {
margin-top: 100px;
}

.sticky-icon {
position:fixed;
top:calc(50% - 54px) !important;
left:0px;
z-index:99999;
}

#bwg_container1_0 #bwg_container2_0 .bwg_gal_title_0 {
font-size: 60px !important;
color: #444444 !important;
font-weight: 300 !important;
padding-bottom:50px !important;
}

.medium-post {
display:none;
}

.qualitat-img-1 {
background:url(/wp-content/themes/suchhelden/layout/quali-1.jpg);
background-size:cover;
background-position:center;
}

.pm-prod-seo-1 .kf-text {
padding: 150px 60px;
max-width:730px;
}

.pm-prod-seo-2 .kf-text {
padding: 150px 60px;
}

.box-width {
max-width:730px;
float:right;
}

.qualitat-img-2 {
background:url(/wp-content/themes/suchhelden/layout/quali-2.jpg);
background-size:cover;
background-position:center;
}

.qualitat-img-3 {
background:url(/wp-content/themes/suchhelden/layout/quali-3.jpg);
background-size:cover;
background-position:left;
}

.produktion-img-1 {
background:url(/wp-content/themes/suchhelden/layout/prod-seo-1.jpg);
background-size:cover;
background-position:center;
}

.produktion-img-2 {
background:url(/wp-content/themes/suchhelden/layout/prod-seo-2.jpg);
background-size:cover;
background-position:left;
}

.gray-quote .bx-controls-direction {
display:none;
}

.uc {
text-transform:uppercase;
}

.pm-header-blog .slider-quote .t-white.f-16 {
font-size:16px;
}

#main {
padding-right:100px;
}

.yt-video {
padding:90px 0;
}

.partner-logos {
background:#fff;
padding:20px 0;
}

.partner-logos img{
display:block;
padding-bottom:10px;
margin:0 auto;
}

.partner-logos a{
font-size:24px;
color: #AB0A3D;
}


.partner-logos .bx-wrapper .bx-controls-direction a {
    top: 44%;
    width: 18px;
    height: 36px;
    background-size: contain
}


.partner-logos .partners {
padding-top:30px;
padding-bottom:30px;
}


.partner-logos .bx-wrapper .bx-prev {
left: 5px;
background: url(./layout/arrow-left.png) no-repeat;
}

.partner-logos .bx-wrapper .bx-next {
right: 5px;
background: url(./layout/arrow-right.png) no-repeat;
}

.presse-row {
text-align:center;
padding-bottom:80px;
}

.presse-row h3{
font-size:30px;
color:#AB0A3D;
}

.presse-row p{
font-size:18px;
color:#444444;
}

.presse-row a{
font-size:18px;
color:#AB0A3D;
}

.presse-h2-padding {
padding-top:160px;
}


.padding-bot-100 {
padding-bottom:100px;
}

.presse-separator {
background:#AB0A3D;
height:1px;
width:100%;
margin:90px 0;
}


.presse-row-2 h3{
font-size:30px;
color:#AB0A3D;
margin-bottom:20px;
}

.presse-row-2 p{
font-size:18px;
color:#444444;
}

.presse-row-2 a{
font-size:18px;
color:#AB0A3D;
display:block;
margin:0 auto 20px auto;
}





@media only screen and (max-width: 1700px) {
.action {
padding-bottom:0px;
background-size:63%;
}
}


@media only screen and (max-width: 1500px) {
.storyboard-box .box {
height: 350px;
background:none;
border:1px solid #fff;
margin-bottom:30px;
}
}


@media only screen and (max-width: 1644px) {
.header-slider .bx-wrapper .bx-prev {
left:0px;
}

.header-slider .bx-wrapper .bx-next {
right:0px;
}

.slide p {
padding-left:85px;
padding-right:85px;
}
}


@media only screen and (min-width: 1000px) and (max-width: 1130px) {
.slide p {
font-size: 70px;
line-height: 75px;
}
}




@media only screen and (min-width: 40.063em) and (max-width: 999px) {
.slide p {
font-size: 47px !important;
line-height: 58px !important;
}
}


@media only screen and (min-width: 1111px) and (max-width: 1330px) {
.werbung .box {
height:330px;
}
}

@media only screen and (min-width: 1025px) and (max-width: 1110px) {
.werbung .box {
height:400px;
}
}



@media only screen and (min-width: 756px) and (max-width: 1024px) {
.werbung .box {
height:337px;
}
}

@media only screen and (min-width: 40.063em) and (max-width: 755px) {
.werbung .box {
height:400px;
}
}

@media only screen and (min-width: 1025px) and (max-width: 1700px) {
.slider-produkt {
padding-left:90px;
padding-right:90px;
}

.slider-produkt .bx-wrapper .bx-prev {
left:0px;
}

.slider-produkt .bx-wrapper .bx-next {
right:0px;
}
}

@media only screen and (min-width: 1025px) and (max-width: 1500px) {
.person-box {
height:650px;
background-position:bottom center;
margin-bottom:10px;
}
}

@media only screen and (max-width: 1200px) {
.all-post .kf-post-title {
height:auto;
}
}







/* MEDIUM */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {

.all-post .large-4 {
margin-bottom:30px;
}


#main {
padding-right:15px;
}

.kf-post-title {
height:auto;
}

.kf-post-title a {
font-size:30px;
height:auto;
}

.newest-post {
margin-bottom:30px
}

.big-post {
display:none !important;
}

.medium-post {
display:block;
}

.karriere {
padding:100px 0;
}

.action {
background:none;
padding:100px 0;
}
.werbung .box {
margin-bottom:30px;
}

.werbung {
padding:100px 0;
}

.kf-newsletter.text-right {
text-align:left !important;
}

.pm-unter-hist .bx-wrapper .bx-controls-direction a {
top:30%;
}

.pm-unter-hist .bx-wrapper .bx-prev:hover {
background-size:50% !important;
background: url(./layout/arrow-left.png) no-repeat;
}

.pm-unter-hist .bx-wrapper .bx-prev {
background-size:50% !important;
background: url(./layout/arrow-left.png) no-repeat;
}

.pm-unter-hist .bx-wrapper .bx-next:hover {
background-size:50% !important;
background: url(./layout/arrow-right.png) no-repeat;
background-position:right top;
}

.pm-unter-hist .bx-wrapper .bx-next {
background-size:50% !important;
background: url(./layout/arrow-right.png) no-repeat;
background-position:right top;
}

.pm-unter-seo-2 {
padding:100px 0;
}

.drehteile {
padding:100px 0;
}

.drehteile-icon-row img{
display:block;
margin:0 auto;
}

.pm-prod-kont {
padding-top:0px;
}

.pm-prod-kont .padding-top-120 {
padding-top:100px;
}


.slider-produkt .bx-wrapper .bx-controls-direction a {
top:23%;
}

.person-box {
margin-bottom:10px;
background-position:bottom center;
}

.big-post {
display:block;
}

.blog-head {
padding-top:100px;
}

.newest-post {
padding-bottom:100px;
}

.all-post-head {
padding-top:100px;
}

.random-posts {
padding-bottom:100px;
}

.pm-prod-seo-1 .kf-text {
padding:100px 15px 0 15px;
max-width:1200px;
}

.pm-prod-seo-2 .kf-text {
padding:100px 15px 100px 15px;
max-width:1200px;
}

.pm-prod-kont img {
display:block;
margin:0 auto;
}

.slide {
height: 510px;

background-size:cover !important;
}

.not-standard-header .slide {
height: 610px;
background-size:cover !important;
background-position:center !important;
}

.header-slider .bx-wrapper .bx-controls-direction a {
width: 50px;
height: 80px;
background-size: contain;
top:40%;
z-index:999999999;
}

.header-slider .bx-wrapper .bx-controls-direction a:hover {
width: 50px;
height: 80px;
background-size: contain;
top:40%;
z-index:999999999;
}

.gray-quote .bx-controls-direction {
display:none;
}

.pm-header-blog .slider-quote .t-white.f-16 {
font-size:18px;
}

.not-standard-header .slide > p {
font-size:40px;
line-height:45px;
}

}





/* SMALL */
@media only screen and (max-width: 40em) {

.pm-menu-button {
right: 12px;
}



#main {
padding-right:15px;
}


.produkt-1 h3 {
padding-top:110px;
}

.header-slider .bx-wrapper .bx-controls-direction a {
width: 30px;
height: 70px;
background-size: contain;
top:40%;
z-index:999999999;
}

.header-slider .bx-wrapper .bx-controls-direction a:hover {
width: 30px;
height: 70px;
background-size: contain;
top:40%;
z-index:999999999;
}

	.page-id-2 .storyboard {
	padding-top:40px;
	}

	.page-id-2 .slide p {
    padding-top: 347px;
}

	.page-id-348  .slide p {
    padding-top: 347px;
}
	.page-id-180 .slide p {
    padding-top: 347px;
}

	.page-id-175 .slide p {
    padding-top: 347px;
}

	.page-id-177 .slide p {
    padding-top: 347px;
}

	.page-id-182 .slide p {
    padding-top: 347px;
}

.slide {
height: 430px;

background-size:cover !important;
}

.not-standard-header .slide {
height: 530px;
}

.slider-quote .quote {
font-size:20px;
}

#bwg_container1_0 #bwg_container2_0 .bwg_gal_title_0 {
font-size:30px !important;
}


.pm-prod-seo-1 .kf-text {
padding:50px 15px;
max-width:1200px;
}

.pm-prod-seo-2 .kf-text {
padding:50px 15px;
max-width:1200px;
}

.all-post {
padding-bottom:0px;
}

.random-posts {
padding-bottom:50px;
}

.all-post-head {
padding-top:50px;
}

.newest-post {
padding-bottom:50px;
}

.blog-head {
padding-top:50px;
}

.newest-post .large-6 {
margin-bottom:30px;
}

.all-post .large-4{
margin-bottom:30px;
}

.person-box-big {
background-position:bottom center !important;
margin-bottom:10px !important;
height: 990px !important;
background-color: #f6f6f6 !important;
}

.person-box {
height:650px;
background-position:bottom center;
margin-bottom:10px;
}

.karriere {
padding:50px 0;
}

.jobs button {
font-size:22px;
}

.standard-h1 {
font-size:30px;
}

.drehteile-branche .large-6:first-child {
padding-top:50px;
}

.pm-prod-kont {
padding-top:50px;
}
.pm-prod-kont .padding-top-120 {
padding-top:0px;
}

.text-right {
text-align:left !important;
}

.kf-top-menu p {
padding-right:0px;
}

.slide p {
    font-size: 28px !important;
    line-height: 35px !important;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 319px;
}

.header-slider .menu-row button {
right:10px;
}

.header-slider .menu-row img {
width:100px;
display:block;
margin: -15px auto 0;
}

.werbung .box h4 {
padding-right: 60px;
}


.header-slider .menu-row a {
width:auto;
}


.slider-produkt .bx-wrapper .bx-controls-direction a {
top: 400px;
width: 35px;
height: 50px;
background-size: contain;
}


.menu-topmenu-container {
left:0px;
}

.menu-topmenu-container ul li a{
font-size: 34px;
line-height: 50px;
}

.menu-close {
top: 82px;
right: 23px;
}

#menu-topmenu .has-dropdown > a:after {
width: 40px;
height: 21px;
background-size: cover;
}

#menu-topmenu .has-dropdown:hover > a:after {
width: 40px;
height: 21px;
background-size: cover;
}

#menu-topmenu .has-dropdown .dropdown a {
font-size: 25px;
line-height: 36px;
}

.drehteile {
padding-top:50px;
padding-bottom:50px;
}

.f-60 {
font-size:30px;
}

.h1 {
font-size:30px;
}

.kf-dark-text p {
padding-right:0px;
}

.pm-prod-kont h3 {
font-size:30px;
line-height:35px;
}

.storyboard-box .box h4 {
font-size:30px;
}

.quote {
font-size:28px !important;
}

.storyboard-box .box {
height:auto;
background:none;
border:1px solid #fff;
margin-bottom:20px;
}

.action {
padding-top:50px;
padding-bottom:50px;
background:none;
}

h3 {
font-size:30px;
}

.sticky-icon {
    top: 210px;
}

.werbung {
padding:50px 0;
}

.werbung p.padding-bot-50 {
padding-bottom:0px;
}

.werbung .box {
height:auto;
margin-bottom:10px;
}

.werbung .box .button {
position:relative;
}

.newsletter input {
width:100%;
max-width:271px;
}

.werbung .box .star {
right:20px;
top:30px;
}

.kf-top-menu p a {
display:block;
}

.kf-top-menu p span a {
display:inline-block;
}

.kf-top-menu p {
 line-height: 15px;
}

.kf-top-menu span {
padding-top:10px;
}

.pm-unter-seo-1 h1 {
font-size:30px;
padding-top:0px;
}

.pm-unter-seo-1 {
padding-top:50px;
}

h2 {
font-size:30px;
}

.pm-unter-seo-2 {
padding:50px 0;
}

#slider-4 {
display:table-cell;
vertical-align:middle;
}

.pm-unter-hist img {
float:none;
display:block;
margin:0 auto;
}

.pm-unter-hist .large-6 p {
padding-top:30px;
}

.drehteile-icon-row img{
display:block;
margin:0 auto;
}

.kf-post-title {
height:auto;
}

.not-standard-header .slide > p {
font-size:30px !important;
line-height:40px !important;
}

.gray-quote .bx-controls-direction {
display:none;
}

.pm-header-unternahmen .slide-1 {
background-position: center;
}


.pm-unter-hist .bx-wrapper .bx-controls-direction a {
width: 30px;
height: 70px;
background-size: contain;
top:18%;
z-index:999999999;
}

.pm-unter-hist .bx-wrapper .bx-controls-direction a:hover {
width: 30px;
height: 70px;
background-size: contain;
top:18%;
z-index:999999999;
}

.pm-unter-hist .bx-wrapper .bx-next {
right:15px;
}

.pm-unter-hist .bx-wrapper .bx-prev {
left:15px;
}

.pm-header-produktion .slide-1 {
background-position: center;
}

.pm-header-blog .slider-quote .t-white.f-16 {
font-size:16px !important;
}

.pm-header-blog .slide {
height:630px;
background-size:cover !important;
background-position:center !important;
}

}

.bg-drehteile-branche {
background: url(./layout/bg-drehteile-branche.jpg);
background-position:center;
}




.slide-1 {
background: url(./layout/GD_Loga_Startseite.jpg) !important;
background-size: cover!important;
background-position:center !important;
}

.pm-header-blog .slide-1 {
background: url(./layout/GD_Loga_Blog.jpg) !important;
background-size: cover!important;
background-position:center !important;
}

.pm-header-ansprechaprtner .slide-1 {
background: url(./layout/GD_Loga_Ansprechpartner.jpg) !important;
background-size: cover !important;
background-position:center !important;
}

.pm-header-karriere .slide-1 {
background: url(./layout/GD_Loga_Karriere.jpg) !important;
background-size: cover !important;
background-position:center !important;
}

.pm-header-produktion .slide-1 {
background: url(./layout/GD_Loga_Produktion.jpg) !important;
background-size: cover !important;
background-position:center !important;
}

.pm-header-quali .slide-1 {
background: url(./layout/GD_Loga_Qualitaet.jpg) !important;
background-size: cover !important;
background-position:center !important;
}

.pm-header-unternahmen .slide-1 {
background: url(./layout/GD_Loga_Unternehmen.jpg) !important;
background-size: cover !important;
background-position:center !important;
}

.slide-1.slide.bg-hohlschraube {
background: url(./layout/bg-hohlschraube.jpg) !important;
background-position:center !important;
background-size: cover !important;
}
.slide-1.slide.bg-ringstutzen {
background: url(./layout/bg-ringstutzen.jpg) !important;
background-position:center !important;
background-size: cover !important;
}

@media only screen and (max-width: 40em) {

.slide-1 {
background: url(./layout/GD_Loga_Startseite_Mobile.jpg) !important;
background-size: cover!important;
background-position:center !important;
}

.pm-header-blog .slide-1 {
background: url(./layout/GD_Loga_Blog_Mobile.jpg) !important;
background-size: cover!important;
background-position:center !important;
}

.pm-header-ansprechaprtner .slide-1 {
background: url(./layout/GD_Loga_Ansprechpartner_Mobile.jpg) !important;
background-size: cover!important;
background-position:center !important;
}

.pm-header-karriere .slide-1 {
background: url(./layout/GD_Loga_Karriere_Mobile.jpg) !important;
background-size: cover !important;
background-position:center !important;
}

.pm-header-produktion .slide-1 {
background: url(./layout/GD_Loga_Produktion_Mobile.jpg) !important;
background-size: cover !important;
background-position:center !important;
}

.pm-header-quali .slide-1 {
background: url(./layout/GD_Loga_Qualitaet_Mobile.jpg) !important;
background-size: cover !important;
background-position:center !important;
}



.slide-1.slide.bg-hohlschraube {
background: url(./layout/hohlschrauben-mobil.jpg) !important;
background-size: cover !important;
background-position:center !important;
}
.slide-1.slide.bg-ringstutzen {
background: url(./layout/ringstutzen-mobil.png) !important;
background-size: cover !important;
background-position:center !important;
}

}


@media only screen and (min-width: 440px) and (max-width: 640px) {

.pm-header-unternahmen .slide-1 {
background: url(./layout/GD_Loga_Unternehmen_Mobile.jpg) !important;
background-size: cover !important;
background-position:center !important;
}
}

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

.pm-header-unternahmen .slide-1 {
background: url(./layout/GD_Loga_Unternehmen_Mobile.jpg) !important;
background-size: contain !important;
background-position: center top !important;
background-repeat: no-repeat !important;
}
}





.slide-1.slide.bg-elektrotechnik {
background: url(./layout/bg-elektrotechnik.jpg) !important;
background-position:center !important;
background-size: cover !important;
}

.slide-1.slide.bg-hydraulik {
background: url(./layout/bg-hydraulik.jpg) !important;
background-position:center !important;
background-size: cover !important;
}

.slide-1.slide.bg-maschinenbau-1 {
background: url(./layout/bg-maschinenbau-1.jpg) !important;
background-position:center !important;
background-size: cover !important;
}

.slide-1.slide.bg-maschinenbau-2 {
background: url(./layout/bg-maschinenbau-2.jpg) !important;
background-position:center !important;
background-size: cover !important;
}

.slide-1.slide.bg-automobil-1 {
background: url(./layout/bg-automobil-1.jpg) !important;
background-position:center !important;
background-size: cover !important;
}

.slide-1.slide.bg-automobil-2 {
background: url(./layout/bg-automobil-2.jpg) !important;
background-position:center !important;
background-size: cover !important;
}

.slide-1.slide.bg-drehteile-branche {
background: url(./layout/bg-drehteile-branche.jpg) !important;
background-position:center !important;
background-size: cover !important;
}





.page-id-2 .kf-dark-text p, .page-id-2 .kf-dark-text h1 {

    color: #fff !important;

}

.page-id-2 .kf-dark-text .h-separator {

    background: #fff !important;

}










/* Form */

.mc-form {
background: #e5e7ea;
padding: 40px 40px;
}

.mc-form h4 {
color: #AB0A3D;
font-size: 26px;
line-height: 36.4px;
margin-top: 30px;
}

.mc-form select {
margin: 0 0 1rem 0;
background: #f3f3f3;
}

.mc-form input {
background: #f3f3f3;
}
.mc-form textarea {
background: #f3f3f3;
height: 110px;
}

.mc-form .acceptance-875 .wpcf7-list-item {
margin: 0;
}
.mc-form .acceptance-875 .wpcf7-list-item input{
margin-right: 30px;
}

.mc-form .mc-violet {
background-color: #AB0A3D !important;
color: #fff;
padding: 30px 30px 15px 30px;
margin: 30px 0;
}
.mc-form .mc-violet span {
color: #fff !important;
font-weight: bold;
}


.mc-form  .mc-submit {
padding: 15px 30px;
color: #fff;
background-color: #AB0A3D;
margin: 0 auto;
display: block;
width: auto;
max-width: 150px;
text-align: center;
}

.mc-form .wpcf7-not-valid-tip {
margin-top: -15px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
background-color: #ffb900;
padding: 20px 30px;
}

.wpcf7 form.sent .wpcf7-response-output {
background-color: #46b450;
padding: 20px 30px;
color: #fff;
}

.sfsi_wDiv {
display: none !important;
}
.sfsi_wDiv-new {
width: 40px !important;
top: calc(50% - 54px) !important;
position: fixed !important;
right: 10px !important;
}

.inst-button-sh {
position:fixed;
top:20%;
right:0px;	
background:#AB0A3D;
z-index:9999999;
max-width:255px;
padding:20px;
}

.inst-button-sh h4{
font-size:18px;
color:#fff;
padding-bottom:0px;
font-weight: 500;
}

.inst-button-sh p{
font-size:15px;
color:#fff;
margin-bottom:0px;
}


@media only screen and (max-width: 640px) {
.inst-button-sh {
display:none;
}
}


.sh-single-stelle-flex {
display: flex;
justify-content: space-between;
margin-top: 50px;
}
.sh-single-stelle-flex .sh-single-stelle-flex-box {
width: 30%;
border: 2px solid #AB0A3D;
padding: 20px 20px;
background: #AB0A3D;
}
.sh-single-stelle-flex .sh-single-stelle-flex-box h4, .sh-single-stelle-flex .sh-single-stelle-flex-box p {
color: #fff !important;
}

.single-stelle .sh-normal-text {
margin-top: 60px;

}
.single-stelle .sh-normal-text p {
font-size: 26px;

}
