@font-face {
  font-family: 'CoreSans';
  font-style: normal;
  font-display: auto;
  font-weight: 400;
  src: local('CoreSans'),
  	url('../fonts/31168F_0_0.eot') format('embedded-opentype'), 
  	url('../fonts/31168F_0_0.woff2') format('woff2'), 
  	url('../fonts/31168F_0_0.woff') format('woff'), 
  	url('../fonts/31168F_0_0.ttf') format('truetype');
}

@font-face {
  font-family: 'CoreSans';
  font-style: normal;
  font-weight: 100;
  src: local(''),
	   url('../fonts/S-Core-CoreSansN15ExtraLight.otf') format('opentype'); 
}

@font-face {
  font-family: 'CoreSans';
  font-style: normal;
  font-weight: 200;
  src: local(''),
       url('../fonts/S-Core-CoreSansN25ExtraLight.otf') format('opentype'); 
}
@font-face {
  font-family: 'CoreSans';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/S-Core-CoreSansN35Light.otf') format('opentype'); 
}


html, body {
  width: 100%;
}

body {
  padding-bottom: 0px;
  background: #fff;
  font-size: 0.9em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 150%;
}

@media (min-width: 768px) {    
	body {
		font-size:13px;
	}
}


@media (min-width: 992px) {    
	body {
		font-size:14px;
	}
}

.container.marketing {
	text-align: justify;
}

@media (min-width: 768px), all {
	.container {
		width: auto;
		max-width: 1170px;
	}
}

* {
	box-sizing: border-box;
}

a {
  color: #004b93;
  cursor: pointer !important;
}

a:hover {
  cursor: pointer !important;
}

a:hover img {
}

b {
  font-weight: 600;
  color: #004b93;
}

hr {
	border: 0px solid #000;
	border-top: 1px solid #004b93;
	margin: 10px 0;
}

svg,
img {
  max-width: 100%;
  height: auto;
}

video {
	width: 100%;
	max-width: 700px;
	border: 1px solid #000;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

#image-maps-cct,
#c151 > div > div.ce-gallery > div > div > div > div > div > img {
	max-width: none;
}

.clearfix {
  border: 0 !important;
  margin: 0 !important;
}

span.super {display: inline; vertical-align: super; font-size: 70%;}
span.sub {display: inline; vertical-align: sub; font-size: 70%;}

.important {
  color: #ac4a4a;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'CoreSans';
/*   text-transform: uppercase; */
  font-weight: 400;
  text-align: left;
}

.content-default h1,
.content-default h2,
.content-default h3,
.content-default h4,
.content-default h5,
.content-default h6 {
  display: block;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  width: 100%;
  column-count: 1;
}

h1, .h1 {
  font-size: 27px;
}

.sidebar h3 {
	font-size: 110%;
}

#p225 table td {
	padding: 2px 3px;
	text-align: left;
}


@media (min-width: 768px) {    
	h1, .h1 {
	  font-size: 30px;
	}
}


h2, .h2 {
  font-size: 18px;
  color: #45aec0;
  font-weight: 400;
}

.tx-fp-newsletter h3 {
  color: #45aec0;
}

h3, .h3, #p92 .news h2 {
  font-size: 16px;
  font-weight: 200;
}

h5, .h5 {
  font-size: 100%;
  font-weight: 400;
	color: #004b93;
}

.ce-gallery figcaption {
	text-align: initial;
	color: #666;
}



@media (min-width: 768px) {    
	h2, .h2 {
		font-size: 19px;
	}
	h3, .h3, #p92 .news h2 {
		font-size: 19px;
	}
}


@media (min-width: 992px) {    
	h2, .h2 {
		font-size: 26px;
	}
	h3, .h3, #p92 .news h2 {
		font-size: 24px;
	}
}

/* Bilder / Text Float aufheben */
@media (max-width: 480px) { 
	.ce-intext.ce-left .ce-gallery, .ce-intext.ce-right .ce-gallery {
		float: none;
	}
}

/* hide Login (für cookies) */
.hideCC {
	display: none !important;
}


.sidebar h2, .sidebar h3, .sidebar h4, .sidebar .ce-bodytext, .sidebar .ce-bodytext a {
	color: #fff;
}

.featurette-divider {
  margin: 30px 0;
}

.img-circle {
  margin: 2em 0;
}

/* UL LI Liste Pfeil */

ul.arrow {
	padding-left: 15px;
}

ul.arrow li {
	list-style: none;
	padding-left: 0;
	margin: 0;
	text-indent: -13px;
}

.frame-type-menu_pages li {
	list-style: none;
	padding: 4px 0;
	margin: 0;
	text-indent: -13px;
	font-size: 110%;
	line-height: 160%;
}

ul.arrow li:before, .frame-type-menu_pages li:before {
    background: url('../img/pfeil-liste.png') no-repeat;
    background-size: 6px 10px;
    display: inline-block;
    width: 10px; 
    height: 10px;
    content:"";
    padding-right: 3px;
}

/* bootstrap width fix */

body>.container.marginTop {
	margin-top: 106px;
}

@media (max-width: 460px) {
	body>.container.marginTop {
		margin-top: 0px;
	}
}

.carousel {
  margin-bottom: 0;
  height: 150px;
}

.carousel .item {
  height: 150px;
  overflow: hidden;
  background-color: transparent !important;
}

.carousel-inner > .item > img {
  left: 50%;
  transform: translateX(-50%);
  height: 150px;
  min-width: 0;
  max-width: 100000%;
  width: auto !important;
}




@media (min-width: 390px) {    
  .carousel {
    height: 186px;
  }
  
  .carousel .item {
    height: 186px;
  }
  
  .carousel-inner > .item > img {
    height: 186px;
  }
}

@media (min-width: 460px) {    
  .carousel {
    height: 218px;
  }
  
  .carousel .item {
    height: 218px;
  }
  
  .carousel-inner > .item > img {
    height: 218px;
  }
}

@media (min-width: 530px) {    
  .carousel {
    height: 246px;
  }
  
  .carousel .item {
    height: 246px;
  }
  
  .carousel-inner > .item > img {
    height: 246px;
  }
}

@media (min-width: 604px) {    
  .carousel {
    height: 280px;
  }
  
  .carousel .item {
    height: 280px;
  }
  
  .carousel-inner > .item > img {
    height: 280px;
  }
}

@media (min-width: 672px) {    
  .carousel {
    height: 315px;
  }
  
  .carousel .item {
    height: 315px;
  }
  
  .carousel-inner > .item > img {
    height: 315px;
  }
}

@media (min-width: 992px) {
  .carousel {
    height: 410px;
  }
  
  .carousel .item {
    height: 410px;
  }
  
  .carousel-inner > .item > img {
    height: 410px;
  }
}

@media (min-width: 1200px) {
  .carousel {
    height: 500px;
  }
  
  .carousel .item {
    height: 500px;
  }
  
  .carousel-inner > .item > img {
    height: 500px;
  }
}

.carousel-control {
  filter: alpha(opacity=20);
  opacity: .2;
}

.carousel-control:focus, .carousel-control:hover {
  filter: alpha(opacity=30);
  opacity: .3;
}



.kontext .career-item > a,
.career-item > a {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #5a5a5a;;
}

.kontext .career-item > a:hover,
.career-item > a:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5
}



div.socialmedia {
  top: 169px !important;
  display: none;
}


footer #footerLogo {
	width: 233px;
	height: 30px;
	top: 0px;
	position: relative;
	float: none;
	padding: 12px 0 0 0;
	background: url(/fileadmin/templates/img/footer_itm_Logo_einzeilig_negativ_RGB.png) 0 10px no-repeat;
}

@media
only screen and (min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio: 2) {
	footer #footerLogo {
		background: url(/fileadmin/templates/img/footer_itm_Logo_einzeilig_negativ_RGB2x.png) 0 10px no-repeat;
		background-size: 233px 18px;
	}
}

.border-bottom {
	box-shadow: 0px 6px 5px -5px;
	display: table;
	width: 100%;
	box-sizing: content-box;
	display: table;
	margin-bottom: 5px;
}

.border-bottom .ce-nowrap.ce-left > div {
	padding: 0;
	margin: 0;
}

.border-bottom .ce-textpic.ce-intext.ce-nowrap {
	padding: 0 !important;
	display: table-row;
}

.border-bottom  h2 {
	margin-top: 15px;
	font-size: 15px;
}

.border-bottom .ce-gallery {
	float: none !important;
}

.border-bottom .ce-bodytext {
}

.rounded-img img {
	border-radius: 400px;
}

.rounded-img figcaption {
	text-align: center;
}

