@import url("reset.css");
@import url("line.awesome.min.css");

/* poppins-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/thieken_v2/poppins-v22-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/fonts/thieken_v2/poppins-v22-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  src: url('/fonts/thieken_v2/poppins-v22-latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/fonts/thieken_v2/poppins-v22-latin-300italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/thieken_v2/poppins-v22-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/fonts/thieken_v2/poppins-v22-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/thieken_v2/poppins-v22-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/fonts/thieken_v2/poppins-v22-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/thieken_v2/poppins-v22-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/fonts/thieken_v2/poppins-v22-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/thieken_v2/poppins-v22-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/fonts/thieken_v2/poppins-v22-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
* {
  letter-spacing: 0.12rem;
}
body {
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  color: #000;
  cursor: default;
  min-width: 800px;
}
body,
html {
  box-sizing: border-box;
  min-height: 100vh;
  font-size: 1em;
  font-weight: 300;
  position: relative; 
}
@media screen and (max-width: 1080px) {
  body,
  html {
    font-size: 1.0em;
    /*width: 800px;*/
  }
}
.no-scroll {
    overflow: hidden;
}
b,
strong {
  font-weight: 700;
}
p {
  display: block;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 1081px) {
  :target::before {
    content: "";
    display: block;
    height: 108px;
    margin: -108px 0 0;
  }
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
::selection {
  background: #000000;
  color: #fff;
}
::-moz-selection {
  background: #000000;
  color: #fff;
}

.branded {
  color: #576474;
}
.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

a {
  text-decoration: none;
}
a:active {
	background-color: transparent !important;
	}
a {
  color: #576474;
  font-weight: 500;
}
a:not(.cleanlink):hover,
a.selected {
	text-shadow: 0 0 1px #576474, 0 0 1px #576474;
	filter: dropshadow(color=#576474, offx=1, offy=1, Positive=1);
}
a.unbranded {
  color: #000;
}
a.unbranded:hover {
	text-shadow: 0 0 1px #000, 0 0 1px #000;
	filter: dropshadow(color=#000, offx=1, offy=1, Positive=1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-weight: 500;
}
h1 {
	font-size: 2.2rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.75rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1rem;
}
small {
	font-size: 70%;
	font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
}
.small-caps {
  font-variant: small-caps;
}
.italic {
  font-style: italic;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.display-block {
  display: block !important;
}
.display-inline {
  display: inline-block !important;
}
#wrapper {
  width: 100%;
  padding-top: 108px;
  position: relative;
  min-height: 100vh;  
}
@media screen and (max-width: 1080px) {
  #wrapper {
    padding-top: 0;
    padding-bottom: 144px;
  }
}
.container {
  position: relative;
  margin: 0 auto;
  max-width: 1890px;
  padding: 0 20px;
}

ul {
  /*list-style: square outside url('data:image/gif;base64,R0lGODlhBQAKAIABAAAAAP///yH5BAEAAAEALAAAAAAFAAoAAAIIjI+ZwKwPUQEAOw==');*/
  padding-left: 15px;
}
ul li {
  margin: 0;
  padding-left: 5px;
}
.las.la-search{
  transform: scale(-1, 1);
}

  header {
    width: 100%;
    min-width: 800px;
    overflow: hidden;
    position: fixed;
    top: 0px;
    height: 108px;
    z-index: 999;
    background-color: rgba(255,255,255,0.8);
    text-align: right;
  }
  header #logo {
    float: left;
    padding-right: 20px;
  }
  header #logo img {
    height: 100px;
    display: block;
    margin-top: 7px;
  }
  header .mobileMenu {
    display: none;
  }
  header nav {
    display: flex;
    max-width: 800px;
    margin: 0 0 0 auto;
    height: 108px;
    line-height: 108px;
    padding: 0;
  }
  header nav a {
    flex: 1 0 auto;
    font-size: 1.2rem;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    color: #000 !important;
  }
  header nav a i {
    display: none !important;
  }
  header .action-icons {
    float: right;
    height: 111px;
    line-height: 108px;
    vertical-align: middle;
    display: inline-block
  }
  header .action-icons a {
    color: #000 !important;
  }  
  header .action-icons a:hover {
    color: #fff !important;
  }  
  header .action-icons .divider {
    border-left: 1px solid #B0B0B0;  
    padding: 10px 0 10px 0;
    margin-left: 20px;  
  }
  header .action-icons .search {
    font-size: 26px;
    padding: 3px;
    margin-left: 3px;
    transform: scale(-1, 1);
    text-align: center;
    vertical-align: middle; 
    cursor: pointer;
  }
  header .action-icons .search:hover,
  header .action-icons a:hover.search {
    color: #ccc;
  }
 

