/*--------body---------*/
body{
	padding-left: 7px;
	padding-right: 7px;
	background-color: #fff;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	
}

@media (min-width:992px) {
	body {
		font-size: 14px;
	}
}


@media (min-width:768px) {
	body {
		background-color: #dbdad5;
	}
}
.form-control:focus {
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

#newsletter-popup div.newsletter-popup--dialog {
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-height:480px) {
	#newsletter-popup div.newsletter-popup--dialog {
		transform: translateY(-30%);
	}
}

#newsletter-popup label.control-label {
	padding-top: 7px;
}

#newsletter-popup div.form-group {
	margin-bottom: 0px;
}

#newsletter-popup--email-error {
	display: none;
}

#newsletter-popup .newsletter-popup--promotionText {
		font-family: Merriweather;
		text-align: center;
	}

/* -------- fonts -------*/
h1{
	font-family: 'Merriweather', serif;
	font-size: 24px;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	}
@media (min-width:992px) {
	h2 {
	font-size: 17px;
	}

}

a {
color: #000;
}	

a:focus, a:hover{	
color: #991a2a;
}
article a{
	text-decoration: underline;
}



/*--------textslider mit verlauf-------*/

.textslider {
	position:absolute;
	bottom: 5px;
	width: calc(100% - 10px);
	background: rgba(0,0,0,0);
	color: white;
	margin-bottom: 0px;
	border: none;
	border-radius: 0px;
	box-shadow: none;
}

.textslider.textbild{
	background: rgba(153,26,42,0.5);
	background-image: none;
}

.textbild .textslider-header{
	padding-top: 0px;
	background-image: none;
}

.textslider h2{
	margin-top: 10px;
    margin-bottom: 0px;
}

.textslider-header {
padding: 10px 10px 12px 10px;
cursor: pointer;
border: none;
border-radius: 0px;
background-image: linear-gradient(rgba(24, 0, 0, 0) 0%,rgba(24, 0, 0, 0.67) 60%);
}

.textslider .panel-collapse{
	background: rgba(24, 0, 0, 0.67);
}

.textslider-body{
	padding: 5px 10px 12px 10px;
	overflow: hidden;
}

.textslider-body-wrapper{
	cursor: pointer;
}

.textslider-link{
	padding: 0px 10px 10px 10px;
	min-height: 0px;
}

@media (min-width:768px) {
	.textslider-header {
	padding: 10px 14px 12px 14px;
	}

	.textslider-body{
		padding: 5px 14px 16px 14px;
		height: 235px;
	}

	.textslider-link{
		padding: 0px 14px 16px 14px;
		min-height: 49px;
	}
}

@media (min-width:992px) {
	.textslider-header {
		padding: 10px 10px 12px 10px;
	}
	
	.search-img .textslider-header {
		padding: 5px 10px 7px 10px;
	}

	.search-img .textslider.textbild .textslider-header {
		padding: 0px 12px 12px;
	}

	.textslider-body{
		padding: 5px 10px 8px 10px;
		height: 126px;
	}

	.textslider-link{
		padding: 0px 10px 10px 10px;
		min-height: 43px;
	}
}

@media (min-width:1200px) {
	.textslider-header {
		padding: 10px 12px 12px 12px;
	}

	.search-img .textslider-header {
		padding: 5px 10px 7px 10px;
	}

	.search-img .textslider.textbild .textslider-header {
		padding: 0px 12px 12px;
	}
	
	.textslider-body{
		padding: 5px 12px 8px 12px;
		height: 135px;
	}

	.textslider-link{
		padding: 0px 12px 14px 12px;
		min-height: 47px;
	}
}

/*--------container---------*/
.container {
	background-color: white;
	padding-bottom: 5px;
}


@media (min-width:481px) {
.container {
	padding-left: 15px;
	padding-right:15px;
}
}

@media (min-width:768px) {
.container {
	padding-left: 42px;
	padding-right:42px;
	padding-bottom: 27px;
}
}

@media (min-width:992px) {
	.container-fluid{
		padding-top: 60px;
		padding-bottom: 5px;	
	}
}

@media (min-width:1200px) {
.container {
	width:1060px;
	padding-left: 61px;
	padding-right:61px;
	padding-bottom: 46px;
}
}

.container.content {
	padding-top: 65px
}

@media (min-width:992px) {
	.container.content{
		padding-top: 25px;
	}
}


