
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot');
  src: url('fonts/fontawesome-webfont.eot') format('embedded-opentype'),
    url('fonts/fontawesome-webfont.woff2') format('woff2'),
    url('fonts/fontawesome-webfont.woff') format('woff'),
    url('fonts/fontawesome-webfont.ttf') format('truetype'),
    url('fonts/fontawesome-webfont.svg') format('svg');
//  src: url('fonts/FontAwesome.otf') format('opentype'); // used when developing fonts
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-loading .slick-list {
  background: white url("/images/global/ajax-loader.gif") center center no-repeat;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #333;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-next {
    right: 0px;
}
.slick-prev {
    left: -30px;
}
.rot {
	color:#c00;
}
.small {
	font-size:85%;
}

.crop-16-9 {
    width: 100%;
    padding-top: 56.25%;
    background-size: cover;
    background-position: top center;
	overflow:hidden;
	position:relative;
	border: 1px solid rgba(204,204,204,0.4);
}

.crop-2-1 {
    width: 100%;
    padding-top: 50%;
    background-size: cover;
    background-position: top center;
	overflow:hidden;
	position:relative;
	border: 1px solid rgba(204,204,204,0.4);
}

.crop-16-9 img, .crop-2-1 img {
	width: 100%;
	position:absolute;
	top: 0;
	left:0;
}

.recent-news-items .item, .tweet-list {
  hyphens: auto;
  -ms-overflow-x:hidden;
  word-break: break-word;
}

.story-sharing {
	margin: 0.5em 0;
	display:inline-block;
}

.story-sharing a {
	background-color:rgb(153,153,153);
	border-radius: 4px;
	float: left;
	width: 38px;
	height: 38px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	margin: 0 10px 10px 0;
	transition: color .3s ease 0s, background-color 0.3s ease 0s;
}

.story-sharing a:hover {
	background-color:rgb(0, 99, 195);
}
a.story-sharing-fb:hover {
	background-color:#3b5998;
}
a.story-sharing-tw:hover {
	background-color:#1da1f2;
}
a.story-sharing-wa:hover {
	background-color:#25d366;
}
a.story-sharing-xi:hover {
	background-color:#026466;
}
a.story-sharing-li:hover {
	background-color:#0077b5;
}


dd.accordion-navigation {
    border: 2px solid white;
}

.accordion-navigation a {
position: relative;
}

.accordion-navigation a {
font-family: "myriad-pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif !important;
font-style: normal;
font-size: 1.4375rem !important;
font-weight: 200;
line-height: 1.2;
margin-top: .2rem;
margin-bottom: .5rem;
}

.accordion-navigation a h3 {
	margin:0;
}

span.fa.accordion-icon:before {
font-family: FontAwesome;
content: " \f107";
font-size: 2rem;
}

.active span.fa.accordion-icon:before  {
font-family: FontAwesome;
content: " \f106";
font-size: 2rem;
}

.accordion dd.accordion-navigation a span.fa.accordion-icon {
position: absolute;
right: 2rem;
top: 30%;
}


/* hier geändert wegen SEO h2->h1 */
.m-banner.m-home-hero-banner .banner-content h1 {
  color: #fff;
  font-size: 1.9rem;
  line-height: 2rem;
  letter-spacing: 2px;
  max-width: 61.25rem;
  margin: 0px auto 60px;
  font-weight: 200;
}
@media only screen and (min-width: 40.063em) {
  .m-banner.m-home-hero-banner .banner-content h1 {
    margin: 0 auto 60px auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .m-banner.m-home-hero-banner .banner-content h1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}


/* set homepage spotlights to be taller for wide screens */
@media only screen and (min-width: 1200px) {
.m-tile-callouts-outside-text .item .image-area {
    height: 275px;
 }
}


/* Ende */

.shopimg {
	width:100%; 
	max-width:120px;
	border: 1px solid #ddd;
}

