/*
Theme Name: dhm
Theme URI: http://dhm.de/blog/
Author: DHM
Author URI: http://dhm.de
Description:
Version: 1.0.0
License:
License URI:
Tags: blog, one-column, three-columns
Text Domain: dhm
*/

/*

    1. GENERAL
    2. HEAD

*/

/*
# 1. GENERAL
*/
*{
    padding:0;
    margin:0;
    word-break: break-word;
}
html{


    min-width:100%;
    min-height: 100%;
    font-size: 14px;
    font-family: 'PlutoSansRegular';
    background: #555 url('./img/background.jpg') no-repeat center top fixed !important;
    background-size: cover;
}
h1{
    font-size:28px;
    font-weight: 400;
}
h2{
    font-size:24px;
    font-weight: 400;
}
h3{
    font-size:20px;
    font-weight: 400;
}
h5{
    font-size:20px;
    font-weight: 400;
}
h5{
    font-size:19px;
    font-weight: 400;
}
h6{
    font-size:18px;
    font-weight: 400;
}


.page-wrapper{
    max-width: 932px;
    margin:auto;
}

a, a:hover, a:focus, a:visited{
    color: #fff;
    text-decoration: none;
    padding: 0;
}

a:hover{
    text-decoration: underline;
}

.column-25{
    display: inline-block;
    width: 25%;
    vertical-align: top;
    box-sizing: border-box;
}

/*
# 1. HEAD
*/

.head-slider{
    height: auto;
    max-height: 400px;
    position: relative;
    overflow: hidden;
}
.header-no-slider{
    position: relative;
}
.header-no-slider .top-bar{
    background: rgba(0,0,0,.5);
    position: absolute;
    top:0;
    left:auto;
    right: 0;
    width:auto;
    height: 25px;
    line-height: 23px;
    text-align: right;
    z-index: 2;
}

.head-slider .top-bar, .head-slider .bottom-bar{
    background: rgba(0,0,0,.7);
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 25px;
    line-height: 23px;
    text-align: right;
    z-index: 2;
}

.top-bar .links, .top-bar .lang{
    display:inline-block;
    font-size: 12px;
}


.top-bar .lang{
    border-left: 1px solid #777;
}
 /*
 # 1.1 SLICK SLIDER
 */

.head-slider .bottom-bar{
    height: 45px;
    line-height: 14px;
    top: auto;
    bottom:0;
}
.head-slider .slider-pause{
    bottom: 60px;
    right: 70px;
    height: 30px;
    width: 30px;
    position: absolute;
    cursor: pointer;
    background: url(img/sprite@x.png) -64px -480px;
}
.head-slider .slider-pause:hover {
    background-position: -96px -480px;
}

.head-slider .slider-pause.play-button{
    background-position: 0px -480px;
}
.head-slider .slider-pause.play-button:hover{
    background-position: -32px -480px;
}


.head-slider .slider, .head-slider .slider .slick-list,.head-slider .slider .slick-list .slick-track{
    height: 100%;
}


.head-slider a{
    padding:0;
}

header .top-bar a{
    padding: 0 8px;
}

.slick-slide img{
    max-width:100%;
    height: auto;
}

.slick-list{
    height: auto !important;;
}

.slick-track{
    height: auto !important;
}

.slick-slide, .slick-slider{
    height: auto !important;;
}

/*
# 2 MAIN WRAPPER
*/

header{
    margin-bottom: 30px;
}

main{
    max-width: 692px;
    margin-left: 24px;
    font-size:0;
    display:inline-block;
    float: right;
}

aside{
    width: 212px;
    min-height: 300px;
    display:inline-block;
    vertical-align: top;
    background: transparent;
    float: left;
}

.content-wrapper{
    display:inline-block;
    max-width:100%;
}


/*
# 3 POST-LIST
*/


.post-list h3{
    z-index:4;
    min-height: 109px;
    position:absolute;
    bottom:0;
    color:#fff !important;
    padding: 1rem .5rem;
    box-sizing: border-box;
    width:100%;
    background: rgba(76,145,53,0.8);

}
.post-list figure{
    z-index:3;
}

article{
    font-size:1rem;
    margin-bottom: 2rem;
}

article.post{
    position: relative;
    width: 212px;
    height: 279px;
    overflow:hidden;
    display:inline-block;
    margin-right: 28px;
}

article.col-2{
    width: 452px;
}

article.col-3{
    width: 692px;
    height:auto;
    background: #fff;
}

article.col-3 figure{
    text-align:center;
    padding-top:15px;
    margin-bottom: 20px;
}

