@charset "UTF-8";
/*!
Theme Name: Sägewerk Müller Theme
Theme URI:
Description: Individuell programmiertes Theme
Author: Ralf Hoffmeister, Design DLKM / Herr Koch
Author URI: http://ralfhoffmeister.de
Version: 1.0
*/

/* CSS Document */


/* ========================================================= */
/* = ================= ADJUSTMENTS ======================= = */
/* ========================================================= */

/*RESET
   http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
   License: none (public domain)
**************************************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,button{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
/*SELF CLEAR FLOATING ELEMENTS
**************************************************************/
.clear:after{content:".";display:block;height:0;font-size:0;clear:both;visibility:hidden}* html .clear{height:1%}*:first-child+html .clear{min-height:1px}
/*BORDER-BOX LAYOUT
**************************************************************/
*, *:before, *:after {-webkit-box-sizing: border-box;box-sizing: border-box;}
/*WP-CORE
**************************************************************/
.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}.aligncenter{display:block;margin:5px auto}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left;margin:5px 20px 20px 0}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}



/* ========================================================= */
/* = ==================== PLUGINS ======================== = */
/* ========================================================= */
/*Base Styles for third party plugins e.g. Slider, Lightbox*/




/* ========== */
/* = HELPER = */
/* ========== */

/*MISC
**************************************************************/

.circle {
  border-radius: 50%;
}

/*Call to Action Button*/
.cta {
  display: inline-block;
  outline: none;
  border: 1px solid;
  color: #fff;
  background-color: #000;
  text-align: center;
  text-decoration: none;
  padding: .25em .5em .35em;
  line-height: 1;
  -webkit-transition: all .15s ease-in-out;
          transition: all .15s ease-in-out;
}

  .cta:hover {
    background-color: #fff;
    color: #000;
  }

  .cta:active,
  .cta.active {
    background-color: #000;
    color: #fff;
    -webkit-transition: none;
            transition: none;
  }

  .warning-msg {
    border-left: 5px solid #f00;
    padding-left: 10px;
  }

  .info-msg {
    border-left: 5px solid #aaa;
    padding-left: 10px;
  }

  .okay-msg {
    border-left: 5px solid #0f0;
    padding-left: 10px;
  }


/*TYPOGRAPHY & LAYOUT
**************************************************************/

/*size*/
.small { font-size: .75em; }
.medium { font-size: 1.5em; }
.large { font-size: 2em; }
.x-large { font-size: 2.5em; }

/*alignment*/
.align-center { text-align: center; }
.align-justify { text-align: justify; }
.align-right { text-align: right; }
.align-left {text-align: left; }

/*styling*/
.drop-cap {
  font-size: 3em;
  line-height: 1;
  font-weight: 600;
  padding: 2px 8px 0 0;
  float: left; }
.run-in { font-weight: bold;}
.italic {font-style: italic;}
.bold {font-weight: 700;}
.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }

/*other*/
.hide-text {border: 0;font: 0/0 a;text-shadow: none;color: transparent;}

.smooth {-webkit-font-smoothing: antialiased;}
.sub-smooth {-webkit-font-smoothing: subpixel-antialiased;}

.r-br {display: none;} /*responsive line break - no break on mobile*/

@media screen and (min-width: 600px) {
    .r-br {display: block;} /*responsive line break*/
  }


/*DISPLAY OPTIONS
**************************************************************/

/*floats*/
@media screen and (min-width: 600px) {
  .left {float: left;}
  .right {float: right;}
}

/*display*/
.block {display: block;}
.inline {display: inline;}

/*position*/
.fixed {position: fixed;}
.absolute {position: absolute;}
.relative {position: relative;}
.static {position: static;}

.slick-dots li:only-child {
    display: none;
}



