/* ****BIP APP-CSS ****
built: 2018/2019
*/

body {
  background: #f2e7ec;
  font-size: 16px
}

a {
  color: #811340;
}

table tbody tr:nth-child(2n) {
  background-color: #F2E7EC;
}

p {line-height: 23px}

@media (max-width: 640px) {
  body,p {
  font-size: 18px
 }
p {
  line-height: 25px
 }
}

.grid-container {
  width: 100%;
  max-width: 1180px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);
  box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);
}

@media (max-width: 640px) {
  .header {
    position: relative;
    margin-top: 60px
  }
}

@media (max-width: 640px) {
  .grid-padding-x>.cell {
    padding-right: 0.9375rem;
    padding-left:0.9375rem;
  }
  .grid-padding-x>.cell.left {
    padding-top: 2rem;
  }
}

@media (min-width: 1024px) {
  body {
    margin: 2%;
  }
}

.search {display: none;}

/* META NAV */

.meta-area {
  display: table;
  padding-top: 22px;
  padding-bottom: 22px
}

@media (min-width: 801px) {
  .meta-area {
    float: right;
  }
}

.meta-area div {
  display: table-cell;
  vertical-align: middle;
}

.meta-area ul {
  margin-left: 0;
  list-style: none;
  font-size: 15px
}

.meta-area li {
  float: left;
  margin-right: 50px
}

.meta-area li a::before {
  position: absolute;
  left: -40px;
  top: -5px;
}

.meta-area li:last-child {
  margin-right: 0
}

.meta-area li:nth-child(1) a::before {
  content: url("../Icons/Default/meta-home.svg");
  margin-right: 8px
}

.meta-area li:nth-child(2) a::before {
  content: url("../Icons/Default/meta-leichte-sprache.svg");
  margin-right: 8px
}

.meta-area li:nth-child(3) a::before {
  content: url("../Icons/Default/meta-kontakt.svg");
  margin-right: 8px
}

.meta-area li:nth-child(4) a::before {
  content: url("../Icons/Default/meta-login.svg");
  margin-right: 8px
}

.meta-area li a {
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible;
}

@media (max-width: 800px) {
  .meta-area li a {
    display: block;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    background-size: 34px;
    background-position: center
  }

 .meta-area li:nth-child(1) a {
 background: url(../Icons/Default/meta-home.svg);
 }

  .meta-area li:nth-child(2) a {
   background: url(../Icons/Default/meta-leichte-sprache.svg);
 }

  .meta-area li:nth-child(3) a {
   background: url(../Icons/Default/meta-kontakt.svg);
 }

 .meta-area li:nth-child(4) a {
  background: url(../Icons/Default/meta-login.svg);
}

  .meta-area li {
    margin-right: 10px
  }
}

/* SEARCH */

.search input {
  display: table-cell;
  vertical-align: middle;
}

.search input[type="text"] {
  width: 138px;
  height: 34px;
  font-size: 15px;
  margin-bottom: 0;
  background: #f2e7ec;
  border-radius: 0
}

@media (max-width: 640px) {
  .search input[type="text"] {
    width: 50px
  }
}

input::placeholder {
  color: #222;
  font-size: 15px
}

.search input[type="submit"] {
  margin-left: 8px;
  width: 35px;
  height: 35px;
  background-image: url("../Icons/Default/ic-leichte-sprache.svg");
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.stripe {
  border-top: 10px solid #811340;
}

.stripe.top {
  margin-bottom: 4px
}

.stripe.bottom {
  margin-top: 4px
}

.logo-area .inner {
  border-top: 1px solid #811340;
  border-bottom: 1px solid #811340;
}

@media (max-width: 640px) {
  .logo-area .inner {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 640px) {
  .logo-area .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
  }
}

.logo-area img {
  max-width: 246px
}

@media (min-width: 640px) and (max-width: 800px) {
  .logo-area img {
    max-width: 200px
  }
}

.grid-padding-x>.cell.visual-area {
  padding-left: 0.9375rem
}

@media (min-width: 640px) {
  .grid-padding-x>.cell.logo-area {
    padding-right: 0
  }
}

@media (min-width: 640px) and (max-width: 800px) {
  .medium-4.cell.logo-area {
    width: 40%;
  }
  .medium-8.cell.visual-area {
    width: 60%;
  }
}

.visual-area img {
  float: right;
  max-height: 310px
}

@media (max-width: 639.984px) {
  .visual-area {
    display: none;
  }
  .stripe.top {
    display: none;
  }
  .stripe.bottom {
    margin-top: 15px;
    height: 5px
  }
  .logo-area img {
    margin-left: 3%;
    max-width: 190px
  }
}

/* TOPNAV */

.sticky-container {
  position: relative;
  z-index: 3
}

.sticky-container {
  display: none;
}

@media (min-width: 801px) {
  .sticky-container {
    display: block;
  }
}


/* MOBILE NAV */

#offCanvas ul.menu.vertical.accordion-menu li a.active {
  background: #811440;
  color: #fff;
}