article.col-3 h3{
    background: transparent;
    position: relative;
    color: #3d9b35;
    padding: 0 16px;
    font-size: 28px;
    font-weight: 400;
    font-family: "PlutoSansBold";
}

article.col-3 p{
    color: #000;
    padding: 8px 16px;
    font-family: Arial;
}

article .post-list{
    position: relative;
    width: 100%;
    height: 100%;
}

article.post .green-post-bg{
    position: absolute;
    left:0;
    width:100%;
    top:0;
    height:100%;
    background: rgba(76,145,53,0.9);
}

article a{
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
}



article.col-1:nth-child(3n - 1){
    margin-right:0;
}

.post-list{

}

.post-list .featured-image.mobile{
    display:none;
}

/*
# 4 SIDEBAR
*/
.blog-side{
    background: rgba(0,0,0,.75);
    color: #fff;
    font-size: 13px;
}
.blog-side ul a{
    display:inline-block;
    width:100%;
}
.blog-side ul li{
    list-style: none;
    height: 16px;
    margin-left:10px;
    padding: 10px 4px;
    border-bottom: 1px solid #555;
    color: #ddd;

}

.tags-headline{
    position: relative;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #555;
    padding-left: 20px;

}

.tags-headline:before{
    content: " ";
    position: absolute;
    left:5px;
    top: 10px;
    padding: 4px;
    height: 28px;
    background: url(img/sprite@x.png) -96px -60px;
    background-size: 1000px 1000px;
}

div.side-hotlink{
    position: relative;
    background: #fff;
    color: #333;
    height: 32px;
    line-height: 32px;
    padding-left: 20px;
    border-bottom: 1px solid #555;
}

div.side-hotlink:before{
    content: " ";
    position: absolute;
    left:5px;
    top: 10px;
    padding: 4px;
    height: 8px;
    background: url(img/sprite@2x.png) -127px -31px;
    background-size: 1000px 1000px;
}

aside a.side-hotlink {
    display: inline-block;
    width: 100%;
    padding: 0;
    color: #333;
}

.info-sidebar.active h4{
    font-family: "PlutoSansBold";
}

/*
##########################################################
# 4.1 INFO SIDEBAR
##########################################################
*/

.info-accordion{
    margin-top: 60px;
}

.info-accordion li{
    background: rgba(76,145,53,1);
    list-style:none;
    border-bottom: 1px solid #ffffff;
    line-height: 1.6;
    font-size:12px;

}
.info-accordion li:last-child{
    border:none !important;
}

.info-accordion li h4{
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size:12px;
    padding: 6px 20px 6px 6px;
}

.info-accordion li a{
    color:#3d9b35;
    display:block;
}
.info-accordion li a:hover{
    color:#3d9b35;
    text-decoration: underline;
}

.info-accordion li h4:hover{
    text-decoration: underline;
    cursor: pointer;
}
.info-accordion li h4:focus{
    text-decoration: none;
}

.info-accordion li h4:after{
    content: " ";
    background: url(img/sprite@2x.png) no-repeat -96px -64px;
    background-size: 1000px 1000px;
    width: 8px;
    height: 5px;
    position: absolute;
    right: 12px;
    top: 12px;
}

.info-accordion li.active h4:after{
    background-position: -64px -64px;
}

.info-accordion li div{
    background: #fff;
    color: #333;
    padding: 5px 10px 20px 10px;
    font-size: 13px;

}
.info-accordion h4.icon {
    padding: 6px 20px 6px 36px;
    position: relative;
}
.info-accordion h4.icon:before{
    content: "";
    position: absolute;
    margin:0;
    left:0;
    height: 20px;
    width: 30px;
    background: url(img/sprite@2x.png);
}
.info-accordion h4.tickets:before{
    content: " ";
    background-position: -155px 0px;

}

.info-accordion h4.bus:before{
    content: " ";
    background-position: -55px 0px;

}
.info-accordion h4.pin:before{
    content: " ";
    background-position: 10px 0;
}

.info-accordion h4.persons:before{
    content: " ";
    background-position: -88px 0px;
}

.info-accordion h4.wheel:before{
    content: " ";
    background-position: -118px 0px;

}

/*
##################################################################################
##################################################################################
############## 5. FOOTER #########################################################
##################################################################################
##################################################################################
*/
.footer{
    padding:10px 10px 10px 10px;
    margin-top:50px;
    background: #36393e;
    font-size: 0;
    font-family: Arial;
    clear: both;
}


.footer .column-25{
    padding: 0 10px;
}

.footer li{
    list-style:none;
    color: #fff;
    margin-top:5px;
    padding:0;
    font-size:12px;
    line-height: 20px;
}

