html {font-family: 'PT Sans', sans-serif;
  background-color: #dddddd;
}
   /* HA Fonts & Color:
   font-family: 'Michroma', sans-serif; 
   font-family: 'Open Sans', sans-serif;
   font-family: 'PT Sans', sans-serif;
   HA Blau: #0E3192;
   Main-Menü hellgrau: #F3F3F3;
   Hover-grau: #EEEEEE;
   Gold: #DAB81;
   */

body {font-family: 'PT Sans', sans-serif;font-size: 14px; 
  background-color: #dddddd;
  background-image: linear-gradient(to bottom, white, white 65%, #F3F3F3 80%);
  background-image: linear-gradient(to bottom, white, white 15%, #dddddd 80%);
}

 /* Silbentrennung einschalten: */
 
body p, li , h1, h2, h3{ -moz-hyphens: auto; -o-hyphens: auto; 
  -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; 
  text-align: justify; 
}

/* michroma-regular - latin */
@font-face {
  font-family: 'Michroma';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/michroma-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/michroma-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/michroma-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/michroma-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/michroma-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/michroma-v16-latin-regular.svg#Michroma') format('svg'); /* Legacy iOS */
}

/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/pt-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v17-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v29-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}







/* Wrapper for page content to push down mobile footer nav */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -22px;
  /*margin: 0 auto 0;*/
  background-image: linear-gradient(to bottom, white, white 15%, #dddddd 80%);
}

.container {max-width:1024px;}

.no-padding {padding: 0;}

.blueborder {
  border-color: #0E3192;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  box-shadow: 3px 3px 8px silver;
  padding:10px;
}

h1 {
  font-family: 'Michroma', sans-serif;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px silver;
  text-shadow:none;
  color: #666;
  color:rgba(3,36,36,0.96);
}

/* h1 mit HA Logo */
h1 .ha-postheadericon{font-size: 0.5em;}

.ha-postheadericon:before {
  bottom: 3px;
  
  /*content: url("http://humanart.t3-kindler.de/fileadmin/templates/images/postheadericon.png");*/
  
  content: url("../../images/postheadericon.png");
  display: inline-block;
  font-size: 0;
  line-height: 0;
  margin-right: 6px;
  position: relative;
  vertical-align: middle;
}

.lead {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.text-muted {font-family: 'Michroma', sans-serif; 
  /*   font-family: 'PT Sans', sans-serif;  font-family: 'Open Sans', sans-serif;  */
  color: #000000;
}

.alert {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.alert-success {
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    background-repeat: repeat-x;
    border-color: #0E3192;
}
.alert-info {
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    background-repeat: repeat-x;
    border-color: #0E3192;
}
.alert-warning {
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
    background-repeat: repeat-x;
    /* border-color: #0E3192;*/
}
.alert-danger {
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    background-repeat: repeat-x;
    border-color: red;
}

.well {
    background-image: none;
  background-color: transparent;
    border:none;
    box-shadow: none;
    margin-bottom: -20px;
}

.well p {
  /* Silbentrennung ausschalten: */
  -moz-hyphens: none; -o-hyphens: none; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none;
  text-align: center;    
  color:#0e3291;
    font-size: 21px;
    font-weight: 200;
}


a {
  color:  #0E3192;  
}

.active a{
  color:  white;  
}

div.thumbnail div.caption div.csc-header h3 a {color:#ffffff}

article {
  /*background-color: #f3f3f3;*/
  background-color: white;
  border-color: #0E3192;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  box-shadow: 3px 3px 8px silver;
  padding:10px;
  margin-bottom: 15px; 
}

 article > h1.ha-postheader{margin-top: -10px;}

/* unordered list */
.csc-bulletlist {list-style: none;}

.csc-bulletlist ul > li:before, 
.csc-bulletlist ul > li:before, 
article ul > li:before {
    bottom: 2px;
    /*content: url("http://human-art.t3-kindler.de/fileadmin/templates/images/postbullets.png");*/
    content: url("../../images/postbullets.png");

    display: inline-block;
    font-size: 0;
    line-height: 0;
    margin-right: 6px;
    position: relative;
    vertical-align: middle;
}

article ul > li {list-style-type: none;}

/*
 article, aside {
  background-color: transparent;
  border-color: #0E3192;
  border-style: none;
  border-width: 1px;
  border-radius: 5px;
  box-shadow: none;
  padding:10px; 
}
*/

table.contenttable {
    background-color: #0E3192;
    color:white;
    border-color: white;
    
}

table.contenttable td, table.contenttable th {
    padding: 5px;
    font-weight: 100;
    /*color: #DDDDDD;*/
}

/* Buttons */

.btn-primary {
  background-image: linear-gradient(to bottom, #428BCA 0%, #0E3192 100%);
  background-repeat: repeat-x;
  border-color: #0E3192;
  border-radius: 5px;  
}


.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #301a9;
  background-color:#0E3192;
  border-color: #285e8e;
}

.btn-default {
  font-family: 'Michroma', sans-serif; 
  background-image: none;
  background-repeat: repeat-x;
  border-color: #0E3192;
  color: #0E3192;
  text-shadow: none;
  text-transform: uppercase;
  font-size: 9px;
  font-weight:normal;
  text-align: left;
}
.btn-default:hover, .btn-default:focus {
  border-color: #0E3192;
  color: #0E3192;
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active, .btn-default.active {
  border-color: #0E3192;
  background-image: none;
  box-shadow:none;
  background-color: #dddddd;
  border-color: #0e3192;
  color: #0E3192;
  font-weight:bold;
}
.btn-default:disabled, .btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}

.list-group {
  border: #ffffff 20px solid black;
  margin:0;
}


/* Navigation -------------------------------------------------------------- */
/* The nav-justified links to be fill the entire space of the .navbar 
  (desktop view) */

.nav-justified {
  display: none;
  font-size: 0.6em;
}

.column-left nav {
    display:none;
}  

/* Jumbotron Main marketing message and sign up button ---------------------- */
.jumbotron  {
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  background-color: none;
}

.jumbotron p {
  text-align: center;
  background-color: transparent;
  /* Silbentrennung ausschalten: */
  -moz-hyphens: none; -o-hyphens: none; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none;
}

.jumbotron h1 {
  font-family: 'Michroma', sans-serif;
  font-size: 1.9em;
  text-shadow: 3px 3px 10px silver;
  text-align: center;
  /*font-family: 'PT Sans', sans-serif;*/
  color: #666;
  color: #444242;
  margin-bottom: 18px;
  /*Silbentrennung einschalten */
  -moz-hyphens: auto; 
  -o-hyphens: auto; 
  -webkit-hyphens: auto; 
  -ms-hyphens: auto; 
  hyphens: auto; 
  
}

.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
  border-radius: 5px;
}

/* HOMEPAGE ------------------------------------------------------------------*/

/* Homepage Teaserboxes */

.col-md-4 > .thumbnail {
  background-color: #2a6597;
  background-image: linear-gradient(to bottom, #428bca 0%, #2a6496 100%);
  background-repeat: repeat-x;  
  border: 1px solid #0E3192;
  border-radius: 5px;
  box-shadow: 3px 3px 8px silver;
  display: block;
  line-height: 1.4285;
  margin-bottom: 20px;
  padding: 0;
  transition: border 0.2s ease-in-out 0s;
  height:360px;
}

.thumbnail img {
  border: 0 none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  /*border-bottom: solid 1px #0E3192;*/
}

.thumbnail h3 {
  color:#ffffff;
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 22px;    
} 

a:hover .thumbnail {
  background-image: linear-gradient(to bottom, #428bca 0%, #0e3291 100%);
  background-repeat: repeat-x;
}

.col-md-4 > .thumbnail > p {
  color:#EEEEEE;
  /* font-family: 'Open Sans', sans-serif;*/
  font-family: 'PT Sans', sans-serif;
  padding-left: 10px;
  padding-right: 10px; 
  /* Silbentrennung einschalten */
  -moz-hyphens: auto; 
  -o-hyphens: auto; 
  -webkit-hyphens: auto; 
  -ms-hyphens: auto; 
  hyphens: auto; 
  text-align: justify; 
 }

#page-uid-3 .col-md-3 > .thumbnail,
#page-uid-4 .col-md-3 > .thumbnail, 
#page-uid-5 .col-md-3 > .thumbnail, 
#page-uid-7 .col-md-3 > .thumbnail {
  background-color: #2a6496;
  border: 1px solid #0E3192;
  border-radius: 5px;
  box-shadow: 3px 3px 8px silver;
  display: block;
  line-height: 1.4285;
  margin-bottom: 20px;
  padding: 0;
  transition: border 0.2s ease-in-out 0s;
  height:330px;
}

#page-uid-3 .col-md-3 > .thumbnail h3,
#page-uid-4 .col-md-3 > .thumbnail h3, 
#page-uid-5 .col-md-3 > .thumbnail h3,
#page-uid-7 .col-md-3 > .thumbnail h3  {
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 20px;  
}

#page-uid-3 .thumbnail > p,
#page-uid-4 .thumbnail > p,
#page-uid-5 .thumbnail > p,
#page-uid-7  .thumbnail > p {
  color:#EEEEEE;
  /* font-family: 'Open Sans', sans-serif;*/
   font-family: 'PT Sans', sans-serif;
  padding-left: 10px;
  padding-right: 10px;      
  /* Silbentrennung einschalten */
  -moz-hyphens: auto; 
  -o-hyphens: auto; 
  -webkit-hyphens: auto; 
  -ms-hyphens: auto; 
  hyphens: auto; 
  text-align: justify; 
 }
 
/* B2B Services --------------------------------------------------------------*/

/* Ticketsystem uid=15 */ 

#page-uid-15 .column-left {display: none} 
#page-uid-15 .col-md-10 {
    width: 100%;
    padding-left: 25px;
  padding-right: 5px;
}
 

/* Partner ------------------------------------------------------------------*/
#page-uid-6 .thumbnail,
#page-uid-75 .thumbnail,
#page-uid-76 .thumbnail,
#page-uid-77 .thumbnail,
#page-uid-78 .thumbnail {
    background-color: #2A6496;
    color:#0e3192;;
    border: 1px solid #0e3192;
    border-radius: 4px;
    display: block;
    height: 220px;
    line-height: 1.4285;
    margin-bottom: 20px;
    /*padding: 8px;*/
    transition: border 0.2s ease-in-out 0s;
    text-align: center;
    /*text-align: -moz-center; */
}

