/* Text mit Schatten*/
.text_shadow .word_wrap {
	text-shadow: 0px 0px 5px rgb(0 0 0 / 50%) !important;
}

/* Color-Box */
#cboxOverlay {
    background-image: linear-gradient(to right, #0a3977, #0e4e88, #1d6296, #3077a4, #478cb1);
}
#cboxTitle {
  display: none !important;
}
#cboxLoadedContent {
    border: 5px solid #fff;
}
#cboxClose {
  width: 30px !important;
  height: 30px !important;
  right: 5px !important;
  transition-duration:0.5s;
}
#cboxClose:hover {
  opacity: 0.75;
  transform: rotate(90deg);
}

/* Abstand Grid-System */
.autogrid_row>.column>.attributes.p-l {
    padding: 0px 40px !important;
}

/* Bild/Text zentriert */
.img_center img {
    text-align: center;
    margin: auto;
}

#nav-kontakt {
  padding-bottom: 0 !important;
}

/* Feld (CC) im FORMULAR ausblenden */
.ausblenden {
    display: none;
}
.widget-explanation, .widget-explanation p {
    margin-bottom: 5px!important;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
/* Abstand Grid-System */
.autogrid_row>.column>.attributes.p-l {
    padding: 0px 0px !important;
} 
}