.sidebar,
.mobileSidebar{
    line-height: 0;
}

.sidebar > ul,
.mobileSidebar > ul{
	list-style: none;
	padding:0;
	margin:0;
}

.sidebar ul > :first-child,
.mobileSidebar ul > :first-child
{
	padding-top:1px !important;
}

.sidebar ul > :last-child,
.mobileSidebar ul > :last-child
{
	border-bottom: none !important;
}


.sidebar ul li.sidebarwidget,
.mobileSidebar ul li.sidebarwidget 
{
    padding: 30px 0 0 0;
    /*border-bottom: 1px solid #ccc;*/
	width:100%;
	box-sizing: border-box;
	line-height: 20px;
}

.sidebarwidget .content{
	/*display: block;*/
	/*padding:10px;*/
	margin-bottom:0;
}

.sidebar > .teaserheader{
	margin-bottom: 30px;
}


.sidebarwidget .shopItem .cover
{
    width: 160px;
    height: auto;
    margin: 15px 0 10px 0;
    box-shadow: 0px 0px 15px #999;
}


.sidebarwidget .survey .content,
.sidebarwidget .shopItem .content,
.sidebarwidget .sidebarTeaser .content
{
	background-color: #eee;
	padding:25px;
}

.sidebarwidget .sidebarTeaser .media
{
	width:100%;
	float: none;
    padding-right: 0px;
}

.sidebarwidget .sidebarTeaser .teaserheader .redaktion{
	margin:0;
	border-bottom: none;
	padding: 0 0 7px 0;
}


.sidebarwidget .survey .surveyQuestion,
.sidebarwidget .shopItem .intro
{
	font-family: "Prompt";
	color:#333;
	cursor: pointer;
    clear: both;
    font-size: 18px;
    letter-spacing: 1.5px;
    font-weight: 400;
    line-height: 22px;
    margin: 0px 0 7px 0;
    text-transform: uppercase;
    text-decoration: none;
}


.sidebarwidget .survey ul,
.sidebarwidget .shopItem ul
{
	list-style: none;
	padding:17px 0 15px 0;
	margin:0;
}

.sidebarwidget .survey ul li,
.sidebarwidget .shopItem ul li
{
	transition: all .3s ease-in-out;
	margin:0 0 10px 0;
	line-height: 16px;
	position: relative;
}

.sidebarwidget .survey ul li:hover{
	opacity:.7;
}


.sidebarwidget .survey ul li label{
	cursor: pointer;
	line-height: 18px;
	margin-bottom: 0;
}


ul.features{
	list-style:none !important;
	padding:17px 0 15px 17px !important;
	margin:0 !important;
} 

ul.features li::before {
    position: absolute;
    left: -17px;
    font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
    content: "\f00c ";
    color: #bb0000;
    font-size: 10px;
    padding: 0;
    margin-right: 5px;
	transition: color .3s ease-in-out;
}

.sidebarwidget .survey input[type="radio"]{
	margin-right:8px;
	cursor: pointer;
}

.sidebarwidget input[type="submit"] {
	font-family: "Prompt";
	cursor: pointer;
    clear: both;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 400;
    line-height: 12px;
    margin: 0px 0 7px 0;
    text-transform: uppercase;
    text-decoration: none;
	border-radius: 0;
}



.sidebarTeaser .newsletterForm input[type="text"], .sidebarTeaser .newsletterForm input[type="email"], .sidebarTeaser .newsletterForm select {
	background-color: #fff;
}

.sidebarTeaser .newsletterForm .explanation {
	margin: 0 0 -15px 0;
}



@media (max-width: 1024px) {
	
	.sidebarwidget .survey .content,
	.sidebarwidget .shopItem .content,
	.sidebarwidget .sidebarTeaser .content
	{
		padding:15px;
	}
	

	

	
}


@media (max-width: 767px) {
	
	.sidebar ul li.sidebarwidget,
	.mobileSidebar ul li.sidebarwidget 
	{
    	padding: 15px 0 0 0;
	}

	.template-overview .teaserlist .teaserheader, .template-overview .sidebar .teaserheader {
		display:none;
	}	
	
}

@media (max-width: 749px) {
	
	.sidebar > ul, .mobileSidebar > ul {
		margin: -30px 0 0 0;
	}
	
	.sidebar .teaserheader .redaktion {
		padding: 0 0 0px 0 !important;
		margin: 0px 0 -7px 0 !important;
		border-bottom: 0px solid #ccc !important;
		width: 100% !important;
		line-height: 20px !important;
	}

	.sidebar .teaserHeadline .prehead {
		margin-top:0 !important;
	}
}