@-ms-viewport {width: device-width; zoom:1;}
@-o-viewport {width: device-width; zoom:1;}
@viewport {width: device-width; zoom:1;}
/* arimo-regular - latin */
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/arimo-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Arimo Regular'), local('Arimo-Regular'),
       url('../fonts/arimo-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/arimo-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/arimo-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/arimo-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/arimo-v11-latin-regular.svg#Arimo') format('svg'); /* Legacy iOS */
}
/* arimo-italic - latin */
@font-face {
  font-family: 'Arimo';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/arimo-v11-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Arimo Italic'), local('Arimo-Italic'),
       url('../fonts/arimo-v11-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/arimo-v11-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/arimo-v11-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/arimo-v11-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/arimo-v11-latin-italic.svg#Arimo') format('svg'); /* Legacy iOS */
}
/* arimo-700 - latin */
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/arimo-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Arimo Bold'), local('Arimo-Bold'),
       url('../fonts/arimo-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/arimo-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/arimo-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/arimo-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/arimo-v11-latin-700.svg#Arimo') format('svg'); /* Legacy iOS */
}
/* crimson-text-regular - latin */
@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/crimson-text-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Crimson Text Regular'), local('CrimsonText-Regular'),
       url('../fonts/crimson-text-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/crimson-text-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/crimson-text-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/crimson-text-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/crimson-text-v8-latin-regular.svg#CrimsonText') format('svg'); /* Legacy iOS */
}
/* crimson-text-600 - latin */
@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/crimson-text-v8-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Crimson Text SemiBold'), local('CrimsonText-SemiBold'),
       url('../fonts/crimson-text-v8-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/crimson-text-v8-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/crimson-text-v8-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/crimson-text-v8-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/crimson-text-v8-latin-600.svg#CrimsonText') format('svg'); /* Legacy iOS */
}

@media only screen{
* {
	padding: 0;
	margin: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	display: block;
}
.img{
	border: 0px solid white;
}
a:link, a:visited, a:hover, a:focus, a:active{
  color: #B8BABA;
  text-decoration: none;
  font-weight: normal;
}
.link a:link, .link a:visited{
  font-weight: normal;
	text-decoration: underline;
	transition: .3s all ease;
}
.white a:link, .white a:visited{
	color: #FFF;
	text-decoration: none;
	transition: .3s all ease;
}
.white a:hover, .white a:focus, .white a:active{
	color: #FFF;
	text-decoration: underline;
  background: none;
}
body, html {
	font-family: 'Arimo', 'Verdana', sans-serif;
	font-size: 14px;
  font-weight: 300;
	background-color: #121718;
	-webkit-text-size-adjust: none;
	color: #B8BABA;
	letter-spacing: .07em;
  height: 100%;
}
h1, h2, h3, h4, h5{
	font-weight: normal;
}
.white{
	color: #fff;
  text-shadow: 1px 1px 0px #333;
}
.block {
	display: block;
}
.bold{
	font-weight: 500;
}
.italic{
	font-style: italic;
}
.clear {
	clear: both;
	height: 0;
	width: 0;
}
/*vertikale Zentrierung*/
.zentriert {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.last{
  padding-bottom: 0;
  margin-bottom: 0;
}
.center{
	text-align: center;
}
.divided {
	float: left;
	width: 50%;
}
.hidden_text, .show_print{
	display: none;
}
.hidden{
	opacity: 0;
}
.red{
  color: #98252C;
}
.yellow{
  color: #F9CB51;
}
.visible{
	opacity: 1;
}
.invisible{
  visibility: hidden;
}
.linie{
  max-width: 100%;
  height: 50px;
  width: 900px;
  margin-left: -25px;
}
@media only screen and (min-width: 1520px){
  .linie{
    margin-left: -80px;
  }
}
.back_to_top{
	display: none;
	position: fixed;
	bottom: 10px;
	right: 15px;
	z-index: 999;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background-color: #007CB0 /*#F9D74D*/;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #000;
	transition: .1s all ease;
}
.uppercase{
	text-transform: uppercase;
}
.back_to_top:link, .back_to_top:visited, .back_to_top:focus, .back_to_top:active{
	color: #ffffff;
	opacity: .9;
}
.back_to_top:hover{
	opacity: 1;
	transform: translateY(-3px);
}
.greyscale{
  -webkit-filter: grayscale(60%); /* Safari 6.0 - 9.0 */
  filter: grayscale(60%);
  transition: .2s all ease;
}
.greyscale:hover{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
/************MEDIA QUERIES********************************************************/
#pagewrapper.sub{
  background-image: url(../img/300_SL_bg.jpg);
  background-position: top left;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
#bg img{
  width: 100%;
}
@media only screen and (min-width: 922px){
  #bg{
    height: calc(100vh - 247px);
    background-color: #040406;
    background-image: url(../img/sl_300_bg.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #bg img{
    display: none;
  }
}
header{
  text-align: center;
  background-color: #121718;
}
#logowrap{
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  background-color: #121718;
}
@media only screen and (min-width: 640px){
  #logowrap{
    padding: 0 20px;
  }
  header .top{
    width: 100%;
    background-image: url(../img/linie.png);
    background-repeat: repeat-x;
    background-position: bottom 30px left;
  }
}
#logowrap img{
  width: 100%;
  opacity: .8;
}
header .bluebox{
  background-color: #007CB0;
  width: 100%;
  padding: 8px;
  text-align: center;
}
header .bluebox h1{
  font-size: 18px;
  text-shadow: 1px 1px #000;
}
nav{
  padding: 12px 0 10px 0;
}
nav ul li{
  text-transform: uppercase;
  float: left;
  list-style-type: none;
  padding: 0 15px;
  border-right: 1px solid #B8BABA;
}
nav ul li:last-of-type{
  border-right: none;
}
.arrow, .auswahl{
	display: inline-block;
	position: relative;
}

