.contentContainer {
	font-family:'PlusJakartaSans-Regular';
	font-weight: 450;
	font-size: 17px;
	line-height: 26px;
}

.introductionContainer {
	margin-bottom:84px;
	text-align: center;
	/*border-bottom:1px solid rgba(0, 0, 0, .1);*/
}

.introductionText {
	max-width:980px;
	margin-left:auto;
	margin-right:auto;
	padding-top:50px;
}

.largePaddingTop {
	padding-top:40px;
}

.infoBoxContainer {
	margin-top:108px;
	margin-bottom:108px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.infoBoxContainerGrey {
	padding-top:50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background: linear-gradient(180deg, #F2F2F2 61.5%, white 32.5%);
}

.infoBoxContainerGreyFull {
	padding-top:108px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background: #F2F2F2 ;
}

.infoBoxContainerDynamic {
	padding-top:108px;
	padding-bottom:108px;
	flex-wrap: wrap;
	justify-content: center;
}

.clickTitles {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


.link {
	text-decoration: none;
	color: grey;
}

.selected {
	text-decoration: none;
	border-bottom: 3px solid #91C55E;
    padding-bottom: 8px;
}

.contentContainerCase .selected {
	border-bottom: 3px solid #EB4142;
}


.pictures {
	position: relative;
	flex-wrap: wrap;
	display: flex;
	width: 80%;
	justify-content: center;
	max-height: 500px;
	overflow: hidden;
	align-items: center;
}

.pictures a {
	position: absolute;
	z-index: 555;
	bottom:0px;
}

.picture {
	
	width: calc(100% * (1/7));
	min-width: 200px;
	padding:15px;
	padding-bottom: 20px;
}

.picture img {
	max-height:120px;
	max-width:100%;
}

.pictures .fadeout {
	position: absolute;
	bottom: 0px;
	background-image: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 1) 100%);
	width: 100%;
	height: 150px;
}

.teaserText {
	font-weight: 450;
	/*font-size: calc(10px + 0.5vw);
	line-height: calc(10px + 0.75vw);*/
	line-height: 26px;
	font-size:17px;
}

.infoBox {
	width: 440px;
	padding-left: 15px;
	padding-right: 15px;
}

.clickTitles .infoBox {
	text-align: center;
}

.infoBoxContainerDynamic .teaserText {
	text-align: center;
}

.infoBoxContainer .infoBox {
	text-align: center;
}

.infoBoxOnBackground {
	text-align: center;
}

.pictures {
	text-align: center;
}

.largeText {
	font-size:26px;
	line-height:43px;
}

.maxwidth_640 {
	max-width:640px;
	margin-left:auto;
	margin-right:auto;
}

.infoBoxContainer .infoBoxOnBackground {
	max-width:440px;
	margin-right: 25px;
	justify-content: center;
	z-index: 10;
	padding-top:65px;
	padding-bottom:65px;
}

.infoBoxContainer .shield_1 {
	position: absolute;
	left: 50px;
    bottom: -33px;
	-webkit-filter: drop-shadow(5px 5px 5px gray);
    filter: drop-shadow(5px 5px 5px gray);
}

.infoBoxContainer .shield_2 {
	position: absolute;
	right: 0%;
	top: 60%;
	width: 240px;
	-webkit-filter: drop-shadow(5px 5px 5px gray);
    filter: drop-shadow(5px 5px 5px gray);
}

.infoBoxContainer .shield_3 {
	position: absolute;
	right: 20%;
	top: -16%;
	width: 240px;
	-webkit-filter: drop-shadow(5px 5px 5px gray);
    filter: drop-shadow(5px 5px 5px gray);
}

.infoBoxContainer .shield_4 {
	position: absolute;
	left: 50px;
	top: -5%;
	width: 450px;
	-webkit-filter: drop-shadow(5px 5px 5px gray);
    filter: drop-shadow(5px 5px 5px gray);
}

.lightbox {
		position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
		z-index: 1500;
		overflow:auto;
		top:0px;
		bottom:0px;
		right:0px;
		left:0px;
}

.lightbox .lightboxTop {
	position:relative;
	min-height:65px
}

.lightboxTop img {
	max-width:100%;
}

.lightbox .lightboxBottom {
	background-color: white;
}

.lightbox .lightboxBottom h3 {
	margin-top: 0px;
	padding-top: 1em;
}

.lightboxBottom .teaserText {
	text-align:left;
	padding:40px;
	padding-top:20px;
}

.lightboxTest {
	cursor: pointer;
}

.lightbox .ligthboxcontainer {
	box-shadow: 0px 0px 200px rgba(0, 0, 0, 0.25);
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top:80px;
	margin-bottom:80px;
}


.readMore {
	font-family: 'PlusJakartaSans-Bold';
}

.ourProductsContainer {
	padding-top:70px;
	flex-wrap: wrap;
}

.infoProductsContainer {
	padding-top:20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 3px;
}

.infoProductsContainer a {
	padding-left: 1px;
	padding-right: 1px;
	width: calc(100% * (1/3) - 0px);
}

.infoProduct {
	position:relative;
}

.infoProduct img {
	width:100%;
}

.infoProduct:hover {
	filter: brightness(175%);
}

.infoProduct .productTitle {
	position:absolute;
	top:30px;
	right:35px;
	font-family: 'PlusJakartaSans-Bold';
	font-size: calc(12px + 1.5vw);
	line-height: calc(10px + 2vw);
	text-align: right;
}

.imageContainer {
	position: relative;
	text-align: center;
	color: white;
	width: 100%;
}

.imageContainer .center-left {
	position: absolute;
	bottom: 25%;
	left: 2vw;
	font-size: 52px;
	line-height: 59px;
	font-family: 'PlusJakartaSans-Bold';
	text-align:left;
  }
  
  .imageContainer .top-left {
	position: absolute;
	top: 2vw;
	left: 2vw;
	font-size: 25px;
	line-height: 35px;
	color: #E1E13E;
	font-family: 'PlusJakartaSans-Bold';
  }
  
  .imageContainer .top-right {
		position: absolute;
		top: 2vw;
		right: 2vw;
		font-size: 25px;
		line-height: 35px;
		font-family: 'PlusJakartaSans-Bold';
  }

  
.imageContainer2 {
	flex-wrap: wrap;
	display: flex;
	color: white;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.image {
	height: 450px;
	align-items: center;
	justify-content: center;
	border-style: groove;
}

.image .images {
	max-width: calc(100% - 6px);
	max-height: 450px;
	position: absolute;
	top:0px;
	bottom:0px;
	margin:auto;
	left: 3px;
}

.storyButton {
	font-family: 'PlusJakartaSans-Regular';
	color: #00542C;
	width: 300px;
	height: 43px;
	border-radius: 30px;
	font-size: 18px;
	background-color:#FFFFFF;
	border:0px;
}

.storyButtonContainer {
	font-size: 18px;
	line-height:25px;
}

.storyButtonContainer {
	margin-top: 2vw;
}

.zustaendigButtonContainer {
	position: absolute;
	top: 23%;
	right: 35%;
}

.wegewartungButtonContainer {
	position: absolute;
	top: 50%;
	right: 27%;
}

.wegweiserButtonContainer {
	position: absolute;
	top: 68%;
	right: 57%;
}

.zustaendigButton, .wegewartungButton, .wegweiserButton {
	font-family: 'PlusJakartaSans-Regular';
	font-weight: bold;
	color: #00542C;
	background-color: white;
	border-radius: 30px;
	min-width: 100px;
	min-height: 40px;	
	padding-top: 2.5px;
	padding-bottom: 2.5px;
	padding-left: 10px;
	font-size: 18px;
	line-height: 20px;
}

.arrowIcon2 {
	float: right;
	font-weight: bold;
}

.arrowLeft {
	float: left;
	background-color: #91C55E;
	width: 35px;
	cursor: pointer;
	padding-top: 50px;
	padding-bottom:50px;
}

.arrowRight {
	float:right;
	background-color: #91C55E;
	width: 35px;
	cursor: pointer;
	padding-top: 50px;
	padding-bottom:50px;
}

.arrowDownIcon, .arrowUpIcon {
	color: grey;	
}

.flexBreak {
	flex-basis: 100%;
}

.moreButton {
	font-size: 18px;
	font-family: 'PlusJakartaSans-Regular';
	color: #00542C;
	width: 300px;
	max-width: 100%;
	height: 43px;
	background-color: rgba(145,197,94, 0.2);
	border-radius: 30px;
	border: none;
}

.moreInfoContact .moreButton {
	color:#1C345C;
	background-color:#28B8CE;
}

.fiftyfiftypreviewContainer .contwise_maps_2 {
	margin-top:0px;
	text-align: center;
}

.moreButtonContainer {
	margin-top: 25px;
	flex-basis: 100%;
	text-align: center;
}

.moreInfoContact {
	margin-top:40px;
}

.productinfoDescription {
	margin-top:10px;
	margin-bottom:20px;
	font-family:'PlusJakartaSans-Bold';
}


.labelNew {
	background: #91C55E;
	border-radius: 30px;	
	margin-left: 44vw;
  margin-right: 44vw;
  color: white;
	min-width: 90px;
	font-size: 18px;
	line-height: 20px;
	text-transform:uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family:'PlusJakartaSans-Bold';
}

.responsiveImage {
	max-width:100%;
}

.responsiveImageMap {
	width: 100%;
}


.fiftypreview {
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap: 44px 40px;
	margin-bottom:44px;
	display: -ms-grid;
	-ms-grid-columns: 1fr 1fr;
}

.imgLeft .fiftyFiftyContainerRight {
	-ms-grid-column:2;
}

.imgRight .fiftyFiftyContainerRight {
	-ms-grid-column:2;
}

.alginCenter {
	align-self: center;
}

.smartphoneFrameContainer {
	position: absolute;
	top: -17%;
	left: 45%;
	width: 10%;

}

.moreAboutContainer {
	padding-top:50px;
}

.moreAboutContentContainer {
	display:flex;
	justify-content: center;
	padding-top:22px;
}

.moreAboutItem {
	width:300px;
	margin-left: 20px;
	margin-right: 20px;
}

.footerContainer {
	/*padding-top:5px;*/
}

.smartContainer {
	margin-bottom:0px;
	margin-top:250px;
}

.footerTop {
	height:475px;
	border-bottom:3px solid #FFFFFF;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	background-repeat: no-repeat;
	background-position: right; 
	-ms-grid-columns:1fr 1fr 1fr;
	display:-ms-grid;
}

.footerTopItem {
	margin-top: 230px;
}

.alignCenter {
	text-align:center;
}

.footerTopItem a {
	background-color:#FFFFFF;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:115px;
	padding-right:115px;
	border-radius: 20px 20px;
	font-size: 18px;
	line-height: 20px;
	font-family: 'PlusJakartaSans-Bold';
	color:#28B8CE;
	text-decoration:none;
}

.footerCase .footerTopItem a {
	color:#961C27;
}

.footerApps .footerTopItem a {
	color:#492081;
}



.contwise_maps_2_background .footerTopItem  a {
	color:#00542C;
}

.footerTopItemInterest {
	margin-left:50px;
	-ms-grid-row:1; 
	-ms-grid-column:1;
	margin-top:150px; 
}

.footerTopItemContact {
	-ms-grid-row:1; 
   -ms-grid-column:2;
}

.footerBottom {
	color:#FFFFFF;
	font-family: 'PlusJakartaSans-Regular';
	font-size: 17px;
	line-height: 25px;
}

.footerBottomItem {
	margin-top:92px;
	margin-bottom:92px;
}

.alignRight {
	text-align:right;
}

.footerBottomItemRight {
	margin-right:50px;
}

.footerBottomItemLeft {
	margin-left:50px;
}

.footerBottomItemLeft {
	display:flex;
	flex-direction: row;
	font-family: 'PlusJakartaSans-Bold';
	font-size: 17px;
	line-height: 25px;
	margin-top: 86px;
}

.facebooktext {
	margin-left:12px;
	margin-top: 7px;
}

.footerBottomItem a {
	text-decoration:none;
	color:#FFFFFF;
}

.footerFlex {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	display: -ms-grid;
	-ms-grid-columns: 1fr 1fr 1fr;
}

.footerflex .alignCenter {
	-ms-grid-column:2;
}

.footerflex .footerBottomItemRight {
	-ms-grid-column:3
}

.footerLinksContainer {
	text-align:center;
}

.footerLinksContainer a {
	text-decoration:none;
	color:#FFFFFF;
	margin-left:12px;
	margin-right:12px;
}

.footerLinksContainer {
	padding-bottom:40px;
}

.maxWidth1440 {
	max-width: 1440px;
	margin-left:auto;
	margin-right:auto;
}

#crossIconLightbox {
	color:#FFFFFF;
	padding-right: 0px;
	margin-right:20px;
	margin-top:20px;
	position:absolute;
	top:0px;
	right:0px;
}

.infoBoxContainerDynamic .infobox {
	margin-left:auto;
	margin-right:auto;
}

#headerImagecontainer {
	text-align:right;
	background-image:url('../../pics/verlauf.png');
	background-repeat: repeat-x;
	background-size: auto 100%;
}

#headerImagecontainerimageApps {
	text-align:right;
	background-image:url('../../pics/verlauf.png');
	background-repeat: repeat-x;
	background-size: auto 100%;
}

#headerImagecontainerimageApps img{
	max-width:100%;
}	

#headerImagecontainer img {
	margin-top:155px;
	max-width:100%;
}

.detailImgClass {
	background-image:none !important;
}

.detailImgClass img {
	margin-top: 0px !important;
	width:100% !important;
}

.blogboxContainer {
	max-width:1440px;
	display: flex;
	flex-flow: row wrap;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	margin-bottom:135px;
}

.blogboxContainer h2 {
	color:#28B8CE;
	font-size: 26px;
	line-height: 30px;
	
	font-family: 'PlusJakartaSans-Bold';
}

.contentContainerCase .blogboxContainer h2 {
	color:#EB4142;
}

.contentContainerMaps .blogboxContainer h2 {
	color:#91C55E;
}

.contentContainerApps .blogboxContainer h2 {
    color: #A2559C;
}

.blogBoxContent {
	width:calc(1/3*100% - 0px);
	/*border: 1px solid rgba(0,0,0,0.1);*/
	border: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
	padding:25px;
	position:relative;
}

.blogBoxContent a {
	text-decoration:none;
}

.contactinfo {
	background-color:#1C345C;
	color:#FFFFFF;
	font-family: 'PlusJakartaSans-Regular';
	padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.teaserContent {
	text-align:center;
}

.referenzLink {
	text-align:right;
	margin-top:5px;
	padding-right:16px;
	font-style:italic;
}

.arrowDownIcon {
	font-size:50px;
}

.arrowUpIcon {
	font-size:50px;
}

.mapPaddingTop {
	margin-top: 200px;
}

.contactInformationText {
    width: calc(100% - 40px);
    float: right;
}

.contactinfo .icons {
	font-size:25px;
}

.teaserContent img{
	max-width:100%;
	max-height:350px;
}

.blogboxContainer .teaser {
	color:#707E85;
	font-size: 17px;
	line-height: 26px;
	margin-bottom:50px;
}

.plusContainer {
	position:absolute;
	text-align:right;
	right: 25px;
	bottom: 21px;
}

.blogboxPlus {
	font-size:20px;
	color:#28B8CE;
}

.contentContainerCase .blogboxPlus {
	color:#EB4142;
}

.contentContainerMaps .blogboxPlus {
	color:#91C55E;
}

.contentContainerApps .blogboxPlus {
    color: #A2559C;
}

.plusContainer a{
	text-decoration:none;
}

.detailTeaser {
	text-align:center;
}

.ourProductsContainer {
	text-align:center;
}

.newlsetterContainer {
	background-color:#28B8CE;
	display: flex;
	background-image:url('../../pics/newsletter_background_gs.png');
	background-position: right 25px;
	background-repeat: no-repeat;
	align-items: center;
	justify-content: center;
	border-bottom: 3px solid #FFFFFF;
}

.newlsetterContainer.maps {
	background-color:#91C55E;
	background-image:url('../../pics/newsletter_background_maps.png');
	background-position: right 0px;
}

.newlsetterContainer.krise {
	background-color:#961C27;
	background-image:url('../../pics/newsletter_background_krise.png');
}

.newlsetterContainer > div {
	width:25%;
}

.newlsetterContainer .newsletterLeftTextContainer {
	color:#F2F2F2;
	margin-left: 50px;
	font-size: 17px;
	line-height: 164.45%;
	font-family: 'PlusJakartaSans-Regular';
}

.newlsetterContainer .newsletterLeftTextContainer h2{
	margin-top:20px;
	margin-bottom:15px;
}

.newlsetterContainer .newsletterBox {
	background-color: #FFFFFF;
	border-radius: 5px;
	margin-top:45px;
	margin-bottom:45px;
	padding:16px;
	margin-left:17px;
	margin-right:17px;
}

.newlsetterContainer .newsletterBox .headline {
	font-size: 20px;
	line-height: 120%;
	font-family: 'PlusJakartaSans-Regular';
	margin-top:30px;
}


.newlsetterContainer .newsletterBox .newsletterProduct {
	font-size: 20px;
	line-height: 120%;
	font-family: 'PlusJakartaSans-Bold';
}

.newlsetterContainer .newsletterBox .button {
	border-radius: 20px 20px;
	display:block;
	text-align:center;
	text-decoration:none;
	font-size: 18px;
	line-height: 20px;
	font-family: 'PlusJakartaSans-Bold';
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top:80px;
}

.newlsetterContainer .newsletterBox.maps .button {
	background-color:rgba(145, 197, 94, 0.2);
	color:#00542C;
}

.newlsetterContainer.maps h2 {
	color:#00542C;
}

.newlsetterContainer .newsletterBox.maps {
	color: #91C55E;
}

.newlsetterContainer .newsletterBox.krise .button {
	background-color:rgba(235, 65, 66, 0.2);
	color:#961C27;
}

.newlsetterContainer.krise h2 {
	color:#FFFFFF;
}

.newlsetterContainer .newsletterBox.krise {
	color: #EB4142;
}

.laptopInner {
	position:absolute;
	left: 13.5%;
	top: 7.6%;
	width: 73.2%;
	height: 80.5%;
}

.laptopInner img {
	object-fit: cover;
    object-position: center center;
    width: 100%;
    max-height: 100%;
}

.fiftyfiftypreviewContainer {
	padding-top:50px;
	padding-bottom:50px;
}

.fiftyFiftyContainerLeft {
	grid-column: 1;
	text-align:right;
	-ms-grid-column: 1;
	position: relative;
}

.fiftyFiftyContainerLeft  .infoBox {
	float:right;
}

.fiftyFiftyContainerLeft  .infoBox h3{
		padding-top:0px;
		margin-top:0px;
}

.fiftyFiftyContainerRight {
	grid-column: 2;
	text-align:left;
}

.fiftyFiftyContainerRight h3.contwise_maps_2{
	text-align:left;
}

.fiftyFiftyContainerLeft h3.contwise_maps_2{
	text-align:right;
}
