*{
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0;
	margin: 0;
}
.wrapper {
	background-image: url("../img/background.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-size: 150%;
	transition: background-size 0.5s;
}
.header .container{
	padding: 30px 0;
}
.container {
	width: 1080px;
	margin: 0 auto;
}

.logo {
	width: 174px;
	display: inline-block;
	
}

.logo img {
	width: 100%;
}

.slogan {
	margin-top: 20px;
	font-weight: 300;
}

.slogan {
	vertical-align: top;
	font-size: 24px;
	color: #13a983;
	float: right;
}
.main {
	top: 25%;
	position: relative;
	z-index: 5;
}
.main .cta a{
	margin-right: 15px;
}
.main .cta a:after {
	
}
.main .cta a{
	font-size: 25px;
	color: #fff;
	background-color: #13a983;
	padding: 30px 0;
	text-decoration: none;
	width: 523px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}
.main .cta a:hover{
	background-color: #006952;
}
.main .cta a:last-child{
	margin-left: 15px;
	margin-right: 0;
}
.footer {
	background-color: #13a983;
	color: #fff;
	padding: 10px 0;
	margin-top: 30px;
}
.footer .copyright {
	display: inline-block;
}
.footer .links {
	float: right;
	text-decoration: underline;
}
.footer .links a:first-child{
	padding: 0;
}
.footer .links a{
	color: #fff;
	padding: 0 0 0 40px;
	cursor: pointer;
}
.siteLinks .logo {
	padding: 50px 0;
}
.siteLinks h1 {
	text-align: center;
	padding: 30px 0;
	font-size: 30px;
	font-weight: bold;
}
.siteLinks p {
	font-size: 22px;
	font-weight: bold;
	padding: 40px 0 20px 0;
}
.col-md-6 {
	width: 50%;
	display: inline-block;
}
.col-md-8 {
	width: 66%;
	display: inline-block;
}
.col-md-3 {
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
.singleCountry {
	background-repeat: no-repeat;
	padding-left: 50px;
	background-size: 23px 23px;
	background-position: left 10px top 10px;
	vertical-align: top;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	height: 40px;
	transition: all 0.2s;
	cursor: pointer;
}
.singleCountry.collapsed {
	background-color: #bfbfbf;
}
.singleCountry ul {
	position: absolute;
	list-style: none;
	left: 0;
	width: 100%;
	z-index: 100;
	background-color: #fff;
	top: 60px;
	display: none;
	background-color: #dcdcdc;
	border-top: 1px solid #fff;
	box-shadow: 0 5px 5px -3px rgba(0,0,0,0.1);
}
.singleCountry ul li{
	border-bottom: 1px solid #fff;
	padding: 15px 0;
}
.singleCountry ul li:last-child {
	border: none;
}
.siteLinks a {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}
.siteLinks a:hover {
	text-decoration: underline;
}
.singleCountry:hover ul li a {
	text-decoration: none;
}
.singleCountry:hover ul li a:hover {
	text-decoration: underline;
}
.singleCountry i {
	width: 25px;
	height: 25px;
	position: absolute;
	vertical-align: top;
	top: 8px;
	right: 50px;
	transition: transform 1s;
}
.singleCountry.collapsed i {
	transform: rotate(180deg);
}
.singleCountry ul li a {
	padding-left: 50px;
}
.no-svg {
	display: none;
}
.austria {
	background-image: url("../img/flags_png/austria.png");
	background-image: url("../img/flags/austria.svg");
}
.germany {
	background-image: url("../img/flags/germany.svg");
}
.portugal {
	background-image: url("../img/flags/portugal.svg");
}
.italy {
	background-image: url("../img/flags/italy.svg");
}
.spain {
	background-image: url("../img/flags/spain.svg");
}
.belgium {
	background-image: url("../img/flags/belgium.svg");
}
.sweden {
	background-image: url("../img/flags/sweden.svg");
}
.luxembourg {
	background-image: url("../img/flags/luxembourg.svg");
}
.sweden {
	background-image: url("../img/flags/sweden.svg");
}
.denmark {
	background-image: url("../img/flags/denmark.svg");
}
.sweden {
	background-image: url("../img/flags/sweden.svg");
}
.finland {
	background-image: url("../img/flags/finland.svg");
}
.netherlands {
	background-image: url("../img/flags/netherlands.svg");
}
.switzerland {
	background-image: url("../img/flags/switzerland.svg");
}
.france {
	background-image: url("../img/flags/france.svg");
}
.norway {
	background-image: url("../img/flags/norway.svg");
}
.usa {
	background-image: url("../img/flags/united-states-of-america.svg");
}
.canada {
	background-image: url("../img/flags/canada.svg");
}
.uk {
	background-image: url("../img/flags/united-kingdom.svg");
}
.international {
	background-image: url("../img/flags/international.png");
}
.clear {
	clear: both;
}
.welle {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/welle.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
.findRegion .arrow{
	background-image: url("../img/arrow_white.png");
	background-size: 30px;
	background-position: center;
	height: 30px;
	width: 70px;
	position: absolute;
	background-repeat: no-repeat;
	transform: rotate(180deg);
}
.visitOrigin .arrow {
	background-image: url("../img/arrow_white.png");
	background-size: 30px;
	background-position: center;
	height: 30px;
	width: 60px;
	position: absolute;
	background-repeat: no-repeat;
	transform: rotate(90deg);
}
.svg-icon{
	width: 25px;
	height: 25px;
}
@media all and (min-width: 1400px){
	.wrapper {
		background-size: 100%;
	}
}
@media all and (max-width: 1200px){
	
	.wrapper {
		background-position: center center;
		background-size: 150%;
	}
	.container{
		width: 94%;
	}
	.main .cta {
		text-align: center;
	}
	.main .cta a{
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
		display: inline-block;
		margin-bottom: 20px;
	}
	.findRegion .arrow, .visitOrigin .arrow {
		right: 40px;
	}
}
@media all and (max-width: 1000px){
	.container {
		width: 96%;
		padding: 0 2%;
	}
	.wrapper {
		background-position: center center;
		max-height: 600px !important;
		position: relative;
		background-size: 150%;
	}
	.hide_mobile {
		display: none;
	}
	.header {
		background-color: #ffffff;
		top: 0;
		position: fixed;
		width: 100%;
		z-index: 55;
		box-shadow: 0 5px 5px -3px rgba(0,0,0,0.1);
	}
	.header .container{
		padding: 10px 0;
	}
	.header .logo {
		width: 100px;
		height: inherit;
	}
	.header .slogan {
		font-size: 12px;
		margin-top: 0;
		padding-top: 10px;
	}
	
	.col-md-3 {
		width: 100%;
	}
	.footer .links {
		float: inherit;		
		padding-top: 20px;
	}
	.findRegion .arrow, .visitOrigin .arrow {
		right: 20px;
	}
	.main .cta {
		text-align: center;
	}
	.main .cta a{
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
		display: inline-block;
		margin-bottom: 10px;
	}
}
@media all and (max-width: 1024px){
	.wrapper {
		max-height: 650px !important;
		position: relative;
	}
}
@media all and (max-width: 768px){
	.siteLinks h1 {
		padding: 30px 0 0;
		font-size: 18px;
	}
	.siteLinks p {
		font-size: 16px;
		padding: 20px 0 20px 0;
	}
	.wrapper {
		max-height: 450px !important;
		position: relative;
	}
	.main .cta a {
		font-size: 16px;
		padding: 10px 0;
		position: relative;
	}
	.findRegion .arrow, .visitOrigin .arrow {
		right: 10px;
		background-size: 10px;
		width: 20px;
		height: 22px;
	}
	.container {
		width: 90%;
		padding: 0 5%;
	}
	.col-md-3{
		width: 100%;
	}
	.singleCountry i {
		right: 0;
	}
	
}
@media all and (max-width: 380px){

	.wrapper {
		max-height: 350px !important;
	}
}
