/*
Theme Name: Yearning Sixteen
Theme URI: http://yearning.de
Author: Julian Gapp - Yearning Communications GmbH & Co KG
Author URI: https://wordpress.org/
Description: Yearning Theme 2016
Version: 1.02
Text Domain: yearning-sixteen
*/


/*
////////////////////////////////////////////////////////////////////////
Inhaltsverzeichnis
////////////////////////////////////////////////////////////////////////

- Standardformatierungen & Content
- Header
- Breadcrumb
- Content
- Footer



*/

/*
////////////////////////////////////////////////////////////////////////
Vorlagen
////////////////////////////////////////////////////////////////////////
*/

/* Small Smartphones XXS */
@media screen and (max-width: 480px) {

}


/* Smartphones XS */
@media screen and (max-width: 767px) {

}

/* Tablets SM */
@media screen and (min-width: 768px) and (max-width: 992px) {

}

/* Medium Devices MD */
@media screen and (min-width: 993px) and (max-width: 1200px) {

}

/* Large Devices LG */
@media screen and (min-width: 1201px) {

}


/*
////////////////////////////////////////////////////////////////////////
Standardformatierungen & Content
////////////////////////////////////////////////////////////////////////
*/

/* Standardformatierungen für den Inhalt sind in global-content-style.css unterzubringen */

html, body {
    margin: 0;
    padding: 0;
}

h1 {
    margin-bottom: 30px;
}

a:focus, a:hover {
    text-decoration: none;
    opacity: 0.8;
}


/*
////////////////////////////////////////////////////////////////////////
Header
////////////////////////////////////////////////////////////////////////
*/

body.admin-bar {
    margin-top: 31px;
}

.navbar {
    border-radius: 0px;
    border-radius: 0px;
    position: absolute;
    top: 0px;
}

/* Small Smartphones XXS */
@media screen and (max-width: 480px) {
    .header-color {
        width: 100%;
    }

    .search-header {
        width: 95%;
    }

    ul#menu-benutzermenue {
        display: none;
    }

}

.navbar-brand {
    padding: 15px 0;
}

.navbar-brand img {
    width: 100%;
}

.search-header {
    margin: 37px 0px;
}

ul#menu-benutzermenue {
    list-style-type: none;
    margin: 30px 0 0 0;
    padding: 0;
    text-align: right;
}

ul#menu-benutzermenue-1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.navbar-default {
    background-color: none !important;
    background: none !important;
    border: none !important;
}

.navbar-brand {
    height: auto;
}

.wr-megamenu-container.primary_200 {
    background: none !important;
    background-color: none !important;
}

#wr-megamenu-menu-2 {
    background: #eee;

}

header {
    border-bottom: 2px solid #cecece;
    margin-bottom: 20px;
}

header .form-control {
    border: 2px solid #ccc;
    border-radius: 2px;
    height: 38px;
}

header .btn {
    border: 2px solid #ccc;
    padding: 7px 12px;
    border-radius: 2px;
}

header .btn-default {
    background-color: #5D7692;
    border-color: #5D7692;
    color: #FFF;
    border-bottom: 2px solid rgba(0, 0, 0, .1) !important;
}

header .btn-default:hover {
    background-color: #93a5b9;
    border-color: #93a5b9;
    color: #FFF;
}

header .input-group-btn:last-child > .btn, header .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -2px;
}


/* Header Bild */

.header-image {
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

.header-slideshow {
    width: 100%;
    overflow: hidden;
}

.header-slideshow .carousel, .header-slideshow .carousel-inner, .header-slideshow .carousel-inner > .item {

}

.header-color {
    /*    height: 150px;*/
}


/* Max Mega Menu spezifisch*/

#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
    z-index: 99999999;
}


/*
////////////////////////////////////////////////////////////////////////
Breadcrumb
////////////////////////////////////////////////////////////////////////
*/
#breadcrumbs {
    list-style: none;
    margin: 10px 0;
    overflow: hidden;
    padding: 0;
}

#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

#breadcrumbs .separator {
    font-size: 18px;
    font-weight: 100;
    color: #ccc;
}


