/* ##### INHALTSVERZEICHNIS :-) #### */

/* ##### ALLGEMEINES ##### */

/* ##### CONTAINER ##### */
/* ### HEADER ### */
/* ### MIDDLE ### */
/* ### FOOTER ### */

/* ### PIWIK ### */
/* ### COOKIE HINWEIS ### */

/* ### FARBEN ### */
/* Farben #00847d >> tuerkis */
/* Farben #7fc1be >> helltuerkis */
/* Farben #daedec >> zarttuerkis */
/* Farben #666 >> grau */
/* Farben #e3e3e3 >> hellgrau */
/* Farben #dd0b2f >> rot */

/* ######### STYLES ######### */
/* 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 */
}

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v29-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v29-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v29-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v29-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v29-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v29-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v29-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v29-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v29-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v29-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v29-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v29-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v29-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v29-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v29-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* ##### ALLGEMEINES ##### */

body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  background: #fff;
  color: #000;
  line-height: 24px;
}
article, nav, header, footer, main {
  display: block;
}
h1, h2, h3, h4, h5, h6,  .tx-felogin-pi1 h3 {
  margin-top: 0;
  font-weight: 300;
}
h1 {
  color: #00847d;
  font-size: 24px;
  margin-bottom: 24px;
  line-height: 30px;
}
h2 {
  color: #666;
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 30px;
}
h2.green {
  color: #00847d;
}
h3 {
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}
h4 {
  color: #000;
  font-size: 14px;
  line-height: 24px;
}
a {
  color: #00847d;
}
a:hover {
  color: #00847d;
}
#content-t3id a {
  text-decoration: underline;
}
#content-t3id a:hover {
  text-decoration: none;
}
p {
  margin: 0;
  padding-bottom: 10px;
}
ul, ol {
  margin: 0;
  padding-bottom: 10px;
  padding-left: 30px;
}
li {
}
bold, strong, label {
  font-weight: 600;
}
.upper {
  text-transform: uppercase;
}
.center {
  text-align: center;
}
.fixfloat {
  clear: both;
  float: none;
  font-size: 0;
  height: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 1px;
}
.small {
  font-size: 12px;
  line-height: 18px;
}
h1 .small {
  font-size: 12px;
  line-height: 18px;
}
.big {
  font-size: 20px;
  line-height: 30px;
}
.nopadding {
  margin: 0;
  padding: 0;
}
.right {
  text-align: right;
}
.red {
  color: #dd0b2f;
}
.green {
  color: #00847d;
}
.gray {
  color: #666;
}
.black {
  color: #000;
}
 @media (max-width: 767px) {
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
.tx-felogin-pi1 h3 {
  font-size: 20px;
}
}


/* ##### CONTAINER ##### */

/* ### HEADER ### */
#topnav-t3id ul {
  float: right;
  font-size: 12px;
  line-height: 15px;
  margin-top: 15px;
}
#topnav-t3id .nav > li > a {
  padding: 0 15px;
}
#topnav-t3id .nav > li:last-child > a {
  padding-right: 0;
}
#topnav-t3id .nav-pills > li.active > a, #topnav-t3id .nav-pills > li.active > a:focus, #topnav-t3id .nav-pills > li.active > a:active, #topnav-t3id .nav-pills > li.active > a:hover, #topnav-t3id .nav-pills > li > a:hover {
  color: #666;
  background-color: transparent;
}
#topnav-t3id .login {
  font-weight: 700;
}
 @media (max-width: 767px) {
#topnav-wrapper {
  margin-bottom: 15px;
}
#topnav-t3id {
  padding: 0;
}
#topnav-t3id ul {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 8px;
}
#topnav-t3id .nav > li > a {
  padding: 0 7px;
}
}
#contenttop {
  min-height: 5px;
  background: url(../pics/headerimage-bg.png) top center #00847d;
}
 @media (max-width: 479px) {
#headerimage-t3id {
  display: none;
}
}

/* ### MIDDLE ### */

