@import "reset.css";
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
  /* Legacy iOS */;
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
  /* Legacy iOS */;
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/open-sans-v34-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v34-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v34-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v34-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v34-latin-italic.svg#OpenSans') format('svg');
  /* Legacy iOS */;
}

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}


.transition {
  -moz-transition: ease all 400ms;
  -webkit-transition: ease all 400ms;
  -o-transition: ease all 400ms;
  transition: ease all 400ms;
}

body {
  background: #fffac6;
  font-size: 100%;
  color: #58524b;
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 2em;
  color: #41be73;
  font-weight: normal;
  font-family: 'Open Sans', Helvetica, sans-serif;
  margin-top: 0;
}

h2 {
  color: #bc9364;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
}

a {
  color: #41be73;
}

a:hover {
  text-decoration: none;
}

p {
  line-height: 1.5em;
  margin: 1em 0;
}

img {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}

figure.noborder img {
  box-shadow: none;
}

.fancybox-image,
.noborder {
  box-shadow: none;
  border-radius: 0;
}
/* === LAYOUT === */
.centered {
  width: 860px;
  margin: 0 auto;
}

.aright {
  text-align: right;
}

header {
  position: relative;
  padding-top: 1em;
}

.menu a, .usermenu a {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 1.125em;
  text-transform: uppercase;
  color: #b0ad88;
  text-decoration: none;
  display: inline-block;
  -moz-transition: ease all 400ms;
  -webkit-transition: ease all 400ms;
  -o-transition: ease all 400ms;
  transition: ease all 400ms;
}

header a:hover {
  color: #9c9869;
}

header .logo {
  display: inline-block;
}

header .logo h1 {
  color: #4a1000;
  margin: 0;
  font-weight: 300;
}

header .logo h1 a {
  text-decoration: none;
  color: inherit;
  display: inline-flex;
}

header .logo img {
  width: 44px;
  height: 44px;
  margin-right: 10px;
}

header nav {

}

header nav li {
  display: inline;
}

header nav li a {
  padding: 1em 0 1em 0;
  margin-right: 2em;
}

header nav .active a,
header nav .active a:hover {
  color: #41be73;
}

header .usermenu {
  position: absolute;
  right: 0;
  top: 1em;
}

header .usermenu a {
  font-size: 1em;
}

.content {
  border-top: 1px solid #e2deaf;
  border-bottom: 1px solid #e2deaf;
  padding: 2em 0;
}

.welcome {
  padding-right: 280px;
  background: url(../images/logo-360.png) no-repeat;
  background-position: top 0 right 40px;
  background-size: 220px;
  width: 600px;
  min-height: 220px;
}

.movie-stripe {
  background: #43413d url(../images/stripe.png) repeat-x center center;
  height: 150px;
  padding: 55px 0;
  margin-top: 4em;
}

.movie-stripe h2 {
  position: absolute;
  top: -4.5em;
  left: 20px;
}

.gl-overview {
  position: relative;
  width: 880px;
  left: -10px;
}

.gl-overview .item {
  width: 200px;
  float: left;
  margin-left: 20px;
}

.gl-overview .item a {
  display: block;
  font-family: 'Open Sans', Helvetica, sans-serif;
  color: #f7a626;
  text-decoration: none;
  text-align: center;
}

.gl-overview .item a figcaption {
  position: absolute;
  top: 0;
  width: 200px;
  height: 150px;
  padding: 14px 16px;
  box-sizing: border-box;
  font-size: 0.75em;
  -moz-transition: ease all 400ms;
  -webkit-transition: ease all 400ms;
  -o-transition: ease all 400ms;
  transition: ease all 400ms;
  background: rgba(0, 0, 0, 0) 76px 90px no-repeat;
  text-shadow: 1px 1px 5px #000;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.gl-overview .item a figcaption strong {
  font-size: 1.2em;
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 4px;
}

.gl-overview .item a figcaption > * {
  opacity: 0;
}

.gl-overview .item a figcaption {
  border-radius: 4px;
}

