@import url(/Data/webfonts/fontello.css);
a {
  text-decoration: none; }

body {
  position: relative;
  z-index: 0;
  margin: 0;
  font-family: 'PT Sans', sans-serif;
  color: #3b3b3b;
  font-weight: 300; }

p {
  margin-top: 0;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0.2em 0 0.7em; }

h1, h2, h3 {
  color: #000;
  font-weight: 300; }

h1, h2 {
  font-size: 1.875em;
  font-weight: 300;
  margin-bottom: 0.25em; }

h3 {
  font-size: 1.25em;
  margin-bottom: 0.25em; }

h4 {
  font-size: 1.5em;
  margin-bottom: 0.25em; }

strong, b {
  font-weight: 700; }

a {
  text-decoration: none;
  color: #40516f; }

img {
  border: none; }

.nurDesktop {
  display: inline; }

.nurMobile, .nurMobilesZitat, .header, .FMobile {
  display: none; }

li.nurMobile {
  display: none; }

li.nurMobile a, li a.activer {
  color: #666 !important; }

.grid-container {
  max-width: 1140px;
  padding-left: 0;
  padding-right: 0; }

.grid-container.Flex {
  max-width: 100%;
  width: 100%; }

.grid-25, .grid-33, .grid-50, .grid-75, .grid-100 {
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 1%;
  padding-bottom: 1%; }

.grid-25 img, .grid-50 img, .grid-66 img, .grid-75 img, .grid-100 img {
  width: 100%;
  display: blck;
  height: auto; }

.Fuss a {
  color: #fff; }

.Fuss {
  margin: -1% 0 0 0;
  text-align: left;
  padding: 2% 2.3% !important;
  color: #fff;
  line-height: 1.3em; }

.Fuss_ende {
  text-align: center !important;
  font-size: 13px; }

.mobile-grid-100 img {
  width: 100%;
  height: auto; }

.links {
  float: left;
  text-align: left; }

.rechts {
  text-align: right; }

.FlexboxContainer {
  bottom: 0px;
  width: 98%;
  margin: 1%;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.FlexboxContainer div img {
  width: 100%;
  height: auto; }

.FlexboxContainer a {
  color: #000 !important; }

.box {
  background: #e9e9e9;
  padding: 0.5%;
  margin: 2px 0.2% 0 0.2%; }
/* Start Accordion-Stile */
.IconOpened, .Headline.IconClosed {
  min-height: 50px;
  margin-top: -12px !important;
  padding: 1.3rem 0.5rem 0rem 1.5rem !important;
  cursor: pointer; }

.Headline.IconClosed:after {
  float: right;
  font-size: 1.4em;
  color: #005681;
  margin-top: -5px;
  padding-right: 20px;
  font-family: 'fontello';
  content: '\e819'; }

.Headline.IconOpened:after {
  float: right;
  color: #005681;
  font-size: 1.4em;
  margin-top: -5px;
  padding-right: 20px;
  font-family: 'fontello';
  content: '\e81d'; }

.Headline.IconClosed {
  padding: 10px;
  background: #cfd8e1;
  box-shadow: inset 2px 2px 2px #eee, inset -2px -2px 2px #666; }

.Headline.IconOpened {
  background: #cfd8e1;
  box-shadow: inset 2px 2px 2px #eee, inset -2px -2px 2px #666; }

.Headline.IconClosed:hover {
  background: #cfd8e1;
  box-shadow: inset 2px 2px 2px #eee, inset -2px -2px 2px #666; }

.Headline.IconOpened:hover {
  background: #cfd8e1;
  box-shadow: inset 2px 2px 2px #eee, inset -2px -2px 2px #666; }

.Haupttext {
  display: none;
  padding-left: 0.7rem; }
/* Ende Accordion-Stile */
.themabox, .themabox .grafik, .themabox .title, .themabox .slogan {
  width: 100%;
  height: 220px; }

.themabox {
  float: left;
  background-color: #fff;
  position: relative;
  margin: 0px;
  overflow: hidden; }

.themabox a, .themabox a:hover {
  color: #000;
  text-decoration: none; }

.themabox .grafik {
  position: absolute;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -o-transform: scale(1.7);
  -ms-transform: scale(1.7);
  transform: scale(2); }

.themabox:hover .grafik {
  -webkit-transform: scale(2) rotate(-20deg);
  -moz-transform: scale(2) rotate(-20deg);
  -o-transform: scale(2) rotate(-20deg);
  -ms-transform: scale(2) rotate(-20deg);
  transform: scale(2.2) rotate(0deg);
  opacity: 0.4; }

.themabox .title, .themabox .slogan {
  position: absolute;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 0.3s linear; }

.title {
  top: 30px;
  font-size: 22px;
  margin: 0 0 0 10px;
  font-weight: normal;
  color: #000;
  opacity: 0;
  filter: alpha(opacity=0); }

.slogan {
  background: url(/Data/images/g60.png);
  top: 300px;
  font-size: 16px;
  color: #000;
  padding: 80px 10px; }

.slogan h3 {
  color: #fff;
  font-size: 2.2em; }

.themabox:hover .title {
  opacity: 1;
  filter: alpha(opacity=100); }
/* .themabox:hover .title */
.themabox .title {
  opacity: 1;
  filter: alpha(opacity=100); }

.themabox:hover .slogan {
  top: 0px;
  opacity: 1; }

.galerieThmb {
  width: inherit !important;
  float: left;
  margin: 0 10px 10px 0; }

.galerieThmb:hover {
  -webkit-transform: scale(1.1) rotate(0deg);
  -moz-transform: scale(1.1) rotate(0deg);
  -o-transform: scale(1.1) rotate(0deg);
  -ms-transform: scale(1.1) rotate(0deg);
  transform: scale(1.1) rotate(0deg);
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 0.3s linear; }

.Minilogo {
  width: initial !important;
  display: none; }

.Headm img {
  width: initial !important; }

.FooterBG {
  background-color: rgba(255, 255, 255, 0.8);
  color: #4e5869; }

.FooterBG .grid-container {
  background: none;
  max-width: 1140px; }

.FooterBG a {
  color: #4e5869; }

.Fussrechts {
  text-align: right; }

.fussoeffung {
  margin-left: -5%; }

.fussstiftung {
  margin-left: 5%; }

.Fussrechts p {
  font-size: 1rem; }

.Headm, .Headm .grid-container {
  color: #fff;
  background-color: #9cabbe; }

.Headm a, h2 {
  color: #fff; }

.Logo {
  float: left;
  margin-top: 36px;
  margin-left: 1.6%; }

.Headm .grid-container {
  max-width: 1200px;
  max-height: 174px; }

.Nav {
  padding: 0; }

.menuzord-menu {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none; }

.menuzord-menu > li > a {
  padding: 0 13px 0 13px;
  display: inline-block;
  text-decoration: none;
  font-size: 18px !important;
  font-weight: 600 !important;
  background-color: none !important;
  outline: 0;
  line-height: 1.5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

.menuzord-menu > li.activer, .menuzord-menu > li:hover {
  background-color: none !important;
  border-top: 5px solid #fff;
  margin-top: -8px;
  padding-top: 3px; }

.menuzord-menu > li:nth-child(2) > a, .menuzord-menu > li:nth-child(3) > a, .menuzord-menu > li:nth-child(4) > a, .menuzord-menu > li:nth-child(5) > a {
  color: #9cabbe !important;
  border-right: 1px solid #9cabbe; }

.menuzord-menu > li:nth-child(6) > a, .menuzord-menu > li:nth-child(7) > a {
  color: #4e5869 !important;
  border-right: 1px solid #9cabbe; }

.menuzord-menu > li:nth-child(8) > a {
  color: #6c2948 !important;
  border-right: 1px solid #9cabbe; }

.menuzord-menu > li:nth-child(9) > a {
  color: #6c2948 !important; }

.menuzord {
  padding: 0; }

.titlehead {
  padding-left: 4.2% !important; }

.titleheadstiftung {
  padding-left: 3.8% !important; }

.juengerhead {
  margin-top: -10px;
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: -10px; }

.navup {
  margin: 0.5% 3.5% 0 0;
  float: right;
  text-align: right; }

.navi {
  float: left;
  padding-left: 25%;
  margin-left: 2%; }

.navi a {
  padding: 2.1%;
  background: url(/Data/images/ellipse.png) no-repeat center center !important; }

.schrift {
  margin: 1.3% 0 0 2%;
  float: left; }

.underlineheadstiftung {
  font-size: 1.875em;
  margin-left: 5%; }

.underlinehead {
  padding-left: 3.9%; }

.Zitatautor, .schriftblau {
  color: #9cabbe; }

.kursiv {
  font-family: 'Crimson Text', serif; }

.blaukursiv {
  color: #9cabbe;
  font-family: 'Crimson Text', serif; }

.Zitat, .blaukursivzitat {
  color: #9cabbe;
  font-size: 24px;
  font-family: 'Crimson Text', serif; }

.Zitat, .Zitatautor {
  color: #40516f; }

.TextStartseite {
  font-size: 24px; }

.transparent {
  background: none !important; }

.Teaserlink {
  min-height: 300px;
  padding: 5% 6.7%;
  background: rgba(227, 232, 236, 0.8);
  box-shadow: inset 2px 2px 2px #eee, inset -2px -2px 2px #666; }

.Teaserlink h3 {
  font-size: 25px;
  margin-top: 0%; }

.mehrThema {
  background: rgba(108, 41, 72, 0.8);
  color: #fff;
  text-align: center;
  font-size: 25px;
  padding: 1% 0 0 0%;
  border: 1px solid #fff;
  box-shadow: 1px -3px 4px #666; }

.Spacer {
  min-height: 250px; }

.Schatten {
  box-shadow: 8px 8px 8px #666; }

.Lebenslauf td:first-child {
  font-weight: bold;
  vertical-align: top;
  width: 10% !important; }

.bildaccordion, .bildtext {
  width: 250px !important; }

.AkkordionBilderrechts {
  float: left;
  margin-right: 2%; }

.Bilderschattenrechts {
  float: left;
  margin-right: 3%;
  margin-bottom: 2%; }

.SeiteZitat {
  width: 14%;
  float: left;
  margin-top: 10%;
  margin-bottom: -35%;
  margin-left: 2%; }

.Stiftung, .stiftung {
  padding-left: 4.5%; }

.arbeiter {
  font-size: 1rem !important; }

.Galeriebox {
  float: left; }

.Haupttext td:first-child {
  width: 95%; }

.Haupttext {
  margin-bottom: 2%; }

.Kontaktperson {
  max-width: 30% !important;
  margin-right: 2%;
  float: left; }

.Kontaktpersondiv {
  padding-top: 5%; }

.Galerie {
  padding-left: 0% !important; }

.ThemaJuenger {
  color: #fff; }

.invisible {
  display: none; }

.buchshop {
  width: 50%;
  border-spacing: 0 !important; }

.buchshop td:nth-child(1) {
  width: 90% !important; }

.buchshop td:nth-child(2) {
  text-align: right; }

.buchshop td {
  padding-top: 1%;
  padding-bottom: 1%;
  border-bottom: 1px solid #9cabbe; }
