/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

   
.downloads {
	margin:0;
	padding:0;
	list-style:none;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: left;	
}
.downloads li{
	margin:6px 2px;
	padding:0;
	display:inline-block;
	border:1px solid #eaeaea;
	width:100px;
	text-align:Center;
	background:url(../img/icons/1.jpg) no-repeat top center;
	background-size:auto 100px ;
}
.downloads li a{
	width:auto;
	height:100%;
	position:relative;
	font-size:12px;
	color:black;
	text-decoration:none;
	display:block;
	text-align:centeR;
	padding:0 5px;
	word-wrap:break-word;
}
.downloads li a span{
	display:block;
	padding-top:110px;
}
.downloads li a:hover{
	color:#006AB3;
}
.downloads li._1{ background-image:url(../img/icons/1.jpg); }
.downloads li._2{ background-image:url(../img/icons/2.jpg); }
.downloads li._3{ background-image:url(../img/icons/3.jpg); }
.downloads li._4{ background-image:url(../img/icons/4.jpg); }
.downloads li._5{ background-image:url(../img/icons/5.jpg); }
.downloads li._6{ background-image:url(../img/icons/6.jpg); }
.downloads li._7{ background-image:url(../img/icons/7.jpg); }
.downloads li._8{ background-image:url(../img/icons/8.jpg); }
.downloads li._9{ background-image:url(../img/icons/9.jpg); }
.downloads li._10{ background-image:url(../img/icons/10.jpg); }
   
article.bottom {  
	padding-bottom:75px;
}
   
article div.col.left {
	float:left;
	width:40%;
	margin:2.5% 5%;
	position:relative;
}
article div.col.left img {
	float:none !important;
	width:auto !important;
	margin:0; 
	max-width:100%;
	min-width:100%;
	
}
article div.col.left .video { 
	display:block;
}
article div.col.left .video a { 
	position:relative;
	display:block;
}
article div.col.left .video a .play { 
	position:absolute;
	width:100%;
	height:100%;
	
}
article div.col.left .video a .play span { 
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:0;
	bottom:0;
	width:50px;
	height:50px;
	background:url(../img/mediaelement/bigplay.svg) no-repeat;
	background-size:100% auto;
}
article div.col.left .video a:hover .play span { 
	background-position:left bottom;
}
   
   
   
html,
button,
input,
select,
textarea {
    color: #222;
}

a { color:#006AB3}

body {
    font-size: 1em;
    line-height: 1.4;
}

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

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Page
   ========================================================================== */

.partner.logos {
	margin:0; padding:0;
	margin-top:0px;
}
.partner.logos .logo {
	margin:0; padding:0;
	width:150px;
	display:inline-block;
	float:none;
	height:150px;
	position:relative;
	margin-right:1px;
	/*background:White;*/
	margin-bottom:1px;
}
.partner.logos.small .logo {
	height:100px;
}
.partner.logos .logo.big {
	width:200px;
}
.partner.logos .logo.bigger {
	width:300px;
}
.content.content-white .partner.logos .logo {

}
.partner.logos .logo a {
	display:block;
	width:100%;
	height:100%;
	opacity:0.7;
	margin:auto;
	text-align:center;
}
.partner.logos .logo a:Hover {
	opacity:1;
}
.partner.logos .logo img {

	max-width:80%;
	width:Auto;
	position:Absolute;
	max-height:100%;
	padding:0;
	margin:0;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin-left:25px;
    margin-top:10px;
	float:none;
}
   
   
/* Basic Grey */
.basic-grey {
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
	max-width:480px;
}
.basic-grey  .row{
	float:left;
	width:48%;
	margin:0 2% 0 0;
	margin-top:10px;
}
.basic-grey  .row.error{
	color:red;
}
.basic-grey  .row.full{
	float:none;
	width:98%;
	margin:0 2% 0 0;
	margin-top:10px;
}
.basic-grey h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;
    color: #888;
}
.basic-grey h1>span {
    display: block;
    font-size: 11px;
}
.basic-grey label.show {
    display: block;
    margin: 0px;
}
.basic-grey label.hide {
    display: none;
    margin: 0px;
}
.basic-grey label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-right: 6px;
    outline: 0 none;
    padding: 5px 10px;
    width: 93%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey .row.full input[type="text"], .basic-grey.row.full input[type="email"], .basic-grey .row.full textarea, .basic-grey .row.full select {
    width: 96%;
}
.basic-grey textarea{
    padding: 5px 10px;
}
.basic-grey select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
.basic-grey textarea{
    height:100px;
}
.basic-grey .button {
    background: #006ab3;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #006ab3;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #006ab3;
    cursor: pointer;
}
.basic-grey .button:hover {
    background: #c3192a;
    box-shadow: 1px 1px 5px #c3192a;
    text-shadow: 1px 1px 1px #c3192a;
}
   
   
   
   
   
   
body {
    font-family: 'HelveticaNeueW02-45Ligh';
}