.footer li h6{
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 6px;
    font-family: "PlutoSansRegular";
}

.footer .textwidget{
    margin-bottom: 20px;
}

.footer span.icon{
    background: url(img/sprite@2x.png);
    background-size: 1000px 1000px;
    width: 32px;
    height: 32px;
    float: left;
}

.footer .socmed-buttons a{
    display:block;
    float:left;
    text-indent: -2000rem;
    margin-top:0;
    width:32px;

}


.footer .facebook span.icon{
    background-position: -7px -543px;
}

.footer .twitter span.icon{
    background-position: -39px -543px;
}

.footer .youtube span.icon{
    background-position: -103px -543px;
}

.footer .instagram span.icon{
    background-position: -71px -543px;
}

.footer .rssfeed span.icon{
    background-position: -136px -543px;
}

.subfooter{
    padding: 10px 10px 30px 10px;
    background: #2b2d31;
    font-size:0;
}

.subfooter .copyright, .legal{
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    font-size:12px;
    color: #bbb;
    font-family: Arial;
}

.subfooter a{
    padding: 0 3px;
}

.subfooter .copyright{
    text-align: right;
    color: #fff;
}

/*
##### Breadcrumbs ####
*/

#breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
}

#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
}
#breadcrumbs li a{
    font-size: 12px;
}

#breadcrumbs li strong{
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    color: #fff;
}


#breadcrumbs .separator{
    background: url(img/sprite@2x.png);
    background-size: 1000px 1000px;
    background-position: -160px -32px;
    width: 10px;
    height: 10px;
    margin: 3px 1px 0px 0px;
}

.breadcrumb-spacer{
    height: 36px;
}

.logo{
    background: url(img/sprite@2x.png);
    background-size: 1000px 1000px;
    background-position: -757px 0px;
    width: 158px;
    height: 146px;
    position: relative;
    bottom: 0px;
    left: 28px;
    top:30px;
    margin-top:0px;
    text-indent: -200%;
    margin-bottom: 45px;
}

.single-post-content{
    width: 692px;
    padding: 14px 10px;
    box-sizing: border-box;
    background: #fff;
}

.single-post-content h1,.single-post-content h2,.single-post-content h3,.single-post-content h4,.single-post-content h5,.single-post-content h6, .post-list.col-3 h1, .post-list.col-3 h2, .post-list.col-3 h3{
    color:#4c9135;
    font-family: "PlutoSansBold" !important;

}


/*
6. CONTENT
*/


.single-featured-image img{
    max-width:100%;
    width:100%;
    height: auto;
}

.post-content{
    font-size: 1rem;
    padding: 8px;
    font-family: Arial;
}

.post-content h1,.post-content h2, .post-content h3, .post-content h4, .post-content h5{
    color: #3d9b35;
    margin: 3px 0px 14px 0px;
    text-transform: uppercase;
    font-family: "PlutoSansBold" !important;
}
.post-content p{
    line-height: 1.6;
}

h3{
    font-weight: normal;
    color: #3d9b35;
    font-family: "PlutoSansBold" !important;
}

p{
    margin-bottom: 1.3rem;
}

.post-content-wrapper .tags{
    font-family: Arial;
    padding: 20px;
    font-size: 1rem;
    background: #fff;
    margin-top: 16px;
}

.post-content-wrapper .tags a{
    display:inline-block;
}

.post-content-wrapper .tags a, .post-content a{
    color: #3d9b35;
}
.post-content-wrapper .tags a{
    margin-right: 20px;
}

.shariff-wrapper{
    margin-top:20px;
    padding: 20px;
    background: #fff;
}

/*
998. Comments
*/


.comments-area{
    font-size: 1rem;
    margin-top: 32px;
    background: #fff;

}

.wc-comment-title{
    text-align:left !important;
    background: #2b2d31;
    color: #fff;
    border-bottom: none !important;
    font-weight: 400 !important;
}

#wpcomm{
    border:none !important;
    padding-top:0 !important;
    padding-bottom: 0 !important;
}

.wc_comm_submit{
    padding: 9px;
    background: #2b2d31;
    outline: none;
    box-shadow: none;
    border: none;
    color: #fff;
}

/* For More Comment-Styles check dhm_theme/wpdiscuz/wpdiscuz.css */

/*
999. Responsive
*/

.desktop-only{
    display:inline-block;
}
.mobile-only{
    display:none;
}

.lang-desc{
    display:none;
}

