/*   
Theme Name: Amalthea Theme - 2023 light
Description: Amalthea Custom Theme
Version: 2.0
*/
/* PAGE MAIN COLOURS */
/* PAGE BREAKS */
/* LAYOUT BREAK POINTS */
@import url('css/lib/normalize.css');
@import url('css/lib/responsive-grid.css');
@import url('css/lib/flexgrid.css');
@import url('css/lib/font-awesome.min.css');
@import url('css/lib/themify-icons.css');
@import url('css/lib/em-rangeslider.css');
@import url('css/lib/eichmeister-icons.css');
@font-face {
  font-family: 'Rozha One';
  src: url("../fonts/RozhaOne-Regular.ttf") format('truetype');
}
/*********************************************************************************************************************************************************/
/* Color Scheme
/*********************************************************************************************************************************************************/
:root {
  --primary: #c44452;
  --ziegelrot: #c44452;

  --secondary: #2b8b87;
  --tuerkis: #2b8b87;

  --dark: #026e6d;
  --darkgreen: #026e6d;

  --light: #ffebc1;
  --blassgelb: #ffebc1;

  --burgunder: #723147;
  --hellgrau: #faf9f9;
  --dunklergrau: #d0d0d0;
  --black: #000000;
  --white: #ffffff;
  --grey: #babdc1;
  --heading: #333;
}
/*********************************************************************************************************************************************************/
/* BASIC ELEMENTS
/*********************************************************************************************************************************************************/
* {
  box-sizing: border-box;
}
#leserinichliebedich {
  display: inline-block;
  position: absolute;
  z-index: -1;
  font-size: 0;
  width: 100px;
  height: 100px;
  background: url("images/leserichliebedich.png") no-repeat;
  background-size: contain;
  filter: drop-shadow(1px 2px 2px #222);
}
@media (min-width: 768px) {
  #leserinichliebedich {
    margin-left: 2rem;
    margin-top: -1rem;
  }
}
.boxed:not(.big) #leserinichliebedich {
  margin-top:-1.2rem;
  height: 80px;
}

