#sp-main-body{
  	padding: 0;
}


#sp-footer{
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  font-size: 0.8em;
  padding: 5px 0;
  line-height: 125%;
}

:root {

    --cassiopeia-color-primary: #ff0000;
      
}

.home {
	/*background-image: url("/images/kodrolli-stuckateur/Bilder/Verwaltung/Hintergrund-Home1.png");*/
  	background-color: rgba(0,0,0,0.5);
  	background-attachment: fixed;
  	background-repeat: no-repeat;
  	background-position: top center !important;
  	background-size: 100% auto;
}

.ueber_uns {
	/*background-image: url("/images/kodrolli-stuckateur/20171111_112016.jpg");  */
  	background-color: rgba(0,0,0,0.5);
  	background-attachment: fixed;
  	background-repeat: no-repeat;
  	background-position: top left;
  	background-size: 100% auto;
}
.leistungen {
	/*background-image: url("/images/Heldor/galopp.jpg");  */
  	background-color: rgba(0,0,0,0.5);
  	background-attachment: fixed;
  	background-repeat: no-repeat;
  	background-position: top left;
  	background-size: 100% auto;
}
.aussenbereich {
	/*background-image: url("/images/Heldor/galopp.jpg");  */
  	background-color: rgba(0,0,0,0.5);
  	background-attachment: fixed;
  	background-repeat: no-repeat;
  	background-position: top left;
  	background-size: 100% auto;
}
.innenbereich {
	/*background-image: url("/images/Heldor/galopp.jpg");  */
  	background-color: rgba(0,0,0,0.5);
  	background-attachment: fixed;
  	background-repeat: no-repeat;
  	background-position: top left;
  	background-size: 100% auto;
}
.geruestbau {
	/*background-image: url("/images/Heldor/galopp.jpg");  */
  	background-color: rgba(0,0,0,0.5);
  	background-attachment: fixed;
  	background-repeat: no-repeat;
  	background-position: top left;
  	background-size: 100% auto;
}
.impressum {
	/*background-image: url("/images/Heldor/galopp.jpg");  */
  	background-color: rgba(0,0,0,0.5);
  	background-attachment: fixed;
  	background-repeat: no-repeat;
  	background-position: top left;
  	background-size: 100% auto;
}
.kontakt {
  	background-color: rgba(0,0,0,0.5);
}
.kontaktformular {
  	background-color: rgba(0,0,0,0.5);
}

/*allgemeine Textstyles*/
h1 {
  	text-family: verdana;
  	font-size: 1.5em;
	font-weight: bold;
  	color: black;
}
@media screen and (min-width: 30em ){
	h1 {
  		text-family: verdana;
  		font-size: 2.2em;
		font-weight: bold;
  		color: black;
	}
}
@media screen and (min-width: 40em ){
	h1 {
  		text-family: verdana;
  		font-size: 3.0em;
		font-weight: bold;
  		color: black;
	}
}
h2 {
	text-family: verdana;
  	font-size: 1.2em;
  	font-weight: bold;
  	color: black;
}
@media screen and (min-width: 30em ){
	h2 {
		text-family: verdana;
  		font-size: 1.7em;
  		font-weight: bold;
  		color: black;
	}
}
@media screen and (min-width: 40em ){
	h2 {
		text-family: verdana;
  		font-size: 2.1em;
  		font-weight: bold;
  		color: black;
	}
}
h3 {
  	text-family: verdana;
  	font-size: 1.0em;
  	font-weight: bold;
  	color: black;
}
@media screen and (min-width: 30em ){
	h3 {
		text-family: verdana;
  		font-size: 1.4em;
  		font-weight: bold;
  		color: black;
	}
}
@media screen and (min-width: 40em ){
	h3 {
		text-family: verdana;
  		font-size: 1.7em;
  		font-weight: bold;
  		color: black;
	}
}
h4 {
  	text-family: verdana;
  	font-size: 1.1em;
  	font-weight: 700;
  	color: black;
}
@media screen and (min-width: 30em ){
	h4 {
		text-family: verdana;
  		font-size: 1.3em;
  		color: black;
	}
}
@media screen and (min-width: 40em ){
	h4 {
		text-family: verdana;
  		font-size: 1.5em;
  		color: black;
	}
}
h5 {
  	text-family: verdana;
  	font-size: 0.9em;
  	color: black;
}
@media screen and (min-width: 30em ){
	h5 {
		text-family: verdana;
  		font-size: 1.1em;
  		font-weight: bold;
  		color: black;
	}
}
@media screen and (min-width: 40em ){
	h5 {
		text-family: verdana;
  		font-size: 1.3em;
  		font-weight: bold;
  		color: black;
	}
}
h6 {
  	text-family: verdana;
  	font-size: 0.2em;
  	color: black;
}
@media screen and (min-width: 30em ){
	h6 {
		text-family: verdana;
  		font-size: 0.4em;
  		font-weight: bold;
  		color: black;
	}
}
@media screen and (min-width: 40em ){
	h6 {
		text-family: verdana;
  		font-size: 0.5em;
  		font-weight: bold;
  		color: black;
	}
}

/*Leistungen grid-container */
.leistungen-gc {
  	display: grid;
  	justify-content: space-evenly;
  	width: 100%;
  	grid-template-columns: 200px;
	grid-template-rows: 420px 420px 420px;
  	padding: 5px;
	grid-gap: 10px;
}

/* 2 Spalten */
@media screen and (min-width: 30em ){
	.leistungen-gc {
  		grid-template-columns: 200px 200px;
  		grid-template-rows: 420px 420px;
  }
}

/* 3 Spalten */
@media screen and (min-width: 40em ){
	.leistungen-gc {
  		grid-template-columns: 200px 200px 200px;
  		grid-template-rows: 420px;
  }
}

/*Leistungen grid-element*/
.leistungen-ge {
  	display: grid;
  	justify-content: space-evenly;
  	width: 100%;
  	grid-template-columns: 200px;
	grid-template-rows: 200px 200px;
  	padding: 10px;
	grid-gap: 10px;
}

.leistungen-giP {
	border: 1px solid black;
}

.leistungen-giT {
  	background-color: rgba(0,0,0,0.6);
  	border: 1px solid black;
  	padding: 5px;
  	font-family: verdana;
  	font-size: 1.2em;
  	color: white;
  	text-align: left;
}