/* ========================================================= */
/* = ===================== BASE STYLES =================== = */
/* ========================================================= */
/*Basic Styling for Headlines, Forms, links etc. */

 html {
  min-height: 100%;
  font-size: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

body {
  position: relative;
  min-height: 100%;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 1.4;
}

p {
  margin-bottom: 7px;
  -epub-word-break: hyphenate;
    -ms-word-break: hyphenate;
  word-break: normal;
   word-wrap: normal;
  -webkit-hyphens: none;
    -epub-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

h1 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 42px;
}

@media screen and (min-width: 600px) {
  h1 {
    font-size: 80px;
    line-height: 84px;
  }
}

h2 {
  font-size: 41px;
  line-height: 42px;
  margin-bottom: 32px;
}

@media screen and (min-width: 600px) {
  h2 {
    font-size: 80px;
    line-height: 84px;
  }
}

h3 {
  font-size: 30px;
  line-height: 35px;
}

h4 {
  font-size: 18px;
  line-height: 1.3;
}

h5 {
  font-size: 18px;
  line-height: 1.3;
}

h6 {
  font-size: 18px;
  line-height: 1.3;
}

.error404 .section-error {
	padding-top: 100px;
	padding-bottom: 100px;
}

a {
    border: 0;
    outline: 0;
    color: inherit;
}
  a:hover {

  }
  a:focus {

  }
  a:active {

  }

button,
.cta {
  cursor: pointer;
}
  button:hover {
    background-color: #aaa;
  }
  button:focus {
    background-color: #aaa;
  }
  button:active {
      background-color: #000;
      color: #fff;
  }

em {
  font-style: italic;
}

strong {
  font-weight: 800;
}

code {
  font-family: courier, monospace;
  background-color: #eee;
  padding: 0 5px;
}

address {
  font-style: italic;
}

pre {
  font-family: courier, monospace;
  white-space: pre-wrap;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
   list-style-position:inside;
}

nav li {
  list-style: none;
}

.content li {
  position: relative;
  padding-left: 15px;
  font-size: 20px;
  line-height: 28px;
  list-style: none;
}

.content li:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
  font-size: 50px;
  vertical-align: middle;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 14px;
}

