/* KLETT CSS 2024 ############################## */

/* FONTS ############################## */

/* Open Sans Light */
@font-face {
  font-family: 'OpenSans-Light';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/OpenSans-Light.eot'); /* IE9 Compat Modes */
  src: local(''),
     url('fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('fonts/OpenSans-Light.woff2') format('woff2'), /* Super Modern Browsers */
     url('fonts/OpenSans-Light.woff') format('woff'), /* Modern Browsers */
     url('fonts/OpenSans-Light.ttf') format('truetype'), /* Safari, Android, iOS */
     url('fonts/OpenSans-Light.svg#OpenSans-Light') format('svg'); /* Legacy iOS */
}

/* Open Sans SemiBold */
@font-face {
  font-family: 'OpenSans-SemiBold';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/OpenSans-SemiBold.eot'); /* IE9 Compat Modes */
  src: local(''),
     url('fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('fonts/OpenSans-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */
     url('fonts/OpenSans-SemiBold.woff') format('woff'), /* Modern Browsers */
     url('fonts/OpenSans-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
     url('fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg'); /* Legacy iOS */
}

/* TitilliumWeb-SemiBold */
@font-face {
  font-family: 'TitilliumWeb-SemiBold';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/TitilliumWeb-SemiBold.eot'); /* IE9 Compat Modes */
  src: local(''),
     url('fonts/TitilliumWeb-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('fonts/TitilliumWeb-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */
     url('fonts/TitilliumWeb-SemiBold.woff') format('woff'), /* Modern Browsers */
     url('fonts/TitilliumWeb-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
     url('fonts/TitilliumWeb-SemiBold.svg#TitilliumWeb-SemiBold') format('svg'); /* Legacy iOS */
}




/* GLOBAL CSS ############################## */

:root {
	--purple: #48204a;
	--orange: #db8f1b;
	--white: #ffffff;
  --grey: #868585;
  --darkgrey: #4b4b4a;
  --beige: #f8f2ea;
}

/* Content width: 1250px! */


/* Mobil-Block ØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØ */

#mobile-block {
  background: #777778;
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
}

#mobile-block-inner {
  border: 2px solid #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  left: 0;
  margin: 0 auto;
  max-width: 300px;
  padding: 15px 15px 10px 15px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

#mobile-block h3, #mobile-block p {
  color: #fff;
  text-align: center;
}

#mobile-block h3 {
  font-size: 24px;
  margin: 0 0 10px 0;
}

#mobile-block p {
  font-size: 14px;
}

@media screen and (max-width: 850px) {

#mobile-block {
  display: block !important;
}

}



/* GLOBAL HTML ############################## */

html {
  overflow-x: hidden;
  width: 100vw;
}

body {
  font-family: 'OpenSans-Light', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  width: 100%;
}

h1, h2, h3, h4, h5 {
  font-family: 'TitilliumWeb-SemiBold', sans-serif;
  font-weight: 600;
}

strong, b {
  font-family: 'OpenSans-SemiBold', sans-serif;
  font-weight: 600;
}

a {
  color: var(--purple);
}

p {
  color: var(--darkgrey);
}

li {
  margin-bottom: 10px;
}

hr {
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, var(--purple) 50%, rgba(0,0,0,0) 100%);
    border: 0;
    clear: both;
    display: inline-block;
    height: 1px;
    margin: 70px 0;
    width: 100%;
}

.header-content a,
.btn-link-purple a, 
.btn-link-orange a,
.btn-link-white a,
#infocenter a,
#kontakt a,
#leistungen a,
#klett-numbers div  {
  font-family: 'TitilliumWeb-SemiBold', sans-serif;
  font-weight: 600;
}

.right {
  float: right;
  margin: 0 0 40px 40px;
  max-width: 45%;
}

.left {
  float: left;
  margin: 0 40px 40px 0;
  max-width: 45%;
}

.clear {
  clear: both;
}

.border-mobile {
  display: none;
}

/* Navigation */
#mainmenu {
  background-color: var(--white);
  box-sizing: border-box;
  height: 120px;
  padding: 0 calc((100% - 1250px) / 2);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}

.home #mainmenu {
  transform: translateY(-200px);
  transition: all 1.4s ease;
}

#mainmenu .nav-border {
  height: 60px;
  left: 0;
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 0;
}

