/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 21, 2015 */
@font-face {
  font-family: 'ralewaylight';
  src: url("fonts/raleway-light-webfont.eot");
  src: url("fonts/raleway-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/raleway-light-webfont.woff2") format("woff2"), url("fonts/raleway-light-webfont.woff") format("woff"), url("fonts/raleway-light-webfont.ttf") format("truetype"), url("fonts/raleway-light-webfont.svg#ralewaylight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: 200;
  src: url("fonts/raleway-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/raleway-light-webfont.woff2") format("woff2"), url("fonts/raleway-light-webfont.woff") format("woff"), url("fonts/raleway-light-webfont.ttf") format("truetype"), url("fonts/raleway-light-webfont.svg#raleway") format("svg");
}

@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/raleway-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/raleway-regular-webfont.woff2") format("woff2"), url("fonts/raleway-regular-webfont.woff") format("woff"), url("fonts/raleway-regular-webfont.ttf") format("truetype"), url("fonts/raleway-regular-webfont.svg#raleway") format("svg");
}

@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/raleway-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/raleway-medium-webfont.woff2") format("woff2"), url("fonts/raleway-medium-webfont.woff") format("woff"), url("fonts/raleway-medium-webfont.ttf") format("truetype"), url("fonts/raleway-medium-webfont.svg#raleway") format("svg");
}

@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/raleway-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/raleway-semibold-webfont.woff2") format("woff2"), url("fonts/raleway-semibold-webfont.woff") format("woff"), url("fonts/raleway-semibold-webfont.ttf") format("truetype"), url("fonts/raleway-semibold-webfont.svg#raleway") format("svg");
}

@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/raleway-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/raleway-bold-webfont.woff2") format("woff2"), url("fonts/raleway-bold-webfont.woff") format("woff"), url("fonts/raleway-bold-webfont.ttf") format("truetype"), url("fonts/raleway-bold-webfont.svg#raleway") format("svg");
}

@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/raleway-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/raleway-extrabold-webfont.woff2") format("woff2"), url("fonts/raleway-extrabold-webfont.woff") format("woff"), url("fonts/raleway-extrabold-webfont.ttf") format("truetype"), url("fonts/raleway-extrabold-webfont.svg#raleway") format("svg");
}

@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/raleway-black-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/raleway-black-webfont.woff2") format("woff2"), url("fonts/raleway-black-webfont.woff") format("woff"), url("fonts/raleway-black-webfont.ttf") format("truetype"), url("fonts/raleway-black-webfont.svg#raleway") format("svg");
}

html {
  color: #1E2626;
  font-size: 12px;
  line-height: 1.4;
}

@media screen and (min-width: 47.5em) {
  html {
    font-size: 13px;
  }
}

@media screen and (min-width: 63.75em) {
  html {
    font-size: 16px;
  }
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}


.grecaptcha-badge
{
	display:none !important;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* !RESETS */
* {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-after: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
}

* {
  font-family: 'raleway';
}

body {
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}

h1 {
  font-weight: 900;
}

h2 {
  font-weight: 800;
}

h3 {
  font-weight: 700;
}

h4 {
  font-weight: 600;
}

p {
  font-weight: 400;
}

.clear {
  clear: both;
}

header {
  background: #db3a04;
  max-height: 736px;
  position: relative;
  z-index: 10000;
}

header .navigation-wrapper {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 80px;
}

header .navigation-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

header .navigation-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

header .navigation-wrapper > div {
  width: 100%;
  max-width: 68em;
  position: absolute;
  background: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

header .navigation-wrapper a, header .navigation-wrapper a:active {
  color: #1E2626;
  text-decoration: none;
}

header .navigation-wrapper .logo {
  float: left;
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  position: absolute;
}

@media screen and (min-width: 63.75em) {
  header .navigation-wrapper .logo {
    padding-top: 0;
    padding-bottom: 10px;
    position: static;
  }
}

header .navigation-wrapper .logo svg {
  width: 56px;
  height: 56px;
}

@media screen and (min-width: 63.75em) {
  header .navigation-wrapper .logo svg {
    width: 98px;
    height: 98px;
  }
}

header .navigation-wrapper .logo svg .vector {
  fill: #db3a04;
}

header .navigation-wrapper address {
  font-style: normal;
  color: #1E2626;
  position: absolute;
  top: 8px;
  left: 130px;
  font-size: 13px;
  font-weight: 500;
  display: none;
}

header .navigation-wrapper address a {
  color: #db3a04;
}

@media screen and (min-width: 63.75em) {
  header .navigation-wrapper address {
    display: block;
  }
}

header .navigation-wrapper .menu-trigger {
  float: right;
}

header .navigation-wrapper iron-collapse {
  overflow: hidden;
}

header .navigation-wrapper iron-collapse.paper-submenu {
  clear: both;
}

header .navigation-wrapper paper-button span {
  vertical-align: middle;
}

header .navigation-wrapper paper-button > paper-ripple {
  color: #1E2626;
}

header .navigation-wrapper paper-button.Dichtungen > paper-ripple {
  color: #76C299;
}

header .navigation-wrapper paper-button.Konsolen > paper-ripple {
  color: #D6454C;
}

header .navigation-wrapper paper-button.Blech > paper-ripple {
  color: #CCCFDE;
}

header .navigation-wrapper #menubuttons {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 91.4702%;
  margin-right: 0;
  max-width: 898px;
  display: none;
  height: 80px;
}

header .navigation-wrapper #menubuttons:last-child {
  margin-right: 0;
}