#offCanvas ul.menu.vertical.accordion-menu li ul li a.active {
  background: #983F63;
  color: #fff;
}


#offCanvas .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)  > a.active::after {
  border-color: #fff transparent transparent;
    background: #811440;
}


#offCanvas .accordion-menu  .is-accordion-submenu-parent:not(.has-submenu-toggle) ul .is-accordion-submenu-parent:not(.has-submenu-toggle) > a.active::after {
  border-color: #fff transparent transparent;
 background: #983F63;
}


.menu-icon {
  position: absolute;
  right: 1.9rem;
  top: 2rem;
  width: 26px
}

@media (max-width: 640px) {
  .menu-icon {
   right: 1rem;
  }
}

.menu-icon::after {
    height: 3px;
    background: #811440;
    box-shadow: 0 8px 0 #811440, 0 16px 0 #811440;
    content: '';
}

@media (min-width: 801px) {
  .menu-icon {
    display: none;
  }
}

/*#offCanvas .menu {
  max-width: 85%;
}*/

.menu.vertical.accordion-menu {
  position: relative;
  margin-top: 50px
}

.menu.vertical.accordion-menu a {
  border-bottom:  1px solid #811440
}

.off-canvas {
  background: #F5EDF1;
}


.menu.vertical.accordion-menu {
  padding: 0.75rem;
  padding-top: 0
}



.mobil-kontakt-append {
  position: relative;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
 margin-top: 35px;*/
}

.menu-append strong {
  font-size: 14px;
  font-weight: 600
}