#menulogo {
  height: 120px;
  position: relative;
  top: 7px;
  width: fit-content;
  z-index: 2;
}

#menulogo img {
  height: 100%;
}

#mainmenu #toolbar {
  height: 100%;
  position: absolute;
  right: calc((100% - 1250px) / 2);
  top: 0;
  width: fit-content;
  z-index: 1;

}

#mobilemenu {
  display: none;
}

#toolbar .nav {
  display: flex;
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#toolbar .nav li {
  color: var(--purple);
  font-family: 'OpenSans-SemiBold', sans-serif;
  font-size: 23px;
  list-style: none;
  margin: 0 5px;
  padding: 13px 23px;
  position: relative;
  transition: all 0.5s ease;
}

#toolbar .nav li a {
  text-decoration: none;
  transition: all 0.5s ease;
}

#toolbar .nav li a:hover {
  color: var(--orange);
}

#toolbar .nav li ul {
  background-color: var(--white);
  box-shadow: 0px 2px 4px 0px #48204a82;
  border-bottom: 8px solid var(--purple);
  display: none;
  left: 50%;
  min-width: 200px;
  padding: 0;
  position: absolute;
  transform: translate(-50%, 20px);
}

#toolbar .nav li ul li {
  font-size: 18px;
  text-align: center;
}

/* Intranet Link */
#toolbar .nav li:last-child:not(#toolbar .nav li ul li:last-child) {
  background-color: var(--orange);
  border: 2px solid var(--orange);
  color: var(--white);
  margin-left: 30px;
  padding: 10px 20px;
  transition: all 0.5s ease;
}

#toolbar .nav li:last-child a:not(#toolbar .nav li ul li:last-child a) {
  color: var(--white);
  transition: all 0.5s ease;
}

#toolbar .nav li:last-child:not(#toolbar .nav li ul li:last-child):hover {
  background-color: var(--white);
  color: var(--white);
}

#toolbar .nav li:last-child:hover a:not(#toolbar .nav li ul li:last-child a) {
  color: var(--orange);
}



.page-header-title {
  left: 50%;
  position: absolute;
  top: 55%;
  transform: translate(-50%, -50%);
}

.page-header-title h2 {
  background-color: #48204a7d;
  border: 2px solid var(--white);
  color: var(--white);
  padding: 15px 60px;
}

.page-header {
  height: 700px;
  overflow: hidden;
  position: relative;
}

.page-header img {
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  width: 100%;
}

.com-content-article__body {
  margin: 50px auto 150px auto;
  max-width: 1250px;
}

.com-content-article__body .pagetitle {
  position: relative;
  left: calc((100% - 1250px) / 2);
}

.content-section {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 0 150px 0;
}

.content-section.dark {
  background-color: var(--beige);
  flex-direction: row-reverse;
}

.content-section.dark:nth-child(even) {
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    padding-bottom: calc(150px + 5%);
    padding-top: calc(150px + 5%);
}

.content-section.dark:nth-child(odd) {
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    padding-bottom: calc(150px + 5%);
    padding-top: calc(150px + 5%);
}

.content-section .section-text {
  height: fit-content;
  width: 44%;
}

.content-section .section-text h2 {
  font-size: 25px;
  margin-top: 0;
}

.content-section .section-image {
  overflow: hidden;
  width: 44%;
}

.content-section .section-image img {
  height: 100%;
  object-fit: cover;
  position: relative;
  width: 100%;
}

/* Extra rule for teams because we always want to see the full image */
.teams .content-section {
  align-items: center;
}

.teams .content-section .section-image img {
  transform: unset;
}




/* GLOBAL ELEMENTS ############################## */

h1 {
  color: var(--purple);
  font-size: 40px;
}

h2 {
  color: var(--purple);
  font-size: 35px;
}

h3 {
  color: var(--purple);
}

h4 {
  color: var(--purple);
  font-size: 25px;
  margin: 20px 0 10px 0;
}

.btn-link-purple {
  background-color: var(--purple);
  border: 2px solid var(--purple);
  color: var(--white);
  padding: 8px 15px;
  text-decoration: none;
  transition: all 0.5s ease;
  width: fit-content;
}

.btn-link-purple a {
  text-decoration: none;
}

.btn-link-purple:hover {
  background-color: transparent;
  color: var(--purple) !important;
}