.arrow:after, .auswahl:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	background: transparent;
	transition: width .7s ease, background-color .5s ease;
}
.arrow:hover:after, .auswahl:after {
	width: 100%;
	background: #007CB0;
}
.blackbox_top{
  height: 20px;
  width: 100%;
  background-color: #121718;
}
.blackbox{
  height: 60px;
  width: 100%;
  background-color: #121718;
  border-top: 1px solid rgba(255,255,255,.2);
  box-shadow: 0px 3px 3px #000;
}
#main{
  padding: 50px 0;
  box-shadow: 0px -3px 3px #000;
}
.start #main{
  background-color: #181E1F;
}
#main .welcome{
  background-color: #007CB0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 15px;
  min-height: 300px;
}
#main .welcome .logo{
  display: none;
}
@media only screen and (min-width: 350px){
  #main .welcome{
    padding: 35px 25px;
  }
}
@media only screen and (min-width: 640px){
  #main .welcome{
    padding: 50px;
  }
}
.start #main .welcome .text{
  background: rgba(0,0,0,.15);
  padding: 15px;
}
@media only screen and (min-width: 350px){
  .start #main .welcome .text{
    padding: 15px;
  }
}
@media only screen and (min-width: 480px){
  .start #main .welcome .text{
    text-align: justify;
  }
}
@media only screen and (min-width: 562px){
  .start #main .welcome .text{
    width: 60%;
    float: left;
    background: rgba(0,0,0,.15);
    padding: 15px 30px;
    text-align: left;
    height: 180px;
    overflow: hidden;
  }
  .start #main .welcome .text p{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-shadow: 1px 1px 1px #333;
  }
  #main .welcome .logo{
    display: block;
    width: 38%;
    float: right;
    background: rgba(0,0,0,.25);
    padding: 15px;
    height: 180px;
  }
  #main .welcome .logo img{
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 840px){
  .start #main .welcome .text{
    text-align: justify;
  }
}
@media only screen and (min-width: 969px){
  .start #main .welcome .text{
    font-size: 20px;
  }
}
#main .welcome .img{
  width: 100%;
  height: 300px;
  background-image: url(../img/mercedes.jpg);
  background-size: 100% auto;
  background-position: bottom left;
  background-repeat: no-repeat;
  margin-top: 20px;
}
.slideshow {
  position: relative;
  z-index: 1;
  height: 100%;
  margin-top: 20px;
  width: 100%;
}
.slideshow * {
  outline: none;
}
.slideshow .slider-track {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.slideshow .item {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 882px){
  .slideshow .item {
    height: 500px;
  }
}
.slideshow .item img {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.slideshow .item.slick-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
  animation: cssAnimation 8s 1 ease-in-out forwards;
}
@keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}
.blackbox2{
  height: 20px;
  width: 100%;
  box-shadow: 0px -3px 3px #000;
}
footer{
  padding: 30px 70px 30px 15px;
  border-top: 1px solid rgba(255,255,255,.2);
}
footer .left{
  text-transform: uppercase;
  line-height: 2em;
}
footer .right{
  line-height: 2em;
}
@media only screen and (min-width: 600px){

  footer .left{
    float: left;
    text-transform: uppercase;
  }
  footer .right{
    float: right;
  }
}
@media only screen and (min-width: 350px){
  footer{
    padding: 30px 70px 30px 20px;
  }
}
/***************Über uns***************************************************************/
.sub #main .welcome{
  padding-top: 25px;
}
#main .welcome h2{
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  font-family: 'Crimson Text';
  text-shadow: 1px 1px 1px #333;
  margin-bottom: 15px;
  color: #fff;
  opacity: .8;
}
#main .welcome .inner{
  padding: 15px;
  background: rgba(0,0,0,.15);
}
@media only screen and (min-width: 350px){
  #main .welcome .inner{
    padding: 25px;
  }
}
@media only screen and (min-width: 640px){
  #main .welcome .inner{
    padding: 50px;
  }
}
#merc{
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 710px){
  #merc{
    width: 50%;
    margin-right: 3%;
    margin-bottom: 8px;
    float: left;
  }
}
@media only screen and (min-width: 1000px){
  #merc{
    width: 30%;
  }
}
.about .text{
  text-align: justify;
  line-height: 1.3em;
}
@media only screen and (min-width: 1026px){
  .about .text{
    width: 65%;
    columns: 2;
    column-gap: 30px;
  }
}
@media only screen and (min-width: 1200px){
  #merc{
    float: none;
    width: 30%;
    display: inline-block;
    margin-right: 3%;
  }
  .about .text{
    width: 65%;
    display: inline-block;
    text-align: justify;
    line-height: 1.3em;
  }
}
#main #team, #main #typen{
  margin-top: 80px;
}
#team .out{
  width: 100%;
  max-width: 400px;
  margin: 0 auto 35px auto;
}
#team .out.four{
  margin-bottom: 0;
}
@media only screen and (min-width: 456px){
  #team .out{
    width: 100%;
    max-width: 400px;
    margin: 0 auto 35px auto;
    position: relative;
    -webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  }
}
@media only screen and (min-width: 800px){
  #team .out{
    margin: 0;
    width: 48%;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  }
  #team .out.two,
  #team .out.four{
    float: right;
    margin-bottom: 0;
  }
  #team .out.one,
  #team .out.two{
    margin-bottom: 35px;
  }
}
#team img{
  width: 100%;
}
#team .info{
  text-align: center;
}
#team h1{
  font-size: 24px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
  background: #007CB0;
  padding: 4px 8px;
}
#team p{
  width: 100%;
  background: rgba(0,0,0,.8);
  padding: 5px 10px;
}
@media only screen and (min-width: 456px){
  #team .info{
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    padding: 10px;
  }
  #team h1{
    font-size: 28px;
    background: none;
    padding: 0;
  }
}
/***************Serviceleistungen***************************************************************/
.container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#main .welcome .inner.container{
  padding-bottom: 20px;
}
#main .leistung{
  width: 100%;
  margin-bottom: 30px;
}
#main .leistung img{
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 500px){
  #main .leistung{
    width: 48%;
  }
}
@media only screen and (min-width: 684px){
  #main .leistung{
    width: 31%;
  }
}
#main .leistung .text{
	padding: 15px;
	color: #bbb;
  width: 100%;
  text-align: center;
  background-color: #007CB0;
  color: #fff;
  letter-spacing: .08em;
}
@media only screen and (min-width: 500px){
  #main .leistung .text{
  	padding: 5px 15px;
    height: 80px;
  }
  #main .leistung .text p{
    position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  }
}
#typen .right img{
  display: none;
}
@media only screen and (min-width: 455px){
  #typen .left{
    width: 48%;
    float: left;
  }
  #typen .right{
    width: 48%;
    float: right;
  }
  #typen .right img{
    display: block;
    width: 100%;
    margin-bottom: 25px;
  }
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active{
  background: rgba(0,0,0,.25);
  border: none;
  color: #fff;
}
.ui-widget-content{
  background: rgba(0,0,0,.15);
  border: none;
  color: #fff;
}
.ui-accordion .ui-accordion-header{
  padding: .7em .5em .7em .7em;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  background: rgba(0,0,0,.35);
}
/***************Kontakt***************************************************************/
.kontakt .welcome .left{
}
.kontakt .welcome .right{
  position: relative;
}
#map{
  display: none;
}
@media only screen and (min-width: 1016px){
  .kontakt .welcome .left{
    float: left;
    width: 60%;
  }
  .kontakt .welcome .right{
    float: right;
    width: 40%;
    padding-left: 40px;
  }
  #map{
    display: block;
  }
  #map2{
    display: none;
  }
}
.kontakt .welcome .right img{
  width: 100%;
}
.kontakt .welcome .inner .right p.copy{
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  background: rgba(255,255,255,.9);
  padding: 5px 8px;
}
.kontakt #main .welcome .inner h2{
  text-align: left;
  margin-bottom: 8px;
  font-size: 24px;
}
.kontakt .inner p{
  margin-bottom: 15px;
}
@media only screen and (min-width: 1016px){
  .kontakt #main .welcome .inner h2{
    font-size: 35px;
    margin-bottom: 15px;
  }
  .kontakt .inner p{
    font-size: 18px;
  }
}
.kontakt .button{
  padding: 14px 20px;
  background: #007CB0;
  display: inline-block;
  transition: .1s all ease;
  color: #fff;
  text-transform: uppercase;
  margin-top: 25px;
  font-size: 20px;
}
.kontakt .button.two{
  box-shadow: 1px 1px 2px #000;
}
.kontakt .button .small{
  font-size: 14px;
  text-transform: none;
}
.kontakt .button.two:hover{
  box-shadow: 1px 1px 2px #333;
}
.kontakt .inner p.small{
  font-size: 10px;
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.5);
  text-align: justify;
}
#oeff{
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid rgba(255,255,255,.2);
  font-size: 15px;
  margin-top: 30px;
}
/***************Impressum***************************************************************/
.heading{
  font-family: "Crimson Text", serif;
  font-size: 22px;
  color: rgba(255,255,255,.8);
  text-transform: uppercase;
  margin-top: 30px;
}
.heading:first-of-type{
  margin-top: 0px;
}
.heading2, .datenschutz h3{
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
}
.datenschutz h3{
  margin-bottom: 15px;
  font-size: 14px;
}
#impressum p{
  margin-bottom: 15px;
}
#impressum p:last-of-type{
  margin-bottom: 0;
}
p strong{
  text-transform: uppercase;
}
#impressum ul{
  margin: 0 0 15px 15px;
  list-style-type: square;
}
#impressum ul li{
  padding-bottom: 8px;
}
#impressum ul li:last-of-type{
  padding-bottom: 0;
}
#main .welcome .datenschutz h2{
  font-weight: bold;
  font-family: "Crimson Text", serif;
  font-size: 22px;
  color: rgba(255,255,255,.8);
  text-transform: uppercase;
  margin-top: 30px;
  text-align: left;
}

