/*
Theme Name: PIANOACTION
Template: promenade
*/

/* Theme customization starts here
-------------------------------------------------------------- */


/* --- ALLGEMEIN --- */

.entry-content h2 {
    font-size: 2.4rem;
    color: #ae0000;
}

.archive h2, .single h2 {
    font-size: 2.4rem;
    color: #ae0000;
}

.text-gross {
    font-size: 2.3rem;
}

a {
    color: rgba(0, 0, 0, 0.73);
    background-color: transparent;
}

a:hover {
    color: #ae0000;
    background-color: transparent;
}

.widget a:hover, .widget a.button:hover {
    color: #ae0000;
}


/* --- KOPFBEREICH --- */

.site-header {
    text-transform: uppercase;
    border-top: 0px solid rgba(0, 0, 0, 0.88);
}

body.blog .site-content-header {
    background: #ae0000;
}

body.blog .site-content-header .site-content-header-title {
    color: #ffffff;
    margin: 0 auto;
}

.site-title a {
    color: #ae0000;
}

.site-navigation .menu li.current_page_item {
    /*background: #1f1f1f;*/
}

.site-navigation .menu li.current_page_item a {
    color: #ae0000;
}

.site-navigation .menu li.current_page_item a:hover {
    color: #fff;
}


/* --- HAUPTINHALTE --- */

.front-page .content-area + .widget-area {
    margin-top: 0px;
}

.site-content-above {
    display: none;
    width: 100%;
    height: auto;
    background: #ae0000;
    padding: 3% 10% 2% 10%;
    margin-bottom: 4%;
}

body.home .site-content-above {
    display: block;
}

.layout-page-header .entry-header {
    background: #ae0000;
}

.layout-page-header .entry-header > .page-fence {
    text-align: center;
}

.layout-page-header .site-content-inside .entry-header .entry-title {
    color: #ffffff;;
}

.archive .site-content-header {
    background: #ae0000;
}

.archive .site-content-header > .page-fence {
    text-align: center;
}

.archive .site-content-header .site-content-header-title {
    color: #ffffff;
}

.single .site-content-header {
    background: #ae0000;
}

.single .site-content-header > .page-fence {
    text-align: center;
}

.single .site-content-header .site-content-header-title {
    color: #ffffff;
}

.archive-intro {
    border-bottom: 0px solid; 
    margin-bottom: 0px;
}

.site-content-above .text_rot h2 {
    font-size: 2.3rem;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0px;
}

.site-content-above .text_rot p {
    font-family: "Raleway", sans-serif !important;
    color: #ffffff;
    text-align: center;
}

.archive-intro {
    font-size: 15px;
}

.archive-intro h2 {
    font-size: 2.4rem;
}

.gig-card:hover .gig-permalink,
.gig-card:focus .gig-permalink {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.88);
    color: #b30000;
}

.gig-card .gig-permalink {
    display: inline-block;
    width: auto;
    height: auto;
    font-family: "Raleway", sans-serif !important;
    font-size: 1.6rem;
    line-height: 1.625em;
    color: rgba(0, 0, 0, 0.73);;
    overflow: visible;
    margin-top: 2px !important;
    padding: 0;
    border: 0px solid rgba(0, 0, 0, 0.18);
    position: absolute;
    top: inherit;
    right: 0;
    text-align: center;
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.73);
    background-color: transparent;
}

body.home .gig-card .gig-permalink {
    display: block;
    position: relative;
}

body.home .gig-card .location {
    display: none;
}

.gig-card .gig-permalink:hover, .gig-card .gig-permalink:focus, .gig-card .gig-permalink:active {
    text-decoration: underline;
    color: #b30000;
    background-color: transparent;
}

.widget-area--home .widget_recent_posts {
    width: inherit;
    width: 33.33333%;
}

.widget-area--home .widget_recent_posts .widget-title, .widget-area--home .widget_audiotheme_upcoming_gigs .widget-title {
    font-size: inherit;
    line-height: inherit;
    margin: 0px;
    margin-bottom: 1.625em;
    padding: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.18);
}

.widget-area--home .recent-posts-links {
    top: -3px;
    right: 1.11111111em;
}

.widget-area--home .recent-posts-wrapper {
    overflow: visible;
}

.widget-area--home .widget_recent_posts .block-grid {
    margin-right: inherit !important;
}

.widget_recent_posts .block-grid-item {
    width: 100%;
}

.widget-area--home .widget_recent_posts .block-grid-item {
    padding: 0px 0px 40px 40px;
}

.widget-area--home .widget_recent_posts .block-grid-item {
    border-width: 0px;
}

.widget-area--home .widget_audiotheme_upcoming_gigs {
    width: 33.33333%;
}


/* --- FOOTER --- */

#footer .footer-links {
   float: left;
}

#footer .footer-rechts {
   float: right;
}

#footer .footer-rechts a {
   margin-left: 30px;
}

.credits a {
    color: #fff;
    text-decoration: none;
}

.credits a:hover {
    color: #fff;
    text-decoration: underline;
}



/* --- RETINA ----------------------------------------------------------------------------------------------------- */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
   /* Retina-specific stuff here */

}



/* --- RESPONSIVE ------------------------------------------------------------------------------------------------- */

/* ==============================================================================================================================
/*
/* 	#Desktop Notebook	<= 1260													#Tablet (Portrait) & Mobile		< 768
/* 
/* =========================================================================================================================== */

@media only screen and (min-width: 1240px) {

}

@media only screen and (max-width: 1400px) {
    
}