@media screen and (min-width: 63.75em) {
  header .navigation-wrapper #menubuttons {
    display: block;
    position: absolute;
    bottom: 0;
    left: 130px;
    max-width: 880px;
  }
}

header .navigation-wrapper #menubuttons paper-button {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  height: 80px;
  line-height: 80px;
  padding: 0;
}

header .navigation-wrapper #menubuttons paper-button:last-child {
  margin-right: 0;
}

header .navigation-wrapper #langSel {
  width: 55px;
  display: none;
}

@media screen and (min-width: 63.75em) {
  header .navigation-wrapper #langSel {
    display: inline-block;
    position: absolute;
    right: 23px;
    bottom: 20px;
  }
}

header .navigation-wrapper #langSel input {
  text-transform: uppercase;
}

header .navigation-wrapper #langSel #dropdown {
  width: 80px;
}

header .navigation-wrapper #langSel #dropdown paper-item {
  text-align: center;
  text-transform: uppercase;
}

header .navigation-wrapper paper-menu {
  background: transparent;
}

@media screen and (min-width: 63.75em) {
  header .navigation-wrapper paper-menu {
    display: none;
  }
}

header .navigation-wrapper paper-menu #langButtons {
  margin-left: 8.5298%;
}

header .navigation-wrapper paper-menu.menu-content paper-item {
  border-bottom: 1px solid #db3a04;
}

header .navigation-wrapper paper-menu.menu-content a:first-child paper-item {
  border-top: 1px solid #db3a04;
}

header .navigation-wrapper paper-menu paper-button {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

header .navigation-wrapper paper-menu paper-button.langButton {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-left: 8.5298%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

header .navigation-wrapper paper-menu paper-button.langButton:last-child {
  margin-right: 0;
}

header .navigation-wrapper paper-menu paper-button.langButton.active {
  background: #db3a04;
  color: #ffffff;
}

header .navigation-wrapper paper-menu paper-item:focus:before, header .navigation-wrapper paper-menu paper-item:focus:after {
  background-color: #ffffff;
}

header .navigation-wrapper iron-collapse {
  margin-top: 20px;
  background: #ffffff;
}

header .navigation-wrapper iron-collapse paper-menu {
  padding-top: 0;
}

header .navigation-wrapper .menu-trigger {
  height: 80px;
  margin-top: -8px;
}

header nav {
  float: none;
}

@media screen and (min-width: 63.75em) {
  header nav {
    float: left;
    line-height: 1.5em;
    padding-top: 0.3em;
  }
}

.fr header .navigation-wrapper #menubuttons paper-button {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.fr header .navigation-wrapper #menubuttons paper-button:last-child {
  margin-right: 0;
}

/*
#Home .logo svg, #accueil .logo svg, #Uber_uns .logo svg, #a_propos .logo svg{
	width: 56px;
	height: 56px;
}	
*/
#Dichtungen header, #Joints header {
  background: #76C299;
}

#Konsolen header, #Consoles header {
  background: #D6454C;
}

#Blech .header, #Tole header {
  background: #CCCFDE;
}

#Uber_uns .header, #a_propos .header {
  background: #ffffff;
}

#Uber_uns .header h1, #a_propos .header h1 {
  color: #db3a04;
}

#Uber_uns .header .vector, #a_propos .header .vector {
  fill: #db3a04;
}

.headerBanner {
  margin-top: 15px;
}

.headerBanner > div {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}

.headerBanner > div::after {
  clear: both;
  content: "";
  display: table;
}

.headerBanner > div h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.headerBanner > div h1:nth-child(1) {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 25.58941%;
  margin-top: 70px;
  margin-bottom: 20px;
}

.headerBanner > div h1:nth-child(1):last-child {
  margin-right: 0;
}

