@media (min-width: 768px) {
  .header.centered .header-right {
    text-align: left!important;
  }
}

.social-sharing .section-heading {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 18px !important;
    margin-bottom: 0;
    margin-right: 10px;
    line-height: 22px;
    font-weight: normal !important;
}

@media (max-width:767px) {
  div.feature-box-2.pull-right {
    float: none!important;
  }
  img.logo {
    margin: 0 auto;
  }


  .header.dark{
    margin-top: -77px;
    z-index: 100;
    border: none!important;
    background-color: transparent!important;
    border-top-color: transparent!important;
  }

  .dark.header .navbar.navbar-default {
    border-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
  }
  
  .transparent-header .dark .main-navigation .navbar.navbar-default {
    background-color: transparent;
    border-color: transparent;
  }

  .dark .navbar-default .navbar-toggle {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .dark .navbar-default .navbar-toggle:hover, .dark .navbar-default .navbar-toggle:focus {
    background-color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 0.7);
  }
  .dark .navbar-default .navbar-collapse, .dark .navbar-default .navbar-form {
    border-color: #121212;
    border-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
    margin: 15px -31px 0 -31px;
    padding: 0 15px;
  }

  .navbar-toggle {
    float: left;
  }
}

figure.image{text-align: center;border: solid 1px #ccc;border-radius: 2px;background: rgba(0,0,0,0.05);padding: 0px;margin-bottom: 30px;display: inline-block;}
figure.image > figcaption{text-align: center;display: block;}
figure.image-grayscale img{filter: grayscale(100%);}
figure.image-clean{border: 0;background: none;padding: 0;}
figure.image-clean > figcaption{font-size: .9em;text-align: right;}


.footer-top {
  padding: 0px 0;
}


.default-translucent-bg,
.default-translucent-bg h1,
.default-translucent-bg h2,
.default-translucent-bg h3,
.default-translucent-bg h4,
.default-translucent-bg h5,
.default-translucent-bg h6 {
  font-size: 22px;
  margin-top: 19px;
}

/* table Termine Farbcode */

.Treffen {
  background-color: rgba(225,188,121,0.3);
}

.Seminar {
  background-color: rgba(91,197,242,0.3);
}

.Führungskräfte {
  background-color: rgba(58,182,171,0.3);
}

.Stiftungsprogramme {
  background-color: rgba(214,104,82,0.3);
}

.Fachaustausch {
  background-color: rgba(114,50,152,0.3);
}

.Schule {
  background-color: rgba(204,0,204,0.3);
}


@media (min-width: 768px){
  .dl-horizontal dt {
    max-width: 140px;
  }
  .dl-horizontal dd {
    margin-left: 160px;
  }

  .dl-horizontal1 dt {
    float: left;
    width: 180px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

  .dl-horizontal1 dt {
    max-width: 190px;
  }
  .dl-horizontal1 dd {
    margin-left: 200px;
  }
}

.modal-content .modal-header {
    color: #fff;
}

.embed-responsive-4by3 {
  min-height: 800px;
}
.main a {
  font-weight: bold;
}