﻿/*Stylesheet der Firma inutec artificial eye engineering GbR*/
/*Copyright © 2015*/

/* blau: #1d1680 */
/* blau 50%: #8a88c0 */
/* grau: #7e7e7e */

@import url('superfish.css');
@import url('lightbox.css');
/**************************TEMPLATE*******************************/
body {
	margin: 0;
	padding: 0;
	background: #1d1680;
	background-size: 950px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #333333;
}
img, img a {
	border: none;
}
#page {
	max-width: 948px;
	margin: 0 auto;
	border: 1px solid #ffffff;
}
#header {
	max-width: 950px;
	margin: 0 auto;
}
#slider {
	background: url(../slider/bild1.jpg) no-repeat;
	background-size: cover;
	margin-top: 60px;
	overflow: hidden;
	max-width: 950px;
	height: 300px;
}
#slider .slick-header, #slider .slick-text {
display: none;
}
/*@keyframes slider1 {
 0% {
opacity: 1;
}
 17% {
opacity: 0;
}
 34% {
opacity: 0;
}
 51% {
opacity: 0;
}
 68% {
opacity: 0;
}
 85% {
opacity: 1;
}
 100% {
opacity: 1;
}
}
@keyframes slider2 {
 0% {
opacity: 1;
}
 17% {
opacity: 1;
}
 34% {
opacity: 1;
}
 51% {
opacity: 0;
}
 68% {
opacity: 0;
}
 85% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
#slider img {
	position: relative;
}
 #slider img:nth-child(1) {
 top: 0;
}
#slider img:nth-child(2) {
 position: relative;
 top: -307px;
}
#slider img:nth-child(3) {
 position: relative;
 top: -613px;
}
#slider img:nth-child(1) {
 animation-name: slider1;
 animation-duration: 20s;
 animation-delay: 4s;
 animation-iteration-count: infinite;
 z-index: 3;
}
#slider img:nth-child(2) {
 animation-name: slider2;
 animation-duration: 20s;
 animation-delay: 4s;
 animation-iteration-count: infinite;
 z-index: 2;
}
#slider img:nth-child(3) {
 z-index: 1;
}*/
#headertitle {
	background: #ffffff;
	padding: 50px;
}
#submenu {
	list-style: none;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#submenu li a {
	display:block;
	background: #1d1680;
	margin: 0 5px 5px 0;
	padding: 5px 8px;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
#submenu li a:hover {
	background: #8a88c0;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
#submenu #aktiv_sub a {
	background: #8a88c0;
}
 div[id^=col] {
 background: #ffffff;
 padding: 20px;
 clear: both;
}
 div[id^=col] .csc-default a {
 color: #1d1680;
 font-weight: bold;
 text-decoration: none;
}
 div[id^=col] .csc-default a:hover {
 text-decoration: underline;
}
 div[id^=col] table {
 border-collapse: collapse;
}
 div[id^=col] td, div[id^=col] th {
 padding: 5px;
 border: #333333 1px solid;
}
 div[id^=col] p {
 margin-top: 5px;
 margin-bottom: 0;
}
 div[id^=col] .csc-header h1 {
 font-size: 1.2em;
 color: #333333;
 margin-top: 30px;
}
 div[id^=col] .csc-header .csc-firstHeader, div[id^=col] .csc-textpicHeader h1 {
 margin-top: 0px;
}
 div[id^=col] ul, div[id^=col] ol {
 margin: 0;
 padding: 5px 0 5px 20px;
}
 div[id^=col] hr {
 border: none;
 background: #1d1680;
 height: 1px;
 margin: 20px 0;
}
#col_top #breadcrumb {
	color: #7e7e7e;
	font-size: 0.7em;
}
#col_top #breadcrumb a {
	color: #7e7e7e;
	text-decoration: none;
}
#col_top > h1 {
	font-size: 1.8em;
	color: #1d1680;
	margin: 30px 0 10px 0;
}
#adjust_col {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
#col_main {
	min-height: 300px;
	width: 100%;
}
#col_right {
	display: initial;
	width: 60%;
	border-left: 1px solid #1d1680;
	font-size: 0.8em;
}
#col_right .csc-header h1, #col_right .csc-textpicHeader h1 {
	font-size: 1em;
}
#col_right ul, #col_right ol {
	margin: 0;
	padding: 5px 0 5px 15px;
}
#footer {
	width: 100%;
	margin: 0 auto;
	font-size: 0.7em;
	text-align: center;
	padding: 20px 0;
	color: #ffffff;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
#footer a:hover {
	text-decoration: underline;
}
/**************************TYPO3-ANPASSUNGEN*******************************/
.csc-textpic-caption {
	font-size: 0.85em;
}
.csc-textpic-imagerow {
	margin-bottom: 20px;
}
.csc-textpicHeader + .bodytext {
	margin-bottom: 20px;
}
/**************************DRUCKLAYOUT*******************************/
@media print {
body {
	color: #000000;
}
#header, #nav_start, #breadcrumb, #submenu, #footer span {
	display: none;
}
#col_top h1 {
	color: #000000;
}
 div[id^=col] .csc-default a {
 color: #000000;
 font-weight: normal;
}
}
/**************************MOBILES LAYOUT*******************************/
@media screen and (max-width: 800px) {
 #slider {
 display: none;
}
}
@media screen and (max-width: 500px) {
 #headertitle {
 padding: 20px;
}
#adjust_col {
display: -webkit-flex; /* Safari */
 -webkit-flex-wrap: wrap; /* Safari 6.1+ */
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
 -webkit-justify-content: flex-start; /* Safari 6.1+ */
}
#col_right {
	width: 100%;
	border: none;
}
}
