/*
* @package phpBB Extension [Tour destinations]
* @copyright (c) 2014-2021 waldkatze
* @copyright (c) 2022 Mike-on-Tour
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/

/* Seiteneinstellung */
div#tourziel {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

/* MAIN Buttons */
div.tzv-nav-links {
	margin-bottom: 40px;
}

p {margin-bottom:10px;}

/* Link */
.tourziel {
	font-size: 1.5em;
	line-height: 1.5;
}

.tourziel ul li {
 list-style-type: none;
}

.tourziel ul {
 margin-left: 1em;
}

/* Smilie Box */
.smiliebox {
	height: 60px;
/*	width: 450px; */
	overflow:auto;
}

/* Land Box add/edit */
.landbox {
	height: 15px;
/*	width: 450px; */
	overflow:auto;
}

/* main map */
#mot_tzv_map {
	height: calc(100vh - 50px);	/* Set map height to screen height minus 50 pixels */
	width: 100%;
	padding: 0; margin: 0;
}


/* Index Bilder */
.image-box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.main {
	margin-left: 0;
	margin-right: 5px;
	margin-top: 0px;
}

.main:last-child {
	margin-right: 0px;
}

.image_main {
	pointer-events: none;
	width: 200px;
	height: 150px;
}

/*
* The following style orders are needed to correctly display the icons in the UCP
*/
.acp-icon {
	font-size: 1.5em;
}
/* stylelint-enable declaration-property-unit-whitelist */

.acp-icon-move-up,
.acp-icon-move-down {
	color: #4ba5de;
}

.acp-icon-settings {
	color: #62c046;
}

.acp-icon-delete {
	color: #d74558;
}

.acp-icon-resync {
	color: #f69934;
}

.acp-icon-disabled {
	color: #d0d0d0;
}
