/*Rot: #e3031b rgba(227,3,27,1) */

*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
*:focus,*:active,*:hover,*{
  outline: none !important;
}

body{
  overflow-y: scroll;  
  line-height:1.4;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 16px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6em;
}
a{
  color: #999;
  text-decoration:none;
}
a.btn{
  color:#e3031b;
}
img, svg{
  max-width:100%;
  height:auto;
}
table{
  width:100%;
}
iframe{
  width:100%;
  min-height:300px;
  border: 0;
}
video {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

h1,h2,h3,h4,h5,h6 {
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  line-height:1.6em;
}
h1 { 
  font-size: 2em;
  font-size: 25px;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}
h2 {
  font-size: 24px;
  text-align: center;
  margin: 0;
  color: #444;
  font-weight: 300;
}
#c43 h2 {
  font-size: 24px;
  margin-top: 1.66em;
  margin-bottom: 0.83em;
  text-align: left;
}
h3 { 
  font-size: 24px;    
  font-size: 24px;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 400;
  color: #151515;
  letter-spacing: 0;
}
h4 { 
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}
h5 { 
  font-size: .8em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}
h6 { 
  font-size: 1em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
}
p{
  margin: 0 0 1em 0;
}
.border{
  border: 1px solid #ccc;
  background: #ccc !important;
}
.left{
  float: left;
}
.right{
  float: right;
}
.clr{
  clear: both;
  display: block;
  content: '';
}
.cover{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.inner,
.articleInner{
  width: 1200px;
  margin: auto;
}
.articleInner{
  padding: 3em 0;
}
.fullSize .articleInner {
    width: 100%;
}
.level1 .articleInner,
.level2 .articleInner{
  padding: 2em 0;
}
.level1 #mainContent:after, 
.level2 #mainContent:after {
  content: "";
  display: block;
  padding: 50px;
}
.articleInner .articleInner{
  width: auto;
  padding:0;
}
.noInner .articleInner {
  padding: 0;
  margin: 0;
  width: 100%;
}

/* Flex mittig */
.flex{
  display: -webkit-box; 
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;  
  display: flex;
  -ms-flex-pack: justify; 
  justify-content: space-between;
}
/**/


/* Back BTN*/
.back-to-top {
  position: fixed;
  bottom: 10px;
  right: 1%;
  text-decoration: none;
  color: #fff;
  border: 0px solid #fff;
  font-size: 24px;
  font-weight: 700;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  display: none;
  z-index:99;
  background:#e3031b;
}
.back-to-top:hover {    
  background-color: rgba(135, 135, 135, 0.50);
}

/* Google Maps */
#map {
  width: 100%;
  height: 500px;
  background-color: grey;
}
.gm-style-iw {
  font-family: 'Open Sans';
  font-size: 14px !important;
  width: 450px !important;
  top: 15px !important;
  left: 0 !important;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
  border: 0px solid rgba(72, 181, 233, 0.6);
  border-radius: 0; 
  padding: 0 25px;
}
.gm-style-iw-t::after{
  display:none !important;
}

/* HEADFIX START */
#mainHeader.fixed{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 949;
}
/* HEADFIX END */

/* bgImage START */
.bgImage{
  background-repeat: no-repeat;
  background-position:  center center;
  background-size: cover;
}
/* bgImage END */


/* Trigger */
.triggerMainEl:last-of-type .articleInner{
  padding-bottom: 2.5em;
}
.triggerWrap{
}
.triggerer{
  padding: 0.5em 1em;
  cursor: pointer;
  position: relative;
}
.triggerer:after{
  content: '+';
  display: block;
  position: absolute;
  top: 0.4em;
  right: 1em;
  z-index: 5;
  font-size: 2em;
  line-height: 1.6em;
}
.triggerMainEl.open .triggerer:after{
  transform: rotate(45deg);
  transform-origin:center center;
}
.triggerEl{
  display: none;
}
.triggerElInner{
  padding:1em; 
}
.triggerMainEl.open .triggerEl{
  display: block;
}

/* Cookie Notify */
#notify { 
  outline: 1px solid #7b92a9;
  text-align: right;
  background: #a90013;
  color: #fff;
  position: fixed;
  bottom: 1em;
  right: 4em;
  z-index: 9999;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  width: 95%;
  max-width: 24em;
  padding: 1em;
}
#notify .inner {
  display: unset;
  width: 100%;
}
#notify a {
  color:#000; 
  text-decoration:none;
}
#notify a:hover {
  text-decoration:underline;
}
#notifyCloser {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "\274c";
  font-size: 3em;
  color: #000;
  cursor: pointer;
  background: #f2f2f2;
  opacity: 1;
  border: 1px solid #e3031b;
  line-height: 40px;
  color: #e3031b;
  width: 40px;  
  right: -38px;
}
#notifyCloser:after {
  content: '\d7';
}


