<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Alu Glas Technik
Author: Ewald Natter
Author URI: http://www.freelenz.at
*/

@import url("icons/style.css");
@import url("fonts/style.css");

* {
  padding: 0;
  margin: 0;
  outline: none;
  }
  
BODY {
  font: 16px/24px 'Raleway';
  color: #999;
  font-weight: 500;
  letter-spacing: 0.5px;
  overflow-x: hidden;
  } 
  
A {
  color: #999;
  text-decoration: none;
  transition: 0.2s;
  }   
  
A:hover {
  color: #56565C;
  }  
  
IMG {
  border: none;
  } 
  
IMG.aligncenter { 
  display: block;
  margin: 0 auto;
  }
  
P {
  margin: 0 0 20px 0;
  }  
  
P:last-child {
  margin-bottom: 0;
  } 
  
STRONG, B {
  font-weight: 800;
  color: #56565c;
  }   
  
A:hover STRONG,
A:hover B {
  color: #000 !important;
  }  
  
/* LAYOUT
--------------------------------------------------------------------------- */   

#page {
  overflow: hidden;
  }

.wrap {
  padding: 0 50px;
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
  }
  
/* HEADER
--------------------------------------------------------------------------- */  

#header {
  padding: 20px 0px;  
  height: 84px;
  position: relative;
  z-index: 1000;
  }
  
#header #logo {
  position: relative;
  z-index: 100;
  }  
  
#header #nav {
  position: absolute;
  right: 50px;
  top: 40px;
  z-index: 1000000;
  }  
  
#header #nav .arrow {
  width: 15px;
  height: 8px;
  background: url('images/arrow-menu.png');
  position: absolute;
  top: 13px;
  right: 57px;
  z-index: 100;
  display: none;
  }    

#header #nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: url('images/bg-nav-fixed.png');
  height: 70px;
  z-index: 1000;
  }    
  
#header #nav.fixed .icon-hamburger {
  position: fixed;
  top: 10px;
  right: 40px;
  z-index: 1000;
  }  
  
#header #nav.fixed .nav-container {
  width: 1150px;
  margin: 0 auto;
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  }
  
#header #nav.fixed .nav-container UL {
  position: absolute;
  top: 0;
  right: 0;
  }  

#header #nav UL LI A.mPS2id-highlight,
#header #nav UL LI A.mPS2id-clicked,
#header #nav UL LI.active A {
  color: #000;
  font-weight: 600;
  }  
  
#header #nav UL LI:first-child A.mPS2id-highlight {
  color: #56565a;
  font-weight: 500;
  }    
  
#header #nav UL {
  margin-top: 20px;
  }   
  
#header #nav UL LI {
  float: left;
  list-style-type: none;
  text-transform: uppercase;
  margin-left: 30px;
  }
  
#header #nav UL LI A {
  color: #56565a;
  font-size: 12px;
  font-weight: 500;
  transition: 0s;
  }    
  
#header #nav UL LI A:hover {
  color: #000 !important;  
  font-weight: 600;
  }
  
.icon-hamburger {
  width: 50px;
  height: 50px;
  background: url('images/icon-menu.png') no-repeat center center;
  position: absolute;
  top: 15px;
  right: 40px;
  text-indent: -5000px;
  cursor: pointer;
  display: none;
  }  
  
#betriebsurlaub {
  position: absolute;
  width: 100%;
  left: 50px;
  top: 100px;
  }  
  
#betriebsurlaub IMG {
  width: auto;
  height: 156px;
  }  
  
#header #social {
  display: block;
  position: absolute;
  right: 0px;
  top: -30px;
  transition: 0.2s;
  font-size: 24px;
  }
  
#header #social A {
  color: #56575b;
  transition: 0.2s;
  }   
  
#header #social A:hover {
  color: #000;
  }   
  
#header #phone {  
  position: absolute;
  top: -30px;
  right: 100px;
  }
  
#header #phone A {
  display: block;
  box-sizing: border-box;
  height: 24px;
  font-size: 12px;
  line-height: 1.25em;
  padding: 3px 12px 4px 30px;
  border-radius: 50px;
  color: #fff;
  background: #56565a url('images/icon-phone-small.svg') no-repeat 8px center;
  background-size: 16px auto;
  }
  
#header #phone A:hover {  
  background-color: #000;
  }
  
/* HEADLINES
--------------------------------------------------------------------------- */      

H3 {
  font-size: 33px;
  color: #56565a;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  background: url('images/divider.png') no-repeat center bottom;
  padding-bottom: 50px;
  margin-bottom: 35px;
  }  
  