#breadcrumb-t3id {
  margin-bottom: 25px;
}
.breadcrumb {
  padding: 5px 0;
  background-color: #fff;
  font-size: 12px;
}
.breadcrumb > li + li::before {
  padding: 0 5px;
  color: #666;
  content: "›";
}
.breadcrumb a {
  color: #666;
}
.breadcrumb > .active {
  color: #00847d;
}
#boxrechts {
  padding-top: 59px;
  position: absolute;
  right: 0;
  z-index: 200;
}
#boxrechts.fixed {
  padding-top: 0;
  position: fixed;
  top: 120px;
}
#infobox-icon {
  width: 50px;
  height: 50px;
  background: #7fc1be;
  text-align: center;
  cursor:pointer;
}
#infobox-icon .glyphicon-earphone {
  font-size: 30px;
  color: #dd0b2f;
  padding-top: 7px;
}
#infobox-content {
  position: absolute;
  background: #daedec;
  width: 200px;
  height: 165px;
  border: 2px solid #7fc1be;
  margin-left: -200px;
  margin-top: -50px;
}
#infobox-t3id h2 {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 20px;
  border-bottom: 2px solid #fff;
  margin: 0;
}
#infobox-t3id p {
  padding: 5px 20px;
  line-height: 20px;
  margin: 0;
  font-size: 12px;
}
#boxlinks {
  padding-top: 142px;
  position: absolute;
  left: 0;
  z-index: 200;
}
#boxlinks.fixed {
  padding-top: 0;
  position: fixed;
  top: 120px;
}
.socialmedia-t3id-img {
  margin-bottom: 1px;
}
.socialmedia-t3id-img img {
  width: 50px;
  height: 50px;
}
 @media (max-width: 1199px) {
#boxrechts {
  padding-top: 0;
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 30%;
  background-color: #bebebe;
}
#boxrechts.fixed {
  padding-top: 0;
  position: fixed;
  bottom: 0;
  height: 40px;
  top: auto;
}
#infobox-wrapper {
  display: inline;
  float: right;
}
#infobox-icon {
  width: 40px;
  height: 40px;
  background: #7fc1be;
  text-align: center;
}
#infobox-icon .glyphicon-earphone {
  font-size: 24px;
  color: #dd0b2f;
  padding-top: 5px;
}
#infobox-content {
  margin-left: -160px;
  margin-top: -205px;
}
#boxlinks {
  padding-top: 0;
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 70%;
  background-color: #bebebe;
}
#boxlinks.fixed {
  padding-top: 0;
  position: fixed;
  bottom: 0;
  height: 40px;
  top: auto;
}
#socialmedia-wrapper {
  display: inline;
  margin-top: 0;
  right: auto;
  left: 0;
  float: left;
}
.socialmedia-t3id-img {
  display: inline;
  float: left;
  margin-bottom: 0;
  margin-right: 1px;
}
.socialmedia-t3id-img img {
  width: 40px;
  height: 40px;
}
}

/* ### FOOTER ### */

#footer-wrapper {
  background: #00847d;
  background: url(../pics/footer-bg.png) top left repeat-x;
  margin-top: 30px;
  height: 105px;
}
#footer {
  text-align: center;
  padding-top: 15px;
}
#footercontent-t3id ul {
  padding: 0;
  margin: 0;
}
#footercontent-t3id ul li {
  margin: 0;
  padding: 15px;
  list-style: none;
  display: inline-block;
}
#footercontent-t3id ul li.footercontent-logo img {
  height: auto;
}
#footercontent-t3id ul li.eins img {
  width: 150px;
}
#footercontent-t3id ul li.zwei img {
  width: 115px;
  margin-top: 10px;
}
 @media (max-width: 767px) {
#footercontent-t3id ul li.eins {
  padding-left: 0;
  padding-right: 7px;
}
#footercontent-t3id ul li.zwei {
  padding-left: 7px;
  padding-right: 0;
}
}
#bottom-wrapper {
  background: url(../pics/bottom-bg.png) top left repeat-x;
  margin-bottom: 55px;
}
#bottom {
  text-align: center;
}
#bottomnav-t3id ul {
  padding: 2px 0;
  margin: 0;
  font-size: 12px;
  line-height: 15px;
}
#bottomnav-t3id ul li {
  margin: 0;
  padding: 0 15px;
  list-style: none;
  display: inline-block;
}
 @media (max-width: 767px) {
#bottomnav-t3id ul li {
  padding: 0 7px;
}
}

