@font-face { 
font-family: "Calibri"; 
src: url("Calibri.ttf"); 
}
/* CSS Document */
body {
	margin:7px;
	font-family: 'Calibri', Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #000;
	letter-spacing:1px;
	line-height:1.2
}
table {
	font-size: 20px;
}
html, body {
  height:100%;
} 
a {
	color: #000;
}
a:hover {
	color: #000;
	text-decoration:none
}
header {
    position: relative;
	background-image:url(../image/layout/bg.webp);
	background-size:cover;
	background-position:left 70%;
	margin:auto;
 	border-radius:0px;
  	width:100%;
	height:220px;
}
#login_header {
    position: relative;
	float:left;
	background:rgba(0,0,0,.5);
	margin:auto;
 	border-radius:0px;
	padding:0px 20px;
	font-size:18px;
	margin:7px 0;
	color:#FFF;
  	width:calc(100% - 40px);
}
#login_header a {
	color:#FFF;
}
#login_header a:last-child {
	float:right;
	font-weight:bold;
	background:#C00;
	text-decoration:none;
	padding:2px 10px;
	border-radius:5px;
	color:#fff;
}
#head_text {
	position:relative;
	width:70%;
	line-height:1.7;
	color:#FFF;
	font-size:24px;
	padding-top:0px;
	margin:auto
}
.index_link {
	position:absolute;
	top:10px;
	left:0px;
	height:106px;
	width:100%;
}
#logo {
	width:150px;
	float:left;
	z-index:9999
}
#logo img {
	border:0;
	float:left;
	padding:10px 0 0 15px;
	width:140px;
}
nav {
    position: relative;
	height:120px;
	width:100%;
	margin:auto;
	left:-0.5%;
	padding:0px;
}
nav div {
	width:100%;
	margin:auto;
}
#main {
    position: relative;
	clear:both;
	margin:0 auto 0 auto;
	background:rgba(255,255,255,1);
	width:100%;
	padding:0px 0px 0 0;
}
section {
	position:relative;
	margin:auto;
	width:90%;
	padding:0px 0;
}
aside {
	float:left;
	width:calc(50% - 64px);
	margin:2px;
	padding:10px 30px;
	height:10vw;
	font-size:18px;
	background:rgba(0,0,0,.1);
	background-position:right top;
	background-repeat:no-repeat
}
footer {
	width:100%;
  	border-radius:0px;
	background-image:url(../image/layout/bg.webp);
	background-size:cover;
	background-position:left center;
	position:relative;
	padding:10px 0;
	float:left;
}
footer div {
	width:33.333%;
	text-align:center;
	color:#FFF;
	float:left;
	padding:15px 0;
}
footer div:nth-child(1) {
	width:50%;
}
footer div:nth-child(2) {
	width:50%;
}
footer div a {
	text-decoration:none;
	color:#FFF;
}
.copy {
	background-attachment:fixed;
	background-position:bottom center;
	background-repeat: repeat-x, no-repeat, no-repeat;
	background-size:auto, 150%;
	width:100%;
	float:left;
	text-align:center;
	font-size:16px;
	padding:20px 0 20px 0;
	margin:auto;
}
.copy a{
	text-decoration:none;
	font-size:16px;
}

