/* 
Theme Name: DI Flat 
Description: Childtheme 
Author: Designers Inn 
Template: di-basis 
Version: 1.3 
*/

.center{text-align: center; margin: 0 auto 0 auto;}

/*LOGO MOBILE ANSICHT*/
.et_header_style_left #logo, .et_header_style_split #logo {max-width: 80%;}

/* Footer am unteren Rand, auch wenn die Seize kürzer ist */
/* Desktop ok, Mobile schneidet Seite unten ab 
html, body {height: 100%}
#page-container {position: relative; min-height:100%; height: auto !important; height: 100%; padding-bottom: 54px; }
#main-footer {position: absolute; bottom: 0; width: 100%; }
*/

/* Social Medis "Myspace" durch "Homepage" ersetzen */
.et-social-myspace a.icon:before {
	content: url(home-icon.png);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s; 
}

.et-social-myspace a.icon:hover::before {
	opacity: 0.8;
}

/* Social Medis "Dribbble" durch "SoundCloud" ersetzen */
.et-social-dribbble a.icon:before {
	content: url(soundcloud-icon.png);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s; 
}

.et-social-dribbble a.icon:hover::before {
	opacity: 0.8;
}

/* Social Medis "Google+" durch "bandcamp" ersetzen */
.et-social-google-plus a.icon:before {
	content: url(bandcamp-icon.png);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s; 
}

.et-social-google-plus a.icon:hover::before {
	opacity: 0.8;
}


a:hover
{
    color: blue;
/*    text-decoration: underline overline; */
    text-decoration: underline;
}

/* Hauptmenü: rechte Drop-Down rechtsbündig, damit Inhalt nicht abgeschnitten wird */
#top-menu li:last-child ul, #top-menu li:nth-last-child(2) ul{
right: 0px !important; 
text-align: right;
}