.btn-link-orange {
  background-color: var(--orange);
  border: 2px solid var(--orange);
  color: var(--white);
  padding: 8px 15px;
  text-decoration: none;
  transition: all 0.5s ease;
  width: fit-content;
}

.btn-link-orange a {
  text-decoration: none;
}

.btn-link-orange:hover {
  background-color: transparent;
  color: var(--orange) !important;
}

.btn-link-white {
  background-color: var(--white);
  border: 2px solid var(--white);
  color: var(--purple);
  padding: 8px 15px;
  text-decoration: none;
  transition: all 0.5s ease;
  width: fit-content;
}

.btn-link-white a {
  text-decoration: none;
}

.btn-link-white:hover {
  background-color: transparent;
  color: var(--white) !important;
}

.btn-link-purple a,
.btn-link-orange a,
.btn-link-white a {
  color: inherit;
}


/* Collages 3er */
.tid-3 {
  margin: 150px auto;
  max-width: 1000px;
  position: relative;
  width: 100%;
}

.tid-3 img {
  width: 100%;
}

.tid-3 .col-img:nth-child(1) {
  border: 15px solid var(--white);
  display: block;
  height: 500px;
  position: relative;
  width: 500px;
}

.tid-3 .col-img:nth-child(1) .colorrotate {
  background-color: var(--orange);
  height: 500px;
  width: 500px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-12deg);
  z-index: -1;
}

.tid-3 .col-img:nth-child(2) {
  border: 10px solid var(--white);
  height: 375px;
  position: absolute;
  right: 0;
  top: 240px;
  width: 375px;
}

.tid-3 .col-img:nth-child(2) .colorrotate {
  background-color: var(--orange);
  height: 375px;
  width: 375px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-12deg);
  z-index: -1;
}

.tid-3 .col-img:nth-child(3) {
  border: 5px solid var(--white);
  height: 250px;
  left: 300px;
  position: relative;
  top: 50px;
  width: 250px;
}

.tid-3 .col-img:nth-child(3) .colorrotate {
  background-color: var(--orange);
  height: 250px;
  width: 250px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-12deg);
  z-index: -1;
}






/* CUSTOM CSS ############################## */

/* Header Home */
#header {
  height: 100vh;
  width: 100vw;
}

#nav-toggle {
  background-image: url('../images/site/menu.png');
  background-size: contain;
  cursor: pointer;
  height: 60px;
  position: absolute;
  right: 4%;
  top: 30px;
  transition: all 0.5s ease;
  width: 60px;
  z-index: 1;
}

#nav-toggle:hover {
  opacity: 0.8;
  scale: 0.99;
}

.headerBackgrounds {
  z-index: 0;
}

.headerimgFront {
  z-index: 2;
}

.headerBackgrounds,
.headerimgFront {
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.headerBackgrounds div,
.headerimgFront div {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.headerBackgrounds div img,
.headerimgFront div img {
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  width: 100%;
}

#header .headerHead {
  height: 40%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#headerBanner {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

#headerSwitch {
  bottom: 100px;
  left: calc((100% - 1250px) / 2);
  position: absolute;
  z-index: 5;
}

#headerSwitch div {
  cursor: pointer;
  display: inline-block;
  height: 35px;
  width: 35px;
}

#headerSwitch div img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.header-content {
  left: calc((100% - 1250px) / 2);
  position: absolute;
  top: 50%;
  width: 400px;
}

.header-content div:not(.header-content div div) {
  display: none;
  position: absolute;
}

.content-divider {
  height: 150px;
  left: 0;
  pointer-events: none;
  position: absolute;
  transform: translateY(-100%);
  width: 100%;
}

.header-content h2 {
  color: var(--purple);
  font-size: 30px;
}

.header-content p.headerLink {
  background-color: var(--purple);
  border: 2px solid var(--purple);
  cursor: pointer;
  color: var(--white);
  font-size: 20px;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.5s ease;
  width: fit-content;
}

.header-content p.headerLink:hover {
  background-color: transparent;
  color: var(--purple) !important;
}

.header-content p.headerLink a {
  color: inherit;
  text-decoration: none;
}



/* Logo */

.homeHeaderLogo {
  height: fit-content;
  left: calc((100% - 1250px) / 2);
  pointer-events: none;
  position: relative;
  top: 40%;
  transform: translateY(-50%);
  width: 400px;
}

