@charset "UTF-8";
/* CSS Document */
html, body, ul, li, h1, h2, nav {
  padding: 0;
  margin: 0;
}
html {
  height: 100%;
  font-family: Helvetica, Arial;
  box-sizing: border-box;
  overflow-y: scroll;
  /* verhindert Zoom nach Wechsel von Porträt/Landscape in IE on Windows Phone and in iOS. */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
	line-height: 1.3em;
}
*, *::before, *::after {
  box-sizing: inherit;
}

#allcols {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
	line-height: 1.3em;
}

.start .maler1 {

    padding: 30px 20px 20px 20px;

}
.start .maler2 {
  padding-bottom: 108px;
}
h2 {
  line-height: 1.3em;
}
ul {
  list-style-position: inside;
}
.col li {
	padding-top: 14px;
}
@media screen {
  .hg {
    background-image: url("pix/logo-mustafi-baker.svg"), url("pix/malerei-1600.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position: 6% center, center top;
    background-size: 0%, contain;
    width: 100%;
    height: 0;
    padding-top: 43.48%;
  }
	
/*navi*/
.menubutton {
  display: block;
  background: #666;
  color: white;
  font-family: inherit;
  font-size: inherit;
  text-align: center;
  padding: 0.5rem 1rem;
  border: 0;
  border-radius: 0.25rem;
  margin: 0 1rem 0.5rem 1rem;
}
.site-nav > .wrapper {
  padding-left: 0;
  padding-right: 0;
}
/**
    * Basisformatierung 
    */
.site-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #6f6969;
  color: white;
  box-shadow: 0 2px 6px rgba(51, 51, 51, 0.3);
  padding: 0.5rem 0 0 0;
}
.navigation {
  display: flex;
  flex-flow: column nowrap;
  padding: 0;
  margin: 0;
}
.navigation li {
  /* display: inline-block; */
  list-style: none;
	line-height: 3em;
padding-left: 0px;
}

.navigation a {
  display: block;
  text-decoration: none;
  min-width: 72px;
  min-width: 70px;
  /* text-align: center; */
  background: #6f6969;
  color: white;
  font-size: 0.9em;
  padding: 0.3rem 1rem;
}
.navigation a.ici {
 background: #e4e4e4;
color: black;
}
.navigation a:hover, .navigation a:focus {
  background: #e4e4e4;
  color: #000;
}
.navigation a:active {
  background: #e4e4e4;
	color: #000;
}
/* Die Navigationsliste ausblenden */
.navigation {
  max-height: 0;
  overflow: hidden;
}
/* Navigationsliste nach Klick einblenden */
.show-menu + .navigation {
  max-height: 100rem;
  transition: max-height 400ms ease-in-out;
}
	#allcols {
  flex-flow: column; 
}
	.logcol {
  width: 100%;
  max-width: 300px;
padding-bottom: 10px;
  margin: 0 auto;
}
	.log {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding-top: 50px;
  display: block;
}
	.maler1 {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 20px;
  line-height: 1.2em;
}
.maler2 {
  text-align: center;
  font-size: 1, 1em;
}
	.col:first-child {
  background: #e4e4e4;
  padding: 70px 20px 60px 20px;
}
	.adr {
  line-height: 1.3em;
  text-align: center;
}
.col:nth-child(2) {
  text-align: left;
  padding: 60px 20px 60px 20px;
	flex: 1;
}
	footer {
  background: #000;
  color: #fff;
  height: 30px;
  bottom: 0;
  background: #000;
  color: #fff;
  height: 30px;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 1%;
  margin-top: 50px;
}
	.col:nth-child(3) li {
  list-style: none;
  line-height: 1.3em;
		padding-right: 20px;
		
}
	
} /* Ende @media */
/** Desktop
  * Navigation ab 768px - Menübutton ausblenden und Liste horizontal anzeigen 
  * 
  */
@media screen and (min-width: 768px) {
	 .hg {
    background-image: url("pix/logo-mustafi-baker.svg"), url("pix/malerei-2500.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position: 8% center, center top;
    background-size: 22%, contain;
    width: 100%;
    height: 0;
    padding-top: 43.48%;
  }
  
  .menubutton {
    display: none;
  }
   .navigation {
    max-height: none;
    overflow: auto;
    transition: none;
    flex-flow: row wrap;
  }
 
  .site-nav {
    padding: 0;
  }
  /*.site-nav > .wrapper {
    padding: 0 1rem;
  }*/
  .navigation li {
    display: inline-block;
    flex: 1;
    text-align: center;
    border-right: 1px solid #eee;
    max-width: 170px;
	  padding-left: 0px;
  }
  .navigation li:first-child {
    border-left: 1px solid #eee;
  }
	

	#allcols {
  flex-flow: nowrap;
		border-right: 1px solid #e4e4e4;
}
	.logcol {
  width: 100%;
  max-width: 300px;
  
}
.log {
  
  display: none;
}	

.col:first-child {
  background: #e4e4e4;
  padding: 70px 50px 70px 50px;
}

.col:nth-child(2) {
  padding: 85px 20px 70px 50px;
  text-align: left;
}
		
		.fuss {
  font-size: 0.8em;
}
}
/*end media*/