.clear {
	clear:both;
}
.bild_rechts {
	border:0px solid #fff;
	border-radius:0px;
	margin:10px 0px 10px 10px; 
	float:right;
}
.bild_links {
	border:0px solid #fff;
	border-radius:0px;
	margin:10px 10px 0px 0px; 
	float:left
}
.bild {
	border:0px solid #36AD8F;
	margin:10px; 
	border-radius:0px;
}
.border {
	border:3px solid #999;
}
.bild_start {
	border:0;
	border-radius:0px;
	width:100%
}
.bild_50 {
	width:50%
}
.w_400 {
	width:500px
}
.ohne_schatten {
	box-shadow:none
}
.galerie {
	margin:0px;
	text-align:center;
/*	font-size:14px;*/
	float:left;
	width:100%
}
.galerie img {
	border:0px solid #e1e1e1;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
	transition-duration: 0.8s;
}
.galerie div {
	float:left;
	width:18%;
	margin:10px 1%;
	text-align:center;
	margin:0px
}
.galerie div a {
	text-decoration:none
}
.galerie div br {
	clear:both;
}
.galerie span {
	margin:10px 1% 5px 0;
	width:24%;
	height:20vw;
	float:left;
	display:block;
	background-size:cover;
	background-position:center;
}
ul {
		line-height:1.4
}
hr {
	border:0;
	border-top:5px solid #0F446B;
	height:0px;
	background:none;
	clear: both
}
iframe {
	border:0;
	border-radius:0px;
	width:100%;
	height:250px
}
#contact_form input[type=text],
#contact_form input[type=date],
#contact_form input[type=password], 
#contact_form input[type=email], 
#contact_form input[type=tel], 
#contact_form input[type=file], 
#contact_form select,
#contact_form textarea {
	padding: 6px 15px;
	font-size:18px;
	font-family:"Courier New", Courier, monospace;
	border:0;
	background: #F3F3F3;
	box-shadow: inset 3px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.2);
	color:#333;
	margin-bottom:10px
}
#contact_form select {
	color:#000 !important
}
#contact_form input[required=required],#contact_form input[required],
#contact_form textarea[required=required],#contact_form textarea[required] {
	color:#000 !important
}
#contact_form input[type=submit],input[type=button],.button {
	border:0;
	background:#096E93;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
	padding:7px 40px;
	border-radius:0px;
	white-space:nowrap;
	margin-bottom:10px;
	margin-right:10px;
	cursor:pointer;
	float:left
}
input[name=send]{
	display:none
}
.button_aktiv {
	background: #ccc;
	color:#000;
}
.code_feld {
	width:100px
}
.captcha {
	border:0;
}
h1 {
	font-size: 35px;
	letter-spacing:1px;
	color: #0F446B;
	font-weight:normal;
	text-decoration:none
}
h1:first-letter {
	font-size: 45px;
}
h2 {
	font-size: 24px;
	letter-spacing:1px;
	color: #0F446B;
	font-weight:normal;
	text-decoration:none
}
h3 {
	font-size: 26px;
	letter-spacing:1px;
	color: #0F446B;
	font-weight:normal;
	text-decoration:none;
}
h4 {
	font-size:20px;
	margin:5px 0;
	color: #0F446B;
	text-decoration:none
}
h5 {
	text-transform:uppercase;
	font-size:16px;
	margin:0px 0;
	font-weight:normal;
	color:#e1e1e1;
	text-decoration:none
}
.rot {
	color:#C00
}
.gruen {
	color:#090
}
.img {
	border:0px;
}
.center {
	text-align:center
}
.right {
	text-align:right
}
.bg_grau {
	padding:10px;
	background:#e1e1e1
}
.seiten_aufzaehlung {
	width:100%;
	text-align:right;
}
.seiten_aufzaehlung a {
	background:#F90;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:1px 3px;
	width:15px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:0px;
}
.seiten_aufzaehlung span {
	border:1px solid #F90;
	padding:0px 2px;
	color:#F90;
	width:15px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:0px;
}
.ul_zwei {
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	column-count: 2;
	column-gap: 10px;
}
.index_nav {
	z-index:9999;
	position:relative
}
.index_nav_2 {
	z-index:9998 !important;
}
#unter_nav a {
	float:left;
	color:#fff;
	width:calc(20% - 24px);
	margin:2px;
	height:5vw;
	padding:30px 10px;
	font-size:20px;
	text-decoration:none;
	text-align:center;
	background:#0F446B;
}
.index_nav div {
	float:left;
	width:calc(100% / 4 - 5px);
	margin:2px;
	height:20vw;
	text-decoration:none;
	text-align:left;
	background-size:cover;
	background-position:center;
}
.index_nav h3 {
	color:#FFF;
	text-shadow:0px 0px 5px #000000;
	font-size:36px;
	margin-top:35px;
	margin-left:20px
}
#index_nav a {
	text-decoration:none;
	font-size:20px;
}
.index_nav div p {
	display:none;
	padding:14px;
	font-size:16px;
	margin:0px 10px;
	float:left;
	box-shadow:0px 0px 10px #000;
	background:rgba(255,255,255,.9)
}
.index_nav div p {
	display:none;
}
.index_nav div:hover p {
	display:block;
}
.webhosting {
	width:calc(33.3333% - 30px);
	margin:5px;
	float:left
}
.webhosting div {
	width:calc(100% - 40px);
	padding:20px;
	float:left;
	color:#fff;
}
.webhosting div:nth-child(2) {
	color:#333;
}
.hellblau {
	border:10px solid #6CF;
}
.hellblau div:first-child,.hellblau div:last-child {
	background:#6CF;
}
.blau {
	border:10px solid #33C;
}
.blau div:first-child,.blau div:last-child {
	background: #33C;
}
.rotweb {
	border:10px solid #C00;
}
.rotweb div:first-child,.rotweb div:last-child {
	background: #C00;
}
.webhosting_50 {
	width:calc(50% - 30px);
	margin:5px;
	float:left
}
.webhosting_50 div {
	width:calc(100% - 40px);
	padding:20px;
	float:left;
	color:#fff;
}
.webhosting_50 div:nth-child(2) {
	color:#333;
}
.grau {
	border:10px solid #aaa;
}
.grau div:first-child,.grau div:last-child {
	background: #aaa;
}
.dunkelgrau {
	border:10px solid #666;
}
.dunkelgrau div:first-child,.dunkelgrau div:last-child {
	background: #666;
}
#referenzen div {
	background-size:cover;
	background-position:top center;
	float:left;
	width:calc(33.33333% - 30px);
	margin:10px;
	height:15vw;
	border:5px solid #ccc;
	transition: 2s 
}
#referenzen div:hover {
	background-size:120%;
}
#referenzen div span {
	display:none;
	padding:14px;
	font-size:16px;
	margin:60px 10px 0px 10px;
	float:left;
	box-shadow:0px 0px 10px #000;
	background:rgba(255,255,255,.9)
}
#referenzen div:hover span {
	display:block;
}
.zwei_farben_table tr:nth-child(odd) {
	background:rgba(0,0,0,.2)
}
summary {
	background:#CCC;
	margin:5px 0;
	padding:10px
}
.plus_button {
	color:#06C;
	background:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:0px 8px;
	width:25px;
	height:25px;
}
ul li summary {
	background:none;
	text-decoration:underline;
	cursor:pointer;
	padding:0;
	list-style:none
}
.referenzen_unternehmen img {
	max-width:220px;
	float:right;
	margin-left:10px
}
@media screen and (max-width: 1208px) {
#unter_nav a {
	width:calc(25% - 24px);
}
}
@media screen and (max-width: 808px) {
#unter_nav a {
	width:calc(50% - 24px);
	font-size:16px;
}
.first_ueber_janik_p {
	width:100%;
}
body {
	font-size:14px;
}
header {
	position:relative;
	width:100%;
	height:160px;
}
#head_text {
	width:90%;
	font-size:13px;
	padding-top:90px
}
#logo {
	position:absolute;
}
#logo img {
	width:100px;
}
nav {
	float:left;
	background:none;
	position: absolute;
	top:0px;
	margin:0;
	padding:0;
    width:100%;
}
nav div {
	margin:0;
	padding:0;
	width:100%
}
#main {
	float:left;
	width:100%;
}

