@import url(assets/css/main.css);

/*-----------------------------------------------------------------------------------*/
/*	Setup (body, fonts, headings, links, shorthands etc)
/*-----------------------------------------------------------------------------------*/


/* Custom Font */

body,
button,
input,
select,
textarea,
h1,h2,h3,h4,h5,h6 {
	font-family: "Roboto", Helvetica, sans-serif;
}
 
/* Body ------------------------------------*/

body {
	font-size: 18px;
	font-weight: 300;
}

/* Headings --------------------------------*/

h1,h2,h3,h4,h5,h6 {
	font-weight: ;
	letter-spacing: ;
}

/* Links -----------------------------------*/

a,
a:visited {}
a:hover,
a:focus,
a:active {}

/* Clearfix --------------------------------*/

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

/*-----------------------------------------------------------------------------------*/
/*	Video
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	2.1	Header Elemente
/*-----------------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------------*/
/*	2.2	Content Elemente
/*-----------------------------------------------------------------------------------*/

ul.datasheet-details {
	list-style: none;
	margin-left: 0!important;
	padding: 0!important;
}

ul.datasheet-details li {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 0px solid rgba(255,255,255,0.3);
}

ul.datasheet-details li strong {
	font-size: 70%;
	display: block;
	text-transform: uppercase;
	font-weight: 200;
	opacity: 0.5;
	letter-spacing: 0.1em;
}

.background-video {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: -2;
}

@media (min-aspect-ratio: 16/9) {
	.background-video {
		width: 100%;
		height: auto;
	}
}

@media (max-aspect-ratio: 4/3) {
	.background-video {
		width: auto;
		height: 100%;
	}
}



ul.adress {
	list-style: none;
	display: block;
	color: #fff;
	font-size: 0;
}

ul.adress li {
	display: inline-block;
	font-size: 14px;
	padding: 0 7px;
}

ul.adress li.steulergroup {
	border-top: 1px dotted #666;
	padding: 10px;
	margin-top: 10px;
}

ul.adress li.steulerlinings {
	font-weight: 500;
	display: block;
}

ul.adress li:last-child{
	display: block;
}
ul.adress li a {
	display: inline-block;
	font-size: 13px;
	color: #666;
}


.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 5; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	margin: auto;
	padding: 20px;
	width: 80%;
	box-shadow: 0px 5px 50px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 5px 50px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 50px 0px rgba(0,0,0,0.75);
}

/* The Close Button */
.close {
	color: #fff;
	float: right;
	font-size: 28px;
	font-weight: bold;
	background-color: #811315;
	display: none;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.videowrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10; /* Sit on top */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,1.8); /* Black w/ opacity */
}
			
#fullvideo {
	width: 100%;
	height: auto;
}

/*-----------------------------------------------------------------------------------*/
/*	Template Inline Anpassungen
/*-----------------------------------------------------------------------------------*/

		.top-menu { height: 46px; width:100% }
		.technology {
			position: relative;
			
		} 
		.description {
			/*
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			*/
			display: block;
			width: 100%;
			background: rgba(0,0,0,0.5);
			background: rgba(255,255,255,0.0);
			color: #ddd;
			padding: 0.5em;
			margin-top: -1.75em;
			font-size: 16px;
			line-height: 19px;
		}
		.description p {
			color: #fff;
			text-transform: uppercase;
			margin: 0 0 10px 0;
		}
		
		.wrapper {
			background-color: rgba(0,0,0,0.3);
			margin: 0 0 0 0;
			position: relative;
			border-bottom: 1px solid rgba(0,0,0,0.35);
		}

		.wrapper.alt {
			background-color: rgba(22, 22, 22, 0.7);
		}
		
		.wrapper.contact.spotlight {
			background-color: rgba(89, 89, 89, 0.7);
		}
		
		.wrapper.contact.spotlight .inner {
			padding: 50px 0 50px 0;
			margin: 0 auto;
			width: 55em;
		}
		.wrapper.contact a.special {
			text-transform: none;
			font-size: 1em;
			font-weight: 600;
			letter-spacing: 0;
			margin: 0;
		}
		.wrapper.contact .image {
			margin: -25px 50px -25px 0;
			padding: 25px 15px 0 15px;
			background: #999;
		}
		
ul.choose {
	margin: 0 auto;
	padding: 50px 0;
	display: block;
	list-style: none;
	overflow: hidden;
	text-align: center;
	scroll-behavior: smooth;
}

ul.choose li { display: inline-block; }

ul.choose li a {
	display: inline-block;
	padding: 20px 25px;
	margin: 10px;
	font-weight: 300;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.7);
	background: rgba(255,255,255,0.1);
	background: linear-gradient(315deg, rgba(230, 224, 224, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
	background: #171717;
	background: linear-gradient(315deg, rgba(23, 23, 23, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
	border: none;
}

ul.choose li a:hover {
	background: #171717;
	background: linear-gradient(315deg, rgba(23, 23, 23, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}

#contacttest { background-color: rgba(89, 89, 89, 0.7); }
#contacttest .wrapper { border-bottom: 1px solid rgba(0,0,0,0.2); }
#contacttest .wrapper.alt { background-color: rgba(89, 89, 89, 0.7); }
		
#contacttest .inner {
	padding-left: 300px;
	position: relative;
}

#contacttest img { width: 250px; position: absolute; left: 0; }
#contacttest ul.getintouch { overflow: hidden; margin: 0 0 2em 0!important; padding-left: 0!important; }
#contacttest ul.getintouch li { display: block; float: left; margin-right: 5px; margin-left: 0!important; padding-left: 0!important; }
#contacttest ul.getintouch li a { display: block; border: none; }
#contacttest ul.getintouch li.divider {}
#contacttest ul.getintouch li.mail,
#contacttest ul.getintouch li.phone {}
#contacttest ul.getintouch li.liningswebsite { clear: left; }
#contacttest ul.getintouch li.liningswebsite a {}


@media screen and (max-width: 736px) {

	#contacttest .inner { padding-left: 32px; }

	#contacttest img { width: 200px; position: relative; margin-bottom: 10px; }
	#contacttest ul.getintouch {}
	#contacttest ul.getintouch li { float: none; margin-right: 0; }
	#contacttest ul.getintouch li a { display: inline-block; }
	#contacttest ul.getintouch li.divider { display: none;}
	#contacttest ul.getintouch li.mail,
	#contacttest ul.getintouch li.phone {}
	#contacttest ul.getintouch li.liningswebsite {}
}

@media screen and (max-width: 980px) {}

img {
  max-width: 100%;
}

img.open-lightbox {
	cursor: pointer;
}

.lightbox-opened {
  background-color: #333;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  padding: 40px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9000;
  }
/*
  .lightbox-opened:before {
    background-color: #333;
    background-color: rgba(0,0,0,0.9);
    color: #eee;
    content: "X";
    padding: 3px 6px;
    position: fixed;
	margin: 10px auto;
  }
*/
  .lightbox-opened img {
    box-shadow: 0 0 6px 3px #000;
	max-width: 100%;
	height: auto;
  }

.no-scroll {
  overflow: hidden;
}

