.tx-travelportal-country {
	background-color:white;
	border-radius:26px;
	width:100%;
	padding:40px;
	position:relative;
	overflow:hidden;
}

.country-title {
	padding:20px 0 50px 0;
}
.country-flag {
    display: inline-block;
    border-radius: 13px;
    margin-right: 20px;
}
.country-title h3 {
    display: inline-block;
}


.tx-travelportal-country .country-tab-menu {
	margin:-40px 0 30px -56px;
	width:calc(100% + 80px);
	list-style-type: none;
	position:relative;
}
.tx-travelportal-country .country-tab-menu li {
	height:52px;
	line-height:52px;
	border-radius:25px;
	display:inline-block;
	padding:0 16px;
	cursor:pointer;
}
.tx-travelportal-country .country-tab-menu li:hover,
.tx-travelportal-country .country-tab-menu li.active {
	background-color:#01B7F2;
	color:white;
}
.tx-travelportal-country .country-tab-menu li.travels {
  	background: transparent linear-gradient(270deg, var(--unnamed-color-fdb714) 0%, #FFA236 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(270deg, #FDB714 0%, #FFA236 100%) 0% 0% no-repeat padding-box;
	color:white;
	line-height:52px;
	padding:0 15px;
	border-radius:26px;
	position:absolute;
	top:0;
	right:-16px;
}

.tx-travelportal-country .country,
.tx-travelportal-country .travelplaces,
.tx-travelportal-country .travelfaqs-container,
.tx-travelportal-country .travel-list,
.tx-travelportal-country .climatable {
	height:0;
	overflow:hidden;
	opacity:0;
	transition: opacity 1s;
}
.tx-travelportal-country .country.active,
.tx-travelportal-country .travelplaces.active,
.tx-travelportal-country .travelfaqs-container.active,
.tx-travelportal-country .travel-list.active,
.tx-travelportal-country .climatable.active {
	height:auto;
	opacity:1;
}

.tx-travelportal-country .travellist-singletravel {
	background-color:#EAF3FC;
}

.tx-travelportal-country .country-accordion{
	border-bottom:1px solid black;	
}
.tx-travelportal-country .country-accordion h3 {
	padding:26px 0;	
	cursor:pointer;
}
.tx-travelportal-country .country-accordion h3 .arrow {
	display:inline-block;
	margin-left:4px;
	transform: rotate(00deg);
	transfor-origin:center;
	transition:transform 0.5s;
}
.tx-travelportal-country .country-accordion.active h3 .arrow {
	transform: rotate(180deg);
}

.tx-travelportal-country .country-accordion .country-accordion-content {
	
	padding-bottom:13px;	
}
.tx-travelportal-country .country-accordion.active .country-accordion-content {
	display:block;	
}
.country-without-guarantee {
	margin-top:24px;
	text-align:center;
}
/* Content area is smaller */
.tx-travelportal-country .travellist-singletravel {
	width:352px;
}

@media only screen and (max-width: 1070px) {
	.tx-travelportal-country .country-tab-menu li.travels {
		position:relative;
		float:right;
	}
}
@media only screen and (max-width: 860px) {
	.tx-travelportal-country .country-tab-menu li {
		margin-bottom:8px;
	}
}
@media only screen and (max-width: 440px) {
	.tx-travelportal-country {
		border-radius:13px;
		padding:20px 10px;
	}
	.tx-travelportal-country .country-tab-menu {
		margin:-20px -20px 0 -20px;
		width:calc(100% + 30px);
	}
	.tx-travelportal-country .country-tab-menu li {
		height: 26px;
		  line-height: 26px;
		  border-radius: 13px;
		  display: inline-block;
		  padding: 0 16px;
	}
	.tx-travelportal-country .country-tab-menu li:nth-child(2) {
		display:block;
		width:108px;
		text-align:center;
		padding: 0 10px;
		margin-left:-5px;
	}
	.tx-travelportal-country .country-tab-menu li.travels {
	  	line-height: 26px;
	  	padding: 0 15px;
	  	border-radius: 13px;
	  	position: absolute;
	  	top: 0;
	  	right: 0px;
	}
	.tx-travelportal-country .country-tab-menu li {
  		height: 26px;
  	}
}