.logoAnimation {
  width: 100%;
}

.logopart {
  height: auto;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.logografik {
  height: 70%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 42%;
}

.logopart.active {
  opacity: 1;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.logopart img {
  border: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.logo0 {
  position: relative !important;
}

.logo1 {
  margin-left: 50px;
}

.logo1.active {
  margin-left: 0px;
}

.logo2 {
  margin-top: -50px;
}

.logo2.active {
  margin-top: -1px;
}

.logo3 {
  margin-top: 50px;
}

.logo3.active {
  margin-top: 0px;
}

.logo4 {
  height: 100%;
  margin-left: 35%;
  width: 0;
}

.logo4.active {
  height: 100%;
  margin-left: 0;
  width: 100%;
}

.logo5 {
}

.logo5.active {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.logo6 {
  margin-left: -25px;
}

.logo6.active {
  margin-left: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-out 0s;
}

.logo7 {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in 0s;
}

.logo7.active {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.logo8 {
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in 0s;
}


/* Maincontent */

#maincontent {
  background-color: var(--white);
  position: relative;
  z-index: 10;
}



/* Home Sections */

.section {
  margin: 0 auto;
  max-width: 1250px;
  padding: 100px 0;
}

#about-us .mod-custom,
#philosophie .mod-custom,
#kontakt .mod-custom {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

#about-us .section-text,
#philosophie .section-text,
#kontakt .section-text {
  width: 45%;
}

#about-us .section-image,
#philosophie .section-image,
#kontakt .section-image {
  width: 45%;
}

#about-us .section-image img,
#philosophie .section-image img,
#kontakt .section-image img {
  width: 100%;
}

#klett-numbers,
#karriere {
  margin: 100px 0;
  min-height: 750px;
  overflow: hidden;
  position: relative;
}

#klett-numbers .section-bg,
#karriere .section-bg {
  height: calc(100% + 100px);
  left: 50%;
  min-width: 100%;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  width: 110%;
}

#klett-numbers .section-bg img,
#karriere .section-bg img {
  filter: blur(4px);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#klett-numbers .mod-custom {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

#klett-numbers .counter {
  display: flex;
  flex-direction: column;
  margin: 0 5%;
  justify-content: center;
  width: 250px;
}

#klett-numbers .counter-icon {
  margin: 0 auto;
  width: 60px;
}

#klett-numbers .counter-icon img {
  width: 100%;
}

#klett-numbers .counter-number {
  color: white;
  font-size: 85px;
  margin: 10px 0;
  text-align: center;
}

#klett-numbers .counter-text {
  color: white;
  font-size: 30px;
  text-align: center;
}

#klett-numbers .section-divider-top,
#karriere .section-divider-top,
#infocenter .section-divider-top {
  height: 150px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

#klett-numbers .section-divider-bottom,
#karriere .section-divider-bottom,
#infocenter .section-divider-bottom {
  bottom: 0;
  height: 150px;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

#karriere .mod-custom {
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%);
  top: 50%;
}

#karriere p:not(#karriere .btn-link-white) {
  color: var(--white);
  max-width: 750px;
}

#karriere h2 {
  color: var(--white);
  margin: 0 0 30px 0;
}

#karriere .btn-link-white {
  margin: 40px auto 0 auto;
}


/* Leistungen */
#leistungen .mod-custom {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#leistungen .leistung {
  margin: 20px 30px;
  width: 300px;
}

#leistungen .leistung img {
  width: 100%;
}

#leistungen .leistung h3 {
  color: var(--purple);
  margin: 20px 0 0 0;
  text-align: center;
}

#leistungen .leistung p a {
  color: var(--purple);
  font-weight: bold;
  text-decoration: none;
  transition: all 0.5s ease;
}

#leistungen .leistung p a:hover {
  margin-left: 5px;
}

#leistungen .leistung p {
  text-align: justify;
}


/* Kontakt */
#kontakt {
  margin-top: 150px;
}


/* Infocenter */
#infocenter {
  background-color: var(--purple);
  margin: 100px 0;
  position: relative;
}

#infocenter .mod-custom {
  display: flex;
  justify-content: center;
}

#infocenter .info-item {
  color: var(--white);
  padding: 200px 20px;
  text-align: center;
  width: 300px;
}

