@charset "utf-8";
/*
 * Content
 * =======
 * 01. Core Setup
 * 02. Header
 * 03. Main Nav
 * 04. Content
 * Slideshow
 * 05. Responsive
 */

/*
 * 01. Core Setup
 */
/* CSS Document */
/*************************************************** CSS RESET ***********************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/ 
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-image: url(../images/background.jpg);
    background-size: cover;
	font-family: Arial;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

.big {
	font-size: 22px;
}
/* end of reset */


#container {
	max-width: 1214px;
    width: 100%;
    height: auto;
	margin: 0 auto;
}

h1 {
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 30px;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding-bottom: 15px;
	line-height: 1.5;
}

h3 {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding-bottom: 10px;
    line-height: 1.5;
}

img {
	max-width: 100%;
}

article img {
	height: auto;
}

.text_center {
	text-align: center;
}
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.text_justify {
    text-align: justify;
}

.left {
	float: left;
}
.right {
	float: right;
}

p.alert {
    color: red;
}


/*
 * 02. Header
 */
 header {
	 margin-top: 20px;
 }
 .headerpic {
	 position: relative;
 }
 .headerpic img:nth-child(1) {
	 position: relative;
	 min-height:104px;
 }
  .headerpic img:nth-child(2) {
	 position: absolute;
	 top: 0;
	 left: 0;
 }
 
 
 
 /*
 * 03. Main Nav
 */
 #mobilemenu {
	 display: none;
 }
 nav.desktop {
	 position: relative;
     top: -60px;
 }
 nav.desktop #mainnavigation {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	height: 57px;
 }
 
 nav.desktop #mainnavigation a {
    font-family: Arial;
    cursor: pointer;
	text-transform: none;
 }
 nav.desktop #mainnavigation a:hover {
	 color: #666666;
 }

.mobile, .slicknav_menu {
	display: none;
}

.desktop:before {
    /* content: ''; */
    height: 100%;
}

nav.desktop #mainnavigation > ul {
	 width: 100%;
	 text-align: center;
 }
header nav.desktop ul ul {
    /* padding-top: 15px; */
    position: absolute;
    top: 47px;
    left: 0;
    display: none;
    text-align:left;
    z-index:1000;
	width: 100%;
	border-radius: 15px;
	background: rgba(173,173,173,0.8);
}
header nav.desktop ul li {
    display: inline-block;
    position: relative;
}
header nav.desktop #mainnavigation > ul > li {
	width: 19%;
	margin-top: 10px;
}
header nav.desktop #mainnavigation > ul > li > a {
	display: block;
	color: #FFFFFF;
	font-size: 24px;
	height: 60px;
	text-align: center;
}
header nav.desktop ul ul li {
	display:block;
}
header nav.desktop ul li li {
    float: none;
    margin-left: 0;
}
nav ul ul li a {
	font-size:16px;	
	display: block;
}
header nav.desktop ul li:hover ul {
	display: block;
}
header nav.desktop ul ul li a {
	padding: 8px 20px;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

.slicknav_nav {
	margin-bottom: 20px;
}
.slicknav_menu {
	position: relative;
	top: -52px;
}
.slicknav_menu, .slicknav_menu .slicknav_btn {
	background: transparent;
}


/*
 * 03.1 SUB Nav
 */
 #subnavi {
	 width: 22%;
	 float: left;
	 box-sizing: border-box;
 }
 #subnavi #subnavigation,
 #subnavi #sidebar_contact {
	 padding-top: 15px;
     border-radius: 10px;
 }