#page-container {
    margin: auto;
}

.hero-teaser {
    width: 100%;
    position: relative;
	margin-bottom:50px;
	top:95px;
	background-size:100% auto !important;
}
.hero-teaser > img {
    width: 100%;
}

.hero-teaser h2.hero-text, .hero-teaser h1.hero-text {
    font-weight: normal;
    font-size: 1.0em;
}
.hero-teaser h1.hero-text p.text-uc {
	text-transform: none;
    font-size:18px;
    line-height: 25px;
    color: #000000;
    font-weight: normal;
}

.hero-teaser .hero-text {
    position: absolute;
    top: 65px;
    left: 0px;
	padding:2.5% 2.5% 2.5% 5%;
	background:rgba(255, 255, 255, 0.7);
	max-width:42.5%;
	width:Auto;
	display:block;
	overflow:visible;
	-moz-transition: all .5s; -webkit-transition: all .5s; transition: all .5s;
}
.hero-teaser .hero-text.blue {
	background:rgba(255, 255, 255, 0.7);
}
.hero-teaser .hero-text.black {
	background:rgba(255, 255, 255, 0.7);
}


div.icon{
	/*
	position:absolute;
	top:-18px;
	*/
	position:fixed;
	top:80px;
	right:0;
	background:url(../img/header.png) no-repeat right top;
	width:500px;
	height:410px;
	z-index:9999;
	display:block;
	-moz-transition: all .5s; -webkit-transition: all .5s; transition: all .5s;
}



div.icon.hide{
	display:none;
}
div.icon a{
	display:block;
	position:Absolute;
	width:100%;
	height:100%;
}
div.icon.abz.med{
	top:86px;
	/*
	top:-13px;
	*/
	background:url(../img/header-med.png) no-repeat right top;
	width:350px;
	height:287px;
}
body.en div.icon.abz.med{
	background:url(../img/header-med-en.png) no-repeat right top;
}
/*
.hero-teaser-2 div.icon.abz.med{
	position:Absolute;
	top:20px;
	z-index:8;
}
*/

.hero-teaser p.caption{
	-moz-transition: all .5s; -webkit-transition: all .5s; transition: all .5s;
	position:Absolute;
	right:2.5%;
	bottom:12.5%;
	font-size:14px;
	line-height:22px;
	font-weight:normal;
	font-family:'HelveticaNeueW02-45Ligh';
	padding:10px 15px;
	background:rgba(255, 255, 255, 0.7);
	color:#4b4b4d;
	display:none;
}
.hero-teaser p.caption.active{
	display:block;
}
.hero-teaser p.caption.extra{
	bottom:15%;
}



.hero-teaser .hero-text p {
	displaY:inline-block;
	width:Auto;
    text-transform: uppercase;
    /*color: #00080d;*/
    font-size: 4.0em;
	padding:0;
    margin: 0 20px 0 0;
    color: #4b4b4d;
	-moz-transition: all .5s; -webkit-transition: all .5s; transition: all .5s;
}

.hero-teaser .hero-text p.bold {
    font-family: 'HelveticaNeueW02-75Bold';
    color: #4b4b4d;
}