.loader {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000001;
  display: none;
}
.loader:before {
  height: 1em;
  width: 1em;
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  display: block;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: url(images/icons/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.loader h2 {
  font-size: 32px;
  line-height: 1.3;
  text-transform: uppercase;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}
.loader.active {
  display: block;
}
#newsletter-inner {
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  overflow: auto;
}
#newsletter row {
  display: block;
}
#newsletter .am-h5 {
  color: #296b73;
  text-align: center;
  font-size: 20px;
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  line-height: 1.1em;
  text-transform: none;
}
#newsletter .newsletter-button {
  font-family: "museo-sans", sans-serif;
  padding: 5px 0 3px 0;
  border: none;
  color: #296b73;
  background: none;
  outline: none;
  float: right;
  border-bottom: #296b73 1px solid;
  font-weight: 300;
  font-size: 16px;
  line-height: 1em;
  text-transform: uppercase;
}
#newsletter .newsletter-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #1d2d2b;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  /* firefox 19+ */
  /* ie */
}
#newsletter .newsletter-input::-webkit-input-placeholder {
  text-transform: uppercase;
}
#newsletter .newsletter-input::-moz-placeholder {
  text-transform: uppercase;
}
#newsletter .newsletter-input:-ms-input-placeholder {
  text-transform: uppercase;
}
#newsletter .newsletter-input:-moz-placeholder {
  text-transform: uppercase;
}
#ebook:before {
  font-family: 'FontAwesome';
  content: "\f105";
  float: right;
  font-size: 26px;
  line-height: 1;
  color: var(--black);
}
#ebook h2 {
  margin: 0;
}
body {
  overflow-x: hidden;
  background-color: #fff;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 1.5em;
  color: #000;
}
body.noscroll {
  overflow-y: hidden;
}
a {
  color: #000;
  text-decoration: none;
  outline: 0 !important;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a#datenschutz {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.inline li {
  display: inline;
}
ul li {
  position: relative;
  padding-left: 25px;
}
ul li:before {
    /* font-family: 'fontawesome'; */
    /* content: "\f101"; */
    /* color: #B79346; */
    /* speak: none; */
    /* font-style: normal; */
    /* font-weight: normal; */
    /* font-variant: normal; */
    /* text-transform: none; */
    /* line-height: 1; */
    /* -webkit-font-smoothing: antialiase; */
    /* display: block; */
    /* width: 20px; */
    /* position: absolute; */
    /* left: 0; */
    /* text-align: center; */
    /* margin-top: 7px; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  color: var(--heading);
}
h1,
h2 {
  font-size: 36px;
  line-height: 1.3;
  text-transform: uppercase;
}
h2 span {
  font-family: "museo-sans", sans-serif;
  font-size: 26px;
  font-weight: 400;
  display: block;
}
h3 {
  font-size: 22px;
}
p {
  line-height: 1.5em;
  font-size: 16px;
  margin: 10px 0 0px 0;
}
hr {
  border-top-color: var(--hellgrau);
}
select {
  -webkit-appearance: initial;
  -moz-appearance: initial;
  appearance: initial;
}
.am-h1 {
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: var(--heading);
}
.am-h2 {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: var(--heading);
}
.am-h3 {
  margin: 0 0 0.5em 0;
  font-size: 40px;
  padding: 15px 0;
  font-weight: 500;
  line-height: 1.1em;
  text-transform: none;
  letter-spacing: initial;
 color: var(--black);
}
.am-ls {
  text-transform: uppercase;
  letter-spacing: 5px;
}
/* ORDERED AND UNDERORDERD LIST */
ul.kool-foldable {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.kool-foldable li {
  margin: 0;
  padding: 0;
}
/* BUTTONS */
.btn {
  font-family: "museo-sans", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 13px 20px;
  margin: 0;
  font-weight: 300;
  font-size: 12px;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.btn.btn-v1 {
  color: #fff;
  background-color: #723147;
  box-shadow: inset 0 0 0 0 #c44452;
}
.btn.btn-v1:hover {
  box-shadow: inset 0 100px 0 0 #c44452;
}
.btn.btn-v2 {
  color: #fff;
  background-color: #c44452;
  box-shadow: inset 0 0 0 0 #723147;
}
.btn.btn-v2:hover {
  box-shadow: inset 0 100px 0 0 #723147;
}
.btn.btn-v3 {
  color: #fff;
  background-color: #296b73;
  box-shadow: inset 0 0 0 0 #174c4f;
}
.btn.btn-v3:hover {
  box-shadow: inset 0 100px 0 0 #174c4f;
}
.btn.btn-full {
  width: 100%;
}
.btn.btn-v4 {
  color: #ffebc2;
  padding: 2px;
  border-bottom: 1px solid;
  font-weight: 300;
  font-size: 12px;
  line-height: 1em;
  float: right;
  border-bottom-color: #ffebc2;
}
.btn.btn-v4:hover {
  border-bottom-color: #723147;
}
.btn.btn-v5 {
  float: right;
  background-color: #fff;
  color: #723147;
  box-shadow: inset 0 0 0 0 #296b73;
}
.btn.btn-v5:hover {
  color: #fff;
  box-shadow: inset 0 100px 0 0 #296b73;
}
.btn-top {
  display: block;
  position: fixed;
  bottom: -60px;
  right: -60px;
  padding: 0;
  opacity: 1;
  z-index: 9999999;
  text-align: center;
  color: #fff;
}
.btn-top:hover {
  opacity: 1;
}
.btn-top.active {
  right: 50px;
  bottom: 25px;
}
.btn-top i {
  font-size: 1.4em;
}
.cta,
.btn-top {
  display: inline-block;
  padding: 15px;
  border: 3px solid #FFF;
  font-weight: 700;
}
.cta:hover {
  background: rgba(255, 255, 255, 0.4);
  /*color: #0c2a3d;*/
}
.bg-divider-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 60px;
  background: url('images/bg_divider.png') repeat-x;
}

.copyright {
  font-size: 10px;
  color: #1d2d2b;
}

.media.fixed-height {
  background-size: cover;
  background-position: center;
}
.media.fixed-height a,
.media.fixed-height .media-bg {
  display: block;
  background: rgba(255, 255, 255, 0.5);
}
.media.fixed-height figure {
  backdrop-filter: blur(0.5em);
}
.media.fixed-height img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: auto !important;
}
/*********************************************************************************************************************************************************/
/* CONTENT
/*********************************************************************************************************************************************************/
#content.header-spacing {
  padding-top: 128px;
}
#main {
  /*width: 100vw;*/
  max-width: 1300px;
  margin: auto;
  padding-top: 100px;
}
#main,
footer#main-footer {
  position: relative;
  z-index: 1;
}
#main .am-span,
footer#main-footer .am-span {
  display: block;
}
/*********************************************************************************************************************************************************/
/* FORM
/*********************************************************************************************************************************************************/
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input[type='tel'],
input[type='date'],
textarea,
select {
  border: 1px solid #AAA;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 12px;
  width: 300px;
  max-width: 100%;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
}
input.error,
textarea.error,
select.error {
  color: red;
  border-color: red;
}
/*
input[type="submit"] {
    background: #e75113;
    color: #FFF;
    padding: 8px 12px;
    border: 2px solid #e75113;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
}

input[type="submit"]:hover {
    background: transparent;
    color: #e75113;
}
*/
/*********************************************************************************************************************************************************/
/* WRAPPERS
/*********************************************************************************************************************************************************/
.wrapper-480 {
  width: 480px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-600 {
  width: 600px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-960 {
  width: 960px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-1000 {
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/*********************************************************************************************************************************************************/
/* RESPONSIVE VIDEO
/*********************************************************************************************************************************************************/
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*********************************************************************************************************************************************************/
/* MARGINS & PADDINGS
/*********************************************************************************************************************************************************/
/* Margins */
.margin-0 {
  margin: 0 !important;
}
.margin-ver-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-bot-5 {
  margin-bottom: 5px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-ver-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-bot-10 {
  margin-bottom: 10px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-ver-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-bot-15 {
  margin-bottom: 15px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-right-15 {
  margin-right: 15px;
}
.margin-ver-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-bot-25 {
  margin-bottom: 25px;
}
.margin-left-25 {
  margin-left: 25px;
}
.margin-right-25 {
  margin-right: 25px;
}
.margin-ver-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-bot-50 {
  margin-bottom: 50px;
}
.margin-left-50 {
  margin-left: 50px;
}
.margin-right-50 {
  margin-right: 50px;
}
.margin-ver-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.margin-top-100 {
  margin-top: 100px;
}
.margin-bot-100 {
  margin-bottom: 100px;
}
.margin-ver-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.margin-top-150 {
  margin-top: 150px;
}
.margin-bot-150 {
  margin-bottom: 150px;
}
/* PADDINGS */
.padding-0 {
  padding: 0;
}
.padding-10 {
  padding: 10px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-bot-10 {
  padding-bottom: 10px;
}
.padding-15 {
  padding: 15px;
}
.padding-ver-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-bot-15 {
  padding-bottom: 15px;
}
.padding-25 {
  padding: 25px;
}
.padding-ver-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.padding-top-25 {
  padding-top: 25px;
}
.padding-bot-25 {
  padding-bottom: 25px;
}
.padding-50 {
  padding: 50px;
}
.padding-ver-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-bot-50 {
  padding-bottom: 50px;
}
.padding-ver-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.padding-top-100 {
  padding-top: 100px;
}
.padding-bot-100 {
  padding-bottom: 100px;
}
.padding-ver-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.padding-top-150 {
  padding-top: 150px;
}
.padding-bot-150 {
  padding-bottom: 150px;
}
/*********************************************************************************************************************************************************/
/* DISPLAY TYPES
/*********************************************************************************************************************************************************/
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  dispay: inline;
}
/*********************************************************************************************************************************************************/
/* TEXT FORMATTING
/*********************************************************************************************************************************************************/
.strong,
.bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
/*********************************************************************************************************************************************************/
/* ALIGN ELEMENTS
/*********************************************************************************************************************************************************/
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.justify {
  text-align: justify;
}
.center-box {
  margin-left: auto;
  margin-right: auto;
}
.center-y {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*********************************************************************************************************************************************************/
/* FLOATS
/*********************************************************************************************************************************************************/
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear,
.clear-both {
  clear: both;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */
/*********************************************************************************************************************************************************/
/* TABLES
/*********************************************************************************************************************************************************/
.tbl {
  display: table;
  width: 100%;
  height: 100%;
}
.tbl-row {
  display: table-row;
  width: 100%;
  height: 100%;
}
.tbl-col {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
/* ---------- BASIC TABLE STYLES ---------- */
table {
  border-spacing: 1px;
  border-collapse: separate;
  background: #dedede;
  width: 100%;
}
thead {
  font-weight: 400;
}
thead tr:last-child td {
  background: #efefef;
}
tr,
td {
  background: #FFF;
  padding: 8px 15px;
}
td.hl {
  background: #4eb9f4;
  color: #FFF;
}
/*********************************************************************************************************************************************************/
/* BACKGROUNDS
/*********************************************************************************************************************************************************/
.bg-white {
  background-color: #FFF;
}
.bg-black {
  background-color: #000;
}
.bg-paleGrey {
  background-color: var(--hellgrau);
}
/* LIGHTEN BACKGROUND / OVERLAY */
.bg-white-95 {
  background: rgba(255, 255, 255, 0.95);
}
.bg-lighten-90 {
  background: rgba(255, 255, 255, 0.9);
}
.bg-lighten-85 {
  background: rgba(255, 255, 255, 0.85);
}
.bg-lighten-80 {
  background: rgba(255, 255, 255, 0.8);
}
.bg-lighten-75 {
  background: rgba(255, 255, 255, 0.75);
}
.bg-lighten-70 {
  background: rgba(255, 255, 255, 0.7);
}
.bg-lighten-65 {
  background: rgba(255, 255, 255, 0.65);
}
.bg-lighten-60 {
  background: rgba(255, 255, 255, 0.6);
}
.bg-lighten-55 {
  background: rgba(255, 255, 255, 0.55);
}
.bg-lighten-50 {
  background: rgba(255, 255, 255, 0.5);
}
/* DARKEN BACKGROUND */
.bg-darken {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bg-darken-95 {
  background: rgba(0, 0, 0, 0.95);
}
.bg-darken-90 {
  background: rgba(0, 0, 0, 0.9);
}
.bg-darken-85 {
  background: rgba(0, 0, 0, 0.85);
}
.bg-darken-80 {
  background: rgba(0, 0, 0, 0.8);
}
.bg-darken-75 {
  background: rgba(0, 0, 0, 0.75);
}
.bg-darken-70 {
  background: rgba(0, 0, 0, 0.7);
}
.bg-darken-65 {
  background: rgba(0, 0, 0, 0.65);
}
.bg-darken-60 {
  background: rgba(0, 0, 0, 0.6);
}
.bg-darken-55 {
  background: rgba(0, 0, 0, 0.55);
}
.bg-darken-50 {
  background: rgba(0, 0, 0, 0.5);
}
.bg-darken-40 {
  background: rgba(0, 0, 0, 0.4);
}
.bg-darken-30 {
  background: rgba(0, 0, 0, 0.3);
}
/*********************************************************************************************************************************************************/
/* LOADING
/*********************************************************************************************************************************************************/
.loading {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border: 3px solid #000000;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 575ms infinite linear;
  -o-animation: cssload-spin 575ms infinite linear;
  -ms-animation: cssload-spin 575ms infinite linear;
  -webkit-animation: cssload-spin 575ms infinite linear;
  -moz-animation: cssload-spin 575ms infinite linear;
}
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.preload {
  display: none;
}
/*********************************************************************************************************************************************************/
/* BASIC EFFECTS
/*********************************************************************************************************************************************************/
.blur-10 {
  -webkit-filter: blur(10px);
}
/* BLINK */
@keyframes fade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.blink {
  animation: fade 10000ms infinite;
  -webkit-animation: fade 10000ms infinite;
}
.blink1 {
  animation: fade 11000ms infinite;
  -webkit-animation: fade 11000ms infinite;
}
@keyframes bounce {
  from {
    top: 10px;
  }
  50% {
    top: 20px;
  }
  to {
    top: 10px;
  }
}
@-webkit-keyframes bounce {
  from {
    top: 10px;
  }
  50% {
    top: 20px;
  }
  to {
    top: 10px;
  }
}
.bounce {
  animation: bounce 1s infinite;
  -webkit-animation: bounce 1s infinite;
  animation-timing-function: ease-in-out;
  position: relative;
}
/*********************************************************************************************************************************************************/
/* OVERLAY
/*********************************************************************************************************************************************************/
.open-overlay {
  cursor: pointer;
}
.overlay-full {
  position: fixed;
  z-index: 9999992;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  display: none;
}
.overlay-full .box {
  background: #FFF;
  box-sizing: border-box;
  padding: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
.overlay-full .close-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background: #FFF;
  color: #000;
  text-align: center;
  font-size: 20px;
  border: 0;
  transition: ease-in-out all 0.3s;
}
.overlay-full .close-overlay:hover {
  background: #000;
  color: #FFF;
}
.overlay-full .close-overlay i {
  position: relative;
  top: 13px;
}
/*********************************************************************************************************************************************************/
/* FOLDABLE
/*********************************************************************************************************************************************************/
.kool-foldable .content {
  display: none;
}
.kool-foldable .item.active .content {
  display: block;
}
/* foldable design themes */
/* theme 1 */
.kool-foldable.theme1 .item .header {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.kool-foldable.theme1 .item:first-child .header {
  border-top: 1px solid #000;
}
.kool-foldable.theme1 .item .header:hover,
.kool-foldable.theme1 .item.active .header {
  background: #000;
  color: #FFF;
  padding: 15px 25px;
}
.kool-foldable.theme1 .item .header .close {
  display: none;
  float: right;
  color: #FFF;
}
.kool-foldable.theme1 .item.active .header .close {
  display: block;
}
.kool-foldable.theme1 .item .content {
  border: 1px solid #000;
  padding: 25px;
}
/* theme2 */
.kool-foldable.theme2 .item {
  padding: 0;
  box-sizing: border-box;
}
.kool-foldable.theme2 .item:last-child {
  border-bottom: 1px solid #000;
}
.kool-foldable.theme2 .item .header,
.kool-foldable.theme2 .item .content {
  padding-left: 15px;
  padding-right: 15px;
}
.kool-foldable.theme2 .item:last-child {
  border-bottom: 1px solid #000;
}
.kool-foldable.theme2 .item .header {
  border-top: 1px solid #000;
  padding: 12px 25px 12px 15px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}
.kool-foldable.theme2 .item:first-child .header {
  border-top: 1px solid #000;
}
.kool-foldable.theme2 .item .header .icon {
  position: absolute;
  right: 15px;
  top: 12px;
}
.kool-foldable.theme2 .item .header .icon .fa-angle-down {
  display: none;
  position: relative;
  top: 8px;
}
.kool-foldable.theme2 .item.active .header .close {
  display: block;
}
.kool-foldable.theme2 .item .content {
  display: none;
  padding-bottom: 12px;
}
.kool-foldable.theme2 .item.active .content {
  display: block;
  padding: 0 15px 15px 15px;
}
.kool-foldable.theme2 .item.active .header .icon .fa-angle-right {
  display: none;
}
.kool-foldable.theme2 .item.active .header .icon .fa-angle-down {
  display: block;
}
.kool-foldable.theme2 .item.active .content ul {
  list-style-type: square;
  margin-left: 35px;
}
.kool-foldable.theme2 .item.active .content ul li {
  padding-left: 10px;
  margin-bottom: 15px;
}
.kool-foldable.theme2 .item.active .content ul li:last-child {
  margin-bottom: 0;
}
.kool-foldable.theme2 .item.active .content ul li:last-child {
  border-bottom: 0;
}
.kool-foldable.theme2 .item:hover,
.kool-foldable.theme2 .item.active {
  background: rgba(0, 0, 0, 0.05);
}
/* theme2 white */
.kool-foldable.theme2.white .item:last-child {
  border-bottom: 1px solid #FFF;
}
.kool-foldable.theme2.white .item .header {
  border-color: #FFF;
}
.kool-foldable.theme2.white .item:first-child .header {
  border-color: #FFF;
}
.kool-foldable.theme2.white .item:hover,
.kool-foldable.theme2.white .item.active {
  background: rgba(255, 255, 255, 0.2);
}
/*********************************************************************************************************************************************************/
/* OWL CAROUSEL
/*********************************************************************************************************************************************************/
.owl-carousel .owl-controls .owl-nav .owl-prev:before {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 5%;
  font-family: 'themify';
  content: "\e64a";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-carousel .owl-controls .owl-nav .owl-next:before {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 5%;
  font-family: 'themify';
  content: "\e649";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
  opacity: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  font-size: 30px;
  color: #FFF;
  height: 0;
}
.owl-carousel .owl-controls .owl-dots {
  text-align: center;
  position: relative;
  z-index: 3;
}
.owl-carousel .owl-controls .owl-dots .owl-dot {
  border-radius: 50%;
  background: transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  border: 2px solid #FFF;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.owl-carousel .owl-controls .owl-dots .owl-dot.active {
  background: #FFF;
  width: 16px;
  height: 3px;
  border-radius: 5px;
  position: relative;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.owl-carousel:hover .owl-controls .owl-prev,
.owl-carousel:hover .owl-controls .owl-next {
  opacity: 1;
}
.owl-carousel {
  position: relative;
}
.owl-carousel:after {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  aspect-ratio: var(--ratio);
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.owl-carousel:hover:after {
  opacity: 1;
}
/*********************************************************************************************************************************************************/
/* PAGE COVER
/*********************************************************************************************************************************************************/
#page-cover {
  width: 100%;
  background: #000;
  color: #FFF;
  position: relative;
  text-align: center;
  background-image: url('images/bg_page_cover.png');
  /*background-attachment: fixed;*/
}
#page-cover.cover {
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
#page-cover .wrapper-960 {
  padding: 100px 0;
  overflow: hidden;
}
#page-cover img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  display: block;
}
#page-cover h1 {
  margin: 0;
  line-height: 1;
  font-size: 3.5em;
  display: inline-block;
  padding: 15px 25px;
  text-transform: uppercase;
  color: #FFF;
  background: rgba(0, 0, 0, 0.65);
  position: relative;
  z-index: 1;
}
/*********************************************************************************************************************************************************/
/* SIDEBAR
/*********************************************************************************************************************************************************/
aside .widget,
#sidebar .widget {
  margin-bottom: 50px;
  padding: 0;
}
aside .widget h2,
#sidebar .widget h2 {
  color: #000;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 25px;
  line-height: 1.5;
  position: relative;
}
aside .widget h2:before,
#sidebar .widget h2:before {
  content: '';
  position: absolute;
  background: #000;
  top: -5px;
  left: 0;
  width: 25px;
  height: 3px;
}
aside .widget ul,
#sidebar .widget ul {
  margin: 0;
  padding: 0;
}
aside .widget ul li,
#sidebar .widget ul li {
  padding: 0;
}
aside .widget ul li a,
#sidebar .widget ul li a {
  color: #000;
  padding: 5px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
aside .widget ul li a:hover,
#sidebar .widget ul li a:hover {
  color: #ffebc2;
}
aside .widget ul li:first-child a,
#sidebar .widget ul li:first-child a {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
aside .widget a.more,
#sidebar .widget a.more {
  background: #723147;
  padding: 13px;
  display: inline-block;
  margin-top: 10px;
  color: #FFF;
  font-weight: 400;
}
aside .widget a.more:hover,
#sidebar .widget a.more:hover {
  color: #FFF !important;
}
aside .widget.widget_search,
#sidebar .widget.widget_search {
  position: relative;
}
aside .widget.widget_search #searchform,
#sidebar .widget.widget_search #searchform {
  position: relative;
}
aside .widget.widget_search #s,
#sidebar .widget.widget_search #s {
  position: relative;
  z-index: 0;
  padding-right: 65px;
  width: 100%;
  box-sizing: border-box;
}
aside .widget.widget_search #searchsubmit,
#sidebar .widget.widget_search #searchsubmit {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  border-radius: 0 3px 3px 0;
  border: 1px solid #aaa;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
