@font-face{
	font-family: 'Phillia';
	font-display: swap;
	font-style: normal;
	src: url('../../page/fonts/Phillia/Phillia.ttf') format('woff2');
}
@font-face{
	font-family: 'Open Sans';
	font-display: swap;
	font-style: normal;
	font-weight: 300;
	src: url('../../page/fonts/Open_Sans/open-sans-v34-latin-300.woff2') format('woff2');
}
@font-face{
	font-family: 'Open Sans';
	font-display: swap;
	font-style: normal;
	font-weight: 500;
	src: url('../../page/fonts/Open_Sans/open-sans-v34-latin-500.woff2') format('woff2');
}
@font-face{
	font-family: 'Open Sans';
	font-display: swap;
	font-style: normal;
	font-weight: 600;
	src: url('../../page/fonts/Open_Sans/open-sans-v34-latin-600.woff2') format('woff2');
}
@font-face{
	font-family: 'Open Sans';
	font-display: swap;
	font-style: normal;
	font-weight: 700;
	src: url('../../page/fonts/Open_Sans/open-sans-v34-latin-700.woff2') format('woff2');
}
@font-face{
	font-family: 'Open Sans';
	font-display: swap;
	font-style: normal;
	font-weight: 800;
	src: url('../../page/fonts/Open_Sans/open-sans-v34-latin-800.woff2') format('woff2');
}
@font-face{
	font-family: 'Open Sans';
	font-display: swap;
	font-style: normal;
	font-weight: regular;
	src: url('../../page/fonts/Open_Sans/open-sans-v34-latin-regular.woff2') format('woff2');
}
@font-face{
	font-family: 'AlumniSans';
	font-display: swap;
	font-style: normal;
	font-weight: regular;
	src: url('../../page/fonts/AlumniSans/alumni-sans-v18-latin-regular.woff2') format('woff2');
}
/*
:root{
	--chili-color-bright-background: #f9f4f4;
	--chili-color-dark-background: #4a4949ff;
	--chili-color-bright-font: #f9f4f4;
	--chili-color-dark-font: #7b7979ff;
	--chili-color-1: #ffb219ff;
	--chili-color-2: #4d5760ff;
	--chili-color-3: #c9d4e7ff;
	--chili-color-4: #9d9999;
	--chili-color-5: #35453dff;
}
*/
:root {
  --chili-color-bright-background: #4a535b;
  --chili-color-dark-background: #bdb8b8;
  --chili-color-bright-font: #f9f4f4;
  --chili-color-dark-font: #dfdbdb;
  --chili-color-1: #ffb219ff;
  --chili-color-2: #ffb219;
  --chili-color-3: #c9d4e7ff;
  --chili-color-4: #9d9999;
  --chili-color-5: #333a40;
}


header{
	background-color: var(--chili-color-1) !important;
}
.simple-list-item{
	background-color: var(--chili-color-3);
	color: var(--chili-color-dark-font);
}
.image.fill{
	background-color: var(--chili-color-3);
}
h2 {
  color: var(--chili-color-2);
  font-weight: 300;
  text-transform: uppercase;
line-height: 1em;
}
.Title{
	color: var(--chili-color-bright-font);
}

h3 {
  letter-spacing: unset;
  color: var(--chili-color-4);
  font-weight: 300;
  font-size: 1.3em;
  letter-spacing: 0.05em;
  font-weight: 300 !important;
  line-height: 1.25em;
}
.myclass-1{
	font-size: 2em;
	color: var(--chili-color-bright-font);
	line-height: 8em;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 0.4em;
	font-weight: 100;
	text-align: center;
	background-color: var(--chili-color-1);
	border-color: var(--chili-color-5);
	border-width: 0.09999999999999998em;
	border-style: solid;
	margin: 1em;
	background-size: cover;
	box-shadow: #000000 2px 2px 67px;
}
.image{
	border-radius: em;
}
.block:first-of-type .image{
	font-size: 0.1em;
}

.chili-default .center{
  max-width: 1200px;
  margin: auto;
position: relative;
 width: calc( 100% - 2em );
}


@media(min-width: 800px){
.chili-default .center{
 
width: calc( 100% - 12em );
}
}

