
.template-home .contentWrapper{
	padding: 0 0px 40px;
}

.slider_topshadow, .article_topshadow{
width: 100%;
    height: 50px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.07) 1%, rgba(0,0,0,0) 28%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.07) 0%,rgba(0,0,0,0.07) 1%,rgba(0,0,0,0) 28%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.07) 0%,rgba(0,0,0,0.07) 1%,rgba(0,0,0,0) 28%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12000000', endColorstr='#00000000',GradientType=0 );
    display: block;
    position: absolute;
    z-index: 14;
    top: 0;
	pointer-events: none;
}



.carousel-control-next, .carousel-control-prev, .carousel-control-next:focus, .carousel-control-prev:focus{
    opacity: 0;
	transition: all .3s ease-in-out;
}

.carousel:hover .carousel-control-next, .carousel:hover .carousel-control-prev, .carousel:hover .carousel-control-next:focus, .carousel:hover .carousel-control-prev:focus{
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: .5;
}

.carousel:hover .carousel-control-next:hover,.carousel:hover .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
	
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 30px !important;
    height: 30px !important;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    margin-left:15px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}


/* Teaser */

.teaserwrapper{
    flex-wrap: wrap;
    display: flex;
    align-content: stretch;
	margin: 0 15px;
}

.teaser{
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	align-content: stretch;*/
    display: block;
    hyphens: auto;
    color: #666;
    margin: 10px 0 0 0;
	transition: all .5s ease-in-out;
	cursor: pointer;
	padding-top: 15px;
}

.teaser-inner {
	height: 100%;
    display: inline-block;
    /*border-bottom: 1px solid #ccc;*/
}

/**/
.teaser:hover {
	background-color: #f3f3f3;
    /*-webkit-animation-duration: 4s;animation-duration: 4s;
    -webkit-animation-fill-mode: both;animation-fill-mode: both;
	-webkit-animation-name: teaserFadeOut;
     animation-name: teaserFadeOut;	*/
}


/* @-webkit-keyframes teaserFadeOut {
	0% {background-color: #ffffff;}
	15% {background-color: #f3f3f3;}
	100% {background-color: #ffffff;}
 }

 @keyframes teaserFadeOut {
	0% {background-color: #ffffff;}
	15% {background-color: #f3f3f3;}
	100% {background-color: #ffffff;}
 }*/



.teaser p{
    margin:3px 0 0 0;
	transition: all .3s ease-in-out;
}

.teaser .teaser-inner:hover p{
    color:#000;
}



.teaser h3 a:hover, .teaser h2 a:hover, .teaserHeadline a:hover, .teaserHeadline a:hover{
	color:#666;
}

.teaser a .prehead, .sidebarTeaser a .prehead {
    /* color: #bb0000; */
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 7px;
    padding-bottom: 4px;
}

.teaser.newsteaser:hover {
	background-color: transparent;
	cursor: auto;
	-webkit-animation-name:none;
     animation-name:none;
}


.newsteaser .teaser-inner{
	width:100%;
	border-bottom:none;
	margin: 0;
	padding: 0;
}

.newsteaser ul {
    list-style: none;
	margin:0;
	padding:0;
}

.newsteaser h4 {
    clear: both;
    border-bottom: 1px solid #ccc;
    margin: 0;
	display: block;
}

.newsteaser h4 a{
    padding: 10px 0 10px 0;
    display: block;
	transition: all .3s ease-in-out;
	letter-spacing: 1px;
	text-decoration: none;
}

.newsteaser h4 a:hover {
	background-color: #f3f3f3;
	padding-left:10px;
}

.newsteaser .more{
    margin: 10px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}


.newsteaser .more a{
	font-family: "Prompt";
    color: #bb0000;
    padding: 0;
    clear: both;
    width: 100%;
    transition: all .3s ease-in-out;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    /*margin: 17px 0 7px 0;*/
	text-decoration: none;
	display: block;
}

.newsteaser .more a:hover{
    color:#000;
}


.newsteaser .newsdate {
    color: #bb0000;
    display: inline-block;
	margin-right:6px;
	text-transform: none;
    font-size: 13px;
    letter-spacing: 0.5px;
	width: 170px;
	height: 20px;
}

.newsteaser .newstitle {
    width: 200px;
    color: #000;
    font-size: 13px;
	text-transform: uppercase;
    display: inline;
}

.newsteaser .redaktion {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
	width:100%;
}

.textteaserbody{
	padding:10px;
	display: block;
    clear: both;
	border-bottom: 1px solid #ccc;
	transition: all .3s ease-in-out;
}

.textteaserbody.meinungen{
	min-height:230px;
	cursor: pointer;
	line-height: 18px;
}

.textteaserbody.meinungen i{
	letter-spacing: 0.5px;
}

.newsteaser:hover .textteaserbody{
	background-color: #f3f3f3;
}

.textteaserbody.italic{
	font-style: italic;
}

.textteaserbody img{
	float: left;
    width: 90px;
    margin: 4px 11px 6px 1px;
}

.textteaserbody h3{
    margin-top: -3px;
	margin-bottom: 0px;
	display: inline;
}