section {
	clear:both;
	width:96%;
	padding:0% 2%;
	margin:0 !important;
	border-left:0px;
}
.index_nav div {
	width:calc(50% - 4px);
	height:20vw;
}
.index_nav h3 {
	font-size:16px;
	margin-top:15px;
	margin-left:20px
}
aside {
	width:calc(100% - 24px);
	padding:10px;
	height:auto
}
footer {
	width:100%;
	padding:0;
	margin:0%;
}
footer div {
	width:98% !important;
	margin:0px 2%;
}
.bild,.img {
	width:96%;
	margin:2%
}
.referenzen_unternehmen img {
	max-width:180px;
	margin-left:10px
}
.bild_rechts {
	width:36%;
	margin:2%
}
#contact_form,
#contact_form input[type=text],
#contact_form input[type=email], 
#contact_form input[type=tel], 
#contact_form textarea {
	width:95%;
}
#contact_form tr {
}
#contact_form td {
	float:left;
	width:90%
}
.mobile_hidden {
	display:none
}
.teil_50 {
	width:100%;
	padding-right:0%;
	margin-top:-45px !important
}
.webhosting,.webhosting_50 {
	width:calc(100% - 30px);
}
.webhosting div:nth-child(2),.webhosting_50 div:nth-child(2) {
	height:auto;
}
#referenzen div {
	width:calc(100% - 30px);
	height:45vw;
}
h1 {
	font-size: 25px;
}
h1:first-letter {
	font-size: 35px;
}
}
#popup {
	width:100%;
	height:100%;
	position:fixed;
	z-index:1000;
	background:rgba(255,255,255,.8)
}
#popup div {
	position: fixed;
	left:50%;
	background:#7FA23C;
	background:#257A99;
	color:#FFF;
	font-size:20px;
	text-align:center;
	z-index:990900;
	padding:20px 3%;
	top:100px;
	margin-left:-40%;
	width:74%;
}
#popup a {
	color:#FFF;
	text-decoration:none;
}
#popup img {
	width:75%
}
#popup .mehr {
	background:#FFF;
	border-radius:50%;
	float:right;
	padding:5px 10px;
	color:#7FA23C
}