.hero-teaser > .seperation {
    width: 100%;
    height: 120px;
    background-image: url("../img/seperation-white.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    position: absolute;
    bottom: -1px; left: 0;
    z-index: 10;
}
.hero-teaser > .seperation-dark {
    width: 100%;
    height: 120px;
    background-image: url("../img/seperation-dark.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    position: absolute;
    bottom: -1px; left: 0;
    z-index: 10;
}

.hero-seperation-white-top {
    width: 100%;
    height: 150px;
    background-image: url("../img/seperation-white-top.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    position: absolute;
    top: 0; left: 0;
    z-index: 10;   
}
.hero-seperation-white-top img {
    width: 100%;
    height: auto;
}


.hero-seperation-white-top.abz {
    height: auto;
    background-image: url("../img/seperation-white-top-abz.png");
}
body.en .hero-seperation-white-top.abz {
    background-image: url("../img/seperation-white-top-abz-en.png");
}

.hero-teaser > .hero-seperation-gray {
    width: 100%;
    height: 126px;
    background-image: url("../img/seperation-gray.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    position: absolute;
    top: -1px; left: 0;
    z-index: 10;
}



section.content {
    width: 100%;
}

section.content-gray {
    background-color: #dadadc;
}

section.content article {
    max-width: 1200px;
    margin: auto;
}

article h2 {
    text-transform: uppercase;
    font-family: 'HelveticaNeueW02-75Bold';
    font-size: 1.2em;
    margin: 0;
	font-weight:normal;
}
article h2.light{
    font-family: 'HelveticaNeueW02-45Ligh';
}

article p {
    /*font-size: 0.9em;*/
}

article h3 {
    font-family: 'HelveticaNeueW02-75Bold';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.1em;
    margin: 0;
	font-weight:normal;
}
article h3.light {
    font-family: 'HelveticaNeueW02-45Ligh';
}
article h4 {
	font-weight:normal;
}
article h4.bold {
    font-family: 'HelveticaNeueW02-75Bold';
}
article b,article strong {
    font-family: 'HelveticaNeueW02-75Bold';
	font-weight:normal;
}

article a.btn {
	color:#222;
    font-family: 'HelveticaNeueW02-75Bold';
	font-weight:normal;
	text-decoration:underline; 
} 
article a.btn:hover {
	text-decoration:none; 
} 

article img, article div.text {
    width: 40%;
	margin:2.5% 5%;
    float: left;
}

div.seperation-gray, div.seperation-gray-top {
    background: url("../img/seperation-gray.jpg") no-repeat center bottom;
    background-size: 100%;
    height: 140px;
    width: 100%;
    margin: auto;
}

div.seperation-gray-top {
    background-image: url("../img/seperation-gray-top.png");
    background-position: center top;
}


.mobile-element {
    display: none;
}
.uniglas, .otto{
    z-index:5;
}


/* ==========================================================================
   Header
   ========================================================================== */

#top {
    width: 100%;
    background-color: #4b4b4d;
    position: fixed;
    top: 0; left: 0;
    z-index: 15;
	height:98px;
}

header {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

header table.header a {
    display:block;
}
header table.header td.logo {
    width: 120px;
    position: relative;
	padding:0 10px;
}
header table.header td.logo img {
	width:100%;
}



header table.header td.nav nav > ul {
    margin-top: 0;
    width: auto;
	display:inline;
	margin:auto;
    position: relative;
	padding:0;
	overflow:hidden;
}

header table.header td.nav nav > ul > li,
footer > nav > ul > li {
	display:inline-block;
	top:0;
    text-align: center;
    padding: 0 3%;
}

header table.header td.nav nav > ul > li.last {
    border: none;
}

header table.header td.nav nav > ul > li.seperation,
footer > .container > ul > li.seperation {
    width: 2px;
    margin-top: 7px;
    padding: 0;
    height: 15px;
    background: #ffffff;
}

header table.header td.nav nav > ul > li > a,
header table.header nav > ul > li > a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: bold;
    display: block;
}

header table.header td.nav nav > ul > li > a:hover,
header table.header td.nav nav > ul > li > a.active,
header table.header nav > ul > li > a:hover,
header table.header nav > ul > li > a.active,
footer > .container > ul > li > a:hover,
footer > .container > ul > li > a.active {
    color: #c3192a;
}

header table.header td.nav nav > ul > li > a.active,
footer > .container > ul > li > a.active {
    font-family: 'HelveticaNeueW02-75Bold';
}

header table.header td.nav > ul > li > a.active-blue,
footer > .container > ul > li > a.active-blue {
    color: #006ab3;
}

/* ==========================================================================
   Footer
   ========================================================================== */

footer {
    margin: auto;
    background-color: #4b4b4d;
    padding: 20px;
}

footer .container {
    max-width: 1200px;
    margin: auto;
}

footer > .container > ul > li {
    float: left;
    padding: 0 20px;
    list-style-type: none;
}

footer > .container > ul > li > a {
    color: white;
    text-decoration: none;
    font-size: 1.2em;
}

footer > .container > ul > li.seperation {
    margin-top: 6px;
    height: 15px;
}

footer #footer-navigation {
    float: left;
}

footer #footer-language-select {
    float: right;
}

/* ==========================================================================
   Index
   ========================================================================== */

.index .hero-teaser {
    height: 700px;
    background: url('../img/hero-img.jpg') no-repeat center top;
    background-size: 100%;
    
}


.index.de .hero-teaser {
   height: 700px;
   background: url('../img/hero-img_de.jpg') no-repeat center top;
   background-size: 100%;
    
}


/* ==========================================================================
   Konstruktion
   ========================================================================== */
.konstruktion .hero-teaser {
    height: 900px;
}



.index .hero-teaser-1 {
    background: url('../img/hero-img-konstruktion-1.jpg') no-repeat center top;
}
.index .hero-teaser-1.hero-teaser-1-uc {
    background: url('../img/hero-img-konstruktion-2.jpg') no-repeat center bottom;
}

.index .hero-teaser.hero-teaser-2 {
    background: url('../img/hero-img-konstruktion-2.jpg') no-repeat center center;
    height: 1000px;
    background-size: 100%;
}
.index .hero-teaser.hero-teaser-3 {
    background: url('../img/hero-img-konstruktion-3.jpg') no-repeat center center;
    height: 1000px;
    background-size: 100%;
}
.index .hero-teaser.hero-teaser-4 {
    background: url('../img/hero-img-konstruktion-4.jpg') no-repeat center center;
    height: 1000px;
    background-size: 100%;
}


.hero-teaser-1  {
    margin-bottom:125px !important;
}
.hero-teaser-2 , 
.hero-teaser-3 ,
.hero-teaser-4  {
    top: 0;
}
.hero-teaser-2 .hero-text, 
.hero-teaser-3 .hero-text,
.hero-teaser-4 .hero-text {
    top: 200px;
}


.konstruktion .hero-teaser {
    background-size: 100%;
    -ms-behavior: url('../js/backgroundsize.min.htc');
}
.konstruktion.de .hero-teaser {
    background-size: 100%;
    -ms-behavior: url('../js/backgroundsize.min.htc');

}

.konstruktion .hero-teaser .hero-text p,
.funktion .hero-teaser .hero-text p ,
.forschung .hero-teaser .hero-text p ,
.impressum .hero-teaser .hero-text p,
.kontakt .hero-teaser .hero-text p {
    color: #4b4b4d;
}

body .hero-teaser .hero-text.black p {
    color: black;
}
body .hero-teaser .hero-text.blue p {
    color: #003960;
}

/*
.genius h2 {
    font-family: 'HelveticaNeueW02-45Ligh';
    float: left;
    margin-right: 10px;
    font-weight: normal;
}
*/

/*
.genius h3, .fix h3, .adventageous h3
.dynamic h3, .nature-2 h3, .nature-1 h3, .system h3,
.fassade h3, .norms h3, .success h3, .facts h3, .funktion h3 {
    font-family: 'HelveticaNeueW02-75Bold';
}

.fix h2, .adventageous h2, .system h2, .dynamic h2, .nature-1 h2, .nature-2 h2, .success h2, .fassade h2, .norms h2, .facts h2, .funktion h2 {
    font-family: 'HelveticaNeueW02-45Ligh';
}
*/
.genius h2 {
    float: left;
    margin-right: 10px;
    font-weight: normal;
}

.legal h2, .where h2, .news h2, .more h2, .questions h2 {
    float: left;
    margin-right: 5px;
}

.adventageous h4, .adventageous ul {
    font-size: 1.0em;
    margin: 0;
}

/* ==========================================================================
   Funktion
   ========================================================================== */

.funktion .hero-teaser {
    height: 900px;
}

.funktion .hero-teaser {
    background: url('../img/hero-img-funktion-1.jpg') no-repeat center top;
    height: 900px;
}

.funktion .hero-teaser-2 {
    background: url('../img/hero-img-funktion-2.jpg') no-repeat center center;
}

.funktion .hero-teaser-3 {
    background: url('../img/hero-img-funktion-3.jpg') no-repeat center center;
    height: 900px;
}

.funktion.de .hero-teaser-1 {
    background: url('../img/hero-img-funktion-1.jpg') no-repeat center top;
    height: 900px;
}

.funktion.de .hero-teaser-2 {
    background: url('../img/hero-img-funktion-2_de.jpg') no-repeat center center;
}

.funktion.de .hero-teaser-3 {
    background: url('../img/hero-img-funktion-3_de.jpg') no-repeat center center;
    height: 900px;
}

.funktion .hero-teaser {
    background-size: 100%;
}
.funktion.de .hero-teaser {
    background-size: 100%;
}

.funktion .hero-teaser .hero-text p {
    /*font-size: 7.0em;*/
}

.konstruktion .hero-teaser-3 .hero-text p {

    margin-left: 0;
}

/* ==========================================================================
   Forschung
   ========================================================================== */
.forschung .hero-teaser {
    height: 900px;
}

.forschung .hero-teaser-1 {
    background: url('../img/hero-img-forschung-1.jpg') no-repeat center top;
    height: 900px;
}

.forschung .hero-teaser-2 {
    background: url('../img/hero-img-forschung-2.jpg') no-repeat center center;
}

.forschung .hero-teaser-3 {
    background: url('../img/hero-img-forschung-3.jpg') no-repeat center center;
    height: 900px;
}


.forschung.de .hero-teaser-1 {
    background: url('../img/hero-img-forschung-1_de.jpg') no-repeat center center;
    height: 900px;
}

.forschung.de .hero-teaser-2 {
    background: url('../img/hero-img-forschung-2_de.jpg') no-repeat center center;
}

.forschung.de .hero-teaser-3 {
    background: url('../img/hero-img-forschung-3_de.jpg') no-repeat center center;
    height: 900px;
}

.forschung .hero-teaser .hero-text p {
    /*font-size: 7.0em;*/
}

.hero-text p {
    line-height: 1.0em;
}
.konstruktion .hero-teaser-3 .hero-text p {
    float: left !important;
}
.hero-teaser-1 .hero-text p {
    line-height: 1.0em;
}

section.content article.success,
section.content article.norms,
section.content article.dynamic,
section.content article.nature-2,
section.content article.system,
section.content article.fix,
section.content article.news {

}
/*.forschung .hero-teaser-3 .hero-text p {
    margin-right: 0;
    margin-left: 0;
}*/

/* ==========================================================================
   Impressum
   ========================================================================== */

.impressum .hero-teaser {
    height: 800px;
    background-image: url("../img/hero-img-impressum.jpg");
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
}

.impressum.de .hero-teaser {
    height: 800px;
    background-image: url("../img/hero-img-impressum_de.jpg");
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
}

.impressum article.editorial {
    padding: 5%;
}

.impressum article.editorial div.text {
    margin: 0;
    width: 50%;
}

.kontakt article.form div.text {
	width: 90%;
	margin-bottom:5%;
}
.impressum article.legal div.text {
    float: none;
    width: 90%;
}

/* ==========================================================================
   Kontakt
   ========================================================================== */

.kontakt .hero-teaser {
    height: 900px;
    background-image: url("../img/hero-img-kontakt_de.jpg");
    background-position: center center;
    background-size: 100%;   
}
.kontakt.en .hero-teaser {
    height: 900px;
    background-image: url("../img/hero-img-kontakt_en.jpg");
    background-position: center center;
    background-size: 100%;   
}


#g-maps-viewport, #g-maps-viewport-mobile {
    width: 39%;
    height: 500px;
    margin: 5% 5% 2.5%;
    float: left;
    border: 3px white solid;
}

