/*FONTS*/

@import url(//fonts.googleapis.com/css?family=Open+Sans:600,300,400,400italic,300italic);

@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('../fonts/sourcesanspro-semibold-webfont.eot');
    src: url('../fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*BODY*/

/**
 * COLORS:
 * $lightblue: #b1ceea;
 * $blue: #2e82c9;
 * $darkblue: #1f4e89;
 */

body{

    /* wenn mit em font-size: 100%;*/
    font-family: 'source_sans_proregular', Arial, 'sans-serif';
    color: #333;
    font-size: 14px;
    line-height: 1.2;
}

h1{
    font-family: 'source_sans_proregular', Arial, 'sans-serif';
    color: #fff;
    font-size: 46px;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 16px;
  line-height: 1.3;
}

h2{
    font-family: 'source_sans_proregular', Arial, 'sans-serif';
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 12px;
}

h3{
    font-family: 'source_sans_proregular', Arial, 'sans-serif';
    color: #333;
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 16px;
}
.tile-inner h3 {
    position: absolute;
    bottom: 15px;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-family: "source_sans_prosemibold";
}

h4{
    font-family: 'source_sans_proregular', Arial, 'sans-serif';
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 8px;
}


a {
    color: #6BBCC2;

}

p {
    padding-bottom: 12px;

}

b, strong {
    font-family:"source_sans_prosemibold";
}

i {
    padding: 12px 12px 12px 0;
    font-size: 26px;
    color: #999;

}

.padding20{
padding: 20px;

}


/*File Links PDF, mit download Icon*/


 a[href $='.pdf']:before {
  width:28px;
  height:28px;
  display:inline-block;
  content:' ';
  background: url('../images/file-icons/pdf-icon-whit.svg') no-repeat;
   margin-right:8px;
   }

a[href $='.pdf']:after {
 content: " (PDF)";
   }

/*File Links mit Icons*/

/* a[href $='.pdf']:before {
padding: 0 10px 0 0;
content: url(/fileadmin/template/images/pdf.png);
   } */

a[href $='.docx']:before {
padding: 0 10px 0 0;
content: url(/fileadmin/template/images/doc.png);

   }

a[href $='.xlsx']:before {
padding: 0 10px 0 0;
content: url(/fileadmin/template/images/xls.png);
   }

a[href $='.pptx']:before {
padding: 0 10px 0 0;
content: url(/fileadmin/template/images/ppt.png);
   }


/*FILELIST*/


.csc-uploads-element{
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
}


ul.csc-uploads span.csc-uploads-fileName {
   text-decoration: none!important;
}




/*ICONS*/

.fa-facebook{
    color: #ccc;
    padding-right: 5px;
}

/*HEADER*/

header {
    position: relative;
    z-index: 1;

}

.col2-nomargin {
    width: 16.974%; /* 15.129+1.845 */
    margin-right: 0;
}

@media screen and (max-width: 1190px) {
    .col2-nomargin {
        width: auto;
        margin-top: 10px;
        max-width: 350px;
    }
}

@media screen and (max-width: 768px) {
    .col2-nomargin {
        margin-right: 150px;
        position: relative;
        z-index: 1;
    }

}


#banner{
     background-color: #f0f0f0;

}

.claim{
    font-size: 45px;
    font-weight: 100;
    color: #fff;
    opacity: 0.7;
    background-color: #808080;
}

.social {
    text-align: right;
}

.searchbar {
    text-align: right;
}

/*MAINCONTENT*/

#maincontent  {
    padding: 0;
    background-color: #f2f2f2;

}


/**
 * Tiles
 */
.tiles {
    position: relative;
    z-index: 2;
}

.tile {
    float: left;
    position: relative;
}

.no-content {
    display: none;
}

.tile-3x3 {
    width: 25%;
    height: 0;
    padding-bottom: 25%;
}
.tile-6x6 {
    width: 50%;
    height: 0;
    padding-bottom: 50%;
}
.tile-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.tile-inner a {
    color: white;
	border-bottom: 1px solid;
    text-decoration: none;
}
.tile-inner-wrap h2, h1 {
    color: white;
    font-family: 'source_sans_prosemibold', Arial;
    padding-top: 15px;
}


.tile-06 {
    clear: left; /* Bugfix for Safari  */
}

.tile-link,
.tile-inner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;}