@media screen and (min-width: 47.5em) {
  .headerBanner > div h1:nth-child(1) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-left: 0%;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 20px;
  }
  .headerBanner > div h1:nth-child(1):last-child {
    margin-right: 0;
  }
}

.headerBanner > div h1:nth-child(2) {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 1.8em;
  padding-bottom: 50px;
}

.headerBanner > div h1:nth-child(2):last-child {
  margin-right: 0;
}

@media screen and (min-width: 47.5em) {
  .headerBanner > div h1:nth-child(2) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    font-size: 3em;
    margin-top: 1.6em;
    text-align: left;
  }
  .headerBanner > div h1:nth-child(2):last-child {
    margin-right: 0;
  }
  .headerBanner > div h1:nth-child(2) span {
    padding: 5px;
  }
}

@media screen and (min-width: 63.75em) {
  .headerBanner > div h1:nth-child(2) {
    margin-top: 75px;
  }
}

#categories {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}

#categories::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 47.5em) {
  #categories {
    height: 64vh;
    max-height: 498px;
  }
}

@media screen and (min-width: 63.75em) {
  #categories {
    height: 55vh;
    max-height: 440px;
  }
}

#categories .bullets {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: auto;
  padding: 0;
  height: 100%;
}

#categories .bullets .bullet {
  padding-bottom: 1.5em;
  padding-top: 1.5em;
  text-decoration: none;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

#categories .bullets .bullet:last-child {
  margin-right: 0;
}

@media screen and (min-width: 47.5em) {
  #categories .bullets .bullet {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding-top: 3em;
  }
  #categories .bullets .bullet:last-child {
    margin-right: 0;
  }
}

#categories .bullets .bullet-icon {
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  height: 6em;
  width: 6em;
  padding: 2em;
}

@media screen and (min-width: 47.5em) {
  #categories .bullets .bullet-icon {
    height: 8em;
    width: 8em;
  }
}

#categories .bullets .bullet-icon.paper-button-0[elevation="1"] {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
}

#categories .bullets .bullet-content {
  margin-bottom: 1em;
  text-align: center;
}

@media screen and (min-width: 47.5em) {
  #categories .bullets .bullet-content {
    margin-bottom: 2em;
  }
}

#categories .bullets h3 {
  display: inline-block;
  font-size: 1.6em;
  color: #1E2626;
  margin: 0 0 0 0;
  padding-top: 0.8em;
  padding-bottom: 0.15em;
}

#categories .bullets li {
  list-style: none;
}

#categories .bullets p {
  color: #1E2626;
  line-height: 1.5em;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 16px;
}

#categories .bullets .bullet.dichtung .bullet-icon {
  background: rgba(118, 194, 153, 0.8);
}

#categories .bullets .bullet.dichtung .bullet-icon > paper-ripple {
  color: rgba(83, 136, 107, 0.3);
}

#categories .bullets .bullet.dichtung:hover .bullet-icon {
  background: #ffffff;
  border: 3px solid rgba(118, 194, 153, 0.8);
}

#categories .bullets .bullet.dichtung:hover .vector {
  fill: rgba(118, 194, 153, 0.8);
}

#categories .bullets .bullet.dichtung:hover h3 {
  color: rgba(118, 194, 153, 0.8);
}

#categories .bullets .bullet.konsole .bullet-icon {
  background: rgba(214, 69, 76, 0.9);
}

#categories .bullets .bullet.konsole .bullet-icon > paper-ripple {
  color: rgba(150, 48, 53, 0.3);
}

#categories .bullets .bullet.konsole:hover .bullet-icon {
  background: none;
  border: 3px solid rgba(214, 69, 76, 0.9);
}

#categories .bullets .bullet.konsole:hover .vector {
  fill: rgba(214, 69, 76, 0.9);
}

#categories .bullets .bullet.konsole:hover h3 {
  color: rgba(214, 69, 76, 0.9);
}

#categories .bullets .bullet.blech .bullet-icon {
  background: #CCCFDE;
}

#categories .bullets .bullet.blech .bullet-icon > paper-ripple {
  color: rgba(143, 145, 155, 0.3);
}

#categories .bullets .bullet.blech:hover .bullet-icon {
  background: none;
  border: 3px solid #CCCFDE;
}

#categories .bullets .bullet.blech:hover .vector {
  fill: #CCCFDE;
}

#categories .bullets .bullet.blech:hover h3 {
  color: #CCCFDE;
}

@media screen and (min-width: 47.5em) {
  #accueil #categories .bullets .bullet {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  #accueil #categories .bullets .bullet:last-child {
    margin-right: 0;
  }
}

#news {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #e8e8e8;
 
}