#infocenter .info-item img {
  margin: 10px auto;
  transition: all 0.2s ease;
  width: 60px;
}

#infocenter h3 {
  color: var(--white);
}

#infocenter .info-item p {
  color: var(--white);
}

#infocenter .info-item p a {
  color: var(--white);
}


/* Infocenter-Anfahrt */
#infocenter-anfahrt {
  margin: 0 auto;
  max-width: 900px;
  min-width: 600px;
  padding: 70px 2%;
  width: 75%;
}

#infocenter-anfahrt h3, #infocenter-anfahrt p {
  text-align: center;
}

#infocenter-anfahrt h3 {
  color: var(--purple);
  font-size: 30px;
  margin: 0 0 40px 0; 
  text-align: center;
}

#infocenter-anfahrt p {
  text-align: center;
}

#infocenter-anfahrt form input {
  background-color: #eee;
  border: 1px solid #bebebe;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  color: #555;
  font-size: 16px;
  margin: 15px 0 20px 0;
  padding: 10px 1.5%;
  text-align: center;
  width: 97%;
}

#infocenter-anfahrt button {
  background-color: var(--orange);
  border: 2px solid var(--orange);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  left: 50%;
  margin: 0;
  padding: 12px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translateX(-50%);
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}

#infocenter-anfahrt button:hover {
  background-color: #fff;
  border: 2px solid var(--orange);
  color: var(--orange);
  padding: 12px 50px;
}




/* Zeitstrahl - timeline css */

.timeline .page-header {
  display: none;
}

.timeline .fields-container {
  display: none;
}

.timeline .items-more {
  display: none;
}

.timeline .com-content-category-blog__navigation {
  display: none;
}

.timeline {
  margin: 100px auto;
  max-width: 1000px;
}

.timeline .blog-item:not(.timeline .items-leading .blog-item) {
  width: 400px;
}

.timeline .blog-item img:not(.timeline .items-leading .blog-item img) {
  width: 100%;
}

.timeline .blog-item h2 {
  margin: 10px 0;
}

.timeline .blog-item:nth-child(odd):not(.timeline .items-leading .blog-item) {
  margin-top: -100px;
  left: calc(100% - 400px);
  position: relative;
  text-align: left;
}

.timeline .blog-item:nth-child(even):not(.timeline .items-leading .blog-item) {
  margin-top: -100px;
  position: relative;
  text-align: right;
}

.timeline .blog-item:nth-child(odd):not(.timeline .items-leading .blog-item)::before {
  border-left: 2px solid var(--purple);
  content: '';
  height: 100%;
  position: absolute;
  right: 99px;
  width: 400px;
}

.timeline .blog-item:nth-child(odd):not(.timeline .items-leading .blog-item)::after {
  background-color: var(--purple);
  content: '';
  height: 40px;
  position: absolute;
  left: -120px;
  top: 0px;
  width: 40px;
}

.timeline .blog-item:nth-child(even):not(.timeline .items-leading .blog-item)::before {
  border-right: 2px solid var(--purple);
  content: '';
  height: 100%;
  left: 99px;
  position: absolute;
  width: 400px;
}

.timeline .blog-item:nth-child(even):not(.timeline .items-leading .blog-item)::after {
  background-color: var(--purple);
  content: '';
  height: 40px;
  position: absolute;
  right: -120px;
  top: 0px;
  width: 40px;
}

.timeline .items-leading .blog-item {
  margin-bottom: 250px;
  position: relative;
}


/* Team */

.team-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.team {
  background-color: #49204ad6;
  border: 2px solid #db8f1c;
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin: 0 20px 50px 0;
  min-width: 150px;
  padding: 20px 40px;
  text-align: center;
  width: fit-content;
}


/* FOOTER START */
footer {
  background-color: var(--purple);
  margin: 200px auto 0 auto;
  padding: 50px 25px 0 25px;
  position: relative;
}

#footer-wrapper {
  clear: both;
  margin: 0 auto;
  position: relative;
  width: 1250px;
  z-index: 1000;
}

footer .content-divider {
  top: 0;
  transform: translateY(-150px);
}


/* Footerboxes */

#footerboxes {
  clear: both;
  position: relative;
}

.footerbox {
  position: relative;
}

