/* CSS Document by sladek*logiq.cz */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	display: block;
	clear: both;
	height: 1px;
	width: 100%;
	overflow: hidden;
}
.clear50 {
	display: block;
	clear: both;
	height: 50px;
	width: 100%;
	overflow: hidden;
}
.clear100 {
	display: block;
	clear: both;
	height: 100px;
	width: 100%;
	overflow: hidden;
}
strong {
	font-weight: 600;
}

.seo {
	display: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	filter: alpha(opacity=100);
  	opacity: 1;
	/*color: #fff;*/
}
input::-moz-placeholder, textarea::-moz-placeholder {
	filter: alpha(opacity=100);
  	opacity: 1;
	/*color: #fff;*/
}
input:-moz-placeholder, textarea:-moz-placeholder {   /* Older versions of Firefox */
	filter: alpha(opacity=100);
  	opacity: 1;
	/*color: #fff;*/
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
	filter: alpha(opacity=100);
  	opacity: 1;
	/*color: #fff;*/
}

*:focus {
    outline: none;
   }
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}
* {
-webkit-font-smoothing: subpixel-antialiased;
-webkit-text-stroke:1px transparent;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
.center {
	text-align: center;
}








/* BASIC STYLING */


* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	min-height: 100%;
	margin: 0;
}
a {
	color: #0C3973;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	color: #0C3973;
	text-decoration: none;
}

body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 100;
	color: #000;
	background-color: #fff;
 font-family: "Open Sans", sans-serif;
}








.header {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	transition: all 0.2s ease-out;
}
.headerafter {
	background-color: rgba(0,0,0,0.8);
	border-bottom: 1px solid rgba(255,255,255,0);
}
.header0 {
	width: 90%;
	/*max-width: 1400px;*/
	margin: 0 auto;
	padding: 30px 0 30px 0;
	position: relative;
	transition: padding 0.2s ease-out;
}
.headerafter .header0 {
	padding: 10px 0 10px 0;
}
.header h1.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 50%;	
	background-image: url(../img/logo-white.svg);
	transition: all 0.2s ease-out;
}
.headerafter h1.logo {
	width: 100px;
} 
.header h1.logo a { 
	display: block;
	width: 100%;
	height: 100%;
}
.header h1.logo span { 
	display: none;
}
.menu {
	margin: 0 0 0 auto;
	text-align: right;
	padding: 0 0 0 0;
}
.menu ul {
	display: block;
}
.menu ul li {
	display: inline-block;
	position: relative;
	margin: 0 0 0 50px;
}
.menu ul li a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 100;
	text-transform: uppercase;
	color: #fff;
	display: block;
	padding: 0 0 3px 0;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0);
}
.menu ul li a:hover, .menu ul li a.menus {
	border-bottom: 1px solid #fff;
}