@media screen and (min-width: 47.5em) {
  #news {
    height: 431px;
  }
 
}

#news > div {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

#news > div a
{
 color:#000000;
}

#news > div::after {
  clear: both;
  content: "";
  display: table;
}

#news > div article {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 0%;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  height: 220px;
}

    .download-mobile
    {
    display:block;
    }

    #news > div article {
     margin-right: 2.35765%;
    width: 140px;
    margin-left: 0;    
  }   

    #news > div article:first-child {
    margin-right: 0;
    margin-left:80px;
  }
    
    
    #news > div article:last-child {
    margin-right: 0;
    margin-left:80px;
  }
    
     #news > div article:nth-child(2) {
    margin-right: 0;
    margin-left:80px;
  }
  

@media screen and (min-width: 26.25em) {
     
    .download-mobile
    {
    display:block;
    }    
    
    #news > div article {
     margin-right: 2.35765%;
    width: 140px;
    margin-left: 0;    
  }     
    
    
    #news > div article:first-child {
    margin-right: 0;
    margin-left:40px;
  }
    
    
    #news > div article:last-child {
    margin-right: 0;
    margin-left:40px;
  }
    
    #news > div article:nth-child(2) {
    margin-right: 0;
    margin-left:40px;
  }
    
}

@media screen and (min-width: 47.5em) {
   #news > div article {    
    width: 220px;
    margin-left: 0;
	height:280px;
  }     
    
   #news > div article:first-child {
       margin-left:10px;
       margin-right: 0;
  }    
    
    #news > div article:last-child {
        margin-right: 0;
  }
    
     #news > div article:nth-child(2) {
        margin-right: 0;
  }
    
    .download-mobile
    {
    display:none;
    }
}

@media screen and (min-width: 63.75em) {
  #news > div article {
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-left: 0;
	height:350px;
  }
  
    
     #news > div article:first-child {
        margin-left:50px;
        margin-right: 120px;
  }    
    
    #news > div article:last-child {
        margin-right: 0;
         margin-left: 0;
  }
    
     #news > div article:nth-child(2) {        
        margin-right: 120px;
         margin-left: 0;
  }
    
    .download-mobile
    {
    display:none;
    }
    
}

#news > div article .newsOverlay {
  display: none;
  width:100%;
  height:100%;
  padding:10px;
  position: absolute;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  /* padding: 0; */
  /*
> * {
					opacity: 0;
				}
*/
}



@media screen and (min-width: 47.5em) {
  #news > div article:hover .newsOverlay {
    display: block;
  }
}

#news > div article .newsOverlay h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

#news > div article .newsOverlay ul {
  padding-left: 20px;
  font-size: 13px;
}

#news > div article .newsOverlay paper-button {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
}

#news > div article .newsOverlay paper-button a {
  text-decoration: none;
  color: #76C299;
}

#news > div article .newsOverlay paper-button:hover {
  background: #76C299;
}

#news > div article .newsOverlay paper-button:hover a {
  color: #ffffff;
}

#news > div article img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0 !important;
}

.subCat {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.subCat::after {
  clear: both;
  content: "";
  display: table;
}

.subCat.mobile {
  display: block;
}

@media screen and (min-width: 63.75em) {
  .subCat {
    padding-bottom: 40px;
    padding-top: 25px;
    display: block;
    min-height: 300px;
  }
  .subCat.mobile {
    display: none;
  }
}

.subCat .iron-selected {
  font-weight: normal;
}

.subCat paper-item {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  text-align: center;
  line-height: 3em;
  border-bottom: 1px solid #a5a8a8;
}

.subCat paper-item:last-child {
  margin-right: 0;
}

.subCat paper-item a {
  text-decoration: none;
  color: #1E2626;
}

@media screen and (min-width: 47.5em) {
  .subCat paper-item {
    text-align: left;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    border-bottom: none;
  }
  .subCat paper-item:last-child {
    margin-right: 0;
  }
  .subCat paper-item:nth-child(2n) {
    margin-right: 0;
  }
  .subCat paper-item:nth-child(2n+1) {
    clear: left;
  }
}

.subCat paper-item:hover {
  cursor: pointer;
}

#Dichtungen .subCat paper-item:hover, #Joints .subCat paper-item:hover {
  color: #76C299;
}

#Konsolen .subCat paper-item:hover, #Consoles .subCat paper-item:hover {
  color: #D6454C;
}

.parallaxSection {
  position: relative;
}

.parallaxSection:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 31.25%;
}

.parallaxSection > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.parallaxContainer {
  position: relative;
  overflow: hidden;
}

.parallaxContainer .parallaxImage {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.parallaxContainer .parallaxImage img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 63.75em) {
  #touchCatalog {
    display: none;
  }
}