#c923 .ce-row {
	display: flex;
	justify-content: space-around;
}

#c923 .ce-row > div {
	margin: 0 20px;
}


@media (max-width: 780px) {  
	footer .col-md-7 {
		padding-left: 0px;
	}
	
}

@media (min-width: 420px) {    
	.border-bottom .ce-gallery {
		display: table-cell;
		vertical-align: bottom;
	}
	.border-bottom .ce-bodytext {
		display: table-cell;
		vertical-align: top;
		width: 37%;
		text-align: left;
	}
}


@media (max-width: 420px) { 
	.border-bottom .ce-bodytext {
		width: 100% !important;
	}
}



	.border-bottom .ce-bodytext {
		width: 50%;
	}
	.border-bottom h2 {
		font-size: 20px;
	}
	.border-bottom .ce-gallery {
		padding: 0 15px 0 0 !important;
	}

@media (min-width: 992px) {    
	.border-bottom h2 {
		font-size: 24px;
	}
}

/* Animation Home */
.wrapperTeaser {
	width: 100%;
	text-align: center;
	margin-top: 86px;
}

@media (max-width: 768px) {
	.wrapperTeaser {
		margin-top: 70px;
	}
}
@media (max-width: 460px) {
	.wrapperTeaser {
		margin-top: -18px;
	}
}

/**************** Laufband ***************/

.laufband {
	position: relative;
	width: 100%;
	height: 30px;
	background: #ec7821;
	color: #fff;
	line-height: 30px;
		max-width: 100vw; /* iOS braucht das */
		white-space: nowrap;
		overflow: hidden;
}

.laufband>div {
}

.laufband h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 130%;
}

.laufband h2 a {
	color: #fff;
}

.laufband>div {
	display: inline-block;
	padding-left: 5%;
	animation: marquee 20s linear infinite;
}

/* Optional: mouseover (oder Tipp auf dem Touchscreen) pausiert die Laufschrift */
.laufband div:hover {
	/* animation-play-state: paused */
}

/* Make it move */
@keyframes marquee {
	0%   { transform: translateX(0); }
	100% { transform: translateX(-100%); }
}



/**************** Keyvisual ***************/

.wrapperTeaser {
  position: relative;
}

.wrapperTeaser .teaser {
  position: relative;
  text-align: center;
}

.wrapperTeaser .teaser .ce-bodytext {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.wrapperTeaser .teaser .ce-bodytext h2 {
	color: #fff;
	font-size: 500%;
	font-weight: 200;
	text-align: center;
	text-shadow: 1px 1px 4px #000000;
	padding: 0 20px;
}


.backend_layout12 .wrapperTeaser .kvHome {
	height: 500px;
	object-fit: cover;
	max-width: 107%;
}

.backend_layout12 .wrapperTeaser .teaserHome {
	position: absolute;
	left: 50%;
	top: 56%;
	transform: translateY(-50%);
	background: rgba(255,255,255,0.8);
	padding: 20px;
	color: #004b93;
	text-align: left;
	width: 360px;
}

.backend_layout12 .wrapperTeaser .teaserHome h1 {
	color: #004b93;
	font-style: normal;
	font-weight: 200;
	margin: 0px 0 45px 0;
	padding: 0px;
	font-size: 350%;
}

.backend_layout12 .wrapperTeaser .teaserHome p {
	margin: 0px;
	font-size: 120%;
}

@media (max-width: 1320px) {
	.backend_layout12 .wrapperTeaser .kvHome {
		height: 450px;
	}
	
	.backend_layout12 .wrapperTeaser .teaserHome {
		transform: translateY(-50%) scale(0.8);
		left: 47%;
	}
}

@media (max-width: 1120px) {
	.backend_layout12 .wrapperTeaser .kvHome {
		height: 400px;
	}
	
	.backend_layout12 .wrapperTeaser .teaserHome {
		transform: translateY(-50%) scale(0.8);
		left: 45%;
	}
}

@media (max-width: 900px) {
	.backend_layout12 .wrapperTeaser .kvHome {
		height: 300px;
	}
	
	.backend_layout12 .wrapperTeaser .teaserHome {
		transform: translateY(-50%) scale(0.7);
		transform-origin: center center;
		left: 40%;
	}
	.backend_layout12 .wrapperTeaser .teaserHome h1 {
		margin: 0px 0 30px 0;
	}
	
	.wrapperTeaser .teaser .ce-bodytext h2 {
		font-size: 400%;
	}
}

@media (max-width: 640px) {
	
	.backend_layout12 .wrapperTeaser {
		width: 120%;
	}
	
	.backend_layout12 .wrapperTeaser .kvHome {
		height: 280px;
	}
	
	.backend_layout12 .wrapperTeaser .teaserHome {
		transform: translateY(-50%) scale(0.6);
		transform-origin: center center;
		left: 35%;
		width: 280px;
		top: 56%;
	}
	.backend_layout12 .wrapperTeaser .teaserHome h1 {
		margin: 0px 0 20px 0;
		font-size: 300%;
		padding-right: 50px;
		font-weight: 300;
	}
}

@media (max-width: 480px) {
	.backend_layout12 .wrapperTeaser {
		width: 145%;
	}
	
	.backend_layout12 .wrapperTeaser .teaserHome {
		transform: translateY(-50%) scale(0.6);
		transform-origin: center center;
		left: 30%;
		top: 56%;
		padding: 15px;
	}
	.backend_layout12 .wrapperTeaser .teaserHome h1 {
		margin: 0px 0 20px 0;
	}
	
	.backend_layout12 .wrapperTeaser .kvHome {
		height: 500px;
		object-fit: cover;
		max-width: 100%;
	}
	.wrapperTeaser .teaser .ce-bodytext h2 {
		font-size: 300%;
	}
}

@media (max-width: 420px) {
	.backend_layout12 .wrapperTeaser {
		width: 150%;
		
	}
	
	.backend_layout12 .wrapperTeaser .teaserHome {
		transform: translateY(-50%) scale(0.6);
		transform-origin: center center;
		left: 28%;
		width: 260px;
	}
}

@media (max-width: 399px) {
	.backend_layout12 .wrapperTeaser .teaserHome {
		transform: translateY(-50%) scale(0.6);
		transform-origin: center center;
		left: 25%;
		width: 260px;
	}
}

#p92 .wrapperTeaser .teaser {
  background: url(/fileadmin/templates/img/animation-home/key-bg.png);
  background-size: contain;
}

#p92 .teaser img {
	position: absolute;
	width: auto;
	display: none;
}

/********* Management Team ************/

.backend_layout17 .content-default {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.backend_layout17 .content-default > div {
	width: 49%;
	margin-bottom: 30px;
}

.backend_layout17 .content-default > .frame-type-header {
	width: 100%;
}

.grid.management {
	box-shadow: 0px 6px 5px -5px;
	margin-bottom: 5px;
}

.grid.management .col {
	display: flex;
	align-items: flex-end;
}

.grid.management .ce-gallery {
	margin-bottom: 0px;
}

.grid.management h2 {
	font-size: 150%;
	margin-top: 0px;
}

/********* Slick Slider ************/

.slick-slider .slick-track, .slick-slider .slick-list {
	margin-right: -3px;
}

body .slick-prev, body .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 40px;
	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: transparent;
}

body .slick-prev:before {
	content: '⟨';
}

body .slick-next:before {
	content: '⟩';
}

body .slick-prev:before, body .slick-next:before {
	font-family: 'slick';
	font-size: 30px;
	line-height: 1;
	opacity: .75;
	color: #004b93;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body .slick-slide {
	padding: 0 5px;
	border-right: 1px solid #004b93;
}

.wibackground .slick-slide {
	border-right: 0px solid #004b93;
}

body .slick-slide .news-list-date {
	font-size: 110%;
}

body .slick-slide .news-list-category {
	display: none;
}

body .slick-slide .more {
	font-size: 90%;
}

body .text-right.allnews {
	display: none;
}

/************ Home topics *********/

.topics {
	width: 50%;
	box-sizing: border-box;
}

.topics.left, .topics.right {
	float: left;
}

.topics.left {
	padding-right: 5px;
}

.topics.right {
	padding-left: 5px;
}

.topics div {
	position: relative;
	display:flex;
}

.topics>div {
	overflow: hidden;
	margin-bottom: 10px;
}

.topics.left>div {
	float: right;
}

.topics .ce-bodytext {
	position: absolute;
	top: 0;
	left: 0;
	display:block;
    padding: 12.5% 2%;
    width:200px;
    height:200px;
    border-radius:50%;
    background: rgba(69, 173, 191, 0.75);
    text-align:left;
    z-index: 2;
    pointer-events: none;
    transition: all 1800ms;
    
	color: #fff;
	font-weight: 200;
	letter-spacing: 1px;
}

