

@media print {
  .lay-content-full--socialmedia {
    display: none;
  }
}
@media print {
  .service-request__field-status.col-sm-6 {
    border: none;
  }
  .field__item.label.label-default {
    border: 0;
  }
  #footer,
  .region-sidebar.col-md-4 {
    display: none;
  }
}

a.start.btn.request,
a.start.btn.visualize,
a.start.btn.report,
a.start.btn.faq {
 color: #fff !important;
}

a.start.btn.request:hover,
a.start.btn.visualize:hover,
a.start.btn.faq:hover {
 color: #fff !important;
 background-color: #000066 !important;
}

.btn.faq {
  color: #ebebeb;
  background-color: #000066
}

.start.btn.faq span:before, .media-widget > a.start.faq span:before {
  content: "";
}

.nav.navbar-nav > li > a {
    color: #000066;
}



.nav > li.active > a {
   background-color: #000066 !important;
}



.nav > li > a:hover {
   color: #fff !important;
   background-color: #3f51b5 !important;
}

.nav > li.active > a:hover,
.nav-pills > li.active > a:hover {
   color: #fff !important;
}

body.page--service-request .active a {
   background-color:#ebebeb !important;
   color: #000066!important
}

body.page--service-request .active a:hover {
   background-color:#3f51b5 !important;
}


.bs-region {
  margin: 0 0 20px 0;
}
.bs-region--top .mas-custom p {
  font-size: 20px;
  text-align: center;
  color: #000066;
}

.block-region-top h3 {
  font-size: 20px;
  text-align: center;
  color: #000066;
  margin-top: auto;
}

/*footer */
#footer {
  height: 550px !important;
  color: #fff
}

/*footer */
#footer h2, #footer h3, #footer h4, #footer a{
  color: #fff
}

#footer .nav-pills > li > a {
   color: #fff;
}


.block .user-login-form {
  display: block!important;
}

block .user-login-form, .block--userlogin a, .nav.navbar-nav > li > a {
  color: #000;
}


div#block-mas-muc-footer {
  margin-top: 10px;
}

.mas-custom p {
  font-size: inherit;
}

div#hero {
  display: none;
  background-image: none !important;
}

header.clearfix {
  background: #ebebeb;
  height: 60px;
}

span.icon-bar {
  background: #000066 !important;
}

img.site-logo {
  max-height: 100px;
  width: inherit!important;
}

.page-header {
  margin: 60px 0 0 0;
}

.built-with {
  text-align: right;
}

.btn.info {
  color: #ebebeb;
  background-color: #000066;
  /* text-transform: inherit; */
}

.start.btn.info span:before{
  content: "\f05a";
}

strong.field__label {
    float:left;
    margin: 0 10px 0 0;
}

.service-request__field-district {
    padding: 10px;
    margin: 5px 0 0 0;
    background: #f2f2f2;

}





@media (min-width: 992px) {

  body,
  #wrapper {
    background: #fff;
  }

  #footer ul.nav.nav-pills {
    margin: 0;
    float: right;
  }

  a.navbar-brand {
    position: absolute;
    /* left: 130px; */
  }

  .block--benutzermenu-2 {
    position:absolute;
    top: 80px;
    left: 0;
    z-index: 10;
  }

  img.site-logo {
    max-height: 100px;
    height: 100px;
    width: inherit!important;
  }

  /*
  nav.block--benutzermenu-2 a:before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f062";
  }
  */


  header.clearfix {
    height: 80px;
  }

  /* Page Header */
  h1 {
    font-size: xx-large!important;
  }

}

@media (max-width: 992px) and (min-width: 260px) {
  a.navbar-brand {
      display: block;
      margin-top:-50px;
  }


  .block--benutzermenu-2 {
    position:inherit;
    padding: 0 5px;
  }
  .account-modal {
    z-index: 99999;
  }

  /* Page Header */
  h1 {
    font-size: x-large!important;
  }

  h1, h2 {
    font-size: 24px;
  }

  .service-request h2 {
    font-size: medium;
  }

  #footer {
    height: 750px !important;
  }
}

h1, h2, h3, h4 {
  color: #000066
}

.btn.start:hover, .btn.start:active, .btn.start:focus, .btn-circle:hover, .btn-default:active, .btn-default:hover, .btn-default:focus {
    color: #fff !important;
    background-color: #3f51b5;
}


.shs-widget-container {
  height: 40px;
  overflow: hidden;
  background: #000066;
  width: 100%;
  padding: 4px;
  margin: 10px 0;
  border-radius:4px;
  display:inline-block;
}

.shs-widget-container select {
  border-radius:4px;
  background: #000066;
  width: 100%;
  border: none;
  color: #fff;
  font-size: 16px;
  height: 32px;
  padding: 5px; /* If you add too much padding here, the options won't show in IE */
}

span.vote-label {
  display: none;
}

.vote-widget a span:hover {
  color: #ccc;
}

.vote-widget .fa-thumbs-down {
  color: red;
  font-size: 20px
}

.vote-widget .fa-thumbs-up {
  color: green;
  font-size: 20px
}

a.voted-like .fa-thumbs-up{
  color: #457c03;
}

a.voted-dislike .fa-thumbs-down{
  color: #cc0000;
}

a.voted-like {
  color: #21660f;
}

.vote-dislike,
.vote-like {
    display: inline-block;
    background: #f2f2f2;
    text-align:center;
}


span.count {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  padding: 10px;
}

.color-8b0000 {
  color: #8b0000;
}
.color-ff0000 {
  color: #FF0000;
}
.color-ffa500 {
  color: #ff5722;
}
.color-008000 {
  color: #008000;
}
.color-006400 {
  color: #006400;
}
.color-0000ff {
  color: #0000FF;
}
.color-00008b {
  color: #00008B;
}
.color-a020f0 {
  color: #A020F0;
}
.color-871f78 {
  color: #871F78;
}
.color-5f9ea0 {
  color: #5F9EA0;
}
.color-add8e6 {
  color: #20b4e4;
}
.color-d3d3d3 {
  color: #D3D3D3;
}
.color-808080 {
  color: #808080;
}
.color-000000 {
  color: #000000;
}
.color-f5f5fdc {
  color: #bbbb15;
}
.color-FFFFFF {
  color: #FFFFFF;
}

div#edit-body-0--description-counter {
  display: none;
}


.panel-heading,
div#edit-field-unlocated-wrapper {
  background: #ebebeb;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
}
div#edit-field-unlocated-wrapper {
  margin: 10px 0;
}
fieldset#edit-field-district--wrapper {
  padding: 0;
}


/* Fix flickering */

article.service-request--teaser.focus:before {
  content: "\f041";
  position: absolute;
  width:10%;
  right: 10px;
  color: #fff;
}
