html,
body {
  overflow-x: hidden !important;
}
@font-face {
  font-family: BundesSans;
  src: local("BundesSans"), url("fonts/bundessansweb-regular.ttf") format("truetype"), url("fonts/bundessansweb-regular.eot") format("eot"), url("fonts/bundessansweb-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: BundesSans-Bold;
  src: local("BundesSans-Bold"), url("fonts/bundessansweb-bold.ttf") format("truetype"), url("fonts/bundessansweb-bold.eot") format("eot"), url("fonts/bundessansweb-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: BundesSans-Italic;
  src: local("BundesSans-Italic"), url("fonts/bundessansweb-italic.ttf") format("truetype"), url("fonts/bundessansweb-italic.eot") format("eot"), url("fonts/bundessansweb-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: BundesSans-BoldItalic;
  src: local("BundesSans-BoldItalic"), url("fonts/bundessansweb-bolditalic.ttf") format("truetype"), url("fonts/bundessansweb-bolditalic.eot") format("eot"), url("fonts/bundessansweb-bolditalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.modal {
  position: absolute;
  top: 10%;
}
@media all and (min-height: 35em) {
  .modal {
    position: fixed;
  }
  .modal-body {
    max-height: none !important;
    overflow-y: auto;
  }
}
[title="View bearbeiten"] {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3px 8px;
  border: 1px solid #777;
  background: #fff;
}
[title="View bearbeiten"]:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  margin-top: 1px;
  margin-right: 5px;
  background: url("bootstrap/img/glyphicons-halflings.png") no-repeat -72px;
}
.widget-title {
  margin-top: 0;
}
#YMShareComment {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#YMShareResponse,
.ym-error-msg {
  border: 1px solid;
  padding: 5px;
  margin-bottom: 10px;
  display: none;
}
#YMShareResponse.fail,
.ym-error-msg.fail {
  display: block;
  border-color: #f99;
  background-color: #fcc;
}
#YMShareResponse.done,
.ym-error-msg.done {
  display: block;
  border-color: #99f;
  background-color: #ccf;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  line-height: 25px;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content ul > li {
  list-style: none;
  background-image: url("img/green_square.png");
  background-position: left 8px;
  background-repeat: no-repeat;
  padding-left: 12px;
}
#content .abstract ul > li,
#content ul.wpv_pagination_dots > li {
  list-style: square;
  padding-left: 0;
  background: none;
}
#content ul.unstyled > li,
#content .nav > li {
  list-style: none;
  background: none;
  padding-left: 0;
}
#comments ul > li,
.nav > li {
  list-style: none;
  background: none;
  padding-left: 0;
}
.home-button {
  width: 45px;
  height: 45px;
  display: inline-block;
  background-color: #000;
  line-height: 42px;
  text-align: center;
}
.kebo_twitter_feed_widget .external-link {
  padding-right: 16px !important;
}

.kebo_twitter_feed_widget .kfooter .external-link {
  padding-right: 0 !important;
}

.external-link {
  background: transparent url("img/external-link.png") no-repeat center right;
  padding-right: 16px;
}
.navbar .external-link {
  background: none;
  padding: 0;
}
@media (max-width: 767px) {
  .navigation-text {
    line-height: 45px;
    font-weight: bold;
    color: #fff;
    margin-left: 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navigation-text {
    display: none;
  }
}
.feature-me > .widget-title {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  text-shadow: 1px 1px 3px #333;
}
.post-thumbnail {
  margin-right: 10px;
}
/* Styles for classes added by WP Editor*/
.aligncenter {
  display: block;
  margin: 0 auto 10px;
}
.alignright {
  display: inline;
  float: right;
  margin: 0 0 10px 10px;
}
.alignleft {
  display: inline;
  float: left;
  margin: 0 10px 10px 0;
}
/* Styles for WP Gallery inserted using [gallery] shortcode */
.gallery .clear {
  clear: both;
}
.gallery .thumbnail img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
/* Fix for code line breaks */
.entry-content > div {
  border: 1px solid #c9d200;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.entry-content > div > div {
  padding: 10px;
}
.entry-content code {
  max-width: 100%;
}
.entry-content h3 {
  font-size: 1.4em;
  color: #777;
}
.entry-content .event-infos {
  border-top: 2px outset;
  margin: 10px 10px 0;
  padding: 0 0 100px;
}
.ym-project-page header {
  position: relative;
}
.ym-project-page header img {
  margin: 0;
  width: 100%;
}
.ym-project-page header .banner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: #c9d200;
  background: rgba(201,210,0,0.8);
  border-top: 3px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  text-shadow: 1px 1px 2px #777;
}
.lt-ie8 .ym-project-page header .banner {
  zoom: 1;
}
.lt-ie9 .ym-project-page header .banner {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ccc9d200,endcolorstr=#ccc9d200);
}
.lt-ie9 .ym-project-page header .banner:nth-child(n) {
  filter: none;
}
.ym-project-page header .banner h1 {
  margin: 0;
}
.ym-print-buttons {
  float: right;
  margin: 0;
  line-height: 100%;
}
.ym-print-buttons > li {
  display: inline-block;
  padding: 4px;
}
.ym-print-buttons > li img {
  margin: 0;
  padding: 0;
}
#content {
  position: relative;
}
#comments {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin-top: -95px;
}
#comments > .ym-frame {
  margin-top: 68px !important;
}
#comments .socialandprint {
  position: relative;
  left: -10px;
  border: 1px solid #c9d200;
  background-color: #fff;
  width: 512px;
  padding: 0 10px;
}
.ym-number-content {
  display: table;
  height: 100px;
  width: 100%;
}
.ym-number-content .ym-number-biiiiig {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 4em;
  font-weight: bold;
}
@media (max-width: 979px) {
  #comments {
    margin-top: -128px;
  }
}
@media (max-width: 767px) {
  #comments {
    position: relative;
    top: 0;
    margin-top: 10px;
    width: auto;
    float: none;
  }
  #comments .ym-frame {
    margin-top: 0 !important;
  }
  #comments .ym-frame .social-links {
    margin-top: 20px;
  }
  #comments .ym-frame .social-links > li {
    line-height: 20px;
    height: auto;
  }
  #comments > .ym-frame {
    margin-top: 34px !important;
  }
}
.ym-number-footer {
  text-align: center;
}
/* Caption */
#customer_details input[type="text"] {
  height: 2em;
}
#header .brand {
  padding: 0;
}
#header .brand > a {
  margin-bottom: 20px;
}
#header .navbar-form.navbar-form-login {
  float: right;
}
#header .navbar-form.navbar-form-search {
  float: right;
}
#header .navbar-form .btn {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  #header .navbar-form.navbar-form-search {
    float: none;
  }
}
#breadcrumbs {
  margin: 5px 0;
}
.widget_wp_views {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wp-post-image {
  margin-right: 10px;
}
.wpv-filter-form {
  margin: 0;
}
.wpv-filter-form .wpv-filter-next-link {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -14px;
  margin-left: -20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  background-image: url("img/pfeil_grau_rechts.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  border: 1px solid #c9d200;
}
.wpv-filter-form .wpv-filter-previous-link {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  margin-left: -20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  background-image: url("img/pfeil_grau.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  border: 1px solid #c9d200;
}
.social-links {
  margin: 0;
}
.ym-frame {
  border: 1px solid #c9d200;
  padding: 10px 10px 10px 10px;
  margin-top: 34px;
}
.ym-frame.ym-frame-event {
  padding: 0;
}
.ym-frame.ym-frame-event .media {
  margin-bottom: 85px !important;
}
.ym-frame .ym-frame-media-body {
  padding: 10px 10px 10px 10px;
}
.ym-frame.ym-frame-nopadding {
  padding: 0;
}
.ym-frame.ym-frame-nomargin {
  margin-top: 0;
}
.ym-frame.ym-frame-indent-left {
  position: relative;
  left: -15px;
  line-height: 32px;
  height: 32px;
  width: auto;
  display: inline-block;
  background: #fff;
  margin-top: 0;
  float: left;
}
.ym-frame.ym-frame-noborder {
  border: none;
  margin-top: 0;
  padding: 0;
}
.ym-frame.ym-frame-noborder ul > li {
  line-height: 52px;
  height: 52px;
}
.ym-frame .ym-frame-caption {
  margin: -21px auto 10px;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #c9d200;
}
.ym-frame .ym-frame-caption > span {
  background-color: #fff;
  padding: 0 5px;
}
.ym-frame .ym-frame-caption-bg {
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  padding: 10px 10px 10px 10px;
  background-color: #c9d200;
}
.ym-frame .ym-frame-caption-bg > a {
  color: #fff;
}
.ym-frame .ym-frame-caption-bg > a:hover {
  color: #777;
}
.ym-frame.ym-frame-green {
  border-color: #c9d200 !important;
}
.ym-frame.ym-frame-green > .ym-frame-caption {
  color: #c9d200 !important;
}
.ym-frame.ym-frame-gray {
  border-color: #777;
}
.ym-frame.ym-frame-gray > .ym-frame-caption {
  color: #777;
}
@media (max-width: 979px) {
  .ym-frame {
    margin-top: 34px !important;
  }
}
@media (max-width: 1199px) {
  .ym-frame.ym-frame-sidebar .pull-left {
    float: none !important;
  }
  .ym-frame.ym-frame-sidebar .pull-left img {
    float: none !important;
  }
}
@media (max-width: 767px) {
  .ym-frame.ym-frame-indent-left {
    float: none;
    top: 0;
    left: 0;
  }
}
.ym-sidebar {
  border: none !important;
}
.ym-sidebar .ym-frame {
  border-color: #777;
  color: #777;
}
.ym-sidebar .ym-frame:first-child {
  margin-top: 0;
}
.ym-sidebar .ym-frame .ym-frame-caption {
  color: inherit;
}
@media (max-width: 767px) {
  .ym-sidebar {
    margin-top: 34px;
  }
}
.ym-slider-hr {
  width: 20%;
  border: none;
  border-top: 1px solid #c9d200;
  background-color: #fff;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (max-width: 979px) {
  .unevenheights2 {
    float: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
  }
  .unevenheights2 .ym-slider {
    height: auto !important;
  }
  .unevenheights2 .ym-slider .wpv-pagination {
    height: auto !important;
    min-height: inherit !important;
  }
}
.ym-slider {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 30px 10px 10px;
}
@media (max-width: 979px) {
  .ym-slider > .wpv-pagination {
    overflow: visible;
    height: auto !important;
  }
}
@media (min-width: 980px) {
  .ym-slider > .wpv-pagination {
    overflow: visible;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.ym-slider .wpv-filter-previous-link:hover {
  background-image: url("img/pfeil_gruen.png");
}
.ym-slider .wpv-filter-next-link:hover {
  background-image: url("img/pfeil_gruen_rechts.png");
}
.ym-slider .ym-slider-title {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.2em;
  margin: 0;
}
.ym-slider .wpv-pagination {
  min-height: 209px;
}
.ym-slider-teaser {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #777;
  padding: 0;
  margin-bottom: 34px;
}
.ym-slider-teaser .wpv-pagination > .ym-slider-content {
  padding: 10px 15px 0 10px;
}
.ym-slider-teaser .wpv_pagination_links {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 120px;
  max-width: 320px;
  padding-left: 20px;
  margin-top: -1px;
  border: 1px solid #777;
  white-space: nowrap;
  padding-right: 20px;
}
.ym-slider-teaser .wpv_pagination_links > ul {
  height: 34px;
  margin: 0;
  padding: 0;
}
.ym-slider-teaser .wpv_pagination_links > ul > li {
  display: inline-block;
  padding-top: 10px;
}
.ym-slider-teaser .wpv_pagination_links > ul > li > a {
  background-image: none;
  background-color: #777;
}
.ym-slider-teaser .wpv_pagination_links > ul > li.wpv_page_current > a {
  background-color: #c9d200;
}
.ym-slider-teaser .wpv-filter-previous-link {
  margin-left: -10px;
}
.ym-slider-teaser .wpv-filter-previous-link {
  background-image: url("img/pfeil_weiß.png");
  background-color: #777;
  border-color: #fff;
  margin-top: -14px;
}
.ym-slider-teaser .wpv-filter-next-link {
  background-image: url("img/pfeil_weiß_rechts.png");
  background-color: #777;
  border-color: #fff;
  margin-top: -14px;
}
.ym-slider-teaser .wpv-filter-previous-link:hover {
  background-image: url("img/pfeil_weiß.png");
  background-color: #c9d200;
}
.ym-slider-teaser .wpv-filter-next-link:hover {
  background-image: url("img/pfeil_weiß_rechts.png");
  background-color: #c9d200;
}
.ym-slider-teaser .ym-slider-content {
  padding: 10px 0 0 0;
}
.ym-slider-teaser .ym-slider-image > img,
.ym-slider-teaser .ym-slider-image > a {
  display: block;
}
.ym-slider-teaser .ym-slider-image > img > img,
.ym-slider-teaser .ym-slider-image > a > img {
  margin-right: 0;
  width: 100%;
  height: auto;
}
.ym-slider-teaser .ym-slider-image > a > img {
  max-width: none;
}
.ym-slider-teaser .ym-slider-title {
  font-size: 1.6em;
  line-height: 1.7em;
}
.ym-slider-teaser .ym-slider-content {
  font-size: 1em;
}
.ym-slider-teaser .wpv-pagination {
  min-height: 270px;
}
@media (max-width: 767px) {
  .ym-slider-teaser {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .ym-slider-teaser .ym-slider-image {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none !important;
    width: 100%;
  }
}
@media (min-width: 979px) {
  .ym-slider-teaser .ym-slider-image {
    float: left;
    margin-right: 10px;
  }
  .ym-slider-teaser .ym-slider-image > a > img {
    width: auto;
    height: 270px;
  }
}
@media (max-width: 767px) {
  .ym-slider-teaser .wpv_pagination_links {
    top: 100%;
  }
}
@media (max-width: 767px) {
  .ym-slider-image > a > img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .ym-slider-image {
    display: none;
  }
}
@media (max-width: 979px) {
  .ym-slider-teaser .wpv-pagination {
    min-height: 250px;
    overflow: visible;
  }
  .ym-slider-teaser .wpv-pagination > .ym-slider-content {
    padding: 5px 25px;
  }
}
#s {
  width: 132px;
}
@media (max-width: 767px) {
  #s {
    width: 110px;
  }
}
.ym-map-form {
  position: relative;
  line-height: 50px;
  margin: 0;
  padding-bottom: 3px;
  background-color: #c9d200;
}
.ym-map-form .search-query {
  background: #fff url("img/search-input.png") no-repeat 7px center;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0 0 0 3%;
  height: 25px;
  width: 36%;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 3px 5px 35px;
  border: none;
}
.ym-map-form .search-query:focus,
.ym-map-form .search-query:active,
.ym-map-form .search-query:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ym-map-form button {
  color: #fff;
  background-image: none;
  background-color: #777;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  margin-left: 10px;
  height: 35px;
}
.ym-map-form button:hover,
.ym-map-form button:focus {
  background-color: #595959;
  color: #fff;
}
@media (max-width: 479px) {
  .ym-map-form .search-query {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .ym-map-form .btn {
    margin-left: 0;
  }
}
.YM_RSS {
  zoom: 1;
}
.YM_RSS:before,
.YM_RSS:after {
  content: "";
  display: table;
}
.YM_RSS:after {
  clear: both;
}
.ym-rss-container {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ym-rss-container > .ym-rss-outer {
  width: 100%;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
.ym-rss-container > .ym-rss-outer > .ym-rss-inner {
  text-align: left;
  display: inline-table;
}
.ym-rss-container > .ym-rss-outer > .ym-rss-inner > ul {
  margin-top: 10px;
  margin-bottom: 20px;
}
.ym-rss-container > .ym-rss-outer > .ym-rss-inner > ul > li {
  padding-bottom: 5px;
}
.ym-rss-container > .ym-rss-outer > .ym-rss-inner > ul > li > .ym-rss-date {
  float: left;
  width: 40px;
  display: block;
  font-style: normal;
}
.ym-rss-container > .ym-rss-outer > .ym-rss-inner > ul > li > .ym-rss-title {
  display: block;
  margin-left: 40px;
}
.ym-rss-container > .ym-rss-footer {
  position: absolute;
  (((bottom((20px))))): 0;
  left: 0;
  right: 0;
}
.ym-rss-container > .ym-rss-footer > .ym-rss-more {
  float: left;
  text-align: left;
  padding-left: 20px;
}
.ym-rss-container > .ym-rss-footer > .ym-rss-poweredby {
  float: right;
  text-align: right;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .ym-rss-container > .ym-rss-outer > .ym-rss-inner > ul {
    margin-top: 0;
    margin-bottom: 25px;
  }
}
.ym-project-slider {
  padding: 10px 10px 10px 0;
}
.ym-project-slider .wpv-filter-previous-link {
  margin-left: -10px;
}
.ym-project-slider .wpv-filter-previous-link:hover {
  background-image: url("img/pfeil_gruen.png");
}
.ym-project-slider .wpv-filter-next-link:hover {
  background-image: url("img/pfeil_gruen_rechts.png");
}
.ym-project-slider .ym-slider-container {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ym-project-slider .ym-project-content {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 25%;
  height: 100%;
  overflow: hidden;
}
.ym-project-slider .ym-project-content .ym-project-img {
  display: block;
  border: 1px solid #c9d200;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-bottom: 46px;
@media (min-width: 768px) and (max-width: 979px) {
}
@media (min-width: 980px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
}
.ym-project-slider .ym-project-content .ym-project-img img {
  display: block;
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 979px) {
.ym-project-slider .ym-project-content .ym-project-img {
  height: 125px !important;
  line-height: 125px !important;
}
.ym-project-slider .ym-project-content .ym-project-img img {
  max-height: 125px !important;
}
}
@media (min-width: 980px) and (max-width: 1199px) {
.ym-project-slider .ym-project-content .ym-project-img {
  height: 165px !important;
  line-height: 165px !important;
}
.ym-project-slider .ym-project-content .ym-project-img img {
  max-height: 165px !important;
}
}
@media (min-width: 1200px) {
.ym-project-slider .ym-project-content .ym-project-img {
  height: 208px !important;
  line-height: 208px !important;
}
.ym-project-slider .ym-project-content .ym-project-img img {
  max-height: 208px !important;
}
}
.ym-project-slider .ym-project-content > .ym-project-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #c9d200;
  background: rgba(201,210,0,0.9);
  border-top: 1px solid #c9d200;
  max-height: 40px;
  min-height: 40px;
  color: #fff;
  text-shadow: 1px 1px 2px #777;
  padding: 3px;
  font-weight: bold;
  font-size: 1.1em;
  margin-left: 10px;
  text-align: center;
}
.lt-ie8 .ym-project-slider .ym-project-content > .ym-project-title {
  zoom: 1;
}
.lt-ie9 .ym-project-slider .ym-project-content > .ym-project-title {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e5c9d200,endcolorstr=#e5c9d200);
}
.lt-ie9 .ym-project-slider .ym-project-content > .ym-project-title:nth-child(n) {
  filter: none;
}
.ym-project-slider .ym-project-content:hover .ym-project-img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.ym-project-slider .ym-project-content:hover .ym-project-title {
  max-height: none;
}
@media (max-width: 479px) {
  .ym-project-slider {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ym-project-slider .ym-project-content {
    width: 50%;
    margin-bottom: 10px;
  }
  .ym-project-slider .ym-project-content:nth-child(2n) > span {
    margin-right: 5px;
  }
  .ym-project-slider .ym-project-content:nth-child(2n+1) > span {
    margin-left: 5px;
  }
}
#main h1 {
  font-size: 1.8em;
}
#main h2 {
  font-size: 1.4em;
}
#main .media-list figure {
  margin: 0 20px 0 0;
}
#main .media-list figure img {
  width: auto;
  height: auto;
}
#main .media-list .media {
/*border: 1px solid $green;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 0;
}
#main .media-list .media h2 {
  font-size: 1.5em;
  line-height: 120%;
  font-weight: bold;
}
#commentModal .comment-form-comment textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#reportOffensive .comment-form-comment textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sendIdeaModal .comment-form-comment textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#commentModal .ym-frame {
  margin-top: 5px;
}
#commentModal .ym-frame .ym-frame-caption {
  text-align: left;
  margin-left: 5px;
}
#commentModal form {
  position: relative;
  margin: 0 0 30px;
  padding: 10px;
}
#commentModal #submit {
  position: absolute;
  bottom: -20px;
  right: 10px;
}
#wpadminbar {
  background: none repeat scroll 0 0 #fff !important;
  color: #ccc;
  height: 32px;
  left: 50% !important;
  margin-left: -585px;
  width: 1170px !important;
}
#wpadminbar a.ab-item {
  color: #777 !important;
}
#wpadminbar .ab-top-menu > li.hover > .ab-item,
#wpadminbar .ab-top-menu > li:hover > .ab-item {
  color: #777 !important;
  background: none repeat scroll 0 0 #c9d200 !important;
}
#wpadminbar .menupop .ab-sub-wrapper {
  background: none repeat scroll 0 0 #fff !important;
  border: 1px solid #c9d200 !important;
}
#wpadminbar .menupop .ab-sub-wrapper li:hover {
  background: none repeat scroll 0 0 #c9d200 !important;
  color: #fff;
}
#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions > li {
  margin-left: 0px !important;
}
.tiles {
  padding-bottom: 0;
}
.tiles .tile-row {
  margin: 0 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tiles .tile-row .external-link {
  padding: 0 !important;
  background: none !important;
}
.tiles .tile-row > .tile {
  position: relative;
  padding: 10px 10px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  max-height: 100%;
  background-color: #c9d200;
  color: #fff;
  text-align: justify;
}
.tiles .tile-row > .tile h4 {
  position: relative;
  text-align: center;
  line-height: 40px;
  margin: 0 0 10px;
  font-size: 1.4em;
  background-color: #c9d200;
}
.tiles .tile-row > .tile > div > a {
  min-height: 40px;
  max-height: 40px;
  overflow: hidden;
}
.tiles .tile-row > .tile:hover > div > a {
  overflow: visible;
}
.tiles .tile-row > .tile a {
  position: relative;
  color: #fff;
  text-shadow: 1px 1px 3px #777;
  text-decoration: none;
}
.tiles .tile-row > .tile a:hover {
  text-decoration: underline;
}
.tiles .tile-row > .tile a > img {
  margin: 0;
  width: 100%;
  height: auto;
}
.tiles .tile-row > .tile > a {
  background: #fff;
}
.tiles .tile-row > .tile > a > img {
  display: block;
}
.tiles .tile-row > .tile > div > a {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
}
.tiles .tile-row > .tile-text a {
  text-align: center;
  display: block;
}
.tiles .tile-row > .tile-text a > h4 {
  display: inline;
}
.tiles .tile-row > .tile-text a > img {
  width: auto;
  height: auto;
}
.tiles .tile-row > .tile-title-text h4 {
  position: relative;
  text-align: center;
}
.tiles .tile-row > .tile-title-text > div {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  overflow: hidden;
}
.tiles .tile-row > .tile-title-image h4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.tiles .tile-row > .tile-title-image a {
  position: relative;
  display: block;
  text-align: center;
}
.tiles .tile-row > .tile-title-image-text h4,
.tiles .tile-row > .tile-title-text-image h4 {
  text-align: justify;
}
@media (max-width: 768px) {
  .tiles .tile-row > .tile {
    margin-bottom: 10px;
  }
  .tiles .tile-row > .tile.tile-image > a {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 136px;
  }
  .tiles .tile-row > .tile.tile-title-text > div {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: visible;
    height: auto;
  }
  .tiles .tile-row > .tile.tile-title-image > a {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .tiles .tile-row > .tile.tile-title-image > div > a {
    min-height: 40px;
  }
  .tiles .tile-row > .tile.tile-title-image > div > a > h4 {
    margin: 0;
    height: 100%;
    line-height: 250%;
  }
  .tiles .tile-row > .tile.tile-title-image-text > .media-body {
    display: block;
    overflow: visible;
  }
  .tiles .tile-row > .tile.tile-title-image-text > a {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .tiles .tile-row > .tile.tile-title-image-text > a > img {
    height: 136px;
    width: auto;
  }
}
@media (min-width: 769px) and (max-width: 979px) {
  .tiles .tile-row > .tile.tile-image > a {
/*relative(top 0 left 0 right 0 bottom 0);*/
    text-align: center;
    line-height: 136px;
  }
  .tiles .tile-row > .tile.tile-title-text > div {
/*relative(top 0 left 0 right 0 bottom 0)*/
    overflow: hidden;
    height: auto;
  }
  .tiles .tile-row > .tile.tile-title-image-text > .media-body {
    display: block;
    overflow: visible;
  }
  .tiles .tile-row > .tile.tile-title-image-text > a > img {
    height: 136px;
    width: auto;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .tiles .tile-row > .tile.tile-image > a {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    text-align: center;
    line-height: 180px;
  }
  .tiles .tile-row > .tile.tile-title-image {
    line-height: 180px;
  }
}
@media (min-width: 1200px) {
  .tiles .tile-row > .tile.tile-image > a {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    text-align: center;
    line-height: 243px;
  }
  .tiles .tile-row > .tile.tile-title-image-text > a > img {
    height: 243px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .tiles .tile-row {
    margin: 0;
  }
}
.dropdown-menu {
  position: static;
}
.dropdown-menu .login {
  padding: 20px;
}
.category-tile {
  position: relative;
  display: block;
  float: left;
  height: 200px;
  width: 200px;
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
  background-color: #c9d200;
  color: #fff;
  text-decoration: none;
}
.category-tile:hover {
  color: #fff;
  text-decoration: underline;
}
.category-tile > .category {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.category-tile > .category > .category-headline {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 70px;
  display: block;
  font-size: 150%;
  line-height: 140%;
}
.category-tile > .category > .category-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 30px;
  display: block;
  font-size: 120%;
  line-height: 140%;
  text-align: center;
}
.social-links > li {
  float: left;
  margin-left: 5px;
}
.social-links > li:first-child {
  margin-left: 0px;
}
.search-excerpt {
  background-color: #c9d200;
}
.project-images li {
  margin-bottom: 10px;
}
.project-images li a {
  display: block;
  width: 100%;
  text-align: center;
}
.project-images li a img {
  width: 90%;
}
.project-images li:last-child {
  margin-bottom: 0px;
}
.comment-padding {
  padding-bottom: 85px !important;
}
@media (max-width: 767px) {
  .comment-padding {
    padding-bottom: 0px !important;
  }
}
.ym-project-page .project-image {
  min-height: 500px;
}
.ym-bottom-margin {
  margin-bottom: 10px;
}
.navbar-header.navbar {
  margin-bottom: 0;
}
.navbar-header .navbar-inner {
  background: #c9d200 none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 0;
}
.navbar-header .navbar-inner .nav > li a {
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
}
.navbar-header .navbar-inner .nav > li a:hover,
.navbar-header .navbar-inner .nav > li a.active {
  background: #fff none;
  color: #c9d200;
}
.navbar-header .navbar-inner .nav > li a > .caret {
  margin-top: 8px;
}
@media (min-width: 1200px) {
  .navbar-header .navbar-inner .nav > li ul.dropdown-menu a:hover,
  .navbar-header .navbar-inner .nav > li ul.dropdown-menu a.active {
    background: #c9d200 none;
    color: #fff;
  }
}
#nav-footer {
  float: right;
}
.navbar-footer .navbar-inner {
  background: #c9d200 none;
}
.navbar-footer .navbar-inner > a > img {
  float: left;
  margin-right: 5px;
}
.ym-socialbutton-content > ul {
  max-width: 350px;
  padding-right: 20px;
}
.ym-socialbutton-content > ul .ym-socialbutton-close {
  top: 1px;
  position: absolute;
  right: -4px;
  font-size: 1.5em;
}
.ym-socialbutton-content > ul .ym-socialbutton-close:hover {
  text-decoration: none;
}
.dropdown-backdrop {
  position: static !important;
}
.row > article:first-child,
.row > section > article:first-child,
.span8 > article:first-child,
.span4 > div:first-child {
  margin-top: 0;
}
.span12 > article:first-child {
  margin-top: 20px;
}
@media (max-width: 979px) {
  #nav-footer {
    float: none;
  }
}
@media (max-width: 767px) {
  .navbar-footer {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 5px;
  }
  .navbar-footer > a > img {
    margin-bottom: 5px;
    float: none;
  }
  .navbar-footer > nav > ul {
    margin-right: 0;
    float: none;
  }
  .navbar-footer > nav > ul > li {
    float: none;
  }
}

#content ul li.ktweet {
    background-image: none;
    list-style: none;
    background-position: inherit;
    list-style-image: none;
    list-style-position: inside;
    padding-left: 0;
}