@font-face {
	font-family: 'Univers';
	src: url("https://www.artistshelp-ukraine.at/fonts/Roman/df8a7a82-1b14-40c7-b6f8-7e2bac922b27.woff");
}
@font-face {
	font-family: Oblique;
	src: url("https://www.artistshelp-ukraine.at/fonts/Oblique/1aefeb33-7095-4b96-a70b-3519dd04b66c.woff");
}
@font-face {
	font-family: "Plain Medium Regular";
	src: url("https://www.artistshelp-ukraine.at/fonts/Plain/36e469f4478980088468fc30605f4b4c.eot"); /* IE9*/
	src: url("https://www.artistshelp-ukraine.at/fonts/Plain/36e469f4478980088468fc30605f4b4c.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("https://www.artistshelp-ukraine.at/fonts/Plain/36e469f4478980088468fc30605f4b4c.woff2") format("woff2"), /* chrome、firefox */
	url("https://www.artistshelp-ukraine.at/fonts/Plain/36e469f4478980088468fc30605f4b4c.woff") format("woff"), /* chrome、firefox */
	url("https://www.artistshelp-ukraine.at/fonts/Plain/36e469f4478980088468fc30605f4b4c.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url("https://www.artistshelp-ukraine.at/fonts/Plain/36e469f4478980088468fc30605f4b4c.svg#Plain Medium Regular") format("svg"); /* iOS 4.1- */
}
body {
	font-family: 'Univers', sans-serif;

	/* Blury bold font fix */
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
    
	font-size: 12pt;
	line-height: 16pt;
	padding: 0 20px 40px 0;
}


.content {
	display: grid;
	grid-template-columns: 1fr fit-content(500px) fit-content(500px) 1fr;
	grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
	grid-column-gap: 10px;
	grid-row-gap: 0;
	grid-template-areas:
	". topmenu topmenu ."
	". wordmark wordmark ."
	". title title ."
	". left_title right_title ."
	"menu left right ."
	"menu second_title second_title ."
	"menu second_left second_right .";
	width: 100%;
}

.second_left {
	padding: 0;
	margin: 0;
	grid-area: second_left;
	padding-right: 15px;
}
.left {
	padding: 0;
	margin: 0;
	grid-area: left;
	padding-right: 15px;
}
.left img {
	width: 90%; 
	text-align: left; 
	max-width: 600px;
	/* 1 line height */
	padding-bottom: 16pt;

/**	
	/ keep image sharp in resizong: https://bootcamp.uxdesign.cc/what-to-look-for-when-fixing-blurry-images-at-2x-eee36fbf0698 /
	image-rendering: -moz-crisp-edges;         /* Firefox /
	image-rendering:   -o-crisp-edges;         /* Opera /
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) /
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) /
**/
}
.second_right {
	padding-left: 15px;
	margin: 0;
	grid-area: second_right;
}
.right {
	padding-left: 15px;
	margin: 0;
	grid-area: right;
}
.right img {
	width: 100%; 
	/* 1 line height */	
	padding-bottom: 16pt; 
	max-width: 900px;
	
/**	
	/ keep image sharp in resizong: https://bootcamp.uxdesign.cc/what-to-look-for-when-fixing-blurry-images-at-2x-eee36fbf0698 /
	image-rendering: -moz-crisp-edges;         /* Firefox /
	image-rendering:   -o-crisp-edges;         /* Opera /
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) /
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) /
**/
}
.topmenu {
	padding: 20px 0;
	grid-area: topmenu;	
}
.language {
	float: right;
/* 	font-size: smaller; */
}
.wordmark {
	text-align: center;
    padding: 10px 0 50px 0;
	grid-area: wordmark;
/* 	border: 1px solid red; */
}
.wordmark img {
	width: 70%;
	/* keep image sharp in resizong: https://bootcamp.uxdesign.cc/what-to-look-for-when-fixing-blurry-images-at-2x-eee36fbf0698 */
	image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering:   -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */	
}
.title {
	text-align: left;
	grid-area: title;		
}
/* PLEASE DELETE IF FAQ1 IS NOT APPROVED */
h1.first_title {
	font-size: inherit;
	color: inherit;
	font-weight: normal;

	grid-area: title;		
	border-bottom: 1px solid #000;
/* 	16pt is text line-height */	
	padding-bottom: 16pt;	
	margin-top: 16pt;	
	margin-bottom: 16pt;	
}
/* PLEASE DELETE IF FAQ1 IS NOT APPROVED */
.second_title {
	text-align: left;
	grid-area: second_title;	
	border-bottom: 1px solid #000;
/* 	16pt is text line-height */
	padding-bottom: 16pt;	
	margin-top: 16pt;	
	margin-bottom: 16pt;	
}

/* PLEASE DELETE IF FAQ2 IS NOT APPROVED */
.left_title {
	text-align: left;
	border-bottom: 1px solid #000;
	grid-area: left_title;	
/* 	16pt is text line-height */
	padding-bottom: 16pt;	
	margin-top: 16pt;	
	margin-bottom: 16pt;	
}
/* PLEASE DELETE IF FAQ2 IS NOT APPROVED */
.right_title {
	text-align: left;
	border-bottom: 1px solid #000;
	grid-area: right_title;	
/* 	16pt is text line-height */
	padding-bottom: 16pt;	
	margin-top: 16pt;	
	margin-bottom: 16pt;	
}
/*
.right {
	text-align: left;
 	border-bottom: 1px solid #000; 
 	16pt is text line-height 
	padding-bottom: 16pt;	
	margin-top: 16pt;	
	margin-bottom: 16pt;	
}
*/
p {
/* 	16pt is text line-height */
	margin: 0 0 16pt 0;
	padding: 0;
}
p b {
	font-weight: 600;
}
p.header {
	column-span: all;
}
.menu {
	margin: 0 16px;
	text-align: right;
	grid-area: menu;
}
.title p {
	margin: 0;
/* 	16pt is text line-height */
	padding: 16pt 0;
}
h1.title {
	margin: 0;
/* 	16pt is text line-height */
	padding: 16pt 0;
	font-size: inherit;
	color: inherit;
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;  
}
a:hover {
	text-decoration: underline;
}
a.active {
	text-decoration: underline;
}
/*
span {
    text-align: left;
    float: right;
    display: block;
    padding-right: 30px;	
}
*/
img.social {
	width: 28px;
	height: 28px;
	border: 0;
}

/** MOBILE NAVIGATION **/

/*styling open close button*/
.mobile {
	/* Hidden by default on large screens */
	visibility: hidden;
	display: none;
}
.mobile span {
	float: left;
	cursor: pointer;
}
.btn-open:after {
/* 	color: #333; */
	content: "\f0c9";
	font-family: "FontAwesome";
	font-size: 24pt;
}
.btn-open:hover:after {
	filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);	
	display: inline-block;	
}
.btn-close:after {
/* 	color: #000; */
	content: "\f00d";
	font-family: "FontAwesome";
	font-size: 24pt;
}
.btn-close:hover:after {
	filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);	
	display: inline-block;	
}

/*overlay*/
.overlay {
	display: none;
	position: fixed;
    top: 0;
    bottom: 0;
    width: 75%;
    right: 0;
    padding: 35px;
	height: 100%;
	background: #f2f2f2;
	overflow: auto;
	z-index: 99;
	padding: 30px;
	text-align: left;
	
    border-left: 1px solid #ddd;
}

ul {
  list-style-type: none;
}

ul li:before {
  content: '\2014';
  position: absolute;
  margin-left: -20px;
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
	body {
		padding: 0 20px 40px 20px;
	}
	.content {
 		grid-template-columns: 1fr;
/* 		grid-template-rows: min-content min-content min-content min-content min-content; */
		grid-template-areas:
		"topmenu"
		"wordmark"
		"title"
		"left_title"
		"left"
		"right_title"
		"right"
		"second_title"
		"second_left"
		"second_right";
	}
	.wordmark img {
		width: 80%;
	}
	.menu {
		visibility: hidden;
		display: none;
	}
	.mobile {
		visibility: visible;
		display: block;
	}
	.left {
		padding-right: 0;
	}
	.right {
		padding-left: 0;
	}	
	.second_left {
		padding-right: 0;
	}
	.second_right {
		padding-left: 0;
	}	
} 
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
} 