		@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,200,100,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Alex+Brush);

/*-----------------------
Allgemeine Formatierungen
-----------------------*/

* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	-webkit-font-feature-settings: "lnum" 1; 
	-moz-font-feature-settings: "lnum" 1; 
	-moz-font-feature-settings: "lnum=1"; 
	-ms-font-feature-settings: "lnum" 1; 
	-o-font-feature-settings: "lnum" 1; 
	font-feature-settings: "lnum" 1;

}
	

nav {
	background-color: rgba(255, 255, 255, 0.95);
	font-family: "Raleway", Arial, sans-serif;
	padding: 50px 0px 70px 0px;
	margin-top: 100px;
	width: 100%;
	display: inline-block;
	box-shadow: 10px 10px 10px rgba(95, 95, 95, 0.5);

}

nav ul li {
	font-size: 22px;
	letter-spacing: 1px;
	float: left;
	padding-top: 1em;
	-webkit-transition:max-height 0.4s;
	-ms-transition:max-height: 0.4s;
	-moz-transition:max-height: 0.4s;
	transition:max-height: 0.4s;
	
}

nav ul li a {
	padding-right: 60px ;
	padding-left: 60px;
	border-right: 1px solid rgb(36,103,166);
	float: left;
	height: 50px;
	padding-top: 10px;
}

.burger-home {
		opacity: 0;
	}


.galerie{
	border-right: none;
}

nav ul{
	max-width: 1500px;
	margin:auto;
}

a:hover {
	color: lightgrey;
}


.section-1-index {
	padding: 50px 0px 50px 0px;
	width: 100%;
	text-align: center;
	height: 150em;
	font-family: "Raleway", Arial, sans-serif;

}

.section-2-index{
	font-family: 'Raleway', Arial, sans-serif;
	height: auto;
	font-weight: bolder;
	color: rgb(255,255,255);
	padding-top: 35em;
}

.white-index{
	background-color: rgba(255,255,255,0.9);
	padding-bottom: 60em;

}

.white-firma{
	background-color: rgba(255,255,255,0.9);
	margin-top: 80em;
	padding-bottom: 20em;
	padding-top: 20em;
}

.white-dienst{
	background-color: rgba(255,255,255,0.9);
	margin-top: 80em;
	padding-bottom: 20em;
	padding-top: 20em;
}

.white-galerie{
	background-color: rgba(255,255,255,0.9);
	margin-top: 80em;
	height: 260em;
	padding-top: 20em;
}

.dekor{
	background-color: rgba(255,255,255,0.9);
	height: 30em;
	padding-top: 7em;
	margin-top: 40em;
	margin-bottom: -20em;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: rgb(36,103,166);
}

address {
	font-style: normal;
}

footer{
	background-color: rgba(255, 255, 255, 0.85);
	display: inline-block;
	height: 5em;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	width: 100%;
	margin-top: 15em;
}

footer div p{
	float: left;
	width: 20%;
	font-size: 20px;
	color: black;
	margin-top: 1.5em;
	text-align: center;
		
}

footer div{
	overflow: hidden;
	max-width: 1300px;
	margin:auto;

}

footer div a{
	display: inline-block;
	color: black;
}