/* ### PIWIK ### */

 @media (max-width: 1199px) {
.piwikiframe {
  height: 200px;
}
}
 @media (max-width: 767px) {
.piwikiframe {
  height: 400px;
}
}

/* ### COOKIE HINWEIS ### */

.eupopup-container {
  background-color: rgba(0, 0, 0, 0.9) !important;
  z-index: 999999999999 !important;
  font-size: 12px !important;
  line-height: 18px !important;
}
.eupopup-head {
  font-size: 12px !important;
  font-weight: normal !important;
  padding: 0 !important;
  line-height: 18px !important;
  display: inline !important;
}
.eupopup-body {
  display: inline !important;
}
.eupopup-buttons {
  display: inline !important;
  padding: 0 !important;
}
.eupopup-button_1:link, .eupopup-button_1:visited, .eupopup-button_1:hover, .eupopup-button_1:active, .eupopup-button_2:link, .eupopup-button_2:visited, .eupopup-button_2:hover, .eupopup-button_2:active {
  color: #00847d !important;
  font-size: 12px !important;
  line-height: 18px !important;
  text-decoration: underline !important;
}
.eupopup-button_1:hover, .eupopup-button_2:hover {
  text-decoration: none !important;
}

/* ### collapse small ### */
.small.collapse {
  margin-top: 2px;
  color: #666;
  background-color: #daedec;
  padding: 3px 8px;
}
.border {
  border-bottom:1px solid #666;
}

/* ### Stellenanazeige schalten ### */

.boxmitrahmen .rahmenbutton {
  margin: -15px;
  padding: 10px 0;
  text-align: center;
  background-color: #e3e3e3;
  border: 1px solid #666;
  border-top:0;
}
 @media (max-width: 767px) {
.stellenanzeige-schalten .border {
  border-bottom:0;
  margin-bottom: 0;
}
.small.collapse {
  margin: 0 15px 10px 15px;
}
}
.rahmen-2-spalten {
  padding: 15px;
  width: 50%;
  float: left;
}
.rahmen-2-spalten.spalte-1 {
  margin-left: -15px;
  margin-right: 15px;
}
.rahmen-2-spalten.spalte-2 {
  margin-left: 15px;
  margin-right: -15px;
}
.boxmitrahmen .premium .rahmenbutton {
  background-color: #daedec;
}
.boxmitrahmen .premium-ci {
  background-color: #daedec;
}
.boxmitrahmen .premium-ci .rahmenbutton {
  background-color: #fff;
}
 @media (max-width: 767px) {
.rahmen-2-spalten {
  width: 100%;
  float: none;
}
.rahmen-2-spalten.spalte-1 {
  margin-left: 0;
}
.rahmen-2-spalten.spalte-2 {
  margin-left: 0;
  margin-top: 15px;
}
}

/* ### tx-mpcoljobs ### */