/*
////////////////////////////////////////////////////////////////////////
Content
////////////////////////////////////////////////////////////////////////
*/

.wp-block-image img {
    height: auto;
}

.um-account-meta {
    display: none !important;
}

.hpdata ul#menu-benutzermenue-1 li {
    display: inline;
    padding-left: 20px;
}

.site-main {

}

.pds-outer {

    margin-bottom: 7px;
}

.pds-outer h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.pds-inner {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=1);
    padding: 15px;
    border: 1px solid #fff;
}

.pds-inner:hover {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(219, 219, 219, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(15%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(219, 219, 219, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(219, 219, 219, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(219, 219, 219, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(219, 219, 219, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(219, 219, 219, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dbdbdb', GradientType=1);
    border: 1px solid #cecece;
}

.pds-inner:after {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    right: 33px;
    position: absolute;
    top: 18px;
}

.pds-title {
    font-weight: bold;
    font-size: 18px;
    color: #555;
}

span.copyText {
    position: relative;
    display: block;
}

textarea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 none transparent;
    margin: 0;
    padding: 0;
    outline: none;
    resize: none;
    overflow: hidden;
    font-family: inherit;
    font-size: 1em;
}

.pdscontenttitle {
    font-weight: bold;
}

.pds-inner .category_thumbnail img {
    width: 55px;
    height: auto;
    max-height: 55px;
}

.pds-inner .category_thumbnail {
    float: left;
    margin: -15px 20px 0 -15px !important;
}


.post-author, .post-count-comment, .post-date {
    margin-right: 12px;
}

.post-author:before {
    font-family: 'Glyphicons Halflings';
    content: "\e008";
    margin-right: 3px;
}

.post-count-comment:before {
    content: "\e111";
    font-family: 'Glyphicons Halflings';
    margin-right: 3px;
}

.post-date:before {
    content: "\e109";
    font-family: 'Glyphicons Halflings';
    margin-right: 3px;
}

.post-meta {
    margin: 20px 0;
}

#content .container {
    margin-bottom: 35px;
}

.search-results .category_thumbnail {
    float: left;
    margin: 0 25px 15px 0;
}


/*
////////////////////////////////////////////////////////////////////////
Footer
////////////////////////////////////////////////////////////////////////
*/

footer {
    border-top: 2px solid #cecece;
}

.stickyfooter {
    position: fixed;
    bottom: 0;
    width: 100%;

}

.hpdata p, .backtotop p {
    margin: 0;
}

.hpdata {
    margin: 14px 0;
    color: #999;
}

.backtotop {
    text-align: right;
    margin: 14px 0;
}

/* Smartphones XS */
@media screen and (max-width: 767px) {
    .backtotop, .hpdata {
        text-align: center;
    }

}

/*
////////////////////////////////////////////////////////////////////////
Sidebar
////////////////////////////////////////////////////////////////////////
*/
.widget {
    list-style-type: none;
}

#sidebar li {
    list-style-type: none;
}

#sidebar ul {
    padding: 0;
}

.sidebar-left {
    padding-left: 0;
}

.sidebar-left li ul, .sidebar-right li ul {
    padding: 0;
}

.sidebar-left li, .sidebar-right li {
    list-style-type: none;
}

.sidebar-right {
    padding-right: 0;
}

/* Smartphones XS */
@media screen and (max-width: 767px) {
    .sidebar-left {
        padding-left: 15px;
    }
}

/*
////////////////////////////////////////////////////////////////////////
....
////////////////////////////////////////////////////////////////////////
*/

.screen-reader-text {
    display: none;
}

.socialicons {
    max-width: 100px;
}

.category .category_thumbnail {
    float: left;
    margin: 0 20px 15px 0;
}

/* Header-Image Modul */

.single .header-thumbnail {
    max-height: 500px;
    overflow: hidden;
    width: 100%;
}

.single .header-thumbnail img {
    width: 100%;
    height: auto;
}

/****************/

.carousel-inner {
    max-height: 600px;
}

.carousel-inner .item img {
    width: 100%;
}

/****************/

