/*
 Theme Name:   Twenty Twelve Child
 Theme URI:    https://wordpress.org/themes/twentytwelve/
 Description:  Twenty Twelve Child Theme
 Author:       Corinna Feichtinger
 Author URI:   http://www.blueberrymoments.com
 Template:     twentytwelve
 Version:      1.0.1
*/

/* to remove border and shadow from images */
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: none !important;
    box-shadow: none !important;
}

/* space from the header image on top */
h1.site-title {
		margin-top: -70px;
	}

/* language dropdown to the right on top */


li#menu-item-185-en.lang-item {

	display: inline;
	float: right;
	margin-top: -310px;
        padding-top: 0px;
        padding-right: 40px;
        padding-bottom: 0px;
        padding-left: 40px;

}

li#menu-item-185-de.lang-item {

	display: inline;
        float: right;
        margin-top: -310px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

li#menu-item-275-en.lang-item {
	
	display: inline;
	float: right;
	margin-top: -310px;
        padding-top: 0px;
        padding-right: 40px;
        padding-bottom: 0px;
        padding-left: 40px;

}

li#menu-item-275-de.lang-item {

        display: inline;
        float: right;
        margin-top: -310px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

aside#image-3.widget.widget_image {

        margin-bottom: 10px;
}

aside#image-5.widget.widget_image {

        margin-bottom: 10px;
}

button.menu-toggle {

	background: transparent;
	border: none !important;
	box-shadow: none !important;
	font-size:0;

}

h1.archive-title {

	font-size: 18px;
	margin-top: -10px;
	margin-bottom: -10px;
	text-transform: capitalize;
}

.archive-meta {

	font-size: 14px;
}

.entry-header .entry-title {

	font-size: 18px;
	font-weight: bold;
	color: #636363;
	
}

a {
	outline: none;
	color: #56588B;
}
div.entry-content {

	color: #757575;
}	

/* footer custom */

footer[role="contentinfo"] {
        border-top: 1px solid #ededed;
        clear: both;
        text-align: center;
        font-size: 12px;
        font-size: 0.857142857rem;
        line-height: 2;
        max-width: 960px;
        max-width: 68.571428571rem;
        margin-top: 24px;
        margin-top: 1.714285714rem;
        margin-left: auto;
        margin-right: auto;
        padding: 24px 0;
        padding: 1.714285714rem 0;
}
