/*
.uk-pagination {
    margin: 0 auto !important;
}
*/
section.tm-main-bottom {
    margin: 0 15px;
    padding: 0 20px;
}


/* header 
 ******************************************************* */
#country-image {
	position: relative;
}

#country-image p {
	margin: 0;
}

/* all top menu overrides
 ***********************************************************/ 
.uk-dropdown-navbar a {
	text-align: left !important;
}

.uk-dropdown-navbar {
    background: #FFFFFF !important;
    color: #212121;
    border: 1px #AAAAAA solid;
}

.uk-dropdown {
    padding: 4px !important;
    width: 250px;
    margin-top: 0px;
    background: #3e4145;
    color: #212121;
}

/* menus
 ******************************************************* */
/* all */
.uk-navbar {
    height: auto;
}

.tm-sticky-navbar + * {
    margin-top: 51px;
}

.uk-navbar-flip {
    float: none;
}

.uk-open > a {
	color: #212121;
}

/* extnav-top / mainmenu
**************************************************************************** */
.smart-topmenu-container {
	position: relative;
}


/* itinerary
 *********************************************************************** */

/* alles >= 1024px breit
 *********************************************************************** */
/*
@media (max-width: 1024px) {
	.button-flat-default {
		text-decoration:none !important;
		font-size:14px;
		line-height: 40px;
		height: 40px;
	}
	.button-flat-default .uk-icon {
	    width: 40px;
	}
}
*/
/* alles > 959
 *********************************************************************** */

@media (max-width: 959px) {

}

/* main bottom 
 ******************************************************* */
.w2 {
	display: inline-block !important;
	width: 49%;
	text-align: center;
	margin-bottom: 5px;
	margin-left: 0 !important;
	margin-right:1%;
}

.w3 {
	display: inline-block !important;
	width: 32%;
	text-align: center;
	margin-bottom: 5px;
	margin-left: 0 !important;
	margin-right:1%;
}

.w4 {
	display: inline-block !important;
	width: 24%;
	text-align: center;
	margin-bottom: 5px;
	margin-left: 0 !important;
	margin-right:1%;
}

@media (max-width: 600px) {
	.w2, .w3, .w4 {
		width: 100%;
	}
}


.uk-panel-box .uk-nav-side {
    white-space: normal !important;
}

@media (max-width: 620px) {
    .uk-row-1-3 .uk-article {
        width: 100%;
    }
}