#karte {
	width: 70%;
	margin: auto;
	margin-top: 0px;
	border: #fff solid 10px;
	outline: #ceccc4 solid 1px;
}

#londonkarte {
	width: 90%;
	margin: auto;
	margin-top: 0px;
	border: #fff solid 10px;
	outline: #ceccc4 solid 1px;
}

#hogskarte {
	width: 90%;
	margin: auto;
	margin-top: 0px;
	border: #fff solid 10px;
	outline: #ceccc4 solid 1px;
}

.kartencontainer {
  position: relative;
}

.mark {
    min-width: 250px;
    min-height: 100px;
   	position: absolute;
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    line-height: 110%;
    font-weight: normal;
    z-index: 1;
    border: 6px solid #fff;
}

.kartenthead {
    display: inline-flex;
    background-position-y: bottom;
    font-family: Roboto Slab;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.kartenthead2 {
    background-position-y: bottom;
    font-family: Roboto Slab;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.pin {
    background-color: #4e9295;
    width: 10%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding: 8px;
}

.pinhead {
    background-color: #4e9295;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding: 8px;
	box-sizing: border-box;
}

.kartenlabel {
    background-color: #D6EBEC;
    width: 90%;
    font-size: 12px;
    text-align: left;
    padding: 8px;
}

.kartenlabel_only {
    background-color: #D6EBEC;
    width: 100%;
    font-size: 12px;
    text-align: left;
    padding: 8px;
	box-sizing: border-box;
}

.kartenlabel_only .more {
    font-weight: 150;
    font-size: 8px;
}

.tdetail {
    background: #E9E9E9;
    color: #4d4e52;
    font-family: calibri;
    min-height: 75px;
    text-align: left;
    padding: 0px 10px 10px 10px;
    border-top: 8px solid #fff;
}

.tdetail .descrp {
    color: #4d4e52;
    text-transform: uppercase;
    margin-bottom: -10px;
    font-weight: 600;
    font-size: 15px;
}

.tdetail .peops {
    font-weight: 300;
    font-size: 12px;
    padding: 8px;
}

.hidden {
  display: none;
}

.kartenfooter {
    background-color: #e9ebe9;
    height: 40px;
    padding: 0px 0px 0px 0px;
	opacity: 100%;
    width: 100%;
margin-top: 20px;
    border-bottom: 4px solid #fff;
}

.kartenfooter .kartencaption {
    float: right;
    margin-right: 20px;
    margin-top: 0px;
    color: #c4c4c4;
    font-family: 'Calibri';
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
	text-decoration: none;
	padding: 15px;
}

.keycaption {
    background-color: #4e9295;
	color: #D6EBEC;
    min-height: 200px;
    padding: 10px 10px 20px 40px;
	padding-left: 30px;
	opacity: 100%;
    width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
	    letter-spacing: .5px;
    text-transform: uppercase;
}

.key_box{
    display: flex;
	flex-direction:column;
    font-family: Roboto Slab;
	width: 25%;
}

.key_head {
    width: 100%;
	color: #fff;
    text-align: left;
    font-size: 15px;
	margin-bottom: 10px;
	padding-top: 20px;
}

.key {
    display: inline-flex;
    background-position-y: bottom;
	align-items: baseline;
	padding: 2px;
	margin-left: 15px;
}

.key_pin {
    width: 10%;
    font-size: 12px;
	text-align: right;
	padding-right: 10px;
}

.key_kartenlabel {
    color: #D6EBEC;
	font-family: 'calibri';
    width: 90%;
    font-size: 8px;
    text-align: left;
}

.kartenhead-nav {
    background-color: #4e9295;
    height: 40px;
    padding: 0px 0px 10px 0px;
	opacity: 90%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999999;
    border-bottom: 10px solid #fff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.kartencaption, .kartencaption a {
    float: right;
    margin-right: 20px;
    margin-top: 0px;
    color: #f5f5f5;
    font-family: 'Calibri';
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
	text-decoration: none;
}

.kartencaption a:hover {
	    color: #f7bb12;
}

.kartencaption li {
    list-style-type: none;
    display: inline-block;
    padding: 10px;
}


		