aside .widget.widget_search #searchsubmit:hover,
#sidebar .widget.widget_search #searchsubmit:hover {
  background: #00a2ff;
  color: #FFF;
}
/*********************************************************************************************************************************************************/
/* WP CORE
/*********************************************************************************************************************************************************/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/*.current-menu-item, DEPRECATED (See head.css) */
/*.current-menu-item a,*/
/*.current-page-ancestor,*/
/*.current-page-ancestor a {*/
/*  color: #ffebc2;*/
/*}*/
/*********************************************************************************************************************************************************/
/* WPCF7
/* CONTACT FORMULAR 7
/*********************************************************************************************************************************************************/
div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  box-shadow: inset 0 100px 0 0 #296b73;
  margin-top: 0;
  float: right;
  background-color: #174c4f;
  clear: both;
  width: 100%;
  margin: 20px 0 0 0;
  color: #fff;
}
/*********************************************************************************************************************************************************/
/* COOKIES POPUP
/*********************************************************************************************************************************************************/
#cn-accept-cookie {
  background: #296b73 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
#cn-more-info {
  background: #723147 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
/*********************************************************************************************************************************************************/
/* WOOCOMMERCE MENU
/*********************************************************************************************************************************************************/
.woocommerce-MyAccount-navigation {
  width: 100%;
  background-color: #723147;
  color: #fff;
  margin-bottom: 50px;
}
.woocommerce-MyAccount-navigation-link {
  display: block;
  border: 0;
  border-top: 1px solid var(--hellgrau);
}
.woocommerce-MyAccount-navigation-link:focus,
.woocommerce-MyAccount-navigation-link:hover {
  color: #ffebc2;
  background-color: #76213E;
}
.woocommerce-MyAccount-navigation-link.is-active {
  background-color: #76213E;
  color: #ffebc2;
}
.woocommerce-MyAccount-navigation-link.active a {
  color: #ffebc2;
}
.woocommerce-MyAccount-navigation-link .am-h3 {
  color: var(--hellgrau);
  margin: 20px 30px 30px;
  font-size: 20px;
}
.woocommerce-MyAccount-navigation-link a {
  padding: 10px 30px;
  display: inline-block;
  color: #fff;
  width: 90%;
}
.woocommerce-MyAccount-navigation-link a:focus,
.woocommerce-MyAccount-navigation-link a:hover {
  color: #ffebc2;
}
@media (min-width: 992px) {
  .woocommerce-MyAccount-navigation {
    width: 30%;
  }
}

.woocommerce-Address {
  padding: 1em;
  border: 2px solid lightgray;
}
.woocommerce-Address header {
  margin-bottom: 1em;
}
.woocommerce-Address .edit {
  font-size: 0.8em;
}
.woocommerce-Addresses {
  margin-top: 1em;
}

.woocommerce tr, .woocommerce td {
  background: none;
}
.woocommerce h2, .woocommerce h3, .woocommerce h4 {
  color: var(--heading);
}
.woocommerce h2 {
  margin: 1em 0 0.5em;
}

.my-account-icon {
  display: block;
  text-indent: -9999px;
  width: 1.3em;
  height: 1.3em;
  background: url("images/icons/reading.svg");
  background-size: 1.3em 1.3em;
  margin-top: -0.1em;
}

/*
GLOBAL LEFT_RIGHT STYLES
 */
header#main-header .logo-nav,
#main > section .inner,
#main > section .row,
#main > div:not(.darken-main),
#main-footer .footer-top,
#main-footer .footer-bottom {
  max-width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
}
