/*
This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License, either version 2
of the License, or any later version.

For the full copyright and license information, please read the
LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share!
*/
/*
    Created on : 19.10.2016, 14:41:13
    Author     : Kevin Ditscheid <ditscheid@engine-productions.de>
*/
.news .container{
	padding: 0;
	max-width: 100%;
}
.news .top-news{
	padding-right: 20px;
	padding-left: 20px;
	max-width: calc(100% - 40px);
}
.news .container-padding{
	padding: 40px 0;
}
.news .content-slider .ce-gallery{
	float: none;
}
.news .no-media-element{
	width: 200px;
	height: 200px;
	text-align: center;
}
.ce-rounded .no-media-element{
	border-radius: 50%;
}
.ce-border .no-media-element{
	border: 2px solid #fff;
}
.no-media-element .month{
	font-size: 48px;
}
.no-media-element .day{
	margin-top: 20px;
	display: inline-block;
	font-family: "Roboto";
	font-size: 72px;
	border-bottom: 2px solid #fff;
	font-weight: bold;
}
.news .press .download::before{
	margin-right: 10px;
}
.news .press h3{
	margin-top: 0;
}
.top-news h3{
	margin-top: 5px;
	margin-bottom: 5px;
}
.top-news .ce-gallery{
	position: relative;
	margin-top: 46px;
}
.top-news .ce-column{
	text-align: center;
}
.top-news .ce-column .ce-media{
	display: inline-block;
	position: relative;
}
.news .date-icon{
	position: absolute;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-align: center;
    top: 0;
	right: 20px;
}
.event-list .date-icon{
	right: auto;
	left: 20px;
}
.news .date-icon .day{
	margin-top: 10px;
	display: inline-block;
	font-family: "Roboto";
	font-size: 24px;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
}
.news .date-icon .month{
	font-weight: lighter;
}
.top-news .duration{
	margin-top: 12px;
}
.top-news .place{
	margin-top: 5px;
}
.top-news .duration-icon,
.top-news .place-icon{
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 12px;
	background-size: 13px 13px;
	background-repeat: no-repeat;
}
.top-news .duration-icon{
	background-image: url(../Images/Icons/clock.svg);
}
.top-news .place-icon{
	background-image: url(../Images/Icons/marker.svg);
}

.event-list .ce-gallery{
	min-width: 260px;
	position: relative;
	min-height: 75px;
	margin-top: 13px;
}
.event-list h3:not(.monthtopic){
	margin-top: 5px;
	margin-bottom: 5px;
}
@media screen and (min-width: 768px){
	.event-list .date-icon{
		left: auto;
		right: 20px;
	}
}
@media screen and (min-width: 785px){
	.news .container{
		padding-right: 20px;
		padding-left: 20px;
		max-width: calc(100% - 40px);
	}
	.news .container-padding{
		padding: 40px;
	}
}
@media screen and (min-width: 1260px){
	.news .swiper-pagination{
		left: 40px;
		width: 200px;
	}
	.news .swiper-pagination{
		top: 275px;
	}
	.news .content-slider .ce-gallery{
		float: left;
	}
}
@media screen and (max-width: 400px){
	.news .no-media-element {
		width: 140px;
		height: 140px;
		text-align: center;
	}
	.news .no-media-element .day {
		font-size: 44px;
	}
	.news .no-media-element .month {
		font-size: 44px;
	}
	.news .container-padding {
		padding: 50px 0;
	}
}
@media screen and (max-width: 785px){
    .right-slider .audio-overlay-play {
        font-size: 180px !important;
    }
    .right-slider .audio-overlay-info {
        max-width: 81% !important;
        width: 90% !important;
    }
    .audio-overlay {
        display: none!important;
    }
}
@media screen and (max-width: 1260px){
	.right-slider .audio-overlay-play {
		font-size: 180px!important;
	}

	.right-slider .audio-overlay-info {
		max-width: 81% !important;
	}
}