#page-uid-6 .thumbnail img,
#page-uid-75 .thumbnail img,
#page-uid-76 .thumbnail img,
#page-uid-77 .thumbnail img,
#page-uid-78 .thumbnail img {
    border: 0 none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 1em auto;
    width:120px;
    margin: 1em auto;
    vertical-align: middle ; 
}

#page-uid-6 .thumbnail .img-outer-wrapper,
#page-uid-75 .thumbnail .img-outer-wrapper,
#page-uid-76 .thumbnail .img-outer-wrapper,
#page-uid-77 .thumbnail .img-outer-wrapper,
#page-uid-78 .thumbnail .img-outer-wrapper{
  background-color: white;  
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-top: -4px;
  margin-left: -4px;
  margin-right: -4px;
}

#page-uid-6 .thumbnail .img-wrapper,
#page-uid-75 .thumbnail .img-wrapper,
#page-uid-76 .thumbnail .img-wrapper,
#page-uid-77 .thumbnail .img-wrapper,
#page-uid-78 .thumbnail .img-wrapper{
  display: table-cell;
  vertical-align: middle;
  /*border: 1px solid blue;
  background-color: #d902f;*/
  height:150px;
}

#page-uid-6 .thumbnail .img-center-wrapper,
#page-uid-75 .thumbnail .img-center-wrapper,
#page-uid-76 .thumbnail .img-center-wrapper,
#page-uid-77 .thumbnail .img-center-wrapper,
#page-uid-78 .thumbnail .img-center-wrapper{
    display: inline-block ;
    text-align: center ;
    vertical-align: middle ;
    height:160px;
}

#page-uid-6 .thumbnail p,
#page-uid-75 .thumbnail p,
#page-uid-76 .thumbnail p,
#page-uid-77 .thumbnail p,
#page-uid-78 .thumbnail p  {
  color: white;
  /* background-color: #2A6496; */
  margin-left: -5px;
  margin-right: -5px; 
  margin-bottom: -5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5px 10px;
  line-height: 16px;
}

#page-uid-15 article {
  border:none;
  box-shadow:none;
}



/* Partner Galerie ========================================================== */

.contentbox, .partnerbox {
  background-color: #f3f3f3;
  background-color: #f3f3f3;
  border-color: #0e3192;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 3px 3px 8px silver;
  margin-bottom: 15px;
  padding: 0px;
  background-color: #ddd;  
}