.menu-append {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.mobil-kontakt-append b {
  display: block;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 80%;
}

.mobil-kontakt-apend {
  padding: 1rem
}

.menu-append table tbody td {
  padding: 0.25rem 0.325rem 0.325rem
}

.menu-append table tbody td small {
  display: block;
}

.navigation {
  position: relative;
-webkit-box-shadow: 0px 2px 5px 0px rgba(129,19,65,0.37);
-moz-box-shadow: 0px 2px 5px 0px rgba(129,19,65,0.37);
box-shadow: 0px 2px 5px 0px rgba(129,19,65,0.37);
}


.navigation::before {
  content: url(../Icons/Default/navi-soft2.png);
  position: absolute;
  left: -4px;
  top: 0px;
}

.navigation::after {
  content: url(../Icons/Default/navi-soft2.png);
  position: absolute;
  right: -4px;
  top: 0px;
  outline: 1px solid transparent;
}

.is-stuck .navigation::before, .is-stuck .navigation::after  {
  content: ''
}


.is-dropdown-submenu {
  -webkit-box-shadow: 1px 3px 5px 0px rgba(129, 19, 64, 0.37);
  -moz-box-shadow: 1px 3px 5px 0pxv rgba(129, 19, 64, 0.37);
  box-shadow: 1px 3px 5px 0px rgba(129, 19, 64, 0.37);
}

.navigation a {
  position: relative;
  padding: 0.625rem 0;
  text-transform: uppercase;
  color: #222;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  z-index: 999
}

.dropdown.menu.medium-horizontal > {
  padding-right: 0
}

.dropdown.menu .is-active > a,
.menu .active > a
 {
  background: none;
  color: #811340
}


@media (min-width: 1110px) {
  .navigation a {
    padding: 1.25rem 0.5rem;
    font-size: 16px;
  }
}

@media (min-width: 801px) {
  .dropdown.menu a {
    padding: 1.25rem 1rem;
    padding-left: 1.35rem;
  }
  .dropdown.menu ul a {
    padding: 0.625rem 0;
    font-weight: 400;
    color: #811440;
    border-bottom: 1px solid #811440;
    font-size: 14px;
    text-transform: initial;
    white-space: initial;
    position: relative;
    line-height: 1.3
  }

  .dropdown.menu ul li:last-child a {
    border-bottom: none;
  }
}

.menu.xexpanded {
  left: 2%;
}

@media (min-width: 1024px) {
      .menu.xexpanded {
    left: 0.5%;
  }
}

.navigation.shrink a {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem
}

.navigation li {
  position: relative;
}

   .navigation ul.xexpanded > li:nth-of-type(1) {
    width:  19.15%;
  }

  .navigation ul.xexpanded > li:nth-of-type(2) {
    width:  14.15%;
  }

  .navigation ul.xexpanded > li:nth-of-type(3) {
    width:  26.15%;
  } 

  .navigation ul.xexpanded > li:nth-of-type(4) {
    width:  21.15%;
  }

  .navigation ul.xexpanded > li:nth-of-type(5) {
    width:  19.15%;
  } 


.navigation li.active a::before{
  position: absolute;
  content: url("../Icons/Default/oval-white-10.svg");
  margin-left: -15px;
}

@media (min-width: 1040px) {
  .navigation li.active a::before{
    content: url("../Icons/Default/oval-white.svg");
    margin-left: -18px;
     margin-top: 1px
  }
}


.navigation a.active {
  color: #811440
}


.navigation ul li a:hover::before, 
.navigation ul li.is-active a::before  {
  position: absolute;
  content: url("../Icons/Default/oval-auber-10.svg");
  margin-left: -15px;
}

.navigation ul li.is-active li.is-submenu-item a::before   {
  content: '';
  margin-left: 0;
}

@media (min-width: 1040px) {
  .navigation ul > li a:hover::before,
  .navigation ul > li.is-active a::before {
    content: url("../Icons/Default/oval-auber.svg");
     margin-left: -18px;
     margin-top: 1px
  }

    .navigation ul > li:hover ul li a:hover::before,
    .navigation ul > li.is-active ul li a::before {
    content: '';
     margin-left: 0;
     margin-top: 0
  }

}

.navigation ul li.active ul li a::before {
     content: "";
}

.navigation ul ul li {
  text-align: left;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: none;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  width: 100%;
  max-width: 300px;
  margin-left: 1px
}

@media (min-width: 1024px) {
ul.menu.expanded {
  padding-left: 10px;
  padding-right: 10px
}
}

.sticky.is-stuck {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  opacity: 1;
  -webkit-transition: all 125ms ease-out 0.1s;
  -moz-transition: all 125ms ease-out 0.1s;
  -o-transition: all 125ms ease-out 0.1s;
  transition: all 125ms ease-out 0.1s;
}

.sticky.is-at-top .navigation {
  padding-left: 0;
  padding-right: 0
}

.sticky.is-at-top.is-stuck .navigation {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  border-top: 10px solid #811440
}

.is-dropdown-submenu {
  border: none;
}

@media (min-width: 801px) and (max-width: 969px) {
  .dropdown.menu li a {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px
  }
}

.is-anchored.sticky {
  outline: 1px solid transparent;
}

/* BREADCRUMB */

.breadcrumb {
  display: none;
}

@media (min-width: 640px) {
  .breadcrumb {
    display: block;
    position: relative;
    padding-top: 33px;
    padding-bottom: 33px;
    font-size: 13px;
    opacity: 0.7;
    z-index: 1;
  }
  .breadcrumb span {
    padding-right: 6px
  }
}

/* FOOTER */

.footer {
  padding-top: 60px;
  padding-bottom: 30px;
  font-size: 15px
}

.footer .line {
  padding-bottom: 30px;
  border-top: 1px solid #222
}

@media (min-width: 640px) and (max-width: 800px) {
  .grid-x.footer>.medium-4 {
    width: 33.3333%;
  }
}

@media (min-width: 801px) {
  .partner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.partner a:nth-child(1) img {
  max-height: 97px;
  padding: 10px;
}

.partner a:nth-child(2) img {
  max-height: 98px;
  padding: 10px;
  position: relative;
  top: 5px
}

@media (min-width: 640px) {
  .kontakt, .sitemap {
    border-left: 1px solid #222
  }
}

.kontakt p {
  margin-bottom: 0
}

.kontakt table {
  margin-bottom: 0;
  border-collapse: separate;
  width: auto;
}

.kontakt table td {
  padding: 0;
}

.kontakt table td small {
  display:block;
}

.kontakt table tbody tr {
  vertical-align: top;
}

.kontakt table tbody tr:nth-child(2n) {
  border-bottom: 0;
  background-color: transparent;
}

.kontakt table span {
  position: relative;
  font-size: 13px
}

.sitemap ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media (max-width: 639.984px) {
  .sitemap ul {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .kontakt table td {
    padding-right: 10px
  }
}

.sitemap a {
  color: #222
}

@media (max-width: 639.984px) {
  .partner {
    order: 3;
  }
  .kontakt {
    order: 1;
  }
  .sitemap {
    order: 2;
  }
}

.stripe.foot {
  margin-bottom: 20px;
  text-align: center;
}
.stripe.foot div {
  padding-top: 14px;
  font-size: 13px !important;
  text-align: center;
  line-height: 1.3
}

/* BUTTON */

.frame-typ1::before {
  margin: 0;
  border: none ;
}


.frame-typ1 a {
  position: relative;
  background: url("../Icons/Default/cta-btn.svg") no-repeat #f2e7ec 95% center;
  border-radius: 5px;
  display: block;
  padding: 25px 33% 25px 20px;
  margin-bottom: 0.5rem;
  color: #000;
  line-height: normal;
  font-size: 15px;
}



@media (min-width: 801px) {
.frame-typ1 a {
    background-position: 90% center
  }
}

/* Subnav */

.subnav {
  margin-top: 2rem;
  margin-left: 0.625rem;
  list-style: none
}

.subnav ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  list-style: none
}

.subnav li {
  margin-bottom: 1rem
}

.subnav a {
  display: block;
  padding-left: 1rem;
  background: url(../Icons/Default/subnav-arrow.svg) no-repeat left 0.3rem;
  color: #222;
  line-height: normal;
}

.subnav a:hover {
  color: #811440;
}


.left .frame {
  padding-bottom: 1.25rem
}


.right .frame-default {
  /*padding-left: 0.825rem;*/
  font-size: 14px;
}

.right p, .right li {
   font-size: 14px; 
   line-height: 22px
}


/* TEASER */

.frame-typ2  {
  position: relative;
  background: #f2e7ec;
  border-radius: 5px;
  display: block;
  padding: 35px 35px 35px 35px;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #000;
  line-height: normal;
  font-size: 15px;
  width: 100%;
  z-index: 2
}

.frame-typ1 {
    position: relative;
    z-index: 2
}


.for-the-shadow {
  position: relative;
  bottom: 16px;
  width: 94%;
  height: 8px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(129,19,65,0.37);
  -moz-box-shadow: 0px 3px 8px 0px rgba(129,19,65,0.37);
  box-shadow: 0px 3px 8px 0px rgba(129,19,65,0.37);
  z-index: 1
}

.right .for-the-shadow {
  width: 90%;
   bottom: 24px;
}

.left .for-the-shadow {
  margin-bottom: 1.3em
}

/* ICONS TEASER */

.b-typ1, .b-typ2, .b-typ3, .b-typ4   {
  position: relative;
  margin-bottom: 0;
  padding: 17px 0 17px 80px;
  font-size: 22px;
  font-weight: 400;
  color: inherit;
}

.b-typ1::before {
  content: url(../Icons/Default/neues-aus-der-bip.svg);
  position: absolute;
  left: 0;
  top: 5px
}

.b-typ2::before {
  content: url(../Icons/Default/Icon-page.svg);
  position: absolute;
  left: 0;
  top: 5px
}

.b-typ3::before {
  content: url(../Icons/Default/veranstaltungen.svg);
  position: absolute;
  left: 0;
  top: 5px
}

.b-typ4::before {
  content: url(../Icons/Default/stellenausschreibung.svg);
  position: absolute;
  left: 0;
  top: 5px
}

.frame-typ2 p {
  padding-left: 80px;
  line-height: 22px;
  font-size: 14px
}

@media (max-width: 640px) {
  .frame-typ2 p {
    padding-left: 0;
  }
}

/* LUPE LIGHTBOX */

.jnlightbox {
  position: relative;
  display: block;
}

.jnlightbox::before {
  content: url(../Icons/Default/ic-glass-lightbox.svg);
  position: absolute;
  top: 7px;
  right: 7px
}

/* LINK STYLES */

.a-typ2, .a-typ1,.a-typ3 {
 padding-left: 5px
}

.a-typ3::before {
  content: url('../Icons/Default/ic-pdf-link.svg');
  position: relative;
  top: 5px;
  margin-right: 3px
}


.a-typ1::before {
  content: url('../Icons/Default/ic-ext-link.svg');
  position: relative;
  top: 5px;
  margin-right: 3px
}

.a-typ2::before {
  content: url('../Icons/Default/ic-mail-link.svg');
  position: relative;
  top: 3px;
  margin-right: 3px
}



/* SCROLL TO TOP */


  #scroll {
    position: fixed;
    bottom: 30px;
    right: 20px;
/*    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);*/
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor:  pointer;
    z-index: 4;
    background: rgba(0, 0, 0, 0.7) url('../Icons/Default/arrow_up.svg') no-repeat 50% 45%;
  }


#scroll:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

/* Images for IE 11 rechte Spalte */
_:-ms-fullscreen,
:root .right .image-embed-item {
    width: 100% !important;
    height: auto !important
}

/* Letztes Li Navigation IE 11 */
_:-ms-fullscreen,
:root .navigation li:last-child {
  left: -20px;
}



/* Button Hover */

.button:hover, .button:focus {
    background-color: #F2E7EC;
    color: #811440;
}

/* Formular */
form[id*="kontakt"] h2 {
  display: none
}

form textarea {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-size: 16px;
  min-height: 100px
}


/* Table RTE Typ-1 */

table.t-typ1 td {
  border: 1px solid #ccc
}

table.t-typ1 tbody tr:nth-child(2n) {
  background-color: transparent
}


/* Border-Style Images */

.ce-border img {
  border-color: #ccc
}

/* Anchor links and sticky nav */
@media (min-width: 801px) {
  :target:before {
  content: "";
  display: block;
  height: 80px; /* same as your fixed header height */
  margin: -80px 0 0; /* negative fixed header height */
 }
}




/* Focus Links - sprunglink */

 .is-dropdown-submenu-parent > a:focus {
    background: url("data:image/svg+xml,%3Csvg width='22' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M11 22C4.925 22 0 17.075 0 11S4.925 0 11 0s11 4.925 11 11-4.925 11-11 11zM7.116 8.96l-1.193 1.194L11 15.23l5.077-5.077-1.193-1.193L11 12.836 7.116 8.961z' fill='%23FFF'/%3E%3Cpath d='M.846 1.692h20.308V22H.846z'/%3E%3C/g%3E%3C/svg%3E") #811440 no-repeat 95% center;
      color: #ededed;
  }

  .is-dropdown-submenu-parent.is-submenu-item.is-dropdown-submenu-item.opens-right a:focus {
    background: url("data:image/svg+xml,%3Csvg width='22' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M22 11c0 6.075-4.925 11-11 11S0 17.075 0 11 4.925 0 11 0s11 4.925 11 11zM8.96 14.884l1.194 1.193L15.23 11l-5.077-5.077L8.96 7.116 12.836 11l-3.875 3.884z' fill='%23FFF'/%3E%3Cpath d='M1.692 21.154V.846H22v20.308z'/%3E%3C/g%3E%3C/svg%3E") #811440 no-repeat 95% center;
      color: #ededed;
      padding-left: 3px
  }

   .is-dropdown-submenu-parent.is-submenu-item.is-dropdown-submenu-item.opens-right  ul > .is-submenu-item.is-dropdown-submenu-item a:focus {
    background-image: none !important;
  }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  display: block;
  width: 1px;
  height: 1px;
  visibility: hidden
}