.intro {
	position: relative;
}
.intro img {
	/*opacity: 0.7;*/
}
.introitemanim {
	min-height: 100px;
	max-height: 100vh;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.intro .introitem img {
  width: 100%;
	height: auto;
	min-height: 100%;
	display: block;
	margin: 0;
}
@keyframes introanim {
  0%   {transform: scale(1.01);}
  50%  {transform: scale(1.05);}
  100% {transform: scale(1.01);}
}
.introitemanim img {
	animation-name: introanim;
  	animation-duration: 10s;
	animation-iteration-count: infinite;
}

.introtxt {
	z-index: 100;
	position: absolute;
	font-size: 30px;
	text-align: center;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	padding: 130px 0 0 0;
	background-repeat: no-repeat;
	background-size: 400px auto;
	background-position: 50% 0;	
	background-image: url(../img/logo-white.svg);
	color: #fff;
}
.introtxt h2 {
	display: none;
}
.introshort .introtxt {
	 top: 60%;
}
.introshort {
	aspect-ratio: 4.266;
}

.index, .team0 {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
	padding: 80px 0 120px 0;
	text-align: center;
	letter-spacing: 0.5px;
}
.index h2, .txt h2, .topicsindex h2, .wwdindex h2, .article2 .team h2 {
	color: #0C3973;
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
	padding: 0 0 30px 0;
	text-transform: uppercase;
}
.team h2, .teammini h2 {
	font-weight: 700;
	text-align: left;
	color: #0C3973;
}
.article2 .txt h2:first-child {
	padding: 0 0 60px 0;
}
.topicsindex h2, .wwdindex h2, .article2 .team h2 {
	text-align: center;
}
.article2 .team h2 {
	/*font-size: 24px;
	line-height: 34px;*/	
	padding: 0 0 70px 0;
}
.index p {
	max-width: 900px;
	font-size: 21px;	
}
.cta, .mission, .contact {
	background-color: #fff;
	padding: 90px 5%;
	color: #fff;
	color: #0C3973;
	text-align: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 50% 50%;	
	background-image: url(../img/cta.jpg);
}
.mission {
	background-image: url(../img/mission.jpg);
}
.contact {
	/*background-image: url(../img/contact.jpg);*/
}
.cta h2, .mission h2, .contact h2 {
font-size: 36px;
  line-height: 46px;
	font-weight: 700;
	padding: 0 0 30px 0;
	text-transform: uppercase;
}
.mission p {
font-size: 26px;
  line-height: 36px;
	font-weight: 100;
	padding: 0 0 30px 0;
}
.cta a {
	display: inline-block;
	border: 1px solid #0C3973;
	padding: 10px 30px;
	color: #0C3973;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	transition: all 0.2s ease-out;
	min-height: 10px;
	overflow: hidden;
}
.cta a:hover {
	color: #fff;
}
.cta a span {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	background-color: #0C3973;
	transition: height 0.2s ease-out;
	z-index: 0;
}
.cta a strong {
	position: relative;
	z-index: 1;
}
.cta a:hover span {
	height: 100%;
}
.linebreak {
	width: 100px;
	background-color: #0C3973;
	height: 1px;
	margin: 0 auto 30px auto;
	display: none;
}
.contact .linebreak {
	background-color: #fff;
}
.copy {
	color: #fff;
	font-size: 14px;
	background-color: #000;
	text-align: center;
	padding: 20px;
}
.copy a { 
	color: #fff;
}
.team, .teammini {
	background-color: rgba(0,0,0,0.05);
}
.team1 {
	padding: 30px 0 0 0;
}
.team11 {
	display: inline-block;
	width: 300px;
	margin: 0 50px 50px 50px;
}
.team11 a {
	aspect-ratio: 1;
	display: block;
	width: 100%;
	min-height: 10px;
	margin: 0 0 30px 0;
	overflow: hidden;
	/*border-radius: 200px;*/
}
.team11 a img {
	display: block;
	width: 100%;
	transition: transform 0.2s ease-out;
}
.team11 a:hover img {
	transform: scale(1.2);
}
.team11 strong {
	display: block;
	color: #0C3973;
	font-weight: 700;
font-size: 20px;
  line-height: 26px;
	text-transform: uppercase;
}


a.ctabutt {
	display: inline-block;
	border: 1px solid #0C3973;
	padding: 10px 30px;
	color: #0C3973;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	transition: all 0.2s ease-out;
	min-height: 10px;
	overflow: hidden;
}
a.ctabutt:hover {
	color: #fff;
}
a.ctabutt span {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	background-color: #0C3973;
	transition: height 0.2s ease-out;
	z-index: 0;
}
a.ctabutt strong {
	position: relative;
	z-index: 1;
}
a.ctabutt:hover span {
	height: 100%;
}

.txt0 {
	padding: 100px 0;
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
}
.txtshortpadding .txt0 {
	padding: 0 0 100px 0;
}
.txt h2 {
	text-align: center;
}
.txt p {
	font-size: 18px;
	line-height: 26px;
	padding: 0 0 26px 0;
}
.txt em {
	font-style: italic;
}
.txt h3 {
	color: #0C3973;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}
.txt ul {
	font-size: 18px;
	line-height: 26px;
	padding: 0 0 26px 0;
}
.txt ul ul {
	padding: 0 0 0 0;
}
.txt ul li {
	list-style-type: disc;
	margin: 0 0 0 25px;
	padding: 0 0 15px 0;  
}
.txt ul li ul li:last-child {
	padding-bottom: 0;  
}
.txt ol li {
	list-style-type: decimal;
	margin: 0 0 0 25px;
	padding: 0 0 15px 0;  
}
.txt ul li ul li {
	list-style-type: none;
	margin: 0 0 0 25px;
	padding: 0 0 0 25px; 
	background-repeat: no-repeat;
	background-size: 6px auto;
	background-position: 0 12px;	
	background-image: url(../img/li.png);
}



.motto img {
	width: 60%;
	max-width: 400px;
	display: block;
	margin: 0 auto;
}


.team2 {
	display: none;
}
.team2 p {
	padding: 0 0 30px 0;
}
.team2 p a {
	font-weight: 700;
	text-decoration: none;
}
.team2 p a:hover {
	color: #000;
}
.team21 {
	float: left;
	width: 40%;
}
.team21 img {
	display: block;
	width: 100%;
	height: auto;
}
.team22 {
	text-align: left;
	width: 55%;
	float: right;
	position: relative;
}
a.team2close {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 700;
	font-size: 24px;
	text-decoration: none;
}
a.team2close:hover {
	color: #000;
}
.team22 .linebreak {
	margin: 0 auto 30px 0;
}
.article2 .team .team22 h2 {
	text-align: left;
font-size: 20px;
  line-height: 26px;
	padding: 0 0 30px 0;
}

.topics0 {
	padding: 100px 0 0 0;
	width: 90%;
	text-align: center;
	margin: 0 auto;
}
.topicsindex .topics0, .wwdindex .topics0 {
	padding: 30px 0 0 0;
}
.topicsindex {
	padding: 30px 0 30px 0;
	background-color: rgba(0,0,0,0.05);
}
.wwdindex {
	padding: 30px 0 30px 0;
}

.topics1, a.topics1 {
	display: inline-block;
	vertical-align: top;
	width: 90%;
	max-width: 200px;
	margin: 0 30px 30px 30px;
	text-decoration: none;
}
.topics1 strong {
	display: block;	
	color: #0C3973;
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
  padding: 0 0 10px 0;
  text-transform: uppercase;
}
.topics1 span {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	border-radius: 300px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.02);
	margin: 0 0 30px 0;
	background-repeat: no-repeat;
	background-size: 40% auto;
	background-position: 50% 50%;
	transition: background-size 0.2s ease-out;
}
a.topics1:hover span {
	background-size: 50% auto;
}
.topics1_12 span {
	background-image: url(../img/topic11.svg);
}
.topics1_11 span {
	background-image: url(../img/topic12.svg);
}
.topics1_10 span {
	background-image: url(../img/topic13.svg);
}
.topics1_14 span {
	background-image: url(../img/topic14.svg);
}
.topics1_15 span {
	background-image: url(../img/topic15.svg);
}
.topics1_16 span {
	background-image: url(../img/topic16.svg);
}
.topics1_17 span {
	background-image: url(../img/topic17.svg);
}
.topics18 span {
	background-image: url(../img/topic18.svg);
}


.contactform {
	max-width: 980px;
	margin: 0 auto;
}



.contact1 {
	display: block;
	float: left;
	width: 29%;
	padding: 10px 1%;
	margin: 0 1% 20px 1%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	border: none;
	background-color: rgba(255,255,255,1);
}
.contact2 {
	display: block;
	clear: both;
	width: 95%;
	padding: 10px 1%;
	margin: 0 0 20px 1%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	border: none;
	background-color: rgba(255,255,255,1);
}
.contact3 {
	background-color: transparent;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	width: 31%;
	padding: 10px 30px;
	margin: 0 auto 20px auto;
	cursor: pointer;
	color: #0C3973;
	font-weight: 700;
	text-transform: uppercase;
  -webkit-transition: 150ms ease-out;
  transition: 150ms ease-out;
	border: 1px solid #0C3973;
}
.contact3:hover {
	background-color: #0C3973;
	color: #fff;
}
.contact4 {
	width: 304px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}


.c1 {
	float: left;
	width: 48%;
}
.c2 {
	float: right;
	width: 48%;
	aspect-ratio: 1.333;
	filter: grayscale(1);
}


.news0 {
	padding: 0 0 100px 0;
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
}
.article1 .news0 {
	padding: 100px 0;
}
.txtcenter {
	text-align: center;
}
.news1 {
	floaT: left;
	width: 48%;
	padding: 0 0 100px 0;
}
.news1 span {
	font-weight: 400;
	display: block;
	padding: 0 0 10px 0;
}
.news1:nth-child(2n) {
	floaT: right;
}
.news1:nth-child(2n+1) {
	clear: both;
}
.news1 h3 {
	padding: 10px 0;
	color: #0C3973;
	font-size: 21px;
	font-weight: 700;
}
a.ascale {
	display: block;
	max-width: 100%;
	min-height: 10px;
	overflow: hidden;
}
a.ascale img {
	display: block;
	width: 100%;
	transition: all 0.2s ease-out;
}
a.ascale:hover img {
	transform: scale(1.2);
}
a.soc-linkedin {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-size: 100% auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/linkedin.svg);
	vertical-align: bottom;
	margin: 5px 0 0 0;
}

