@CHARSET "UTF-8";

.heading {
	font-family: Arial, sans-serif;
	font-weight: bold;
}

/*
 * Kaum ein Unterschied vom Aussehen her, aber das iPhone zoomt nicht mehr auf input
 */
input{
	font-size: 16px;
}

.kartemobile {
	/*top: 5vh;*/
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 0;
}

.shopinfo {
	height: 10vh;
	background: #a9f2f2;
}

.float {
	position: absolute;
	z-index: 2;
}

.left {
	left: 0px;
}

.right {
	right: 0px;
}

.white {
	background-color: white;
}

.rounded_corners {
	border-radius: 10px;
	padding: 5px;
}

.u-half-width {
	width: 49%;
}

.u-threequarter-width {
	width: 74%;
}

.u-quarter-width {
	width: 24%;
}

@media ( min-width : 1000px) {
	.suche {
		width: 500px;
	}
}

.to_top {
	/*position: fixed;
	top: 2vh;
	right: 2vh;*/
	width: 16vw;
	height: 16vw;
	border-radius: 50%;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	max-width: 100px;
	max-height: 100px;
	cursor: pointer;
}

.row_image {
	display: inline-block;
	background-size: cover;
	background-position: 50%;
	/*width: 10vh;
	height: 10vh;*/
	width: 64px;
	height: 64px;
	/* Maximal 1/10 so breit wie der container (maximal 960px) */
	max-width: 90px;
	max-height: 90px;
	border-radius: 10%;
	margin: 2px;
	font-size: smaller;
}

@media (min-width: 550px) {
	.row_image {
		width: 90px;
		height: 90px;
	}
	
}

.row_image .overlay {
	transition-duration: 0.7s;
	z-index: 2;
	width: 100%;
	height: 100%;
	overflow-wrap: break-word;
	overflow: hidden;
	border-radius: inherit;
}

.row_image .overlay[selected=true] {
	background-color: rgba(30, 174, 219, 0.47);
}

.row_image .overlay[selected=false] {
	background-color: rgba(0, 0, 0, 0);
}

.row_image .overlay .license{
	border-radius: 50%;
	width: 14px;
	height: 14px;
	text-align: center;
	background-color: rgba(128, 128, 128, 0.55);
	color: white;
	font-size: 8px;
	margin: 2px;
	float: right;
}

@media (min-width: 550px) {	
	.row_image .overlay .license{
		width: 20px;
		height: 20px;
		font-size: 12px;
	}
}

.marker_image{
	display: inline-block;
	background-size: cover;
	background-position: 50%;
	width: 40px;
	height: 40px;
	border-radius: 0.5vh;
	margin: 3px;
	font-size: smaller;
}

.marker_image .gender_overlay{
	margin-left: 10%;
	margin-top: 10%;
	width: 80%;
	height: 80%;
	opacity: 0.6;
}

.info {
	padding: 5px;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    max-width: 500px;
	width: 90vw;
}


.selected_item{
	border: 1px solid #33C3F0;
	outline: 0;
	height: 38px;
	padding: 6px 10px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: none;
	margin-bottom: 1rem;
}

.selected_item.new {
	border: 1px solid #bbb;
}

.selected_item img{
	height: 95%;
	width: auto;
}

.selected_item .cross{
	float: right;
}

.selected_item .add{
	float: left;
}

.selected_item .cross:active, .selected_item .add:active{
	background-color: rgba(0, 0, 0, 0.32);
	border-radius: 50%;
}

.new_brand_rows {
	border-radius: 5px;
	border: 1px black;
	background-color: rgba(51, 195, 240, 0.49);
	display: none;
	padding-top: 15px;
}

.select2-search__field{
	margin-bottom: 0rem;
	height: unset;
	font-size:16px;
}