/*--------footer---------*/
.container.footer {
	background-color: #dbdad5;
	text-align:center;
	padding: 30px 20px;
	margin: 0px 5px 0px 5px;
}


.footer a{
    color: #888;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
	font-size: 10px;
}

.footer>ul>li {
    display: inline-block;
    margin-left: 0.5em;
}
.footer>ul>li:first-child{
	margin-left:0em;!important
	}
.footer>ul {
    padding: 0px;
}

@media (min-width: 768px) {
	.container.footer {
	
	margin: auto;
}
}

@media (min-width:1200px){
.footer>ul>li {
    display: inline-block;
    margin-left: 1em;
}
}


/*--------header---------*/

.header-logo {
		margin-left: 3px;
		margin-top: 25px;
		
	}

.header-subline {
	
	border-bottom:1px solid #000;
	margin-top: 145px;
	width:340px;
	
	}

	.header-issue-img {
	margin-top: 10px;
	margin-left:-3px;
	}
	
	.header-issue-description {
	margin-left: 5px;
	font-family: 'Merriweather', serif;
	font-size: 14px;	
	}
	
	@media (min-width: 992px){
		.header-issue-description {
	font-size: 12px;	
	}
	}
	
	
	
	.header-issue-description h2 {
		margin-top: 13px
	}

@media (max-width:370px) {
	.header-subline {
	border-bottom:1px solid #000;
	margin-top: 145px;
	width:294px;
	
	}
	
}

@media (min-width:481px) {
	.header-subline {
	
	border-bottom:1px solid #000;
	margin-top: 145px;
	width:340px;
	
	}
	
}

@media (min-width:768px) {
.header-subline {
	
	border-bottom:1px solid #000;
	margin-top: 145px;
	width:340px;
	
	}
}
@media (min-width: 992px){
	.header-issue-img {
	margin-top: 9px;
	margin-left: 5px;
	
	}

.header-issue-description {
	margin-top: 0px;
	margin-left: 20px;
	}
	
.header-subline {
	
	border-bottom:1px solid #000;
	margin-top: 145px;
	width:340px;
	
	}
}

@media (min-width:1200px) {
.header-issue-img {
	margin-top: 10px;
	margin-left: 10px;
	
	
	}
.header-issue-description {
	margin-top: 0px;
	margin-left: 20px;
	
	}
	
.header-subline {
	
	border-bottom:1px solid #000;
	margin-top: 145px;
	width:340px;
	
	}
}

.breadcrumb{
	background-color: #fff;
	border: none;
	text-transform: uppercase;
	padding: 0px;
}

.breadcrumb>.active{
	color: #991a2a;
}

.row-breadcrumb{
	margin-left: -10px;
	margin-right: -10px;
}

.breadcrumbs-mobile {
	font-size:14px;
}

/*--------fixeddivs---------*/
h5 {
	
	text-align:left;
	text-transform: uppercase;
	font-size:13px;
	color:#999999;
	}


p {
	text-align:left;
	line-height: 1.4em;
	
	}
	


/*--------textfield-issues---------*/

.heftausgabe{
	padding: 5px;
	text-align:left;
	color: #333;
	clear: right;
}

.heftausgabentitel{
	vertical-align: top;
}

.heftausgabentitel>h2{
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:left;
	color:#000;
	font-size: 16px;
}

.heftausgabe img{
	padding: 0px 10px 0px 0px;
}

.heftausgabentext{
	text-align:left;
	color: #333;
	clear: right;
	vertical-align: top;
	font-size: 14px;
}

@media (min-width: 992px){
.heftausgabentext{
	font-size: 13px;
}
}
.heftausgabentext>ul{
	padding-left: 15px;
}


.heftausgabenlinks{
	vertical-align: bottom;
}

/*--------search-form------------*/

.search-form-mobile .input-group{
	width: 100%;
}

.search-form-mobile .control-label{
	margin-top: 15px;
}

.form-group{
	margin-bottom: 0px;
}

.checkbox, .radio {
    margin-top: 0px;
	margin-bottom: 0px;
}

.checkbox-inline, .radio-inline{
	margin-left: 10px;
}


input[type=checkbox], input[type=radio] {
    margin: 3px 0 0;
}

.search-panel-group{
	margin-left: -10px;
	margin-right: -10px;
}

