/* 

	lavida.css 
	
	version: 0.1
	author: b.naus e.K. | a.stadler
	updated: 17-01-2019



	font-family: 'Amiri', serif;
	400 700

	font-family: 'Lato', sans-serif;
	400 700

================================================= */

@import url('https://fonts.googleapis.com/css?family=Amiri:400,700|Lato:400,700');



.dev-box {border: 1px dotted red;}
.mrg-bt-25 {margin-bottom:25px;}
.no-pad {padding: 0px;}
.no-mrg-lr {margin-left:0px;margin-right:0px !important;}



/* ## let´s go... ## */

body {
	background: #f3f3f3 !important;
	font-family: 'Lato', sans-serif !important;
}


h2 {
	font-family: 'Amiri', serif;
	font-weight: 700;
	font-size: 2.8em;
	text-transform: uppercase;
	padding-bottom: 15px;
}

p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 28px;
}


a {
	color: #0cafba;
}

a:hover {
	text-decoration:none;
}


.txt-modal {
	font-size: 1em;
}
.txt-modal-h1 {
	font-size: 1.4em;
	font-weight: 700;
}


.typo-phone {
	color: #818183;
	font-weight: bold;
	margin-top: 20px;
}

.txt-white {
	color: #fff !important;
}

.page {
	width: 100%;
	max-width: 1440px;
	position: relative;
	box-sizing: border-box;
	background: #fff;
	padding-bottom: 10px;
}

#main-header {	
	width: 100%;
	margin-bottom: 25px;
}

#sec-content {
	padding-bottom: 25px;
}

.sq {
	width: 100%;
	height: 350px;
	padding: 25px;
}

.sq-vert2 {
	width: 100%;
	height: 725px;
	padding: 25px;
}

.sq-hor2 {
	width: 675px;
	height: 350px;
	padding: 25px;
}

.logo {
	max-width: 425px;
}

.box-01 {
	background: #0cafba;
}

.box-02 {
	background-image: url('../img//square-dbl-h_purple-sunset.jpg');
	background-repeat: no-repeat;
}

.box-03 {
	background-image: url('../img/square_kreuzfahrten.jpg');
	background-repeat: no-repeat;
}

.box-04 {
	background-image: url('../img/square_schueler-austausch.jpg');
	background-repeat: no-repeat;
}

.box-05 {
	background-image: url('../img/square_individualreisen.jpg');
	background-repeat: no-repeat;
}

.box-06 {
	background: #e8e8e8;
}

/* ## footer ## */

#site-footer {
	background: #e8e8e8;
	margin-bottom: 25px;
	border-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 12px;
	padding: 10px 10px 25px 10px;
}

.foo-left {
	padding-left: 25px;
	padding-top: 15px;
}

.foo-center {
	padding-top: 15px;
}

.foo-right {
	padding-right: 25px;	
	padding-top: 15px;
}

.foo-txt-h1 {
	font-size: 14px;
	font-weight: bold;
	color: #888;
}

.foo-txt {
	color: #000;
	font-size: 14px;
}

.fa-social {
	font-size: 2.4em;
}




@media only screen and (max-width: 712px) {
	#site-footer, .sq-hor2, .sq-vert2, .sq, .logo {
		width: 300px;
	}
	p {
		font-size: 0.7em;
		line-height: 20px;
	}

	h2 {
		font-size: 2em;
	}
}