/* Theme Style */

body {
  background: #dcebc8;
  font-family: 'Open Sans';
  font-weight: normal;
  font-style: normal;
  line-height: 1.7;
  position: relative;
}
b {
  color: #804346;
}
img {image-rendering: -webkit-optimize-contrast; max-width: 100%;}
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}
.gap-25 {
  gap: 25px;
}
.gap-30 {
  gap: 30px;
}
.gap-35 {
  gap: 35px;
}
.gap-40 {
  gap: 40px;
}
.gap-45 {
  gap: 45px;
}
.gap-50 {
  gap: 50px;
}

.page_wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
.top_header {
  background-color: #b7e286;
  padding-top: 10px;
  padding-bottom: 10px;
}
.top_header > .col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header_txt {
  display: flex;
  flex-direction: column;
  color: #964f3a;
}
h1, h2, h3, h4, h5, h6 {
  color: #964f3a;
  font-family: 'Helvetica';
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
}
span.header_txt_first {
  font-size: 2.5rem;
  font-family: 'Helvetica';
    font-weight: bold;
    font-style: normal;
}
span.header_txt_second {
  font-size: 1.9rem;
  font-family: 'Helvetica';
    font-weight: bold;
    font-style: normal;
}
.left-sidebar {
  display: flex;
  /* align-items: center; */
  background-color: #ceeba9;
  position: relative;
  overflow: hidden;
  padding-top: 15px;
}
.left-sidebar::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #73c82c;
  transform: translateX(-50px);
-webkit-clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%); 
clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}
.main_title {
  margin-bottom: 5px;
  text-align: center;
  padding: 15px 0px;
  border-radius: 5px;
  background-color: #b7e286;
}
.main_title_sub {
  margin-bottom: 5px;
  margin-top: -35px;
  text-align: center;
  padding: 15px 0px;
  border-radius: 5px;
  background-color: #b7e286;
}
.content {
  padding: 20px 0;
}
.right-sidebar {
  background-color: #ceeba9;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.right-sidebar::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #73c82c;
  transform: translateX(50px);
-webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%); 
clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);

}
ul.primary-navigation {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: right;
}
ul.primary-navigation li a {
  color: #412c4d;
  text-decoration: none;
  font-size: 1.2rem;
  display: block;
  padding: 7px 0;
  transition-duration: 0.3s;
}
ul.primary-navigation li a:hover {
  color: #AD6945;
}
ul.primary-navigation li.current > a {
  color: #AD6945;
}
ul.primary-navigation li.current li.active > a {
  color: #AD6945;
}
img.shape-left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
  display: none;
}
img.shape-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  transform: rotate(180deg);
  display: none;
}
.right-sidebar > *:not(.shape-right) {
  position: relative;
}
nav.main-nav {
  position: relative;
  /* transform: translateY(280px); */
}
.side-gallery {
  display: grid;
}
.img-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.img-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.img-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.img-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.side-gallery img.landscape {
  aspect-ratio: 1.33333;
}

img.body_bg1 {
  position: absolute;
  width: 250px;
  height: auto;
  left: 0;
  top: 20px;
}
img.body_bg2 {
  position: absolute;
  bottom: 0;
  width: 250px;
  right: 0;
  z-index: -1;
}
.team-box {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.team {
  margin: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,.125);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.team img {
  display: block;
  width: 150px;
  height: 150px;
}
.team h4 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 1.2rem;
}
.angebot {
  text-align: center;
  padding: 30px 15px;
  overflow: hidden;
}
.angebot img {
  display: inline-block;
  transition-duration: 0.4s;
}
.angebot img:hover {
  transform: scale(1.05);
}
li.dropdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}
ul.primary-navigation li a.sub {
  display: inline-flex;
  width: 35px;
  justify-content: center;
  order: -1;
}
ul.primary-navigation ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  height: auto;
  overflow: hidden;
  max-height: 0px;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
  transition-property: max-height;
}
ul.primary-navigation ul.opened {
  /* overflow-y: auto; */
  max-height: 100vh;
  padding: 10px;
  box-shadow: 0 0 7px 0px #83ab58;
  background-color: #b7e286;
  border-radius: 3px;
  transition-duration: 0.3s;
  /* transition-timing-function: ease-out; */
}
ul.primary-navigation ul ul.opened {
  background-color: transparent;
  box-shadow: none;
}
ul.primary-navigation ul a {
  font-size: 1rem;
  padding: 5px 0;
}
ul.primary-navigation ul ul a {
  font-size: 0.95rem;
  padding: 5px 0;
}
.table_data.cols_2 > table {
  width: 500px;
  margin: auto;
  max-width: 100%;
}
td.key {
  color: #804346 !important;
  font-weight: 500;
}
.content p {
  text-align: justify;
}
input.form-check-input {
  min-width: 1em;
}
.page-content {
  position: relative;
  padding-top: 30px;
}
div#confirmation strong {
  display: inline-block;
  margin: 0 5px;
}
form#proccess_form label.checkbox.form-check-label {
  display: block;
}
div.modal.lightbox {
  background-color: rgba(0, 0, 0, 0.80);
}
form button#id_submit {
  color: #fff;
  background-color: #964f3a;
  border-color: #964f3a;
}
form button#id_submit:hover {
  color: #fff;
  background-color: #603224;
  border-color: #603224;
}
p.saying {
  text-align: center;
  color: #964f3a;
  font-weight: 700;
}