.search-panel{
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.search-panel .search-header{
	background-color: #fff;
	border: none;
	padding: 20px 0px 10px 0px;
	cursor: pointer;
}

.search-panel .panel-body{
	border: none!important;
	padding: 0px;
}
 .search-header h1{
	 font-size: 24px;
	 display: inline-block;
 }
 
 .search-header h1:after {
    font-family: 'Glyphicons Halflings';
    content: "\e253";
	font-size: small;
    margin-left: 3px;
}

 .search-header.collapsed h1:after {
    content: "\e252";
}

.row.suchinfos{
	margin-left: -10px;
	margin-right: -10px;
}

.control-label.term{
	width: 420px;
}

.control-label.until, .control-label.from{
	width: 210px;
}

@media (min-width: 992px){
	.form-group.search-form > .input-group > .form-control{
		width: 50%;
	}
	.form-group.search-form > .input-group > .selectpicker.form-control{
		width: 25%;
	}
	
	.form-group{
		margin-bottom: 15px;
	}
}

@media (min-width: 1200px){	
	.control-label.term{
		width: 446px;
	}

	.control-label.until, .control-label.from{
		width: 223px;
	}
}


/*--------search-results---------*/


.search-img{
	vertical-align: top;
	width: 62px;
}

.search-title{
	padding-left: 10px;
	vertical-align: top;
}
.search-title>h2{
	margin: 0px;
}

.search-text{
	padding-left: 10px;
	vertical-align:top;
}

.search-links{
	padding-left: 10px;
	vertical-align: top;
}

.suchergebnisse .textslider h2{
    margin-bottom: 0px;
}

.suchergebnisse .textslider-body{
	padding: 0px 14px 11px 14px;
	height: 225px;
}

.suchergebnisse .tile-1x1{
	margin-bottom: 15px;
}

@media (min-width: 480px) {
	.search-img{
		width:219px;
	}
}

@media (min-width: 992px) {
	.suchergebnisse .textslider-body{
		padding: 0px 10px 3px 10px;
		height: 116px;
	}
	.suchergebnisse .tile-1x1{
	margin-bottom: 0px;
}
}

@media (min-width: 1200px) {
	.search-img{
		width:232px;
	}
	
	.suchergebnisse .textslider-body{
		padding: 0px 12px 3px 12px;
		height: 125px;
	}
}

/*--------free html tile---------*/

.free-html-content-1x1, .free-html-content-2x1, .free-html-content-1x2, .free-html-content-2x2, .free-html-content-4x2 {
	height: auto;
	max-height: 724px;
	overflow: hidden;
	padding-left: 10px; 
	padding-right: 10px;
	padding-top: 5px;
}

@media (min-width:768px) {
	.free-html-content-1x1, .free-html-content-2x1, .free-html-content-4x2 {
		height: 338px;
	}
	.free-html-content-1x2, .free-html-content-2x2 {
		height: 686px;
	}
}
@media (min-width: 992px){
	.free-html-content-1x1, .free-html-content-2x1 {
		height: 219px;
	}
	.free-html-content-1x2, .free-html-content-2x2, .free-html-content-4x2 {
		height: 448px;
	}
}

@media (min-width:1200px) {
	.free-html-content-1x1, .free-html-content-2x1 {
		height: 232px;
	}
	.free-html-content-1x2, .free-html-content-2x2, .free-html-content-4x2 {
		height: 474px;
	}
}


/*--------pagination---------*/


.pagination {
	text-align: center;	
}

.pagination>li>a, .pagination>li>span {
	color:#666;
	border: none;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	border: none;
	
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border: none;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index:2;
	font-weight: inherit;
	color:#981A29;
	background-color: white;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index:3;
	color:#981A29;
	cursor:default;
	background-color:#fff;
	border: none;
	font-weight: bold;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color:#777;
	cursor:not-allowed;
	background-color:#fff;
	border: none;
}

.pagination .next:before {
    font-family: 'Glyphicons Halflings';
    content: "\e251";
	font-size: x-small;
}

.pagination .prev:after {
    font-family: 'Glyphicons Halflings';
    content: "\e250";
	font-size: x-small;
}

/* ----- collapse chevron tiles -----*/

.panel-heading.textslider-header.chevron h2:after {
    font-family: 'Glyphicons Halflings';
    content: "\e252";
	font-size: x-small;
    margin-left: 10px;
}
.panel-heading.textslider-header.chevron.collapsed h2:after {
    content: "\e253";    
}

/* ----- linked chevron tiles -----*/

.panel-heading.textslider-header.chevron-right h2:after {
    font-family: 'Glyphicons Halflings';
    content: "\e250";
	font-size: x-small;
    margin-left: 10px;
}

.panel-heading.textslider-header.chevron-right h2:after {
    font-family: 'Glyphicons Halflings';
    content: "\e250";
	font-size: x-small;
    margin-left: 10px;
}


/* ----- main teasers  -----*/

.content-teasers{
	margin-top: 20px;
}


.content-teaser .tile-1x1 {
box-shadow: rgba(34,25,25,0.4) 0 1px 2px;
margin: 2px;
padding: 10px; }
 
.content-teasers .free-html-content-1x1{
	position: relative;
	padding: 0px;
}
 
.teaserimage img {
margin: 0 0 10px 0; }
 
.teasertext {
font-size: 16px;
}
 
.teaserbutton {
	text-align: center;
    bottom: 0;
    width: 100%;	
	padding-bottom: 10px;
	padding-top: 10px;
 }

.teaserbutton .btn.focus, .teaserbutton .btn:focus, .teaserbutton .btn:hover{
	color: #fff;
}
 
.teaserbutton .btn{
 
background-color: #ae3345
 
border-top-color: rgb(135,39,53);
border-right-color: rgb(135,39,53);
border-bottom-color: rgb(75,22,30);
border-left-color: rgb(135,39,53);
 
padding: 3px 8px;
padding-top: 3px;
padding-right: 8px;
padding-bottom: 3px;
padding-left: 8px;
 
background: linear-gradient(#ae3345, #872735);
 
color: #fff;
 
font-size: 16px;
 
letter-spacing: 1px;

text-decoration: none;
}

@media (min-width:768px) {
	.teaserbutton{
		position:absolute;
		padding-bottom: 12px;
	}
	
	.content-teasers .free-html-content-1x1{
		height: 275px;
	}
	
}

@media (min-width:992px) {
	
	.content-teasers{
		margin-top: 50px;
	}
	
	.content-teasers .teasertext{
		font-size: 13px;
	}	
	
	.teaserbutton {
		padding-bottom: 20px;
	}
	
	.teaserbutton .btn {
		font-size: 13px;
	}
	
	.content-teasers .free-html-content-1x1{
		height: 220px;
	}
	
}

@media (min-width:1200px) {
		
	.teaserbutton {
		padding-bottom: 25px;
	}
		
	.content-teasers .free-html-content-1x1{
		height: 230px;
	}
}

/*--------search mask---------*/

.btn .input-group-btn {
    border-radius: 4px;
}

.input-group .form-control{
}

/*------- buttons ------*/
.btn-sm{
	padding: 5px 0px;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	text-decoration: underline;
	color: #fff;
	background: none;
}

.suchergebnisse .btn-sm{
	color: #000;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
	text-decoration: none;
}

.btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled] .btn:hover{
	text-decoration: none;
}


@media (min-width: 992px){
	.btn-sm{
	font-size: 14px;
	}
	.suchergebnisse .btn-sm{
		color: #fff;
	}
}

.heftausgabenlinks .btn-sm{
	color: #000;
	padding: 0px;
}

.btn.focus, .btn:focus, .btn:hover{
	color: #991a2a;
	text-decoration: underline;
}

/*-------- content teasers ---------*/

.teaserimage img{
	width: 100%;
}

/*-------- Issue titles --------*/
.row.issuetitle{
	margin-left: -10px;
	margin-right: -10px;
}

.issuetitle h2{
	margin-top: 8px;
}

@media (min-width: 768px){
.issuetitle h1, .issuetitle h2 {
	display: inline-block;
}

.issuetitle h2 {
	margin-left: 22px;
}
}

/*-------- Slider ---------*/

.carousel-showsixmoveone .carousel-control {
  width: 4%;
  background-image: none;
}

.carousel-showsixmoveone .cloneditem-1 {
  display: none;
}

.carousel-inner .item > .page {
	padding: 0px;
}

@media all and (min-width: 992px) {
  .carousel-showsixmoveone .carousel-inner > .active.left,
  .carousel-showsixmoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showsixmoveone .carousel-inner > .active.right,
  .carousel-showsixmoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showsixmoveone .carousel-inner > .left,
  .carousel-showsixmoveone .carousel-inner > .prev.right,
  .carousel-showsixmoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showsixmoveone .carousel-inner > .item.active.right,
  .carousel-showsixmoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner > .item.active.left,
  .carousel-showsixmoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner > .item.left,
  .carousel-showsixmoveone .carousel-inner > .item.prev.right,
  .carousel-showsixmoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