#subnavi #subnavigation,
#subnavi #sidebar_contact {
    box-shadow: 5px -5px 3px 0px rgb(204 204 204 / 42%);
    background-color: #CFCFCF;
    margin-top:7px;
    margin-right: 5px;
    border: 1px solid #414141;
}
 #subnavi #subnavigation a {
	font-size: 16px;
    font-family: Arial;
    color: #000000;
    cursor: pointer;
	text-transform: none;
	padding: 10px;
	display: block;
 }
 #subnavi #subnavigation a:hover,
 #subnavi #sidebar_contact a:hover {
	 color: #666666;
 }
 #subnavi #subnavigation li {
	 border-top: 1px #333333 dotted;
	 margin: 0 20px;
 }
 #subnavi #subnavigation li:nth-child(1) {
	border-top: 0;
}
#subnavi #sidebar_contact {
    font-family: Arial;
    padding: 15px 20px;
}
#subnavi #sidebar_contact a {
    color: #000000;
    cursor: pointer;
    text-transform: none;
}
#subnavi #sidebar_contact p {
    line-height: 1.3;
}
#subnavi #sidebar_contact h3 {
    text-align: left;
}


    /*
    * 04. Content
    */
 
 article a {
	 color: #666666;	 
 }
 
 #content-container {
	 position: relative;
	 top: -60px;
 }
 #content {
    background-image: url(/images/content.png);
    background-size: contain;
    background-repeat: round;
    width: 78%;
    float: right;
    padding: 0;
    box-sizing: border-box;
	height: 100%;
	overflow: auto;
 }

 #content #content-wrapper {
     margin-right: 11px;
     margin-left: 1px;
     padding-right: 19px;
     padding-left: 29px;
     margin-top: 30px;
     margin-bottom: 30px;
     background-color: #ffffff;
 }
 
 article ul {
	list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
}
 article ul li {
	 line-height: 1.2;
	 margin-bottom: 4px;
 }
 
 .container {
	 display: flex;
	 justify-content: space-between;
 }
 .container.c3 {
	 
 }
 
 .container.c2_wrap {
	 width: 70%;
	 margin: 0 auto;
	 align-items: center;
	 flex-wrap: wrap;
 }
 .container.c2_wrap > div {
	 width: 50%;
	 box-sizing: border-box;
	 margin: 5px 0;
	 padding: 5px;
 }
 .container.c2_wrap div img {
	width: 100%;
 }
 
 .container.c3_wrap {
	 flex-wrap: wrap;
	 align-items: center;
 }
  .container.c3_wrap div {
	 width: 31%;
	 box-sizing: border-box;
	 padding-bottom: 15px;
 }
 
 
 
 .container.c2 {
	 width: 80%;
	 margin: 0 auto;
 }
  .container_left div, .container_right div {
	/* padding-bottom: 5px; */
	padding-bottom: 15px;
 }
 .container.c3 .container_left,
 .container.c3 .container_right,
 .container.c3 .container_middle {
	 width: 31%;
	 box-sizing: border-box;
 }
 .container.c2 .container_left,
 .container.c2 .container_right {
	width: 48%;
	box-sizing: border-box;
 }

 
 p.wedolist {
	 border:1px solid #000000; 
	 padding:10px 0;
	 font-weight: bold;
	 text-align: center !important;
 }
 
 
 article p {
	 line-height: 1.3;
	 text-align: center;
 }
 
 article.home .container img {
	box-shadow: 0px 0 5px 2px grey;
	max-width: 334px;
 }
 article.home img {
	 width: 100%;
	 height: auto;
 }
 article.home .container_left,
 article.home .container_right {
	width: 28%;
 }
 article.home .container_left div,
 article.home .container_right div {
	position: relative;
 }
 article.home .container_middle {
	width: 44%
 }
 article.home .picdescription {
	 position: absolute;
	 font-size: 22px;
	 color: #ffffff;
	 font-weight: bold;
 }
 article.home .container.c2_wrap div:nth-child(1) {
	 width: 70%;
 }
  article.home .container.c2_wrap div:nth-child(2) {
	 width: 30%;
 }
 article.home .rhysticklogo img {
	 box-shadow: none;
 }
 
 article.kontakt p, 
 article.kontakt h2 {
	 text-align: left;
 }
 article.kontakt .container_right iframe {
	 width: 80%;
 }
 article.kontakt #openingtimes p,  article.kontakt #openingtimes h2 {
	 text-align: center;
 }
 article.kontakt #openingtimes p {
	 line-height: 1.5;
 }
 article.kontakt #openingtimes .small {
	 font-size: 12px;
 }

 article.about ul {
     margin-left: 10px;
     padding-top: 10px;
 }
 article.about .c2_wrap {
	align-items: unset;
    width: 40%;
    margin: 0 auto;
 }
 article.about .we_wrapper {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
 }
 article.about .we_image {
	width: 40%;
    margin: 0 auto;
 }
 article.about .we_mh {
	 width: 45%;
 }
 article.about .we_bh {
	 margin-left: 10%;
 }
 
 article.links .container {
	 padding: 15px 0;
	 align-items: center;
 }
 article.links .container_left {
	 padding-right: 20px;
 }
 
 article.blog .container.c2_wrap img {
	 padding: 5px;
 }
 
 article.referenzen .container {
	 flex-wrap: wrap;
	 align-items: center;
 }
 article.referenzen .container div {
	 width: 33%;
	 text-align: center;
	 padding: 15px;
     box-sizing: border-box;
 }
  article.referenzen .container div img {
	 max-height: 125px;
 }
 
 article.autosattlerei .c3 img {
	 max-height: 150px;
 }
 article.autosattlerei .container.c3 .container_middle {
	 text-align: center;
 }
 
 article.bootsattlerei .container_left div,
 article.bootsattlerei .container_middle div,
 article.bootsattlerei .container_right div {
	height: 281px;
	box-sizing: border-box;
 }
 article.bootsattlerei .container img {
	 display: block;
	 width: 100%;
	 height: auto;
 }
 
 article.industriegewerbe .container.c3_wrap div {
	 padding-bottom: 30px;
 }
 
 .gallery {
	 text-align: center;
 }
 .gallery img {
	 padding-left: 2px;
	 padding-right: 2px;
 }
 
 .fancybox-outer .fancybox-nav {
    display: none;
}
 
 
 
 footer {
	 background-image: url(/images/footer.png);
	 min-height: 64px;
	 height: auto;
	 width: 100%;
	 position: relative;
	 top: -60px;
	 text-align: center;
	 color: #C9C9C9;
 }
 footer p {
	 padding-top: 23px;
	 font-size: 18px;
 }
 footer a {
	 color: #C9C9C9;
 }
 footer a:hover {
	 color: #ffffff;
 }
 
 /*
 * Slideshow
 */
 /* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
	text-align: center;
}
.mySlades img {
	max-height: 400px;
	width: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
   background-color: rgba(0,0,0,0.8);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #000000;
  font-size: 16px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  left: 45.5%;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
 /* background-color: #717171;*/
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
 
 /*
 * 05. Responsive
 */
 
 @media screen and (max-width: 1110px) {
	footer p {
		font-size: 14px;
	}
	
	.container.c2_wrap {
		width: 90%;
	}
	
 }
 
 @media screen and (max-width: 960px) {
	header nav.desktop #mainnavigation > ul > li {
		margin-top: 2.5%;
	}
	header nav.desktop #mainnavigation > ul > li > a {
		font-size: 20px;
	}
	header nav.desktop ul ul {
		top: 34px;
	}
	header nav.desktop ul ul li a {
		font-size: 14px;
	}
	
	article.home .container.c3 {
		display: block;
	}
	article.home .container.c3 .container_left,
	article.home .container.c3 .container_right {
		width: 50%;
		margin: 0 auto;
	}
	article.home .container.c3 .container_middle {
		width: 70%;
		margin: 0 auto;
		margin-bottom: 15px;
	}
 }
 
  @media screen and (max-width: 800px) {
	  article.moebelsattlerei .container.c3_wrap div,
	  article.industriegewerbe .container.c3_wrap div {
		width: 50%;
		padding: 5px;
	  }	  
	  article.moebelsattlerei p,
	  article.industriegewerbe p	  {
		  text-align: left;
	  }
	  
	 
  }
 
 
 @media screen and (max-width: 720px) {
	 nav.desktop, #subnavi {
		 display: none;
	 }
	 .slicknav_menu {
		 display: block;
	 }
	 
	 #content {
		 width: 100%;
		 float: none;
	 }
	 
	 article.about .container {
		 margin-left: 0;
	 }
	 
	 
 }
 
 @media screen and (max-width: 600px) {
	.slicknav_menu {
		top: -47px;
	}
	
	.container.c2_wrap {
		width: 100%;
	}
	article .container p {
	/*	text-align: left; */
	}
	
	.container.c3_wrap div {
		width: 50%;
		padding: 5px;
	}
	 
  }
  
  @media screen and (max-width: 500px) {
	  .container.c2_wrap div,
	  .container.c3_wrap div	  {
		width: 100% !important;
	  }
	  
	  article .container p,
	  article .container p,
	  article.kontakt h2 {
		  text-align: center;
	  }
	  
	  footer p {
		padding-top: 14px;
		padding-left: 3px;
		padding-right: 3px;
	}
	
	.container.c3 .container_left,
	.container.c3 .container_right,
	.container.c3 .container_middle {
		width: 100% !important;
		padding-bottom: 30px;
	}
	
	.slicknav_menu {
		top: -44px;
	}
	
	header {
		margin-top: 0px;
	}
	
	.big {
		font-size: 18px;
	}
	
	.container.c2_wrap {
		align-items: end;
	}
	
	.container.c3 {
		display: block;
	}
	
	  
  }
 
 /*
  @media screen and (max-width: 483px) {
	footer p {
		padding-top: 15px;
	}
	
	.slicknav_menu {
		top: -44px;
	}
	
	header {
		margin-top: 0px;
	}
	
	.big {
		font-size: 18px;
	}
	
	.container.c2_wrap {
		align-items: end;
	}
	
	.container.c3 {
		display: block;
	}
	
	.container.c3 img {
		text-align: center;
	}
	
 	.container.c3 .container_left,
	.container.c3 .container_right,
	.container.c3 .container_middle {
		width: 100%;
		padding-bottom: 30px;
	}
	
	article.kontakt .container_right iframe {
		width: 100%;
	}
  
  }
  
  @media screen and (max-width:  425px) {
	  .container.c2_wrap div,
	  .container.c3_wrap div	  {
		width: 100% !important;
	  }
	  
	  article .container p,
	  article .container p,
	  article.kontakt h2 {
		  text-align: center;
	  }
	  
  }
  */
 