/* GENERAL */

body{
	margin: 0px;
	padding: 0px;
}

.clear{ clear: both; height: 0px;}
.maxwidth{ max-width: 1200px; margin: 0 auto; }

h1, h2, h3, h4, h5, h6{
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

textarea{
	min-height: 50px;
}

a{
	display: inline-block;
}

img{
	max-width: 100%;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

.container{
	max-width: 1230px;
}

.imagemaxsize{
	max-width: 1920px;
	visibility: hidden;
}

.wow{
	visibility: hidden;
}

.column2{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	justify-items: stretch;
	margin-right: 15px;
	flex-wrap: wrap;
}

.column2 > *{
	flex: 0 0 auto;
	width: auto;
	flex-basis: 0;
	flex-grow: 1;
}

.column2 > *:last-child{
	margin-right: 0px;
}