/* Helpers */
.block-01:before,
.block-02:before,
.block-03:before,
.block-04:before,
.block-05:before,
.block-06:before,
.block-07:before,
.block-08:before,
.block-09:before {
    content: "block 1";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(67, 0, 67, 0.34);
    color: white;
    padding: 0.25em 0.5em;
    border-radius: 0 0 5px 0;
    opacity: 1;
    display: none;
}

.block-02:before { content: "block 2";}
.block-03:before { content: "block 3";}
.block-04:before { content: "block 4";}
.block-05:before { content: "block 5";}
.block-06:before { content: "block 6";}
.block-07:before { content: "block 7";}
.block-08:before { content: "block 8";}
.block-09:before { content: "block 9";}

.cite {
    font-size: 0;
    text-align: center;
}
.cite:before {
    content: "";
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.cite > * {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}
cite p {
    display: block;
    width: 90%;
    display: inline-block;
    padding-bottom: 0;
    font-size: 48px;
    color: white;
}

.image {}
.text {
    font-size: 0;
    text-align: center;
}
.text:before {
    content: "";
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.text > * {
    font-size: 22px;
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    color: white;
    padding: 0 1.5em;
    line-height: 1.4090909090909092em; /* 31/22 */
}

.bg-color-lightblue { background-color: #b1ceea }
.bg-color-blue      { background-color: #2e82c9 }
.bg-color-darkblue  { background-color: #1f4e89 }
.bg-color-white     { background-color: white;
    color: #333;
    box-sizing: border-box;
    border: 1px solid rgb(216, 216, 216); }
.bg-color-white a   { color: #333; }

.half-tiles-wrap {
    float: left;
    width: 50%;
}
.half-tiles-wrap .tile-3x3 {
    width: 50%;
    padding-bottom: 50%;
}
.half-tiles-wrap .tile-6x6 {
    width: 100%;
    padding-bottom: 100%;
}


.icon-dartboard {}
.icon-statistic {}
.icon-cog {}
.icon-speechbubbles {}

/*Meta Nav*/
.meta{
 	text-align: right;
  float: right;
 	font-size: 18px;
 	font-family: "source_sans_proregular";
}
.meta ul {
	padding: 0px;
  	margin: 0px;
  display: inline-block;
}

.meta ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.meta ul li{
  	list-style: none;
	float: left;
	margin-right: 0;
	position: relative;
}
.meta ul li a {
    text-decoration: none;
    display: block;
    padding:  0 8px;
  margin-top: 10px;
  border-right: 1px solid #034467;
    transition: background 0.3s ease-out;/* explorer 10 */
    color: #034467;
  	font-weight: normal;
}
}

#meta-nav{
  	display: inline-block;
	margin-right: 0;
}
.meta > ul > li:last-child a {
    padding-right: 0;
}
.meta > ul > li:hover > a {
    color: #2e82c9;
}
.meta ul li:hover > ul {
    visibility: visible;
}
.meta ul li:last-child a, .meta-mav-item:last-of-type a {
    border: 0;
}
#meta-nav .meta-mav-item:last-child a {
    border: 0;
}

/*DROPDOWN META SUBNAV*/
.meta > ul > li:hover > ul li:first-child:before {
  /*	  border-bottom-color: #034467;*/
}
.meta ul ul a:hover {
    color: #034467;
}

.meta ul li ul{
    display: inline;
    visibility: hidden;
    position: absolute;
        padding: 0 0 0 10px;
    z-index: 999;
    min-width: 200px;
    text-align: left;
    left: 0;
    margin-left: 0;
  background:#fff;
}
.meta ul li ul li{
    float: none;
    position: relative;
    margin-right: -9px;
    margin-top: 5px;

}
.meta ul li ul li:before {
    content: "";
    top: 0;
    left: 0px;
    right: 0;
    border-bottom: 1px solid #B1CEEA;
    position: absolute;
}
.meta ul li ul li a {
    text-transform: none;
    font-family: "source_sans_proregular";
    width: 100%;
    font-size: 16px;
        padding: 8px 10px 4px 0px;
  border-right: 0;
    margin: 0;
}


/*DROPDOWN MENU*/
.mainnav {
    text-align: right;
    margin-top: 25px;
    font-size: 24px;
    font-family: "source_sans_proregular";
}
#menu {
  	display: inline-block;
    margin-right: 0;
}
nav ul {
    padding: 0px;
    margin: 0px;
}

nav ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

nav ul li {
    list-style: none;
    float: left;
    margin-right: 0;
    position: relative;
}


nav > ul > li:last-child a {
    padding-right: 0;

}

nav ul li a {
    text-decoration: none;
    display: block;
    padding: 10px 18px 0;
    transition: background 0.3s ease-out;/* explorer 10 */
    text-transform: uppercase;
    color: #034467;
  	font-weight: normal;
}


nav > ul > li:hover > a {
    color: #2e82c9;
}

nav ul li:hover > ul {
     background-color: #fff;
     opacity: 1;
}



/*DROPDOWN MENU SUBNAV*/
nav > ul > li:hover > ul li:first-child:before {
/*    border-bottom-color: #034467;*/
}
nav ul ul a:hover {
    color: #034467;
}

nav ul li ul{
    display: inline;
    opacity: 0;
    position: absolute;
    padding:0px;
    z-index: 999;
    min-width: 200px;
    text-align: left;
    left: 0;
    margin-left: 0;
    transition: .3s all ease;
}
nav ul li ul li{
    float: none;
    position: relative;
    margin-right: -9px;
    margin-top: 5px;

}
nav ul li ul li:before {
    content: "";
    top: 0;
    left: 18px;
    right: 0;
    border-bottom: 1px solid #B1CEEA;
    position: absolute;
}
nav ul li ul li a {
    text-transform: none;
    font-family: "source_sans_proregular";
    width: 100%;
  font-size: 18px;
}

.aktiv a {
    background-color: #1f91a7;
    color: #fff;
    padding: 10px 0x;
}


/*subnav linke Spalte*/

#subnav   {
    background: white;
}

#subnav li  {
    float: none;
    color: #999;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: none;
}

