﻿/* respansive Seitengestaltung ANFANG */
* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

/* For mobile phones: */

[class*="col-"] {
  width: 100%;
}
.col-3 {
	visibility: hidden;
	display: none;
}
.col-s-3 {
	visibility: hidden;
	display: none;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {
	width: 34%;
	visibility: visible;
	display: inline-block;
}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 66%;}
  .col-s-9a {width: 77%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
  .col-s-12a {width: 100%;}
  .col-s-13 {
	visibility: hidden;
	display: none;}

  
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {
	width: 34%;
	visibility: visible;
	display: inline-block;
}
  .col-3a {width: 38%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 66%;}
  .col-6a {width: 39%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  .col-13 {visibility: hidden; 
         display: none;}
}


.smart {
	float: right;
	width: auto;
}
label.hamburg {
	display: block;
	background: #E5E5E5;
	width: 75px;
	height: 50px;
	position: relative;
	border-radius: 4px;
	float: right;
}

input#hamburg {display:none}

.line {
	position: absolute;
	left: 10px;
	height: 4px;
	width: 55px;
	background: #494949;
	border-radius: 2px;
	display: inline-block;
	transition: 0.5s;
	transform-origin: center;
}

.line:nth-child(1) { top: 12px; }
.line:nth-child(2) { top: 24px; }
.line:nth-child(3) { top: 36px; }

#hamburg:checked + .hamburg .line:nth-child(1){
   transform: translateY(12px) rotate(-45deg);
}

#hamburg:checked + .hamburg .line:nth-child(2){
   opacity:0;
}

#hamburg:checked + .hamburg .line:nth-child(3){
   transform: translateY(-12px) rotate(45deg);
}
.smartphone_menu li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #3F3F3F;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #3F3F3F;
	list-style-type: none;
	width: 90%;
}

.smartphone_menu {
	height: auto;
	max-height: 0;
	overflow: hidden;
	transition: all 0.5s;
}
.smartphone_menu a {
	font-size: medium;
	display: block;
	color: #d1d1d1;
	text-decoration: none;
}
.smartphone_menu li:hover {
	background-color: #505050;
}

#hamburg:checked + .hamburg  + nav.smartphone_menu { 
    max-height: 600px; 
}
/* respansive Seitengestaltung ENDE */


/*Fotosite*/
html {
	color: #D1D1D1;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	background-color: #414141;
	font-size: medium;
}
.clear_both {
	clear: both;
	display: none;
	visibility: hidden;
}
#kopf {
	border-radius: 18px;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	height: 20%;
	background-color: #494949;
}
.responsive {
	max-width: 100%;
	height: auto;
}
.contain {
	border-radius: 18px;
	padding: 13px 0px 13px 0px;
	background-color: #494949;
	font-weight: bold;
	margin-bottom: 12px;
}
.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 5% 0 5%;
}
.menu li {
	padding: 10px 0px 10px 4%;
	margin-bottom: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	background-color: #4B4B4B;
}
.menu a {
	color: #00CCFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.menu a:hover {
	color: #8AD9FF;
}
.box_out {
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	margin: 0;
	color: #999;
	text-align: left;
	background-color: #494949;
	width: 100%;
	padding-top: 10px;
	padding-left: 10px;
}
.end {
	background-color: #494949;
	border-bottom-right-radius: 18px;
	border-bottom-left-radius: 18px;
	padding: 26px 0px 26px 0px;
	margin: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-color: #454545;
	border-bottom-color: #454545;
	border-left-color: #454545;
	height: 27px;
}
h1 {
	text-align: center;
	margin: 0px;
	padding: 0px 0px 0px 1%;
	font-size: medium;
	font-weight: normal;
	vertical-align: middle;
	color: #D1D1D1;
	letter-spacing: 1px;
	width: 100%;
}
#fuss {
	clear: both;
}
/*Impressum*/
.imp {
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	margin: 0;
	color: #FFFFFF;
	text-align: left;
	background-color: #494949;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 6px;
	border-right-width: 6px;
	border-left-width: 6px;
	border-top-color: #454545;
	border-right-color: #454545;
	border-left-color: #454545;
	padding-left: 6px;
	padding-bottom: 30px;
}