#g-maps-viewport-mobile {
    width: 90%;
    height: 250px;
    margin: 5%;
    float: none;
}

.gm-style img {
    float: none;
}

.gm-style p {
    margin: 0;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

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


    .hero-teaser .hero-text {
        top: 80px;
    }
	.hero-teaser-2 .hero-text, 
	.hero-teaser-3 .hero-text,
	.hero-teaser-4 .hero-text {
        top: 160px;
	
	}

    .hero-teaser .hero-text p {
        font-size: 4.0em;
    }

    .index .hero-teaser, .konstruktion .hero-teaser, 
    .funktion .hero-teaser, .forschung .hero-teaser {
        height: 700px;
    }

    .konstruktion .hero-teaser-2 .hero-text,
    .konstruktion .hero-teaser-3 .hero-text,
    .funktion .hero-teaser-2 .hero-text,
    .funktion .hero-teaser-3 .hero-text,
    .forschung .hero-teaser-2 .hero-text,
    .forschung .hero-teaser-3 .hero-text {
        top: 150px;
    }

}

@media only screen and (max-width: 1200px) {
    .index .hero-teaser, .konstruktion .hero-teaser, 
    .funktion .hero-teaser, .forschung .hero-teaser {
        height: 600px;
    }
}

@media only screen and (max-width: 1024px) {
    .index .hero-teaser, .konstruktion .hero-teaser, 
    .funktion .hero-teaser, .forschung .hero-teaser {
        height: 500px;
    } 

    .hero-teaser .hero-text p {
        font-size: 3.0em;
    }

/*    .index .hero-teaser {
        background-position: center center;
    }*/
}

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

	.hero-teaser div.icon.med{
		top:89px;
		background:url(../img/header-small.png) no-repeat right top;
		width:250px;
		height:205px;
	}
	body.en .hero-teaser div.icon.med{
		background:url(../img/header-small-en.png) no-repeat right top;
	}