#subnav li a  {
    color: #999;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 0;

}

#subnav li a:hover {
    color: #333;
    background-color: transparent!important;
}


/* Horizontale NAvigation: (Breadcrumb, Language); */
.nav-horizontal {
    margin-top: 10px;
    margin-bottom: 13px;
    font-size: 18px;
}
.nav-horizontal ul {
    margin-left: -15px;
}
.nav-horizontal li {
    position: relative;
    float: left;
    margin-right: 0;
}


.nav-horizontal li:after {
    content: "";
    position: absolute;
    height: 1.0em;
    width: 1px;
    background: #40a4d9;
    right: 0;
    top: 50%;
    margin-top: -0.25em;
}
.nav-horizontal ul li:first-child {
    font-family: "source_sans_proregular";
}
.nav-horizontal ul li:last-child:after {
    content: none;
}

.nav-horizontal a {
    text-transform: none;
}
#lang-nav{
  margin-left:2.5em
}
.language {
    text-align: right;}
.language ul {
    display: inline-block;
}
.language a:empty { display: none }
.meta .language a {
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 0px;
	margin-top: 10px;
	border-right: 0;
	transition: background 0.3s ease-out;
	color: #034467;
	font-weight: normal;
}
.language:last-child a:last-child::before {
    display: inline-block;
    margin: 0 0.2em;
    content: "–";
}
@media screen and (max-width: 767px) {

}

/*FOOTER*/

footer {
    background-color: #efefef;
    color: black;
    padding: 60px 0;
    margin-top: 9em;
    font-size: 18px;
    overflow: hidden;
  	line-height: 1.7;
}

footer h3 {
    text-transform: none;
    font-family: "source_sans_prosemibold";
  	text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 12px;}

footer p {
    line-height: 24px;

}