.team11mini {
	float: left;
	width: 49%;
	margin: 0 1% 0 0;
	box-sizing: border-box;
	padding: 0 0 0 140px;
	position: relative;
	text-align: left;
}
.team11miniface {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	min-height: 10px;
	overflow: hidden;
	border-radius: 0;
}
.team11miniface img {
	display: block;
	width: 100%;
}

.proces0 {
	width: 110px;
	background-size: auto 60%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/proces0.svg);
	height: 80px;
	
}
.proces1, .proces2, .proces3, .proces4 {
	padding: 0 0 0 170px;
	background-size: 110px auto;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: url(../img/proces1.svg);
}
.proces2 {
	background-image: url(../img/proces2.svg);
	background-position: 13px 50%;
}
.proces3 {
	background-image: url(../img/proces3.svg);
}
.proces4 {
	background-image: url(../img/proces4.svg);
}


@media screen and (min-width: 1px) and (max-width: 768px) {
.introitemanim {
  height: 100vh;
}
.menu {
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
	padding: 100px 0 50px 0;
	z-index: 0;
}
.menu ul li a.menus {
  border-bottom: none;
}
.menu ul li {
  display: block;
  margin: 0;
	text-align: center;
	padding: 10px 0;
}

.header0 {
  height: 30px;
	width: 100%;
}


.intro .introitem img {
  width: auto;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	
}

.introshort .introitem {
	height: 400px;
}
.introshort .introitem img {
	height: 400px;
}
.contact1 {
  float: none;
  width: 98%;
}
.contact2 {
  width: 98%;
}
.contact3 {
  width: 50%;
}
.index h2, .team h2, .txt h2 {
  font-size: 30px;
  line-height: 36px;
}
.c1, .c2 {
  float: none;
  width: auto;
}
.team11 {
  width: 300px;
  margin: 0 auto 50px auto;
}
.cta, .mission, .contact {
  background-size:  auto 100%;
}
.topics1 {
  margin: 0 auto 30px auto;
}
.news1 {
  floaT: none !important;
  width: auto;
  padding: 0 0 100px 0;
}
.motto img {
  width: 90%;
}
a.menubutt {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 5% 0 auto;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 50%;	
	background-image: url(../img/menu.svg);
	z-index: 1;
	position: relative;
}
.header h1.logo {
  left: 5%;
	z-index: 1;
}
.menu ul li a:hover, .menu ul li a.menus {
	border-bottom: none;
}
.menu ul li a.menus {
	font-weight: 700;
}
.topics1 span {
  background-color: rgba(0,0,0,0.05);
}
.topics1, a.topics1 {
  margin: 0 5% 30px 5%;
}
.team11mini {
	float: none;
	width: auto;
	margin: 0 0 30px 0;
}
.introtxt {
	background-size: 100% auto;
}
.introshort {
	aspect-ratio: auto;
}
}