/* Social Media bereich */
.section-form-filter .form-filter-social .dropdown-menu{
    width: 100%;
}
body .section-form-filter .search-dropdown-w200 .dropdown-menu,
.section-form-filter .form-filter-social .dropdown-menu{
    padding: 20px 14px 24px;
}
.section-form-filter input[type='date']{
    padding-right: 5px;
}
.section-form-filter input[type='date'] + i{
    position: absolute;
    right: 15px;
    top: 50%;
    color: #003f6f;
    transform: translateY(-50%);
}
.section-form-filter input[type='date']:focus + i,
.section-form-filter input[type='date']:hover + i{
    display: none;
}
.section-form-filter input,
.section-form-filter select,
.section-form-filter button,
.section-form-filter input:focus,
.section-form-filter select:focus,
.section-form-filter button:focus{
    box-shadow: none;
    border-radius: 0;
}
.section-form-filter button:hover,
.section-form-filter button{
    background-color: #003f6f;
    border-color: #003f6f;
}
.section-form-filter button{
    width: 56px;
}
.section-form-filter button svg{
    height: 16px;
    fill: #fff;
}
.section-result-filter .filter-group-item-title{
    position: relative;
}
.section-form-filter .dropdown-menu .dropdown-item.item-facebook:after,
.section-form-filter .dropdown-menu .dropdown-item.item-instagram:after,
.section-form-filter .dropdown-menu .dropdown-item.item-youtube:after,
.filter-group-item.group-youtube .filter-group-item-title:after,
.filter-group-item.group-instagram .filter-group-item-title:after,
.filter-group-item.group-facebook .filter-group-item-title:after{
    content: "\f09a";
    font-family: Fontawesome;
    color: #003f6f;
    font-size: 52px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 48px;
}
.section-form-filter .dropdown-menu .dropdown-item.item-youtube:after {
    content: "\f09a";
    font-family: Fontawesome;
    color: #000000;
    font-size: 52px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 48px;
}

.section-form-filter .dropdown-menu .dropdown-item.item-youtube:after,
.filter-group-item.group-youtube .filter-group-item-title:after{
    content: "\f16a";
    font-size: 68px;
}
.section-form-filter .dropdown-menu .dropdown-item.item-instagram:after,
.filter-group-item.group-instagram .filter-group-item-title:after{
    content: "\f16d";
}
.filter-group-item.group-youtube .filter-group-item-title:after,
.filter-group-item.group-youtube .filter-group-item-title{
    color: #fff;
}
.section-form-filter .dropdown-menu .dropdown-item.item-facebook:after {
    font-size: 27px;
    top: 50%;
    right: 21px;
    transform: translateY(-50%);
}
.section-form-filter .dropdown-menu .dropdown-item.item-youtube:after{
    right: 13px;
    font-size: 27px;
    transform: translateY(-50%);
    top: 50%;
}
.section-form-filter .dropdown-menu .dropdown-item.item-instagram:after {
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    width: 27px;
    height: 28px;
    background: url(/wp-content/themes/bayernde/assets/images/png/icon-instagram-mediathek.png) no-repeat;
    content: "";
    background-size: 27px 28px;
}
.section-result-filter .filter-group-item-title h2{
    font-weight: bold;
}
.bg-overlay-opacity{
    background-color: rgba(0, 63, 111, 0.1);
}
.section-result-search .social-media-text {
    margin-top: 0px;
}
.instagram-content .section-result-search .social-media-text {
    margin-top: -8px;
}

.section-form-filter  input.datepicker {
    margin-top: 0;
    background: url("/wp-content/themes/bayernde/assets/images/svg/Calendar.svg") 94% 50% no-repeat;
	background-size: 28px;
}
input.datepicker::-webkit-inner-spin-button,
input.datepicker::-webkit-clear-button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input.datepicker::-webkit-calendar-picker-indicator {
    opacity: 0;
}

input.datepicker::-ms-clear {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.section-form-filter .custom-box-search.row {
    margin-left: 0;
    margin-right: 0;
}

.section-form-filter .search-keywords {
    -ms-flex: 0 0 476px;
    flex: 0 0 476px;
    max-width: 476px;
    padding-right: 0;
    padding-left: 0;
}

.section-form-filter .channels {
    -ms-flex: 0 0 293px;
    flex: 0 0 293px;
    max-width: 293px;
    padding-right: 0;
    padding-left: 0;
    margin-left: 8px;
}

.section-form-filter .date-box {
    -ms-flex: 0 0 215px;
    flex: 0 0 215px;
    max-width: 215px;
    padding-right: 0;
    padding-left: 0;
    margin-left: 8px;
}

.section-form-filter .search-button {
    -ms-flex: 56px;
    flex: 0 0 56px;
    max-width: 56px;
    padding-right: 0;
    padding-left: 0;
    margin-left: 8px;
}


/* Social Media bericht - Facebook */
.facebook-content{
    background-color: transparent;
    padding-top: 23px;
    padding-bottom: 40px;
}
.section-loadmore-button-social{
    text-align: center;
    color: #003f6f;
    font-size: 18px;
    font-weight: bold;
}
/* Social Media bericht - Youtube */
.youtube-content{
    overflow: hidden;
    padding-bottom: 72px;
}
.owl-carousel-youtube{
    margin-top: 40px;
}
.owl-carousel-youtube .article-date,
.owl-carousel-youtube .article-text,
.owl-carousel-youtube .article-title a{
    color: #fff;
}
.owl-carousel-youtube .article-content{
    padding: 24px;
    background-color: rgba(0, 63, 111, 0.3);
}
.article-content .media-title a,
.article-content .media-des,
.article-content .media-date {
    color: #fff;
}

.owl-carousel-youtube .nav-btn {
    top: 33%;
}

.owl-carousel-youtube .article {
    margin-bottom: 0;
}

/* Social Media bericht - Instagram */
.instagram-content{
    background: #fff;
    padding-bottom: 40px;
}
.media-hashtag a:not(:hover){
    color: #003f6f;
}

/* Social Media bericht - Sozialen */
.owl-carousel-social{
    margin-top: 50px;
}
body.fsize100 .social-box .social-title h2,
body.fsize100 .social-box .social-title,
body:not(.fsize100) .social-box .social-title h2,
body:not(.fsize100) .social-box .social-title{
    font-size: 24px;
    font-weight: bold;
}
.social-box .social-title h2 {
    margin-bottom: 18px;
}
.social-box .social-text{
    margin-bottom: 32px;
}
body:not(.fsize100) .social-box .social-text,
body:not(.fsize100) .social-box .social-list-links a,
body.fsize100 .social-box .social-list-links a{
    font-size: 18px;
}
.social-box .social-list-links a{
    display: flex;
    color: #003f6f;
    align-items: center;
    position: relative;
    margin-bottom: 24px;
    font-weight: bold;
    line-height: 1.67;
}
.social-box .social-list-links a:last-child {
    margin-bottom: 0;
}
.social-box .social-list-links a span:before{
    content: "\A";
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 17px;
    background-image: url("/wp-content/themes/bayernde/assets/images/png/Ext_Link_Blue.png");
    background-size: cover;
}

.social-box .social-list-links a:hover {
    text-decoration: underline;
}

.social-content {
    padding-bottom: 75px;
}


#press-item-newsletter .section-form-filter .search-keywords, 
#press-item-bay-379 .section-form-filter .search-keywords {
    padding-left: 5px;
    flex: 0 0 60.333333%;
    max-width: 60.333333%;
}
.search-content .section-result-search.section-result-filter {
    padding-top: 72px;
}