.box-content {
  background-color: white; 
  margin: 0; 
  border-top-style: solid ;
  border-top-color: #0E3192;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: white;
  padding: 10px;  
}

.contentbox h4, .partnerbox h4 {
    color: #0e3192;
    font-family: "Michroma",sans-serif;
    font-size: 0.75em;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 2px;
    margin-left: 10px;
    text-transform: uppercase;
}

.contentbox img, .partnerbox img {
  margin: auto;  
}

.contentbox  .thumbnail,.partnerbox  .thumbnail {
  border: none;
    box-shadow: none;
    border-radius:0;
    
}
.contentbox .thumbnail img , .partnerbox .thumbnail img {
    border: none;
    border-radius: 0px;
}

/* Human Art Mitarbeiter Galerie =========================================== */

.tx-ha-staff .thumbnail  {
    background-color: #2A6496;
    color:#0e3192;;
    border: 1px solid #0e3192;
    border-radius: 4px;
    display: block;
    height: 231px;
    line-height: 1.4285;
    margin-bottom: 20px;
    padding: 0;
    transition: border 0.2s ease-in-out 0s;
    text-align: center;
}

.tx-ha-staff .thumbnail img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-left:auto;
    margin-right: auto;
}

.tx-ha-staff .thumbnail  img {
  display: list-item;
    border: 0 none;
    border-radius: 3px;
    margin: 1em auto;
    margin: 0 ;
    vertical-align: middle ; 
}

.tx-ha-staff .thumbnail .back h3 {
  color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 15px;
    text-align: center;
}
.tx-ha-staff .thumbnail .staff {
  color: white;
  background-color: #2A6496;  
  border: 1px solid #2A6496;
  border-radius: 3px;
  height:230px;
  margin-top: 0px;
  padding: 5px;
}

.tx-ha-staff .thumbnail .back .staff p {
  color: white;

  margin-left: 0px;
  margin-right: 0px; 
  margin-bottom: 0px;

  padding: 5px 10px;
  text-align: center;
}
.tx-ha-staff .thumbnail .back .staff ul li {
    /* Silbentrennung ausschalten: */
  -moz-hyphens: none; -o-hyphens: none; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none;
  color: white;
  padding: 5px 0px;
  list-style: none;
  text-align: center;
}
.tx-ha-staff .thumbnail .back .staff ul > li:before {
    bottom: 2px;
    content: none;
}

/* flip card by David Walsh, for mor information
   see http://davidwalsh.name/css-flip */
   
/* entire container, keeps perspective */
.flip-container {
  perspective: 1000;
  transform-style: preserve-3d;
}

/*  for IE10!  flip the pane when hovered */
.flip-container:hover .back {
  transform: rotateY(0deg);
}

.flip-container:hover .front {
  transform: rotateY(180deg);
}


.flip-container, .front, .back {
  max-width: auto;
  height: 222px;
}

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;

  position: relative;
}

/* hide back of pane during swap */
.front, .back {
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/*  for IE10! front pane, placed above back */
.front {
  z-index: 2;
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
  transform: rotateY(-180deg);
}

.tx-ha-staff .thumbnail .front h3 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: -4px;
  margin-top: -50px;
  text-align: center;
  text-shadow: -1px -1px 1px black;
}
.tx-ha-staff .thumbnail .front p {
  color: #ffffff;
  font-size: 15px;
  margin-top: 5px;
  text-align: center;
  text-shadow: -1px -1px 1px black;
}

.list-group {
  border: 0px;
  box-shadow: none;
}

.tx-ha-staff .thumbnail .flip .card .front p {
  color: white;
  margin: -8px 0 0 0;
  text-align: center;
  padding: 5px 10px;
}

.flip {
  -webkit-perspective: 800;
  -ms-perspective: 800;
  -moz-perspective: 800;
  -o-perspective: 800;
  /* width: 400px;
  height: 200px;*/
  position: relative;
  /*margin: 50px auto;*/
}
.flip .card.flipped {
  transform:rotatey(-180deg);
  -ms-transform:rotatey(-180deg); /* IE 9 */
  -moz-transform:rotatey(-180deg); /* Firefox */
  -webkit-transform:rotatey(-180deg); /* Safari and Chrome */
  -o-transform:rotatey(-180deg); /* Opera */
}

.flip .flipped .card .front {
    display: none;
}


.flip .card {
 /* width: 100%;
  height: 100%;*/
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  -moz-transform-style: preserve-3d;
  -moz-transition: 0.5s;
  -ms-transform-style: preserve-3d;
  -ms-transition: 0.5s;
  -o-transform-style: preserve-3d;
  -o-transition: 0.5s;
  transform-style: preserve-3d;
  transition: 0.5s;
}
.flip .card .face {
  /* width: 100%;
  height: 100%;*/
  position: absolute;
  z-index: 2;
  /*  font-family: Georgia;
  font-size: 3em;
  text-align: center;
  line-height: 200px;*/
  backface-visibility: hidden;  /* W3C */
  -webkit-backface-visibility: hidden; /* Safari & Chrome */
  -moz-backface-visibility: hidden; /* Firefox */
  -ms-backface-visibility: hidden; /* Internet Explorer */
  -o-backface-visibility: hidden; /* Opera */
}
.flip .card .front {
  position: absolute;
  z-index: 1;
/*  background: black;*/
  color: white;
  cursor: pointer;
}
.flip .card .back {
  color: black;
  cursor: pointer;
  
  transform:rotatey(-180deg);
  -ms-transform:rotatey(-180deg); /* IE 9 */
  -moz-transform:rotatey(-180deg); /* Firefox */
  -webkit-transform:rotatey(-180deg); /* Safari and Chrome */
  -o-transform:rotatey(-180deg); /* Opera */
}


/* Standort ------------------------------------------------------------------*/
/*Google Map */

#map-canvas {
  border:solid 1px #0E3192;
  box-shadow: 3px 3px 8px silver;  
}


/* Formulare -----------------------------------------------------------------*/

legend {
  font-family: "Michroma",sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  padding-bottom: 10px;
  border-style: 1px solid;
  border-color:#0E3192;
}

#powermail_fieldwrap_8 legend {
  font-family: "PT Sans",sans-serif;
  text-transform:none;
  padding-bottom: 0;
  border-style: none;
  border-color: red;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: inherit;
}


