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;
}
 
/*----------------------------------------------------------*/
/*
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 }
*/
/*----------------------------------------------------------*/
.ueberfliegerstart {
position: relative;
/*background-image: url(pics/bgdiv.png);*/
background-color: red; 
max-width:45%;
height: auto;
border-style:solid;
border-width: 0.22em;
border-color: #ffffff;
margin-top: -25.5%;
margin-bottom: 0.0em;
padding-top:1.0em;
padding-right:0.10em;
padding-left:0.10em;
padding-bottom:1.0em;
color:#ffffff;
text-align: center; 
font-size: 5.24vw; -webkit-transition: font-size .1s;
font-family: Times New Roman;
font-weight: bold;
border-radius: 0.6em;
box-shadow: 8px 8px 10px #3e3e3e;
text-shadow: 2px 3px 5px black; 
z-index:100;
}
#tourentitel {
background-color: #747474;
position: relative;
display: inline-block;
margin-top: 1.0em;
margin-left: 0.8em; 
margin-right: 0em;
margin-bottom: 2.4em;
padding-top:0.25em;
padding-right:0.50em;
padding-left:0.50em;
padding-bottom:0.25em;
color:#e8c164; 
font-size: 4.44vw; -webkit-transition: font-size .1s;
font-family: Times New Roman;
font-weight: bold;
border-radius: 0px;
box-shadow: 5px 5px 5px #2c2c2c;
text-shadow: 2px 3px 5px black;
}

.boxgrundtouren {
background-color: #747474;
position: relative;
max-width:80%;
padding: 2.3em;
padding-top:2.8em;
color:#ffffff; 
font-size: 2.8vw; -webkit-transition: font-size .1s;
text-align: center;
font-family: Times New Roman;
font-weight: bold;
border-radius: 0px;
box-shadow: 5px 5px 5px #2c2c2c;
text-shadow: 6px 6px 4px black;
}
#foto img {
background-color: #ffffff;
position: relative;
max-width:   90%;
border-radius: 0px;
box-shadow: 5px 8px 10px black;
margin-top: -0.5em;
margin-bottom: -0.8em;

}

.myButton {
-moz-box-shadow: 5px 6px 5px -4px #050505;
-webkit-box-shadow: 5px 6px 5px -4px #050505;
box-shadow: 5px 6px 5px -4px #050505;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c2c0c2), color-stop(1, #969496));
background:-moz-linear-gradient(top, #c2c0c2 5%, #969496 100%);
background:-webkit-linear-gradient(top, #c2c0c2 5%, #969496 100%);
background:-o-linear-gradient(top, #c2c0c2 5%, #969496 100%);
background:-ms-linear-gradient(top, #c2c0c2 5%, #969496 100%);
background:linear-gradient(to bottom, #c2c0c2 5%, #969496 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2c0c2', endColorstr='#969496',GradientType=0);
background-color:#c2c0c2;
-moz-border-radius:26px;
-webkit-border-radius:26px;
border-radius:26px;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Times New Roman;
font-size: 1.70vw; -webkit-transition: font-size .1s;
font-weight: bold;
padding:0.2em 1.0em 0.2em 1.0em;
margin-top: 2.0em;
text-decoration:none;
text-shadow:2px 2px 2px #000000;
}
.myButton:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #969496), color-stop(1, #c2c0c2));
background:-moz-linear-gradient(top, #969496 5%, #c2c0c2 100%);
background:-webkit-linear-gradient(top, #969496 5%, #c2c0c2 100%);
background:-o-linear-gradient(top, #969496 5%, #c2c0c2 100%);
background:-ms-linear-gradient(top, #969496 5%, #c2c0c2 100%);
background:linear-gradient(to bottom, #969496 5%, #c2c0c2 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#969496', endColorstr='#c2c0c2',GradientType=0);
background-color:#969496;
}
.myButton:active {
position:relative;
top:1px;
}
a:link {color:#ffffff; text-decoration:none}
a:visited {color:#ffffff; text-decoration:none}
a:active {color:#e8c164; text-decoration:none}
a:hover {color:#e8c164; text-decoration:none;}
h1 {
color:#ffffff;
font-size:150%;
font-family: Times New Roman;
font-weight: bold;
text-shadow: 2px 2px 3px black;
}
h2 {
color:#ffffff;
font-size:120%;
font-family: Times New Roman;
font-weight: bold;
text-shadow: 2px 2px 3px black;
}
h3 {
color:#ffffff;
font-size:80%;
font-family: Times New Roman;
font-weight: bold;
text-shadow: 2px 2px 3px black;
}
h4 {
color:#ffffff;
font-size:60%;
font-family: Times New Roman;
font-weight: bold;
text-shadow: 2px 2px 3px black;
}
h5 {
color:#ffffff;
font-size:40%;
font-family: Times New Roman;
font-weight: bold;
text-shadow: 2px 2px 3px black;
}