#touchCatalog a {
  color: #ffffff;
  text-decoration: none;
}

#touchCatalog paper-button {
  background: #1E2626;
  margin: 0;
  padding: 24px 0;
  width: 100%;
  border-radius: 0px;
}

#touchCatalog img {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-left: 8.5298%;
  height: auto;
}

#touchCatalog img:last-child {
  margin-right: 0;
}

#touchCatalog h1 {
  margin-top: 50px;
}

#touchCatalog .flashplayerLink {
  display: none;
}

@media screen and (min-width: 26.25em) {
  #touchCatalog .flashplayerLink {
    display: inline;
  }
}

#catalog-box {
  height: 100vh;
  min-height: 960px;
  max-width: 98vw;
  display: none;
  /*
	img {
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
*/
}


  #catalog-box {
    display: block;
    position: relative;
      
}
 
  #catalog-box #flipLogoCover {
    height: 50px;
    width: 140px;
    background: #333333;
    position: absolute;
    top: 2px;
    left: 2px;
  }


#catalog-box iframe {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
}

@media screen and (min-width: 47.5em) {
  #catalog-box iframe {
    width: 95%;
  }
}

#catalog-box #techinfo {
  display: none;
  height: 100vh;
  width: 5%;
  min-width: 50px;
  padding-top: 10vh;
  padding-bottom: 10vh;
  background: #ffffff;
  right: 0;
  position: absolute;
  /*
		paper-dialog {
			@include outer-container();
			bottom: 62px;
			
			position: absolute !important;
			max-height: none !important;
			
			box-shadow: none;
			
			h2 {
				width: 90%;
			}
			
			p {
				margin-bottom: 50px;
			}
			
			paper-button {
				
				//height: 40px;
				bottom: -6px;
				right: 24px;
				width: none;
			  
				&:nth-of-type(1){
					position: absolute;
				   height: 42px;
					top: 17px;
					right: -22px;
				}
				
				
				&:nth-of-type(2){
					position: relative;
					float: right;
				   height: 42px;
					width: 200px;			
				}
			}
		}
*/
}

@media screen and (min-width: 47.5em) {
  #catalog-box #techinfo {
    display: block;
  }
}

#catalog-box #techinfo paper-button {
  width: 97%;
  height: 10%;
  min-width: 0;
}

#catalog-box #techinfo paper-button img {
  height: 100%;
  width: auto;
  max-width: 100%;
}

#catalog-box #techinfoToasts {
  height: 100vh;
  width: 0%;
  position: absolute;
  right: 5%;
  top: 0;
  background: rgba(41, 41, 44, 0.8);
}

#catalog-box #techinfoToasts > div {
  height: 80vh;
  margin-top: 10vh;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

#catalog-box #techinfoToasts paper-dialog {
  position: absolute;
  bottom: auto;
  right: 25px;
  left: auto;
  background: rgba(250, 250, 252, 0.95);
  color: black;
  width: 500px;
  padding: 15px;
  border-radius: 2px;
  margin: 0;
  margin-top: 16px;
  /*
	paper-button:nth-of-type(3){
				right: 220px;	
			}	
*/
}

#catalog-box #techinfoToasts paper-dialog#techinfo1 {
  top: 0%;
}

#catalog-box #techinfoToasts paper-dialog#techinfo2 {
  top: 10%;
}

#catalog-box #techinfoToasts paper-dialog#techinfo3 {
  top: 20%;
}

#catalog-box #techinfoToasts paper-dialog#techinfo4 {
  top: 30%;
}

#catalog-box #techinfoToasts paper-dialog#techinfo5 {
  top: 40%;
}

#catalog-box #techinfoToasts paper-dialog#techinfo6 {
  top: 50%;
}

#catalog-box #techinfoToasts paper-dialog#techinfo7 {
  top: 60%;
}

#catalog-box #techinfoToasts paper-dialog#techinfo8 {
  top: 70%;
}

#catalog-box #techinfoToasts paper-dialog#techinfo9 {
  top: 80%;
}

#catalog-box #techinfoToasts paper-dialog#techinfo10 {
  bottom: 0%;
}

#catalog-box #techinfoToasts paper-dialog paper-button.closeToast {
  position: absolute;
  right: 15px;
  top: 0;
  margin-top: 0;
  font-weight: 900;
  text-align: right;
}

#catalog-box #techinfoToasts paper-dialog paper-button.closeToast:hover {
  color: #db3a04;
}

#catalog-box #techinfoToasts paper-dialog paper-button:nth-of-type(2), #catalog-box #techinfoToasts paper-dialog paper-button:nth-of-type(3) {
  float: right;
  font-weight: 600;
  color: #6aaf8a;
}