/* FOOTER --------------------------------------------------------------------*/

.footer-xs {
    border-top: 1px solid #0e3192;
    margin-top: 40px;
    padding-bottom: 15px;
    padding-top: 40px;
    /* height: 250px; */
}


.footer p, .footer-xs p {text-align: center;}
.footer .glyphicon-home {color: #C0C0C0;}


.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  border-top: 1px solid #E8ECF4;
  border-top: 1px solid #0E3192;
}

/* Enable responsive images: -------------------------------------------------*/

div.csc-textpic  img {
    border-radius: 10px;
    width:auto;
}
div.csc-textpic  img {
    border-radius: 10px;
    /* width:100%; Fehldarstellung unter TYPO3 8 LTS */
    height:auto;
}

img {width: 100%; height:auto;}

figure {margin:0 0 15px 0}

/* Disable responsive img for aloha editor icons */
#aloha-topbar-inner .aloha-top-bar-right .page-edit-buttons img {
    padding-top: 11px;
    width: 16px;
}
 .col-md-2 .menubox{display: none;
}

.nav-top-mobile, .nav-bottom-mobile {
  background-color: #2a6597;
  color: white;
  height: 2em;
  margin: 0 0 10px -40px;
  padding: 0.3em 0 0;
  text-align: center;
}

.nav-bottom-mobile {
    /* background-color: green; */
    height: 22px;
    margin: 16px 0 0px -44px;
    padding: 0;
    text-align: center;
}

.nav-top-mobile li, .nav-bottom-mobile li{
  display: inline;
  list-style-type: none;
  border-right: 1px solid white;
  padding-left: 15px;
  padding-right: 15px;
}
.nav-top-mobile li:first-child , .nav-bottom-mobile li:first-child{
  padding-left: 10px;
}
.nav-top-mobile li:last-child, .nav-bottom-mobile li:last-child {
  border-right:none;
  padding-right: 10px;
}

.nav-top-mobile li a, .nav-bottom-mobile li a{
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px; 
  font-size: 0.75em;
  color:white;
  line-height: 1.5em;
}

.nav-top-mobile > p {
  text-align: center;
}

.navbar-mobile {
  padding: 10px 0 15px 0;
  background-color: #ffffff;
}
.navbar-mobile > .navbar-header .navbar-brand  {
    margin-top: -30px;
    margin-left: -18px;
    height:80px;
}

.navbar-mobile > .navbar-header .navbar-brand h2 {
  font-family: 'Michroma', sans-serif; 
  text-transform: uppercase;
  color: #0E3192; 
  font-size: 1em;  
  line-height: inherit;
}

.navbar-mobile > .navbar-header .navbar-brand h2  small {
  color: #0E3192; 
  font-size: 0.625em;
  
}


.navbar-mobile .navbar-nav .navbar-collapse {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.navbar-mobile .navbar-nav .navbar-jmk-collapse {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}


.navbar-mobile .btn-group {
  width: 100%;
}

.navbar-mobile .btn-group a.btn-default {
  width: 90%;
}


.navbar-mobile .btn-group  .btn {
  border:none;
}
.navbar-mobile .btn-group  .btn + .dropdown-toggle {
  float: right;
  padding-left: 8px;
  padding-right: 8px;
  border-left: 1px solid #0e3192;
}
.navbar-mobile .dropdown-menu {
  padding:0;
}
.navbar-mobile #links  li {
  background-color:  #eee;
  background-color:white;
  border-top: 1px solid #2a6496;

}
.navbar-mobile #links  li:last-child {
  border-bottom: 1px solid #2a6496;
}
.navbar-mobile #links  li li:last-child {
  border-bottom: none;
}

.navbar-mobile #links > li.active  {
    background-color: #dedede;
    
} 

.navbar-mobile #links > li.active  a{    
    color:#0E3192;
} 
.navbar-mobile #links > li.active  li a{    
    color:white;
} 

.navbar-mobile #links > li.active  li.active a{    
    background-color: #265BAC;
    color:white;
} 

.navbar-mobile  #links  li li a {
  display: block;
  border-top: 1px solid white;
  background-color: #2a6496;
  color:white;
}
 .navbar-mobile .btn-group .btn-default {
   background-color:transparent;
   font-size: 12px;
}


/* RWD MOBILE FIRST========================================================== */



/* Smartphone ----------------------------------------------------------------*/
@media (max-width: 468px) {
  
  #branding {display: none;}
  
  .col-xs-2 {width: 50%;
  } 
  .col-xs-6{ width: 50%;
  } 
  .col-xs-12{ width: 100%;
  } 
  
  .column-right {padding-left: 15px;
  }
  
  .jumbotron h1 {font-size: 1.4em;}
  .jumbotron p {font-size: 1.2em;font-weight: bold; margin-top: 1.5em;}
  h1.ha-postheader {font-size: 2em;}
  article p {
    font-size: 1.15em;
  }
  
  .jumbotron {
  background-color: transparent;
  /* background-color: green; */
  margin-bottom: 10px;
  margin-top: -25px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  /*
  border: 1px solid #0e3192;
  border-radius: 5px;
  box-shadow: 3px 3px 8px silver;
  */
  }
    
  .tx-dce-pi1 .partnerbox > .box-content {
    padding-left: 50px;
    padding-right: 50px;
  }
  .partnerbox > .box-content > .col-xs-6 .thumbnail {
    padding-top: 30px;
    padding-bottom: : 20px;
  }
  
  /* Forms (max-width: 468px)-----------------------------------------------*/
  .tx-powermail .powermail_fieldset.legend {
    border-color: #0e3192;
    font-family: "Michroma",sans-serif;
    font-size: 1.1em;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 258px;
  }
  .tx-powermail .powermail_fieldset .powermail_field   {
    border: 1px solid #0e3192;
    border-radius: 2px;
    color: #444;
    float: left;
    font-size: inherit;
    margin: 0;
    padding: 5px;
    width: 258px;
  }
  .tx-powermail .powermail_fieldset .powermail_radio_outer, 
  .tx-powermail .powermail_fieldset .powermail_captcha_outer, 
  .tx-powermail .powermail_fieldset .powermail_check_outer, 
  .tx-powermail .powermail_fieldset .powermail_fieldwrap_text, 
  .tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul {
    background-color: white;
    border: 1px solid #0e3192;
    border-radius: 2px;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 3px;
    width: 258px;
  }
  #page-uid-6 .col-xs-6,
  #page-uid-75 .col-xs-6,
  #page-uid-76 .col-xs-6,
  #page-uid-77 .col-xs-6,
  #page-uid-78 .col-xs-6{ 
    width: 50%;
  }
   #page-uid-6 .thumbnail {
    /*background-color: white;*/
    height: 240px;
  }
  
  #page-uid-6 .thumbnail .img-center-wrapper {
    display: inline-block;
    height: 145px;
    text-align: center;
    vertical-align: middle;
  }

   #page-uid-75 .thumbnail .img-center-wrapper, 
   #page-uid-76 .thumbnail .img-center-wrapper, 
   #page-uid-77 .thumbnail .img-center-wrapper, 
   #page-uid-78 .thumbnail .img-center-wrapper {
     height: 150px;
  }


   #page-uid-75 .thumbnail, 
   #page-uid-76 .thumbnail, 
   #page-uid-77 .thumbnail, 
   #page-uid-78 .thumbnail {
    /*background-color: white;
    height: 165px;*/
    height: 210px;    
    
  }
   #page-uid-75 .thumbnail .img-outer-wrapper, 
   #page-uid-76 .thumbnail .img-outer-wrapper, 
   #page-uid-77 .thumbnail .img-outer-wrapper, 
   #page-uid-78 .thumbnail .img-outer-wrapper {
    background-color: white;
    /*border-radius: 3px;*/
    margin-left: -4px;
    margin-right: -4px;
    margin-top: -4px;
  }
  .tx-ha-staff .thumbnail, .tx-ha-staff .thumbnail .staff {height:154px;
  }  
  .tx-ha-staff .thumbnail .front h3,
  .tx-ha-staff .thumbnail .back h3  {font-size: 15px;}
  .tx-ha-staff .thumbnail .front h3 {margin-top: -40px;}
}