H4 {
  font-size: 16px;
  line-height: 21px;
  color: #56565a;
  font-weight: 800;
  margin-bottom: 10px;
  }  
  
  
  
/* REVOLUTION SLIDER
--------------------------------------------------------------------------- */   

.rev_slider_wrapper {
  z-index: 1;
  -webkit-transform: translate3d(0,0,0);    
  }

.tp-bullets.simplebullets.square-old .bullet {
  background: none;
  background-color: #fff;
  margin: 0 4px;
  width: 10px;
  height: 10px;
  opacity: 0.5;
  }
  
.bullet:hover, .tp-bullets.simplebullets .bullet.selected {
  opacity: 1;
  }
  
.tp-leftarrow.default {
  background-image: url('images/slider-arrow-left.png');
  }    
  
.tp-rightarrow.default {
  background-image: url('images/slider-arrow-right.png');
  }   
  
.rev_slider H1 {
  font-size: 1em !important;
  font-weight: normal !important;
  }     
  
/* SECTION
--------------------------------------------------------------------------- */   

.section {
  padding: 70px 0 70px 0;
  background-color: #F9F9F9;
  }  
  
.section TABLE {
  width: 100%;
  border: none;
  border-collapse: collapse;
  }  
  
.section TABLE TD {
  padding-right: 30px;
  border: none;
  border-collapse: collapse;
  }  
  
.section IFRAME {
  margin: 10px 0 20px 0;
  }  
  
  
/* LEISTUNGEN
--------------------------------------------------------------------------- */     

#leistungen {
  background-color: #fff;
  padding-bottom: 25px;
  }

#leistungen P {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  }
  
#leistungen STRONG {
  font-size: 16px;
  line-height: 24px;
  }  
  
#leistungen TABLE {
  margin: 40px 0;
  }
  
#leistungen TABLE TD {
  padding: 0 0 30px 0;
  font-size: 14px;
  line-height: 20px;  
  }  

#leistungen TABLE TD IMG {
  position: relative;
  margin-right: 10px;
  }
  
/* PRODUKTE
--------------------------------------------------------------------------- */   

.categories {
  padding: 20px 0;
/*  margin-left: -60px;
  margin-right: -60px;*/
  }
  
.categories UL {
  margin: 0 auto;
  text-align: center;
  }

.categories LI {
  list-style-type: none;
  text-align: center;
  padding: 5px 7px;
  display: inline-block;
  zoom:1;
  *display:inline;  
  }
  
.categories LI:first-child {
  margin-left: 0;
  }  
  
.categories LI A {
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  zoom:1;
  *display:inline;  
  line-height: 20px;
  padding: 0 2px;
  white-space: nowrap;
  }  
  
.categories LI.active A {
  color: #555;
  border-bottom: 1px solid #A7A7A7;  
  }    
  
#products {
  max-width: 710px;
  margin: 30px auto;
  }
  
.product {
  margin-bottom: 20px;
  overflow: hidden;
  display: table-row;
  }    
  
.product-image {
  width: 287px;
  height: 262px;
  display: table-cell;
  padding-bottom: 20px;
  }  
  
.product-text {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
 }  
  
.product-description {
  font-size: 14px;
  line-height: 21px;
  }  
  
/* BILDERGALERIEN
--------------------------------------------------------------------------- */     
  
#bildergalerie {
  background-color: #FFFFFF;  
  }  
  
#galleries {
  margin: 30px -30px 30px -30px;  
  overflow: hidden;
  text-align: center;
  }  
  
.gallery {
  width: 275px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  display: inline-block;
  zoom:1;
  *display:inline;  
  background-color: #F3F3F3;
  overflow: hidden;
  position: relative;
  top: 0;
  vertical-align: top !important;
  }  
  
.gallery SPAN {  
  display: block;
  }  
  
.gallery-image {
  overflow: hidden;
  width: 275px;
  height: 185px;  
  background: #DEDEDE url('images/icon-picture.png') no-repeat center center;
  }  
  
.gallery-image IMG {
  float: left;
  max-width: 100%;
  height: auto;
  }  

.gallery-text {
  font-size: 11px;
  line-height: 15px;
  background-color: #F3F3F3;
  padding: 5px 10px;
  height: 65px;
  text-align: left;
  }  
  
.gallery-description {
  height: 48px;
  display: block;
  overflow: hidden;
  }  
  
A.hidden {
  display: none;
  }  
  
.loading {
  background: url('images/loading.gif') no-repeat center 20px;
  }  
  
.loading * {
  opacity: 0;
  }
  
.nothing {
  display: block;
  text-align: center;
  color: #ccc;
  padding: 20px 0;
  height: 200px;
  }  
  