.footerbox h3 {
  color: #fff;
  margin: 0 0 15px 0;
  position: relative;
  text-align: center;
}

.footerbox h3:before {
  border-top: 1px solid #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 37%;
  width: 100%;
  z-index: 1;
}

.footerbox h3 span {
  background-color: var(--purple);
  display: inline-block;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}

footer .logo {
  margin: 0 0 20px 0;
  position: relative;
  width: 70%;
}

.footerbox p {
  color: #fff;
}

.footerbox a {
  color: #fff;
}

.footerbox ul {
  list-style-type: none;
  margin-top: 0px;
}

.footerbox ul li {
  border-bottom: 1px solid rgba(255,255,255,0.5);
  margin: 0;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}

.footerbox ul li:hover {
  background-color: rgba(0,0,0,0.25);
}

.footerbox ul li.spacer {
  border: none;
  height: 20px;
}

.footerbox li a::before {
  content: "\00BB \0020";
  display: block;
  float: right;
  font-size: 14px;
}

.footerbox li a {
  color: #fff;
  display: block;
  padding: 8px 5px 8px 0px;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}

.footerbox li a:hover {
  padding-left: 10px;
}

#footerbox1 {
  float: left;
  width: 60%;
}

#footerbox2 {
  float: right;
  width: 35%;
}

.footerbox-left {
  float: left;
  width: 47%;
}

.footerbox-left h3 {
  margin-top: 10px;
}

.footerbox-left .logo img {
  width: 100%;
}

.footerbox-right {
  float: right;
  width: 47%;
}

.footerbox-bottom {
  padding-top: 10px;
}







/* Footer Claim */

#claim-footer {
  border: none;
  clear: both;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0 auto !important;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}



/* Copyright */

#copyright {
  clear: both;
  display: inline-block;
  line-height: 20px;
  margin: 0 auto;
  padding: 35px 0 70px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

#copyright p {
  display: inline-block;
}

#copyright p, #copyright a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 20px;
  margin: 0;
  padding: 2px 0;
  text-align: center;
  text-decoration: none;
}

#copyright a {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  padding: 0 3px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}

#copyright a:hover {
  border-bottom: 1px dashed #fff;
  border-top: 1px dashed #fff;
  color: #fff;
}


#copyright ul.menu {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0;
  text-align: center;
}

#copyright ul.menu li.level_1 {
  border: none; 
  border-left: 1px solid #fff;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
}

a.nohover {
  cursor: text !important;
  text-decoration: none !important;
}

a.nohover:hover {
  border: none !important;
}





/* Footer Social */

ul#footersocial {
  clear: both;
  display: inline-block;
  margin: 25px 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

ul#footersocial li {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  width: 50px;
}

ul#footersocial li a {
  display: inline-block;
}

ul#footersocial li img {
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 100%;
}

ul#footersocial:hover li img {
  opacity: 0.5;
}

ul#footersocial li:hover img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}




/* FORMULAR START ØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØ */

.formular-wrapper {
  display: block;
  margin: 0;
  max-width: 600px;
  width: 100%;
}

.form-hinweis {
  font-size: 14px;
  font-style: italic;
  margin: 0;
  padding: 10px 0 0 0;
}

.kontakt-input, .kontakt-area {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}

.form-radio {
  float: left;
  padding: 10px 25px 15px 0;
}

.formular input[type=radio] {
  padding: 0 10px 0 0;
}

.formular input[type=text] {
  background-color: rgba(255,255,255,0.75);
  border: none;
  border: 1px solid #49214a82;
  box-sizing: border-box;
  color: #333 !important;
  float: left;
  height: 40px;
  font-size: 16px !important;
  letter-spacing: 0.5px;
  outline: none;
  padding: 0 0 0 10px;
  width: 100%;
}

.form-plz {
  float: left;
  width: 28%;
}

.form-ort {
  float: right;
  width: 68%;
}

.form-name {
  width: 100%;
}

.form-email {
  float: left;
  width: 58%;
}

.form-telefon {
  float: right;
  width: 38%;
}

.formular textarea {
  background-color: rgba(255,255,255,0.75);
  border: 1px solid #49214a82;
  box-sizing: border-box;
  color: #333 !important;
  float: left;
  height: 150px;
  font-size: 16px !important;
  letter-spacing: 0.5px;
  outline: none;
  padding: 10px;
  resize: vertical;
  width: 100%;
}

