/* =Kunde: 
-----------------------------------------------------------------------------*/

/* =Imports
-----------------------------------------------------------------------------*/
@import "css/menu.css";
@import "css/lightgallery.css";

/* =Typography
-----------------------------------------------------------------------------*/

body
 {
	font: 1em/1.4em "Lato", Arial, Helvetica, Geneva, sans-serif;
}

/* =Links
-----------------------------------------------------------------------------*/

a {
 	color: #999;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:focus,
a:hover {
	color: #000;
}

::-moz-selection { 
	background: #000; color: #fff; text-shadow:none; 
}
::selection { 
	background: #000; color: #fff; text-shadow:none; 
}

/* =Layout
-----------------------------------------------------------------------------*/

body {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header, section, footer {
	display: block;
	clear: both;
	float: none;
}


.content {
	max-width: 1280px;
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
	margin-right: auto;
	margin-left: auto;
}

.left {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	width: 240px;
}

.left .logo {
	margin-top: 60px;
	float: right;
	margin-right: 30px;
}

.left .logo img {
	width: 125px;
	margin-bottom: 60px;
}

.left .adresse {
	margin-top: 90px;
	float: right;
	margin-right: 30px;
}

.left .adresse p {
	text-align: right;
}

.inhalt {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 240px;
	background: rgba(255,255,255,.95);
	width: 400px;
	padding-left: 60px;
	padding-right: 45px;
	overflow: scroll;
}

.stoerer {
	position: fixed;
	top: 40px;
	right: 35px;
	width: 140px;
	height: 140px;
}

/* =Typo */

p strong{
	font-weight: bold;
}

h1 {
	padding: 0;
	margin: 175px 0 20px;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 1.1em;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 1em;
	font-weight: bold;
}

/* =Menu */

.menu li
 {
	list-style-position: inside;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.menu li a
 {
	color: #999;
	float: right;
	clear: both;
	display: block;
	margin-right: 30px;
	font-weight: 900;
	font-size: 1.2em;
	line-height: 1.4em;
}

.menu li a:hover,
.menu li a.active
 {
	color: #003287;
}

/* =Lightgallery */

.gallery > ul {
	margin: 80px 0 0;
	padding: 0;
	width: 400px;
}
.gallery > ul > li {
    float: left;
	list-style-type: none;
	list-style-position: outside;
	float: left;
	width: 47%;
	margin-right: 3%;
	margin-bottom: 2.5%;
}
.gallery > ul > li a {
	display: block;
	overflow: hidden;
	position: relative;
}
.gallery > ul > li a > img {
	filter:alpha(opacity=90);
	opacity: 0.9
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	max-width: 100%;
}
.gallery > ul > li a:hover > img {
	filter:alpha(opacity=100); /* IE 5-7 */
	opacity: 1 /* CSS3 Standard */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

/* =Formulare
-----------------------------------------------------------------------------*/

.form-item label {
	width: 100%;
	display: block;
}

.form-item input {
	width: 100%;
	padding: 10px 8px;
	border-width: 0;
	display: block;
	margin-bottom: 10px;
	background-color: #ddd;
	border-bottom: 2px solid #ddd;
}

.form-item input:focus,
.form-item textarea:focus {
	background-color: #fff;
}

.checkboxes {
	margin-top: 16px;
}

.checkboxes label {
	width: 100%;
	float: none;
	clear: both;
	display: block;
}

.checkboxes input {
	width: 10%;
}

.form-item textarea {
	margin-top: 16px;
	margin-bottom: 16px;
	font: 200 1em/1.4em "Lato", Arial, Helvetica, Geneva, sans-serif;
	width: 100%;
	padding: 10px 8px;
	border-width: 0;
	display: block;
	margin-bottom: 10px;
	background-color: #ddd;
	border-bottom: 2px solid #ddd;
}

.sicherung {
	display: none;
}

button, .button {
  font: 200 1em/1.4em "Lato", Arial, Helvetica, Geneva, sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 38px;
  height: 40px;
  padding: 0 28px;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none;
  color: #000;
  background-color: #eee;
  border-radius: 4px;
	width: 100%;
}

.button.primary {
  background: #003287;
  color: #fff; }
  .button.primary:focus, .button.primary:hover {
    color: rgba(255, 255, 255, 0.6); }

.error {
  color: #f34248; }

iframe {
	top: 0;
	right: 0;
	bottom: 0;
	left: 745px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	frameborder:0; 
	border:0; 
	position: fixed;
	z-index: -1000;
}

.hide {
  display: none; 
}
.show-sm {
	display: none;
}

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

.content {
	padding-left: 0%;
	padding-right: 2%;
}

iframe {
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	frameborder:0; 
	border:0; 
	position: fixed;
	z-index: -1000;
}

h1 {
	margin: 20px 0 20px;
}

.gallery > ul {
	width: 100%;
}

.gallery > ul > li {
    width: 45%;
}

.left {
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 1000;
}

.left .logo {
	margin-top: 10px;
	float: left;
	margin-right: 0px;
	margin-left: 30px;
}

.left .logo img {
	width: 50px;
	margin-bottom: 0px;
}

.menu li a
 {
	margin-right: 0px;
	font-size: 1.4em;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.hide-sm {
	display: none;
}
.show-sm {
	display: none;
}
}

@media only screen and (min-width: 767px) and (max-width: 959px) and (orientation : landscape) {

.left {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 180px;
	height: 100%;
	z-index: 1000;
}

.left .logo {
	margin-top: 50px;
	float: right;
	margin-right: 20px;
}

.left .logo img {
	width: 100px;
	margin-bottom: 50px;
	padding-left: 10px;
}

.left .adresse {
	margin-top: 90px;
	float: right;
	margin-right: 20px;
}

.left .adresse p {
	font-size: .9em;
}

.menu li a
 {
	margin-right: 20px;
	font-weight: 900;
	font-size: 1em;
	line-height: 1.05em;
}

h1 {
	margin: 65px 0 35px;
}

.inhalt {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 180px;
	width: 280px;
	padding-left: 50px;
	padding-right: 40px;
	overflow: scroll;
	background: rgba(255,255,255,.95);
}

.hide-sm {
	display: block;
}
.show-sm {
	display: none;
}

iframe {
	top: 0;
	right: 0;
	bottom: 0;
	left: 160px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	frameborder:0; 
	border:0; 
	position: fixed;
	z-index: -1000;
}

.stoerer {
	top: 120px;
}
}


@media only screen and (max-width: 959px) and (orientation: portrait) {
.inhalt {
	left: 0px;
	position: relative;
	background: rgba(255,255,255,1);
	width: 90%;
	padding-left: 30px;
	padding-right: 30px;
	right: 0;
	display: block;
	margin: 100% 0 0 -3%;
}

.stoerer {
	top: 120px;
}
.show-sm {
	display: block;
}
}
/* @group Button Mehr Informationen */

}



/* =Animation*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes slideUp {
  to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }

@keyframes slideUp {
  to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }

.slideUp {
  overflow: hidden;
  -webkit-animation-name: slideUp;
  animation-name: slideUp; }

@-webkit-keyframes slideDown {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }

@keyframes slideDown {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }

.slideDown {
  overflow: hidden;
  -webkit-animation-name: slideDown;
  animation-name: slideDown; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-7px, 0, 0);
    transform: translate3d(-7px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(7px, 0, 0);
    transform: translate3d(7px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-7px, 0, 0);
    transform: translate3d(-7px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(7px, 0, 0);
    transform: translate3d(7px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotate {
  -webkit-animation-name: rotate;
  animation-name: rotate; }

/* @end */