.pagination {
  font-weight: 700;
  clear: both;
  padding: 20px 0 0 20px;
  }  
  
.pagination A,
.pagination SPAN {
  color: #b0b0b0;
  padding: 0 4px;
  }  
  
.pagination .current,
.pagination A:hover {
  color: #56565a;
  }  
  
/* REFERENZEN
--------------------------------------------------------------------------- */     
  
#referenzen {
  background-color: #F9F9F9;
  } 
  
#referenzen IMG {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ &amp; Safari 6+ */
  width: auto;
  height: auto;
  }

#referenzen IMG:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  }   
  
/* UNTERNEHMEN
--------------------------------------------------------------------------- */   

#unternehmen TABLE TD {
  padding: 0 10px;
  }

#mitarbeiter {
  margin-top: 60px;
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
  }
  
#mitarbeiter #cover {
  width: 20px;
  height: 80px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  bottom: 0px;
  background-color: #F9F9F9;
  }  
  
#mitarbeiter #line-vertical {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  }  

.mitarbeiter {
  width: 50%;
  clear: both;
  margin-top: 0px;
  position: relative;
  }
  
.mitarbeiter .portrait IMG {
  max-width: 128px;
  height: auto;
  filter: grayscale(1);
  transition: 0.5s;
  } 
  
.mitarbeiter:hover .portrait IMG {
  filter: grayscale(0);
  }
  
.mitarbeiter.even {
  float: right;
  text-align: left;
  }  
  
.mitarbeiter.even &gt; DIV {
  margin-left: 60px;
  }  

.mitarbeiter.odd {
  float: left;
  text-align: right;
  margin-left: -1px;
  }    
  
.mitarbeiter.odd &gt; DIV {
  margin-right: 60px;
  }    

.mitarbeiter .line-horizontal {
  width: 60px;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: -60px;
  top: 64px;
  } 
  
.mitarbeiter.odd .line-horizontal {   
  left: auto;
  right: -61px;
  width: 61px;
  }

.mitarbeiter .portrait {
  overflow: hidden;
  width: 128px;
  height: 128px;
  border-radius: 100px;
  background-color: #ddd;
  display: inline-block;
  zoom:1;
  *display:inline;  
  margin-bottom: 10px;
  }
  
.mitarbeiter .email {
  text-decoration: underline;
  }  
  
/* JOBS
--------------------------------------------------------------------------- */  

#jobs {
  background-color: #fff;
  }
  
#jobs .wrap {
  max-width: 900px;
  }  
  
#jobs STRONG {

  }  
  
#jobs TABLE {
  margin-top: 40px;
  margin-bottom: 20px;
  }  
  
#jobs TABLE TD {
  width: 50%;
  vertical-align: top;
  font-size: 14px;
  } 
  
/* ZERTIFIZIERUNGEN
--------------------------------------------------------------------------- */   

#zertifizierungen P:first-child {
  max-width: 800px;
  margin: 0 auto 3em auto;
  }
  
#zertifizierungen H4 {
  max-width: 700px;
  margin: 2em auto 1em auto;
  padding-bottom: 1em;
  color: #999;
  font-size: 1.1em;
  line-height: 1.4;
  position: relative;
  }  
  
#zertifizierungen H4:after {
  content: " ";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #9a9a9a;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  }  
    
/* GLOSSAR
--------------------------------------------------------------------------- */     

#glossar {
  padding: 50px 0px;
  overflow: hidden;
  }
  
#glossar &gt; .wrap &gt; .content P {
  padding: 0 50px;
  }  
  
#glossar .column {
  width: 50%;
  float: left;
  padding: 0 3px;
  box-sizing: border-box;
  }
  
#glossar .begriff {
  padding: 0px 15px;
  border: 1px solid #C2C2C2;
  margin-bottom: 6px;
  transition: 0.2s;
  }   

#glossar .begriff H4 {
  color: #c2c2c2;
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  padding: 10px 0;
  transition: 0.2s;  
  }    
  
#glossar .begriff:hover {
  border-color: #999;
  cursor: pointer;
  }
  
#glossar .begriff.open {
  background-color: #fff;
  border-color: #c2c2c2;  
  }    

#glossar .begriff:hover H4,
#glossar .begriff.open H4 {
  color: #666;
  }  
  
#glossar .begriff .content {
  display: none;
  cursor: default;
  font-size: 15px;
  line-height: 20px;
  }  
  
#glossar .begriff .content .text {
  padding: 0px 0 12px 0;  
  }  
  
@media (max-width:800px){
    
  #glossar .column {
    width: 100%;
    }
  
  }
  
/* KONTAKT
--------------------------------------------------------------------------- */   