.topics .ce-textpic {
    transition: all 1300ms;
}

.topics .hover .ce-bodytext {
	transform: scale(1.1);
}
.topics .hover .ce-textpic {
	transform: scale(1.05);
}

.topics .ce-bodytext h2 {
	text-transform: uppercase;
	margin: 0 0 5px 0;
	font-size: 125%;
	line-height: 150%;
	font-weight: 400;
	color: #fff;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.8);
	display: inline-flex;
}

.topics .ce-gallery {
	margin: 0 !important;
}

.topics .top1 .ce-bodytext {
	margin: 30px 0 0 10px;
	padding-left: 20px;
	padding-top: 70px;
}

#p5 .topics .top1 .ce-bodytext {
    margin: 0;
    width:250px;
    height:250px;
    top: auto;
    bottom: -45px;
    left: -30px;
	padding-left: 60px;
	padding-top: 50px;
}

.topics .top2 .ce-bodytext {
	top: -60px;
	right: -40px;
	left: auto;
    width:250px;
    height:250px;
    background: rgba(111, 169, 222, 0.8);
	padding-left: 20px;
	padding-top: 80px;
}

.topics .top3 .ce-bodytext {
	top: 40%;
	left: -10%;
    background: rgba(111, 169, 222, 0.8);
	padding-left: 40px;
	padding-top: 50px;
}

.topics .top4 .ce-bodytext {
	margin: 0px;
    width:250px;
    height:250px;
    top: auto;
    left: auto;
    right: -30px;
    bottom: -40px;
	padding-left: 20px;
	padding-top: 70px;
}

.topics .top5 .ce-bodytext {
    top: auto;
    left: auto;
    bottom: -50px;
	right: -30px;
	padding-left: 20px;
	padding-top: 50px;
}

.topics .top6 .ce-bodytext {
    background: rgba(0, 77, 148, 0.8);
    width:250px;
    height:250px;
    top: auto;
    left: auto;
    right: -30px;
    bottom: -50px;
	padding-left: 20px;
	padding-top: 80px;
}

#p4 .topics .top2 .ce-bodytext {
	top: auto;
    left: auto;
	right: -30px;
	bottom: -80px;
}

#p4 .topics .top3 .ce-bodytext {
	left: -30px;
	padding-left: 40px;
	padding-top: 60px;
}

#p4 .topics .top4 .ce-bodytext {
	top: auto;
	right: auto;
	left: -40px;
	bottom: -40px;
	padding-left: 60px;
}

#p4 .topics .top5 .ce-bodytext {
	padding-top: 60px;
}

#p5 .topics .top2 .ce-bodytext {
	top: -30px;
	right: -40px;
	padding-top: 70px;
}

#p5 .topics .top3 .ce-bodytext {
	top:50%;
	left: -7%;
	padding-left: 30px;
}

.topics .circle {
	position: absolute;
    border-radius:50%;
    background: rgba(0, 77, 148, 0.8);
	top: 20px;
	left: 20px;
	width: 50px;
	height: 50px;
	z-index: 1;
    transition: all 1000ms;
}

.topics .hover .circle {
	transform: scale(1.3);
}

.topics .top1 .circle {
}

#p5 .topics .top1 .circle {
	top: 60px;
}

.topics .top2 .circle {
	left: auto;
	top: 45%;;
	right: 2%;
	width: 60px;
	height: 60px;
}

#p4 .topics .top2 .circle {
	left: auto;
	top: 60%;;
	right: 40%;
}

.topics .top3 .circle {
	top: 80%;
	left: 110px;
}

#p5 .topics .top3 .circle {
	left: 150px;
}

.topics .top4 .circle {
	top: 40%;
	left: 50%;
}

#p4 .topics .top4 .circle {
	top: 70%;
	left: 40%;
}

.topics .top5 .circle {
	top: 50%;
	right: 32%;
	left: auto;
}

.topics .top6 .circle {
	top: auto;
	left: auto;
	right: 41%;
	bottom: 10%;
    background: rgba(69, 173, 191, 0.75);
}


@media (max-width: 960px) {  
	.topics .ce-bodytext {
		transform: scale(0.8);
	}

	.topics .top2 .ce-bodytext {
		right: -50px;
	}

	.topics .top4 .ce-bodytext {
		bottom: -90px;
	}
	
	.topics .top4 .circle {
		top: 30%;
		left: 80%;
	}
	
	.topics .top6 .ce-bodytext {
	    right: -50px;
	    bottom: -70px;
	}

	#p4 .topics .top4 .circle {
		left: 50%;
	}
}


@media (max-width: 820px) {    
	.btn {
		padding: 6px 12px !important;
		font-size: 14px !important;
	}
	
	.topics .ce-bodytext {
		transform: scale(0.8);
	}
	
	#p5 .topics .top1 .ce-bodytext {
	    bottom: -24%;
	}

	.topics .top2 .ce-bodytext {
	}

	#p4 .topics .top4 .ce-bodytext {
		top: auto;
		right: auto;
		bottom: -20%;
	}

	#p4 .topics .top4 .circle {
		left: 60%;
	}
	
}

@media (max-width: 720px) {    

	.topics .top1 .ce-bodytext {
	}

	.topics .top2 .ce-bodytext {
	}

	.topics .top4 .ce-bodytext {
		margin: 0;
	}

	.topics .top5 .ce-bodytext {
		bottom: -70px;
		right: -50px;
	}

	.topics .top6 .ce-bodytext {
		bottom: -100px;
	}

	#p4 .topics .top4 .ce-bodytext {
		bottom: -100px;
	}

	#p4 .topics .top6 .ce-bodytext {
	    right: -25%;
	    bottom: -45%;
	}
	
	#p5 .topics .top1 .ce-bodytext {
	    bottom: -40%;
	}
	
	.topics .circle {
		display: none;
		
	}
	
}

@media (max-width:540px){
	
	.topics {
		width: 100%;
		padding: 0 !important;
	}
	
	.topics .ce-bodytext {
		transform: scale(0.9);
	}
	
	.topics.left>div {
		float: none;
	}
	
	.topics.right>div {
		float: none;
	}
	
	.topics .top1 .ce-bodytext {
		margin: 30px 0 0 10px;
	}
	
	#p5 .topics .top1 .ce-bodytext {
		bottom: -45px;
		left: -30px;
	}
	
	.topics .top2 .ce-bodytext {
		top: -60px;
		right: -40px;
	}
	
	#p4 .topics .top2 .ce-bodytext {
		right: -30px;
		bottom: -80px;
	}
	
	#p5 .topics .top2 .ce-bodytext {
		top: -30px;
		right: -40px;
	}
	
	.topics .top3 .ce-bodytext {
		top: 40%;
		left: -10%;
	}
	
	.topics .top4 .ce-bodytext {
		margin: 0px -10px -70px 0px;
	    right: 0;
	    bottom: 0;
	}
	
	#p4 .topics .top4 .ce-bodytext {
		top: auto;
		right: auto;
		left: -10%;
		bottom: -15px;
	}
	
	.topics .top5 .ce-bodytext {
    	bottom: -50px;
		right: -30px;
	}
	
	.topics .top6 .ce-bodytext, #p4 .topics .top6 .ce-bodytext {
	    width:250px;
	    height:250px;
	    right: -5%;
	    bottom: -25%;
	}
	
}


/********** Feature ************/

.msg {
	position: relative;
}

.msg img {
    pointer-events: none;
    transition: all 1000ms;
    transform-origin: center;
}

.msg.hover img {
   transform: scale(1.1);
}

.bubbles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.bubbles h1, .bubbles h2, .bubbles h3, .bubbles h4, .bubbles h5, .bubbles h6 {
	font-size: 18px;
	line-height: 22px;
	position: absolute;
	overflow: hidden;
	display:block;
    width:0px;
    height:0px;
    border-radius:50%;
    text-align:left;
	color: #fff;
	font-weight: 100;
	letter-spacing: 1px;
    z-index: 2;
    pointer-events: none;
    transition: all 1800ms;
    transform-origin: center;
    margin: 0;
    padding-top: 80px;
}