/* News */
.news .start {
  margin:0 auto;
  padding:20px 0;
  border-top: 1px solid #ccc;
}
.news .start li{
  width:33%;
  display: inline-flex;
  padding: 0 20px 0 0;
  margin:0;
}
.news .start .body-text li {
  width: 100%;
  display: block;
  padding: 5px 0;
}
.news .start li a{
  text-decoration:none;
}
.news .start li a.more:after{
  content:"...";
}
.news .start h3 {
  margin-bottom: 0;
}
.news .start h3::after {
  content:" ";
  width: 30px;
  height: 3px;
  background: #00244f;
  display: block;
  margin: 5px 0;
}
.news .start .teaser-text{
  margin-bottom:25px;
}
p.text-center {
    text-align: center;
}
/* expertise */
.expertise .article{
  position:relative;
}
.expertise h3,
.expertise a{
  color:#fff;
}
.expertise a {
  padding: 10px 0;
  display: block;
  position: relative;
}
.expertise a:after {
  content:"";
  width: 0; 
  height: 0; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  left: -10px;
  top: 6px;
}
/**/

.internal-link,
.external-link,
.green,
.download{
  margin-top:25px;
  padding: 12px 33px;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: .1em;
  cursor: pointer;
  text-align: center;
  color:#444;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.internal-link::before,
.external-link::before,
.green::before,
.download::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e3031b;

  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.internal-link:hover,
.external-link:hover,
.download:hover{
  color:#fff;
}
.internal-link:hover:before,
.external-link:hover:before,
.green:hover:before,
.download:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.green::before{
  background:#66b52d;
}
#c62 .internal-link::before,
#c63 .download::before,
#c91 .internal-link::before{
  background:#0080b5;
}
#c59 .internal-link::before,
#c83 .internal-link::before{
  background:#004f9f;
}
#c41 .internal-link::before,
#c41 .download::before{
  background: #000;
}

/* Counter */
.counter {
  text-align: center;
}
.numscroller {
  font-size: 66px;
  line-height: 1.6em;
}
.box-counter-txt {
  font-size: 1em;
  margin-top: 10px;
  font-weight: 400;
}

/*Layouts*/
.bl-2 .swiperBtn{
  display:none;
}
/*l-10*/
.layout10 .articleInner{
  width:100%;
  max-width:1920px;
}
.layout-60 {
  box-shadow: 0 0 1px rgba(0,0,0,.2);
}
.layout-60:after {
  content:"";
  display:block;
  margin-bottom:0.5em;
}
.layout-160 .second{
  display:none;
}
.layout-160 p a {
  text-decoration: underline;
  color: #333;
  margin: 0;
  padding: 0;
  background: transparent;
  font-weight: normal;
  vertical-align: baseline;
  transform: unset;
  letter-spacing: unset;
}
.layout-160 .ce-textpic{
  display:none;
  -webkit-column-count: 2; 
  -moz-column-count: 2; 
  column-count: 2;
}
.layout-160 h2{
  display:none;
}
/*l-400*/
.layout-400 .twoCols .col,
.layout-400 .threeCols .col{
  border:1px solid #ccc;
  padding:15px;
  position:relative;
}
.layout-400 .ce-column {
  height: 60px;
}
.layout-400 figure{
  text-align:center;
  position:absolute;
  top: -50px;
  left: 0;
  right: 0;
}
.layout-400 figure img {
  border: 10px solid #fff;
  border-radius: 50%;
  width: 100px;

}
#c20 .layout-400 figure img{
  border: 10px solid #fff;
  border-radius: 50%;
  width: 100px;
}
/*l-410*/
.layout-410 {
  background: #f2f3f8;
}
li {
  list-style-position: outside;
  /*margin-left: 20px;*/
}
figcaption {
  color: #999;
  font-size: 12px;
}
/*l-420*/
.layout-420 {
  margin: 3% 0;
  display: flex;
  flex-wrap: wrap;
}
.layout-420 h3{
  font-size:16px;
  text-align:center;
}
.layout-420 .layout-0 {
  padding: 0 2px;
  width: 33%;
  position: relative;
  float:left;
}
.layout-420 figure{
  box-shadow:0 0 3px rgba(0,0,0,.3);
  overflow: hidden;
}
.layout-420 figcaption{
  text-align:center;
}