@charset "utf-8";
/* CSS Document */
  .skip-link {
      position: absolute;
      top: -40px;
      left: 0;
      background: #000;
      color: #fff;
      padding: 8px;
      z-index: 100;
    }
    .skip-link:focus {
      top: 0;
    }

    /* Fokus gut sichtbar */
    a:focus, button:focus {
      outline: 3px solid #f90;
    }
body.start {
	margin:0;
	padding:0;
	font-size: 1em;
}
html{
	background-image: url(../images/hintergrund.jpg)/*no-repeat center center fixed*/;
	background-size: cover;
	background-attachment: fixed;
}
nav {
	position: relative;
}
img {
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}
.desktop li{
	padding: 10px;
	background-color: rgba(244,237,210,0.8);
	list-style: none;
	border-radius: 10px;
	border:solid 3px;
	border-color:#055DA6;
	color: #055DA6;
	font-size: 20px;
	font-weight: bolder;
	margin-bottom: 8%;
	margin-left: 10px;
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}
 .desktop a {
	text-decoration:none;
}
.desktop li a  {
	display: block;
	color: #055DA6;
}
.desktop li:hover{
	box-shadow: -5px -5px 5px 0px rgba(0,0,0,0.75);
	transform: translate(2px,-2px);
	transition-duration: 0.2s;
}

.desktop{
	justify-content: center;
	position: fixed;
	top:5px;
	width: auto;
	padding: 0;
}
.mobile{
	display: none;
}

.wir, .leistungen, .einblicke, .impressum {
	margin: 0 15%;
	background-color: rgba(244,237,210,0.8);
	padding: 2% 5%;
}
.wir img, .leistungen img {
    margin-bottom: 2%;
}
.wir {
	margin-top: 1%;
}
.barriere {
    margin-top: 2%;
}
h1, h2 {
	color: #055DA6;
}
.einblicke article {
	margin-bottom: 5%;
}
section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.impressum_1{
	display:flex;
	justify-content: space-between;
    margin-top: 2%;
}
.impressum_1 article {
	width: 50%;
}
.impressum_1 img {
	margin-bottom: 2%;
}
.bilder img{
	margin: 2%;
	position:relative;
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
	z-index: 0;
}
.bilder img:hover {
	transform: scale(2.5);
	transition-duration: 1.5s;
	z-index: 1;
	border: double medium #055DA6;
}

.impressum h2{
	margin-top: 0;
}
.csk img {
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	width: 15%;
}
details{
	margin-top: 2%;
}
summary {
	font-weight: bold;
	font-size: 1.2em;
}
.leistungen img {
	width: 100%;
}
figure img {
	width: 250px;
	height:auto;
}
.google figure {
		margin: 0;
	}
figure:focus, img {
  outline: 3px solid #005a9c; /* gut sichtbar, WCAG-konform */
}
/*_________________________________________________________________Media Query Tablet_______________________________________________________*/
@media (max-width:1200px){
	.desktop li{
		padding: 5px;
		font-size: 14px;
		border:solid 1px;
		border-radius: 5px;
}

/*__________________________________________________________________Media Query______________________________________________________________*/

@media (max-width:992px){
	.desktop {
		display:none;
	}
	.mobile {
		display:block;
		justify-content: center;
		position: fixed;
		top:0px;
		width: auto;
		padding: 0;
		margin-left: 5px;
		z-index: 2;
	}
	.mobile li img{
		background-color: rgba(221,221,221,0.8);
		list-style: none;
		border-radius: 5px;
		border:solid 1px;
		border-color:#055DA6;
		color: #055DA6;
		box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
		padding: 1px;
	}
	.mobile li img:hover{
		box-shadow: -5px -5px 5px 0px rgba(0,0,0,0.75);
		transform: translate(2px,-2px);
		transition-duration: 0.2s;
		width: 40%;
	}
	.mobile span {
		display:none;
	}
	.mobile a:hover span {
		display: block;
		margin-bottom: 10px;
		font-weight: bold;
		background-color:#eee;
		padding: 5px;
		color: #055DA6;
		box-shadow: -5px -5px 5px 0px rgba(0,0,0,0.75);
		border-radius: 5px;
		border: solid 1px #055DA5;
	}
	a {
		text-decoration: none;
	}
	.bilder img:hover {
	transform: scale(1.5);
	}
	.bilder img {
		width: 80%;
	}
	.impressum_1 {
		display: block;
	}
	.impressum_1 article{
		width: 100%;
	}
	.google figure {
		margin: 0;
	}
	.google img{
		width: 100%;
	}
	.csk img{
		width: 25%;
	}
	.csk img:hover {
	transform: scale(2.0);
	transition-duration: 2s;
	z-index: 1;
	}
	}}