.bubbles h1 {
    right: 3%;
    top: 30%;
    width:220px;
    height:220px;
    background: rgba(238, 122, 33, 0.9);
    padding-top: 40px;
    text-align: center;
    font-weight: light;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bubbles h1 .big {
	font-size: 127%;
    text-align: center;
    font-weight: 600;
	font-family: 'CoreSans';
	display: inline-block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	width: 190px;
	line-height: 26px;
	margin-bottom: 3px;
	padding-bottom: 6px;
}

.hover .bubbles h1 {
   transform: scale(1.1);
}

.bubbles h2 {
    left: -5%;
    bottom: 5%;
    width:210px;
    height:210px;
    background: rgba(0, 77, 148, 0.9);
    padding-left: 22px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-smooth: never;
}

.hover .bubbles h2 {
   transform: scale(1.1);
}

.bubbles h3 {
	left: 4%;
	top: 15%;
    width:195px;
    height:195px;
    background: rgba(79, 167, 204, 0.9);
    padding-top: 85px;
    padding-left: 26px;
}

.hover .bubbles h3 {
   transform: scale(1.2);
}

.bubbles h4 {
    left:18%;
    top: calc(56% - 85px);
    width:165px;
    height:165px;
    background: rgba(22, 136, 197, 0.9);
    padding-top: 70px;
    padding-left: 10px;
}

.hover .bubbles h4 {
   transform: scale(1.3);
}

.bubbles h5 {
    left:27%;
    bottom: 7%;
    width:165px;
    height:165px;
    background: rgba(18, 120, 145, 0.9);
    padding-top: 50px;
    padding-left: 20px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-smooth: always;
}

.bubbles.de h5 {
    width:185px;
    height:185px;
    padding-top: 60px;
}

.hover .bubbles h5 {
   transform: scale(1.1);
}

.bubbles h6 {
    left: 32%;
    top: 20%;
    width:165px;
    height:165px;
    background: rgba(93, 199, 240, 0.9);
    padding-top: 50px;
    padding-left: 20px;
}

.hover .bubbles h6 {
   transform: scale(1.1);
}

@media (max-width: 1360px) { 
	
	.bubbles h1, .bubbles h2, .bubbles h3, .bubbles h4, .bubbles h5, .bubbles h6 {
		transform: scale(0.9);
	}

	.hover .bubbles h1, .hover .bubbles h2, .hover .bubbles h3, .hover .bubbles h4, .hover .bubbles h5, .hover .bubbles h6 {
	   transform: scale(1.0);
	}
}

@media (max-width: 1180px) { 
	
	.bubbles h1, .bubbles h2, .bubbles h3, .bubbles h4, .bubbles h5, .bubbles h6 {
		transform: scale(0.8);
	}

	.hover .bubbles h1, .hover .bubbles h2, .hover .bubbles h3, .hover .bubbles h4, .hover .bubbles h5, .hover .bubbles h6 {
	   transform: scale(0.9);
	}

	.bubbles h2 {
		left: 0%;
	}
}

@media (max-width: 940px) { 
	
	.bubbles h1, .bubbles h2, .bubbles h3, .bubbles h4, .bubbles h5, .bubbles h6 {
		transform: scale(0.7);
	}

	.hover .bubbles h1, .hover .bubbles h2, .hover .bubbles h3, .hover .bubbles h4, .hover .bubbles h5, .hover .bubbles h6 {
	   transform: scale(0.8);
	}

	.bubbles h2 {
		left: -4%;
	}
}

@media (max-width: 850px) { 

	.bubbles h3 {
	}

	.bubbles h4 {
	}

	.bubbles h5 {
		left: 32%;
	}

	.bubbles h6 {
		left: 40%;
	}
}

@media (max-width: 740px) { 

	.bubbles h2 {
		bottom: -5%;
	}

	.bubbles h3 {
	}

	.bubbles h4 {
	}

	.bubbles h5 {
		bottom: 0%;
	}

	.bubbles h6 {
		left: 37%;
	}
}

@media (max-width: 650px) { 
	
	.bubbles h1, .bubbles h2, .bubbles h3, .bubbles h4, .bubbles h5, .bubbles h6 {
		transform: scale(0.5);
	}

	.hover .bubbles h1, .hover .bubbles h2, .hover .bubbles h3, .hover .bubbles h4, .hover .bubbles h5, .hover .bubbles h6 {
	   transform: scale(0.6);
	}

	.bubbles h1 {
		right: -10%;
		top: auto;
		bottom: -28%;
	}

	.bubbles h2 {
		bottom: -19%;
		left: -9%;
	}

	.bubbles h3 {
		left: 0%;
	}

	.bubbles h4 {
	}

	.bubbles h5 {
		bottom: -14%;
	}

	.bubbles h6 {
	}
}

@media (max-width: 480px) { 

	.bubbles h1 {
		right: -15%;
	}

	.bubbles h2 {
		bottom: -19%;
		left: -14%;
	}

	.bubbles h3 {
		top: -38%;
	}

	.bubbles h4 {
	}

	.bubbles h5 {
		bottom: -27%;
	}

	.bubbles h6 {
		top: -27%;
		left: 35%;
	}
}

@media (max-width: 400px) { 
	.bubbles {
		top: 95px;
	}
	
	.bubbles h1 {
		bottom: 20px;
	}
	
	.hover .bubbles h2, .hover .bubbles h3, .hover .bubbles h4, .hover .bubbles h5, .hover .bubbles h6 {
	   transform: scale(0.6);
	}

	.bubbles h2, .bubbles h3, .bubbles h4, .bubbles h5, .bubbles h6 {
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		height: auto;
		width: 350px;
		padding: 3px;
		margin: 0;
		border-radius: 0;
		transform-origin: top left;
		padding-left: 4px;
		background: rgba(79, 167, 204, 0.9);
		margin-top: 4px;
		transform: scale(0.6);
	}
	.bubbles h3 {
		margin-top: 22px;
	}
	.bubbles h4 {
		margin-top: 40px;
	}
	.bubbles h5 {
		margin-top: 58px;
	}
	.bubbles h6 {
		margin-top: 76px;
	}
	
	.bubbles h2 br, .bubbles h3 br, .bubbles h4 br, .bubbles h5 br, .bubbles h6 br {
		display: none;
	}
}


/***********************************************************************/
/*************************** Events Overview *****************************/
/***********************************************************************/

.flex2column {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex2column > div {
	width: calc(50% - 10px);
}


/***********************************************************************/
/*************************** Youtube iframe *****************************/
/***********************************************************************/

iframe.youtube {
	max-width: 100%;
}


/***********************************************************************/
/*************************** Grid Elements *****************************/
/***********************************************************************/

.grid {
	display: grid;
	grid-template-columns: calc(50% - 10px) calc(50% - 10px);
	grid-template-rows: auto;
	column-gap: 20px;
	grid-row-gap: 20px;
}

.element4060percent {
	display: grid;
	grid-template-columns: calc(40% - 10px) calc(60% - 10px);
}

.element7030 {
	display: grid;
	grid-template-columns: calc(70% - 10px) calc(30% - 10px);
	text-align: left;
}

.col {
	box-sizing: border-box;
}

#p319 .col50, #p13 .col50  {
	vertical-align: bottom;
}

.col:first-child {
	border-right: 10px solid #fff;
}
.col:last-child {
	border-left: 10px solid #fff;
}

.col50 h2 {
	padding-top: 10px;
}

.col50 .ce-bodytext {
	vertical-align: bottom;
}

.gridAccordion .col:first-child {
	border-right: 0px solid #fff;
}

.gridAccordion .col.title {
	border-top: 1px solid #ccc;
}

.gridAccordion .col.title h2 {
	font-size: 150%;
	color: #000;
	font-weight: 200;
	margin: 0px;
	padding: 10px;
	cursor: pointer;
}

.gridAccordion .col.title h2:hover {
	background: #f3f9f9;
	transition: all 0.3s ease-in-out;
}

.gridAccordion .col.title h2:after {
	content: "+";
	font-weight: 400;
	color: rgba(79, 167, 204, 0.9);
	float: right;
}

.gridAccordion.active .col.title h2 {
	/*color: #004b93;*/
}

.gridAccordion.active .col.title h2:after {
	content: "-";
	color: rgba(79, 167, 204, 0.9);
	float: right;
}


.gridAccordion .col.content {
	max-height: 0px;
	overflow: hidden;
	transition: all 1s ease-in-out;
	opacity: 0;
}

.gridAccordion.active .col.content {
	max-height: 600px;
	padding-top: 10px;
	opacity: 1;
	transition: all 1s ease-in-out;
}

.gridAccordion .col.content h3 {
	font-size: 120%;
}

@media (max-width:780px){
	
	.element50percent {
		display: block;
	}
	.col50 {
		width: 100%;
		margin: 0;
		float: none;
		display: block;
	}
	
	.col50:last-child {
		border-left: 0px solid #fff;
	}
}

@media (max-width:420px){

	.element7030 {
		display: grid;
		grid-template-columns: calc(60% - 10px) calc(40% - 10px);
		text-align: left;
	}
}

.navbar-default {
	z-index: 1000;
}

.bg-primary,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
}