.teasergroup-headline {
    text-align: center;
    /* width: 100%; */
    margin: 15px 30px 0px 30px;
    /* border-bottom: 1px solid #ccc; */
    /* padding-bottom: 10px; */
    box-sizing: border-box;
}

.teasergroup-headline .pseudoH1 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    padding: 15px 0 0 0;
        line-height: 22px;
}

.teaserheader {
    width: 100%;
    position: relative;
	display: inline-block;
}

.teaserheader .redaktion {
	font-family: "Prompt";
    color: #bb0000;
    padding: 0;
    clear: both;
    /* width: 100%; */
    bottom: 0px;
    transition: all .3s ease-in-out;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    float: left;
    margin: 17px 0 2px 0;
}

.teaserheader .redaktion a{
    color: #bb0000;
    text-decoration: none;
	transition: all .3s ease-in-out;
}

.teaserheader .redaktion a:hover{
    color:#000;
}


.teaser .body {
    margin-bottom: 45px;
}

.teaserfunctions {
    padding: 0;
    display: inline-block;
    margin-bottom: 17px;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.teaserfunctions .kommentare, 
.teaserfunctions .teilen, 
.teaserfunctions .merken, 
.teaserfunctions .kommentieren, 
.teaserfunctions .drucken {
    float: left;
    color: #bb0000;
    margin-right: 10px;
    line-height: 18px;
    padding: 0px 0;
    transition: color .3s ease-in-out;
    font-size: 14px;
	cursor: pointer;
}

.teaserfunctions .kommentare::before, 
.teaserfunctions .teilen::before,
.teaserfunctions .merken::before, 
.teaserfunctions .kommentieren::before, 
.teaserfunctions .drucken::before {
    font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
    content: "\f064 ";
    color: #bb0000;
    font-size: 12px;
    padding: 0;
    margin-right: 5px;
	transition: color .3s ease-in-out;
}

.teaserfunctions .kommentare:hover, .teaserfunctions .kommentare:hover:before {
    color:#000;
}

.teaserfunctions .merken:hover, .teaserfunctions .merken:hover:before  {
    color:#000;
}

.teaserfunctions .kommentieren:hover, .teaserfunctions .kommentieren:hover:before  {
    color:#000;
}


.teaserfunctions .teilen:hover, .teaserfunctions .teilen:hover:before  {
    color:#000;
}


.teaserfunctions .kommentare::before {
    content: "\f086 ";
}

.teaserfunctions .merken::before {
    content: "\f02e ";
}

.teaserfunctions .kommentieren::before {
    content: "\f075 ";
}


@media (max-width: 749px) {
	.textteaserbody.meinungen {
		padding:10px 0;
	}
	
	.teaser:hover{
		background-color: transparent;
	}
	
	.teaser-inner{
	    padding-bottom: 25px;
		margin-bottom: 20px;
    	border-bottom: 1px solid #ccc;
	}
	
	
	.teaser .body, .teaser .content{
	   /* padding-bottom: 0;*/
		margin-bottom: 0;
		padding-bottom: 23px;
	}
	
	.teaser.termine .newstitle{
	    width: 100%;
		display: block;
		clear: both;
	}
	
	.teaser.termine .newsdate{
	    font-size: 11px;
    	line-height: 20px;
	}	
	
	.teaser.newsteaser .content{
	    padding-bottom:0;
	}	
	
	
	
}


@media (max-width: 1024px) {

	.teaser{
		font-size: 14px;
		line-height: 20px;
		padding-right: 10px;
   		padding-left: 10px;
	}

	.teaserwrapper{
		margin: 0px 10px;
	}

	.teaserheader .redaktion {
		font-size: 11px;
		line-height: 20px;
		margin: 17px 0 -7px 0;
	}
	
	.teaser h3, .teaser h2{
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 20px;
		margin: 10px 0 10px 0;
	}	
	
	.teaserHeadline{
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 20px;
		margin: 10px 0 10px 0;
	}	
	
	.teaserfunctions .kommentare, 
	.teaserfunctions .teilen, 
	.teaserfunctions .merken, 
	.teaserfunctions .kommentieren, 
	.teaserfunctions .drucken {
		font-size: 11px;
	}

	.teaserfunctions .kommentare::before, 
	.teaserfunctions .teilen::before,
	.teaserfunctions .merken::before, 
	.teaserfunctions .kommentieren::before, 
	.teaserfunctions .drucken::before {
		font-size: 12px;
	}
	
	.teasergroup-headline {
		margin: 15px 30px -10px 30px;
	}

	.teasergroup-headline .pseudoH1 {
		letter-spacing: 2px;
		margin: 0;
		padding: 0;
		line-height: 18px;
		font-size: 16px;
	}
	
	.newsteaser .newstitle {
		font-size: 11px;
	}
	
	.newsteaser .more a {
		font-size: 11px;
	}
	
	

	
}



@media (max-width: 1024px) and (min-width:768px) {
	
	.newsteaser .newsdate {
		font-size: 9px;
		width: 120px;
	}
	
	
}