/* MOBILE MENU */
@media 
(pointer: coarse) and (max-width: 1080px),
(pointer: none) and (max-width: 1080px),
(hover: none) and (max-width: 1080px),
screen and (max-width: 1080px)
{
  :target::before {
    content: "";
    display: block;
    height: 0;
    margin: 0;
  }
  #wrapper {
    padding-top: 0;
  }
  header {
    height: 183px; 
    position: relative;
  }
  header #logo img {
    height: 111px;
  }
  header nav {
    position: absolute;
    top: 115px;
    line-height: 60px;
    max-width: 100%;
    width: 100%;
    padding-right: 40px;
  }
  header nav a {
    flex: 1 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
  }
  header nav > a:first-child {
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
  }
  header nav > a:last-child {
    text-align: right;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
/* MOBILE MENU */ 

.mobileMenu {
  display:none;
}  
  
@media 
(pointer: coarse) and (max-width: 1080px),
(pointer: none) and (max-width: 1080px),
(hover: none) and (max-width: 1080px),
screen and (max-width: 1080px)
{
  header .action-icons {
    display: none;
  }
  .mobileMenu {
    position: fixed;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 40px 0 40px;
    height: 144px;
    z-index: 99999;
    background-color: rgba(87,100,116,0.9);
  }
  .mobileMenu .mobileButtons {
    display: flex;
  }
  .mobileMenu .mobileButtons .item {
    flex-grow: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .mobileMenu .mobileButtons .item:first-child {
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .mobileMenu .mobileButtons .item:last-child {
    text-align: right;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .mobileMenu .mobileButtons .item > i {
    font-size: 64px;
    color: #fff;
    opacity: 0.7;
    vertical-align: middle;
    line-height: 144px;
  }
  .mobileMenu .mobileButtons .item > i:hover {
    opacity: 1;
    cursor: pointer;
  }
  
  .mobileMenu .toggleCanvas {
    text-align: center;
    position: absolute;
    height: 100vh;
    left: 0;
    bottom: 144px;
    display: none;
    width: 100%;
    margin: 0;
    background-color: rgba(87,100,116,0.9);
    padding-top: 144px;
  }
  
  .mobileMenu nav {
    text-align: center;
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    margin: 0 auto;
    display: inline-block;
  }
  .mobileMenu nav a {
    font-size: 2.6rem;
    text-align: center;
    vertical-align: middle;
    display: block;
    line-height: 70px;
    color: #fff;
    opacity: 0.7;
    font-weight: 300;
  }  
  .mobileMenu nav a i {
    display: none !important;
  }
  .mobileMenu nav a.selected {
    font-weight: 500;    
  }
  .mobileMenu nav a.selected i {
    display: inline !important;  
    margin-right: 10px;
  }
  .mobileMenu nav a:hover {
    opacity: 1;
  }

  .mobileMenu .action-icons {
    text-align: center;
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%); 
    line-height: 208px;
  }
  .mobileMenu .action-icons .divider {
    display: none;  
  }
  .mobileMenu .action-icons .social-media-icon {
    display: inline;
    color: #fff; 
    font-size: 128px;
    opacity: 0.7;
    margin: 40px;
  }
  .mobileMenu .action-icons .social-media-icon.la-facebook-f {
    font-size: 112px;
  }
  .mobileMenu .action-icons a.social-media-icon:hover {
    color: #576474;
    background-color: #fff;
    opacity: 1;
  }
  .mobileMenu .action-icons a:nth-child(2):after { 
     content: "\A";
     white-space: pre; 
  }
  .mobileMenu .action-icons .search {
    display: none;
  }  
}  
  
.social-media-icon {
  text-align: center;
  vertical-align: middle;
  margin-left: 10px;
  transition: 0.3s;
  border-radius: 100px;
  text-indent: 2;
}
.social-media-icon:first-of-type {
  margin-left: 0px;
}
a.social-media-icon:hover {
  color: #fff;
  background-color: rgba(0,0,0,1);
}
.social-media-icon.scale32 {
  font-size: 32px;
}
.social-media-icon.scale32.la-facebook-f {
  font-size: 16px;
  padding: 8px;
}
.social-media-icon.scale48 {
  font-size: 48px;
}
.social-media-icon.scale48.la-facebook-f {
  font-size: 32px;
  padding: 8px;
  text-indent: 0;
}
.social-media-icon.scale64 {
  font-size: 64px;
}
.social-media-icon.scale64.la-facebook-f {
  font-size: 48px;
}
.social-media-icon.scale80 {
  font-size: 80px;
}
.social-media-icon.scale80.la-facebook-f {
  font-size: 64px;
}
.social-media-icon.scale96 {
  font-size: 96px;
}
.social-media-icon.scale96.la-facebook-f {
  font-size: 80px;
}




section {
  text-align: center;
  margin: 100px auto 0 auto;
  position: relative;
  max-width: 1890px;
  padding: 0 20px;
}
header + section:first-of-type { 
  margin-top: 0 !important;
}
section .section-logo {
  margin: 0 auto 30px auto;
  width: 64px;
}
section .section-main {
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
  font-weight: 300;  
  display: block;
}
section .section-sub {
  margin-top: 40px;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 700;
  display: block;
}
section .divider {
  width: 70px;
  height: 16px;
  background-color: #576474;
  display: block;
  margin: 15px auto 40px auto;
}
section .more {
  text-align: right;
  margin-top: 15px;
  font-size: 1.4rem;
}



.std-flexbox {
  display: flex;
  flex-flow: row wrap;  
}
.std-flexbox > * {
  flex: 1 0 auto;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.std-flexbox.flex-even > * {
  flex: 1 0;
}
.std-flexbox > *.flex-align-left {
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
}
.std-flexbox > *.noScale {
  flex: 1 1 auto !important;
}
@media screen and (min-width: 1080px) {
  .std-flexbox.first-last > *:first-child {
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .std-flexbox.first-last > *:last-child {
    text-align: right;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1080px) {
  .std-flexbox:not(.noMobile),
  .dataGrid {
    display: block !important;
  }
  .std-flexbox:not(.noMobile) > * {
    padding-bottom: 50px;
  }
  .std-flexbox.mobile2columns,
  .std-flexbox.mobile3columns,
  .std-flexbox.mobile4columns {
    flex-wrap: wrap;
  }
  .std-flexbox.mobile2columns > * {
    flex: 0 0 50%;
    padding-bottom: 20px;
  }
  .std-flexbox.mobile3columns > * {
    flex: 0 0 33%;
    padding-bottom: 20px;
  }
  .std-flexbox.mobile4columns > * {
    flex: 0 0 25%;
    padding-bottom: 20px;
  }
}




.galleryGrid {
  display: grid;
}
.galleryGrid a {
  text-decoration: none;
}
.galleryGrid img {
  width: 100%;
  aspect-ratio: 1 / 1;
}
.galleryGrid div {
  position: relative;
  overflow: hidden;
}
.galleryGrid .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background-color: rgba(87,100,116,0.0);
  color: rgba(255,255,255,0.0);
}
.galleryGrid .caption.visible {
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: rgba(255,255,255,0.9);
  color: rgba(0,0,0,1);
}
@media
(pointer: coarse),
(pointer: none),
(hover: none)
{
  .galleryGrid.referenzen .caption,
  .galleryGrid.gesellschafter .caption {
    background-color: rgba(87,100,116,0.5);
    color: rgba(255,255,255,1);
  }
}
.galleryGrid .caption .info {
  display: block;
  margin: 0 20px 0 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.galleryGrid div:hover .caption {
  background-color: rgba(87,100,116,0.8);
  color: rgba(255,255,255,1);
}
.galleryGrid:after {
  display: block;
}
/******************/
/* Referenzen     */
/******************/
.galleryGrid.referenzen {
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-auto-flow: dense;
  grid-gap: 10px;
}
@media screen and (min-width: 1080px) {
  .galleryGrid.referenzen > div {
    max-width: 520px;  
  }
}
.galleryGrid.referenzen .caption .info .title {
  font-weight: 700;
  display: block;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.galleryGrid.referenzen .caption .info .location {
  font-size: 1rem;
  display: block;
}
.referenzen-kategorien h4 {
  font-weight: 300;
  font-size: 1.6rem;
}
.referenzen-kategorien h4:hover {
  text-shadow: 0 0 1px #576474, 0 0 1px #576474;
  cursor: pointer;
  font-weight: 300;
}
/******************/
/* Presse         */
/******************/
.galleryGrid.presse {
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  grid-gap: 10px;
}
.galleryGrid.presse .caption {
  background-color: rgba(87,100,116,0.5);
  color: rgba(255,255,255,1);
}
.galleryGrid.presse .caption .title {
  font-weight: 700;
  font-size: 1.67rem;
  display: block;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  max-width: 500px;
}
.galleryGrid.presse .caption .info {
  top: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.galleryGrid.presse .caption .info .source {
  font-weight: 400;
  display: inline-block;
  font-size: 14pt;
  font-style: italic;
  margin-bottom: 50px;
}
.galleryGrid.presse .caption .info .date {
  font-weight: 500;
  font-size: 18pt;
  display: inline-block;
  width: 80px;
  word-spacing: 50px;
  right: 0;
  position: absolute;
  bottom: 20px;
  text-align: right;
}
.galleryGrid.presse .caption .date span {
  font-weight: 700;
  font-size: 1.75rem;
  display: block;
}
@media screen and (min-width: 1080px) {
  .galleryGrid.presse > div {
    max-width: 750px;  
  }
  .galleryGrid.presse .caption .title {
    top: 70%;
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    transform: translateY(-70%); 
  }
}
/******************/
/* Mitarbeiter    */
/******************/
.galleryGrid.mitarbeiter {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 10px;
}
@media screen and (min-width: 1080px) {
  .galleryGrid.mitarbeiter > div {
    max-width: 340px;  
  }
}
.galleryGrid.mitarbeiter .caption .info .name {
  font-weight: 700;
  display: block;
  font-size: 1rem;
  word-spacing: 999px;
}
.galleryGrid.mitarbeiter .caption .info .position {
  margin-top: 10px;
  font-size: 0.83rem;
  display: block;
}
/******************/
/* Gesellschafter */
/******************/
.galleryGrid.gesellschafter img {
  aspect-ratio: 182 / 331;
}
.galleryGrid.gesellschafter {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 16px;
}
@media screen and (min-width: 1080px) {
  .galleryGrid.gesellschafter > div {
    max-width: 340px;  
  }
}
.galleryGrid .caption.visible {
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: rgba(255,255,255,0.8);
  color: rgba(0,0,0,1);
}
.galleryGrid.gesellschafter .caption.visible {
  top: 80%;
  height: 20%;
}
.galleryGrid.gesellschafter .caption .info .title {
  font-size: 1rem;
  display: block;
  margin-bottom: 10px;
}
.galleryGrid.gesellschafter .caption .info .name {
  font-weight: 700;
  display: block;
  font-size: 1rem;
}
.galleryGrid.gesellschafter .caption .info .position {
  margin-top: 40px;
  font-size: 1rem;
  display: block;
  word-spacing: 999px;
}










/******************/
/* Mitarbeiter    */
/******************/
.galleryGrid.mitarbeiterNEW img {
  aspect-ratio: 2 / 3;
}
.galleryGrid.mitarbeiterNEW {
  grid-template-columns: repeat(auto-fill, minmax(314px, 1fr));
  grid-gap: 10px;
}
  .galleryGrid.mitarbeiterNEW > div {
    max-width: 420px;  
  }



@media screen and (max-width: 1079px) {
  .galleryGrid.mitarbeiterNEW {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 10px;
  }
  .galleryGrid.mitarbeiterNEW > div {
    max-width: 420px;  
  }
}



.galleryGrid.mitarbeiterNEW .caption .info .name {
  font-weight: 700;
  display: block;
  font-size: 1rem;
  word-spacing: 999px;
}
.galleryGrid.mitarbeiterNEW .caption .info .position {
  margin-top: 10px;
  font-size: 0.83rem;
  display: block;
}
/******************/
/* Gesellschafter */
/******************/
.galleryGrid.gesellschafterNEW img {
  aspect-ratio: 2 / 3;
}
.galleryGrid.gesellschafterNEW {
  grid-template-columns: repeat(auto-fill, minmax(314px, 1fr));
  grid-gap: 10px;
}
  .galleryGrid.gesellschafterNEW > div {
    max-width: 420px; 
  }



@media screen and (max-width: 1079px) {
  .galleryGrid.gesellschafterNEW {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 10px;
  }
  .galleryGrid.gesellschafterNEW > div {
    max-width: 420px;  
  }
}



.galleryGrid.gesellschafterNEW .caption.visible {
  top: 80%;
  height: 20%;
}
.galleryGrid.gesellschafterNEW .caption .info .title {
  font-size: 1rem;
  display: block;
  margin-bottom: 10px;
}
.galleryGrid.gesellschafterNEW .caption .info .name {
  font-weight: 700;
  display: block;
  font-size: 1rem;
}
.galleryGrid.gesellschafterNEW .caption .info .position {
  margin-top: 40px;
  font-size: 1rem;
  display: block;
  word-spacing: 999px;
}
















/******************/
/* Leistungen */
/******************/
.galleryGrid.leistungen {
  grid-template-columns: repeat(auto-fill, minmax(425px, 1fr));

  grid-gap: 10px;
}
@media screen and (min-width: 1080px) {
  .galleryGrid.leistungen > div {
    max-width: 640px;  
  }
}
.galleryGrid.leistungen .caption {
  background-color: rgba(87,100,116,0.5);
  color: rgba(255,255,255,1);
}
.galleryGrid.leistungen .caption .info .title {
  font-weight: 700;
  display: block;
  font-size: 2rem;
  text-transform: uppercase;
}
/******************/
/* Jobs */
/******************/
.galleryGrid.jobs {
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  grid-gap: 10px;
}
@media screen and (min-width: 1080px) {
  .galleryGrid.jobs > div {
    max-width: 750px;  
  }
}
.galleryGrid.jobs .caption {
  background-color: rgba(87,100,116,0.5);
  color: rgba(255,255,255,1);
}
.galleryGrid.jobs .caption .info {
  font-size: 1.5rem;
  text-transform: uppercase;
}
.galleryGrid.jobs .caption .info .position {
  font-weight: 300;
  display: block;
  font-size: 2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1080px) {
  .galleryGrid.presse {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
  .galleryGrid.mitarbeiter {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
  .galleryGrid.leistungen {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
  .galleryGrid.leistungen .caption .info .title {
    font-size: 1.5rem;
  }
  .galleryGrid.jobs {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
  .galleryGrid.jobs .caption .info {
    font-size: 1rem;
  }
  .galleryGrid.jobs .caption .info .position {
    font-size: 1.5rem;
  }
}

.timeline {
  padding: 0;
  margin: 0;
  max-width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.timeline .event {
  display: flex;
  flex: 1;
  align-items: center;
}
.timeline .event.left {
  justify-content: flex-end;
  padding-right: 60px;
  text-align: right;
}
.timeline .event.right {
  text-align: left;
  padding-left: 60px;
}
.timeline .event span.year {
  color: #fff;
  background-color: #576474;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 10px 100px 10px 100px;
}
.timeline .event span.info {
  font-size: 1rem;
  line-height: normal;
  max-width: 600px;
}
.timeline .event.icon {
  background-repeat: repeat-x; 
  width: 116px;
  max-width: 116px;
  position:relative;
}
.timeline .event.icon span.clippingConnector {
  width: 10px;
  height: 100%;
  background-color: #576474;
  position: absolute;
  top: 0;
  display: block;
  left: 50%;
  margin-left: -5px;
}
.timeline .event.icon span.icon  {
  background-color: #ffffff;
  font-size: 96px;
  border: solid 10px #576474;
  color: #576474;
  max-width: 116px;
  z-index: 99;
}
.timeline .special {
  -webkit-box-flex: 1;
  -ms-flex: 1 100%;
  flex: 1 100%;
}
.timeline .special span.connector {
  width: 10px;
  height: 100px;
  background-color: #576474;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.timeline .special span.end {
  display: inline-block;
  color: #fff;
  background-color: #576474;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 10px 100px 10px 100px;
  margin: 0 auto;
  text-transform: uppercase;
}


.kontakt > a {
  font-weight: 300;
  transition: 0.3s ease;
  display: block;
}
/*
.kontakt > a:hover  {
  background-color: #576474;
}
.kontakt > a:hover *  {
  color: #fff;
}*/
.kontakt div span.title {
  font-size: 18pt;
}
.kontakt div span.data {
  margin-top: 30px;
  font-weight: 500;
  font-size: 1.33rem;
  letter-spacing: 4px;
}
.kontakt div span.data span.extend {
  font-weight: 300;
  font-size: 16pt;
  letter-spacing: 4px;
}

footer {
  margin-top: 100px;
  font-weight: 500; 
  bottom: 0;
}
footer .info img {
  width: 60px;
}
footer .info .companyname {
  margin-top: 20px; 
}
footer .info .address {
   margin-top: 30px; 
}
footer .menu {
  margin-top: 0;
  display: block;
}
footer .menu ~ .menu {
  margin-top: 30px;
}
footer .menu > span {
  display: block;
}
footer .menu > span a {
  font-weight: 300;
  color: #A3A3A3;
}
footer .menu > span:first-of-type a {
  font-weight: 500;
}
footer .menu > span a:hover {
  text-shadow: 0 0 1px #A3A3A3, 0 0 1px #A3A3A3;
  cursor: pointer;
}
footer div.certifications {
  margin: 40px 0 20px 0;
}
footer div.certifications span a {
  display: inline-block;
}
footer div.certifications span a img {

  filter: grayscale(100%) brightness(1.3);
  transition: 0.3s;
}
footer div.certifications span a:hover img {
  filter: grayscale(0) brightness(1);
}
footer div.certifications span a.ams {
  margin-left: -80px;
}
footer div.legal {
  background-color: #F0F0F0;
}
footer div.inner {
  padding: 10px 20px;
  font-size: 1rem;
}
footer div.legal a {
  color: #A3A3A3;
  margin-left: 50px;
}
footer div.legal a:hover {
  color: #707070;
  margin-left: 50px;
}
footer div.legal a:first-child {
  margin-left: 0;
}
footer div.legal span.left {
  float: left;
}
footer div.legal span.right {
  float: right;
}

div.globalError {
  text-align: center;
  height: 50%; 
}
div.globalError div {
	display: inline-block;
	background-color: #576474;
	padding: 10px 20px 10px 20px;
	border: 1px solid #576474;
  position: relative;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
div.globalError div p {
  font-size: 30pt;
}



.dataGrid {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.dataGrid > div {
  flex: 1;
}
.dataGrid > .colspan {
  flex: 1 1 100%;
}
.dataGrid .left {
  max-width: 850px;
  padding-right: 50px;
}
@media screen and (min-width: 1080px) {
  .dataGrid.mitarbeiterNEW .left {
    max-width: 600px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1080px) {
  .dataGrid .left {
    max-width: 100%;
    padding-right: 0px;
  }
  footer .container > div > div:not(.info) {
    display: none;
  }
}
.dataGrid .left img {
  width: 100%;
  margin: 0 auto;
}
.dataGrid .right {
  max-width: 100%;
}
.dataGrid .right .quote {
  margin-top: 20px;
}
.dataGrid .right .content {
  margin-top: 40px;
  /*font-weight: 400;*/
}
@media screen and (min-width: 1080px) {
  .dataGrid.referenz div.left {
    max-width: 30%;
  }
  .dataGrid.referenz div.right {
    max-width: 70%;
  }
  .dataGrid.legal .left.impressum {
    flex: 25%;
    padding: 20px 20px 20px 0;
  }
  .dataGrid.legal .right.impressum {
    flex: 75%;
    padding: 20px 0 20px 0;
  }
  .dataGrid.legal .left.datenschutz {
    flex: 50%;
    padding: 20px 20px 20px 0;
  }
  .dataGrid.legal .right.datenschutz {
    flex: 50%;
    padding: 20px 0 20px 0;
  }
}
.dataGrid.referenz div > span {
    padding-top: 30px;
    display: block;
}
.dataGrid.referenz div span span {
    font-weight: 300;
}
.referenz-grundriss img {
  max-width: 1295px;
}
@media screen and (max-width: 1080px) {
  .referenz-grundriss img {
    max-width: 100%;
  }
}










.social-sharing,
.social-sharing > .social-item {
  border-style: solid;
  border-color: rgba(0,0,0);
  text-align: center;
}
.social-sharing {
  border-width: 1px 0 0 1px;
  margin: 10px auto 0 auto;
}
.social-sharing > .social-item {
  border-width: 0 1px 1px 0;
}
.social-sharing > .social-item a {
  display: block;
  color: #000;
  padding: 10px 0 10px 0;
  opacity: 0.7;
  transition: 0.2s;
  font-size: 32px;
}
.social-sharing > .social-item.facebook a {
  font-size: 26px;
  padding: 13px 0 13px 0;
}
.social-sharing > .social-item > a:hover {
  background-color: #576474;
  color: #fff;
  opacity: 1;
  text-shadow: none;
}
.presse-quellen-outer {
  margin-top: 70px;
}
.presse-quellen-outer hr {
  width: 94%;
  margin: 0px auto 20px auto;
}
a.presse-quelle {
  display: block; 
  margin-top: 10px;
}
a.presse-quelle strong {
  font-weight: 500;
}
.outer {
  margin: 0px auto 0 auto; 
  text-align: left;
  max-width: 80%;
}
.searchOverlay {
  height: 100vh;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  font-weight: 500;
  background-color: rgb(87, 100, 116);
  background-color: rgba(87, 100, 116, 0.95);
}
@media screen and (min-width: 1080px) {
  .searchOverlay {  
    top: 108px;
  }
}
@media screen and (max-width: 1080px) {
  .searchOverlay {
    bottom: 144px;
    padding-top: 144px;
    background-color: rgba(87, 100, 116, 0.9);
    height: 100vh;
  }
  .searchOverlay .closebtn {
    display: none;
  }
}
.searchOverlay-content {
  position: relative;
  top: 45%;
  width: 80%;
  text-align: center;
  margin: auto;
}
.searchOverlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}
.searchOverlay .closebtn:hover {
  color: #ccc;
}
.searchOverlay input[type=text] {
  font-size: 3em;
  border: none;
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  text-align: center; 
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.searchOverlay ::placeholder {
  color: #fff;
  opacity: 1;
}
.searchOverlay :-ms-input-placeholder {
  color: #fff;
}
.searchOverlay ::-ms-input-placeholder {
  color: #fff;
}

/* BUTTONS */
.transparentButton
{ 
  padding: 10px 22px 10px 22px;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;

  cursor: pointer;
}
.transparentButton:hover
{
  background-color: #576474;
  color: #ffffff;
}
.transparentButton:active
{
  background-color: #000;
  color: #ffffff;
}
/* BUTTONS */


.iframeBlock {
  text-align: center;
  background-position: center center;
  background-size: cover;
  display: inline-block;
}
.iframeBlock.maps {
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  padding: 20px 20px 20px 20px;
  margin: 0 auto;
  vertical-align: middle;
  line-height: normal;
}
.iframeBlock.maps a {
  color: #fff;
}
.iframeBlock.youtube {
  font-size:14px;
  font-weight:300;
  padding: 50px 10px 50px 10px;
  border: 1px solid #000 !important;
  background-image: url(/images/thieken_v2/youtube.1615114330.jpg);
}
iframe {
    margin: 0;
    padding: 0;
    display:block;
}







.splide {
  margin: 0 !important;
  padding: 0 !important;
}
.splide li {
  padding-left: 0 !important;
}