th {
  border-bottom: 2px solid #1898a8;
}





/* color scheme text color color dark blue */
.text-primary,
.btn-primary .badge,
.btn-link,
.pagination > li > a,
.pagination > li > span,
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.panel-primary > .panel-heading .badge {
  color: #004b93;
}


.btn {
	padding: 5px 10px !important;
	font-size: 12px !important;
}

@media (min-width: 768px) {    
	.btn {
		padding: 6px 12px !important;
		font-size: 14px !important;
	}
}


/* color scheme background color dark blue */
.btn-primary,
.bg-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.label-primary,
.progress-bar,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
.second-level .list-group-item.active,
.panel-primary > .panel-heading {
  background-color: #004b93;
}

/* color scheme background color light blue */
.table-striped > tbody > tr:nth-of-type(odd),
.btn-default:focus,
.button:focus,
.btn-default.focus.btn-default:hover.btn-default:active,
.btn-default.active {
  background-color: #e8eff3;
}

/* color scheme border color dark blue */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
.panel-primary,
.panel-primary > .panel-heading {
  border-color: #004b93;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #004b93;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #004b93;
}

/* color scheme border color light blue */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e8eff3;
}

#navbar.navbar-collapse.collapse.in {
	box-shadow: #333 0px 5px 6px -5px inset;
}

#navbar.navbar-collapse.collapse.in ul li.active:first-of-type {
	padding-top:3px;
}

@media (min-width: 768px) {
	.dropdown-menu {
		background: none;
		padding: 0px;
	}
	
	.navbar-nav>li>.dropdown-menu {
		margin-top: 6px;
	}
	
	.dropdown-menu li {
		background: rgba(255,255,255,0.95);
		border-bottom: 1px solid rgba(150,150,150,0.2);
		-webkit-background-clip: padding-box; /* for Safari */
		background-clip: padding-box;
	}
	
	#navbar.navbar-collapse.collapse.in {
		box-shadow: none;
	}
	#navbar.navbar-collapse.collapse.in ul li.active:first-of-type {
		padding-top:0px;
	}
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.open > .dropdown-toggle.btn-default,
.dropdown-menu > .active > a {
  background: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #004b93;
  /*font-weight: 400;*/
}

.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #f5f5f5;
}

.navbar-default .navbar-nav > .open.active > a,
.navbar-default .navbar-nav > .open.active > a:hover,
.navbar-default .navbar-nav > .open.active > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: none;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #fff;
}

.third-level {
	padding-left: 0;
	border-top: 1px solid #ddd;
}

.third-level li {
	list-style-type: none;
	background: none;
}

.third-level li a {
	padding-left: 34px;
}

#p92 .navbar {
}

.teaser img {
  width: 100%;
}

#teaser-wrap {
  padding: 0 15px;
}

.principal-content .teaser {
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 0px !important;
	margin-top: -15px;
}

.principal-content .teaser .ce-column {
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	overflow: hidden;
	position: relative;
	padding: 0 50%;
	margin: 0 -50%;
}



.principal-content .teaser .ce-intext.ce-right .ce-gallery {
	margin-left: 0;
}

.row.content-default > div.sidebar {
	padding:30px 0 0 0;
	color: #fff;
}

.kontext a {
	color: #fff;
}

.tx-indexedsearch-searchbox .col-sm-2 {
	display: none;
}

@media (min-width: 768px) {    
  .row.content-default > div.sidebar {
	  padding:30px 0 0 0;
	}
}


@media (min-width: 992px) {    
  .row.content-default > div.sidebar {
	  padding: 0 15px;
	}
}


@media (min-width: 1200px) {    
  .row.content-default > div.sidebar {
	  padding: 0 15px;
	}
}


@media (max-width: 768px) {
  #teaser-wrap,
  footer > .container {
    padding: 0;
  }
}

/************ navabr **********/
#navbar {
	margin-top: 50px;
	transition: all 1000ms;
	width: calc(100% - 120px);
}

.navbar.navbar-default {
  background: #fff;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
}

#p197 .navbar.navbar-default {
  margin-top: 30px;
}

.navbar > .wrapper,
.navbar > .container {
  padding: 20px 15px 0px 15px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.navbar .top-buttons {
	padding: 6px 60px 6px 60px;
	line-height: 18px;
	background: #004b93;
	display: inline-flex;
	position: absolute;
	z-index: 100;
	left: 0;
	transition: all 1000ms;
}

.navbar .top-buttons a {
	color: #fff;
	padding: 0px 10px 0 10px;
	border-right: 1px solid #fff;
}

.navbar .top-buttons a:first-child {
	padding: 0px 10px 0 0px;
}

.navbar .top-buttons a:last-child {
	border-right: 0px solid #fff;
}

.navbar-nav {
  margin: 0 -15px;
}

.navbar-default .navbar-nav > .active {}

.navbar-default .navbar-nav>li>a {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px solid #fff;
  color: #45aec0;
  font-weight: bold;
  font-size: 105%;
}

.navbar-default .navbar-nav>li a:hover {
  color: #004b93;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #004b93;
}

.navbar-nav>li.toggle-search-wrap>a {
  margin-bottom: 5px;
  padding-bottom: 7px;
  border-bottom: 3px solid #fff;
}

.nav>li>a {
	padding: 10px 7px;
}

/* Navbar small */
nav.smallHead #navbar {
	margin-top: 25px;
}


@media (min-width: 768px) {
	nav.smallHead #logo-container {
		transform: scale(0.75);
		bottom: -45px;
	}

	nav.navbar.smallHead .top-buttons {
		padding: 4px 60px 4px 60px;
		line-height: 16px;
		background: #004b93;
		display: inline-flex;
		position: absolute;
		left: 0;
	}
	
	nav.navbar.smallHead .logoSVG {
		margin: 0px 20px 0 0;
	}
}

@media (min-width: 768px) {
	.navbar > .wrapper,
    .navbar > .container {
    	padding: 0px 15px 5px 15px;
    	position: relative;
    	width: auto;
    	max-width: 1400px;
		margin: 0 auto;
  	}
}

@media (max-width: 768px) {
	.navbar > .wrapper {
		padding: 20px 0px 0px 0px;
	  }
}

@media (min-width: 992px) {
  .navbar-nav {
    width: 100%;
  }
}

@media (max-width: 768px) {
	.navbar .top-buttons {
		padding: 2px 5px 2px 5px;
		font-size: 90%;
	}
	
	#navbar {
		margin-top: 0px;
		position: absolute;
		z-index: 1111;
		background: rgba(255, 255, 255, 0.9);
		width: 100%;
		border-bottom: 1px solid #ccc;
		margin-top: 60px;
		
	}
	.navbar-fixed-top .navbar-collapse {
		max-height: none;
	}
	
	.navbar-nav>li {
		border-bottom: 1px solid #ccc;
	}
	.navbar-nav>li li {
		font-size: 90%;
	}
}

@media (max-width: 1160px) { 
	.navbar-default .navbar-nav>li>a {
		padding: 5px !important;
		font-weight: 400;
	}
}

@media (max-width: 1024px) { 

	#navbar {
		margin-top: 40px;
		
	}
}

@media (max-width: 540px) {
  .navbar .top-buttons a {
		padding: 0px 4px 0 4px !important;
	}
	.navbar .top-buttons {
		width: 100%;
	}
}

@media (max-width: 400px) {
	.navbar .top-buttons {
		font-size: 75%;
	}
}

.navbar-toggle {
  float: left;
  margin-left: 15px;
}

.navbar-header.navbar-toggle {
	margin: 0px;
	padding: 0px;
	border: 0px solid #fff;
}

.navbar-default {
  background: none;
  border: none;
}

@media (max-width: 768px) {
	.navbar-toggle {
		margin-top: 15px;
	}
}

/* images */

.ce-nowrap.ce-left > div {
  padding-bottom: 15px;
}

@media (min-width: 610px) {
  .ce-left .ce-gallery, .ce-left .ce-column {
    float:left;
  }
}

@media (min-width: 768px) {
  .ce-left .ce-gallery, .ce-left .ce-column {
    float:left;
  }
}

@media (min-width: 992px) {
  .ce-left .ce-gallery, .ce-left .ce-column {
    float:left;
  }
}

@media (min-width: 1200px) {
  .ce-left .ce-gallery, .ce-left .ce-column {
    float:left;
  }
}

@media (min-width: 768px) {
  .ce-nowrap.ce-left .ce-gallery,
  .ce-nowrap.ce-left .ce-bodytext {
/*     float: left; */
    padding-right: 15px;
  }
  
}