.gl-overview .item a:hover figcaption {
  background: rgba(0, 0, 0, 0.7) url(../images/arrow.png) 76px 90px no-repeat;
  border: 1px solid rgba(65, 190, 115, 0.5);
}

.gl-overview .item a:hover figcaption > * {
  opacity: 1;
}

input,
textarea {
  padding: 8px 10px;
  border: 1px solid #e2deaf;
  border-radius: 3px;
}

input:focus,
textarea:focus {
  border: 1px solid #f7a626;
}

label {
  display: block;
  margin: 0.5em 0 0.25em 0;
  line-height: 19px;
}

input[type=submit] {
  width: 100%;
  background: #41be73;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  cursor: pointer;
  border: 0;
  font-size: 1em;
  margin-top: 2em;
  -moz-transition: ease all 400ms;
  -webkit-transition: ease all 400ms;
  -o-transition: ease all 400ms;
  transition: ease all 400ms;
}

input[type=submit]:hover {
  background: #67cb8f;
}

input[disabled],
input[disabled='disabled'] {
  background: #DDD !important;
  cursor: default !important;
}

.error {
  background: #bc9364;
  border-radius: 2px;
  padding: 1em;
  color: #fff;
  font-weight: bold;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.15);
}

#loginform {
  width: 40%;
  position: relative;
}

#loginform input {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

#contact {
  margin-top: 4em;
}

#contact input,
#contact textarea {
  width: 390px;
}

#contact textarea {
  margin-bottom: 0.5em;
}

#contact input[type="radio"] {
  display: inline;
  width: auto;
}

#contact textarea {
  height: 232px;
  box-sizing: content-box;
  line-height: 16px;
}

#contact .zustellung {
  margin: 0;
}

#contact .zustellung span {
  display: block;
  margin-top: 4px;
}

#contact .zustellung label {
  display: inline;
  margin: 0 8px 0 4px;
}

#contact label.required:after {
  content: " *";
}

#contact .redborder {
  border-color: red;
}

#contact .error {
  margin-bottom: -1em;
}

#contact .marginb {
  margin-bottom: 1.5em;
}

#cart-content {
  margin-top: 2em;
  width: 65%;
}

#cart-content td,
#cart-content th {
  border-bottom: 1px solid #e2deaf;
  padding: 8px;
}

#cart-content tr:nth-child(even) td {
  background: #fffbd0;
}

#cart-content th {
  color: #41be73;
  text-align: left;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.25em;
}

#cart-content tfoot td {
  border-top: 2px solid #e2deaf;
  border-bottom: 0;
}

#cart-content .num {
  text-align: right;
}

#cart-content input {
  width: 30px;
  text-align: right;
  padding: 0.5em;
  border: 1px solid #e2deaf;
  border-radius: 3px;
}

#cart-content .image {
  display: block;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  border: 1px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  -moz-transition: ease all 400ms;
  -webkit-transition: ease all 400ms;
  -o-transition: ease all 400ms;
  transition: ease all 400ms;
}

#cart-content .image:before {
  -moz-transition: ease all 400ms;
  -webkit-transition: ease all 400ms;
  -o-transition: ease all 400ms;
  transition: ease all 400ms;
  content: "\d7";
  opacity: .5;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background: #e2deaf;
  font-weight: bold;
  border-radius: 3px 0 0 3px;
  left: -21px;
  top: 30px;
}

#cart-content .image:after {
  -moz-transition: ease all 400ms;
  -webkit-transition: ease all 400ms;
  -o-transition: ease all 400ms;
  transition: ease all 400ms;
  content: "Artikel entfernen";
  opacity: 0;
  position: absolute;
  width: 80px;
  height: 60px;
  padding-top: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.8);
  color: #fff;
  left: 0;
  top: 0;
}

#cart-content .image:hover {
  cursor: pointer;
}

#cart-content .image:hover:before,
#cart-content .image:hover:after {
  opacity: 1;
}

#cart-content .image:hover:before {
  opacity: 1;
}

.actions {
  text-align: center;
  margin: 1em auto;
  width: 70%;
}

