.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
@charset "UTF-8";
.contao-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 15px;
  max-height: 100vh;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden; }
  .contao-cookiebar * {
    box-sizing: border-box; }
  .contao-cookiebar:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .contao-cookiebar .cc-inner {
    display: inline-block;
    overflow-y: auto;
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    font-size: 1rem;
    text-align: left; }
  .contao-cookiebar.cc-top .cc-inner {
    vertical-align: top; }
  .contao-cookiebar.cc-top.cc-active .cc-inner {
    animation: cookiebar-top-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-top.cc-saved .cc-inner {
    animation: cookiebar-top-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom .cc-inner {
    vertical-align: bottom; }
  .contao-cookiebar.cc-bottom.cc-active .cc-inner {
    animation: cookiebar-bottom-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom.cc-saved .cc-inner {
    animation: cookiebar-bottom-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle .cc-inner {
    vertical-align: middle; }
  .contao-cookiebar.cc-middle.cc-active .cc-inner {
    animation: cookiebar-middle-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle.cc-saved .cc-inner {
    animation: cookiebar-middle-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-left {
    text-align: left; }
  .contao-cookiebar.cc-right {
    text-align: right; }
  .contao-cookiebar .cc-head h1:first-child, .contao-cookiebar .cc-head h2:first-child, .contao-cookiebar .cc-head h3:first-child, .contao-cookiebar .cc-head h4:first-child, .contao-cookiebar .cc-head h5:first-child, .contao-cookiebar .cc-head h6:first-child {
    margin-top: 0; }
  .contao-cookiebar .cc-head p {
    margin-bottom: 15px; }
  .contao-cookiebar .cc-btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 8px 14px;
    margin-bottom: 8px;
    font-size: 15px;
    outline: 0 none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #444;
    background: #f5f5f5; }
    .contao-cookiebar .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .cc-btn:last-child {
      margin-bottom: 0; }
  .contao-cookiebar .grayscale .cc-btn {
    background: #f1efef; }
    .contao-cookiebar .grayscale .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .grayscale .cc-btn.success {
      background: #fbfbfb; }
      .contao-cookiebar .grayscale .cc-btn.success:hover {
        background: #f7f7f7; }
  .contao-cookiebar .highlight .cc-btn.success {
    background: #4e9e3e;
    border-color: #3e7830;
    color: #fff; }
    .contao-cookiebar .highlight .cc-btn.success:hover {
      background: #4c933f; }
  .contao-cookiebar label {
    position: relative;
    display: block;
    padding: 8px 13px 8px 0;
    line-height: 1.2rem; }
    .contao-cookiebar label.group {
      font-weight: 600; }
  .contao-cookiebar input {
    position: absolute;
    width: 1px;
    height: 1px;
    outline: 0 none;
    opacity: 0; }
    .contao-cookiebar input + label {
      padding: 8px 13px 8px 50px;
      cursor: pointer; }
      .contao-cookiebar input + label:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 35px;
        height: 18px;
        margin: 0;
        box-sizing: content-box;
        border-radius: 10px;
        background: #fff;
        border: 2px solid #9c9b99;
        transition: border-color .2s; }
      .contao-cookiebar input + label:after {
        display: block;
        content: '';
        position: absolute;
        top: 10px;
        left: 4px;
        width: 14px;
        height: 14px;
        border-radius: 10px;
        background: #9c9b99;
        transition: background .2s, margin-left .2s, padding .2s; }
      .contao-cookiebar input + label:active:after {
        padding-left: 5px; }
    .contao-cookiebar input.cc-group-half + label:after {
      background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #399d32 50%, #399d32 100%); }
    .contao-cookiebar input:checked + label:after {
      background: #399d32;
      margin-left: 17px; }
    .contao-cookiebar input:checked + label:active:after {
      margin-left: 12px; }
    .contao-cookiebar input:checked + label:before {
      background: #dcf3db;
      border-color: #399d32; }
    .contao-cookiebar input:disabled + label {
      pointer-events: none; }
      .contao-cookiebar input:disabled + label:after {
        background: #c8c7c5; }
      .contao-cookiebar input:disabled + label:before {
        background: #f4f4f4;
        border-color: #c8c7c5; }
  .contao-cookiebar.cc-active .cc-inner {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .contao-cookiebar.cc-active.cc-blocked {
    pointer-events: auto;
    animation: cookiebar-overlay-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-saved.cc-inner {
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
  .contao-cookiebar.cc-saved.cc-blocked {
    pointer-events: none;
    animation: cookiebar-overlay-out 0.5s ease-in-out forwards; }

@media (min-width: 768px) {
  .contao-cookiebar .cc-btn {
    width: auto;
    margin-bottom: 0; }
  .contao-cookiebar .cc-inner {
    max-width: 750px; } }

@keyframes cookiebar-overlay-in {
  0% {
    background: rgba(0, 0, 0, 0); }
  100% {
    background: rgba(0, 0, 0, 0.75); } }

@keyframes cookiebar-overlay-out {
  0% {
    background: rgba(0, 0, 0, 0.75); }
  100% {
    background: rgba(0, 0, 0, 0);
    visibility: hidden; } }

@keyframes cookiebar-top-in {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-top-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%); } }

@keyframes cookiebar-middle-in {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes cookiebar-middle-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0); } }

@keyframes cookiebar-bottom-in {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-bottom-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%); } }

.contao-cookiebar {
  color: #444444; }
  .contao-cookiebar p {
    color: #868686;
    line-height: 1.4; }
  .contao-cookiebar .cc-inner {
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background: #fff; }
  .contao-cookiebar .cc-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    position: relative;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin-bottom: 10px; }
    .contao-cookiebar .cc-group > label {
      flex-grow: 1;
      margin: 5px 0 5px 10px; }
    .contao-cookiebar .cc-group .cc-detail-btn {
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      padding: 8px 10px;
      line-height: 1.2rem; }
      .contao-cookiebar .cc-group .cc-detail-btn span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn:hover {
        color: #717171; }
    .contao-cookiebar .cc-group .cc-detail-btn-details {
      display: inline-block;
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      text-decoration: underline;
      padding: 0;
      margin: 0 0 10px; }
      .contao-cookiebar .cc-group .cc-detail-btn-details span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn-details:hover {
        color: #717171; }
  .contao-cookiebar .cc-cookies {
    display: none;
    width: 100%;
    background: #fbfbfb;
    border-radius: 0 0 5px 5px; }
    .contao-cookiebar .cc-cookies > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-cookies > p, .contao-cookiebar .cc-cookies > .cc-cookie {
      margin: 0;
      padding: 15px;
      border-top: 1px solid #e6e6e6; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info {
      font-size: 0.875rem;
      background: #fff;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #efefef; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div > span {
        font-weight: 600; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div + div {
        margin-top: 5px; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
        margin-top: 15px; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-desc > p {
      margin-bottom: 0; }
    .contao-cookiebar .cc-cookies .cc-cookie label.cookie + p, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
      margin-top: 10px; }
    .contao-cookiebar .cc-cookies .cc-cookie p {
      margin: 0 0 15px;
      font-size: 0.875rem; }
  .contao-cookiebar .cc-footer, .contao-cookiebar .cc-info {
    text-align: center; }
  .contao-cookiebar .cc-info {
    margin-top: 15px; }
    .contao-cookiebar .cc-info > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-info > a {
      display: inline-block;
      font-size: 0.813rem;
      color: #a2a2a2;
      text-decoration: none; }
      .contao-cookiebar .cc-info > a:hover {
        color: #717171; }
      .contao-cookiebar .cc-info > a + a:before {
        display: inline-block;
        content: '·';
        margin-right: 5px; }


/* roboto-condensed-300 - latin */
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	src: url('../../files/fonts/Roboto_condensed/roboto-condensed-v24-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../../files/fonts/Roboto_condensed/roboto-condensed-v24-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../../files/fonts/Roboto_condensed/roboto-condensed-v24-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../../files/fonts/Roboto_condensed/roboto-condensed-v24-latin-300.woff') format('woff'), /* Modern Browsers */
		 url('../../files/fonts/Roboto_condensed/roboto-condensed-v24-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../../files/fonts/Roboto_condensed/roboto-condensed-v24-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
  }
  
  /* roboto-condensed-regular - latin */
  @font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('../../files/fonts/Roboto_condensed/roboto-condensed-v24-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../../files/fonts/Roboto_condensed/roboto-condensed-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../../files/fonts/Roboto_condensed/roboto-condensed-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../../files/fonts/Roboto_condensed/roboto-condensed-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../../files/fonts/Roboto_condensed/roboto-condensed-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../../files/fonts/Roboto_condensed/roboto-condensed-v24-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
  }
  
  /* roboto-condensed-700 - latin */
  @font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: url('../../files/fonts/Roboto_condensed/roboto-condensed-v24-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../../files/fonts/Roboto_condensed/roboto-condensed-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../../files/fonts/Roboto_condensed/roboto-condensed-v24-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../../files/fonts/Roboto_condensed/roboto-condensed-v24-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('../../files/fonts/Roboto_condensed/roboto-condensed-v24-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../../files/fonts/Roboto_condensed/roboto-condensed-v24-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
  }

  /* roboto-slab-300 - latin */
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 300;
	src: url('../../files/fonts/Roboto_slab/roboto-slab-v22-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../../files/fonts/Roboto_slab/roboto-slab-v22-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../../files/fonts/Roboto_slab/roboto-slab-v22-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../../files/fonts/Roboto_slab/roboto-slab-v22-latin-300.woff') format('woff'), /* Modern Browsers */
		 url('../../files/fonts/Roboto_slab/roboto-slab-v22-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../../files/fonts/Roboto_slab/roboto-slab-v22-latin-300.svg#RobotoSlab') format('svg'); /* Legacy iOS */
  }
  
  /* roboto-slab-regular - latin */
  @font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 400;
	src: url('../../files/fonts/Roboto_slab/roboto-slab-v22-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../../files/fonts/Roboto_slab/roboto-slab-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../../files/fonts/Roboto_slab/roboto-slab-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../../files/fonts/Roboto_slab/roboto-slab-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../../files/fonts/Roboto_slab/roboto-slab-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../../files/fonts/Roboto_slab/roboto-slab-v22-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
  }
  
  /* roboto-slab-700 - latin */
  @font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 700;
	src: url('../../files/fonts/Roboto_slab/roboto-slab-v22-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../../files/fonts/Roboto_slab/roboto-slab-v22-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../../files/fonts/Roboto_slab/roboto-slab-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../../files/fonts/Roboto_slab/roboto-slab-v22-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('../../files/fonts/Roboto_slab/roboto-slab-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../../files/fonts/Roboto_slab/roboto-slab-v22-latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
  }
  
  

/* ------------Variablen festelegen immer ganz oben-------------- */

:root {
	--white: #fff;
	--light-grey: rgb(211, 211, 211);
	--text-grey: rgb(76, 76, 76);
	--green-light: rgb(3, 174, 167);
	--green: rgb(0, 128, 128);
	--dark: rgb(27, 56, 69);
	--dark-start: rgba(27, 56, 69, .85);
	--dark-transparent: rgba(27, 56, 69, .95);
	--blue: rgb(64, 124, 191);
	--footerblue: rgb(150, 183, 220);
	--shadow: rgba(0, 0, 0, 0.9);

	/* font-families */
	--ff-serif: "Roboto Slab", serif;
	--ff-sans-cond: "Roboto Condensed", sans-serif;
	--ff-sans-normal: "Roboto", sans-serif;

	/* font-sizes */
	--fs-900: 9.375rem;
	--fs-800: 6.25rem;
	--fs-700: 3.5rem;
	--fs-600: 2rem;
	--fs-500: 1.75rem;
	--fs-450: 1.5rem;
	--fs-420: 1.3rem;
	--fs-400: 1.125rem;
	--fs-300: 1rem;
	--fs-200: 0.875rem;
}



*,
*::before,
*::after {
	box-sizing: border-box;
}

.invisible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

html {
	height: 100vh;
	overflow-y: scroll;
	background-color: var(--dark);
}

body {
	margin: 0;
	padding: 0;
	height: 100vh;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.5;
	font-size: var(--fs-400);
	/* 	font-weight: var(--fs-400);
 */
	color: var(--dark);
	background-color: var(--dark);
}

/* ---------------für alle Bilder--------------------- */

.image_container {
	margin: 0;
	padding: 0;
	width: 100%;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* Reset margins */
body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
picture {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-weight: 400;
}

h1 {
	font-family: var(--ff-serif);
	font-size: var(--fs-500);
	color: var(--dark);
	margin-top: 1em;
}

h2 {
	font-family: var(--ff-serif);
	font-size: var(--fs-500);
	color: var(--dark);
	/* 	margin-top: 1em; */
}




.red {
	color: red;
}

.rb-slab {
	font-family: 'Roboto Slab', serif;
}

.abouts {
	font-family: var(--ff-serif);
	font-size: var(--fs-420);
	color: var(--dark);
	margin-top: 1em;

}

/* ---------------Cookiebanner-------------------------------------- */

.cookiemediag {
	margin-top: 100px;
}

.cookiemediag .cc-inner {
	background-color: var(--dark);
	color: var(--white);
	max-width:450px;
}

.cookiemediag .cc-inner a {
	color: var(--white);
	text-decoration: none;
}


.cookiemediag .cc-inner .smaller {
	color: var(--white);
}

.contao-cookiebar .cc-btn.save {
	background-color: var(--green);
	border: none;
	color: #fff;
}

.contao-cookiebar .cc-btn.save:hover {
	background-color: var(--green-light);
}

.contao-cookiebar .highlight .cc-btn.success {
	background-color: #f5f5f5;
	color: var(--dark);
	border: none;
}

.contao-cookiebar .highlight .cc-btn.success:hover {
	background-color: #fff;
}

.cc-cookies .toggle-group {
	background-color: var(--dark);
	color: var(--white);
}

.cc-cookie {
	background-color: var(--dark);
	color: var(--white);
}

.cookiebar_default .cc-cookies .cc-cookie .cc-cookie-info {
	background-color: var(--dark);
}

.cc-cookie-info>div {
	background-color: var(--dark);
	color: var(--white);
}

/* ------------------Gerüst für den Sticky-Footer ------------------ */

#wrapper {
	/* 	height: 100%; */
	display: grid;
	grid-template-rows: auto auto auto auto;
	/* 		border: 5px solid red; */

}


/* ------------------Seitenbereiche IDs------------------ */

/* #wrapper {
	background-color: var();
}
 */
#header {
	z-index: 1000;
	position: fixed;
	width: 100%;
	top: 0;
	transition: .3s;
	height: 90px;

}

#header .inside {
	max-width: 62em;
	display: flex;
	padding: 1.5em 1em 1em;
	margin: 0 auto;
	transition: 0.5s;
}

/* ------------------Logo------------------ */

#header .logo-white {
	max-width: 200px;

}


#header .logo img {
	width: 200px;
	left: 1em;
}

#header.black {
	background-color: var(--dark-transparent);
	backdrop-filter: blur(6px);
	box-shadow: 0px 2px 8px var(--shadow);
}



#footer {
	background-color: var(--dark);
	width: 100%;
}


/* ------------------jede ID hat eine inside-klasse------------------ */


#footer .inside {
	margin: 0 auto;
	color: var(--white);
	padding: 1em;
	width: 100%;
	font-size: var(--fs-200);
	text-align: center;
}

#footer a {
	color: var(--lightgrey);
	text-decoration: none;
}



.hero {
	height: 100vh;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-image: url(/files/gfx/hero4b.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-blend-mode: multiply;
	background-color: var(--dark);
	color: var(--lightgrey);
	display: flex;
	place-items: flex-end;
	/* 	border: 1px solid yellow; */
}

.heroinside {
	margin: 0 auto;
	width: 100%;
	max-width: 62em;
}




.claim {
	position: relative;
	color: var(--light-grey);
	margin-left: 36px;
	padding: 0 0 5em 30px;
	border-left: 1px solid var(--green-light);
}

.claim p {
	font-size: 5rem;
	min-height: 0;
	font-size: clamp(5rem, 7vw, 7rem);
	font-weight: 300;

}


p .claim-lab {

	/* 	position: absolute;
	bottom:6rem; */
	line-height: 1;
	font-size: 1.4rem;
	min-height: 0;
	font-size: clamp(1.5rem, 4vw, 4rem);
	font-weight: 300;

}

@media (max-width: 480px) and (orientation: portrait) {

	.claim p {
		font-size: 3rem;
		min-height: 0;
		font-size: clamp(3rem, 4vw, 5rem);
		font-weight: 300;
	

	}

	p .claim-lab {
		position: relative;
		top: -1.5rem;
		line-height: 1;
		font-size: 1rem;
		min-height: 0;
		font-size: clamp(1.4rem, 4vw, 4rem);
		font-weight: 300;

	}
	
	.claim2 {
		outline: 1pc solid red;
	}
}

@media (max-width: 667px) and (orientation: landscape) {


	.claim p {
		font-size: 2rem;
		min-height: 0;
		font-size: clamp(2rem, 4vw, 5rem);
		font-weight: 300;

	}

	p .claim-lab {
		line-height: 1;
		font-size: 1.2rem;
		min-height: 0;
		font-size: clamp(1.2rem, 3vw, 3rem);
		font-weight: 300;

	}
}

@media (max-width: 844px) and (orientation: landscape) {

	.claim {
		position: relative;
		top: 56px;
		color: var(--light-grey);
		margin-left: 37px;
		padding: 2rem 0 5em 30px;
		border-left: 1px solid var(--green-light);
	}

	.claim p {
		font-size: 2.5rem;
		min-height: 0;
		font-size: clamp(2.5rem, 4vw, 5rem);
		font-weight: 300;

	}

	p .claim-lab {
		line-height: 1;
		font-size: 1.2rem;
		min-height: 0;
		font-size: clamp(1.2rem, 3vw, 3rem);
		font-weight: 300;

	}
}



@media (min-width: 768px) and (orientation: portrait) {

	.claim {
		padding: 2em;

	}

	.claim-lab {
		position: relative;
		top: -3rem;
		line-height: 1;
		font-size: 1.4rem;
		min-height: 0;
		font-size: clamp(1.4rem, 4vw, 4rem);
		font-weight: 300;

	}
}



@media (min-width: 1024px) {
	
	.hero {
	background-blend-mode: multiply;
	background-color: var(--dark-start);

}

	.claim {
		padding: 2em;

	}
	.claim {
		position: relative;
		color: var(--light-grey);
		margin-left: 36px;
		padding: 0 0 5em 30px;
		border-left: 1px solid var(--green-light);
	}
	
	.claim p {
		font-size: 4rem;
		min-height: 0;
		font-size: clamp(4rem, 6vw, 6rem);
		font-weight: 300;
	
	}
	

	.claim-lab {
		position: relative;
		top: -1rem;
		line-height: 1;
		font-size: 1.4rem;
		min-height: 0;
		font-size: clamp(1.4rem, 2.5vw, 3rem);
		font-weight: 300;

	}
}





/* ------------------Navigation Screen------------------ */


@media (min-width: 874px) {
	.mobile-nav {
		display: none;
	}
}

.mobile-nav {
	margin-left: auto;
	color: #fff;
}

/* --------Mobile Navigation------------ */


.hamburger-icon-container {
	color: transparent;
	padding: .26em;
	height: 30px;
	width: 1.9em;
	position: absolute;
	top: 35px;
	right: 20px;
	cursor: pointer;
	background: currentColor;
	border-radius: 3px;
}

.hamburger-icon,
.hamburger-icon:before,
.hamburger-icon:after {
	content: '';
	margin: 0;
	padding: 0;
	position: absolute;
	height: 3px;
	width: 1.4em;
	background: white;
	transition: all .5s ease;
}

.hamburger-icon {
	top: 14px
}

.hamburger-icon:before {
	top: -8px
}

.hamburger-icon:after {
	top: 8px
}

/*  ---------------- close ------------- */

/* Darstellung wenn das Close-Icon angezeigt werden soll */

.hamburger-active .hamburger-icon-container {
	color: var(--dark);
}

.hamburger-active .hamburger-icon {
	background: transparent;
	transform: rotate(-135deg)
}

.hamburger-active .hamburger-icon:before,
.hamburger-active .hamburger-icon:after {
	top: 0
}

.hamburger-active .hamburger-icon:before {
	transform: rotate(90deg)
}

.mobile_menu .inner {
	background-color: var(--dark);

}


/*   ---------------- */

.mob-nav {
	margin: 0;
	padding: 7.5em 0em;

}

.mob-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: var(--dark);
	text-align: right;
	font-size: var(--fs-450);

}

.mob-nav li {
	text-transform: uppercase;
	color: var(--white);
	margin: 0;
	padding: .5em 3em .5em 0;
	/* 	border-bottom: 1px solid var(--light-grey); */
}

.mob-nav li .active {
	color: var(--green-light);
}


.mob-nav a {
	color: var(--white);
	text-decoration: none;
	display: block;
}

.mob-nav .black {
	margin: 0;
	padding: 3.5em 0em;

}


/* --------Main Navigation------------ */



@media (max-width: 873px) {
	.main-nav {
		display: none;
	}
}

.main-nav {
	margin: 0;
	padding: 0;
	width: 100%;
}

.main-nav ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style-type: none;
	justify-content: flex-end;
}

.main-nav li {
	text-transform: uppercase;
	font-size: var(--fs-300);
	color: var(--white);
	margin: 0;
	padding: 1em;

}

.main-nav li .active {
	color: var(--green-light);
}

.main-nav a {
	color: var(--light-grey);
	text-decoration: none;
}

.main-nav a.black {
	color: var(--white);
	text-decoration: none;
}

.main-nav a:hover {
	color: var(--white);
}

strong {
	font-weight: normal;
}
.red {
    color:red;
}

.signet { 
    font-size: 1em;
}
.signet-title { 
    font-size: .5em;
    font-family: 'Roboto Slab', serif;
}

.abouts-big {
	font-family: 'Roboto Slab', serif;;
	font-size: 1.25em;
    	margin-top: 1em;

}


.rb-slab {
	font-family: 'Roboto Slab', serif;
}

.sml {
    font-size: 0.9em
}

