



.bodyback{
	width: 100%;
	margin-top: 0%;
   	margin-left: auto;
   	margin-right: auto;
	text-align: left;
	background: #FFFFFF;
}

.start-back{
	text-align: center;
	background: url("background-start.png");
}

.logo-top {
	width: 25%;
	text-align: center;
	}
.logo-links {
	width: 75%;
	text-align: center;
	}


.text {
    height: 50px;
    font-family: helvetia;
    font-size: 30px;
    color: #777777;
    text-align: center;
    text-shadow: 2px 2px 3px #CCCCCC;
}

.text-1 {
    font-family: helvetia;
    font-size: 30px;
    color: #777777;
    text-align: center;
    text-shadow: 2px 2px 3px #CCCCCC;
}

.text-weihnachtsmarkt {
    height: 100px;
    font-family: helvetia;
    font-size: 80px;
    font-weight:bold;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 5px 3px 4px #000000;
}

div#topspace {
   width: 100%;
   valign: top;
   height: 125px;
   background: white none repeat scroll 0% 0%;
   position: fixed;
}

ul {
   text-align: center;
   padding: 10px 0%;
}

li {
  display: inline;
  font-size: 25px;
  padding: 10px 0%;
}

.box-shadow {
   box-shadow: 5px 5px 15px #555555;
}

.a {
  font-family: Times New Roman;
  font-size: 25px;
  background: padding-box;
  text-decoration: none;
}

a:link, a:visited {
  background-color: #ffffff;
  color: #777777;
  padding: 15px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: #CCCCCC;
  color: #7c0301;
}

.ueberschrift {
  font-family: Times New Roman;
  font-size: 60px;
  color: #7c0301;
  padding-top: 0px;
  text-align: center;
  text-shadow: 2px 2px 3px #777777;
}

.card-text-1 {
  background-image: url("pics/handwerk-2.jpg");
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  font-family: Times New Roman;
  font-size: 40px;
  color: #FFFFFF;
  top: 10%;
  left: 1%;  
  text-shadow: 2px 2px 3px #888888;
}

.card-text-2 {
  background-image: url("pics/keramik.jpg");
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  font-family: Times New Roman;
  font-size: 40px;
  color: #FFFFFF;
  top: 10%;
  left: 1.5%;  
  text-shadow: 2px 2px 3px #888888;
}

#bild-1 {
  background-image: url("pics/1-start.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  background-clip: padding-box;
  background-origin: padding-box;
  font-family: Times New Roman;
  font-size: 60px;
  color: #7c0301;
  text-valign: top;
  line-height: normal;
  text-shadow: 2px 2px 3px #ffffff;
}

div#page {
   position: absolute;
   height: auto;
   background: white;
}



















/*Unterpages - Über uns - Deko - Keramik - Interior - Paint usw.*/
div.gallery {
  border: 0px solid #ccc;
}

div.gallery:hover {
  border: 0px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
    face: helvetia;
    font-size: 30px;
    color: #777777;
    text-align: center;
    padding: 2px 5px 2px 5px;
    text-shadow: 2px 2px 3px #CCCCCC;
    padding: 20px;
    text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  display: flex;
  float: left;
  padding: 20px;
  align-content: center;
  width: 32%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
