/* CSS Document */

body {
	margin: 0;		padding: 0;
	
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 16px;
	
	background-color: #bbbbbb;
	overflow-y: scroll;
}

/* MAIN */

main {
	width: 94%; 		height: auto;
	margin: -2px 3% 20px 3%;
	padding: 15px 0 0 0;
	
	background-color: #ffffff;
	border: 2px solid #A4A4A4;
    border-top: 2px solid #ffffff;
	border-radius: 0 0 15px 15px;
	min-height: 147px;
}

main.highlight {
	
	background: url("../images/logov2.png") no-repeat;
	background-position: bottom right;
    background-color: white;
	
}

main.highlight ul.footer {
	width: 75%;	
}

/* Überschriften */

h1, h2, h3 ,h4, h5, h6 {
	margin: -10px 0 10px 15px;
	width: auto;
	font-size: 1em;
	clear: both;
}

h1 {
	font-size: 18px;
	text-decoration: underline;
	color: green;
	
}

h2 {
	font-size: 1.3em;
	margin: 5px 10px 5px
}

h3 {
	clear: both;
}

h4 {
	width: 98%;
	text-decoration: underline;
	clear: both;
}

/* asides */

aside.aside-index {
	position: absolute;
	top: 45px;
	right: 70px;
	text-align: center;
}

aside.aside-index h2, aside.aside-index iframe {
	margin: 0; padding: 0;
}

/* Listen */

ul {
	margin: auto 0 auto 5px;
}

/* Absätze */

p {
	margin: 0 15px 10px 15px;
}


.auflistung-gegenstaende  {
	text-decoration: underline;
}


p.gegebeneranlass {
    width: 50vh;
    margin: 0 0 10px 15px;
}

p.einleitung {
	min-width: 75%; width: 75%;	max-width: 75%;
}

/* Fahrzeuge */

div.mopedkarte {
	margin: 0 0 15px 15px;
	padding: 5px;
	
	width: 250px;	min-width: 250px;	max-width: 250px;
	height: 320px;	min-height: 320px;	max-height: 320px;
	
	float: left;
	
	background-color: lightgrey;
	border: 2px groove grey;
	border-radius: 10px;
}

div.fahrzeugbild {
	margin: 0 0 0 0;
	padding: 5px;	
	
}

div.fahrzeugbild img {

	border: 2px solid #FFFFFF;

	width: 240px;	min-width: 240px;	max-width: 240px;
	height: 180px;	min-height: 180px;	max-height: 180px;

	border-radius: 10px;
}

/* Ausfahrten */

div.jahreskontainer {
	min-height: 50px;	
	
	float: left;
	
	margin: 5px;
	padding: 0;
		
}

div.jahreskontainer {
	width: 23%;
}

div.geplantjahreskontainer {
	margin: 15px 0 0 0;
	width: 100%;
	float: left;
}

.jahreskontainer ul, .jahreskontainer h3 {
	width: 100%;
	text-align: center;
	margin: 0 5px 0 2.5px;
	padding: 0;
}

.jahreskontainer a {
	color: #333333;
}