@media (min-width: 468px) {
  
  #branding {display: none;}

  @media (max-width: 991px) {
    /* .jumbotron {background-color: #ffab00;} 
    .jumbotron {background-color: yellow;} */

    .navbar-mobile {display: block;
    }
    
    
    .navbar-mobile #links li {
      background-color: white;      
      border-left: 1px solid #2a6496;
      border-right: 1px solid #2a6496;
      border-top: 1px solid #2a6496;
    }
    /* .navbar-header{diplay:table !important;}*/
    .col-xs-12{ width: 50%;
    }   
    
    #navbar-sm-brand { 
      background-image: url(../../img/human-art-logo-sm.png); 
      background-image-height:100px;
      display:block;
      height: 75px; 
      width:258px;
      background-repeat: no-repeat; 
      background-position: left top;
      margin-top: -4px;
      margin-left: -6px;
      
    }
    
    .navbar-brand h2 {display:none;}
    
    .navbar-toggle {display: block;}
    
  
    .column-main{ width: 70%;
      float:left;
      padding: 0px 2px 0px 15px;
    }
    .column-right{float:right;
      width: 28%;
      padding: 0px 15px 0 2px;
    }
    .navbar-header {float: none;}

    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
      
    .navbar-mobile .navbar-nav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    /*background-color: green;*/
    }  
    
    .nav-top-mobile {
        background-color:white;
        color: white;
        height: 2em;
        margin: 0 0 10px -40px;
    }
    
    .nav-bottom-mobile {
      height: 22px;
      margin: 16px -60px 0 -44px;
      padding: 0;
      text-align: center;
    }

    #page-uid-3 .col-md-3 > .thumbnail,
    #page-uid-4 .col-md-3 > .thumbnail, 
    #page-uid-5 .col-md-3 > .thumbnail, 
    #page-uid-7 .col-md-3 > .thumbnail {
      height: 380px;
    }
    
    #page-uid-2 .col-md-4 > .thumbnail {
      height: 370px;
    }
    
    .tx-powermail .powermail_fieldset .powermail_field {
      border: 1px solid #0e3192;
      border-radius: 2px;
      color: #444;
      float: left;
      font-size: inherit;
      margin: 0;
      padding: 5px;
      
      width:100%;
    }
  
    .tx-powermail .powermail_fieldset .powermail_radio_outer, 
    .tx-powermail .powermail_fieldset .powermail_captcha_outer, 
    .tx-powermail .powermail_fieldset .powermail_check_outer, 
    .tx-powermail .powermail_fieldset .powermail_fieldwrap_text, 
    .tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul{
      background-color: white;
      border: 1px solid #0e3192;
      border-radius: 2px;
      float: left;
      list-style: outside none none;
      margin: 0;
      padding: 3px;
      width: 100%;  
    }
    
    .tx-ha-staff .thumbnail, .tx-ha-staff .thumbnail .staff {height:196px;
    }    
  }
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    
    /*-----------------------------*/
    .navbar-nav .open .dropdown-menu {
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;
  }
  .navbar-mobile .dropdown-menu {
      padding: 0;
  }
  .open > .dropdown-menu {
      display: block;
  }
  .dropdown-menu {
      background-clip: padding-box;
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 4px;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
      display: none;
      float: left;
      font-size: 14px;
      left: 0;
      list-style: outside none none;
      margin: 2px 0 0;
      min-width: 160px;
      padding: 5px 0;
      position: absolute;
      text-align: left;
      top: 100%;
      z-index: 1000;
  }
}