#catalog-box #techinfoToasts paper-dialog paper-button:nth-of-type(2):hover, #catalog-box #techinfoToasts paper-dialog paper-button:nth-of-type(3):hover {
  background: #76C299;
  color: #ffffff;
}

#catalog-box #techinfoToasts paper-dialog h3, #catalog-box #techinfoToasts paper-dialog p {
  padding-left: 3px;
}

#catalog-box #techinfoToasts paper-dialog h3 {
  border-bottom: 2px solid #76C299;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

#firma {
  width: 100%;
  padding-top:400px;
}

#firma .parallaxSection {
  position: relative;
}

#firma .parallaxSection:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 130%;
}

#firma .parallaxSection > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 47.5em) {
  #firma
    {
    padding-top:0;
    }
    
#firma .parallaxSection {
    position: relative;
  }
  #firma .parallaxSection:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 40.625%;
  }
  #firma .parallaxSection > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 63.75em) {
  #firma .parallaxSection {
    position: relative;
  }
  #firma .parallaxSection:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 30%;
  }
  #firma .parallaxSection > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

#firma .parallaxFix {
  height: 100%;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}

#firma .parallaxFix::after {
  clear: both;
  content: "";
  display: table;
}

#firma .parallaxFix article {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  background: #db3a04;
  position: relative;
  z-index: 100;
  height: 100%;
  padding: 1.5em 2em;
  color: #ffffff;
  font-size: 15px;
}

#firma .parallaxFix article:last-child {
  margin-right: 0;
}

#firma .parallaxFix article h2 {
  padding-bottom: 6px;
}

#firma .parallaxFix article p {
  font-weight: 400;
  font-size: 14px;
}

@media screen and (min-width: 47.5em) {
  #firma .parallaxFix article {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 0%;
    /*
h2{
					font-size: 1.5em;
				}
*/
  }
  #firma .parallaxFix article:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 63.75em) {
  #firma .parallaxFix article {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    margin-left: 8.5298%;
  }
  #firma .parallaxFix article:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 80em) {
  #firma .parallaxFix article {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-left: 8.5298%;
  }
  #firma .parallaxFix article:last-child {
    margin-right: 0;
  }
}

#infotext {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}

#infotext::after {
  clear: both;
  content: "";
  display: table;
}

#infotext article {
  padding: 20px 15px;
}

@media screen and (min-width: 47.5em) {
  #infotext article {
    padding: 30px 0px;
  }
}

#infotext article h3 {
  margin-bottom: 10px;
}

@media screen and (min-width: 47.5em) {
  #infotext article h3 {
    margin-bottom: 20px;
  }
}

#infotext article section {
  column-count: 1;
}

@media screen and (min-width: 47.5em) {
  #infotext article section {
    column-count: 2;
  }
}

#infotext article section p {
  margin-bottom: 5px;
  display: inline-block;
}

@media screen and (min-width: 47.5em) {
  #infotext article section p {
    margin-bottom: 10px;
  }
}

#skills {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  width: 97%;
}

#skills::after {
  clear: both;
  content: "";
  display: table;
}

#skills paper-card {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 10px;
  height: 280px;
}

#skills paper-card:last-child {
  margin-right: 0;
}

#skills paper-card:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (min-width: 47.5em) {
  #skills paper-card {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    height: 340px;
    margin-bottom: 30px;
    font-size: 16px;
    /*
&:nth-of-type(2n){
				margin-right: 2.35765%;
			}
			
			&:nth-of-type(3n){
				margin-right: 0;
			}		
*/
  }
  #skills paper-card:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 63.75em) {
  #skills paper-card {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  #skills paper-card:last-child {
    margin-right: 0;
  }
  #skills paper-card:nth-of-type(2n) {
    margin-right: 2.35765%;
  }
  #skills paper-card:nth-of-type(3n) {
    margin-right: 0;
  }
  #skills paper-card #img {
    width: auto;
    height: 100%;
  }
}

#skills paper-card .header {
  height: 148px;
}

#skills paper-card .title-text {
  color: #ffffff;
}

#skills paper-card ul {
  padding-left: 20px;
}

#blechTable {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  width: 97%;
}

#blechTable::after {
  clear: both;
  content: "";
  display: table;
}

#blechTable paper-card {
  min-width: 100%;
  min-height: 280px;
  margin-bottom: 10px;
}

@media screen and (min-width: 47.5em) {
  #blechTable paper-card {
    margin-bottom: 30px;
  }
}

#blechTable paper-card .title-text {
  color: #ffffff;
}

#blechTable paper-card .card-content {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

