/*

Theme Name:         Sage Starter Theme

Theme URI:          https://roots.io/sage/

Description:        Theme for xxxx by Southvision

Version:            1.06

Author:             Southvision

Author URI:         https://southvision.de/

Text Domain:        sage



License:            MIT License

License URI:        http://opensource.org/licenses/MIT

*/

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 100;
  pointer-events: none; 
}

.skip-link:focus {
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  padding: 0.5em 1em;
  background: #000;
  color: #fff;
  text-decoration: none;
  pointer-events: auto; 
}

@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/Stolzl-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/Stolzl-Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/Stolzl-Book.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/Stolzl-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/Stolzl-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/Stolzl-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/* VARIABLES */

:root{
	--black: #1E1E1E;
	--white: #fff;
	--lightblue1: #009FE3;
	--blue1: #0A0464;
	--grey1: #D9D9D9;
	--grey2: #E8E8E8;
	--grey3: #F7F7F7;
	--grey4: #6c757d;
	--sectionPadding: 8rem;
}


/* ALLGEMEIN */

*:focus {
	outline: none!important;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Stolzl','Arial',sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
}

p{
	margin-top: 0;
	margin-bottom: 1rem;
}

section{
	padding-top: var(--sectionPadding);
	padding-bottom: var(--sectionPadding);
}

img, video {
	width: 100%;
	height: auto;
	display: block;
}

section .textWrap img {
	width: revert-layer;
}

iframe {
	width: 100%;
	display: block;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	margin-top: 0;
}

h1, .h1 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: .1rem;
  color: var(--lightblue1);
}

h2, .h2 {
  font-size: 2.6rem;
  font-weight: 700;
}

h3, .h3 {
  font-size: 2.3rem;
  font-weight: 700;
}

h4, .h4 {
  font-size: 2rem;
  font-weight: 700;
}

.smallText {
  font-size: 1.4rem;
}

.bigText {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.08;
}

.topline {
  font-size: 1.4rem;
  color: var(--lightblue1);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.ctaWysiwyg{
	margin-right: 1.5rem;
	margin-top: 1rem;
}

.headlineCtaWrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: 1rem;
	-webkit-column-gap: 3rem;
	   -moz-column-gap: 3rem;
	        column-gap: 3rem;
	width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 4rem;
}

.headlineCtaWrap > *{
	margin-bottom: 0;
}

.lightBlueText {
  color: var(--lightblue1);
}

.blueText {
  color: var(--blue1);
}

.whiteText {
  color: var(--white);
}

a{
	color: var(--lightblue1);
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

a:hover{
	color: var(--blue1);
}

.arrowLinkWrap {
	text-transform: uppercase;
	font-weight: 600;
	color: var(--blue1);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
	letter-spacing: .1rem;
}

.arrowIcon {
	position: relative;
	height: 2.2rem;
	margin-right: 2rem;
	display: inline-block;
}

.arrowIcon .arrowLine {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	height: 100%;
	width: 2.2rem;
}

.arrowIcon .arrowHead {
	position: absolute;
	width: 2.2rem;
	height: 100%;
	right: 0;
	top: 0;
}

.arrowLinkWrap:hover .arrowLine{
	width: 3.6rem;
}

.flexRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-right: -1.5rem;
    margin-left: -1.5rem;
}

.flexWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.justCenter {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.justBetween {
	-webkit-box-pack: space-between;
	    -ms-flex-pack: space-between;
	        justify-content: space-between;
}

.alignConCenter {
	-ms-flex-line-pack: center;
	    align-content: center;
}

.alignItemsCenter {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.alignItemsEnd {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.text-center{
	text-align: center;
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.padTo3 {
	padding-top: 3rem;
}

.maTo3 {
	margin-top: 3rem;
}

.maTo6 {
	margin-top: 6rem;
}

.multipleCtaWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-column-gap: 3rem;
	   -moz-column-gap: 3rem;
	        column-gap: 3rem;
	row-gap: 2rem;
}

.ctaBtn {
	padding: 1.5rem 1.5rem;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
	text-align: center;
	position: relative;
	font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background .3s ease, color .3s ease;
  -o-transition: background .3s ease, color .3s ease;
  transition: background .3s ease, color .3s ease;
}


.ctaBtn.ctaLightBlue {
  background: var(--lightblue1);
  color: var(--white);
  border: 1px solid var(--lightblue1);
}

.ctaBtn.ctaLightBlue:hover {
	background: var(--white);
	color: var(--lightblue1);
}

.ctaBtn.ctaBlue {
  background: var(--blue1);
  color: var(--white);
  border: 1px solid var(--blue1);
}

.ctaBtn.ctaBlue:hover {
  background: var(--white);
  color: var(--blue1);
}

.tagsWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-column-gap: 1.5rem;
	   -moz-column-gap: 1.5rem;
	        column-gap: 1.5rem;
	row-gap: 1rem;
}

.tagWrap {
    padding: 1rem 2rem;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.6rem;
    color: var(--white);
    background-color: var(--blue1);
    display: inline-block;	
}

legend {
	border: none;
}
@media (min-width: 992px) {	
	.order1md {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	
	.order2md {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	.order3md {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	
	.order4md {
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
	}
}

@media (max-width: 1199px){	
	.maToMD3 {
		margin-top: 3rem;
	}	
	
	.maToMD6 {
		margin-top: 6rem;
	}	
}

@media (max-width: 991px){	

	.maToSM3 {
		margin-top: 3rem;
	}	
	
	.maToSM6 {
		margin-top: 6rem;
	}	
}

@media (min-width: 768px) and (max-width: 991px){	
	html {
		font-size: 9px;
	}

	.order1sm {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	
	.order2sm {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	.order3sm {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	
	.order4sm {
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
	}
}

@media (max-width: 767px){
	html {
		font-size: 8px;
	}
	
	.maToXS3 {
		margin-top: 3rem;
	}	
	
	.maToXS6 {
		margin-top: 6rem;
	}	
	
	.order1xs {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	
	.order2xs {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	
	.order3xs {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	
	.order4xs {
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
	}
}

@media(min-width: 2400px){
	html{
		font-size: 12.5px;
	}
	.container {
		width: calc(1320px * 1.25);
	}
}

@media(min-width: 2880px){
	html{
		font-size: 15px;
	}
	.container {
		width: calc(1320px * 1.5);
	}
}

@media(min-width: 3360px){
	html{
		font-size: 17.5px;
	}
	.container {
		width: calc(1320px * 1.75);
	}
}

@media(min-width: 3840px){
	html{
		font-size: 20px;
	}
	.container {
		width: calc(1320px * 2);
	}
}


/* HEADER */

header {
  background-color: var(--white);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(10,4,100,0.2); 
box-shadow: 0px 4px 20px 0px rgba(10,4,100,0.2);
}

header.scrolled {
	top: -40rem;
	-webkit-transition: top 1.5s ease;
	-o-transition: top 1.5s ease;
	transition: top 1.5s ease;
	position: fixed;
	width: 100%;
	z-index: 5;
}

header.scrolled.sticky {
	top: 0;
}

header .logoWrap {
  width: 28rem;
}

header.sticky .logoWrap {
  width: 20rem;
}


@media(min-width: 992px){
	header .container-fluid:before, header .container-fluid:after, header .row:before, header .row:after, header .navbar:before, header .navbar:after {
		display: none;
	}

	header .container-fluid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
	}
	header a span.caret{
		display: none;
	}

	.navbar-nav > li > a {
		padding-top: 2.8rem;
		padding-bottom: 2.8rem;
	}

	header.scrolled .navbar-nav > li > a {
		padding-top: 1.6rem;
		padding-bottom: 1.6rem;
	}
}


/* Menu */

header .navbar-nav li a{
  font-size: 2rem;
  font-weight: 700;
  color: var(--blue1);
  text-transform: uppercase;
  text-decoration: none;
}

header .navbar-nav .dropdown-menu{
  margin-top: 0;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, .8);
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .navbar-nav li > a:hover + .dropdown-menu{
  display: block;
}

header .navbar-nav li > .dropdown-menu:hover{
  display: block;
}

header .dropdown-menu li{
  padding-top: .4rem;
  padding-bottom: .4rem;
}

header li.current-menu-item > a,
header li > a:hover{
  color: var(--lightblue1);
}

/* Mobile Menu */

.navbar-toggle .icon-bar{
  background-color: var(--blue1);
}

header .mobileMenuLogoWrap,
header .navbar-close{
	display: none;
}

@media(max-width: 991px){
	
	.navbar-collapse{
		top: 0;
		position: fixed;
		height: 100vh;
		right: 0;
		background: var(--headerBackground);
		width: 100%;
		z-index: 99;
		-webkit-transform: translateX(100%);
		    -ms-transform: translateX(100%);
		        transform: translateX(100%);
		-webkit-transition: -webkit-transform 0.4s ease;
		transition: -webkit-transform 0.4s ease;
		-o-transition: transform 0.4s ease;
		transition: transform 0.4s ease;
		transition: transform 0.4s ease, -webkit-transform 0.4s ease;
		pointer-events: none;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-line-pack: justify;
		    align-content: space-between;
		margin: 0!important;
		padding: 35px;
		padding-bottom: 100px;
		padding-top: 80px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		min-height: 101vh;
		background-color: var(--white);
	}

	.navbar-collapse > *{
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	
	.navbar-collapse.in{
		-webkit-transform: translateX(0%);
		    -ms-transform: translateX(0%);
		        transform: translateX(0%);
		pointer-events: all;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow: scroll;
	}
	.navbar-toggle{
		margin-top: 14px;
		margin-bottom: 0;
	}
	header .navbar-close {
	    text-align: right;
		font-size: 5rem;
		position: absolute;
		right: 20px;
		top: 4px;
		display: block;
		color: var(--blue1);
		font-weight: 200;
	}
	
	header .mobileMenuLogoWrap {
        position: absolute;
        top: 4rem;
        width: 18rem;
        left: 3.5rem;
        display: block;
    }
	header .navbar-nav .dropdown-menu{
		position: relative;
		width: 100%;
		padding-left: 2rem;
		float: none;
	}
	header .navbar-nav .dropdown-menu li a{
		font-size: 1.8rem;
	}
	header .navbar-nav li.menu-item-has-children > a{
		padding-bottom: 0;
	}
	header .navbar-nav > li{
		padding-top: .8rem;
	}
}

/* Card-Blöcke */

.cardSection .flexRow {
  row-gap: 3rem;
}

.cardSection .innerWrap {
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}

.cardSection .innerWrap:hover {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.2); 
  box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.2);
}

.cardSection .referenzenCardWrap {
  background-color: var(--blue1);
  color: var(--white);
}

.cardSection a .referenzenCardWrap {
  color: var(--white);
}

.cardSection .newsCardWrap {
  background-color: var(--grey2);
}

.cardSection a .newsCardWrap  h1,
.cardSection a .newsCardWrap  h2,
.cardSection a .newsCardWrap  h3,
.cardSection a .newsCardWrap  h4,
.cardSection a .newsCardWrap  p:not(.topline),
.cardSection a .newsCardWrap  a,
.cardSection a .newsCardWrap  .dateWrap,
.cardSection a .newsCardWrap .arrowLinkWrap{
  color: var(--blue1);
}

.cardSection a .referenzenCardWrap  h1,
.cardSection a .referenzenCardWrap  h2,
.cardSection a .referenzenCardWrap  h3,
.cardSection a .referenzenCardWrap  h4,
.cardSection a .referenzenCardWrap  p:not(.topline),
.cardSection a .referenzenCardWrap  a,
.cardSection a .referenzenCardWrap .arrowLinkWrap{
  color: var(--white);
}

.cardSection a .referenzenCardWrap .arrowIcon svg path{
  stroke: var(--white);
}

.cardSection a .cardWrap .cardImgWrap{
  position: relative;
}

.cardSection a .cardWrap .cardImgWrap img{
  /* padding-right: 1px; */
}

.cardSection a .cardWrap .cardImgWrap:before{
  content: '';
  position: absolute;
  display: block;
  width: calc(100% + .1rem);
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  bottom: -.1rem;
  z-index: 2;
}

.cardSection a .cardWrap.referenzenCardWrap .cardImgWrap:before{
  background-image: url('../../assets/images/block-3-bg-referenzen.svg');
}

.cardSection a .cardWrap.newsCardWrap .cardImgWrap:before{
  background-image: url('../../assets/images/block-3-bg-news.svg');
}

.cardSection a .cardWrap .cardTextWrap{
  	padding-top: 2rem;
	padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 4rem;
}

.cardSection .dateWrap{
  font-size: 1.6rem;
  font-weight: 700;
}

.cardSection .cardImgWrap{
	height: 50rem;
	position: relative;
}

.cardSection .cardImgWrap img,
.cardSection .cardImgWrap video{
	position: absolute;
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.teamCardBlock .sv-select {
  position: relative;
  width: 100%;
}

.teamCardBlock .team-filter__controls {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.2rem;
  margin-bottom: 6rem;
}

.teamCardBlock .team-filter__select,
.teamCardBlock .team-filter__search {
  width: 100%;
  padding: 1rem 1.2rem;
  border: none;
  border-top: 1px solid var(--blue1);
  border-bottom: 1px solid var(--blue1);
}

.teamCardBlock .sv-cselect{ 
  position:relative; 
  width:100%; 
  color: var(--lightblue1); 
} 

.teamCardBlock .sv-cselect__btn{
  width:100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  gap:1.2rem;
  padding:1.4rem 1.6rem;
  border: none;
  border-top:1px solid var(--blue1);
  border-bottom:1px solid var(--blue1);
  background:transparent;
  cursor:pointer;
  text-transform:uppercase;
  font-weight:700;
}

.teamCardBlock .sv-cselect__arrow{
  width:1.2rem;
  height:1.2rem;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .18s ease;
  transition: -webkit-transform .18s ease;
  -o-transition: transform .18s ease;
  transition: transform .18s ease;
  transition: transform .18s ease, -webkit-transform .18s ease;
}

.teamCardBlock .sv-cselect.is-open .sv-cselect__arrow{
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.teamCardBlock .sv-cselect__panel{
  position:absolute;
  left:0; right:0;
  top:calc(100% + 0px);
  border:2px solid currentColor;
  border-top:none;
  background:#fff;
  z-index:50;
  border: none;
}

.teamCardBlock .sv-cselect__list{
  list-style:none;
  padding:0;
  margin:0;
  max-height:32rem;
  overflow:auto;
}

.teamCardBlock .sv-cselect__opt{
  width:100%;
  text-align:left;
  padding:1.4rem 1.6rem;
  background:transparent;
  border:0;
  border-top:1px solid var(--blue1);
  cursor:pointer;
  font-weight:700;
  color: var(--black);
  text-transform:uppercase;
  letter-spacing:.04em;
  background-color: var(--grey3);
}

.teamCardBlock .sv-cselect__list > li:first-of-type .sv-cselect__opt{
  border-top: none;
}

.teamCardBlock .sv-cselect__opt:hover{
  background: var(--white);
}


.teamCardBlock .team-filter__results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

.teamCardBlock .team-filter.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

.teamCardBlock .teamTextWrap {
  padding: 2rem 3rem;
  padding-bottom: 5rem;
}

.teamCardBlock .teamCall a{
  color: var(--lightblue1);
  text-decoration: underline;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.teamCardBlock .teamCall a:hover{
  color: var(--blue1);
}

.teamCardBlock .team-card{
  background-color: var(--grey3);
    position: relative;
}

.teamCardBlock .teamMail{
  position: absolute;
  bottom: 1rem;
  left: 27.7rem;
}

@media (max-width: 1399px) {
	.teamCardBlock .teamMail{
	  left: 21.7rem;
	}
}

@media (max-width: 1199px) {
	.teamCardBlock .teamMail{
	  left: 15.7rem;
	}
}

@media (max-width: 991px) {
	.teamCardBlock .team-filter__controls {
		grid-template-columns: 1fr;
	}
	.teamCardBlock .teamMail{
	  left: 20.7rem;
	}
	.teamCardBlock .team-filter__results {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.teamCardBlock .team-filter__results {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.teamCardBlock .teamMail{
	  left: 43.7rem;
	}

}

@media (max-width: 540px) {
	.teamCardBlock .teamMail{
	  left: unset;
	  right: 3rem;
	}

}

/* Single Referenzen */

.singleReferenzenHead {
	padding-top: 8rem;
}

.singleReferenzenHead .firmenTagsWrap {
	margin-bottom: 2rem;
}

.singleReferenzenHead h1 {
	margin-bottom: 1rem;
}

.singleReferenzenHead .dateWrap {
	font-weight: 500;
	margin-bottom: 2rem;
}

.singleReferenzenHead .claimWrap {
	font-weight: 600;
	font-size: 2rem;
}

.relatedArticlesWrap {
	padding-top: 8rem;
}

/* Single News */

.singleNewsHead {
	padding-top: 8rem;
}

.singleNewsHead .dateWrap {
	font-weight: 500;
	margin-bottom: 2rem;
}

/* Suchfunktion */

.searchFormWrap {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.4s ease;
	-o-transition: max-height 0.4s ease;
	transition: max-height 0.4s ease;
}

.searchFormWrap.is-open {
	max-height: 6.4rem; 
}

.searchFormWrap input {
	border: 1px solid var(--grey1);
    background-color: var(--white);
    padding: 1.2rem 2rem;
    font-size: 1.6rem;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.searchFormWrap button[type="submit"] {
	padding: 1.5rem 1.5rem;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
	text-align: center;
	position: relative;
	font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background .3s ease, color .3s ease;
  -o-transition: background .3s ease, color .3s ease;
  transition: background .3s ease, color .3s ease;
  background: var(--lightblue1);
  color: var(--white);
  border: 1px solid var(--lightblue1);
}

.searchFormWrap button[type="submit"]:hover {
	background: var(--white);
	color: var(--lightblue1);
}

.searchResultsList{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: 1rem;
}

.searchResultsList .searchResultsItem{
	font-size: 2.2rem;
	width: 100%;
}

header {
	position: relative;
}

header .desktopSearch{
	position: absolute;
    top: 100%;
    width: 100%;
    display: block;
    z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: rgba(255, 255, 255, .8);
}

header .desktopSearch form{
    width: 100%;
    max-width: 90rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	padding: .5rem 1.5rem;
}

header .searchTriggerWrap{
	float: left;
}

header .searchTriggerWrap svg{
	display: block;
	transition: stroke 0.3s ease;
	width: 2.4rem;
    height: 2.4rem;
}

header .searchTriggerWrap:hover svg{
	stroke: var(--lightblue1);
}

header .searchTrigger{
	cursor: pointer;
}

@media(min-width: 992px){
	header .mobileSearch{
		display: none!important;
	}
	header .searchTrigger{
		padding-top: 2.8rem;
        padding-bottom: 2.8rem;
	}
	header.scrolled .searchTrigger{
	    padding-top: 1.6rem;
        padding-bottom: 1.6rem;
	}
	header .totalMenuWrap{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	
}

@media(max-width: 991px){
	header .desktopSearch{
		display: none!important;
	}
	header .mobileSearch{
		width: 100%;
		padding-top: .2rem;
	}
	header .searchTriggerWrap{
		margin-bottom: 1rem;
	}
}


/* FOOTER */

footer{
	background-color: var(--blue1);
	color: var(--white);
	padding-top: 6rem;
	margin-top: 6rem;
}

footer a{
	color: var(--white);
}

footer a:hover{
	color: var(--lightblue1);
}

footer .logoWrap{
	width: 24rem;
	margin-bottom: 5rem;
}

footer .footer3 a:not(.arrowLinkWrap),
footer .footer4 a:not(.arrowLinkWrap),
footer .footer5 a:not(.arrowLinkWrap){
	margin-left: 4.2rem;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
}

footer .arrowLinkWrap{
  color: var(--white);
}

footer .arrowIcon svg path{
  stroke: var(--white);
}

footer a:hover .arrowIcon svg path{
  stroke: var(--lightblue1);
}

footer .socialMediaWrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 1rem;
}

footer .socialMediaWrap a{
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

footer .socialMediaWrap img{
  width: 4rem;
}

footer .footerGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr); 
  gap: 3rem;
}

footer .footerGrid .footerCol {
  height: 100%;
}

footer .footer1 .textWrap img {
  width: revert-layer;
}

footer .footer2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 3rem;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

footer .footer2 > div{
	width: 100%;
}

footer span.lightBlueText a{
	color: var(--lightblue1);
}

@media(min-width: 1400px){
	footer .footerGrid {
		margin-left: 6rem;
		margin-right: 6rem;
	}

}

@media(max-width: 1199px){
	footer .footerGrid {
	grid-template-columns: repeat(3, 1fr); 
	-webkit-column-gap: 3rem; 
	   -moz-column-gap: 3rem; 
	        column-gap: 3rem;
	row-gap: 5rem;
	}
}

@media(max-width: 767px){
	footer .footerGrid {
	grid-template-columns: repeat(2, 1fr); 
	row-gap: 3rem;
	}
}

@media(max-width: 480px){
	footer .footerGrid {
	grid-template-columns: repeat(1, 1fr); 
	}
}

.subFooterWrap {
	margin-top: 4rem;
	background-color: var(--grey3);
	color: var(--black);
	padding: 1rem 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.4rem;
	row-gap: 1rem;
	-webkit-column-gap: 2rem;
	   -moz-column-gap: 2rem;
	        column-gap: 2rem;
}

.subFooterWrap .subFooterLinksWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: 1rem;
	-webkit-column-gap: 2rem;
	   -moz-column-gap: 2rem;
	        column-gap: 2rem;
}

.subFooterWrap .subFooterLinksWrap a{
	color: var(--black);
}