/*
 * Datenbankvorlage Geokarte
* Version 1.0
 * @Autor 2022 Florian Dagner
 * @license CC BY-NC-SA 2.0 DE
 */

/* Bootsrap-Anpassung  */
.btn-outline-danger:hover {
background-color: transparent;
color: #d9534f;
}

.btn-group, .btn-group-vertical {
white-space: nowrap;
}


.btn-outline-danger:focus, .btn-outline-danger.focus, .btn-outline-primary:focus, .btn-outline-primary.focus {
outline: none;
border: none;
}

/* Bootsrap-Anpassung  */

.defaulttemplate {
max-width: 1000px;
box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
padding: 10px;
}

/* Einzelansicht */

.seite-karte {
max-width: 800px;
}

.daten {
float:right;
}

.ausschnitt-karte {
max-width: 600px;
}

.beschreibung {
margin-top: 20px;
}

.bild img {
box-shadow: 10px 10px 10px silver;
    border-radius: 10px;
    border: 20px solid #fff;
max-width: 95%;
}

.bild {
max-width: 600px;
}

/* Listenansicht: Beschriftung der Ortspunkte  */

.infotip {
fill: silver;
font-size: 0.5em;
stroke: #fff;
stroke-width: 0px;
}

/* Listenansicht: Elemente zunächst ausblenden  */

#equator, #wendekreis, #klimazone, #nullmeridian {
display:none;
}
#bluemarble {
display:block;
}

/* Listenansicht: Kartenrand  */

#plattkarte {
border-radius: 8px;
}