#kontakt {
  background-color: #ECECEC;
  padding-bottom: 100px;
  }
  
#kontakt TABLE {
  width: 85%;
  }  
  
#kontakt TABLE TD {
  white-space: nowrap;
  padding-right: ;
  }  
  
.wpgmza_map {
  height: 350px;
  position: relative;
  }  
  
#map .overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:350px; /* your iframe height */
   top:350px;  /* your iframe height */
   margin-top:-350px;  /* your iframe height */
}  
  
/* IMPRESSUM
--------------------------------------------------------------------------- */     
  
#impressum {
  background-color: #2C2C2C;  
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  }  
  
#impressum H3 {
  font-size: 16px;
  color: #fff;
  text-transform: none;
  padding: 0;
  margin: 0;
  background: none;
  text-align: left;
  font-weight: 700;
  }
  
#impressum #social {
  float: right;
  margin-top: -24px;
  } 
  
#impressum #social A {
  font-size: 24px;
  color: #fff;
  opacity: 0.95;
  transition: 0.2s;
  margin-left: 3px;
  }   
  
#impressum #social A:hover {
  opacity: 1;
  color: #fff !important;
  }     
  
/* DIVIDER
--------------------------------------------------------------------------- */     

.divider {
  background-color: #333;
  color: #fff;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 1px;
  padding: 80px 0 85px 0;
  text-align: center;
  font-weight: 100;
  background-size: cover;
  background-position: center center;
  }
  
.divider .text {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
  }  
  
  
  
/* MISC
--------------------------------------------------------------------------- */    

.clear { clear: both; }


/* RESPONSIVE
--------------------------------------------------------------------------- */ 

@media all and (min-width: 960px) {
  
#header #nav .nav-container {
  display: block !important;
  }
}  

@media all and (max-width: 960px) {

BODY {
  overflow-x: hidden;
  }

.icon-hamburger {
  display: block;
  }
  
#header #nav {
  z-index: 10000000;
  top: 0px;
  left: 0;
  right: 0px;
  }  
  
#header #social {
  display: none;
  }  
  
#header #phone {
  top: 22px;
  right: 120px;
  }   
  
#header #phone A {
  height: 36px;
  font-size: 18px;
  padding: 4px 20px 7px 40px;
  background-size: 20px auto;
  background-position: 12px center;
  }  
  
#header #nav .arrow {
  display: block;
  }  
  
#header #nav UL {
  margin: 20px 0px;
  float: none !important;  
  background-color: #56565A !important;
  margin-left: 0;
  padding: 20px 0;
  }
  
#header #nav .nav-container {
  position: absolute;
  left: 0px;  
  right: 0px;
  top: 84px;
  width: 100%;
  display: none;
  z-index: 1000000;
  }
  
#header #nav.fixed .arrow {
  top: 63px;  
  }  
  
#header #nav.fixed .nav-container {
  position: absolute;
  left: 0;
  width: 100%;
  }    
  
#header #nav.fixed .nav-container UL {
  width: 100%;
  margin-top: 70px;
  position: static;
  }  
#header #nav UL LI {
  float: none;
  margin-right: 50px;
  margin-left: 50px;
  border-top: 1px solid #696969;
  }  
  
#header #nav UL LI:first-child {
  border-top: none;
  }  
  
#header #nav UL LI:first-child A.mPS2id-highlight {
  color: #fff;
  font-weight: 400;
  }    
  
#header #nav UL LI A {
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  padding: 15px 0 15px 0px;
  display: block;
  font-weight: 800 !important;
  } 
  
#kontakt TR {
  display: block;
  }  
  
#kontakt TD {
  display: block;
  }    
  
#kontakt TD STRONG {
  margin-top: 25px;
  margin-bottom: -20px;
  display: block;
  }  

}

@media all and (max-width: 1150px) {

  #referenzen {
    text-align: center;
    }

  #referenzen TR {
    display: inline;
    width: 100%;
    text-align: center;
    } 
    
  #referenzen TD {
    width: 160px;
    height: 120px;
    display: inline-block;
    zoom:1;
    *display:inline;    
    vertical-align: middle !important;
    padding-right: 15px;
    padding-left: 15px;
    }   

}


/*-----------------------------------------------------------------------------------*/
/*	FANCYBOX CUSTOM 
/*-----------------------------------------------------------------------------------*/

.fancybox-button--zoom {
  display: none !important;
  }
  
.fancybox-button--play {
  display: none;
  }
  
.fancybox-button--thumbs {
  display: none;
  }    
  
.fancybox-slide--video {
  padding: 100px;
  }

 
  </pre></body></html>