
.boxWhite, .boxBackgrund, .boxNoBg {
	position: relative;
	padding: 20px 20px;
	width: calc(100% -40px);
	
	border-radius: 25px;
}

.boxWhite {
	background: white;
	color: black;
	border: 1px solid #009E60;
}

.boxBackgrund {
	background: #009E60;
	color: white;
	border: 1px solid white;
}

.boxNoBg {
	color: black;
	border: 0px solid white;
}


.boxButtonBackgrund {
	position: relative;
	padding: 10px 10px;
	margin-left: 10%;
	margin-right: 10%;
	
	border-radius: 25px;	
	background: #009E60;
	color: white;
	border: 1px solid white;
	
	cursor: pointer;
}


.boxTripFlag1 {
	position: absolute;
	padding-top: 0px;
	height: 25px;
	width: 25px;
	top: 10px;
	left: 10px;
	background: #009E60;
	text-align: center;
	color: white;
	font-size: 16px;
	border-radius: 25px 25px 25px 25px;
	border: 1px solid gray;
}


.boxTripNr {
	position: absolute;
	padding-top: 0px;
	height: 25px;
	width: 25px;
	top: 10px;
	right: 10px;
	background: #009E60;
	text-align: center;
	color: white;
	font-size: 16px;
	border-radius: 25px;
}

.boxMapPinBg {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	color: white;
	font-size: 16px;
}

.boxMapPinWhite {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	color: #009E60;
	font-size: 16px;	
}

.boxTripNrBottom {
	position: relative;
	padding-top: 0px;

	background: #009E60;
	text-align: center;
	color: white;
	font-size: 16px;
	border-radius: 25px;
	display: inline-block;
}

.boxTripDate {
	position: relative;
	padding: 5px 0px 5px 0px;
	text-align: center;
	width: 100%;
	font-size: 13px;
}

.boxTripTransport {
	position: relative;
	padding: 5px 0px 5px 0px;
	text-align: center;
	width: 100%;
	font-size: 24px;
}


.boxAllTripsTrip, .boxTripPlace {
	position: relative;
	padding: 0px 0px 0px 0px;
	width: calc(100% - 0px);
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.boxAllTripsCountry, .boxTripCountry {
	position: relative;
	padding: 0px 0px 0px 0px;
	width: calc(100% - 0px);
	text-align: center;
	font-size: 18px;
}

.boxAllTripsFlag, .boxTripFlag {
	width: 21px;
	height: 12px;
	border: 1px solid gray;
}


.boxAllTripsFlagInline {
	display: inline-block;
}

.boxAllTripsDate {
	position: relative;
	padding: 0px 0px 0px 0px;
	width: calc(100% - 0px);
	text-align: center;
	font-size: 18px;
}


.boxInfoTitle, .boxContactTitle, .boxGuestTitle, .boxWblogTitle, .boxBlogTitle {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 5px 0px;
	width: calc(100% - 40px);
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.boxContactImg {
	height: 50px;
	margin-bottom: 0px;
}


.boxInfoText, .boxGuestText {
	position: relative;
	text-align: center;
}

.boxBox50 {
	position: relative;
	width: 50%;
	padding: 0px 0px;
	display: inline-block;
}


.boxBox33, .boxBox33Bg {
	position: relative;
	padding: 20px 0px;
	width: 26%;
	display: inline-block;
	border-radius: 25px;
}

.boxBox33 {
	color: black;
	background: white;
	border: 1px solid #009E60;
}

.boxBox33Bg {
	margin-left: 10%;
	margin-right: 10%;
	color: white;
	background: #009E60;
	border: 1px solid white;
}
	


.boxBorderBottom {
	
	border-bottom: 1px solid #009E60;
}


.boxBlogPlaceDatePost, .boxGuestDate {
	position: relative;
	padding: 0px 0px 10px 0px;
	width: calc(100% - 0px);
	text-align: center;
	font-size: 14px;
}




@media screen and (max-width: 650px) {
	.boxAllTripsDate {
		font-size: 14px;
	}
}