/* CORE STYLES */

body {
  margin: 0;
  background: #333;
  color: #fff;
  font-family: 'OpenSans Regular', Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  text-align: center;
}

img {
  display: block;
  width: 100%;
  height: 100%;
}

/* Fonts */
@font-face { font-family: 'Raleway Light'; src: url('assets/fonts/Raleway-Light.ttf') format('truetype') }
@font-face { font-family: 'Raleway Regular'; src: url('assets/fonts/Raleway-Regular.ttf') format('truetype') }
@font-face { font-family: 'OpenSans Regular'; src: url('assets/fonts/OpenSans-Regular.ttf') format('truetype') }
@font-face { font-family: 'OpenSans Bold'; src: url('assets/fonts/OpenSans-Bold.ttf') format('truetype') }


h1 {
  font-size: 2em;
  margin: 0;
  padding: .5em 0;
  line-height: 1.5em;
  letter-spacing: 1px;
}

h2 {
  font-size: 1.75em;
  margin: 0;
  padding: 1em 0;
  line-height: 1.25em;
  letter-spacing: 1px;
}

h3 {
  font-size: 1.25em;
  margin: 0;
  padding: 1em 0 .5em 0;
  line-height: 1em;
  letter-spacing: 1px;
}

p {
  font-family: 'OpenSans Regular', Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 1em 0;
}

a {
  display: block;
  cursor: pointer;
  color: #edfbe4;
  text-decoration: none;
}

a:hover {
  color: #4fa062;
}

a:active {
  color: #4fa062;
}

a:visited{
  color: #edfbe4;
}

.btn {
  display: inline-block;
  padding: .75em 3em;
  margin: 1em 0 2em;
  border: 2px solid #333;
  /* background: #fff; */
  background-image: url("assets/bg.png");
  color: #333 !important;
  text-decoration: none;
}

.btn:hover {
  background: rgba(51, 51, 51, .75);
  color: #fff !important;
}

/* HEADER */

#stage {
  min-height: 450px;
  color: #fff;
  text-align: center;
}

#stage .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .4;
  background:  #333 url('assets/bilder/stage.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#header-wrap {
  width: 100%;
}

#logo {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  padding: 1.75em .5em;
}

nav {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: monospace;
  font-size: 1.1em;
  background: rgba(51, 51, 51, .75);
}

nav ul {
  display: flex;
  justify-content: center;
  align-content: space-between;
  list-style-type: none;
  margin: 0 .5em;
  padding: 0;
}

nav li {
  flex: 1 1 0;
  margin: 0;
  padding: 1em auto;
}

nav a {
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 1em 1em;
  color: #edfbe4;
  text-align: center;
  text-decoration: none;
}

nav a:hover {
  color: #4fa062;
}

nav a:active {
  color: #4fa062;
}

#stage .content-wrap,
#imkerei .content-wrap {
  padding: 1.5em;
}

/* IMKEREI */
#imkerei {
  /* background: #fff; */
  background-image: url("assets/bg.png");
  color: #333;
  padding: 0;
}

/* PRODUCT */
#products {
  padding: 2em 1em 1em;
}

#products ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#products li {
  margin-bottom: 1em;
  background: #fff;
  color: #333;
}

.card-content {
  padding: 1.5em;
}

/* SHOP */
#shop {
  /* background: #fff; */
  background-image: url("assets/bg.png");
  color: #333;
  padding: 2em;
}

/* KONTAKT */
#kontakt .box {
  padding: 2em 2em 0em 2em;
  color: #fff;
  text-align: left;
}

#kontakt .box:first-child {
  background: #333;
}

.outer_frame {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 1em 0;
}

.outer_frame input:first-child {
  margin-top: 1em;
}

.formular {
  grid-column: span 2;
  padding: 0 1em 1em 1em;
}