#toggle-search {
  opacity: .5;
  height: 20px;
  width: auto;
}

#search-container {
  padding: 45px 15px 15px 15px;
  border: 1px solid #adadad;
  border-radius: 4px;
}


#logo-container {
  /*z-index: 99;
  position: absolute;
  right: -20px;
  bottom: -37px;
  pointer-events: none;
  width: 300px;*/
  transition: all 1000ms;
}

#logo-container a.oldstyle {
  display: block;
  position: absolute;
  width: 80%;
  height: 90%;
  z-index: 99;
  right: 0;
  pointer-events: all;
  display: none;
}

#logo-container #logo {
	max-width: 90%;
	display: none;
}

.logoSVG {
	width: 120px;
	margin: 10px 20px 0 0;
	display: block;
}

@media (max-width: 1000px) {
  #logo-container {
	  right: -38px;
	}
}

@media (max-width: 770px) {
  #logo-container {
	  /* width: 220px;
	  bottom: -28px;*/
	}
	.logoSVG {
		width: 80px;
	}
}

@media (max-width: 560px) {
  #logo-container {
	  /*width: 200px;
	  bottom: -25px;*/
	}
}

.home-content {
	padding: 30px 15px;
	margin: 0;
}

@media (max-width: 560px) {
	 .home-content {
		padding: 30px 0px;
		margin: 0;
	}
}

/************************* news ************************/

.news-list-view .article {
	display: none;
}
.news-list-view .article.open.year {
	display: grid;
}

.news-list-view .article {
	grid-template-columns: calc(140px) auto calc(30px);
	column-gap: 20px;
	grid-template-areas: 
	"datum teaser pdf";
}


.news .article .news-text-wrap {
	width: calc(100% - 330px);
	display: inline-block;
}

.news .article .news-img-wrap a {
	padding: 0px;
	border: 0px solid #fff;
}

@media (max-width: 800px) {
	.news-list-view .article {
		display: grid;
		grid-template-columns: auto auto calc(30px);
		column-gap: 20px;
		grid-template-areas:
		"datum datum pdf"
		"teaser teaser pdf";
	}
	.news .article .news-text-wrap {
		width: calc(100% - 0px);
		display: block;
		float: none;
   }
   .news-single .article .news-img-wrap {
	   float: none;
   }
}

@media (max-width: 500px) {
	.news-list-view .article {
		display: grid;
		grid-template-columns: auto auto auto;
		column-gap: 0px;
		grid-template-areas:
		"datum datum datum"
		"teaser teaser teaser"
		"pdf pdf pdf";
	}
}

.news-list-view .listCat,
.news-list-view .footer, .news-single .footer,
.news-list-view .news-img-wrap,
.news-list-view .article .pdfLink,
.news-list-view .article svg,
.news-list-view .teaser-text {
	display: none;
}

.news-list-view .article .pdfLink,
.news-list-view .article .pdfLink svg {
	display: block;
}

.listCat {
	color: #999;
}

.news .article h2,
.news .article h4 {
	font-size: 100%;
	margin: 0px;
}

.news-list-view .article .pdfLink svg {
	width: 30px;
	height: 30px;
}
.news-list-view .article .pdfLink {
	grid-area: pdf;
	display: none;
}

.news-list-view .article h2 {
	grid-area: datum;
}

.news-list-view .article h4 {
	grid-area: teaser;
}

.news-list-view .catSpan {
	display: inline-block;
	padding: 0 5px;
	border-right: 1px solid #999;
}

.news-list-view .catSpan:last-child {
	border-right: 0px solid #999;
}

.news-list-view .catSpan:first-child {
	padding: 0 5px 0 0;
}

.news .article h3 {
	margin-bottom: 10px;
}



.news-related {
	border: 0px solid;
	padding: 0px;
	width: auto;
}

.news-related ul {
	margin: 0px;
	padding: 0px;
}

.news-related ul li {
	list-style: none;
}

.news-related ul li span {
	border-right: 0px solid;
	margin-right: 0px;
	padding-right: 0px;
}

.teaser-text p {
	margin-bottom: 5px;
}

.allnews {
  margin-right: -15px;
}

.news-single2-item a {
	color: #ffffff;
	margin-top: -20px;
	display: block;
}

.news-single2-item .filelink img {
	display: none;
}

.news-single2-item  {
	padding-top: 15px;
}

.newsFilter {
	display: flex;
	margin-bottom: 20px;
}

.newsFilter .cat-filter {
	margin-right: 20px;
}

.newsFilter select {
	appearance: none;
	background: rgba(0, 75, 147, 0);
	color: #000;
	width: 100%;
	padding: 5px 10px;
	border: 1px solid rgba(0, 75, 147, 0.75);
	border-radius: 3px;
	cursor: pointer;
}
.newsFilter select:hover {
	background: rgba(0, 75, 147, 0.149);
}
.newsFilter select option {
	color: #004b93;
	padding: 0 10px;
}
.select {
	position: relative;
}

.news .f3-widget-paginator {
	display: block;
	width: 100%;
	height: 30px;
	margin-left: 0px;
}

.news .f3-widget-paginator li {
	float: left;
	display: block;
	padding: 0 2px;
	background: none;
}

.news .f3-widget-paginator li a {
	display: block;
}


#c2428 .col:last-child {
	background: rgba(0, 75, 147, 0);
	border-left: 1px solid rgba(0, 75, 147, 0.75);
	border-radius: 0px;
	padding: 5px 2px;
	color: #000;
	text-align: left !important;
}
#c2428 .col:last-child p,
#c2428 .col:last-child h4 {
	padding: 0 10px;
}
#c2428 .col:last-child h4 {
	color: 	rgba(0, 75, 147, 1);
}

/* Subemnu Content */

.sidelang {
	display: flex;
	justify-content: space-between;
}

.lang {
}

.lang span {
	display: inline-block;
	padding-left: 5px;
}

.lang span:first-child {
	padding: 0 5px 0 0;
	border-right: 1px solid #000;
}

.lang span a {
	display: inline-block;
}

.lang span.activelang a {
	pointer-events: none;
	color: #000;
	font-weight: bold;
}

#sidemenu {
	text-align: left;
	
	display: none;
}

#sidemenu a {
	margin-right: 18px;
	font-weight: 600;
}

#sidemenu a.active {
	font-weight: 400;
	color: #45aec0;
}

#sidemenu .second-level {
	display: inline-flex;
}

#sidemenu .second-level a {
	color: #45aec0;
}

#breadcrumb {
	color: #45aec0;
	text-align: left;
	display: none;
}

#breadcrumb a {
	color: #666;
	margin-right: 10px;
}

#breadcrumb a:before {
	content: ">";
	padding-right: 5px;
}

#breadcrumb a:first-child:before {
	content: "";
	padding-right: 0px;
}

#breadcrumb a:last-child:after {
	content: ":";
}

@media (max-width: 500px) {
	#sidemenu, #breadcrumb {
		display: none;
	}
}

/* Career */

.careerButtons {
	display: flex;
}

.careerButtons div {
	display: inline-grid;
	width: 50%;
	box-sizing: border-box;
	padding: 0 20px;
}

.careerButtons .btn.btn-primary {
	font-size: 140% !important;
}

@media (max-width: 420px) {
	.careerButtons div {
		padding: 0 5px;
	}
	
	.careerButtons .external-link-new-window.btn.btn-primary {
		font-size: 110% !important;
	}
}

@media (min-width: 768px) {
  .news {
    margin: 0;
  }

  .allnews {
    margin-bottom: -.5em;
    padding-right: 60px;
  }

	.news-single-img {
		max-width: 30%;
		box-sizing: border-box;
		padding-bottom: 20px;
	}
  
	
}

/****************************************/
/* FAQ */
/****************************************/

.faq h4,
.faq h2 {
	color: #000;
	font-size: 120%;
	/*background: rgba(125,145,155,1);*/
	font-size: 120%;
	width: 100%;
	padding: 0px 10px;
	line-height: 36px;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
	border-bottom: 1px solid rgba(0,77,148,1);
	background-size: 22px 22px;
	text-indent: 0px;
}

.faq h4:hover,
.faq h2:hover {
	background: rgba(0,77,148,0.1);
}

.faq h4:before,
.faq h2:before {
	content: '⟩';
	display: inline-block;
	font-weight: 900;
	color: #45aec0;
	margin-right: 5px;
	transition: all 0.5s ease;
}

.faq h4:hover:before,
.faq h2:hover:before {
	rotate: 90deg;
	transition: all 0.5s ease;
}

