@charset "utf-8";

/*********
Allgemein
*********/
* {
	font-family: "avenirlight", sans-serif;
    letter-spacing: 0.025rem;
    color: #fff;
}

html {
	height: 100%;
}

a:link,
a:visited,
a:hover,
a:active {
	outline: 0;
}

.hell {
    background-color: #e6eff8;
}
.hell.weiss {
    background-color: #fff;
}

.hell * {
    color: #000;
}

.hell h1, .hell h2 {
    color: #5779a2;
}

.hell ul li,
.hell .list-item li {
    background-image: url(../img/layout/list-item.svg);
}

/*********
Allgemeine Responsive Klassen für Geräte
*********/
/* Desktop */
@media 
only screen and (min-width : 880px) {
	.desktop-off, 
	.tablet-on,
	.phone-on {
		display: none;
	}
	.desktop-on, 
	.tablet-off, 
	.phone-off {
		display: block;
	}
}
/* Tablets */
@media 
only screen and (min-width : 600px) and (max-width : 879.9px) {
	.tablet-off,
	.desktop-on, 
	.phone-on {
		display: none;
	}
	.tablet-on,
	.desktop-off, 
	.phone-off {
		display: block;
	}
}
/* Mobile */
@media 
only screen and (min-width : 220px) and (max-width : 599.9px) {
	.phone-off,
	.desktop-on, 
	.tablet-on
	 {
		display: none;
	}
	.phone-on, 
	.desktop-off, 
	.tablet-off {
		display: block;
	}
}

/*********
Allgemeine Content Styles
*********/
h1, h2, h3, p {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2.5rem; /* 40px 40/16 = 2.5 */
	font-weight: 300;
	color: #fff;
	margin-bottom: 30px;
}

h2 {
/*
    font-size: 2rem;
	font-weight: normal;
	color: #333;
*/
    font-size: 2rem;
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: 300;
}

h3 {
/*
    font-size: 1.25rem;
	color: #898989;
	margin-bottom: 10px;
	margin-top: 30px;
*/
/*
    font-size: 2rem;
    margin-bottom: 30px;
*/
    font-size: 1.25rem;
	font-weight: 300;
	font-family: "avenirmedium", sans-serif;
    margin-bottom: 10px;
/*    font-weight: bold;*/
}

h4 {
	font-size: 1rem;
	color: #fff;
	font-family: "avenirmedium", sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
}

h2:first-child, 
h3:first-child {
	margin-top: 0;	
} 

p {
	font-size: 1.15rem;
	line-height: 1.5rem;
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0;
}

p.lead {
	font-family: "avenirmedium", sans-serif;
}

p.date {
	font-size: 0.8rem;
}

p.quote {
    font-family: "avenirlightitalic", sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
/*    margin-top: 40px;*/
    opacity: 0.75;
}

address {
	font-style: normal;
}

@media 
only screen and (min-width : 220px) and (max-width : 599.9px) {
	h1 {
		font-size: 1.5rem;
	}
    
    h2 {
        font-size: 1.3rem;
    }
}

img {
	border: 0;
}

img.full {
	width: 100%;
	height: auto;
	display: block;
	align-self: flex-start;
}

.img-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.img-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}



@media 
only screen and (min-width : 220px) and (max-width : 599.9px) {
	.img-right {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0px;
	}
	.img-left {
		float: none;
		display: block;
		width: 100%;
		margin-right: 0px;
	}
}

ul, ol {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
} 

li {
/*
	padding-bottom: 10px;
	padding-left: 8px;
	margin-left: 15px;
*/
	list-style-type: disc;
	font-size: 1.15rem; /* 12px 12/16 = 0.75 */
	line-height: 1.5rem;
}

ol li {
	list-style-type: decimal;
}

/*Links*/
a {
	color: #fff;
    text-decoration: none;
}

a:hover {
/*	color: #333;*/
	text-decoration: underline;
    cursor: pointer;
}

/*
a[href^="mailto:"],
a[href^="tel"] {
	color: #fff;
    text-decoration: none;
}
*/

/* Buttons */
.btn a {
	display: block;
	padding: 15px;
	background: #000;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.btn a:hover {
	background: #333;
}

.btn.inline a {
	display: inline-block;
}

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


/*********
Raster-Styles
*********/
body {
	font-size: 100%; /* 16px = 1rem */
	height: calc(100vh - 100px);
/*    background-color: #53739a;*/
}

div.background-image {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: -100;
    background-image: url(../img/layout/background.jpg);
    background-size: cover;
    background-position: center center;
}

.content {

}

.video-full {
    border: 0px solid #fff;
/*	margin-bottom: 30px;*/
	position: relative;
/*	padding-bottom: 37.5%;  bei 16 zu 6 -> 6/16*100*/
	padding-top: 0px;
	height: 100vh;
	overflow: hidden;
}

.video-full-stillbild {
    background-size: cover;
	background-repeat: no-repeat;
    background-position: top center;
}

.summer-day {
	background-image: url(../img/content/videoheader-stillbild-summer-day.jpg);
}

.summer-evening {
	background-image: url(../img/content/videoheader-stillbild-summer-evening.jpg);
}

.winter-day {
	background-image: url(../img/content/videoheader-stillbild-winter-day.jpg);
}

.winter-evening {
	background-image: url(../img/content/videoheader-stillbild-winter-evening.jpg);
}

.video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio => bei 16 zu 9 -> 9/16*100*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video-stillbild {
	background-image: url(../img/content/videothumbnail-stillbild.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.video-full iframe,
.video iframe {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-full iframe {
    position: absolute;
    top: 0;
    left: 50%;
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
    box-sizing: border-box;
    transform: translate(-50%, 0);
    z-index: 5;
}

#logo {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 100;
}

#logo > a img {
	width: 15vw;
    max-width: 250px;
	min-width: 150px;
}

.index-site #logo > a img {
    width: 18vw;
    max-width: 350px;
}

@media 
only screen and (min-width : 600px) and (max-width : 1480px) {
	.content-block-center {
		margin-left: 45px;
		margin-right: 45px;
		width: auto;
	}
	#logo {
		top: 45px;
		left: 45px;
	}
	#logo img {
		width: 35vw;
	}
}

@media 
only screen and (min-width : 220px) and (max-width : 599.9px) {
	p, a, li {
		font-size: 90%; 
	}
	.content-block-center {
		margin-left: 25px;
		margin-right: 25px;
		width: auto;
	}
	#logo {
		top: 25px;
		left: 25px;
	}
	#logo img {
		width: 45vw;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}

main {
    z-index: 1;
    overflow-x: hidden;
}

main, footer {
    width: calc(100% - 75px);
    margin-right: 10%;
}

footer {
	position: relative;
	padding-top: 60px;
    padding-bottom: 40px;
}

footer a, footer div {
    color: #2e343e;
}

footer div.flex {
	clear: both;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items: center;
}

footer a.erp-selection img {
    width: 100px;
    height: auto;
}

footer p {
	color: #fff;
}

footer a {
    text-decoration: none;
/*    font-weight: bold;*/
}

footer a:hover {
    text-decoration: underline;
    
}

footer a[href^="mailto:"],
footer a[href^="tel"] {
	color: #fff;
	text-decoration: none;
}

.skipp {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.skipp img {
	display: block;
	width: 13px;
	height: 15px;
    
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* IE 5-7 */
	filter: alpha(opacity=70);
	/* Netscape/FireFox */
	-moz-opacity: 0.7;
	/* Safari 1.x */
	-khtml-opacity: 0.7;
	/* aktuelle Browser */
	opacity: 0.7;
}
@media 
only screen and (min-width : 220px) and (max-width : 599.9px) {
	main, footer {
		width: 100%;
		margin-right: 0;
	}
	footer {
		padding-bottom: 115px;
	}
	.skipp {
		display: none;
	}
    
    footer a.erp-selection img {
        width: 80px;
    }
}

section {
    padding-top: 70px;
    padding-bottom: 70px;
}

section.home {
    height: 100vh;
    width: calc(100vw - 50px);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 50px;
    padding-bottom: 0;
}

@media 
only screen and (min-width : 600px) and (max-width : 879.9px) {
	section.home {
		height: 50vh;
		padding-left: 45px;
	}
}

@media 
only screen and (min-width : 220px) and (max-width : 599.9px) {
    section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
	section.home {
		height: 50vh;
		padding-left: 25px;
		width: 100%;
	}
}

@media 
only screen and (orientation : landscape) and (max-height : 400px) {
    section.home {
        height: 100vh;
    }
    
    h1 {
        font-size: 2rem;
    }
}

section.home h1 {
    z-index: 10;
    text-shadow: 3px 2px 5px #000;
	margin-bottom: 42px;
}

section.socialmedia {
    position: relative;
}


section.socialmedia div.content-block-center {
    //position: relative;
}

section.socialmedia div.slider {
    //width: 33.3334%;
}
/*
section.socialmedia > div {
    max-width: 2197px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    padding: 20px;
}

@media 
only screen and (min-width : 1390px) and (max-width : 2500px) {
	section.socialmedia > div {
        max-width: 1300px;
	}
}

@media 
only screen and (min-width : 600px) and (max-width : 1476px) {
	section.socialmedia > div {
        width: calc(100% - 60px - 40px);
        margin-left: 25px;
        margin-right: 25px;
	}
}
@media 
only screen and (min-width : 220px) and (max-width : 599.9px) {
	section.socialmedia > div {
        width:calc(100% - 50px);
	}
}
*/
section.socialmedia .item-header {
    max-width: 100%;
}

section.socialmedia .item-image-container {
    position: relative;
/*    padding-bottom: 60%;*/
    padding-bottom: 100%;
    height: 0;
}

section.socialmedia .item-image-container img {
    position: absolute;
    object-fit: cover;
    object-position: left;
    width: 100%;
    height: 100%;
}

section.socialmedia .slick-list {
/*    overflow: visible;*/
    
    padding-top: 20px;
    padding-bottom: 20px;
}


/*********
Tools & spezifische Content-Styles
*********/
ul.list {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-right: 0%;
	margin-bottom: 3.5%;
}


.details-content a {
    text-decoration: underline;
}

.details-content a:hover {
    text-decoration: none;
}

@media 
only screen and (min-width : 220px) and (max-width : 799.9px) {
	.details-content {
		grid-row: 1;
		margin-bottom: 0;
	}
}

ul.list-item li,
.details-content ul li, 
.referenzen-site.details-site .acreo-box-item ul li {
    
    background-position: left 5px;
    background-size: 7px;
    background-repeat: no-repeat;
    margin-left: 0;
    margin-bottom: 10px;
    padding-left: 20px !important;
    padding-bottom: 0;
    list-style-type: none;
}

.referenzen-site.details-site .acreo-box-item ul li {
    background-image: url(../img/layout/arrow-right-schwarz.svg);
}

.details-content ol {
    margin-left: 30px;
}

.details-content ol li {
    padding-left: 5px;
}

.unternehmen-site.details-site div.details-content ul li {
    background-image: url(../img/layout/arrow-right-schwarz.svg);
}

ul.list-item.downloads li,
.details-content ul.downloads li {
    background-image: url(../img/layout/download-icon-weiss.svg) !important;
    background-position: left 6px;
    background-size: 15px;
    padding-left: 30px !important;
}

.unternehmen-site.details-site div.details-content ul.downloads li {
    background-image: url(../img/layout/downloads-icon.svg) !important;
}

.list li a {
	text-decoration: none;
	display: block;
}

/*
.list.fuenf-spalten li {
    width: 18.34319526627219%;
	margin-right: 2.071005917159763%;
	margin-bottom: 2.071005917159763%;
	float: left;
}
*/

.list.vier-spalten li {
	width: 22.375%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	float: left;
}

.list.drei-spalten li {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	float: left;
}

.list.zwei-spalten li, 
.list.zwei-spalten.news.front li {
	width: 48.25%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	float: left;
}

.list.fuenf-spalten li:nth-child(5n),
.list.vier-spalten li:nth-child(4n),
.list.drei-spalten li:nth-child(3n), 
.list.zwei-spalten li:nth-child(2n), 
.list.zwei-spalten.news.front li:nth-child(2n) {
	margin-right: 0;
}

@media 
only screen and (min-width : 600px) and (max-width : 879.9px) {
	.list.vier-spalten li, 
	.list.vier-spalten li:nth-child(4n), 
	.list.drei-spalten li, 
	.list.drei-spalten li:nth-child(3n) {
		width: 48.25%;
		margin-right: 3.5%;
	}
	.list.vier-spalten li:nth-child(2n), 
	.list.drei-spalten li:nth-child(2n) {
		margin-right: 0;
	}
	
}

@media 
only screen and (min-width : 220px) and (max-width : 599.9px) {
	.list.zwei-spalten li, 
	.list.zwei-spalten.news.front li, 
	.list.zwei-spalten li:nth-child(2n), 
	.list.zwei-spalten.news.front li:nth-child(2n),
	.list.drei-spalten li, 
	.list.drei-spalten li:nth-child(3n), 
	.list.drei-spalten li:nth-child(2n), 
	.list.vier-spalten li, 
	.list.vier-spalten li:nth-child(4n), 
	.list.vier-spalten li:nth-child(2n) {
		width: 100%;
		margin-right: 0%;
		float: none;
		display: block
	}
	
}

section.home h2 {
    color: #fff;
}

section.dienstleistungen {
    background-color: #e6eff8;
}

section.dienstleistungen img,
section.dienstleistungen picture {
    width: 100%;
}

section.news {
    color: #fff;
}

section.sub-header {
    background-position: center center;
    background-size: cover;
    height: 30vh;
}

@media 
only screen and (max-width : 800px) {
    section.sub-header {
        height: 10vh;
    }
}

.acreo-box-container,
ul.list.acreo-box-container {
/*
    display: grid;
    grid-template-columns: repeat(3, 31%);
    column-gap: 3.5%;
    row-gap: 50px;
*/
    
/*
    display: flex;
    flex-direction: row;
    justify-content: space-between;
*/
    width: 100%;
    
    max-width: 1300px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
}

ul.list.acreo-box-container li {
    margin-bottom: 0;
}



@media 
only screen and (min-width : 600px) and (max-width : 1479.9px) {
	.acreo-box-container,
    ul.list.acreo-box-container {
        width: calc(100% - 40px - 50px);
        margin-left: 25px;
        margin-right: 25px;
	}
}

@media 
only screen and (min-width : 220px) and (max-width : 599.9px) {
	.acreo-box-container,
    ul.list.acreo-box-container {
        width: calc(100% - 50px);
        padding: 25px;
        margin-left: 0;
        margin-right: 0;
	}
}

.news-site .acreo-box-container,
.referenzen-site .acreo-box-container {
    margin-top: 30px !important;
}

.slick-slider {
	width: 101.993428258488499%;
	margin-left: -0.9967141292442497%;
}

@media 
only screen and (max-width : 1389.9px) {
	.slick-slider {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
}

.slick-track {
    display: grid !important;
    grid-template-columns: repeat(10, 1fr);
}

.slick-slide {
    height: 100%;
}

.slick-slide > div {
	margin-right: 4.8%;
	margin-left: 4.8%;
/*	margin-left: 5.25%;*/
    height: 100%;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	font-size: 0;
	line-height: 0;
	width: 23.46666666666666px;
	height: 30px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: none;
	background-repeat: no-repeat;
	z-index: 1;
}

.slick-arrow.slick-disabled {
	display: none !important;
}

.slick-prev {
	left: 60px;
	background-image: url('../img/layout/arrow-left.svg');
}

.slick-next {
	right: 60px;
	background-image: url('../img/layout/arrow-right.svg');
}

.slick-track:before {
    display: inherit !important;
    content: inherit !important;
}

@media 
only screen and (min-width : 600px) and (max-width : 1600px) {
	.slick-arrow {
        width: 15px;
	}
    .slick-prev {
        left: 10px;
    }
    .slick-next {
        right: 10px;
    }
}
@media 
only screen and (min-width : 220px) and (max-width : 599.9px) {
	.slick-arrow {
        width: 10px;
		height: 20px;
	}
    .slick-prev {
        left: 8px;
    }
    .slick-next {
        right: 8px;
    }
}

ul.partner {
	display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 3rem;
    row-gap: 3rem;
}

.partner li.acreo-box-item {
	padding: 10px;
	height: auto;
}

.acreo-box-item {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 5px 5px 15px 1px rgb(0 0 0 / 40%), -5px -5px 15px 2px rgb(255 255 255 / 15%);
    height: 100%;
}

.acreo-box-item > a {
    height: 100%;
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.acreo-box-item a:hover {
    text-decoration: none;
}

.acreo-box-item * {
    color: #000;
}

.acreo-box-item h3 {
    padding: 25px;
    padding-bottom: 0;
    margin: 0;
}

.acreo-box-item p {
    padding: 25px;
    padding-top: 20px;
    padding-bottom: 25px;
    margin: 0;
/*    margin-bottom: 50px;*/
}

.socialmedia .acreo-box-item p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; 
    padding-bottom: 0;
    margin-bottom: 25px;
}

.acreo-box-item div.item-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    height: 50px;
}

.acreo-box-item div.item-footer .social-icon {
    margin-left: 25px;
    margin-bottom: 20px;
    height: 20px;
}

.acreo-box-item a:hover {
    cursor: pointer;
}

.acreo-box-item div.item-footer.dots-icon {
    background-image: url('../img/layout/dots-icon.svg');
    position: relative;
}

.acreo-box-item:hover > div.item-footer.dots-icon,
.acreo-box-item a:hover > div.item-footer.dots-icon {
    background-image: url('../img/layout/dots-icon-hover.svg');
}

.acreo-box-item div.item-footer.arrow-icon {
    background-image: url('../img/layout/arrow-icon.svg');
}

.acreo-box-item a:hover > div.item-footer.arrow-icon {
    background-image: url('../img/layout/arrow-icon-hover.svg');
}

.acreo-box-item div.item-footer p.date {
/*
    margin-left: 25px;
    margin-bottom: 20px;
*/
    padding-top: 0;
    color: #9d9d9c;
    
    margin-bottom: 0;
    padding-bottom: 15px;
}

.acreo-box-item.blindbewerbung {
	background-color: #53739a !important;
}

.acreo-box-item.blindbewerbung *,
.acreo-box-item.blindbewerbung h3,
.acreo-box-item.blindbewerbung p {
	color: #fff !important;
}

.acreo-box-item.blindbewerbung p a {
	text-decoration: underline;
}

.acreo-box-item.blindbewerbung p a {
	text-decoration: underline;
}

.acreo-box-item.blindbewerbung p a:hover {
	text-decoration: none;
}

.grid-3 > .acreo-box-item.blindbewerbung:only-child {
	width: 100%;
}

section .dienstleistung-container {
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 2px solid #fff;
}

section .dienstleistung-container:first-of-type {
    padding-top: 0;
}

section .dienstleistung-container:last-of-type {
    padding-bottom: 0;
    border: none;
}

.referenzen-site h3 {
/*    font-weight: bold;*/
    text-transform: uppercase;
}

.referenzen-site .item-header img {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
    width: 80%;
    height: auto;
    background-color: #e6eff8;
}

.referenzen-site .acreo-box-item div.item-footer {
    flex-direction: row-reverse;
}

.referenzen-container {
    margin-top: 50px;
}

ul.list.referenz-images {
    margin-top: 3.5%;
}

.referenzen-site.details-site .acreo-box-item {
    height: auto;
    margin-bottom: 3.5%
}

.referenzen-site.details-site .acreo-box-item h2 {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700;
    
    padding: 25px;
    padding-bottom: 0;
    margin: 0;
}

.referenzen-site.details-site .acreo-box-item ul {
    padding: 25px;
    margin-bottom: 0;
}

.acreo-team {
    display: grid;
    grid-template-columns: repeat(4, 22%);
/*    grid-gap: 1em;*/
    margin-top: 1em;
    justify-content: space-between;
    
    
    width: calc(100% - 40px);
    max-width: 1300px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    row-gap: 40px;
}

@media 
only screen and (min-width : 1050px) and (max-width : 1400px) {
    .acreo-team {
        grid-template-columns: repeat(3, 30%);
    }
}

@media 
only screen and (max-width : 1049.5px) {
    .acreo-team {
        grid-template-columns: repeat(2, 45%);
        column-gap: 10%;
        justify-content: center;
    }
	
	ul.partner {
		grid-template-columns: repeat(2, 1fr);
	}
}


@media
only screen and (max-width : 800px) {
    section .dienstleistung-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
	/*ul.partner {
        grid-template-columns: 100%;
        column-gap: 2rem;
        row-gap: 2rem;
    }*/
}

a.acreo-btn {
    font-family: "avenirmedium", sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 10px;
/*    width: 150px;*/
    text-align: center;
    background-color: #e6eff8;
    color: #53739a;
    text-decoration: none;
/*    width: 22%;*/
    
    box-shadow: 5px 5px 15px 1px rgb(0 0 0 / 40%), -5px -5px 15px 2px rgb(255 255 255 / 15%);
    transition: ease 0.5s;
}

a.acreo-btn:hover {
    background-color: #53739a;
    color: #e6eff8;
    
/*
    box-shadow: none;
    transform: scale(0.98);
*/
}

.hell a.acreo-btn {
    background-color: #53739a;
    color: #e6eff8;
}

.hell a.acreo-btn:hover {
    background-color: #e6eff8;
    color: #53739a;
}

.unternehmen-site body {
    background-color: #e6eff8;
}

.unternehmen-site.details-site h2 {
    margin-bottom: 10px;
    margin-top: 30px;
}

/*
.unternehmen-site.details-site main a {
    display: block;
    margin-bottom: 10px;
}
*/

.unternehmen-site section.weiss {
    padding-bottom: 0 !important;
}

.teambild {
    width: 100%;
}

.teambild.member {
    display: none;
}

img.dienstleistungen-icon {
    height: 100px;
}

.acreo-team-images {
    background-color: #fff;
    padding-left: 5%;
    padding-right: 5%;
}

@media 
only screen and (min-aspect-ratio: 4/2) {
	.acreo-team-images {
		padding-left: 15%;
		padding-right: 15%;
	}
}

.acreo-team-images img {
    display: block;
}

.team-socials {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
}

.team-socials a {
    width: 30px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.item-image-container {
    width: 100%;
    position: relative;
}

.item-image-container:after {
    padding-bottom: 100%;
    display: block;
    content: "";
}

.item-image-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

a.extern-link {
    background-image: url(../img/layout/link-icon-weiss.svg);
    background-position: left 1px;
    background-size: 15px;
    background-repeat: no-repeat;
    margin-left: 0;
    margin-bottom: 10px;
    padding-left: 30px !important;
    padding-bottom: 0;
    list-style-type: none;
    display: inline-block;
    margin-top: 30px;
    text-decoration: none !important;
}

a.extern-link:hover {
    text-decoration: underline !important;
}

section.zurueck {
    padding-bottom: 20px;
    z-index: 100;
}

section.zurueck .grid-container {
    overflow: visible;
}

section.zurueck .content-block-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

section.zurueck a.acreo-btn {
    padding-left: 30px;
    padding-right: 30px;
}

a.team-member-image {
    background-color: #fff;
    box-shadow: 5px 5px 15px 1px rgb(0 0 0 / 40%), -5px -5px 15px 2px rgb(255 255 255 / 15%);
    display: flex;
}

ul.downloads {
    margin-top: 25px;
}

ul.downloads li {
    text-decoration: underline;
    margin-bottom: 10px;
}

ul.downloads li:hover {
    text-decoration: none;
}

div.yt-movie {
    margin-top: 40px;
}
.unternehmen-site div.yt-movie {
    margin-top: 0px;
}

.ui-selectmenu-text {
    color: #000;
}

.testimonial-container {
/*
    display: flex;
    flex-direction: row;
*/
    align-items: center;
}

.referenz-filter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-height: 35px;
    z-index: 1;
    
/*
    grid-column: 3 / 4;
    grid-row: 2 / 4;
*/
}

@media 
only screen and (max-width : 799px) {
    .referenz-filter {
        margin-top: 25px;
    }
    
/*
    .unternehmen-site.details-site .details-content h1 {
        margin-top: 50px;
    }
*/
    
    img.dienstleistungen-icon {
        height: 80px;
    }
}

.referenz-filter a.filter-reset {
    background-color: #e6eff8;
    box-shadow: 5px 5px 15px 1px rgb(0 0 0 / 40%), -5px -5px 15px 2px rgb(255 255 255 / 15%);
    opacity: 0.2;
    pointer-events: none;
    cursor: default;
	z-index: 1;
}

.referenz-filter a.filter-reset.active {
    opacity: 1;
    pointer-events: inherit;
    cursor: pointer;
}

.referenz-filter a.filter-reset img {
    padding: 12px;
    height: 11px;
    width: 11px;
}

.impressum-site address {
    margin-bottom: 15px;
}

.nav-icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.nav-facebook {
    background-image: url(../img/layout/facebook-icon-weiss.svg);
}
.nav-facebook:hover {
    background-image: url(../img/layout/facebook-icon-weiss-hover.svg);
}

.nav-instagram {
    background-image: url(../img/layout/instagram-icon-weiss.svg);
}
.nav-instagram:hover {
    background-image: url(../img/layout/instagram-icon-weiss-hover.svg);
}

.nav-linkedin {
    background-image: url(../img/layout/linkedin-icon-weiss.svg);
}
.nav-linkedin:hover {
    background-image: url(../img/layout/linkedin-icon-weiss-hover.svg);
}

.nav-youtube {
    background-image: url(../img/layout/youtube-icon-weiss.svg);
}
.nav-youtube:hover {
    background-image: url(../img/layout/youtube-icon-weiss-hover.svg);
}

.team-tel-mail {
    margin-top: 30px;
    margin-bottom: 25px;
}

.team-tel-mail a {
    font-size: 1.15rem;
    line-height: 1.5rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    padding-left: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

@media 
only screen and (max-width : 600px) {
    .team-tel-mail a {
        font-size: 90%;
    }
}

.team-socials a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}

.team-mail {
    background-image: url(../img/layout/mail-icon-blau.svg);
}
.team-mail:hover {
    background-image: url(../img/layout/mail-icon-blau-hover.svg);
}

.team-phone {
    background-image: url(../img/layout/phone-icon-blau.svg);
}
.team-phone:hover {
    background-image: url(../img/layout/phone-icon-blau-hover.svg);
}

.team-whatsapp {
    background-image: url(../img/layout/whatsapp-icon-blau.svg);
}
.team-whatsapp:hover {
    background-image: url(../img/layout/whatsapp-icon-blau-hover.svg);
}

.team-facebook {
    background-image: url(../img/layout/facebook-icon-blau.svg);
}
.team-facebook:hover {
    background-image: url(../img/layout/facebook-icon-blau-hover.svg);
}

.team-instagram {
    background-image: url(../img/layout/instagram-icon-blau.svg);
}
.team-instagram:hover {
    background-image: url(../img/layout/instagram-icon-blau-hover.svg);
}

.team-linkedin {
    background-image: url(../img/layout/linkedin-icon-blau.svg);
}
.team-linkedin:hover {
    background-image: url(../img/layout/linkedin-icon-blau-hover.svg);
}

.team-xing {
    background-image: url(../img/layout/xing-icon-blau.svg);
}
.team-xing:hover {
    background-image: url(../img/layout/xing-icon-blau-hover.svg);
}

.team-twitter {
    background-image: url(../img/layout/twitter-icon-blau.svg);
}
.team-twitter:hover {
    background-image: url(../img/layout/twitter-icon-blau-hover.svg);
}

.acreomodell {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.acreomodell > p:first-of-type {
    margin-bottom: 0;
    margin-top: -5px;
}

.acreomodell > p:last-of-type {
    margin-top: 20px;
}

.animation-container {
    width: 80%;
    margin: 50px 10% 50px 10%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media 
only screen and (max-width : 800px) {
    .animation-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 30px;
        row-gap: 30px;
    }
}

.animation-item {
    box-shadow: 10px 10px 15px 1px rgb(87 121 162 / 40%), -5px -5px 15px 2px rgb(255 255 255 / 50%);
    margin-left: 3%;
    margin-right: 3%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.animation-item:hover {
    cursor: pointer;
}

.animation-item lottie-player {
    z-index: 10;
}

.animation-item-title {
    position: absolute;
    text-align: center;
    margin-bottom: 20px !important;
}

@media 
only screen and (min-width : 800px) and (max-width : 1000px) {
    .animation-item-title {
        margin-top: 10% !important;
        margin-bottom: 10px !important;
    }
    
    .acreomodell p.lead {
        font-size: 1rem;
    }
}

ul.img-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3rem;
    row-gap: 2rem;
    margin-top: 50px;
}

@media 
only screen and (max-width : 1200px) {
    .impressum-site .grid-2-1 {
        display: inherit;
    }
}

.ui-selectmenu-button.ui-button,
.ui-selectmenu-button.ui-button:active {
    background: #e6eff8;
}

.ui-button .ui-icon,
.ui-selectmenu-button.ui-button:hover .ui-icon,
.ui-selectmenu-button.ui-button:focus .ui-icon,
.ui-selectmenu-button.ui-button:active .ui-icon {
    background-image: url('../img/layout/arrow-down-schwarz.svg');
    background-size: contain;
    background-position: center center;
}

li.ui-menu-item {
    padding: 0;
    font-size: 1rem;
}

li.ui-menu-item div.ui-menu-item-wrapper {
    padding: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ui-menu-item-wrapper {
    background: #e6eff8 !important;
    color: #000;
}

.ui-state-active {
    background: #5779a2 !important;
}

/*********
Accordion und Tab/Register
*********/
.ui-corner-all, 
.ui-corner-top, 
.ui-corner-left, 
.ui-corner-tl,
.ui-corner-bottom {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover,
.ui-state-active:focus {
	border:none;
	background:#C00003;
	font-weight:normal;
	color:#fff;
	outline: none;
}

.ui-tabs {
    padding: 0;
}

.ui-tabs .ui-tabs-nav {
    border: none;
	border-bottom: 1px solid #ddd;
}


.accordion {
	margin-bottom: 20px;
}

.accordion h3 {
	outline: none;
}

.accordion .ui-icon, 
.accordion .ui-widget-header .ui-icon, 
.accordion .ui-state-hover .ui-icon, 
.accordion .ui-state-focus .ui-icon, 
.accordion .ui-button:hover .ui-icon, 
.accordion .ui-button:focus .ui-icon, 
.accordion .ui-state-highlight .ui-icon, 
.accordion .ui-button .ui-state-highlight.ui-icon, 
.accordion .ui-state-error .ui-icon, 
.accordion .ui-state-error-text .ui-icon, 
.accordion .ui-button .ui-icon, 
.accordion .ui-icon, 
.accordion .ui-widget-header .ui-icon, 
.accordion .ui-state-hover .ui-icon, 
.accordion .ui-state-focus .ui-icon, 
.accordion .ui-button:hover .ui-icon, 
.accordion .ui-button:focus .ui-icon, 
.accordion .ui-state-highlight .ui-icon, 
.accordion.service .ui-button .ui-state-highlight.ui-icon, 
.accordion.service .ui-state-error .ui-icon, 
.accordion.service .ui-state-error-text .ui-icon, 
.accordion.service .ui-button .ui-icon {
	/*background-image: url(../img/layout/skipp-anker.svg);
	background-size: 10px;
	background-position: 0px 3px;*/
	outline: none;
}

.accordion .ui-state-active .ui-icon, 
.accordion .ui-button:active .ui-icon, 
.accordion .ui-state-active .ui-icon, 
.accordion .ui-button:active .ui-icon {
	/*background-image: url(../img/layout/skipp-anker-weiss.svg);*/
	outline: none;
}


/*********
Navigation
*********/
div.main-nav {
    height: 50%;
}

div.social-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

div.social-nav a {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 30px;
    width: 30px;
}

div.social-nav a img {
    height: 30px;
}

/*div.social-nav a.nav-youtube img {
    height: auto;
    width: 30px;
}*/

div.bottom-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: calc(50% + 100px);
}

div.bottom-nav img.arrow-up {
    width: 20px;
    margin-bottom: 45px;
}

section.video-full img.arrow-down {
    width: 20px;
    bottom: 20px;
	left: 0;
	position: absolute;
	z-index: 6;
	transform: translateX(calc(50vw - 55.5px));
}

footer div.social-nav {
	display: none;
}


@media 
only screen and (min-width : 220px) and (max-width : 599.9px) {	
	div.bottom-nav {
		display: none;
	}
}

@media 
only screen and (min-width : 220px) and (max-width : 879.9px) {
	section.video-full img.arrow-down {
		display: none;
	}
}

@media 
only screen and (min-width : 220px) and (max-width : 599.9px) {	
	footer div.social-nav {
		display: block !important;
	}
	
	footer div.social-nav a {
		display: inline-block;
		float: left;
		height: 20px;
    	width: 20px;
		margin-right: 10px;
		margin-top: 0px;
	}
	footer div.social-nav a:last-child {
		margin-right: 0px;
	}
	
	footer div.social-nav a.nav-youtube {
		width: 23px;
		margin-top: 2px !important;
	}
	
	footer .nav-facebook {
    background-image: url(../img/layout/facebook-icon-grey.svg);
	}
	footer .nav-facebook:hover {
    background-image: url(../img/layout/facebook-icon-grey-hover.svg);
	}

	footer .nav-instagram {
		background-image: url(../img/layout/instagram-icon-grey.svg);
	}
	footer .nav-instagram:hover {
		background-image: url(../img/layout/instagram-icon-grey-hover.svg);
	}

	footer .nav-linkedin {
		background-image: url(../img/layout/linkedin-icon-grey.svg);
	}
	footer .nav-linkedin:hover {
		background-image: url(../img/layout/linkedin-icon-grey-hover.svg);
	}

	footer .nav-youtube {
		background-image: url(../img/layout/youtube-icon-grey.svg);
	}
	footer .nav-youtube:hover {
		background-image: url(../img/layout/youtube-icon-grey-hover.svg);
	}

}

/*********
Tabellen
*********/
table, tbody, thead {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0px;
	margin-bottom: 15px;
}

tr, td, th {
	border: 0px;
}

/*tr:nth-child(even) {
	background-image:url(../img/layout/bg_weiss60.png);
}*/

tr {
	padding: 0px;
	margin: 0px;
}

/* tr:hover {
	background-color: #A4A4A4;
} */

th {
	padding: 8px;
	/* border-bottom: 1px solid #000; */
	vertical-align: top;
	text-align: left;
	color: #fff;
	/* background-color: #333; */
    font-weight: bold;
    background: none;
    border-bottom: 1px dotted #000;
}


td {
	margin: 0;
	padding: 8px;
	border-bottom: 1px dotted #000;
	vertical-align: top;
	text-align: left;
}

@media 
only screen and (min-width : 220px) and (max-width : 879.9px) {
    .details-content table {
        margin-top: -20px;
    }

    .details-content tbody {
        display: flex;
        flex-direction: column;
    }

    .details-content tr {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dotted #000;
    }

    .details-content th {
        border: none;
    }

    .details-content td {
        display: block;
        border: none;
    }
}

/*********
Formulare
*********/
form {
	overflow: hidden;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

form p {
	padding-bottom: 10px;
}

legend {
	padding: 0;
	margin: 0;
	margin-bottom: 7px;
	font-size: 1rem;
	text-transform: uppercase;
}

label {
	display: block;	
	margin-bottom: 5px;
}

label.inline {
	display: inline;
}

input, 
select, 
textarea {
	background-color: #A4A4A4;
	color: #000;
	border: 0;
	padding: 8px;
	width: 100%;
	margin-bottom: 8px;
}

/* Autocomplete Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0 0 #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

input, 
textarea {
	width: 90%;
	width: calc(100% - 16px);
}

textarea {
	height: 120px;
}

input:focus {
	/*border-color: #2A8E01;*/
}

input[type="checkbox"], 
input[type="radio"] {
	width: auto;
	margin-right: 5px;
	border: 0;
}

input[type="checkbox"] {
	border: 0;
	background: #fff;
	padding: 0px;
}

input[type="submit"], 
button[type="submit"] {
	width: 100%;
	background: #333;
	color: #fff;
}

input[type="submit"]:hover {
}

input.pflicht, 
textarea.pflicht {
	/*border-right: 3px solid #000;*/
}

.validationerror {
	background: #CB0003;
	color: #fff;
	padding: 8px;
	margin-bottom: 1px;
	width: 100%;	
}

@media 
only screen and (min-width : 220px) and (max-width : 879.9px) {
	input, 
	select,
	textarea,
	input[type="submit"],
	button[type="submit"],
	input[type="submit"]:hover, 
	.validationerror
	 {
		width: 90%;
		width: calc(100% - 16px);
	}

	input, 
	select, 
	input[type="submit"],
	button[type="submit"],
	input[type="submit"]:hover {
		width: 100%;
	}
}


/*********
Dropdown-Checkbox Filter
*********/
.dropdown-check-list {
    display: inline-block;
/*    position: absolute;*/
	width: calc(100% - 40px);
}

.dropdown-check-list span,
.dropdown-check-list ul {
    box-shadow: 5px 5px 15px 1px rgb(0 0 0 / 40%), -5px -5px 15px 2px rgb(255 255 255 / 15%);
}

.dropdown-check-list span.geili {
    box-shadow: 5px 0px 15px 1px rgb(0 0 0 / 40%), -5px -5px 15px 2px rgb(255 255 255 / 15%);
}

.dropdown-check-list .anchor {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 0.5rem 1rem ;
	color: #000;
	background: #e6eff8;
	width: calc(100% - 2rem);
    font-family: "avenirmedium", sans-serif;
}

.dropdown-check-list .anchor:after,
.dropdown-range-slider .anchor:after {
    position: absolute;
    content: "";
/*
    border-left: 2px solid black;
    border-top: 2px solid black;
    padding: 5px;
    right: 10px;
    top: 20%;
    transform: rotate(-135deg);
*/
    background-image: url(../img/layout/arrow-down-schwarz.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    top: 13px;
    right: 1rem;
}

.dropdown-check-list .geili:after {
/*
    transform: rotate(45deg);
    top: unset;
    bottom: 20%;
*/
    background-image: url(../img/layout/arrow-up-schwarz.svg);
}

.dropdown-check-list .items {
    padding: 1rem 1rem 0.6rem 1rem;
    display: none;
    margin: 0;
	margin-top: 1px;
	border-top: none;
/*    position: absolute;*/
    width: calc(100% - 2rem);
/*    width: 250px;*/
    background: #e6eff8;
}

.dropdown-check-list ul.items li {
    list-style: none;
	font-size: 100%;
	line-height: unset;
    margin: 0;
	padding: 0;
	padding-bottom: 0.4rem;
}

.dropdown-check-list ul.items li label,
.dropdown-check-list ul.items li label i {
	color: #000;
    display: inline;
}

.dropdown-check-list ul.items li b {
    margin-top: 5px;
    margin-bottom: 2px;
    display: block;
    color: #000;
}

.dropdown-check-list ul.items li button {
	padding: 10px;
	text-align: center;
	background-color: #53739a;
	color: #fff;
	border: none;
	box-shadow: 5px 5px 15px 1px rgb(0 0 0 / 40%), -5px -5px 15px 2px rgb(255 255 255 / 15%);
	transition: ease 0.5s;
    cursor: pointer;
}
.dropdown-check-list ul.items li button {
	width: 100%;
	margin-right: 10px;
    font-family: "avenirmedium", sans-serif;
    margin-top: 15px;
}

.dropdown-check-list ul.items li button:hover {
/*
    box-shadow: none;
    transform: scale(0.98);
	text-decoration: none;
*/
    background-color: #e6eff8;
    text-decoration: none;
    color: #53739a;
}
.dropdown-check-list > a {
	width: 16px;
	display: inline-block;
    font-family: "avenirmedium", sans-serif;
}

/*********
Masonry Box-System
*********/
.masonry-box {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.masonry-box .box-item {
	margin-bottom: 35px;
	
}

/* Salvattore - Masonry */
/* These are the classes that are going to be applied: */
.masonry-box .column { 
	float: left;
}

.masonry-box .size-1of4, 
.masonry-box .size-1of3, 
.masonry-box .size-1of2 { 
	margin: 0;
	padding: 0;
	float: left;
	width: 22.375%;
	margin-right: 3.5%;
}

.masonry-box .size-1of3 { 
	width: 31%;
}

.masonry-box .size-1of2 {
	width: 48%;
	margin-right: 4%;
}

.masonry-box .size-1of1 {
	width: 100%;
	margin-right: 0;
}

.masonry-box .size-1of4:nth-child(4n), 
.masonry-box .size-1of3:nth-child(3n), 
.masonry-box .size-1of2:nth-child(2n) {
	margin-right: 0;
}

@media screen and (min-width: 880px) and (max-width: 5000px) {
	.masonry-box[data-columns]::before {
		content: '3 .column.size-1of3';
	}
	.vier-spalten.masonry-box[data-columns]::before {
		content: '4 .column.size-1of4';
	}
}
@media screen and (min-width: 600px) and (max-width: 879.9px) {
	.masonry-box[data-columns]::before {
		content: '2 .column.size-1of2';
	}
}
@media screen and (max-width: 599.9px){
	.masonry-box[data-columns]::before {
		content: '1 .column.size-1of1';
	}
}

/* Google Map */
.gm-style-iw-d * {
	color: #000;
}
.gm-style-iw-d p {
	font-size: 1rem;
}