@media (max-width: 946px){
    .desktop-only{
        display:none;
    }
    .mobile-only{
        display:block;
    }
    .mobile-only .lang{
        text-align: center;
        background: #2b2d31;
        padding: 20px;
    }
    .mobile-only .lang ul{
        display:inline-block;
    }
    .mobile-only .lang li{
        padding: 1px 7px;
    }
    .lang-desc{
        display:inline-block;
        color: #fff;
        font-family: "PlutoSansRegular";
    }

    main{
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-left:0;
    }
    main.post-content-wrapper{
        text-align: left;
        padding: 5px;
        max-width: 97%;
        float: none;
    }
    .single-post-content{
        width: 100%;
    }

    aside{
        clear:both;
        width:100%;
        text-align: center;

    }
    aside .sidebar-content, aside .accordion{
        width: 336px;
        display:inline-block;
        vertical-align: top;
        margin: 0  5px 0 0;
        text-align: left;
    }
     aside .accordion{
         margin: 0 0 0 5px;
     }
    .content-wrapper{
        padding: 0px;
        text-align: center;
    }
    .column-25{
        clear:both;
        width:50%;
        margin-bottom: 20px;
        padding-left:0 !important;
    }
    .column-25 li{
        padding-left: 2.5%;
    }
    .info-accordion h4{
        font-size: 16px !important;
    }

    .footer{

    }
    .footer h6{
        font-size: 13px !important;
        font-weight: 700;
    }
    .widget.footer.item{
        width: 100%;
    }
    .footer .socmed-buttons{
        display:inline-block;
    }
    .footer .socmed-buttons li{
        float:left;
        padding-left: 10px;
    }

    .footer .socmed-buttons a {
        margin-right: 10px;
    }
    .socmed-button-wrapper{
        text-align: left;
    }
}

@media (max-width: 760px){
    .content-wrapper{
        width: 100%;
    }
    article.col-1:nth-child(3n - 1) {
        margin-right:auto;
    }
    article{
        width: 665px !important;
        max-width: 95% !important;
        margin: 10px auto !important;
    }
    .comments-area article{
        padding:0;
        margin:0 !important;
    }
    .post-list .featured-image.mobile{
        display:block;

    }
    .post-list .featured-image.mobile img{
        margin-left:50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .post-list .featured-image.full{
        display:none;
    }

    aside .sidebar-content, aside .accordion{
        width: 665px;
        max-width: 95%;
        display:inline-block;
    }
    aside .accordion{
        margin-top: 40px;
    }
    .column-25{
        clear:both;
        width:100%;
        border-bottom: 1px solid #aaa;
    }
    .column-25:last-child{
        border-bottom: 0;
    }
    .head button,.head .slider-pause{
        display: none !important;
    }
    .head .bottom-bar{
        height: 0px;
    }
    .head .top-bar{
        position: relative;
        background: #2b2d31;
    }

}



/*
404
*/
.error404 main{
    width: 692px;
}

.e404 h2, .e404 a{
    color: #3d9b35;
}

.e404 a{
    font-size: 14px;
}

div.e404{
    width: 100%;
    padding: 20px;
    background:#fff;
    color: #000;
    font-size: 22px;
    font-family: PlutoSansRegular;
}



/*
Lang
*/

.lang-item{
    list-style: none;
    display:inline-block;
    padding: 0 3px;
}

.lang-item.current-lang a{
    text-decoration: underline;
}

.es-wrap{
    padding: 5px;
    text-align: center;
}

.es-wrap.green{
    color:#4c9135;
}

.es-wrap.yellow{
    color: #c6b42c;
}

.es_button, .es_textbox{
    padding: 0 !important;
}

.es_textbox_button{
    width: 100% !important;
    border: none;
    outline: none;
    padding: 5px;
    background: #4c9135;
    color: #fff;
    font-family: "PlutoSansRegular";
    cursor:pointer;
}

.es_textbox_class {
    width: 100%;
    box-sizing: border-box;
    border:0;
    padding: 5px;
    text-align: center;
}

.es_lablebox{
    text-align: center;
    font-family: PlutoSansRegular;
    background: #1b1c1d;
    padding: 5px;
    color: #fff;
    font-size: 13px;
}

.top-bar .textwidget{
    display:inline-block;
}

.es_shortcode_form{
    margin-top:20px;
}

.es_msg{
    background: #fff;
    padding: 0px;
    color: #de2323;
}


.youtube-embed{
    margin-bottom: 28px;
}

.post-list.col-3 h2, .post-list.col-3 h1{
    color:#4c9135;
    font-size: 24px;
    margin-left:16px;
}


/* Wordpress defaults */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.bypostauthor {}
.gallery-caption{}
.sticky{}

.bwg_image_container{
    height:100%;
}