/*
Theme Name: Gerdi
Description: Changes for Gerdi Website
Author: cas
Version: 1.0
Tags: Gerdi
Template: clean-education-pro
*/

/* Linien weg
*/
#masthead, #header-secondary-menu, #breadcrumb-list, #content {
    border-bottom: 0px solid #ffffff;
}

/* Copyright Aus
*/
#site-generator {
    display:none;
}

/* Footermenue rechts
*/
.footer-menu-wrapper.two {
    float: right;
    padding-top: 2px;
}

/* Partnerlogos BG
*/
#logo-section {
    background-color: #fff;
}


/* Logo rechts

.site-branding {
    margin-left: 77%;
}

.site-header-menu {
    position: absolute;
    top: 50px;
    left: 30px;
    width: 77%;
}

@media screen and (max-width: 900px) {
.site-branding {
    margin-left: 70%;
}

.site-header-menu {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 70%;
}   
    
}
*/


/* Logo rechts ENDE
*/

/* Rand weg damit Navi besser funktioniert
*/
@media screen and (min-width: 736px) {
	.site {
		box-shadow: none;
		margin: 0px;
	}
}

@media screen and (min-width: 900px) {
	.site {
        margin-left: auto;
		margin-right: auto;
	}
}
/*Project Partner page
*/
#post-157 .entry-content a  {
    clear: both;
    display: table;
	text-decoration:none !important;
	
}
#post-157 .entry-content a:hover{
	text-decoration:none;
}
/*media page
*/
#post-95 .entry-content h3 > a {
    line-height:1.7em;
}


/*community page : AlpEnDAC,Verba Alpina
*/
#post-131 .entry-content p,#post-143 .entry-content p,#post-95 .entry-content p {
    clear: both;
}
/* Rand weg damit Navi besser funktioniert ENDE
*/


/* Hide "Leave a comment" link for blog posts.
 * 
 * This affects only news items at the moment.
*/
#main article div.entry-container > header.entry-header > p.entry-meta > span.comments-link a {
	display: none;
}