.faq .open h4,
.faq .open h2 {
	color: #fff;
	background: rgba(0,77,148, 1);
}

.faq .open h4:before,
.faq .open h2:before {
	rotate: 90deg;
}

.faq .ce-textpic {
	overflow: hidden;
	max-height: 0px;
	transition: all 1s ease-in-out;
	padding: 0 10px;
}

.faq .open .ce-textpic {
	max-height: 500px;
}



.bg-img {
  margin: 0 -15px;
  overflow: hidden;
  padding: 15px 0;
}

.bg-img .btn {
  text-shadow: none;
}

.bg-img .ce-bodytext,
.bg-img h1,
.bg-img h2,
.bg-img h3,
.bg-img h4,
.bg-img h5,
.bg-img h6 {
  width: 100%;
  padding: 0;
  display: inline-block;
  margin: 0;
}

.bg-img h1,
.bg-img h2,
.bg-img h3,
.bg-img h4,
.bg-img h5,
.bg-img h6 {
  margin-bottom: 15px;
}

.bg-img img {
  position: relative;
  width: 100%;
  height: auto !important;
  z-index: 0;
  margin-bottom: 15px;
}

.container.homepage .bg-img .ce-bodytext, .container.homepage .bg-img h2 {
	color:#ffffff;
	text-shadow: none;
}


@media (min-width: 768px) {
  .bg-img {
    text-shadow: 0 0 5px #000;
    position: relative;
    color: #fff;
  }
  
  .bg-img {
    margin: 0;
    padding: 0;
  }
  
  .bg-img h1,
  .bg-img h2,
  .bg-img h3,
  .bg-img h4,
  .bg-img h5,
  .bg-img h6 {
    top: 10px;
  }
  
  .bg-img .ce-bodytext {
    bottom: 10px;
  }
  
  .bg-img .ce-bodytext,
  .bg-img h1,
  .bg-img h2,
  .bg-img h3,
  .bg-img h4,
  .bg-img h5,
  .bg-img h6 {
    position: absolute;
    z-index: 2;
    left: 50%;
    width: 60%;
    transform: translateX(-50%);
  }
  
  .bg-img img {
    margin-bottom: 0;
  }
  
  .bg-img a.btn:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    border-color: #fff;
    text-shadow: none;
  }
  
  .bg-img a.btn {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
  }
	.container.homepage .bg-img .ce-bodytext {
		background: rgba(51, 47, 47, 0.6) ;
		margin-bottom:10px;
		padding: 8px 8px 0px 8px;
	}
	
	.container.homepage .bg-img h2 {
		background: rgba(51, 47, 47, 0.6) ;
		padding: 8px;
		width: auto;
	}
}

.content-default .col-md-9 > div .ce-textpic {
  padding: 15px 0;
/*   margin-bottom: 30px; */
}

.content-default .col-md-9 > div {
  padding: 15px 0;
  clear: both;
}

.clearfix {
  padding: 0;
}

.content-default {
  padding: 15px 0 0 0;
  margin-left: 0px;
  margin-right: 0px;
}

.content-default .col-md-9 > div:nth-last-child(2) .ce-textpic {
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
}

@media (min-width: 768px) {
  .content-default .col-md-9 .col-sm-4 {
    width: 33.33333333%;
    padding-top: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    border: none;
    clear: none;
  }

  .two-column .ce-textpic {
    column-count: 2;
    
    column-gap: 30px;
    -webkit-column-break-inside: auto;
    page-break-inside: auto;
    break-inside: auto;
  }
  
  .two-column .ce-bodytext ul {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  
  .two-column header {
    column-span: all;
  }
  
  .frame-default header {
    column-span: all;
  }
  
  .two-column .ce-bodytext h1,
  .two-column .ce-bodytext h2,
  .two-column .ce-bodytext h3,
  .two-column .ce-bodytext h4,
  .two-column .ce-bodytext h5 {
    margin-top: 0;
  }
  
  
}



/* tables */

td {
	vertical-align: top;
	padding: 0px;
}

.ce-table {
  overflow: auto;
}

.ce-table td {
  padding: 7px 15px 8px 0;
}

/* pagetitle */
.pagetitle {
	margin: 25px 0 10px -50px;
	position: relative;
}

.pagetitle.hide {
	display: none;
}

.headlineBox {
  background: rgba(69, 173, 191, 0.74);
  width: 480px;
  height: 14px;
  position: absolute;
  bottom: -7px;
  left: 100px;
}

.pagetitle h1 {
	display: inline-block;
  margin: 0px 0 0 0;
  font-size: 22px;
  padding: 0px 30px 0 0;
  background: rgba(0, 77, 148, 0.8);
  min-width: 400px;
  color: #fff;
  line-height: 30px;
  padding: 5px 20px 5px 50px;
  letter-spacing: 1px;
}


/* sitemap */
ul.ce-menu {
  padding-left: 0;
  list-style-position: inside;
}

.ce-menu ul {
  padding-left: 15px;
  margin: 15px 0;
}


/* footer */
/* remove "-old-style" to get the cool look back */
footer-old-style {
  margin-top: 30px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004b93+0,1898a8+100 */
  background: #004b93; /* Old browsers */
  background: linear-gradient(to right, #004b93 0%,#1898a8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004b93', endColorstr='#1898a8',GradientType=1 ); /* IE6-9 */
  color: #fff;
  box-shadow: inset 0px 15px 15px -15px rgba(0, 0, 0, 0.6);
  bottom: 0;
  z-index: 0;
}

footer {
  margin-top: 30px;
  width: 100%;
  bottom: 0;
  z-index: 0;
  background: #004b93;
}

footer .container {
	position: relative;
}

footer .col-md-4 {
	padding: 0 !important;
}

@media (min-width: 786px) {
  footer > .container {
    padding: 0px 0;
  }
  
  footer .col-md-4 {
	padding-right: 15px;
	padding-left: 15px
  }	
}

footer > .container > div {
  padding: 15px;
}

footer a,
footer a:hover,
footer a:focus {
  color: #ffffff;
}

footer a:hover,
footer a:focus {
  text-decoration: none;
}

.footeraddress {
  padding: 0;
}

#push-footer {
  height: auto;
  display: table-row;
}

#footerlogo {
  padding-right: 15px;
  max-height: 4.28571429em;
}

footer .social img {
	height: 30px;
}

footer .social a {
	margin-right: 10px;
}

.footernav {
	position: absolute;
	right: 10px;
	top: 5px;
	max-width: 80%;
}


@media (max-width: 560px) {    
  .footernav {
	  left: 10px;
	  right: auto;
	  top: 50px;
	}
}

/****** Contact Page ******/

.routing {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.routing a {
	opacity: 0.8;
	width: 40px;
	height: 40px;
	margin-right: 5px;
	border-radius: 5px;
	position: relative;
	transition: all 0.5s ease;
}

.routing a:hover {
	opacity: 1;
	background: #c3d3f3;
}

.routing svg {
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
}


/* Powermail */

.tx-powermail .container-fluid {
	padding: 0;
}

.tx-powermail h3, .tx-powermail .powermail_legend {
	display: none;
}

.tx-powermail fieldset h3 {
	display: block;
}

.tx-powermail fieldset h4 {
	color: #004b93;
}

.tx-powermail .powermail_fieldwrap {
	line-height: 28px;
	margin-bottom: 15px;
}

.tx-powermail .powermail_label {
	vertical-align: baseline;
	margin: 0;
	text-align: left;
	line-height: 130%;
}

input.powermail_date {
	color: #000 !important;
}

.tx-powermail .powermail_textarea {
	width: 100%;
	height: auto;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.tx-powermail .powermail_fieldwrap_type_submit {
	margin-top: 30px;
}

.tx-powermail .powermail_fieldwrap_type_text div {
	color: #777;
	margin-top: 10px;
}

.tx-powermail .powermail_fieldset_5 label[for=powermail_field_yourname], .tx-powermail .powermail_fieldset_1 label[for=powermail_field_thirty_sevenplussix], .tx-powermail .powermail_fieldset_5 label[for=powermail_field_thirty_sevenplussix] {
	line-height: 18px;
}

.tx-powermail .checkbox label, .tx-powermail .radio label {
	line-height: 20px;
}

textarea[disabled], 
.form-control[disabled], 
.form-control[readonly], 
fieldset[disabled] .form-control {
	background-color: #eee !important;
}

@media (min-width: 768px) {

	.tx-powermail .powermail_fieldwrap {
		display: flex;
	}
	
	.tx-powermail .powermail_label {
		width: 30%;
	}
	.tx-powermail .powermail_field {
		width: 70%;
	}
	
	.tx-powermail .nolabel .powermail_field {
		margin-left: 30%;
	}
	
	.tx-powermail .powermail_fieldwrap_type_submit {
		margin-left: 30%;
	}
	
	.tx-powermail .powermail_fieldwrap_type_text div {
		margin-left: 30%;
	}
	.tx-powermail .powermail_textarea {
		max-width: 100%;
	}
}





/* search */
.tx-indexedsearch-searchbox {
	padding-bottom: 20px;
}

.tx-indexedsearch-rules, .tx-indexedsearch-info, .tx-indexedsearch-percent, .tx-indexedsearch-icon {
	display: none;
}

form#tx_indexedsearch p {
	display: none;
}

.tx-indexedsearch .row {
  margin-bottom: 15px;
}

.tx-indexedsearch-res-item {
  padding: 15px 0 0 0;
  border-top: 1px solid #e8eff3;
}

.tx-indexedsearch-res-item:first-child {
  padding: 0;
  border-top: 0;
}

@media (min-width: 768px) {
  .tx-indexedsearch {
    padding: 0 15px;
  }
}

.tx-indexedsearch-info-sword {
  padding-top: 15px;
}

.tx-indexedsearch-redMarkup {
  background-color: #f2bebe;
  font-weight: 400;
}

.browsebox, .tx-indexedsearch-browsebox {
  display: inline-block;
  padding-left: 0;
  padding: 20px 0;
  border-radius: 4px;
}

.browsebox>li, .tx-indexedsearch-browsebox>li {
  display: inline;
}

.browsebox>li a, .tx-indexedsearch-browsebox>li a  {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd
}

.browsebox>li a:hover, .tx-indexedsearch-browsebox>li a:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.browsebox>li:last-child a, .tx-indexedsearch-browsebox>li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.browsebox>li:first-child a, .tx-indexedsearch-browsebox>li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}