.text_field {
  font-family: 'OpenSans Regular', arial, sans-serif;
  font-size: 0.875em;
  color: #edfbe4;
  line-height: 1.25em;
  letter-spacing: 1px;
  padding: 1em;
  margin: .5em 1em;
  border: 2px solid #edfbe4;
  background-color: #333;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #edfbe4;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #edfbe4;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #edfbe4;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-family: 'OpenSans Regular', arial, sans-serif;
  font-size: 0.875em;
  color: #edfbe4;
  line-height: 1.25em;
  letter-spacing: 1px;
}

select {
  padding: 1em;
  margin: .5em 1em;
  border: 2px solid #edfbe4;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
  background-color:#333;
  background-image:url(assets/select-arrow.png);
  background-position: right;
  background-repeat: no-repeat;
}

select option {
  background:#333;
  border-top:1px solid #444;
  padding:.2em 1em;
}

select:hover {
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

/* hide browser-styling (arrow) in IE10 */
select::-ms-expand {
  display:none;
}

.lt-ie10 select {
  background-image: none;
}

.outer_frame textarea {
  font-family: 'OpenSans Regular', arial, sans-serif;
  font-size: 0.875em;
  color: #edfbe4;
  line-height: 1.25em;
  letter-spacing: 1px;
  padding: 1em;
  margin: .5em 1em;
  min-height: 200px;
  border: 2px solid #edfbe4;
  background-color: #333;
}

.outer_frame .btn_kontakt {
  font-family: 'OpenSans Regular', arial, sans-serif;
  font-size: 0.875em;
  letter-spacing: 1px;
  padding: 1em;
  margin: 1em;
  border: 2px solid #edfbe4;
  background: #333;
  color: #edfbe4;
  text-decoration: none;
}

.outer_frame .btn_kontakt:hover {
  background: #edfbe4;
  color: #333;
}

/* FOOTER */
footer {
  display: flex;
  padding: 2em;
  background-image: url("assets/bg.png");
  color: #333;
  height: 100px;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

#text{
  position: absolute;
  text-align: left;
  color: #fff;
  margin: 1em;
}

#text h2 {
  font-size: 1.75em;
  margin: 0;
  padding: 1em 0;
  line-height: 1.25em;
  letter-spacing: 1px;
}

#text p {
  margin: 0;
  padding: 1em 0;
}

#impover {
  margin: auto;
}

#insta {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: auto;
}


/* MEDIA QUERIES */
@media(min-width: 738px) {
  .grid {
    display: grid;
    grid-template-columns: 1fr repeat(2, minmax(auto, 25em)) 1fr;
  }

  #stage {
    columns: 2;
    grid-column: 1/5;
    min-height: 450px;
    min-height: 70vh;
  }

  #stage .bg-image {
    height: 70%;
    z-index: -1;
    opacity: .4;
    background:  #333 url('assets/bilder/stage_738.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #stage-txt {
    text-align: left;
  }

  #header-wrap {
    width: 100%;
    height: 131px;
    grid-column: 1/5;
  }

  #header-grid {
    display: grid;
    grid-column: 1/5;
    height: 131px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }

  #logo {
    grid-column: 1/2;
    padding: 1em .5em;
  }

  nav {
    grid-column: 2/5;
    padding: 3.75em 0;
    background: transparent;
  }

  #imkerei .content-text {
    columns: 2;
    column-gap: 2em;
  }

  #imkerei .content-text p {
    padding-top: 0;
  }

  .content-wrap,
  #products ul {
    grid-column: 2/4;
  }

  .box, #footer div {
    grid-column: span 2;
  }

  #products ul {
    display: flex;
    justify-content: space-around;
  }

  #products li {
    width: 31%;
  }

/* KONTAKT */
  .outer_frame {
    padding: 1em 0;
  }

  .outer_frame textarea {
    min-height: 200px;
  }

  .outer_frame .btn_kontakt {
    margin: .5em 1em;
  }

  .formular {
    padding: 2.4em 1em 1em 1em;
  }

  /* FOOTER */
  footer {
    height: 100px;
  }

  /* IMPRESSUM */
  #text{
    max-width: 860px;
    align-self: center;
    justify-self: center;
    margin: 2em;
  }

}