header {
  background-color: #ffffff00 !important;
  position: absolute;
  z-index: 999;
  width: 100%;

}
.logo {
  background-color: #FFF;
  height: 13em !important;
  display: block;
  width: 13em;
  text-align: center;
border-radius: 0em 0em 1em 1em;
transition:all 0.3s;
}
.logo img {
  width: auto;
  height: 12em;
  padding: 1em;
}
.chili-default .logo img {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0em;
transition:all 0.3s;
}
.logo::after {
  content: '';
  width: 11em;
  display: block;
  background-image: url(../images/design/franzmann_logo_text.svg);
  height: 2em;
  position: absolute;
  top: -3em;
transition:all 0.3s;
}

.toggled + input + header .logo::after {
  top: 1.5em;
}
.toggled + input + header .logo img  {
  top: -11em;
}
.toggled + input + header .logo {

  height: 5em !important;

}
.block.background {


  min-height: 50vh;
}

@media (min-width: 800px) {


.chili-navigation-1 header nav {
  color: #fff;
  text-align: right;
  z-index: 66;
  position: absolute;
  width: auto;
  float: right;
  right: 0;
top:2em;
}

.header-navigation {
  margin-top: 2em;
  padding: 0 !important;
}

.header-navigation ul {
  color: #fff;
}
.chili-navigation-1 header nav ul {
  margin: 0;
  text-align: left;
background-color: #fff3;
    padding: 0em;
}


.header-navigation ul li a {
  background-color: #fff0;
  padding: 0 2em;
  margin: 1px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75em;
  border-right: solid 1px #fffefe4d;
  font-weight: 300;
}
  .header-navigation ul li ul li a {
 
    border-right: none;
  }

.header-navigation ul li:last-of-type a {
  border-right: none !important;
}
  .chili-default header nav li ul {
    display: block;
    position: absolute;
    background-color: #ffffff38;
    left: 0;
    margin: 0;
    padding: 0em;
    top: 3.7em;
    width: 100%;
    overflow: hidden;
    height: 0em;
    box-sizing: border-box;
    transition: all 0.3s;
    max-height: 18.5em;
  }

  .chili-default header nav li:hover ul {
   height: 20em;
  }
    


.chili-default header nav li {
  list-style-type: none;
  display: inline;
  padding: 1em 0;
}
}

.image-list-item h2 {
  font-size: 1em;
}

.complex-slider .background::before {
  content: '';
  display: block;
  width: 200%;
  height: 29em;
  background-color: var(--chili-color-1);
  position: absolute;
top: 85%;
  left: -20%;
  z-index: 3;
  transform: rotate(16deg);
  opacity: 0;
  transition: all 1s 0.1s;
}
.complex-slider .background::after {
  content: '';
  display: block;
  width: 200%;
  height: 35em;
  background-color: #4a535bd4;
  position: absolute;
  top: 95%;
  left: -20%;
  z-index: 3;
  transform: rotate(11deg);
  transition: all 1s;
  opacity: 0;
}
.complex-slider .boxSelected .background::before {
  transform: rotate(-5deg);
  opacity: 1;
}
.complex-slider .boxSelected .background::after {
  transform: rotate(13deg);
  opacity: 1;
}
.complex-slider .chili-slider-segment {
  height: 100%;
}
.complex-slider .chili-slider::before {

  margin-top: 50%;
}
.complex-slider .block-content {
  max-width: 1200px;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
  color: #fff;
  padding: 5em 0em;
width: calc( 100% - 12em );

}
.complex-slider .center {
max-width:100%;
  width: 100%;

}
.complex-slider h2 {
  transition: all 0.5s 0.5s;
  transform: translate(0%,0);
  font-size: 4em;
  color: #fff;
  width: 50%;
  margin-bottom: 0;
}
.complex-slider h3 {
  transition: all 0.5s 1s;
  transform: translate(0%,0);
  opacity: 1;
  color: #fff;
  font-size: 1em;
  width: 50%;
  font-weight: 400;
}
/*
.chili-slider-segment::before {
  content: '';
  background-color: #0007;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  display: block;
  z-index: 1;
}
*/


.image-list-item div:first-of-type {
  position: relative;
  width: 50%;
  height: auto;
  background-size: cover;
  overflow: hidden;
  margin: auto;
  border-radius: 50%;
margin-bottom: 2em;
}
.image-list-item div:first-of-type::after {
  margin-top: 100%;
}

.image-list-item h3 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}