#blechTable paper-card .card-content.desktop {
  display: none;
}

@media screen and (min-width: 47.5em) {
  #blechTable paper-card .card-content.desktop {
    display: block;
  }
}

#blechTable paper-card .card-content.desktop > div:last-child {
  padding-left: 30px;
  padding-top: 10px;
}

#blechTable paper-card .card-content.mobile {
  padding: 16px;
}

#blechTable paper-card .card-content.mobile p {
  margin-bottom: 5px;
}

#blechTable paper-card .card-content.mobile p a {
  color: #db3a04;
  text-decoration: none;
  font-weight: 800;
}

@media screen and (min-width: 47.5em) {
  #blechTable paper-card .card-content.mobile {
    display: none;
  }
}

#blechTable .header {
  height: 150px;
}

#blechTable .header iron-image {
  height: 150px;
}

#blechTable .header iron-image img {
  position: absolute;
  bottom: -20px;
}

#blechTable .row:first-child {
  height: 150px;
}

#blechTable .row {
  height: 48px;
  border-bottom: 1px solid #c7c9c9;
}

#blechTable .tableCell.tableHeader {
  color: #343c3c;
  font-size: 9px;
}

@media screen and (min-width: 63.75em) {
  #blechTable .tableCell.tableHeader {
    color: #868a8a;
    font-size: 11px;
  }
}

#blechTable .tableCell.tableHeader span {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 4px;
}

#blechTable .tableCell {
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
  color: #3b4242;
  width: 16%; /*9%;*/
  height: 100%;
  position: relative;
  float: left;
  text-align: center;
  padding: 16px 0px;
}

@media screen and (min-width: 63.75em) {
  #blechTable .tableCell {
    font-size: 15px;
  }
}

#bezOeff {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}

#bezOeff::after {
  clear: both;
  content: "";
  display: table;
}

#bezOeff paper-card {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 260px;
}

#bezOeff paper-card:last-child {
  margin-right: 0;
}

#bezOeff paper-card:nth-of-type(2n) {
  margin-right: 0;
  margin-top: 0;
}

@media screen and (min-width: 47.5em) {
  #bezOeff paper-card:nth-of-type(2n) {
    margin-top: 30px;
  }
}

#bezOeff paper-card:nth-of-type(2n) p:nth-child(1) {
  margin-bottom: 5px;
  font-weight: bold;
}

#bezOeff paper-card:nth-of-type(2n) p:nth-child(n+2) {
  position: relative;
  float: left;
}

#bezOeff paper-card:nth-of-type(2n) p:nth-child(2n+2) {
  width: 30%;
}

#bezOeff paper-card:nth-of-type(2n) p:nth-child(4) {
  clear: both;
}

@media screen and (min-width: 47.5em) {
  #bezOeff paper-card {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 14px;
  }
  #bezOeff paper-card:last-child {
    margin-right: 0;
  }
  #bezOeff paper-card:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 63.75em) {
  #bezOeff paper-card {
    font-size: 16px;
  }
}

#bezOeff .header {
  background: #db3a04;
}

#bezOeff .title-text {
  color: #ffffff;
  font-weight: bold;
}

.fr #bezOeff paper-card:nth-of-type(2n) p:nth-child(2n+2) {
  width: 30%;
}

#kontaktform {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}

#kontaktform::after {
  clear: both;
  content: "";
  display: table;
}

#kontaktform .header {
  background: #db3a04;
}

#kontaktform .title-text {
  color: #ffffff;
  font-weight: bold;
}

#kontaktform paper-card {
  padding-bottom: 30px;
  margin-bottom: 50px;
  width: 100%;
}

#kontaktform .form-part {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

#kontaktform .form-part:last-child {
  margin-right: 0;
}

@media screen and (min-width: 47.5em) {
  #kontaktform .form-part {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  #kontaktform .form-part:last-child {
    margin-right: 0;
  }
  #kontaktform .form-part:nth-of-type(2n + 1) {
    margin-right: 0;
  }
  #kontaktform .form-part:nth-of-type(9) {
    margin-right: 0;
    margin-top: 0;
  }
}

#kontaktform #captcha {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 21px;
  margin-left: 25px;
}

#kontaktform #captcha:last-child {
  margin-right: 0;
}

@media screen and (min-width: 47.5em) {
  #kontaktform #captcha {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    position: absolute;
    top: 253px;
    left: 61%;
    margin-top: 0;
    margin-left: 0;
  }
  #kontaktform #captcha:last-child {
    margin-right: 0;
  }
}

#kontaktform .paper-textarea {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

#kontaktform .paper-textarea:last-child {
  margin-right: 0;
}