/* Smartphone =============================================================== */
 @media (max-width:992px;){
  .jumbotron {background-color: blue;} 
  .col-md-2 .column-left {
    display: none;
  }
  .col-md-8 .column-main{background-color: #7ba9e9;}
  
  /* this works only with mouse-over: */
  .tx-powermail .powermail_fieldset .powermail_label[title]:after {
    display:none;
  }
  
  .column-main {
    float: left;
    background-color: black;
  }


  .column-right {
    float: right;
    padding-left: 0;
  }  
  /*
    .col-md-2 {width: 30%;
  } 
  
  .col-md-8{ width: 70%;
  }
  */
}
/* Responsive: Portrait tablets and up ====================================== */
@media screen and (min-width: 468px) {
  


  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  
  
  
  
}

@media screen and (min-width: 600px) {
  
  @media (max-width: 767px) {
    .tx-ha-staff .thumbnail, .tx-ha-staff .thumbnail .staff {
      height: 280px;
    }
    .col-xs-6 {
      width: 33%;
    }    
  }
}



/* ########################################################################## */
/* ## Responsive: Desktop                                                  ## */
/* ########################################################################## */

@media screen and (min-width: 992px){
  
  /* .jumbotron {background-color: red;} */
  
  .mobile-only {
    display: none;
  }
  
  .footer {
    
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    border-top: 1px solid #E8ECF4;
    border-top: 1px solid #0E3192;
  }
  /*
  @media screen and (max-width: 1024px){
    .column-main{background-color: #ffa300;}
  }
  */
  /* Set cols to bootstrap default values */
  .col-md-2 {width: 16.6667%;}
  .col-md-8 {width: 66.6667%;}
  
  .column-left {padding-right: 3px;}
  .column-right {padding-left: 3px;}  
  
  
  /* Branding  ------------------------------------------------------------ */

  #branding { 
    background-image: url(../../img/humanart-logo.png); 
    display:block;
    height: 100px; 
    background-repeat: repeat-x; 
    background-repeat: no-repeat; 
    background-position: right  bottom;
    margin-top: 20px;
  }
  .navbar-brand h2 {display:none;}
  
  /* Navigation ------------------------------------------------------------ */
  /* The nav-justified links to be fill the entire space of the .navbar */

  .nav-justified {
    /*background-color: #2c00ff;*/
    font-family: 'Michroma', sans-serif;
    font-style: normal;
    display: block;
    /*font-size: 0.5em;
    font-size: 0.6 damit beim iPad Main-Menü-Text nicht umbricht*/
    font-size: 0.6em;
    /*font-size: 1.0em;*/
  }
    
   .nav-justified {
     display:block;
    max-height: 52px;
  }
  
  .nav-justified > li {
    /* Silbentrennung ausschalten: */
    -moz-hyphens: none; -o-hyphens: none; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none;    
  }
   

  
  .nav-justified > li .btn-default {
    border-color: #0E3192;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    /*box-shadow: 2px 3px 5px silver;  */
    color:#0E3192;
    /*font-size: 9px;*/
    font-size: 10px;
    font-weight: normal;
    font-weight:bold;
    line-height: 0.88;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;  
    /*
    padding-top:8px;
    padding-bottom: 8px;
    */
  }
  
  .nav-justified > li a.btn-default {
    /*font-size:9px;*/
    font-size:10px;
    margin:0;
    padding-left:4px;
    padding-right:4px;
  }
  
  .ie10 .nav-justified > li a.btn-default {
    /*
    font-size:10px;
    */
    font-size:10px;
    /*color:red;*/
    margin:0;
    padding-left:4px;
    padding-right:4px;
  }
  
  *:-o-prefocus,  .nav-justified > li a.btn-default {
    font-size:10px;
    letter-spacing: normal;
    margin:0;
    padding-left:2px;
    padding-right:2px;
  }
  
  
  .nav-justified > li.active .btn-default {
    background-color: #DDDDDD;
  }
  
  .nav-justified > li.active  .dropdown-toggle a.btn-default:hover,
  .nav-justified > li.active  a.btn-default:focus,
  .nav-justified > li.active  a.btn-default.focus,
  .nav-justified > li.active  a.btn-default:active,
  .nav-justified > li.active  a.btn-default.active,
  .nav-justified > li.active  .open > .dropdown-toggle.btn-default {
    background-color: #dedede;
    border-color: #0e3291;
    color: #0E3192;
  }
  
  /* Split-Button right: */
  .nav-justified > li.active  .dropdown-toggle .btn-default:hover,
  .nav-justified > li.active  .btn-default:focus,
  .nav-justified > li.active  .btn-default.focus,
  .nav-justified > li.active  .btn-default:active,
  .nav-justified > li.active  .btn-default.active,
  .nav-justified > li.active  .open > .dropdown-toggle.btn-default {
    background-color: #3C85C4;
    border-color: #0e3291;
    color: white;
  }
    
  .nav-justified .btn-default:active, 
  .nav-justified .btn-default.active, 
  .nav-justified .open > .dropdown-toggle.btn-default {
    background-color: #3d86c5;
    border-color: #0e3291;
    color: #333;
    color: white;
  }

  .nav-justified > li:first-child {
    margin-left: 0px;
    padding-left: 0px;
    /* background-color: green; */
  }
  .nav-justified > li:nth-child(2) {
    margin-left: 0px;
    padding-left: 20px;
    padding-left: 10px;
     /* background-color: red; */ 
  }

  .nav-justified > li:nth-child(3) {
    margin-left: 0px;
    padding-left: 15px;
    /* background-color: blue; */
  }

  *:-o-prefocus,  .nav-justified > li:nth-child(3) {
    margin-left: 0px;
    padding-left: 0px;
    /* background-color: yellow; */ 
  }

  .nav-justified > li:nth-child(4) {
    margin-left: 0px;
    padding-left: 10px;
    /* background-color: yellow; */
  }  
  
  .nav-justified > li:nth-child(5) {
    margin-left: 0px;
    padding-left: 15px;
    padding-right:0;
    /* background-color: green; */
  }
    
  *:-o-prefocus,  .nav-justified > li:nth-child(5) {
  /* Opera hack */
    padding: 0px;
  }
  
  .nav-justified > li:nth-child(6) {
    margin-left: 0px;
    padding-left: 0px;
    /* background-color: #807100; */
  }  
  
  .nav-justified > li {
    margin-right: 0px;
    /*background-color: yellow; */
    /*padding-left: 22px;*/
    /* Safari padding-left: 16px */
    padding-left: 0px ;
    /*border-left: blue solid 1px;*/
  }
  
  .nav-justified > li:last-child  {
    margin-right: 0px;
    padding-left: 0px;
    /*background-color: red;*/ 
  }
  
  .nav-justified > li > .btn-group,
  .nav-justified > li > .btn-group-vertical {
      display: inline-block;
      float:left ;
      /*position: relative;
      vertical-align: middle;*/
  }  
     
  .nav-justified > li:last-child > .btn-group,
  .nav-justified > li:last-child > .btn-group-vertical {
      display: inline-block;
      float: right;
      /*position: relative;
      vertical-align: middle;*/
  }  
  
  /* INFOMENUSMALL einblenden*/
  .column-left nav {
    display:inherit;
  }
  
  .dropdown:first-child > ul.dropdown-menu{margin-left:0;}
  .nav-justified > li:last-child > .btn-group > ul.dropdown-menu{margin-left:-52px;}
  
  .dropdown-menu {
    border-color: #0E3192;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    box-shadow: 2px 3px 5px silver;
    margin-left:0px;
  }
  
  .dropdown-menu > li > a {
    clear: both;
    display: block;
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-size: 1em;
    font-weight: normal;
    text-align: left;
    /* text-transform: uppercase; */
    line-height: 1.4285;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    white-space: nowrap;
    background-color: white;  
    color: #0E3192;
  }
  .dropdown-menu > li > a:hover, 
  .dropdown-menu > li > a:focus {
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    /*                                         background-color: red; */
    color: #262626;
  }
  
  .dropdown-menu >li > a:hover{background-color: #ddd;}
  
  .dropdown-menu > .active > a, 
  .dropdown-menu > .active, 
  .dropdown-menu > .active > a:focus {
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    background-color: #0E3192;
    color: white;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
  }
  
  .dropdown-menu > .disabled > a, 
  .dropdown-menu > .disabled > a:hover, 
  .dropdown-menu > .disabled > a:focus {
    color: #;
  }
    
  /* END MAIN NAVI----------------------------------------------------------*/  
     

  /* SUBMENU LEFT---------------------------------------------------------- */
   .col-md-2 .menubox{display: block;}    
  .menubox {
    background-color: #ddd;
    border-color: #0e3192;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 3px 3px 8px silver;
    margin-bottom: 15px;
    padding: 0px;
    
  }
  
  .menubox h4 {
    font-family: 'Michroma', sans-serif;
    font-style: normal;
    font-size: 0.75em;
    /*font-size: 0.6em;*/
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:#0E3192;
    margin-left: 10px;  
  }
  
  .list-group-item {
    /* Silbentrennung ausschalten: */
    -moz-hyphens: none;
    -o-hyphens: none; 
    -webkit-hyphens: none; 
    -ms-hyphens: none; 
    hyphens: none;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 0px 0px;
    position: relative;
  }
  
  .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-color: #0E3192;
  }
  
  .list-group-item >.active >a:hover {
    background: none repeat scroll 0 0 rgba(152, 0, 0, 0.05);
    border: 1px solid rgba(152, 0, 0, 0.1);
    border-radius: 3px;
    margin: 0 0 1px;
    padding: 8px 0.5em;
  }
  
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
      background-image: none;
      border-color: #328b3;
      text-shadow: none;
  }
  
  .nav > li > a {
      display: block;
      padding: 5px 10px;    
      position: relative;
  }
  
  .nav  > li > a:hover,
  .nav  > li > a:focus {
    text-decoration: none;
    /*background-color: #328b3*/
    background-color :#F0F0F0;
  }

  #page-uid-7 .menubox h4,
  #page-uid-30 .menubox h4,
  #page-uid-33 .menubox h4,
  #page-uid-35 .menubox h4,
  #page-uid-29 .menubox h4,
  #page-uid-68 .menubox h4,
  #page-uid-34 .menubox h4,
  #page-uid-38 .menubox h4,
  #page-uid-82 .menubox h4,
  #page-uid-50 .menubox h4,
  #page-uid-53 .menubox h4 {
    color: #0e3192;
    font-family: "Michroma",sans-serif;
    font-size: 0.66em;
  }
  
  .menubox >.nav > li > a {padding: 10px 10px;}
  
  .menubox .nav > li > a:hover, .nav > li > a:focus {
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    background-color: #329b3;
    /*background-color: #0E3192;*/
    background-color:#EEEEEE;  
  }
  
  .menubox .nav > li.active > a:hover,.menubox .nav > li.active > a:focus {
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    background-color: #329b3;
    background-color: #3C85C4;
    color: white;
  }
  
  .tx-ha-staff .thumbnail  {
    background-color: #2A6496;
    color:#0e3192;;
    border: 1px solid #0e3192;
    border-radius: 4px;
    display: block;
    height: 215px;
    line-height: 1.4285;
    margin-bottom: 20px;
    padding: 0;
    transition: border 0.2s ease-in-out 0s;
    text-align: center;
  }
  
  .tx-ha-staff .thumbnail .staff {
    background-color: #2a6496;
    border: 1px solid #2a6496;
    border-radius: 3px;
    color: white;
    height: 215px;
    margin-top: 0;
    padding: 5px;
    width: 166px;
  }
  
  #page-uid-7 .nav > li > a,
  #page-uid-30 .nav > li > a,
  #page-uid-33 .nav > li > a,
  #page-uid-35 .nav > li > a,
  #page-uid-29 .nav > li > a,
  #page-uid-68 .nav > li > a,
  #page-uid-34 .nav > li > a,
  #page-uid-38 .nav > li > a,
  #page-uid-82 .nav > li > a,
  #page-uid-50 .nav > li > a,
  #page-uid-53 .nav > li > a {
     /*Silbentrennung einschalten */
     -moz-hyphens: auto; 
     -o-hyphens: auto; 
     -webkit-hyphens: auto; 
     -ms-hyphens: auto; 
     hyphens: auto; 
  }
}