.formlular select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(255,255,255,0.75);
  border: 1px dashed #aaa;
  color: #333 !important;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  height: 40px;
  margin: 0 1% 0 0;
  outline: none;
  padding: 0 5px;
  text-align: left;
  width: 100%;
}

input[type="text"].error,
input[type="email"].error,
input[type="url"].error,
input[type="password"].error,
input[type="date"].error,
input[type="time"].error,
textarea.error,
input[type="checkbox"].error,
input[type="radio"].error,
select.error {
  border: 1px solid #cc3334 !important;
}

.form-message h4 {
  float: none;
  margin-bottom: 5px;
}

.formular .send-form {
  background-color: var(--purple);
  border: 1px solid var(--purple);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  float: right;
  margin: 0;
  padding: 7px 12px 5px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}

.formular .send-form:hover {
  background-color: #fff;
  color: var(--purple);
}

.formular .form-dsgvo {
  clear: both;
  position: relative;
}

.formular .form-dsgvo input {
  float: left;
  margin: 4px 5px 0 0;
  padding: 0;
  position: relative;
  width: 20px;
}

.formular .form-dsgvo p {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  position: static;
  text-align: justify;
}

.formular label.error,
.formular p.error {
  clear: both;
  color: #cc3334;
  display: none;
  width: 100%;
}

.thank-you, .send-error {
  display: none;
}

.thank-you h3, .send-error h3 {
  margin: 50px 0 !important;
  text-align: center !important;
}

.thank-you h3::before, .send-error h3::before {
  display: none;
}

.thank-you h3 {
  color: var(--orange);
}

.send-error h3 {
  color: darkred;
}

input.street,
input.telephone,
input.fax,
input.phone {
  display: none;
}


/* Captcha */

#captcha {
  clear: both;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 20px 0 !important;
  text-align: left;
  width: 100%;
}

#reloadCaptcha {
  background: rgba(119,119,120,0.1) url("../system/mailer/refresh.png") no-repeat scroll center center;
  -webkit-background-size: 75%;
  -moz-background-size: 75%;
  -ms-background-size: 75%;
  -o-background-size: 75%;
  background-size: 75%;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  height: 40px;
  margin: 0 10px 0 0;
  width: 40px;
}

.formular #captcha input[type="text"] {
  background-color: rgba(255,255,255,0.75);
  border: 1px solid #49214a82;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #333 !important;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: 40px;
  padding: 0;
  text-align: center;
  width: -webkit-calc(100% - 260px);
  width: -moz-calc(100% - 260px);
  width: -ms-calc(100% - 260px);
  width: -o-calc(100% - 260px);
  width: calc(100% - 260px);
  vertical-align: top;
}

#captcha img {
  border: none;
  margin: 0;
  padding: 0;
}

/* FORMULAR END ØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØ */




/* JOBS START ØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØ */

#jobtoggle {
  list-style-type: none !important;
  margin: 0 3%;
  padding: 5px 0 10px 0;
  width: 94%;
}

.jobtoggle {
  background-color: #fff;
  border: 1px solid var(--purple);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  clear: both;
  margin: 0 0 20px 0;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}

.jobtoggle h3 {
  border: none;
  cursor: pointer;
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 18px 0;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}

.jobtoggle h3 span {
  font-size: 14px;
  opacity: 0.7;
  padding-left: 5px;
  text-transform: lowercase;
}

.jobtoggle h3:hover,
.jobtoggle.opened h3 {
  color: #000;
}

.jobtoggle .link {
  background: var(--orange) url("../../../images/icons/joblink.png") no-repeat scroll center center;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 12px;
  height: 100%;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  white-space: nowrap;
  width: 40px;
}

.jobtoggle.opened .link {
  display: none;
}

.jobtoggle p {
  width: 100%;
}

.jobflyout {
  display: none;
  padding: 5px 0 20px 0;
  width: 100% !important;
}

.jobflyout h4 {
  margin: 40px 0 10px 0;
}

.jobflyout h4:first-child {
  margin: 0;
}

.jobflyout li {
  margin-bottom: 5px;
}

.jobflyoutimage {
  border: none;
  float: left;
  margin: 0 15px 10px 0;;
}

/* JOBS END ØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØ */