.mod_newsreader .image_container {
    margin-bottom: 40px;
}
.portfolio-tiles .portfolio-tiles-item {
  max-width: 14.20%;
  margin: 0.5px;
}

.portfolio-tiles-jobs.three-rows .portfolio-tiles-item{
    width: 33% !important;
}

.portfolio-tiles .portfolio-tiles-item h3 {
  overflow-wrap: break-word;
}

.active.letter {
    cursor: pointer;
}

.nc360-slider .more a:hover {
  background: var(--mainlayoutcolor1);
}

.mod_newslist.nc360-slider .news-boxed-item p.more a {
	color:white;
}

@media (min-width:768px) and (max-width:1250px){
.no-col-md-3 .col-md-3{
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}

@media (max-width:650px){
.no-col-sm-6 .col-sm-6{
	    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}

@media screen and (max-width: 880px){
.mobile-margins .m-b-60 {
    margin-bottom: 10px !important;
}
.mobile-margins .m-b-40 {
    margin-bottom: 10px !important;
}

.mobile-margins .m-b-20 {
    margin-bottom: 10px !important;
}
}

.button.-quaternary{
    border: 2px solid white;
}
.button.-quaternary:hover{
    background-color: var(--mainlayoutcolor1);
    text-decoration: none;
    color: var(--mainlayoutcolor2);
    border: 2px solid var(--mainlayoutcolor2);
}

.submitted-message.hs-main-font-element{
	margin-top: -20px!important;
}

.hover-blue-yellow .icon-boxes-item-icon:hover {
    color: var(--mainlayoutcolor1) !important;
    border: 2px solid var(--mainlayoutcolor2) !important;
    background: var(--mainlayoutcolor2) !important;
}


.coolio .fading-boxes-item {
  position: relative;
  padding-bottom: 5.33333em;
  background: #fff;
}

.coolio .fading-boxes-item-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 5.33333em;
  left: 0;
  background: 50% 50% no-repeat;
    background-image: none;
    background-size: auto;
  background-size: contain;
  height: 250px;
  width: 100%;
}

.bgcolor2 a {
	color: white;
	text-decoration: underline;
}

.coolio .rs-column.-large-col-2-1 {
	width: 100% !important;
}



.rsts-skin-referenzen .rsts-slide {
border-radius: 12px 12px 12px 12px;
border: 1px solid #dfe2e6;
}

.rsts-skin-referenzen .rsts-slide:hover {
	box-shadow: 0px 2px 8px 0px #00000033;
}

.rsts-skin-referenzen .rsts-slide .news-boxed-item p{
	padding:0 10px;
}

.rsts-skin-referenzen .rsts-slide .news-boxed-item p img{
	padding:0px;
	width:100%!important;
	height:100px;
}

.rsts-skin-referenzen .rsts-slide .news-boxed-item .teaser_text {
  height: 400px;
  overflow: hidden;
}

#hs_show_banner_button {
  position: fixed;
  bottom: 6px;
  left: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 3em;
  height: 3em;
  overflow: hidden;
  margin: 0;
  background-color: var(--mainlayoutcolor2);
  border-radius: 50%;
  border: 2px solid white;
  cursor: pointer;
  padding: 0;
}

#hs_show_banner_button svg {
  width: 1.5em; /* Breite der SVG */
  height: 1.5em; /* Höhe der SVG */
  fill: currentColor; /* SVG-Farbe auf die aktuelle Textfarbe setzen */
  color: white; /* Farbe des SVG */
}