#vesign-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none; 
    align-items: center;
    justify-content: center;
}

#vesign-lightbox .lightbox-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 20, 30, 0.9); 
    cursor: pointer;
}

#vesign-lightbox .lightbox-content {
    position: relative;
    z-index: 10000;
    max-width: 90%;
    max-height: 90vh;
}

#vesign-lightbox .lightbox-content img {
    max-width: 100%;
    max-height: 90vh;
    display: block;
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

#vesign-lightbox .lightbox-close {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 300;
  cursor: pointer;
  line-height: 1;
  z-index: 10001;
  transition: color 0.2s ease;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
}

#vesign-lightbox .lightbox-close:hover {
  color: #000;
}

.slideshow .slider {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: #000;
}

.slideshow .slider .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.5s ease-in-out, visibility 1.5s;
  z-index: 1;
}


.slideshow .slider .item.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}


.slideshow .slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 6s linear;
}

.slideshow .slider .item.active img {
  transform: scale(1.2);
}

.accordion h3,
.accordion2 h3 {
  margin: 0;
  padding: .7em .5em .7em .7em;
  background: rgba(0, 0, 0, .25);
  color: #ffffff;
  transition: background 0.3s ease;
  margin-bottom: 2px;
}

.accordion h3:hover,
.accordion h3.active {
  background: rgba(0, 0, 0, .5);
}
.accordion h3:hover {
  cursor: pointer;
}
.accordion div,
.accordion2 div {
  padding: 15px 15px 15px 35px;
  border-top: none;
  background: rgba(0, 0, 0, .15);
}
/**************SIDR***************************************************************/
#sidrwrapper{
	position: relative;
	z-index: 999;
	float: right;
}
.menu-button{
  display: block;
  background-size: auto auto;
  background-position: bottom left;
  padding-right: 5px;
  overflow: hidden;
  font-size: 40px;
  animation-delay: .5s;
  line-height: 1em;
}
nav{
  display: none;
}
@media only screen and (min-width: 515px){
  .menu-button {
  	display: none;
  }
  nav{
    display: inline-block;
  }
}
.menu-button i{
  color: #007CB0 /*#F9D74D*/;
  text-shadow: 2px 2px 0px #333;
}
#sidr-wrapper a:hover, #sidr-wrapper a:focus, #sidr-wrapper a:active{
  color: #5e120e;
}
.menue{
	float: left;
	display: block;
}
.menu-button.right {
  right: 20px;
  left: auto;
}
.menu-button.bottom {
    top: 100px;
}
.menu-button.fixed {
    position: fixed;
}
#button-top{
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9;
}
#overlay {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 2;
    display: none;
}
#sidr{
	letter-spacing: .1em;
	text-shadow: 1px 1px 1px #666;
}
.sidr {
  display: block;
  position: fixed;
	z-index: 3;
  top: 0;
  height: 100%;
  width: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #007CB0; /* Old browsers */
	box-shadow: 0 0 10px #000;
	color: #fff;
	margin-right: 7px;
}
.sidr > ul{
	clear: both;
}
.sidr ul li{
	background-color: rgba(0,0,0,.15);
	box-shadow: 2px 2px 3px #333;
  text-shadow: 1px 1px 1px #000;
	font-size: 16px;
	padding-left: 20px;
  border-right: 1px solid rgba(255,255,255,.3);
  border-bottom: 1px solid rgba(255,255,255,.3);
	margin-bottom: 3px;
  list-style-type: none;
}
.sidr ul li a{
  display: block;
	list-style-type: none;
	line-height: 3em;
}
.sidr ul li a:link, .sidr ul li a:visited{
  color: #fff;
}
.sidr ul li ul li a:link, .sidr ul li ul li a:visited{
  color: #fff;
}
.sidr a:link, .sidr a:visited{
	color: #333;
}
.sidr a:hover, .sidr a:focus, .sidr a:active{
	text-decoration: none;
	color: #333;
}
.sidr .arrow{
	display: inline-block;
	position: relative;
  transition: .2s all ease;
}
.sidr .arrow:hover{
	transform: translateX(4px);
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -270px;
}
.sidr.left {
  left: -270px;
  right: auto;
}
.sidr-open #overlay {
    display: block;
}
}
/*----------------------------------------------------------------print---------------------------------------------------------------------------*/
@media print {
	body {
		background-color: #ffffff;
		color: #000000;
		font-family: serif;
		font-size: 100%;
	}
	header, #galerie, footer, img, .print, .single-item, .hidden_text, .back_to_top, nav, #sidrwrapper, #button-top {
		display: none !important;
	}
	.bold{
		font-weight: 600;
	}
	h1, h2, h3, h4 {
		font-weight: 700;
		font-size: 105%;
	}
	.heading{
		font-size: 105%;
		font-weight: 700;
	}
	.link_print a[href]:after {
		content: " (" attr(href) ")";
	}
	.accordion > *, #accordion > *{
		display: block !important;
		background-color: #ffffff;
		color: #000000;
		font-family: serif;
		font-size: 100%;
		border: 0;
		margin: 0;
		padding: 0;
	}
}
