body {
  background-color: #aaaaaa;
  font-size: 100%;
  margin: auto;
  padding: 0em;
}

* {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin:auto;
  padding:0;
}

 
img,
iframe {
  max-width: 100%;
}   
	/*----------------------------------------------------------*/
/*

blahblah
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; margin-before: 1em; margin-after: 1em }
h4 { font-size: 1.12em; margin-before: 1.33em; margin-after: 1.33em }
h5 { font-size: .83em; margin-before: 1.67em; margin-after: 1.67em }
h6 { font-size: .67em; margin-before: 2.33em; margin-after: 2.33em }
p { font-size: 1em; margin-before: 1em; margin-after: 1em }
*/
	/*----------------------------------------------------------*/

			
  #tourentitel {

   
font-size: 2.44vw; -webkit-transition: font-size .1s;
  font-family: Times New Roman;
  color:#e8c164;
  font-weight: bold;
  border-radius: 0px;
  box-shadow: 5px 5px 5px #2c2c2c;
  text-shadow: 2px 3px 5px black;
  }


#map img {

  background-color: #ffffff;
  position: relative;
  max-width:   90%;
  border-radius: 0px;
  box-shadow: 5px 8px 10px black;
 }
 
 #connect {
  background-color: #e0e0e0;
  position: relative;
  max-width:   465px;
  margin-top: 1.8em;
  margin-bottom: 1.8em;
  border-radius: 0px;
  box-shadow: 5px 8px 10px black;
 }