/*    .hero-teaser .hero-text p {
        font-size: 2.4em;
    }*/
	
    .hero-teaser .hero-text {
        top: 120px;
    }
    .hero-teaser.hero-teaser-1-uc .hero-text {
        top: 10px;
    }
    
	
	.basic-grey  .row{
		float:left;
		width:98%;
		margin:0 1%;
		margin-top:10px;
	}

    .hero-teaser .hero-text p {
        font-size: 2.4em;
    }

    .index .hero-teaser {
        background-position: center center;
    }


    header > nav > ul > li > a,
    footer > ul > li > a {
        font-size: 1.1em;
    }

}

/*@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {*/
@media only screen and (max-width: 1100px) {
	header table.header td.nav nav > ul > li > a, 
	header table.header nav > ul > li > a {
		font-size:1.1em;
	}	
}
/*@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {*/
@media only screen and (max-width: 900px) {
	header table.header td.nav nav > ul > li, footer > nav > ul > li {
		padding:0 1%;
	}

	header table.header td.nav nav > ul > li > a, 
	header table.header nav > ul > li > a {
		font-size:1em;
	}	
}

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


    .hero-teaser.hero-teaser-1-uc .hero-text p {
        font-size: 14px !important;
        line-height: 16px !important;
    }
	article div.col.left {
		float:none;
		width:100%;
		margin:10% 0% 2.5%;
		position:relative;
	}


	.hero-teaser div.icon.med{
		top:66px;
		background:url(../img/header-small.png) no-repeat right top;
		width:250px;
		height:205px;
		display:none;
	}
	body.en .hero-teaser div.icon.med{
		background:url(../img/header-small-en.png) no-repeat right top;
	}

	.hero-teaser {
		top:73px;
	}

	.hero-teaser .hero-text {
		padding:20px 20px 20px 45px;
	}


    /* mobile header */
 
	#top { height:Auto; }
	header table.header td.logo{
		width:90px;
	}
	header table.header td.logo img{
		padding:10px;
	}

    header nav.mobile-element {
        top: 0;
        right: 0;
        width: 100%;
		margin-top:0;
    }

    header nav.mobile-element div.mobile-nav {
        width: 100%;
        margin: 0;
        text-align: center;
        height: 75px;
        background-image: url("../img/mobile-nav.png");
        background-repeat: no-repeat;
        background-position: 90% center;
        z-index: 2;
    }

    header nav.mobile-element ul {
        display: block;
		position:Absolute;
		z-index:99999;
		left:0;
		right:0;
        margin: 0 auto;
        /*margin-top: 70px;*/
        padding: 0;
        z-index: 1;
    }

    header nav.mobile-element ul li.seperation {
        display: none;
    }

    header nav.mobile-element ul li {
        display: block;
        padding: 20px 0;
        border-bottom: 1px solid #777;
    }

    .hero-teaser .hero-text {
        top: 55px;
        left: 00px;
    }


    .forschung .hero-teaser-3 .hero-text,
    .forschung .hero-teaser-2 .hero-text {
        top: 75px;
    }
    
    .hero-teaser .hero-text p, .funktion .hero-teaser .hero-text p,
    .forschung .hero-teaser .hero-text p {
        font-size: 3.0em;
        margin: 0 5px;
    }

    .index .hero-teaser .hero-text p {
        font-size: 2.0em;
    }

    .mobile-element {
        display: block;
    }

    .desktop-element {
        display: none !important;
    }

    article div.text {
        width: 90%;
        margin: 0;
        padding: 5% 5% 0;
        float: none;
    }

	.kontakt article.form div.text {
		width: 90%;
		margin: 0;
        padding: 5% 5% 0;
	}
    article div.text p {
        /*text-align: justify;*/
    }

    article div.text img {
        margin: 5%;
        width: 90%;
        float: none;
    }

    article.adventageous div.text img,
    article.norms div.text img {
        float: none;
    }

    .index .hero-teaser, .konstruktion .hero-teaser, .funktion .hero-teaser, .forschung .hero-teaser {
        height: 350px;
        background-size: 100%;
        background-position: top;
    }

    .konstruktion .hero-teaser-2, .konstruktion .hero-teaser-3, .funktion .hero-teaser-1 {
        height: 400px;
    }

    .funktion .hero-teaser-2 .hero-text, .funktion .hero-teaser-3 .hero-text {
        top: 50px;
    }

    .funktion .hero-teaser-3 .hero-text p {
        margin-left: 0;
        margin-right: 0;
    }

    div.seperation-gray {
        height: 40px;
    }


    .impressum article.editorial div.text {
        width: 100%;
        margin: 0;
        padding: 5% 0;
    }
    .kontakt article.editorial div.text {
        width: 100%;
        margin: 0;
        padding: 5% 0;
    }

    .impressum article.editorial div.text p {
        margin: 0;
    }

    section.content article.success,
    section.content article.norms,
    section.content article.dynamic,
    section.content article.nature-2,
    section.content article.system,
    section.content article.fix,
    section.content article.news {
	
    }

    header > nav > ul > li > a,
    footer > ul > li > a {
        font-size: 1.3em;
    }

    #video-1-content, #video-2-content {
        /*width: 460px;
        margin: 0 auto;*/
    }

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

	.hero-teaser div.icon{
		display:none;
	}

	div.seperation-gray, div.seperation-gray-top {
		height:70px;
	}
	
	
	
	.hero-teaser{
		margin-bottom:80px;
	}
	.hero-teaser .hero-text{
		padding:2.5% 2.5% 2.5% 2.5%;
		background:rgba(255, 255, 255, 0.7);
		max-width:95%;
		width:95%;
	}

	.hero-teaser p.caption{
		display:none;
	}
}

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




    header nav.mobile-element div.active {
        /*margin-top: 15px;*/
    }

    header div.logo {
        width: 22.5%;
        height: 60px;
        position: absolute;
    }

    header div.otto {
        left: 15px;
        top: 12px;
    }

    header div.uniglas {
       left: 140px;
        top: 9px;
    }

    .index .hero-teaser, .konstruktion .hero-teaser, .funktion .hero-teaser, .forschung .hero-teaser {
        height: 200px;
        background-size: 100%;
        background-position: top;
    }

    .konstruktion .hero-teaser-2, .konstruktion .hero-teaser-3, .funktion .hero-teaser-1 {
        height: 250px;
    }

    .hero-teaser .hero-text p, .funktion .hero-teaser .hero-text p,
    .forschung .hero-teaser .hero-text p {
        font-size: 2.0em;
    }

    .index .hero-teaser .hero-text p {
        font-size: 1.3em;
    }

    header nav.mobile-element {
        height: 75px;
    }

    header nav.mobile-element ul {
        width: auto!important;
    }
}

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.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 {
    clear: both;
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

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

    pre,
    blockquote {
        border: 1px solid #999;
        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;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}