          /* homepage > intro block */
.homepage #content-image .main-intro {
  overflow:hidden;
  position:relative;
  
  height:400px;
  background:#617995;
  background:#5f7693;
  
	display: -ms-flexbox;  
	-ms-flex-align: stretch;
  
  display:flex;
  align-items:stretch;
}

/* img */

.homepage #content-image .main-intro .img {
  position:relative;
  overflow:hidden;
  
  flex: 1 1 auto;
  
  background:url(/fileadmin/main/main-image.jpg) 0 bottom no-repeat;
  background:url(/fileadmin/main/main-image-trans.jpg) right bottom no-repeat;
  background:url(/fileadmin/main/main-image-2.jpg) right bottom no-repeat;  
  background-size:cover;
}

.homepage #content-image .main-intro .img .text {
  z-index:2;
  position:absolute;
  
  top:35px;
  right:35px;
  text-align:right;  
  
  color:#fff;
  
  right:0;
}

.homepage #content-image .main-intro .img .description {
  color:rgba(255,255,255,0.7);
  max-width:300px;
  margin:10px 10px 0 0;
  display:inline-block;
  font-size:var(--tiny);
}

.homepage #content-image .main-intro .img .text h2 {
  font-size:3vw;
  line-height:1.1;
    
  font-weight:bold;
  color:#fff;
  margin:0;
}

.homepage #content-image .main-intro .img .text .button {
  background:rgba(255,255,255,0.2);
  border-color:rgba(255,255,255,0.5);
  
  background:#094fa3;
  border-color:#094fa3;
  
  color:#fff;
  
  opacity:0.75;
}


/* map */
.homepage #content-image .main-intro .map {
  position:relative;
  overflow:hidden;

	-ms-flex-preferred-size: 700px;
	-ms-flex-negative:0;
	-ms-flex-positive:0;
  
  flex: 0 0 700px;
}

.homepage #content-image .main-intro .map .text {
  z-index:5;
  position:absolute;
  
  top:35px;
  right:35px;
  text-align:right;  
}

.homepage #content-image .main-intro .map .text .button {
  background:rgba(255,255,255,0.2);
  border-color:rgba(255,255,255,0.5);
  
  background:#094fa3;
  border-color:#094fa3;
  
  color:#fff;
  
  opacity:0.75;
}


/* map > position etc */
.homepage #content-image #branches {
  position:absolute;
  top:50px;
  right:10px;
  z-index:2;
}

.homepage #content-image #branches .action-map__labels a {
  font-weight:400;
  opacity:0.9;
}

         					 /* homepage > hot block */        
.homepage #content-bottom {
	position:relative;
	overflow:hidden;
	
	padding:35px 50px;
	background:#f2f3f4;
}	

.homepage #content-bottom a.button {
    background: #094fa3;
    border-color: #094fa3;
    color: #fff;
    opacity: 0.75;
	
	float:right;
}

.homepage #content-bottom .news.list[class*='cols-'] > .item {
	margin-bottom:0;
}


/* override  */
.ms-youtube .show-cont .info .date, .ms-youtube .show-cont .info .body {display:none;}
.ms-youtube .show-cont .info .body {font-size:var(--small);}



/* misc / todo */
.social a.imglink {margin-right:5px;}