div#tswcentrecombo {
  float: right;
  width: 80%;
  background-color: lime;
}

div#tswothersidecol {
  float: left;
  width: 40%;
  color: black;
  background-color: lime;
}

div#tswsidecol {
  float: right;
  width: 20%;
  color: black;
  background-color: lime;
}

div#tswcontent {
  float: left;
  width: 60%;
  color: black;
  background-color: red;
}

@media only screen and ( max-width : 629px ) {
  div#tswsidecol {
    float: none;
    width: 100%;
  }
  div#tswcontent {
    float: none;
    width: 100%;
  }
  div#tswothersidecol {
    float: none;
    width: 100%;
  }
  div#tswcentrecombo {
    float: none;
    width: 100%;
  }
}

div#tswcontproper {
  padding-left: 5px;
  padding-right: 5px;
}

div#tswcontainer {
  background-color: lime;
}

div#tswsideproper, div#tswothersideproper {
  padding-left: 5px;
  padding-right: 5px;
}

div#tswheader {
  color: black;
  background-color: blue;
}

div#tswfooter {
  color: white !important;
  background-color: #008888;
}

div {
  background-color: white !important;
}

p {
  color: black;
}

#tswheader {
  background-color: white !important;
}

#tswsideproper {
  background-color: white !important;
}

#tswcontproper {
  background-color: white !important;
  font-family: "Arial", "Helvetica", "sans-serif";
}

#tswothersideproper {
  background-color: white !important;
}

#titelbild {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

#strassenansicht {
  display: block;
  width: 70%;
  height: 70%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  overflow: auto;
}

#tswfooter {
  font-size: x-small;
  font-family: "Arial", "Helvetica", "sans-serif";
}

#Titeltext {
  font-family: "Arial", "Helvetica", "sans-serif";
}

#bildunterschrift1 {
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: small;
  text-align: center;
}