.overlay {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  /*background-color: #0006;*/
background: linear-gradient(to bottom,#0006 0%, #0002 30%);
}

footer {
  background-color: var(--chili-color-5) !important;
  padding-bottom: 4em;
}

.image-list {
  background-color: var(--chili-color-5);
  padding-top: 2em;
  padding-bottom: 2em;
}

.image-list-item {
  width: calc( 20% - 10em );
  margin: 1em 3em 1em 3em;
  flex: auto;
  position: relative;
text-decoration: none;
}

.block.colored {
  text-align: center;
  color: var(--chili-color-5);
}
.block.colored h2 {
  color: var(--chili-color-5);
}


.complex-slider .LEFT, .complex-slider .RIGHT{
display:none !important;
}

.block.colored h3 {
  color: #FFF;
}
.image-list .list {
  display: flex;
  flex-direction: row;
  margin-right: -3em;
  margin-left: -3em;
}
.headline {
  font-size: 1em;
  text-align: center;
  line-height: 1em;
  padding: 8em 0;
  font-weight: 100;
}
.headline h2 {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  line-height: 1em !important;
}
.headline h3 {
  font-size: 2em;
  line-height: 1em;
}
.parallax::before {
  display: block;
  content: '';
  background-color: #32373c6b;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}
address {
  position: absolute;
  top: -2.8em;
  right: 0;
  font-style: initial;
  padding: 0em;
}
address a {
  text-decoration: none;
  margin-left: 2em;
}
address a::before {
  margin-right: 0.5em;
  color: var(--chili-color-2);
}


@media (max-width: 800px) {
.logo {
  background-color: #FFFFFF8F;
  height: 8em !important;
  display: block;
  width: 13em;
  text-align: center;
  border-radius: 0em 0em 1em 1em;
  transition: all 0.3s;
}
.image-list .list {

  flex-direction: column;

}
.image-list-item {
  width: calc( 100% - 2em );

}
.complex-slider h2 {

  font-size: 2em;

}
.complex-slider .block-content {

  padding: 5em 1em;
}

.logo {
  left: 1em !important;
}
  .chili-default header nav {
    background-color: #262c31;
    box-shadow: inset #0006 2px 0px 10px;
  }
.complex-slider .background::before {

  bottom: -40%;

}
.complex-slider .background::after {

  bottom: -47%;

}
.complex-slider h3 {
 
  width: 100%;

}
.image-list-item {
  margin: 1em 1em 1em 1em;
  flex: auto;
  position: relative;
}
.Title {
  color: #ffffff5e;
  font-weight: 300;
}

address {
  position: absolute;
  top: auto;
  right: auto;
  font-style: initial;
  padding: 0em;
}
address a {
display:block;
}
.complex-slider .chili-slider::before {
  margin-top: 80vh;
}
.image-list .list {
  margin-right: 1em;
  margin-left: 1em;
}
.complex-slider .block-content {
  
width: calc( 100% - 2em );

}
.chili-default header nav li ul {
  display: block;
  position: relative;
  background-color: transparent;
  left: 0;
  margin: 0;
  padding: 1em;
}
}


.complex-slider a {
  background-color: var(--chili-color-1);
  padding: 0.3em 2em;
  display: inline-block;
  text-decoration: none;
  color: #000;
  border-radius: 2em;
  margin-left: 0em;
}

.block-image::before {
  position: absolute;
  display: block;
  content: '';
  background-color: #2e32365e;
  width: 100%;
  height: 100%;
}

.textblock_bild_oben img {
  width: 100%;
}

.textblock_bild_oben div div {
  margin-bottom: 2em;
}





@media (max-width: 800px) {

  .logo {
    background-color: #FFFFFF00;
    height: 8em !important;
    display: block;
    width: 6em;
    text-align: center;
    border-radius: 0em 0em 1em 1em;
    transition: all 0.3s;
  }
.chili-default header {
  position: fixed;
  transform: translate(0%,0);
  transition: all 0.3s;
  background-color: #fffd !important;
}

  #toggle_menu + header + label {
    color: #FFFFFF;
    user-select: none;
    text-decoration: none;
    position: fixed;
    z-index: 999;
    top: 0.3em;
    right: 0.3em;
    width: 1em;
    height: 1em;
    display: block;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
    background-color: transparent;
    font-size: 4em;
    transition: all 0.3s;
  }
  #toggle_menu + header + label::after {
    content: '\2261 ';
    color: #66614f !important;
    text-decoration: none;
  }
.toggled + input + header + label {

    top: 0em !important
 
  }
}


strong {
  color: var(--chili-color-1);
  font-weight: 400;
}
.read-more {
  display: block;
  background-color: var(--chili-color-1);
  width: 12em;
  text-align: center;
  padding: 1em;
  text-decoration: none;
  color: #353c42;
margin-top: 1em;
}
.parallax .block-content {
  max-width: 60em;
}
.parallax h3 {
  color: #fff;
}