footer a {
    color: #333;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
.footer-copyright {
    padding-top: 108px;
    color: #333;}


.icon-kontakt {
    position: fixed;
    z-index: 10;
    right: 0px;
    top: 150px;
    display: block;
    width: 6em;
    height: 6em;
    overflow: hidden;
    background: transparent;
    text-indent: 100%;
    background-image: url(../images/icon-contact.svg);
  background-color: #1f4e89;
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.icon-linkedIn {
    position: fixed;
    z-index: 10;
    right: 0px;
    top: 250px;
    display: block;
    width: 6em;
    height: 6em;
    overflow: hidden;
    background: transparent;
    text-indent: 100%;
    background-image: url(../images/linkedin.png);
  background-color: #1f4e89;
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.icon-xing img {
    width: 30px;
}

@media screen and (max-width: 850px) {
    footer {
        padding: 4em 0;
        margin-top: 1.5em;
    }
    footer .content > div {
        width: 100%;
        text-align: center;
        float: none;
        clear: both;
        margin: 0;
        padding: 0;
    }
}

/*FORMULARE*/
/* powermail */
.tx-powermail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2E82C9;
    color: white;
    padding: 1em 1.5em;}

.tx-powermail h3 {
    color: white;
    font-family: 'source_sans_prosemibold', Arial, 'sans-serif';}
.powermail_label {
    display: none;
}
input::placeholder, textarea::placeholder {
    color: #2e82c9;
    opacity: 1;
}

@media screen and (max-width: 1190px) {
    .tx-powermail {
        position: static;
    }
}


input {
    -webkit-appearance: none;
    border-radius: 0;
}

/*Schriftfarbe für Input Platzhalter*/

::-webkit-input-placeholder {
  color: #2E82C9;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
::-moz-placeholder {  /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}


/*KONTAKTFORMULAR*/

.tx-powermail ul  {
padding-bottom: 0px;
}

.powermail_select{
padding: 5px 15px;
}

legend {
display: none;
}

.powermail_fieldwrap{
float: left;
width: 100%;
padding: 8px 0;

}

/*Felder 100%*/
#powermail_fieldwrap_22, #powermail_fieldwrap_13 {
width: 100%;

}

label{
width: 50%;
display: block;
padding-bottom: 5px;

}

.powermail_input, .powermail_textarea{
font-family: 'source_sans_proregular', sans-serif;
font-size: 14px;
color: #2e82c9;
width: 100%;
padding: 18px 10px;
border: 0;
background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.powermail_textarea{
width: 100%;


}

.parsley-required,
.parsley-custom-error-message {
color: white;
list-style: none;
background: #C90000;
padding: 5px 10px;

}

.powermail-errors-list{
padding: 0!important;

}


/*Buttons*/

input[type=submit] {
padding: 12px 22px;
font-size: 16px;
text-transform: uppercase;
background-color:#0070b8;
color: #fff;
border:0 none;
cursor: pointer;
-webkit-border-radius: 0px;
border-radius: 0px;
}

/*FILELIST*/

.csc-uploads-element{
  border-bottom: 1px solid #999;
  padding-bottom: 20px;
}


ul.csc-uploads span.csc-uploads-fileName {
    padding: 20px 0;
}

/*Grösse des Icons duch ändern des paddings*/

.csc-uploads-element-pdf a{
background-image: url('/fileadmin/images/file-icons/pdf.png');
padding: 20px 0 20px 50px;
background-repeat: no-repeat;
background-size: contain;

}

ul.csc-uploads span.csc-uploads-fileName {
   text-decoration: none!important;
}


/* Responsive Images */
.csc-textpic-2-col .csc-textpic-imagecolumn { width: 50%; }
.csc-textpic-3-col .csc-textpic-imagecolumn { width: 33.3333333333333%; }
.csc-textpic-4-col .csc-textpic-imagecolumn { width: 25%; }
.csc-textpic-5-col .csc-textpic-imagecolumn { width: 20%; }
.csc-textpic-6-col .csc-textpic-imagecolumn { width: 16.666666667%; }
.csc-textpic-7-col .csc-textpic-imagecolumn { width: 14.285714286%; }
.csc-textpic-8-col .csc-textpic-imagecolumn { width: 12.5%; }

div.csc-textpic-imagecolumn {
     margin-right: 1%;
}

.tile-inner-wrap {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    top: -100%;
}

.tile-inner-wrap p {
    hyphens: auto;
    /*position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -36px;
    min-width: calc(100% - 40px);
    padding: 20px;*/
}

.frame header h2 {
    text-align: center;
    padding-top: 20px;
}

.frame {
    height: 100%;
}

/* Google Reviews */
.Foundation__Outer-sc-11tbro4-0 {
    padding-top: 70px !important;
}

#googleReviews {
    display: none;
}

.CommonLayout__Inner-d1flxf-1 a:nth-child(3), .Header__WidgetTitle-sc-17gc7x6-2 {
    display: none !important;
}

video {
    background-color: #1f4e89;

    /* Always use the whole box */
    max-width: 100%;
    max-height: 100%;

    min-width: 100%;
    min-height: 100%;
}

/* Kacheln */
@media screen and (max-width: 1190px) {
    .half-tiles-wrap {
        width: 100%;
    }
    .tile,
    .half-tiles-wrap .tile-3x3 {
        height: 0;
        padding-bottom: 50%;
        width: 50%;
        clear: none;
    }

    .tile-inner-wrap {
        height: 50vw;
    }
    .tile.cite {
        height: auto;
        padding-bottom: 0;
        width: 100%;
    }
    .tile .cite {
        position: relative;
        width: 100%;
    }
    .tile cite {
        padding: 32px 0;
        padding: 2rem 0;
        display: block;
        width: 100%;
    }
    .tile cite p {
        font-size: 30px;
    }
    .half-tiles-wrap .tile-6x6 {
        padding-bottom: 0;
        height: auto;
    }
    .tile-6x6 .tile-inner {
    width: 100%;
    position: relative;

    }
    .tile-6x6 .tile-inner img {
        width: 100%;
    }
    .tile-6x6 .tile-inner.text {
    padding: 32px 0;}
    .tile.empty-inner {
    }
  .tile-6x6.block-01 {
    padding-bottom: 236px;
    height: auto;
    padding-bottom: 0;
    width: 100%;
    min-height: 50vw;

}

}
@media screen and (max-width: 630px) {
    .tile, .half-tiles-wrap .tile-3x3 {
        padding-bottom: 100%;
        width: 100%;
    }
    .tile.cite,
    .half-tiles-wrap .tile-6x6 {
        padding-bottom: 0;
        height: auto;
    }
    .tile.empty-inner {
        display: none;
    }
}

/*MOBILE NAVIGATION*/

.slicknav_menu {
    display:none;
}

/* Mobile Navigation */
.js .slicknav_menu {
    background: #2F82CA;
    font-family: "source_sans_prosemibold";
    font-size: 19px;
}

.slicknav_nav .slicknav_item {
    background: #2F82CA !important;
}




@media screen and (max-width: 1190px) {
    /* #menu is the original menu */
  .js .navbar {
    display: none;
  }
    .js #menu {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
    }
  .js .meta{
    display:none;
  }
  li.language {
    float: left;
    width: 50%;
    text-align: left;
}
  .language:last-child a:last-child::before {
    content: "";
}
}


/* Tablets und kleiner */

@media only screen and (max-width : 1024px)  {

.claim{
    display: none;

}

}

@media screen and (max-width:500px) {
    .tile-01 .tile-inner-wrap p:nth-child(2) {
        top: unset;
        transform: unset;
    }

    .tile-01 .tile-inner-wrap {
        height: 77vw;
    }
}

@media screen and (max-width: 460px) {
    .tile-01 .tile-inner-wrap{
        height: calc(100vw - 40px);
        padding: 10px;
    }

    .tile-01 .tile-inner-wrap p {
        margin-left: 0;
    }
}

/* Tablets Portrait und kleiner */
@media screen and (max-width:768px) {


/* Mobile Menu */

.js #menu {
        display:none;
    }

.js .slicknav_menu {
        display:block;
        z-index:2;
        position:relative;
    }

.powermail_fieldwrap {
    float: none;
  width: 100%;

}


}


/* Tablets Portrait 1024x768 */

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {



}




/*Nur Smaprtphones*/

@media only screen
and (min-width : 320px)
and (max-width : 480px) {


/*Responsive Bilder*/

.csc-textpic-2-col .csc-textpic-imagecolumn,
.csc-textpic-5-col .csc-textpic-imagecolumn img  { width: 100%!important; }
.csc-textpic-3-col .csc-textpic-imagecolumn,
.csc-textpic-5-col .csc-textpic-imagecolumn img  { width: 100%!important; }
.csc-textpic-4-col .csc-textpic-imagecolumn,
.csc-textpic-5-col .csc-textpic-imagecolumn img  { width: 100%!important; }
.csc-textpic-5-col .csc-textpic-imagecolumn,
.csc-textpic-5-col .csc-textpic-imagecolumn img { width: 100%!important; }
.csc-textpic-6-col .csc-textpic-imagecolumn,
.csc-textpic-5-col .csc-textpic-imagecolumn img  { width: 100%!important; }
.csc-textpic-7-col .csc-textpic-imagecolumn,
.csc-textpic-5-col .csc-textpic-imagecolumn img  { width: 100%!important; }
.csc-textpic-8-col .csc-textpic-imagecolumn,
.csc-textpic-5-col .csc-textpic-imagecolumn img  { width: 100%!important; }


}



/*PRINT CSS*/

@media print {
  body {
  background-color: #ffffff;
  font-size: 12pt;
  font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
  color:#000;
  padding:0;
  margin: 0;
  }


.maincontent {
  width: 100%;
  }


#navigation, .serachbar, #banner, #banner-inhalt, .crosslinks, .subnav, footer {
 display: none;
  }
}


/* 3rd level Navigation */

#menu li ul li ul {
    padding-left: 20px;
    margin-right: -20px;
}