.tourenliste li {
	width: 100%;
	text-align: center;
	outline-style: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* sitemap */

.sitemap-links ul {
	list-style-type:none;
    text-align: left;
	
	min-width: 50%;
	min-height: 25px;
	float: left;
    margin: 10px 0 25px 0;
	padding: 0;
    font-size: 1em;
	
	border:1px dashed grey;
	background-color: pink;
}

.sitemap-links li {
	margin: 0 0 0 30px;
	padding: 0 0 0 25px;
	width: 100%;
}

.sitemap-links a, .sitemap-links li  {
	color: #000000;
    font-weight: bold;
	list-style-type: none;
}

.sitemap-links a:hover {
    font-weight: bold;
 	text-decoration: underline;
}

ul.sitemap-links li ul {
	padding: 2px 0;
	margin: 0 0 0 -25px;
	width: 90%;
}

/* WO IST WAS */

table.normaltab {
	border-collapse: collapse;
	margin: 0 5px;
	
	width: 99%

}

.normaltab tr:hover {
    background-color: darkgrey;
}

.normaltab td, .normaltab th {
	border: 1px solid #000000;
	padding: 0 15px;
	
}

.normaltab td {
	text-align: center;
	
}

.normaltab td:first-child {
	text-align: center;
    width: auto;
    margin: 0;
    padding: 0;
	
}

.normaltab td:last-child {
	text-align: left;
    margin: 0;
    padding: 0;
	
}

.normaltab td:nth-child(2) {
	text-align: center;
	padding: 0;
    margin: 0;
    min-width: 110px; 
    max-width: 110px;
	
}

.normaltab td:nth-child(3) {
	text-align: center;
	padding: 0;
    margin: 0;
    min-width: 110px; 
    max-width: 110px;
	
    

}

.normaltab td:nth-child(4) {
	text-align: center;
	padding: 0;
    margin: 0;
    min-width: 25px; 
    max-width: 25px;
	    
}

.normaltab td:nth-child(5) {
	text-align: center;
	padding: 0;
    margin: 0;
    min-width: 200px; 
    max-width: 200px;
	
    
}

.normaltab td:nth-child(6) {
	text-align: center;
	padding: 0;
    margin: 0;
    min-width: 100px; 
    max-width: 100px;
	
}

.normaltab td:nth-child(7) {
	text-align: center;
	padding: 0;
    margin: 0;
    min-width: 50px; 
    max-width: 50px;
	
}

.normaltab td:nth-child(8) {
	text-align: center;
	padding: 0;
    margin: 0;
    min-width: 50px; 
    max-width: 50px;
    
    background-color: pink;
	
}

/*  GRID */

div.grid-touren {
    display: grid;
    grid-template-areas:   'grid-ueberschrift    grid-ueberschrift    grid-ueberschrift'
                           'route                route                route'
                           'infotourtable        karte       		  tourfotos'
                           'tourtext             tourtext             tourfotos'
						   '.					.					  tourfotos'
					       '.					.					  tourfotos'
                           'tags                tags                  tourfotos'
                           'footer              footer                footer';
 
    align-items: flex-start;
    padding: 5px;
    width: 99%;
    height: auto;
	
    
}

h2.grid-ueberschrift {    
    grid-area: grid-ueberschrift;
   
    width: 99%;
    min-width: 66%;
    height: 30px; min-height: 30px; max-height: 30px; line-height: 30px;
    text-align: center;
    margin: 0 0 5px 0;
    align-content: flex-end;
}

p.route {    
    grid-area: route;
    
    width: 99%;
    height: 60px;
    margin: 0 0 25px 0;
    padding: 2px 0 0 0;
    text-align: center;
    
    border-top: 1px solid #333;
	
}

table.infotourtable {
    grid-area: infotourtable;
    border-collapse: collapse;
    margin: 0 0 0 5px;
	width: 300px; min-width: 300px; max-width: 300px;
	height: auto; min-height: auto; max-height: auto;
        
}

table.infotourtable td {
    border: 1px solid #000000;
    padding: 5px;
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}

table.infotourtable td:first-child {
    width: 100px;    height: auto;
    min-width: 80px;  
    font-weight: bold;
    text-align: right;
}

table.infotourtable td:last-child {
    width: 200px;
    min-width: 200px;
    
}

table.infotourtable th {
    border: 1px solid #000000;
    
}

div.tourfotos {
    grid-area: tourfotos;
    margin: 0 0 0 0;
    padding: 0 10px;
    text-align: center;
    clear: both;
    
}

div.tourfotos img {
    min-width: 20vh;
    width: 20vh;
    height: auto;
    border-radius: 5px;
    
    margin: 0 0 10px 0;
    
    text-align: center;
    
    float: left;
    
     
    border:1px solid #333333;
}

div.tourfotos img.panoramabild {
    min-width: 26%;
    height: auto;
    border-radius: 5px;
        
    text-align: center;
}


div.karte {
    grid-area: karte;
    text-align: center;
    margin: 0 0 0 10px;
}
div.karte img {
    width: 300px;
    height: auto;
    border: 1px solid #333333;
    border-radius: 5px;
}

p.tourtext {
    grid-area: tourtext;
    margin: 10px 0 15px 10px;
    text-align: left;
}

p.tags {
    
    grid-area: tags;
    width: 99%;
    height: auto;
}

/* Informationen */

.fussnote {
	font-style: italic;
}
.num-fussnote {
	font:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 10px;
	vertical-align: top;
	
}

/* Quellen */

.quelle {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 12px;
	font-style: italic;
}

.achtung {
	font-weight: 700;
	color: #D88600;
	text-decoration: underline;
}

.extern {
	font-weight: bolder;
	color: #ff0000;
}

.menu__links .aktiv {	
	color: #D88D00;
	font-weight: bold;
}

ul.secondnav a.aktiv {
	text-decoration: underline 2px solid;
}

span.extern img {
	width: 13px; min-width: 13px; max-width: 13px;
	height: 13px; min-height: 13px; max-height: 13px; line-height: 13px;
	border: none;
}

span.extern {
	font-size: 1em;
}

span.ausnahmebildunterschrift {
	color: #000000;
	
}

/* Skalieren */

*.skalieren {
transition: transform 0.8s;
 -moz-transition: transform 0.8s;
 -webkit-transition: transform 0.8s;
 -o-transition: transform 0.8s;
 -ms-transition: transform 0.8s;
}

*.skalieren:hover {
	z-index: 999;
cursor: zoom-in;
 cursor: -moz-zoom-in;
 cursor: -webkit-zoom-in;
 transform: scale(2.5, 2.5);
 -moz-transform: scale(2.5, 2.5);
 -webkit-transform: scale(2.5, 2.5);
 -o-transform: scale(2.5, 2.5);
 -ms-transform: scale(2.5, 2.5);
}

/* NACH OBEN */

p.wiederoben {
    position: absolute;
    bottom: 1%;
    right:5.5%;
    height: 100%;
    z-index: 10;
    }

/* to hide the button when page first loaded */
 
p.wiederoben:before {
    content: '';
    display: block;
    height: 100vh;
    pointer-events: none;
    
    }

 /* fixed to right bottom of page */

p.wiederoben a {
    position: fixed;
    bottom: 0;
    cursor: pointer;
	font-size: 20px;
}
/* NACH OBEN ENDE */

.mobileonly {
    display: none;
}

.desktoponly {
}

img.linkicon {
	width: 16px; min-width: 16px; max-width: 16px;
	height: 16px; min-height: 16px; max-height: 16px; line-height: 16px;
	margin: 1px 0 0 0;
}

h2.vierhundertvier,  h2.vierhundertvier a { 
	width: 99%;
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 26px;
	color:#565656;
	font-weight: bold;
}

p.vierhundertvier {
	width: 99%;
	text-align: center;
}

.monatiframe {
	margin: 20px;	padding: 0;
	
	min-width: 177px; width: 177px;	max-width: 177px;
	min-height: 202px; height: 202px; max-height: 202px; line-height: inherit;

	border:none;
	overflow: hidden !important;
	
	float: left;
}

div.wrapper-kalender {
	margin: 0 0 0 20px;
}

.kalenderindex {
    font-size: 12px;
}