/* FE login */
.tx-felogin-pi1 legend {
	display: none;
}

.tx-felogin-pi1 form {
}

.tx-felogin-pi1 label {
	width: 150px;
	text-align: left;
}

.tx-felogin-pi1 input {
	margin: 2px 0;
}

.tx-felogin-pi1 input[type=submit] {
	margin-left: 154px;
}

.tx-felogin-pi1 h3 {
	display: none;
}

.tx-felogin-pi1 div {
	display: none;
}

.tx-felogin-pi1 fieldset div {
	display: block;
}

.sidebar .tx-felogin-pi1 div {
	display: block;
}

.sidebar .tx-felogin-pi1 label {
	display: none;
}

/* SR User Rgister */

.tx-srfeuserregister-pi1 .telephone, .tx-srfeuserregister-pi1 .address, .tx-srfeuserregister-pi1 .user {
	margin-top: 30px;
}

.tx-srfeuserregister-pi1 .gender {
	display: none;
}

.tx-srfeuserregister-pi1 dt {
	text-align: left;
	padding-top: 3px;
}

.tx-srfeuserregister-pi1 dd {
	width: 75%;
}

.tx-srfeuserregister-pi1 dd.firstname, .tx-srfeuserregister-pi1 dd.lastname, .tx-srfeuserregister-pi1 dd.title {
	width: 30%;
}

.tx-srfeuserregister-pi1 dt.lastname {
	clear: none;
	text-align: right;
	width: 15%;
}

.tx-srfeuserregister-pi1 dt.terms {
	clear: none;
	width: 75%;
}

.tx-srfeuserregister-pi1 dd.terms {
	clear: both;
	width: 25%;
	text-align: right;
	padding-right: 20px;
}

#tx-srfeuserregister-pi1-comments {
	height: 34px;
}

.tx-srfeuserregister-pi1 .createUser {
	display: none;
}


@media (min-width: 768px) {
  .tx-srfeuserregister-pi1 .form-control {
    max-width: none;
  }
}

/* Scroll Content Company History */

#scrollWrapper {
	position: relative;
}

#scrollContent {
	overflow: hidden;
	position: relative;
}

#scrollContent img {
	max-width: none;
	margin-top: 40px;
}

#scrollWrapper #scrollUp, #scrollWrapper #scrollDown {
	position: absolute;
	top: 0px;
	z-index: 100;
	font-size: 400%;
	font-weight: bold;
	line-height: 30px;
	font-family: Courier;
	width: 40px;
	height: 40px;
}

#scrollWrapper #scrollUp:hover, #scrollWrapper #scrollDown:hover {
	color: #000;
	text-decoration: none;
}

#scrollWrapper #scrollUp {
	background: url(../img/pfeil.png);
	background-size: cover;
	transform: rotate(180deg);
}

#scrollWrapper #scrollDown {
	right: 0px;
	background: url(../img/pfeil.png);
	background-size: cover;
}

@media (min-width: 1200px) {

	#scrollWrapper #scrollUp {
		/*display: none;*/
	}
	
	#scrollWrapper #scrollDown {
		/*display: none;*/
	}
	
}
@media (max-width: 786px) {
	#scrollContent {
		transform: scale(0.75);
		transform-origin: top left;
		width: 130%;
	}
	
	#scrollWrapper #scrollUp {
		transform: scale(0.7) rotate(180deg);
	}
	
	#scrollWrapper #scrollDown {
		transform: scale(0.7);
		transform-origin: top right;
	}
}

/* SOCAIL MEDIA LINKS */

@media (min-width: 786px) {
  div.socialmedia {
    position: fixed;
    top: 5px;
    left: 5px;
    padding: 0 !important;
  }
  
  .socialmedia > a {
    display: block;
  }
}

.socialmedia > a.hidden {
  display: none; /* enable them via JS */
}

.socialmedia > a:hover {
  opacity: .8;
}

.share-btn {
  border-radius: 4px;
  height: 2.5em;
  margin: 0 .5em .5em 0;
}

/* ---- Cookies Banner ---- */
cookies {
	position: relative;
	width: 100%;
	display: block;
}

#tx_cookies #tx_cookies_types div:nth-child(4) {
	display: none;
}

#tx_cookies {
	position: absolute;
	z-index: 11111;
	left: calc(50% - 200px);
	top: 100px;
	width: 400px;
}

#tx_cookies #tx_cookies_inner {
	background: rgba(0,0,0,0.85);
	color: #fff;
	position: relative;
	bottom: auto;
	width: 100%;
	padding: 15px;
}

#tx_cookies #tx_cookies_close {
	display: none;
}

cookies #tx_cookies button, cookies #tx_cookies input[type="submit"] {
	background: #6fa8dd;
}

cookies #tx_cookies button:hover, cookies #tx_cookies input[type="submit"]:hover {
	color: #fff;
	background: #004b93;
}

cookies #tx_cookies p {
	margin: 4px 0;
}

cookies #tx_cookies a {
	color: #6fa8dd;
}

#tx_cookies #tx_cookies_accept {
	margin-bottom: 15px;
}

#tx_cookies label {
	width: auto;
	background: none;
}

.container #tx_cookies {
	background: none;
	text-align: left;
	color: #fff;
	position: relative;
}

.container #tx_cookies h3 {
	color: #000 !important;
}
.container #tx_cookies button, .container #tx_cookies input[type="submit"] {
	position: relative;
}

.container #tx_cookies #tx_cookies_inner {
	margin: 0 auto;
	background: none;
	color: #000;
	padding: 0px;
	width: auto;
	text-align: left;
}

.container #tx_cookies #tx_cookies_close {
	display: none;
}

.container #tx_cookies_showPermanent {
	left: 0;
	top: 0;
	margin-bottom: 40px:
}

.cookiesonly {
	display: none;
}

.cookiesonly.show {
	display: block;
}


/* --------- Newsletter subscription ------------- */

.tx-fp-newsletter label {
	width: 100px;
}

.tx-fp-newsletter form:first-of-type {
	display: none;
}

/* --------- Document by Code ------------- */
#c2583,
#c2577,
#c2578 {
}

#p431 .faq {
	pointer-events: none;
}


/* ---- only IE 9 ---- */

@media screen and (min-width:0\0) and (min-resolution: .001dpcm) { 
    .principal-content .teaser .ce-column {
        padding: 0 25%;
		margin: 0 -25%;
    }
    .ce-textpic .ce-gallery .ce-media img {
		width: 100%;
	}
}

/* ---- IE 10 and above ---- */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   .principal-content .teaser .ce-column {
        padding: 0 25%;
		margin: 0 -25%;
    }
    .ce-textpic .ce-gallery .ce-media img {
		width: 100%;
	}
}


/* 20 Jahre ITM Test */

#p671 .label {
	color: #000 !important;
	font-size: 100%;
}

#p671 #content2 {
	margin: 0px 20px;
}