@media screen and (min-width: 1096px) {
  /* info-btn */
    .tx-powermail .powermail_fieldset .powermail_label[title]:after {
    display: inline-block;
  }

  #wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    /* margin: 0 auto -22px; */
    margin: 0 auto 0;
  }
  
  .menubox h4 {
    color: #0e3192;
    font-family: "Michroma",sans-serif;
    font-size: 0.75em;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1px;
    margin-left: 10px;
    text-transform: uppercase;
  }
   .tx-ha-staff .thumbnail  {
    background-color: #2A6496;
    color:#0e3192;
    color:white;
    border: 1px solid #0e3192;
    border-radius: 4px;
    display: block;
    height: 231px;
    line-height: 1.4285;
    margin-bottom: 20px;
    padding: 0;
    transition: border 0.2s ease-in-out 0s;
    text-align: center;
  }  
  .tx-ha-staff .thumbnail .staff {height: 230px;width:100%;}
  
  #page-uid-7 .menubox h4,
  #page-uid-30 .menubox h4,
  #page-uid-33 .menubox h4,
  #page-uid-35 .menubox h4,
  #page-uid-29 .menubox h4,
  #page-uid-68 .menubox h4,
  #page-uid-34 .menubox h4,
  #page-uid-38 .menubox h4,
  #page-uid-82 .menubox h4,
  #page-uid-50 .menubox h4,
  #page-uid-53 .menubox h4 {
    color: #0e3192;
    font-family: "Michroma",sans-serif;
    font-size: 0.67em;
  }
}