.tx-mpcoljobs-list-box {
  margin-top: 15px;
  margin-bottom: 20px;
}
.tx-mpcoljobs-list {
  margin: -15px;
  padding: 15px;
  border: 1px solid #666;
}
.tx-mpcoljobs-list ul {
  margin: -15px;
  padding: 0;
  list-style: none;
}
.tx-mpcoljobs-list ul li {
  padding: 10px 0;
}
.tx-mpcoljobs-list ul li:nth-child(odd) {
  background: #e3e3e3;
}
.tx-mpcoljobs-list ul li:nth-child(even) {
  background: #fff;
}
.tx-mpcoljobs-list-item .title, .tx-mpcoljobs-list-item .company {
  border-right: 1px solid #666;
}
#content-t3id .tx-mpcoljobs-list-item .title a {
  text-decoration: none;
}
#content-t3id .tx-mpcoljobs-list-item .title a:hover {
  text-decoration: underline;
}
.tx-mpcoljobs-approvalstate {
  border: 1px solid red;
  margin-top: 10px;
  padding: 5px 10px;
}
.tx-mpcoljobs-list-logobox {
  float: none;
  text-align: center;
  display: block;
  height: 100%;
}
.tx-mpcoljobs-list-logo {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#content-t3id .tx-mpcoljobs-list-item .logo img, #content-t3id .tx-mpcoljobs-list-logo img {
  width: 50%;
  max-width: 262px !important;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.tx-mpcoljobs-list-item hr {
  display: none;
}
 @media (max-width: 767px) {
.tx-mpcoljobs-list {
  border: 0;
}
.tx-mpcoljobs-list ul li {
  padding: 15px 0;
}
.tx-mpcoljobs-list-item {
  margin-bottom: -15px;
}
.tx-mpcoljobs-list-item .title, .tx-mpcoljobs-list-item .company {
  border-right: 0;
}
.tx-mpcoljobs-list-item .title .small {
  font-size: 14px;
}
.tx-mpcoljobs-list-item .title .gray {
  color: #000;
}
.tx-mpcoljobs-list-item .company .small {
  font-size: 14px;
}
.tx-mpcoljobs-list-item hr {
  display: block;
  margin-top: 15px;
  margin-bottom: 7px;
  border: 0;
  border-top: 1px solid #000;
}
.tx-mpcoljobs-list .highestcol {
  height: auto !important;
}
.tx-mpcoljobs-list-logobox {
  text-align: left;
}
.tx-mpcoljobs-list-logo {
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#content-t3id .tx-mpcoljobs-list-item .logo img, #content-t3id .tx-mpcoljobs-list-logo img {
  max-width: 150px !important;
  margin-left: 0;
  ;
  margin-bottom: 5px;
}
}
#extern .tx-mpcoljobs-list-box {
  margin-top: 0;
  margin-bottom: 10px;
}
#extern .tx-mpcoljobs-list {
  margin: 0;
  padding: 0;
  border: 0;
}
#extern .tx-mpcoljobs-list ul {
  margin: 0;
  padding: 0;
}
#extern .tx-mpcoljobs-list ul li {
  margin: 0;
}
#extern .textklein {
  padding-left: 15px;
  margin-bottom: 10px;
}
.tx-mpcoljobs-detail-box {
  margin-top: 40px;
  margin-bottom: 20px;
}
.tx-mpcoljobs-detail-premium {
  margin: -15px;
}
.tx-mpcoljobs-detail-premiumci {
  margin: -15px;
}
.tx-mpcoljobs-detail-pub {
  text-align: right;
  padding-bottom: 10px;
}
.tx-mpcoljobs-detail-pub.left {
  text-align: left;
}
.premium-box {
  padding: 15px;
  border: 1px solid #666;
}
.tx-mpcoljobs-detail-logo {
  padding-top: 30px;
  padding-bottom: 30px;
}
.tx-mpcoljobs-detail-logo img {
  width: 300px !important;
  display: inline-block !important;
}
.tx-mpcoljobs-detail-bodytext {
  padding: 15px;
  padding-bottom: 0;
  background: #e3e3e3;
}
.tx-mpcoljobs-detail-bodytext h1 {
  margin-bottom: 0;
}
.tx-mpcoljobs-detail-bodytext h2 {
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 24px;
  font-weight: 600;
}
.tx-mpcoljobs-detail-premium .tx-mpcoljobs-detail-address {
  padding: 15px;
  padding-top: 0;
  background: #e3e3e3;
}
 @media (max-width: 767px) {
.tx-mpcoljobs-detail-premium {
  margin: 0;
}
}
 @media (max-width: 479px) {
.tx-mpcoljobs-detail-premium {
}
}
.archiv .tx-mpcoljobs-detail-premium, .archiv .tx-mpcoljobs-detail-premiumci {
  opacity: 0.4;
}
.archiv .tx-mpcoljobs-detail-address {
  display: none;
}
.tx-mpcoljobs-archiv {
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -200px;
  background-color: #fff;
  width: 400px;
  z-index: 100;
  border: 1px solid #666;
}
.tx-mpcoljobs-archiv h2 {
  padding: 5px 15px;
  margin: 25px 0 15px 0;
  background-color: #7fc1be;
  color: #dd0b2f;
  text-transform: uppercase;
  font-weight: 600;
}
.tx-mpcoljobs-archiv p {
  padding: 0 15px;
  margin-bottom: 25px;
}
 @media (max-width: 767px) {
.tx-mpcoljobs-archiv {
  top: 125px;
  left: 25px;
  margin-left: 0;
  margin-right: 25px;
  width: auto;
}
}
#middle-wrapper .Tx-Formhandler .container {
  padding: 0;
  width: 100%;
}
.Tx-Formhandler h3 {
  color: #dd0b2f;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.form-control {
  border: 1px solid #666;
  border-radius: 0;
  color: #000;
}
.form-control:focus {
  border: 1px solid #00847d;
  box-shadow: rgba(0,132,125,.075);
}
.form-horizontal .control-label {
  padding-top: 7px;
  text-align: left;
}
input[type="file"] {
  margin-top: 7px;
}
.form-group.files {
  margin-bottom: 0;
}
ul.fileupload-list {
  padding-left: 0;
}
.fileupload-list li {
  list-style:none;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #dd0b2f;
}
.Tx-Formhandler .help-block {
  color: #dd0b2f;
}
.Tx-Formhandler-button {
  position: absolute;
  right: 15px;
  background-color: #dd0b2f;
  color: #fff;
  text-align: center;
  width: 110px;
  height: 110px;
  border-radius: 55px;
  transform: rotate(15deg);
  line-height: 18px;
  padding-top: 30px;
}
.Tx-Formhandler-button p {
  padding-bottom: 0;
}
.Tx-Formhandler-optionen {
  margin: -15px;
  margin-left: 15px;
  background-color: #e3e3e3;
  font-size: 12px;
  line-height: 18px;
  padding: 60px 15px;
}
.Tx-Formhandler-optionen.option-ci {
  padding: 15px 15px;
}
.Tx-Formhandler-optionen h3 {
  margin-bottom: 5px;
  font-size: 12px;
}
 @media (max-width: 991px) {
.Tx-Formhandler-button {
  margin-top: -60px;
  right: 25px;
}
.Tx-Formhandler-optionen {
  padding: 64px 15px;
}
}
 @media (max-width: 767px) {
.Tx-Formhandler-button {
  margin-top: 0;
  position: relative;
  right: auto;
  text-align: left;
  width: 100%;
  height: auto;
  border-radius: 0;
  transform: rotate(0);
  line-height: 18px;
  padding: 5px 15px;
  margin-bottom: 15px;
}
.Tx-Formhandler-button p {
  display: inline;
  padding-right: 5px;
}
.Tx-Formhandler-optionen {
  margin: -15px;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.Tx-Formhandler-optionen.option-ci {
  padding: 10px 15px;
  margin-bottom: 10px;
}
.Tx-Formhandler-optionen h3 {
  margin-bottom: 0;
  font-size: 14px;
}
}
.btn-default {
  color: #dd0b2f;
  background-color: #bde9e7;
  border-color: #666;
  font-weight: 600;
}
.btn-default:hover {
  color: #000 !important;
  background-color: #7fc1be;
  border-color: #666;
}
.btn {
  border-radius: 0;
}
.btn-xs {
    padding: 2px 12px;
  background-color: #fff;
}
.btn-xs:hover {
  background-color: #fff;
  border-color: #666;
}
#content-t3id a.btn {
  text-decoration: none;
}
.tx-felogin-pi1 h3 {
  font-size: 24px;
  margin-bottom: 24px;
  line-height: 30px;
  color: #00847d;
}
.tx-felogin-pi1 > div {
  margin-bottom: 15px;
}
.tx-felogin-pi1 legend {
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 24px;
  font-weight: 600;
  border: 0px;
  color: #00847d;
}
.tx-felogin-pi1 input[type="submit"] {
  color: #dd0b2f;
  background-color: #7fc1be;
  border: 1px solid #666;
  font-weight: 600;
  margin-top: 15px;
}

