/*
dark  #476bb2 (darker: #173674, #0f244d)
mid   #7798d9
light #91a9d9
compl #ffc455
*/
.itwcmslk {display: none;}
@media all {

  body,p,h1,h2,h3,form,ul,li {
    margin: 0;
    padding: 0;
  }
  
  html {overflow-y: scroll;}
    
  body {
    color: #000000;
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 16px;
  }
  
  img {
    border-width: 0;
  }
  
  input, select {
    font: 1.0em Verdana,Arial,Helvetica,Sans-Serif;
  }
  
  /* FETT ALLGEMEINES */
  a {
    color: inherit;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
  a.teasD {
    color: inherit !important;
    cursor: pointer; /*IE7*/
  }    
  a.teasD:hover {
    text-decoration: none;
  }
  a.mehr {
    text-decoration: none !important;
  }
  a.teasD:hover h1,
  a.teasD:hover h2,
  a.teasD:hover h3 {
    text-decoration: underline;
  }
  
  
  h1,h2,h3,h1 a,h2 a,h3 a {
    color: #000000;
  }
  
  h1 {font-size: 2.0em; font-weight: normal;}
  h2 {font-size: 1.4em; font-weight: normal;}
  h3 {font-size: 1.2em; font-weight: normal;}
  ol {
    margin: 0 0 10px 0;
    padding: 0 0 0 35px;
  }
  ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
  }
  ul li {
    padding: 0 0 0 35px;
    background: url(/pub/pic/triangle.gif) 20px 8px no-repeat;  
  }
  li {
    margin: 0 0 3px 0;
  }
  
  .short, .text {
    line-height: 1.6em;
  }
  .short a, .text a {
    text-decoration: underline;
  }
  .short p, .text p {
    line-height: 1.5em;
    margin: 15px 0;
  }
  .short .alc, .text .alc {
    text-align: center;
  }
  .short .alr, .text .alr {
    text-align: right;
  }
  .short .alj, .text .alj {
    text-align: justify;
  }

  /* PAGE */
  .center {
    position: relative;
    width: 1280px;
    margin: 10px auto 20px;
    padding: 0;
    xbox-shadow: 0 0 15px #666666;
    background-color: #ffffff;
  }
  .clearFloat {
    clear: both;
    font-size: 1px;
    height: 0px;
  }
    
  #backA {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  #backA .center {
    height: 100%;
  }
  #backA .bAcol {
    width: 187px;
    height: 100%;
    background-color: #003e6f;
  } 
    
  /* HEADER */
  #header {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 10px 10px 10px;
  }
  #logo {
    overflow: hidden;
    float: left;
    width: 462px;
  }
  #logo img {
    width: 100%;
    height: auto;
  }  
  
  /* SEARCH in Header */
  #frmHeaderSearch {
    clear: right;
    float: right;
    margin: 45px 0 0 0;
    display: none;
  }
  #frmHeaderSearch input {
    border: 1px solid #003e6f;
  }
  #frmHeaderSearch .sucInp {
    width: 160px;
  }
  #frmHeaderSearch .sucSub {
    color: #ffffff;
    background-color: #476bb2;
    cursor: pointer;
  }  
  #frmHeaderSearch .sucSub:hover {
    background-color: #173674;
    border-color: #173674;
  }
  
  /* Navi Meta */ 
  #naviMeta a {
    color: #666666;
    display: inline-block;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    border-left: 1px solid #cccccc;
  }
  #naviMeta a:first-child {border-left: 0px; margin: 0; padding: 0;}  
  
  /* FOOTER */
  #footer {
    overflow: hidden;
    position: relative;
    background-color: #476bb2;
  }
  #footer .addInfo {
    clear: both;
    float: right;
    margin: 20px;
    color: #ffffff;
    font-size: 12px;
  }
  #footer .addInfo a {
    font-weight: bold;
  }  
  #naviFooter {
    display: flex;
    flex-wrap : wrap;
  }
  #naviFooter .itm {
    margin: 20px;
    color: #cccccc;
  }
  #naviFooter .itm a {
    display: block;
    padding: 0 0 5px 0;
  }
  #naviFooter .itm a.lvl1 {
    color: #ffffff;
    font-weight: bold;
  }
  
  /* NAVI */
  #naviTop {
    xmin-height: 70px;
  }
  #naviTop .navi1 {
    background-color: #476bb2;
    overflow: hidden;
  }
  #naviTop .navi1 a {
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 10px;
    font-size: 1.2em;
    color: #ffffff;
  }
  #naviTop .navi1 a:hover {
    text-decoration: none;
    background-color: #173674;
  }
  #naviTop .navi1 a.sel {
    background-color: #173674;
  }
  #naviTop .navi2 {
    overflow: hidden;
    background-color: #173674;
  }
  #naviTop .navi2 a {
    display: block;
    float: left;
    height: 20px;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 1.0em;
    line-height: 20px;
  }
  #naviTop .navi2 a:hover {
    background-color: #0f244d;
    text-decoration: none;
  }
  #naviTop .navi2 a.sel {
    background-color: #0f244d;
  }  

  /* Navi Bread */ 
  #naviBread {
    overflow: hidden;
    height: 25px;
  }
  #naviBread a {
    color: #6c6c6c;
  }
  #naviBread .item {
    float: left;
    margin-right: 10px;
  }
  #naviBread .next {
    background: url(/pub/pic/triangle.gif) 0 center no-repeat;
    padding-left: 8px;
  }
  #naviBread .last {
    font-weight: bold;
  }
  
  /* ALLGEMEIN */
  .mehr {
    padding-left: 15px;
    background: url(/pub/pic/mehr.gif) 6px 65% no-repeat;
  }
  .mehr:hover {
    text-decoration: none;
  }
  .trenner {
    overflow: hidden;
    clear: both;
    height: 2px;
    /*padding: 6px 0 2px 0;*/
    margin: 10px 0 6px;
    background: url(/pub/pic/trenner.gif) 0 0 repeat-x; 
  }
      
  
  /* CONTENT */
  #content {
    xoverflow: hidden;
    position: relative;
    margin: 0 20px 40px 20px;
    z-index: 5;
  }
  .colLMR {
    overflow: hidden;
    float: left;
    clear: both;
    margin: 20px 0 0 0;    
  }
  .colLM {
    overflow: hidden;
    float: left;
    clear: both;
    width: calc(1280px - (3 * 20px) - 360px);
    margin: 20px 0 0 0;    
  }
  .colL {
    overflow: hidden;
    clear: both;
    float: left;
    width: 300px;
    margin: 20px 0 0 0;    
  }
  .colM {
    overflow: hidden;
    float: left;
    width: 300px;
    margin: 20px 0 0 20px;    
  }
  .colR {
    overflow: hidden;
    float: left;
    width: 360px;
    margin: 20px 0 0 20px;    
  }
  
  /* CONTAINER */
  /* allgemein */
  .con {
    clear: both;
    overflow: hidden;
    margin-bottom: 17px;
  }
  .conhead {
    padding: 2px 5px;
    margin-bottom: 8px;
    background-color: #476bb2;
    color: #ffffff;
    font-size: 1.2em;
  }
  .conbody {
    clear: both;
  }
  
  .short p:first-child {
    margin-top: 5px;
  }
  
  /* speziell */
  /*Slogan on pic*/
  .conSloganOnPic {
    position: relative;
    margin: 0 -20px;
  }
  .conSloganOnPic img {
    width: 100%;
  }
  .conSloganOnPic .tx {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-weight: bold;
    font-size: 3vw;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
  }
  
  /* AUFM */

  .conAufmacher {
    overflow: hidden;
    padding: 0 10px;
    margin: 20px 0 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .conAufmacher .colX {
    width: 230px;
    color: #666666;
    text-align: center;
  }
    
  .conAufmacher .colX .itm {
    margin: 0 10px 20px 10px;
  }
  .conAufmacher .colX a.itm {
    display: block;
    text-decoration: none;
  }
  .conAufmacher .colX a.itm h2 {
    color: #000;
  }
  .conAufmacher .trenner {
    clear: both;
  }
  /* compensating usage as article component */
  .conart .conAufmacher .bild {
    float: initial;
    margin: 0;
  }
  .conart .conAufmacher .short {
    font-weight: normal;
  }
  .conart .conAufmacher+.trenner {
    display: none;
  }
  
  

  /* STD */
  .conStd h1, .conStd h2 {
    font-size: 1.75em; 
    font-weight: normal;
    color: #000;
    margin: 0 0 10px 0;
  }
  .conStd h2 {
    font-size: 1.5em; 
  }
  .conStd .topline {
    font-size: 1.3em; 
    color: #6c6c6c;
    margin: 0 0 5px 0;
  }

  
  /* NEWS */  
  .conNews .item {
    overflow: hidden;
    position: relative;
  }
  .conNews h3 {
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .conNews p {
    line-height: 1.5em;
  }
  .colR .conNews .item {
    padding-left: 5px;
  }
  .colR .conNews .item:hover {
    text-decoration: none;
    background: #f0f0f0;
  }
  .conNews .item a {
    display: block;
  }
  .conNews .item a.around:hover {
    text-decoration: none;
  }
  .colR .conNews .item a:hover {
    text-decoration: none;
  }
  .conNews .date {
    float: right;
    margin: 0 0 4px 0 !important;
  }
  .conNews .text p {
    margin: 0;
  }
  
  /* MAPS */
  .conMaps .map {
    overflow: hidden;
    width: 620px; 
    height: 410px;
    background-color: #eeeeee;
  }
  .colR .conMaps .map {
    width: 300px;
    height: 200px;
  }
    
  /* LINKS */
  .conLinks .item {
    overflow: hidden;
    padding: 3px 0;
  }
  .conLinks .item a {
    color: #000000;
  }
  .conLinks h1 {
    display: block;
    float: left;
    margin: 0 8px 0 0 !important;
  }
  .conLinks h1 a {
    text-decoration: none;
  }
   
  /* TOP */ 
  .conTop {
    overflow: hidden;
  }
  .conTop h1 {  
    margin-bottom: 10px;
  }
  .conTop h2 {
    margin-bottom: 5px;
  }
  .conTop .bild {
    float: left;
    margin-bottom: 5px;
    margin: 0 10px 10px 0;
  }
    
  /* DOPPEL */
  .conDoppel {
    margin-bottom: 0;
  }
  .conDoppel .conbA {
    float: left;
    width: calc(50% - 10px);
    min-width: 200px; 
    margin: 0 10px 0 0;
  }
  .conDoppel .conbB {
    float: left;
    width: 50%;
    min-width: 200px; 
  }
  .colR .conDoppel .conbA, .colR .conDoppel .conbB {float: none; width: 300px; margin: 0;}

  /* DREIER */
  .conDreier {
    margin-bottom: 0;
  }
  .conDreier .conbA, .conDreier .conbB {
    float: left;
    width: calc((100% - 2 * 20px) / 3);
    margin-right: 20px;
  }
  .conDreier .conbC {
    float: left;
    width: calc((100% - 2 * 20px) / 3);
  }
  .conDreier h1 {
    font-size: 1.4em;
    margin: 0 0 10px 0;
  }
  .conDreier h2 {
    font-size: 1.0em;
    margin: 0 0 5px 0;
  }
  
  /* GRP 12 / 21 */
  .conGrp12, .conGrp21 {
    display: flex;
    margin-bottom: 0;
  }
  .conGrp12 .conbA {
    min-width: calc((100% - 20px) / 3);
    margin-right: 20px;
  }
  .conGrp12 .conbB {
    min-width: calc((100% - 20px) / 3 * 2);
  }
  .conGrp21 .conbA {
    min-width: calc((100% - 20px) / 3 * 2);
    margin-right: 20px;
  }
  .conGrp21 .conbB {
    min-width: calc((100% - 20px) / 3);
  }
  .conGrp12 .bild img,
  .conGrp21 .bild img {
    width: 100%;
    height: auto;
  }
  
  
  /* AKKORDEON */
  .conAkk {
    position: relative;
  }
  .conAkk a {
    color: #666666;
  }
  .conAkk .akkItm {
    top: 0;
    left: 0;
    width: 100%;
  }
  .conAkk .akkHead {
    padding: 2px 5px;
    border-bottom: 8px solid #ffffff;
    background-color: #476bb2;
    color: #ffffff;
    font-size: 1.2em;
  }
  .conAkk .akkBody {
    padding: 0 0 10px 0;
  }
  .conAkk .akkBody .item {
    padding-left: 5px;
  }
  .conAkk .akkBody .item a {
    font-size: 1.1em;
    line-height: 1.5em;
    display: block;
  }
  .conAkk .akkBody .item:hover {
    text-decoration: none;
    background: #f0f0f0;
  }
  
  .conAkk .akkBody .item a:hover {
    text-decoration: none;
  }
  
  	
  /* SEARCH */
  .consrch h1 {margin-bottom: 15px;}
  .consrch h2 {margin: 20px 0 5px 0; color:#000000}
  
  .consrch h1 .searchKey {
    color:#45647D;
  }
  
  .consrch #frmSearch	{
    margin-bottom:20px;
  }
  
  .consrch .treffer {
  	margin-bottom:10px;
  }
  .consrch .sucItm	{
  	margin-bottom:10px;
  }
  	

  	
  /* ARTICLE */
  .conart h1 {margin-bottom: 15px;}
  .conart h2 {margin: 0 0 8px 0;}
  
  .conart .bild {
    float: right;
    margin-left: 10px;
  }
  .conart .artbdesc {
    color: #6c6c6c;
    padding-bottom: 10px;
    font-size: 0.9em;
  }
  .conart .short {
    font-weight: bold;
  }
  .conart .date {
    float: right;
    margin: 0 0 10px 10px;
    color: #6c6c6c;
  }
  .conart .author {
    color: #6c6c6c;
    text-align: right;
    font-style: italic;
  }
  
  /* RELATED */
  .conRel {
    margin-top: 20px;
  }
  .conRel h1 {
    font-size: 1.0em;
    font-weight: bold;
    margin: 0 0 4px 0;
  }
  .conRel .conbody {
    margin-top: 5px;
  }
  .conRel .item {
    margin-bottom: 4px;
    padding-left: 15px;
    line-height: 1.5em;
    background: url(/pub/pic/triangle.gif) 0 8px no-repeat;  
  }
  .conRel .item a {
    color: #000000;
  }
  
  .artcomp {
    overflow: hidden;
  }
  .artcompl {
    clear: left;
    float: left;
    max-width: 50%;
    margin: 0 10px 10px 0px;
  }
  .artcompr {
    clear: right;
    float: right;
    max-width: 50%;
    margin: 0 0 10px 10px;
  }
  .artcompm {
    clear: both;
    display: flex;
    justify-content: center;
  }
  .artcompm img{
    max-width: 100%;
    height: auto;
  }
  .artcomp p {
    margin-bottom: 0;
  }
  
  .artcompm .free {
    cursor: pointer;
    cursor: -webkit-zoom-in; 
    cursor: -moz-zoom-in;
  }
  .artcompm .free.active {
    position:fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
    background-color: rgba(0,0,0,0.85);
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    cursor: -webkit-zoom-out; 
    cursor: -moz-zoom-out;
    box-sizing: border-box;﻿
  }
  .artcompm .free.active img {
    object-fit: contain;
  }
  
  
  .itw-scroll-h-con {
    position: relative;
    overflow: hidden;
  }
  .itw-scroll-h-con .itw-scroll-h-ct {
    position: relative;
    overflow-x: visible;
    overflow-y: hidden;
  }
  .taStd {
    border-collapse: collapse;
  }
  .taStd.w100 {
    width : calc(100% - 2*5px);
  }
  .taStd td {
    vertical-align: top;
    border: 1px solid #7798d9;
    padding: 4px 0.75em;
  }
  .taStd td.taCenter {
    text-align: center;
  }
  .taStd td.taRight {
    text-align: right;
  }
  .taStd tr.taHead td {
    background-color: #476bb2;
    color: #fff;
    font-weight: bold;
  }
  
  
  .linkGlss {
    color: #6c6c6c;
    border-bottom: 1px dotted #6c6c6c;
    cursor: help;
  }
  /* article navi */
  .pagenav {
    padding: 8px 5px;
  }
  .pagenav .page {
    display: block;
  }
  
  /* DIASHOW */
  .diapic {
    display:block;
    margin:0px auto;
    margin-top:15px;
    margin-bottom:10px;
    text-align:center;
  } 
  .diapic .control {
    position:relative;
    height:21px;
  } 
  .diapic .text {
    position:absolute;
    left:263px;
    top:4px;
    width:60px;
    height:21px;
    text-align:center;
  } 
  .diaprev {
  	position:absolute;
  	text-decoration:none !important;
  	top:0px;
  	left:221px;
  	display:block;
    width:41px;
    height:23px;
    background:url(/pub/pic/dia-prevnext.png) no-repeat;
  }
  .diaprev:hover {
    background-position: 0px -23px;
  }
  .dianext {
  	position:absolute;
  	text-decoration:none !important;
  	top:0px;
  	left:323px;
  	display:block;
    width:41px;
    height:23px;
    background:url(/pub/pic/dia-prevnext.png) no-repeat -41px 0px;
  }
  .dianext:hover {
  	  background-position: -41px -23px;
  }

} /* END MEDIA ALL */


/* All print devices */
@media print {
  #header,#footer {
    display:none !important;
  }
}

/* All screen devices with WIDTH between 480 and 999px */
@media screen and (max-width: 1299px) {
  .center {
    width: 100%;
    box-shadow: none;
  }
  .colLMR {
    width: 100%;
  }
  .colLM {
    width: 100%;
  }
  .colR {
    float: none;
    width: 100%;
    margin: 20px 0 0 0;
  }
  #frmHeaderSearch {
    margin: 0;
  }
  /* Container */
  .colR .conDoppel .conbA, .colR .conDoppel .conbB {width: 100%;}
}

@media screen and (max-width: 739px) {
  #frmHeaderSearch {
    clear: both;
    float: none;
    margin: 10px 0 0 0;
  }
  
  .conDoppel .conbA, .conDoppel .conbB {
    width: 100%;
    margin: 0;
  }

  .conDreier .conbA, .conDreier .conbB, .conDreier .conbC {
    float: none;
    width: initial;
    margin-right: 0;
  }

  .conSloganOnPic .tx {
    font-size: 4vw;
  }
  
  
}