img {
  display: block;
	position: relative;
  max-width: 100%;
  width: auto; /* ie8 */
  height: auto !important;
  -ms-interpolation-mode: bicubic;
  image-rendering: -webkit-optimize-contrast;
  border: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

sup {
    vertical-align: super;
    font-size: smaller;
}

video {
	width: 100%;
  max-width: 100%;
  height: auto !important;
  display: block;
}

blockquote,
blockquote > p {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.3;
  }

  .bq-ref {
    font-size: .66em;
    font-weight: 200;
    padding-left: 10px;
    font-style: italic;
    -webkit-hyphens: none;
    -epub-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
          white-space: nowrap;
  }

input,
select,
textarea,
button{
  font-family:inherit;
  font-size: inherit;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  font-size: 20px;
  display: block;
  cursor: pointer;
  width: 100%;
  border: 1px solid #CBCBCB;
  background-color: #fff;
  padding: 10px 10px;
  margin-bottom: 20px;
}
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  textarea:focus {
    border-color: #8CACB2;
  }

  label {
    font-size: 20px;
  }

  input.wpcf7-form-control.wpcf7-submit {
    float: right;
    border: none;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 64px;
    margin-bottom: 50px;
    background-color: #a37a3d;
    color: #fff;
}

/*
  ::-webkit-input-placeholder,
  :-moz-placeholder,
  ::-moz-placeholder,
  :-ms-input-placeholder {

  }

  input::-webkit-input-placeholder {
    color: #fff;
  }

  input:-moz-placeholder {
    color: #fff;
  }

  input::-moz-placeholder {
    color: #fff;
  }

  input:-ms-input-placeholder {
    color: #fff;
  }
*/



    input:focus::-webkit-input-placeholder,
    input:focus:-ms-input-placeholder,
    input:focus::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder,
    textarea:focus:-ms-input-placeholder,
    textarea:focus::-webkit-input-placeholder {
      color:transparent;
    }



    input:focus::-webkit-input-placeholder,
    input:focus:-ms-input-placeholder,
    input:focus::placeholder,
    textarea:focus::-webkit-input-placeholder,
    textarea:focus:-ms-input-placeholder,
    textarea:focus::placeholder {
      color:transparent;
    }


input[type="submit"],
button {
  /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}
  input[type="submit"]:hover,
  button:hover {

  }
  input[type="submit"]:active,
  button:active {

  }
  input[type="submit"]:focus,
  button:focus {

  }

/*  ::-webkit-selection { background-color: #aaa; color: #fff; }
     ::-moz-selection { background-color: #aaa; color: #fff; }
          ::selection { background-color: #aaa; color: #fff; }

         h1::-webkit-selection { color: #222; }
            h1::-moz-selection { color: #222; }
                 h1::selection { color: #222; }

         h2::-webkit-selection { color: #222; }
            h2::-moz-selection { color: #222; }
                 h2::selection { color: #222; }

         h3::-webkit-selection { color: #222; }
            h3::-moz-selection { color: #222; }
                 h3::selection { color: #222; }

         h4::-webkit-selection { color: #222; }
            h4::-moz-selection { color: #222; }
                 h4::selection { color: #222; }

         h5::-webkit-selection { color: #222; }
            h5::-moz-selection { color: #222; }
                 h5::selection { color: #222; }

         h6::-webkit-selection { color: #222; }
            h6::-moz-selection { color: #222; }
                 h6::selection { color: #222; }

          a::-webkit-selection { color: #222; }
             a::-moz-selection { color: #222; }
                  a::selection { color: #222; }

 blockquote::-webkit-selection { color: #222; }
    blockquote::-moz-selection { color: #222; }
         blockquote::selection { color: #222; } */

/*FONT AND COLOR CLASSES
**************************************************************/

.sans { font-family: Verdana, sans-serif; }
.serif { font-family: Georgia, Times, serif; }
.mono { font-family: courier, monospace; }
.fancy {
  font-family: "Didot", "Times New Roman", Georgia, Times, serif;
  -webkit-font-feature-settings: "liga" 1;
          font-feature-settings: "liga" 1;
}

.base-color {        color: #ccc;}
.base-bg {background-color: #ccc;}

.body-color {        color: #444;}
.body-bg {background-color: #444;}

.accent-color {        color: #f00;}
.accent-bg {background-color: #f00;}

.soft-color {        color: #fbb;}
.soft-bg {background-color: #fbb;}







/* ========================================================= */
/* = =================PAGE STRUCTURE====================== = */
/* ========================================================= */
/* Basic Page Structure (Container and Frame Sizes, standard-Padding etc...)

  section:  always full width, contains frames that belong together, can have full-width-bg;

  .frame:   defines content width, contains page modules, often centered (margin: 0 auto);

  .module:  contains elements that belong together, can have padding;
            modules can be: widgets, forms, author-info, search-field, intro, slideshow, etc.;

  .page-pad: adds left & right padding to element;
              reccomenden for full-width modules, outer padding, so the content doesn’t stick to the window;
  .half,
  .third,
  .quarter: special modules, that are mainly used for grids. if used inside modules, containing module should have no padding;

  _____________
  How it works:

  section___________________________________________________________
  |          .frame______________________________________           |
  |          |      .module________________________      |          |
  |          |      |                              |     |          |
  |          |      |  elments, forms...           |     |          |
  |          |      |  modules have padding,       |     |          |
  |          |      |  sections and frames not     |     |          |
  |          |      |______________________________|     |          |
  |          |___________________________________________|          |
  |          .frame.clear________________________________           |
  |          |      .half__________.half___________      |          |
  |          |      |              |               |     |          |
  |          |      |              |               |     |          |
  |          |      |              |               |     |          |
  |          |      |              |               |     |          |
  |          |      |______________|_______________|     |          |
  |          |___________________________________________|          |
  |_________________________________________________________________|
  section___________________________________________________________
  |          .frame.clear________________________________           |
  |          |      .quarter_.third________________      |          |
  |          |      |        |                     |     |          |
  |          |      |        |                     |     |          |
  |          |      |        |                     |     |          |
  |          |      |        |                     |     |          |
  |          |      |________|_____________________|     |          |
  |          |___________________________________________|          |
  |_________________________________________________________________|
*/



/*PAGE-SEGMENTS
**************************************************************/

.container { /*contains the whole Page */
  position: relative;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
}

  .content {
    position: relative;
    padding-bottom: 64px;
  }

    .frame,
    [class*=frame-] { /*frame, contains Content-Modules, no padding!*/
      position: relative;
      width: 100%;
      max-width: 1300px;
      margin: 0 auto;
    }

      .module,
      [class*=module-] { /*module, lives inside .frame, contains  */
        padding: 0 32px;
      }


        .page-pad,
        .page-padding { /* adds l/r padding to element */
          padding: 32px;
        }



/*GRID
**************************************************************/

.half,
.third, .third.double,
.quarter, .quarter.triple  {
  width: 100%;
  position: relative;
  float: none;
}

@media screen and (min-width: 600px) {

  .half {
    width: 50.000000%;
    float: left;}

  .third {
    width: 33.333333%;
    float: left;}

    .third.double {
      width: 66.666666%;
      float: left;}

  .quarter {
    width: 25.000000%;
    float: left;}

    .quarter.triple {
      width: 75.000000%;
      float: left;}

}


/* ========================================================= */
/* = ==================== MODULES ======================== = */
/* ========================================================= */
/*
specific Layout-Modules and Components. keep it light, specifics and variations will be defined in content.css
(Class-Name System: .moduleName-componentName-state)
*/



/* ========== */
/* = HEADER = */
/* ========== */
/*Header stuff (Navigation, Logo etc.)*/

header {
  width: 100%;
  position: absolute;
  z-index: 10;
}

.home header {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}

header > .frame {
  padding: 32px;
  max-width: none;
}

.logo {
  display: block;
  position: relative;
  text-decoration: none;
  background-image: url(images/ui/logo-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 139px;
  height: 33px;
}

.home .logo {
    background-image: url(images/ui/logo-white.svg);
}

@media screen and (min-width: 800px) { 
    .logo {
        width: 192px;
        height: 54px;
        background-image: url(https://www.xn--sgewerk-mller-bfb28a.de/wordpress-saegewerk-mueller/wp-content/uploads/2018/06/mueller-logo-U-schwarz.svg);
    }

    .home .logo {
        background-image: url(https://www.xn--sgewerk-mller-bfb28a.de/wordpress-saegewerk-mueller/wp-content/uploads/2018/06/mueller-logo-U-weiss.svg);
    }
}




/*Main-Nav*/
.main-nav {
  position: fixed;
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
  height: auto;
  max-height: 0px;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity .25s ease-in-out;
          transition: opacity .25s ease-in-out;
}



.nav_is_open .main-nav {
  max-height: 100vh;
  visibility: visible;
  background-color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  overflow: auto;
}

  .main-nav > ul {
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;

  }

    .main-nav li {
      list-style: none;
    }

      .main-nav a {
        display: block;
        padding: 10px;
        color: #000;
        text-decoration: none;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
      }

        .main-nav .current-menu-ancestor > a {
          color: #aaa;
        }

        .main-nav .current-menu-item > a {
          color: #aaa;
        }

  .menu-button,
  .menu-button:hover,
  .menu-button:focus {
    display: block;
    position: absolute;
    top: 27px;
    right: 17px;
    width: 40px;
    height: 40px;
    border: none;
    background-image: url('https://www.xn--sgewerk-mller-bfb28a.de/wordpress-saegewerk-mueller/wp-content/uploads/2018/06/open-menu.svg');
    background-color:transparent;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 80px;
    outline: none;
  }

 @media screen and (min-width: 370px) {
  .menu-button,
  .menu-button:hover,
  .menu-button:focus {
    right: 37px;
  }
}

  @media screen and (min-width: 800px) { 
    .menu-button,
    .menu-button:hover,
    .menu-button:focus {
      width: 82px;
    }
  
  }


  .home .menu-button,
  .home .menu-button:hover,
  .home .menu-button:focus {
    background-image: url('https://www.xn--sgewerk-mller-bfb28a.de/wordpress-saegewerk-mueller/wp-content/uploads/2018/06/open-menu-w.svg');
  }

    .nav_is_open .menu-button,
    .nav_is_open .menu-button:hover,
    .nav_is_open .menu-button:focus {
      background-image: url('images/ui/close-icon-black.svg');
      background-size: 30px;
    }



.phone-button span {
    display: none;
}

    .phone-button {
        position: absolute;
        display: inline-block;
        font-size: 14px;
        width: 25px;
        height: 25px;
        top: 33px;
        right: 75px; 
        background-image: url(https://www.xn--sgewerk-mller-bfb28a.de/wordpress-saegewerk-mueller/wp-content/uploads/2018/06/telephone_white.svg);
        background-position: left center;
        background-size: 25px 25px;
        background-repeat: no-repeat;
        color: #fff;
        text-decoration: none;
        padding-left: 23px;
    }

    .phone-button-black {
        background-image: url(https://www.xn--sgewerk-mller-bfb28a.de/wordpress-saegewerk-mueller/wp-content/uploads/2018/06/telephone_black.svg);
        color: #000;
    }

    @media screen and (min-width: 370px) { 
.phone-button {
        right: 100px; 
    }
}

    @media screen and (min-width: 500px) { 
.phone-button {
        right: 130px; 
    }
}

    @media screen and (min-width: 800px) { 
        .phone-button {
            right: 320px;
            width: auto;
            top: 38px;
            background-size: 19px 19px;
        }
        
        .phone-button span {
            display: inline;
        }
    }

/* =========== */
/* = CONTENT = */
/* =========== */
/*Content Styling for Page Templates, e.g. variations from the module section*/

.hero img,
.hero video {
    max-width: none;
    width: 100%;
}

.hero {
    margin-bottom: 64px;
}

.narrow-content {
    max-width: 1008px;
    margin-bottom: 192px;
}

.wide-content {
    max-width: none;
    margin-bottom: 192px;
}

.narrow-content blockquote {
    max-width: 770px;
}

.wide-content blockquote {
    max-width: 975px;
}

@media screen and (min-width: 800px) {
    .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .flex-end {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
}

.flex_1,
.flex_2,
.flex_3 {
    display: block;
}

@media screen and (min-width: 800px) {
    .flex_3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 3;
            -ms-flex: 3 3 75%;
                flex: 3 3 75%;
    }

    .flex_2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 2;
            -ms-flex: 2 2 50%;
                flex: 2 2 50%;
    }

    .flex_1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 25%;
                flex: 1 1 25%;
    }
}

.section-img-ls {
    margin-bottom: 64px;
}

.section-img-ls > .frame,
.section-dreispaltig > .img-ls,
.section-fullwidth > .frame,
.section-half-img > .frame {
  max-width: none;
}

.section-fullwidth img {
  width: 100%;
}


    .img-caption {

        /* max-width: 650px; */
        background-color: #fff;
        padding-top: 64px;
        padding-bottom: 64px;
        padding-left: 47px;
        padding-right: 47px;
    }

@media screen and (min-width: 800px) {
    .img-caption {
        width: 50%;
    }
}

@media screen and (min-width: 1100px) {
  .img-caption {
    padding-top: 128px;
    padding-bottom: 128px;
    padding-left: 92px;
    padding-right: 92px;
}
}

    .img-caption p {
        font-size: 20px;
        line-height: 24px;
    }

    @media screen and (min-width: 1100px) {
      .img-caption p {
        font-size: 30px;
        line-height: 35px;
      }
    }

    .img-half {
        margin-bottom: 64px;
    }

    .img-half.flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .img-half > div {
      width: 50%;
    }

    .img-half img {
      width: 100%;
      max-width: none;
    }

    .section-dreispaltig > .frame {
        margin-bottom: 192px;
    }

    /* .section-dreispaltig p {
      font-size: 16px;
      line-height: 1.375;
    } */

    .section-dreispaltig > .img-ls {
        margin-bottom: 64px;
    }

@media screen and (min-width: 800px) {
  .section-narrow.reverse .narrow-content {
    margin-left: 25%;
}
}

.section-fullwidth > .frame {
    margin-bottom: 128px;
}

@media screen and (min-width: 800px) {
    .inset64 {
        position: relative;
        margin-top: -64px;
        z-index: 1;
    }

    .inset32 {
        position: relative;
        margin-top: -32px;
        z-index: 1;
    }
}

.section-fullwidth .img-caption {
    float: right;
}

.section-generationen > .frame {
    margin-bottom: 64px;
}

.section-narrow-generationen blockquote {
    max-width: 975px;
}

.section-twocols > .frame {
    margin-bottom: 192px;
}

#video-controls {
  position: absolute;
  bottom: 0;
}

#play-pause {
  width: 40px;
  height: 40px;
  margin-bottom: 36px;
  margin-left: 40px;
  background-color: transparent !important;
  background-image: url(images/ui/play.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 800px) { 
    #play-pause {
        width: 45px;
        height: 45px;
      }
}

#play-pause.playing {
  background-image: url(images/ui/stop.png);
}

#mute {
  background-color: transparent !important;
  width: 40px;
  height: 40px;
  margin-bottom: 36px;
  margin-left: 20px;
  background-image: url(images/ui/mute.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 800px) { 
    #mute {
        width: 45px;
        height: 45px;
      }
}

#mute.muted {
  background-image: url(images/ui/speaker.png);
}

.page-template-default h1,
.page-template-page-kontakt h1 {
font-size: 40px;
line-height: 84px;
}

.page-template-default h2,
.page-template-page-kontakt h2 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 0;
  }

  .page-template-default .content,
  .page-template-page-kontakt .content {
    padding-top: 155px;
  }

  .page-template-page-kontakt .frame {
    max-width: 1160px;
  }

  .page-template-page-kontakt header > .frame,
  .page-template-default header > .frame {
    max-width: none;
  }

  .page-template-default p {
    margin-bottom: 32px;
  }

  .page-template-default header {
    width: 100%;
  }

  .acf-map {
    width: 100%;
    height: 600px;
  }

  .kontaktdaten {
      margin-bottom: 80px;
  }

  .kontaktdaten p {
    font-size: 20px;
  }

  .section-kontakt > .flex {
    display: block;

  }

  .section-kontakt .flex_2 {
    display: block;
    width: 100%;
  }

  @media screen and (min-width: 1000px) {
    .section-kontakt > .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .section-kontakt .flex_2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 25%;
              flex: 1 1 25%;
    }

    .kontaktdaten p {
      padding-top: 64px;
      font-size: 20px;
      margin: 0 auto;
    }
  }

  .img-s {
    /* max-width: 325px; */
    width: 100%;
}

.section-dreispaltig .img-s {
  display: none;
}

@media screen and (min-width: 800px) {
  .section-dreispaltig .img-s {
    display: block;
  }
}

@media screen and (min-width: 800px) {
  .img-s,
  .img-l {
    max-width: none;
    width: 100%;
}
}

/* ========== */
/* = FOOTER = */
/* ========== */

footer {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #000;
}

.footer-l {
  float: left;
}

.footer-r {
  float: right;
}

.footer-nav li {
  float: left;
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #000;
}

.footer-nav li:last-child {
  border-right: none;
}

.footer-nav a {
  text-decoration: none;
}


/* ================== */
/* = RETINA & PRINT = */
/* ================== */
/*retina and print styles here*/

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {



} /*END MEDIA RETINA*/

@media print {

  * { background: transparent !important; color: black !important; text-shadow: none !important; -webkit-filter:none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  html, body, p { font-size: 10pt; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }

} /*END MEDIA PRINT*/