/*### Masterslider ###*/

.ms-view {
  background: #fff;
}

/*### Netzwerk ###*/  
.ms-skin-default .ms-tooltip-point .ms-point-center {
    width: 6px;
    height: 6px;
    border-radius: 15px;
    border: solid 0px #666;
    background: #dd0b2f;
    margin: -3px 0 0 -3px;
}
.ms-skin-default .ms-tooltip-point .ms-point-border {
    width: 20px;
    height: 20px;
    background: black;
    background: rgba(0, 0, 0, 0.36);
    margin: -10px 0 0 -10px;
    border-radius: 15px;
}
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom-color: #daedec;
}
.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow {
    border-right-color: #daedec;
}
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
    border-left-color: #daedec;
}
.ms-skin-default .ms-tooltip-cont {
    padding: 5px 15px;
    background: #daedec;
}
.product-tt {
  font-size: 12px !important;
}

/*### Kundenstimmen ###*/  
.ms-staff-carousel.ms-round .ms-slide-bgcont {
  border-radius: 5000px;
  border: solid 1px rgb(0, 0, 0);
  margin: 0 -1px;
}
.ms-staff-carousel .ms-staff-info {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #000;
  min-height: 80px;
  margin-bottom: 45px;
}
.ms-staff-carousel .ms-staff-info h3 {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: #666;
}


