/*
 Theme Name:   GeneratePress Child
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Holzbau Haas / ican-it / Lokmo
 Author URI:   http://lokmo.com / http://ican-it.de
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/

@media (max-width: 768px) {
    /* CSS in here for mobile only */
      .Adress {
	display: none;
      }

}
@media (min-width: 769px) and (max-width: 1024px) {
    /* CSS in here for tablet only */
      .Adress {
      text-align: right;
	color: #3a3a3a;
      }

}
@media (min-width: 1025px) {
    /* CSS in here for desktop only */
      .Adress {
      text-align: right;
	color: #3a3a3a;
      }


}




.header-image {
width: 200px;
padding: 10px;
background-color: rgba(255,255,255,.6);
}

.site-header {

    border-top: 10px solid #54595f ;
    border-left: 10px solid #54595f ;
    border-right: 10px solid #54595f ;
    box-sizing: border-box;
}

.inside-navigation {
    border-left: 10px solid #54595f ;
    border-right: 10px solid #54595f ;

}

button.menu-toggle {
    width: 100%;
    text-align: left;
}

.generate-back-to-top, .generate-back-to-top:visited {
    font-size: 20px;
    background: rgba(0,0,0,.4);
    color: #FFF;
    border-radius: 0px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    z-index: 10;
    transition: opacity .3s ease-in-out;
}



.site-branding {
      display: inline-block;
      vertical-align: middle;
}

.site-logo {
      float: left;
}