.dropdown.menu.vertical > li .is-dropdown-submenu.js-dropdown-active {
  width: 100%;
  height: auto;
  visibility: visible
}


.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text-footer {
  bottom: 0;
  right: 0;
}

.skip-link {
  position: absolute;
  height: 0px;
  width: 100%;
  max-width: 300px
}

.screen-reader-text:focus {
  background-color: #811440;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #fff;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
  outline: 1px solid #811440;
}

.screen-reader-text.hnk:focus {
  background-color: #cccccc;
}

.screen-reader-text-footer {
  background: #811440;
  color: #fff;
}

a:focus {
  background: #811440;
  color: #fff;
}

.meta-nav a:focus, .dropdown.menu ul  a:focus,
.subnav a:focus {
  color: #fff !important
}

.is-dropdown-submenu-item a:focus {
  padding-left: 4px !important
}


.frame-typ1 a:focus {
  background-image: none;
   background-color: #811440;
 }

.logo-area a:focus, textarea:focus, input[type="text"]:focus {
background-color: #efd2de;
color: #000 !important
}



@media (min-width: 801px) {
  #navigation:target:before {
  content: "";
  display: block;
  height: 0; /* same as your fixed header height */
  margin: 0; /* negative fixed header height */
}
}

/* Responsive Images */

@media (max-width: 638px) {
  .ce-right .ce-gallery {
      float: none;
      margin-left: 0 !important;
    }

  .ce-left .ce-gallery {
      float: none;
      margin-right: 0 !important;
    }

  .ce-right .ce-gallery img,
  .ce-left .ce-gallery img {
    width: auto !important;
    height: auto !important;
  }

  .ce-left .ce-gallery, .ce-column {
    float: none;
  }
}
  


form[id*=bewertenSieunsereArbeit] .control-label
  {
  font-weight: bold;
  }

form[id*=bewertenSieunsereArbeit] h2
  {
  display:none;
  }