/* ##### CONTENT ##### */

/*responsive images*/
#content-t3id img {
  height: auto;
  width: 100%;
  max-width: 100%;
  display: block;
}

/* ##### fluid_styled_content ##### */ 
/* Aenderungen an default styles */

.ce-border img, .ce-border iframe {
  border: 1px solid #666;
}
.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 15px;
}
.ce-intext.ce-right .ce-gallery {
  margin-left: 15px;
}
.ce-intext.ce-left .ce-gallery {
  margin-right: 15px;
}
.ce-below .ce-gallery {
  margin-top: 15px;
}
.ce-column {
  margin-right: 15px;
}
.ce-row {
  margin-bottom: 15px;
}
 @media (max-width: 991px) {
.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery {
  width: 30%;
}
}
 @media (max-width: 479px) {
.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery {
  width: 100%;
}
.ce-intext.ce-right.ce-nowrap .ce-gallery, .ce-intext.ce-left.ce-nowrap .ce-gallery {
  width: 30%;
}
}
.ce-gallery figcaption {
  font-size: 12px;
  line-height: 18px;
}

/* ##### LAYOUTS ##### */
.abstandnachunten {
  margin-bottom: 15px;
}
.textklein {
  font-size: 12px;
  line-height: 18px;
  color: #dd0b2f;
}
.boxmitrahmen {
  margin: 30px 0 60px 0;
}
.boxmitrahmen .rahmen {
  margin: -15px;
  padding: 15px;
  border: 1px solid #666;
}
.boxmitrahmen .rahmenmitbutton {
  margin: -15px;
  padding: 15px;
  border: 1px solid #666;
  border-bottom: 0;
}
.content-t3id-2-spaltig.boxmitrahmen .rahmen {
  border: 1px solid #666;
  padding: 15px 0;
}
.boxmitrahmen .next-col {
  border-left: 1px solid #666;
}
 @media (max-width: 767px) {
  .boxmitrahmen .rahmen {
    margin-left: 0;
    margin-right: 0;
  }
  .boxmitrahmen.stellenanzeige-schalten .rahmenmitbutton, .boxmitrahmen.stellenanzeige-schalten .rahmenbutton {
    margin-left: 0;
    margin-right: 0;
  }
}

/* ### Gridelements ### */

  @media (max-width: 767px) {
  .next-col {
    margin-top: 30px;
  }
  .boxmitrahmen .next-col {
    border-left: 0;
  }
}

/* ### Gridelement 4 spaltig: RSS ### */

.boxgrau {
  margin: 30px 0 60px 0;
}
.boxgrau .rahmen {
  margin: -15px;
  padding: 15px 0;
  background: #e3e3e3;
}
.boxgrau .next-col {
  border-left: 1px solid #666;
}
 @media (max-width: 767px) {
.boxgrau .next-col {
  border-left: 0;
}
.highestcolrss {
  height: auto !important;
}
}
/* ### RSS ### */
#pits_rss {
  font-family: 'Open Sans', Arial, sans-serif !important;
  line-height: 18px;
}
.pits_rss_head h3 {
  font-family: 'Open Sans', Arial, sans-serif !important;
  font-size: 14px !important;
}
.rss_desc a {
  color: #00847d !important;
}
.rss_date {
 color: #66 !important6;
  font-size: 12px !important;
  font-style: normal !important;
}


/* ##### MEDIA QUERIES ##### */

/* ##### LG ##### */
@media (min-width: 1200px) {
}

/* ####  MD #### */
@media (max-width: 1199px) {
}

/* ####  SM #### */
@media (max-width: 991px) {
}

/* #### XS #### */
@media (max-width: 767px) {
}

/* #### XXS #### */
@media (max-width: 479px) {
}