#kontaktform paper-button {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
  position: relative;
  float: right;
  height: 42px;
  padding: 0;
  margin-top: 33px;
  background: #76C299;
  color: #ffffff;
  font-weight: 600;
}

#kontaktform paper-button:last-child {
  margin-right: 0;
}

@media screen and (min-width: 47.5em) {
  #kontaktform paper-button {
    width: 200px;
  }
}

#kontaktform paper-button input[type=submit] {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
}

#kontaktform paper-button input[type=submit]:focus {
  outline: none;
}

#kontaktform .focused-line.paper-input-container {
  background: #CCCFDE !important;
}

#kontaktform .input-content.label-is-highlighted.paper-input-container label {
  color: #CCCFDE !important;
}

#kontaktform .wpcf7-response-output {
  background: #db3a04;
  position: relative;
  float: left;
  border: none;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff;
  font-weight: 700;
}

#kontaktform label
{
	color:#6f6f6f;
}

#kontaktform .form-part input.wpcf7-form-control {
	border-top:0;
	border-right:0;
	border-bottom:1px solid #ddd;
	border-left:0;
	width:100%;
	margin-bottom:30px;
	margin-top:20px;
	color:#1E2626;
}

#kontaktform textarea.wpcf7-form-control
{
	height:120px;
	margin-top:30px;
	border:1px solid #ddd !important;
	padding:5px;
	width:100%;
	color:#1E2626;
}

#kontaktform #captcha .wpcf7-form-control, #kontaktform paper-button .wpcf7-form-control {
	display: block;	
}

#kontaktform .underline
{
	display:none;
}

footer {
  background: #1E2626;
}

footer #copyright {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1088px;
  font-size: 10px;
  color: #999999;
  letter-spacing: 0.025em;
  padding-bottom: 85px;
  text-align: center;
}

footer #copyright::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 47.5em) {
  footer #copyright {
    text-align: right;
    padding-bottom: 0;
  }
}

footer #copyright a {
  color: #bfbfbf;
  font-family: 'ralewaylight';
  text-decoration: none;
}

#sitemap {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding-bottom: 25px;
}

#sitemap::after {
  clear: both;
  content: "";
  display: table;
}

#sitemap * {
  color: white;
  text-decoration: none;
}

#sitemap ul {
  padding-left: 16px;
  padding-bottom: 20px;
}

#sitemap > div {
  -webkit-flex-basis: 240px;
  -moz-flex-basis: 240px;
  flex-basis: 240px;
  -ms-flex-preferred-size: 240px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  margin: 0 1em;
}

#sitemap h4 {
  border-bottom: 1px solid #ffffff;
  margin-top: 10px;
  margin-bottom: 7px;
  padding-bottom: 3px;
  padding-left: 3px;
  font-size: 25px;
  text-align: center;
}

@media screen and (min-width: 47.5em) {
  #sitemap h4 {
    margin-top: 40px;
    margin-bottom: 7px;
    padding-bottom: 3px;
    padding-left: 3px;
    font-size: 16px;
    text-align: left;
  }
}

#sitemap li {
  list-style: none;
  text-align: center;
}

@media screen and (min-width: 47.5em) {
  #sitemap li {
    line-height: 1.6em;
    font-size: 14px;
    list-style: disc;
    text-align: left;
  }
}

#sitemap li a {
  font-family: 'ralewaylight';
  font-weight: lighter;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

@media screen and (min-width: 47.5em) {
  #sitemap li a {
    font-size: 15px;
    position: relative;
    left: -4px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline;
  }
}

#sitemap li a.desktop {
  display: none;
}

@media screen and (min-width: 47.5em) {
  #sitemap li a.desktop {
    display: inline;
  }
}

#sitemap li a.mobile {
  display: block;
}

@media screen and (min-width: 47.5em) {
  #sitemap li a.mobile {
    display: none;
  }
}

#sitemap address {
  font-style: normal;
  font-size: 15px;
  text-align: center;
}

@media screen and (min-width: 47.5em) {
  #sitemap address {
    text-align: left;
  }
}

#mobileCom {
  display: none;
}

.touch #mobileCom {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(219, 58, 4, 0.98);
  z-index: 999;
}

.touch #mobileCom::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 47.5em) {
  .touch #mobileCom {
    display: none;
  }
}

.touch #mobileCom a {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-left: 8.5298%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.touch #mobileCom a:last-child {
  margin-right: 0;
}

.touch #mobileCom paper-button {
  height: 55px;
  background: #ffffff;
}

.touch #mobileCom paper-button iron-icon {
  height: 100%;
  color: #1E2626;
}

.touch .flashplayerLink {
  display: none;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