/* global ends ************************************************************************************************************* */


@media screen and (min-width: 1023px) and (max-width:1399px) {

  nav ul.primary-navigation li a {
    font-size: 1rem;
}

} /* /(min-width: 1023px) and (max-width:1399px) */

@media screen and (min-width: 1024px) {

.mob {
  display: none !important;
}
.long-page nav.main-nav {
  position: absolute;
  top: 250px;
  right: 12px;
}
ul.primary-navigation li.current.dropdown > ul {
	max-height: fit-content;
	padding: 10px;
    box-shadow: 0 0 7px 0 #83ab58;
    background-color: #b7e286;
    border-radius: 3px;
    transition-duration: .3s;
}
ul.primary-navigation li.current.dropdown > a.sub {
  display: none;
}
ul.primary-navigation li.active.dropdown > ul {
	max-height: fit-content;
	padding: 10px;
    background-color: transparent;
    box-shadow: none;
}
ul.primary-navigation li.active.dropdown > a.sub {
  display: none;
}
.logo img {
  width: 300px;
  height: auto;
}
.left-sidebar {
  padding-right: 20px;
}
.right-sidebar {
  padding-left: 20px;
}
.page-content {
  padding-left: 20px;
  padding-right: 20px;
}




} /* /min-width: 1024px ***************************************************************************************************** */

@media screen and (max-width: 1023px) {

.pc {
    display: none !important;
  }
.logo img {
    width: 250px;
}
header span.header_txt_first {
  font-size: 2rem;
}
header span.header_txt_second {
  font-size: 1.5rem;
}
nav.main-nav {
  position: fixed;
  top: 0;
  right: -400px;
  width: 350px;
  height: 100%;
  overflow-y: auto;
  transition-duration: 0.4s;
  z-index: 99;
  background-color: #b7e286;
  transform: none;
}
nav.main-nav.open {
  right: 0px;
}
header.top_header {
  width: 100vw;
	position: fixed;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
  z-index: 99;
}
a.mob_button {
  color: #964f3a;
}
a.close_button {
  color: #964f3a;
}
div#closenav {
  display: flex;
  justify-content: right;
  padding: 10px 10px 30px 10px;
}
.main-nav ul.primary-navigation li a {
  padding: 10px 20px;
}
.page-content {
  box-shadow: 0 0 10px #73c82c;
  margin: 10px;
  width: calc(100% - 20px);
  border-radius: 5px;
}
div.right-sidebar {
  box-shadow: 0 0 10px #73c82c;
  margin: 10px;
  width: calc(100% - 20px);
  border-radius: 5px;
}
body.mob_menu_open::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  z-index: 9;
}
body.mob_menu_open {
  overflow: hidden;
}
ul.primary-navigation li ul {
  width: 92%;
  margin: auto;
}
div.left-sidebar {
  height: 0px;
  padding: 0;
}
.main-content {
  padding-top: 10px;
}







} /* /max-width:1023px ******************************************************************************************************* */


@media screen and (max-width: 767px) {

  div.logo img {
    width: 150px;
}
.header_txt {
  order: 3;
  transition-duration: 0.3s;
  height: auto;
  transform: scale(1);
}
header .header_txt span.header_txt_first {
  font-size: 1.5rem;
}
header .header_txt span.header_txt_second {
  font-size: 1.2rem;
  line-height: 1;
}
header.top_header {
  padding-top: 5px;
  padding-bottom: 5px;
}
body nav.main-nav {
  width: 290px;
  max-width: 100%;
}
.shrink .header_txt {
  transform: scale(0);
  overflow: hidden;
  height: 0px;
}
div.team-box {
  gap: 10px;
}
div.team {
  margin: 0;
  padding: 10px;
}
div.team img {
  width: 100px;
  height: 100px;
}
div.team h4 {
  font-size: 1rem;
}
div.table_data.cols_2 > table {
  width: 100%;
}
div.page-content {
  padding-top: 15px;
}
div.header_txt {
  width: 100%;
}
div.main-content {
  padding-top: 5px;
}


} /* /max-width:767px ********************************************************************************************************* */
