@charset "utf-8";

@font-face {
	font-family: 'fontawesome';
	src:url('fonts/fontawesome.eot');
	src:url('fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('fonts/fontawesome.svg#fontawesome') format('svg'),
		url('fonts/fontawesome.woff') format('woff'),
		url('fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*,*:after,*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:before,.clearfix:after {
    content: " ";	
    display: table;
}
.clearfix:after {clear: both;}

#xxxcookie {position: fixed; bottom: 0; left: 0; right: 0; background: #5d5e60; padding: 20px; font-size: 14px; font-family: verdana; text-align:center;}
	
#xxxcookie a {color:white;}
    #xxxcookie a.button {cursor: pointer; background: darkgrey; padding: 8px 10px; margin-left: 10px; border-radius: 5px; font-weight: bold; float: none; color:black; }

    #xxxcookie a.button:hover {background-color: lightgrey;}

    #xxxcookie p.cookiemessage {display: block; padding: 0; margin: 0; color:white;}

body, html { 
	font-family: "Myriad Web Pro", Arial;
	font-weight:normal;
	font-size: 100%;
	color:#5d5e60;
	line-height: 110%;
	padding: 0; 
	margin: 0 auto;
	width: 100%;
   	height: 100%;
    position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: white;
}

img {width:100%; height: auto;}
.center {
	text-align: center;
}
h1 {
	font-size: 2rem;
	line-height: 2rem;
	font-weight: normal;
}

a {
	text-decoration: none;
}
section a {
	font-weight: bold;
	color: #5d5e60;
}

section a:hover {
	font-weight: bold;
	color: black;
}
header {
	width:80%;
	margin: 0 auto;
	padding-top: 1em;
}

/*header img {
	width:80%;
	height: auto;
}*/

section {
	width: 80%;
	margin: 0 auto;
}
.grey {
	background:#5d5e60;
	height: 1em;
}
#container {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: space-between;
   	align-items: center;
}
.item-h:nth-child(1) {
    order: 0;
    flex:  0 1 auto;
    align-self: auto;
	}

.item-h:nth-child(1) img {
	width: 80%;
}
.item-h:nth-child(2) {
    order: 0;
    flex:  0 1 auto;
    align-self: auto;
	}

.item-s:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	margin-left: 2em;
    }


.item-s:nth-child(1) img {
	width:80%;
	height: auto;
}

.item-s:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 2;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	margin-left: 2em;
	line-height: 2em;
    }

.shaddow {
	-webkit-box-shadow:5px 5px 5px black;
	box-shadow:5px 5px 5px black;
}

footer {
	height: 8em;
	background:#5d5e60;
	width:80%;
	margin: 0 auto;
	margin-top: -6em;
}
footer img {
	width:40%;
	height: auto;
	margin-top: 1.4em;
}

.marginT {
	margin-top: 6em;
}

.item-f:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 2;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }

.item-f:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	color:white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    }
.item-ff:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	width: 50%;
	margin-left: 10em;
    }
.item-ff:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	width: 50%;
}



footer a {
	color:white;
	font-weight: normal;
}

footer a:hover {
	font-weight: normal;
	color:black;
}



@media only screen and (max-width:480px){
	header {
		width:100%;
	}
	#container {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: stretch;
		align-items:space-between;
    }
	.item-h:nth-child(1) {
		order: 0;
		flex:  0 1 auto;
		align-self: auto;
		padding: 0 .5em 0 .5em;
		}
	.item-h:nth-child(2) {
		order: 0;
		flex:  0 1 auto;
		align-self: auto;
		padding: 0 .5em 0 .5em;
	}
	section {
		width: 100%;
		padding: .5em;
	}
	footer {
		margin-top: 2em;
	}
	#item-ff {
		width:100%;
	}
	.item-h:nth-child(2) {
		order: 2;
		flex: 1;
		align-self: auto;
		margin-left: 1em;
	}
	.item-ff:nth-child(1) {
		order: 0;
		flex: 0 1 auto;
		align-self: auto;
		width: 50%;
		margin-left: 1em;
    }
	.item-ff:nth-child(2) {
		order: 0;
		flex: 0 1 auto;
		align-self: auto;
		width: 80%;
		text-align: center;
		margin-top: 2em;
	}

}

@media screen and (min-device-width : 481px) 
and (max-device-width : 800px)  { 
	/*header img {
		width:100%	;
		height: auto;
	}*/
	h1 {
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: bold;
}
	footer {;
		margin-top:1em;
	}
	.item-ff:nth-child(1) {
		order: 0;
		flex: 0 1 auto;
		align-self: auto;
		width: 50%;
		margin-left: 10em;
    }
	.blind{
		display: none;
	}
	
}

/*@media screen (min-width: 1101px) {
	#container {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: stretch;
		align-items:space-between;
    }
	h1 {
		font-size: 2rem;
		line-height: 4rem;
		font-weight: normal;
		color: purple;
}
}*/


@media screen and (min-width : 801px) 
and (max-width : 1100px)  { 
	footer {
		margin-top:1em;
	}
	.item-ff:nth-child(1) {
		order: 0;
		flex: 0 1 auto;
		align-self: auto;
		width: 50%;
		margin-left: 10em;
    }
	.blind{
		display: none;
	}
}