@media screen and (min-width: 1096px) {
/* min 1096 max 1199 */  
  .tx-ha-staff .thumbnail {height: 217px;}
  .tx-ha-staff .thumbnail .staff {
    height: 217px;
    width: 100%;
  }  
}

@media screen and (min-width: 1200px) {
  .tx-ha-staff .thumbnail {height: 231px;}
  .tx-ha-staff .thumbnail .staff {
    height: 231px;
    width: 100%;
  }  
  .nav > li > a {  
  /* Silbentrennung ausschalten: */
    -moz-hyphens: none; 
    -o-hyphens: none; 
    -webkit-hyphens: none; 
    -ms-hyphens: none; 
    hyphens: none;
  }  
}


/* Responsive: Desktop Screens  and up ====================================== */
@media screen and (min-width: 1280px) {
body {
  background-color: #F3F3F3; 
  background-color: #dddddd;
  }
    /* info-btn */
    .tx-powermail .powermail_fieldset .powermail_label[title]:after {
    display: inline-block;
  }
  .nav-justified {
  /*background-color: yellow;*/
  font-family: 'Michroma', sans-serif;
  font-style: normal;
  font-size: 0.em;
  }
  .col-md-2 .column-left .menubox{display:block;}
  .menubox h4 {
  /* font-size: 10px; */
  /*font-weight: normal;*/
  }
  .col-md-2 .menubox{display: block;}  
  
   .tx-ha-staff .thumbnail  {
    background-color: #2A6496;
    color:#0e3192;
    color:white;
    border: 1px solid #0e3192;
    border-radius: 4px;
    display: block;
    height: 231px;
    line-height: 1.4285;
    margin-bottom: 20px;
    padding: 0;
    transition: border 0.2s ease-in-out 0s;
    text-align: center;
  }  

  .tx-ha-staff .thumbnail .staff {
    background-color: #2a6496;
    border: 1px solid #2a6496;
    border-radius: 3px;
    color: white;
    height: 230px;
    margin-top: 0;
    padding: 5px;
    width: 176px;
  }
}



/* Responsive: Large Screens  and up ====================================== */
@media screen and (min-width: 1500px) {
body {
  background-color: #F3F3F3; 
  background-color: #dddddd;
  }
  
  .nav-justified {
  /*background-color: red;*/
  font-family: 'Michroma', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 0.5em;
  }

}
.news-list-item {

  background-color: #ffffff;
  border-color: #0e3192;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 3px 3px 8px silver;
  margin: 0 15px 15px 5px;
  padding: 15px;

}

.news .footer p, .news .footer-xs p {
    text-align: left;
}




/* tx_news ================================================================== */


/* Pagination */
.news-teaserlist   article ul > li:before {
  content: none;
}
.news-teaserlist  .news .page-navigation ul li a {
    display: block;
    padding: 0 5px;
}
.news-teaserlist .page-navigation>  p {
  display:none;
}

/* baustelle neu --- -------------*/

.news-teaser {
    
  font-family: "PT Sans",sans-serif;
  color:white;
  
  background-color: #2a6496;

  box-shadow: 3px 3px 8px silver;
    margin-bottom: 20Px;
    padding: 0 20px;

}
.news-teaser:hover {
  background-image: linear-gradient(to bottom, #428bca 0%, #2a6496 100%);
  background-repeat: repeat-x;  
}

.teaser-img-wrapper{
  width:150px;
  height:150px;
  
  overflow:hidden;
  margin-left: -20px;
}

.teaser-img-wrapper img {
  width: unset;
  height: unset;
  margin-top:-20px;
   margin-left:-20px;
}
.news-teaser .teaser-text {
  padding: 3px 10px 3px 5px;
  margin-left: -14px;
}

.news-teaser .teaser-text h3 {
  font-size: 16px;
  font-weight: 300;
  margin-top:2px;
  margin-bottom: 3px;
  max-height: 20px;
  overflow:hidden;
}

.news-teaser .teaser-text h3 a {color:white;
}
.news-teaser .teaser-text h3 a:hover {text-decoration: none;
}

.news-teaser .teaser-text p {
  font-size: 14px;
  max-height: 80px;
  overflow:hidden;
  margin-top: 2px;
}


.news-teaser .lib-row {
    padding: 0 20px 0 20px;
}


.news-teaser .teaser-item .col-md-4 {
  margin-left: -5px;
    border-radius: 0;
    border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.news-teaser .teaser-item .col-md-4 img {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}


.news-single {margin-top:-20px;}

.news-single .article .news-img-wrap {
    float: right;
    margin: 0 0 0 25px;
    width: 340px;
}



/* tx_news ================================================================== */

/* DEV ONLY 
.col-md-2 {background-color: aqua;}
*/


  /* Nur Internet Explorer 10 */
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .nav-justified > li a.btn-default {
      /* background-color: lightsalmon; */
      font-size:8px;
      /*color:red;*/
      margin:0;
      padding-left:4px;
      padding-right:4px;
      }
      .nav-justified > li .btn-default {
      /*background-color: red;*/
      font-size:8px;
      /*color:blue;*/
      }
    .nav-justified > li:nth-child(4) {
    padding-left: 30px;
    /*background-color: blue; */
    }
      
  }

/* Nur MS Edge ============================================================= */

/* Microsoft Edge Browser 12+ (All) - one-liner method */
/* https://stackoverflow.com/questions/32201586/how-to-identify-microsoft-edge-browser-via-css */
/*@media screen and (min-width:992px)*/
_:-ms-lang(x), _:-webkit-full-screen, .nav-justified > li {
    margin-right: 0px;
    padding-left: 0px;
}

_:-ms-lang(x), _:-webkit-full-screen, .nav-justified > li:nth-child(2) {
    margin-left: 0px;
    padding-left: 20px;
    padding-left: 0px;
}

_:-ms-lang(x), _:-webkit-full-screen, .nav-justified > li:nth-child(3) {
    margin-left: 0px;
    padding-left: 0px;
}

_:-ms-lang(x), _:-webkit-full-screen, .nav-justified > li:nth-child(4) {
    margin-left: 0px;
    padding-left: 25px;
}

_:-ms-lang(x), _:-webkit-full-screen, .nav-justified > li:nth-child(5) {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

_:-ms-lang(x), _:-webkit-full-screen, .nav-justified > li:nth-child(6) {
    margin-left: 0px;
    padding-left: 0px;
}