.actions a {
  display: inline-block;
  padding: 0.5em;
  background: rgba(176, 173, 136, 0.8);
  color: #fff;
  margin-left: 0.5em;
  border-radius: 3px;
  text-decoration: none;
  -moz-transition: ease all 400ms;
  -webkit-transition: ease all 400ms;
  -o-transition: ease all 400ms;
  transition: ease all 400ms;
}

.actions a:hover {
  background: #b0ad88;
}

.galleries .item {
  margin: 0 1em 0.6em 0;
  float: left;
  width: 23%;
}

.galleries .item a {
  font-family: 'Open Sans', Helvetica, sans-serif;
  color: #f7a626;
  text-decoration: none;
}

.galleries .item a figcaption {
  font-size: 0.75em;
  margin-top: 2px;
}

.galleries .item a figcaption strong {
  font-size: 1.2em;
  color: #41be73;
  display: block;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: -0.9em;
  height: 2.4em;
  overflow: hidden;
}

.galleries .item a .figstyle {
  display: block;
  position: absolute;
  margin-top: -157px;
  width: 166px;
  height: 120px;
  padding: 14px 16px;
  border-radius: 4px;
  background-position: 76px 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.galleries .item a:hover img {
  box-shadow: 0 0 3px 1px #f7a626;
  -moz-transition: ease all 400ms;
  -webkit-transition: ease all 400ms;
  -o-transition: ease all 400ms;
  transition: ease all 400ms;
}

.galleries .item a:hover .figstyle {
  background: rgba(0, 0, 0, 0.7) url(../images/arrow.png) 76px 50px no-repeat;
  border: 1px solid rgba(65, 190, 115, 0.5);
  -moz-transition: ease all 400ms;
  -webkit-transition: ease all 400ms;
  -o-transition: ease all 400ms;
  transition: ease all 400ms;
}

.autogallery {
  margin: 2em 0 1em 0;
  position: relative;
  width: 860px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: masonry;
  gap: 10px;
}

.autogallery figure {
  position: relative;
}

.autogallery figure.landscape {
  grid-column-end: span 2;
}

.autogallery figure a {
  display: block;
  color: #b0ad88;
  text-decoration: none;
  font-size: 0.85em;
  font-weight: bold;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.8);
}

.autogallery figure a img {
  display: block;
  width: 100%;
}

.autogallery figure a:hover img {
  box-shadow: 0 0 5px #f7a626;
  -moz-transition: ease all 400ms;
  -webkit-transition: ease all 400ms;
  -o-transition: ease all 400ms;
  transition: ease all 400ms;
}

.autogallery figure a figcaption {
  text-align: center;
  padding: 4px 8px;
}

.gallery-time {
  background: #bc9364;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-top: 7px;
  padding: 0 1em;
  color: #fffac6;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: bold;
  line-height: 2em;
  border-radius: 3px;
}

#load-more {
  display: block;
  background: #41be73;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  -moz-transition: ease all 400ms;
  -webkit-transition: ease all 400ms;
  -o-transition: ease all 400ms;
  transition: ease all 400ms;
  padding: 0.5em;
  text-align: center;
  text-decoration: none;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  font-family: 'Open Sans', Helvetica, sans-serif;
}

#load-more:hover {
  background: #5fc889;
}

.contact {
  padding: 2em 0 0 0;
}

footer {
  padding: 1.5em;
  font-size: 0.85em;
}

footer a {
  color: #58524b;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer .right a {
  background: url(../images/tio.png) no-repeat left;
  padding-left: 30px;
}
/* === GRIDS === */
.col3 div {
  width: 260px;
}

.col3 .left,
.col3 .center {
  float: left;
  margin-right: 40px;
}

.col3 .right {
  float: right;
}

.col2 div {
  width: 410px;
}

.col2 .left {
  float: left;
  margin-right: 40px;
}

.col2 .right {
  float: right;
}

.floatleft {
  float: left;
  margin-right: 10px;
}

.floatright {
  float: right;
  margin-left: 10px;
}

.minigallery img {
  margin-right: 10px;
}

.uniform__potty {
    position: absolute;
    left: -9999px;
}