.farbeimer{
	background-image: url(../img/farbeimer.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;

}


.logo {
	width: 250px;
	margin: 0 auto;
	margin-top: -0.5em;
}

.header-index {
	background-image: url(../img/pinsel-1.jpg);
	background-size: 100%;
	height: 1350px;
	background-repeat: no-repeat;
}

.header-firma {
	height: 1600px;
	
}

.zentriert {
	position: relative;
	top: 50%;
	
}

.alex-brush-index{
	font-family: 'Alex Brush', cursive;
	font-size: 80px;
	padding-bottom: 5em;
}

.alex-brush-ut{
	font-family: 'Alex Brush', cursive;
	font-size: 80px;
	padding-bottom: 8em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.alex-brush-firma{
	font-family: 'Alex Brush', cursive;
	font-size: 60px;
	padding-bottom: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.link{
	font-family: Raleway, sans-serif;
	font-weight: 200;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15em;
	font-size: 30px;
	color: black;

}

.gs-dienst {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 30px;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.titel-index {
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	font-size: 100px;
	padding-bottom: 0.5em;
	letter-spacing: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.titel {
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	font-size: 100px;
	padding-bottom: 0.5em;
	letter-spacing: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gs-index {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 30px;
	padding-bottom: 10px;
	line-height: 42px;
}

.gs-firma-1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 30px;
	padding-bottom: 15em;
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	line-height: 42px;
	text-align: center;
}

.gs-firma-2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 30px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 42px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.gs-firma-3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 30px;
	padding-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 42px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.gs-kontakt-1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 30px;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gs-kontakt-2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 30px;
	padding-bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gs-galerie {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 30px;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25em;
}

.bold-firma {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	font-size: 50px;
	padding-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.bold-kontakt {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	font-size: 50px;
	padding-bottom: 50px;
	margin-top: 15em;
	display: flex;
	align-items: center;
	justify-content: center;

}


.grey {
	color: rgb(69 65 61);
}

.linie-ischi{
	border: black 1px solid;
	width: 50em;
	margin-top: 2em;
	margin-bottom: 5em;
	margin-left: auto;
	margin-right: auto;
}

.linie-firma-1{
	border: black 1px solid;
	width: 20em;
	margin-top: 2em;
	margin-bottom: 5em;
	margin-left: auto;
	margin-right: auto;
}

.linie-firma-2{
	border: black 1px solid;
	width: 35em;
	margin-top: 5em;
	margin-bottom: 5em;
	margin-left: auto;
	margin-right: auto;
}

.linie-dienst-1{
	border: black 1px solid;
	width: 30em;
	margin-top: 2em;
	margin-bottom: 5em;
	margin-left: auto;
	margin-right: auto;
}

.linie-dienst-2{
	border: black 1px solid;
	width: 25em;
	margin-top: 2em;
	margin-bottom: 5em;
	margin-left: auto;
	margin-right: auto;
}

.linie-dekor{
	border: black 1px solid;
	width: 21em;
	margin-top: ;
	margin-bottom: 5em;
	margin-left: auto;
	margin-right: auto;
}

.linie-kontakt-1{
	border: black 1px solid;
	width: 15em;
	margin-top: 2em;
	margin-bottom: 5em;
	margin-left: auto;
	margin-right: auto;
}

.linie-map{
	border: black 1.5px solid;
	width: 50em;
	margin-top: 3em;
	margin-bottom: 6.5em;
	margin-left: auto;
	margin-right: auto;
}

.linie-galerie-1{
	border: black 1px solid;
	width: 22em;
	margin-top: 2em;
	margin-bottom: 5em;
	margin-left: auto;
	margin-right: auto;
}

.linie-galerie-2{
	border: black 1px solid;
	width: 22em;
	margin-top: 2em;
	margin-bottom: 5em;
	margin-left: auto;
	margin-right: auto;
}

.slider{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	height: 10em;
}

#kacheln {
	width: 98%;
	margin-left: 1%;
	margin-top: 30em;
	height: 100%;
	padding-left: 5;
	float: right;
	margin-right: calc(1% - 5px);
}

.airbrush, .stucco, .trompe, .effekt, .holz, .schriften, .marmor, .vergolden, .lasur{
    position: fixed;
    top: 50%;
    width: 75%;
    background-color: rgb(255,255,255);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 50px;
    left: 50%;
    display: none;
    font-family: "Raleway", sans-serif;
	font-weight: lighter;
	font-size: 30px;
	line-height: 40px;

}

.kachel {
	width: 20%;
	height: 15em;
	float: left;
	color: white;
	background-color: rgba(36,103,166,0.9);
	font-size: 30px;
	letter-spacing: 2.5px;
	font-family: "Raleway", sans-serif;
	font-weight: bolder;
	text-align: center;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	margin: 5px;	
}


.kachel:hover {
	background-color: rgba(66, 141, 212, 0.9);
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}
.kachel span{
	white-space: nowrap;
  display: inline-block;
}
.one, .oneSpecial{
	width: 100%;
	margin: 0;
	margin-bottom: 5px;
	font-size: 50px;
	padding-top: 40%;
	height: calc(9em - 5px);
}

.oneSpecial{
	height: calc(9em - 10px);
}

.two, .twoSpecial{
	font-size: 50px;
	padding-top: 17%;
	width: calc(40% - 10px);
	height: 18em;
}

.eight{
	font-size: 50px;
	padding-top: 17%;
	width: calc(40% - 10px);
	height: 18em;
}	

.twoSpecial{
	margin: 0;
	margin-right: 5px;
	margin-top: 5px;
	height: calc(18em - 10px);
}	

.three{
	width: calc(20% - 10px);
}	
	
.four{
	font-size: 50px;
	height: 9em;
	padding-top: 7.5%;
	width: calc(20% - 10px);
}

.five, .fiveSpecial{
	font-size: 50px;
	padding-top: 40%;
	height: calc(9em - 5px);
	width: 100%;
	margin: 0;
	margin-top: 5px;
}

.fiveSpecial {
	height: calc(9em - 10px);
}

.six{
	width: calc(40% - 10px);
	font-size: 50px;
	height: calc(9em - 10px);
	padding-top: 7.5%;
}

.seven{
	width: calc(40% - 10px);
	font-size: 50px;
	height: calc(9em - 10px);
	padding-top: 7.5%;
}

.nine{
	width: calc(40% - 10px);
	font-size: 50px;
	height: calc(9em - 10px);
	padding-top: 7.5%;
}

article .kachel a:link, article .kachel a:visited, article .kachel a:hover, article .kachel a:active{
	color: rgb(255,255,255);
	font-size: 30px;
	letter-spacing: 2.5px;
	font-family: "Raleway", sans-serif;
	font-weight: bolder;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

#farbeimerdiv {
	float: left;
	width: calc(20% - 5px);
	height: auto;
	margin: 5px;
	margin-left: 0;
}

#farbeimerdivSpecial {
	float: left;
	width: calc(20% - 5px);
	height: auto;
	margin: 5px;
}


.handle{
	width: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	text-align: center;
	box-sizing: border-box;
	padding: 15px 10px;
	cursor: pointer;
	color: rgb(36,103,166);
	display: none;
	font-family: "Raleway", sans-serif;
	font-weight: light;
	font-size: 22px;
}


.haus{
	max-width: 100%;
}

.pinsel-2{
	background-image: url(../img/pinsel-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

.pinsel-3{
	background-image: url(../img/pinsel-3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

.pinsel-4{
	background-image: url(../img/pinsel-4.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

.pinsel-5{
	background-image: url(../img/pinsel-5.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

.toTop{
	margin-left: 50%;
	display: inline-block;
	margin-top: 15em;
}

.toTopImg {
	width: 4em;
}

.map{
	box-shadow: 5px 5px 5px rgba(95, 95, 95, 0.5);
	width: 90em;
	height: 50em;
}
.map-div{
	width: 90em;
	height: 50em;
	margin-right: auto;
	margin-left: auto;
}






/*-------------
Responsive
-------------*/

@media screen and (max-width: 580px){
	/* versteckte Listenelemente um sie animieren zu können */
	nav ul{
		max-height: 0;
	}
	/* Klasse anfügen um zu zeigen */
	nav ul li{
		box-sizing: border-box;
		width: 100%;
		padding: 15px;
		text-align: center;
	}
}


@media screen and (max-width: 950px){
	.titel{
		font-size: 50px;
		padding-bottom: 0.2em;
	}
	.titel-index{
		font-size: 50px;
		padding-bottom: 0.2em;
	}
	.alex-brush-index{
		font-size: 30px;
	}
	.map{
		width: 20em;
		height: 12em;
	}
	.map-div{
		width: 20em;
		height: 12em;
	}
}

@media screen and (max-width: 1370px){
	.titel{
		font-size: 80px;
		padding-bottom: 0.2em;
	}
	.titel-index{
		font-size: 80px;
		padding-bottom: 0.2em;
		margin-top: -4em;
	}
	.alex-brush-index{
		font-size: 60px;
	}
	.alex-brush-ut{
		font-size: 60px;
		margin-top: -0.5em; 
	}
	.alex-brush-firma{
		font-size: 45px; 
	}
	.gs-index{
		font-size: 20px;
		padding-bottom: 0px;
	}
	.gs-firma-1{
		font-size: 20px;
		max-width: 1000px;
		line-height: 38px;	
	}
	.link{
		font-size: 20px;
	}
	.gs-dienst{
		font-size: 20px;
	}
	.gs-firma-2{
		font-size: 20px;
		padding-bottom: 5px;
		max-width: 1000px;	
	}
	.gs-firma-3{
		font-size: 20px;
		padding-bottom: 50px;
		max-width: 1000px;	
	}
	.gs-kontakt-1{
		font-size: 20px;
	}
	.gs-kontakt-2{
		font-size: 20px;
		padding-bottom: 3em;
	}
	.airbrush, .stucco, .trompe, .effekt, .holz, .schriften, .marmor, .vergolden, .lasur{
		font-size: 20px;
		line-height: 27px;
		font-weight: normal;
	}
	.gs-galerie{
		font-size: 20px;
		margin-bottom: 20em;
		margin-top: -1em;
	}
	.linie-ischi{
		margin-bottom: 3.2em;
		width: 40em;
	}
	.linie-firma-1{
		margin-bottom: 5em;
	}
	.linie-firma-2{
		width: 30em;
		margin-bottom: 3em;
	}
	.linie-dekor{
		width: 18em;
	}
	.linie-kontakt-2{
		width: 20em;
	}
	.linie-map{
		width: 40em;
		margin-bottom: 4.5em;
	}
	.linie-galerie-1{
		width: 18em;
	}
	.linie-galerie-2{
		width: 16em;
		margin-bottom: 4em;
	}
	.bold-firma{
		font-size: 40px;
	}
	.bold-kontakt{
		font-size: 40px;
		padding-bottom: 0px;
	}
	nav ul li a {
		padding-right: 30px;
		padding-left: 30px;
	}

	nav {
		padding: 50px 0px 70px 120px;
	}

	.white-galerie{
		padding-bottom: 10em;
		margin-top: 50em;
		height: 160em !important;
	}
	.white-dienst{
		padding-top: 10em;
		padding-bottom: 10em;
	}
	.white-index{
		margin-bottom: -52em;
	}
	.white-firma{
		padding-top: 10em;
		padding-bottom: 10em;
	}
	.dekor{
		height: 20em;
		padding-top: 5em;
	}

}

@media screen and (max-width: 2025px){
	.header-index{
		height: 1100px;
		background-size: 130%;
	}
	.white-dienst{
		margin-top: 60em;
	}
	.white-firma{
		margin-top: 60em;
	}
	.white-kontakt{
		margin-top: 60em;
	}
	.white-galerie{
		margin-top: 60em;
	}
	.map{
		width: 70em;
		height: 45em;
	}
	.map-div{
		width: 70em;
		height: 45em;
	}

}

@media screen and (max-width: 1270px){
	.header-index{
		background-size: 170%;
		background-position: center; 
	}
	.white-index{
		padding-bottom: 15em;
	}
	.titel-index{
		margin-top: -9em;
	}
}

@media screen and (max-width: 1000px){
	.header-index{
		height: 950px;
		background-size: 200%;		
	}
	nav ul li a {
		height: 28px;
		font-size: 18px;
	}
	.kachel {
        height: 5.5em;
    }    
    .two {
        height: calc(11em + 10px);
    }
    .eight {
        height: calc(11em + 10px);
    }
}

@media screen and (max-width: 900px){
	.header-index{
		background-size: 200% 
	}
}

@media screen and (max-width: 717px){
	.header-index{
		height: 800px;
	}
	.gs-firma-1{
		max-width: 450px;
	}
	.gs-firma-2{
		max-width: 450px;
	}
	.gs-firma-3{
		max-width: 450px;
	}
	.kachel{
		line-height: 
	}
}

@media screen and (max-width: 600px){
	.header-index{
		background-size: 250%
	}
}



@media screen and (max-width: 932px){
	nav ul li a {
		height: 28px;
		font-size: 16px;
	}
	.logo {
		width: 180px;
	}
}

@media screen and (max-width: 1096px){
	nav ul li a{
		padding-right: 10px;
		padding-left: 10px;
		height: 35px;
	}
	nav ul li {
		font-size: 18px;
	}
	.logo{
		width: 200px;
	}
	nav{
		padding: 49px 0px 70px 125px;
	}
	.titel{
		font-size: 60px;
		padding-bottom: 0em;
	}
	.titel-index{
		font-size: 60px;
		padding-bottom: 0em;
		margin-top: -12em;
	}
	.alex-brush-index{
		font-size: 45px;
	}
	.alex-brush-ut{
		font-size: 45px;
		padding-bottom: 6em;
	}
	.alex-brush-firma{
		font-size: 45px;
	}
	footer div p{
		font-size: 15px;
		margin-top: 2em;
		text-align: center; 
	}
	.linie-ischi{
		width: 30em;
		margin-bottom: 2.5em;
	}
	.linie-firma-1{
		width: 17em;
		margin-bottom: 3.5em;
	}
	.linie-firma-2{
		width: 25em;
	}
	.linie-dienst-1{
		width: 20em;
		margin-bottom: 3em;
	}
	.linie-dienst-2{
		width: 20em;
	}
	.linie-dekor{
		width: 13em;
		margin-top: 1em;
	}
	.linie-kontakt-1{
		width: 10em;
	}
	.linie-galerie-1{
		width: 14em;
		margin-bottom: 3em;
	}
	.gs-dienst{
		font-size: 20px;
	}
	.toTopImg {
		width: 3em;
	}
	.link{
		font-size: 20px;
		margin-bottom: 0em;
	}
	.white-index{
		padding-bottom: 0em;
	}
	.white-firma{
		padding-top: 7em;
		margin-top: 40em;
		padding-bottom: 7em;
	}
	.white-dienst{
		padding-top: 7em;
		margin-top: 40em;
		padding-bottom: 7em;
	}
	.white-galerie{
		padding-top: 5em !important;
		padding-bottom: 7em;
		height: 130em !important;
	}
	.dekor{
		margin-top: 15em;
		height: 15em;
	}
	.section-1-index {
		height: 133em;
	}
	.dekor{
		height: 15em;
		padding-top: 5em;
	}

}

@media screen and (max-width: 960px){
	.kachel {
		width: 100%;
		height: 5em !important;
		margin-left: -5px;

	}

	#farbeimerdivSpecial {
		width: 100%;
	    height: 11em;
	    margin: 5px 0;
	}

	.oneSpecial {
		padding: 0;
    	margin: 0;
    	line-height: 5;
    	margin-left: -5px;
	}

	.one {
		width: 100%;
		padding-top: 50%;
		height: 5em;
	}
	.two, .twoSpecial{	
		padding-top: 10%;
		width: 100%;
		height: 5em;
		margin-bottom: 5px;
		line-height: 0;
	}
	.eight{	
		padding-top: 10%;
		width: 100%;
		height: 5em;
		line-height: 0;
	}	
	.three{
		width: 100%;
	}	
	.four{
		height: 5em;
		padding-top: 10%;
		width: 100%;
		line-height: 0;
	}
	.five, .fiveSpecial{
		padding-top: 10%;
		height: 5em;
		width: 100%;
		line-height: 0;
	}
	.six{
		width: 100%;
		height: 5em;
		padding-top: 10%;
		line-height: 0;
	}

	#farbeimerdiv {
		width: 100%;
	}
	.kachel.one{
		display: none;
	}
	.kachel.three{
		display: none;
	}	
	.kachel.fiveSpecial{
		display: none;
	}	
	.map{
		width: 20em;
		height: 10em;
	}
	.map-div{
		width: 20em;
		height: 10em;
	}
}

@media screen and (max-width: 740px){

	.burger-home {
		opacity: 1;
	}

	.showing li a img {
		display: none;
	}

	footer div p{
		font-size: 15px;
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	footer{
		height: 20em;
	}
	.kachel {
		width: 100%;
		height: 5em;
		margin-left: -5px;
	}
	.oneSpecial{
		width: 100%;
		padding-top: 0%;
		height: 5em;
		margin-left: -5px;
	}
	.two, .twoSpecial{	
		padding-top: 10%;
		width: 100%;
		height: 5em;
	}
	.eight{	
		padding-top: 10%;
		width: 100%;
		height: 5em;
	}	
	.three{
		width: 100%;
	}	
	.four{
		height: 5em;
		padding-top: 10%;
		width: 100%;
	}
	.five, .fiveSpecial{
		padding-top: 10%;
		height: 5em;
		width: 100%;
	}
	.six{
		width: 100%;
		height: 5em;
		padding-top: 10%;
	}

	#farbeimerdiv {
		width: 100%;
	}

	nav ul {
		display: none;
	}
	nav {
		display: none;
		background-color: rgba(255, 255, 255, 0.75);
		height: 15em;
	}
	.logo {
		margin-top: 0.8em;
	}
	nav ul li {
		float: none;
	}
	nav ul li a {
		border-right: none;
		width: 100%;
		text-align: center;
		padding-bottom: 1.5em;
		padding-right: 3em;
	}
	nav {
		margin: 0;
	}
	.display {
		display: inline-block;
	}
	.showing{
		/*max-height: 20em;*/
		display: block;
	}
	.handle{
		display: block;
		margin-top: 2.8em;
		background-color: rgba(255, 255, 255, 0.9);
	}
	.linie-ischi{
		width: 14em;
		margin-bottom: 1.3em;
		margin-top: 1.3em;
		border: grey 1px solid;
	}
	.linie-firma-1{
		width: 10em;
		border: grey 1px solid;
		margin-bottom: 2em;
		margin-top: 1em;
	}
	.linie-firma-2{
		width: 15em;
		border: grey 1px solid;
		margin-bottom: 2em;
	}
	.linie-dienst-1{
		width: 13em;
		border: grey 1px solid;
	}
	.linie-dienst-2{
		width: 13em;
		margin-bottom: 2em;
		border: grey 1px solid;
	}
	.linie-dekor{
		width: 8em;
		border: grey 1px solid;
	}
	.linie-kontakt-1{
		width: 6em;
		margin-bottom: 1.8em;
		margin-top: 1.5em;
		border: grey 1px solid;
	}
	.linie-galerie-1{
		width: 8em;
		border: grey 1px solid;
		margin-bottom: 1.8em;
		margin-top: 1.5em;
	}	
	.linie-galerie-2{
		width: 12em;
		margin-bottom: 1.8em;
		border: grey 1px solid;
	}
	.linie-map{
		width: 18em !important;
		margin-bottom: 2em;
		margin-top: 1.5em;
		border: grey 1px solid;
	}
	.gs-dienst{
		font-size: 15px;
	}
	.gs-dienst-2{
		font-size: 15px;
	}
	.gs-kontakt-1{
		font-size: 15px;
		padding-bottom: 15px;
	}
	.gs-kontakt-2{
		font-size: 15px;
		padding-bottom: 60px;
	}
	.airbrush, .stucco, .trompe, .effekt, .holz, .schriften, .marmor, .vergolden, .lasur{
		font-size: 15px;
		line-height: 23px;
		font-weight: 
	}
	.gs-galerie{
		font-size: 15px;
		margin-top: -3em;
	}
	.gs-index{
		font-size: 13px;
		margin-bottom: -15px;
	}
	.gs-firma-1{
		font-size: 13px;
		line-height: 30px;
		max-width: 300px;
	}
	.gs-firma-2{
		font-size: 13px;
		line-height: 30px;
		max-width: 300px;
	}
	.gs-firma-3{
		font-size: 13px;
		line-height: 30px;
		max-width: 300px;
		padding-bottom: 30px;
	}
	.link{
		font-size: 15px;
	}
	.white-index{
		padding-bottom: 20em;
	}
	.white-firma{
		padding-bottom: 4em;
		padding-top: 4em !important;
		margin-top: 40em !important;
	}
	.white-dienst{
		padding-bottom: 12em;
		padding-top: 4em !important;
		margin-top: 40em !important;
	}
	.white-galerie{
		padding-top: 4em;
		margin-top: 40em !important;
		height: 90em !important;
	}
	.toTopImg {
		width: 2em;
	}
	.titel{
		font-size: 30px;
	}
	.titel-index{
		font-size: 30px;
		margin-top: -15em;
	}
	.alex-brush-index{
		font-size: 25px;
	}
	.alex-brush-ut{
		font-size: 25px;
		margin-top: -0.5em;
	}
	.alex-brush-firma{
		font-size: 25px;
	}
	.bold-firma{
		font-size: 20px;
		padding-bottom: 30px;
	}
	.bold-kontakt{
		font-size: 20px;
		text-align: center;
		padding-bottom: 0px;
		margin-top: 12em;
	}
	
	.section-1-index {
		height: 115em;
	}
	header{
		margin-top: -4em;
	}

	.dekor{
		height: 10em;
		padding-top: 3em;
	}
	.pinsel-5{
		background-image: url(../img/pinsel-5.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top;
		background-attachment: scroll;
	}

	.farbeimer{
		background-image: url(../img/farbeimer.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: scroll;
	}
	.pinsel-2{
		background-image: url(../img/pinsel-2.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: scroll;
	}
	.pinsel-3{
		background-image: url(../img/pinsel-3.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: scroll;
	}
	.pinsel-4{
		background-image: url(../img/pinsel-4.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: scroll;
	}

}


@media screen and (max-width: 1496px){
	.white-firma{
		margin-top: 50em;
		padding-top: 10em;
	}
	.white-galerie{
		margin-top: 50em;
		padding-top: 10em;
		height: 220em;
	}	
	.white-dienst{
		margin-top: 50em;
		padding-top: 10em;
	}
	.white-kontakt{
		margin-top: 50em;
		padding-top: 10em;
	}
	.kachel{
		height: 7.5em;
	}
	.two, .twoSpecial{
		height: calc(15em + 10px);
	}
	.eight{
		height: calc(15em + 10px);
	}
	.gs-firma-1{
		max-width: 1000px;
	}
	.gs-firma-2{
		max-width: 1000px;
	}
	.gs-firma-3{
		max-width: 1000px;
	}
	.three{
	    height: 12.5em;
	}



@media screen and (max-width: 1600px){
	.gs-firma-1{
		max-width: 1000px;
	}
	.gs-firma-2{
		max-width: 1000px;
	}
	.gs-firma-3{
		max-width: 1000px;
	}
	.white-dienst{
		margin-top: 50em;
	}
	.white-kontakt{
		margin-top: 50em;
	}
	.white-galerie{
		margin-top: 50em;
	}
	.white-firma{
		margin-top: 50em;
	}
	.map{
		width: 60em;
		height: 40em;
	}
	.map-div{
		width: 60em;
		height: 40em;
	}
	.linie-map{
		width: 40em;
	}
}

@media screen and (max-width: 380px){
	.titel{
		font-size: 25px;
	}
	.titel-index{
		font-size: 25px;
	}
	.alex-brush-index{
		font-size: 20px;
	}
	.alex-brush-ut{
		font-size: 20px;
		margin-top: -2.5em;
	}
	.alex-brush-firma{
		font-size: 15px; 
	}
	.linie-ischi{
		width: 11em;
		margin-bottom: 1em;
		margin-top: 1em;
	}
	.linie-dienst-1{
		width: 10em;
		margin-bottom: 4em;
		margin-top: 1em;
	}
	.linie-dienst-2{
		width: 8em;
		margin-bottom: 1em;
	}
	.linie-dekor{
		width: 6em;
	}
	.linie-kontakt-1{
		width: 4.5em;
		margin-bottom: 4em;
		margin-top: 1em;
	}
	.linie-galerie-1{
		width: 6em;
		margin-bottom: 3.5em;
		margin-top: 1em;
	}
	.linie-map{
		width: 13em !important;
	}
	.linie-galerie-2{
		width: 8em;
		margin-bottom: 1em;
		margin-top: 
	}
	.linie-firma-1{
		width: 8em;
		margin-bottom: 4em;
		margin-top: 1em;
	}
	.linie-firma-2{
		margin-bottom: 1em;		
	}
	.linie-dekor{
		margin-top: 0.5em;
	}
	.gs-index{
		font-size: 10px;
		padding-bottom: -5px;
	}
	.gs-firma-1{
		font-size: 10px;
		max-width: 200px;
		line-height: 20px;
	}
	.gs-firma-2{
		font-size: 10px;
		padding-bottom: 0px;
		max-width: 200px;
		margin-right: auto;
		margin-left: auto;
		line-height: 20px;
	}
	.gs-firma-3{
		font-size: 10px;
		max-width: 200px;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 15px;
		line-height: 20px;
	}
	.gs-dienst{
		font-size: 10px;
		padding-bottom: 15px;
	}
	.gs-kontakt-1{
		font-size: 10px;
		padding-bottom: 10px;
	}
	.gs-kontakt-2{
		font-size: 10px;
		padding-bottom: 5em;
	}
	.airbrush, .stucco, .trompe, .effekt, .holz, .schriften, .marmor, .vergolden, .lasur{
		font-size: 10px;
		line-height: 16px;
	}
	.gs-galerie{
		font-size: 10px;
		margin-top: -4em;
	}
	.link{
		font-size: 10px;
	}
	.bold-firma{
		font-size: 20px;
		padding-bottom: 30px;
	}
	.bold-kontakt{
		font-size: 20px;
		padding-bottom: -10px;
	}
	.section-1-index {
		height: 90em;
	}

	.kachel {
		width: 100%;
		height: 5em !important;
		font-size: 20px !important; 
		padding-top: 35px;
		line-height: 1.5 !important;		
	}
	.one{ 
		width: 100%;
		padding-top: 35px;
		height: 3em;
	}
	.oneSpecial{
		width: 100%;
		padding-top: 3px;
		height: 3em;
		line-height: 4.5 !important;
	}
	.two{	
		padding-top: 35px;
		width: 100%;
		height: 3em;	
	}
	.twoSpecial{	
		padding-top: 35px !important;
		width: 100%;
		height: 3em;	
	}
	.eight{	
		padding-top: 35px !important;
		width: 100%;
		height: 3em;	
	}	
	.three{
		width: 100%;
	}	
	.four{
		height: 3em;
		padding-top: 35px;
		width: 100%;
	}
	.five, .fiveSpecial{
		padding-top: 35px;
		height: 3em;
		width: 100%;
	}
	.six{
		width: 100%;
		height: 3em;
		padding-top: 35px !important;
	}
	.white-galerie{
		padding-top: 2em !important;
		margin-top: 25em !important;
		height: 60em !important;
		padding-bottom: 0px;
	}
	.white-firma{
		margin-top: 25em !important;
		padding-top: 2em;
	}
	.white-dienst{
		padding-top: 2em ;
		margin-top: 25em !important;
		padding-bottom: 8em;
	}
	.section-1-index{
		height: 90em;
	}
	.dekor{
		height: 7em;
		padding-top: 2em;
	}
	#farbeimerdivSpecial{
		height: 5em;
		margin-bottom: 1.5em;
	}
	
}

@media screen and (max-width: 1257px){
	.logo{
		width: 200px;
	}
	nav ul li a {
		height: 30px;
		padding-top: 5px;
		font-size: 20px;
	}
	.kachel{
		font-size: 35px;
	}
	.gs-firma-1{
		max-width: 700px;
	}
	.gs-firma-2{
		max-width: 700px;
	}
	.gs-firma-3{
		max-width: 700px;
	}

	.three {
    	height: 7.5em;
	}

@media screen and (max-width: 250px){
	.titel{
		font-size: 30px;
	}
	.titel-index{
		font-size: 30px;
	}
}

@media screen and (max-width: 480px){
	.header-index{
		height: 600px;
		background-size: 350%;
	}
	.linie-firma-2{
		width: 8em;
	}
}

@media screen and (max-width: 1235px){
	.gs-firma-1{
		max-width: 600px;
	}
	.gs-firma-2{
		max-width: 600px;
	}
	.gs-firma-3{
		max-width: 600px;
	}
	.map{
		width: 45em;
		height: 30em;
	}
	.map-div{
		width: 45em;
		height: 30em;
	}
	.linie-map{
		width: 30em;
	}
}


@media screen and (max-width: 880px){
	iframe.map, .map-div {
	    width: 35em;
	    height: 20em;
	}
}

@media screen and (max-width: 650px){
	.gs-firma-1{
		max-width: 400px;
	}
	.gs-firma-2{
		max-width: 400px;
	}
	.gs-firma-3{
		max-width: 400px;
	}

	iframe.map, .map-div {
	    width: 27em;
	    height: 17em;
	}
}

@media screen and (max-width: 450px){
	.gs-firma-1{
		max-width: 300px;
	}
	.gs-firma-2{
		max-width: 300px;
	}
	.gs-firma-3{
		max-width: 300px;
	}

	iframe.map, .map-div {
	    width: 20em;
	    height: 12em;
	}
}

@media screen and (max-width: 340px){
	iframe.map, .map-div {
	    width: 14em;
	    height: 13em;
	}
}

@media screen and (max-width: 1140px){
	nav{
		padding: 50px 0px 70px 75px;	
	}
}

@media screen and (max-width: 925px){
	nav{
		padding: 50px 0px 70px 60px;
	}
}

@media screen and (max-width: 840px){
	nav{
		padding: 50px 0px 70px 65px;
	}
	nav ul li a {
		font-size: 15px;
	}
}

@media screen and (max-width: 790px){
	nav{
		padding: 50px 0px 70px 45px;
	}
}

@media screen and (max-width: 745px){
	nav{
		padding: 50px 0px 70px 35px;
	}
}

@media screen and (max-width: 790px){
	.kachel{
		line-height: 1;
	}
	.oneSpecial{
		line-height: 5;
	}
}

@media screen and (max-width: 550px){
	.kachel{
		line-height: 2;
	}
	.oneSpecial{
		line-height: 4.5;
	}
}



@media screen and (max-width: 431px){
	.eight{	
		padding-top: 13px;
	}
}

@media screen and (max-width: 452px){
	.twoSpecial{	
		padding-top: 13px;			
	}
}

@media screen and (max-width: 400px){
	.six{	
		padding-top: 13px;
	}
}

@media screen and (max-width: 265px){
	.eight{	
		padding-top: 18px !important;
	}
}

@media screen and (max-width: 278px){
	.twoSpecial{	
		padding-top: 18px !important;			
	}
}

@media screen and (max-width: 245px){
	.six{	
		padding-top: 18px !important;
	}
}















