/* 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;
}
.clear60 {
	display: block;
	clear: both;
	height: 60px;
	width: 100%;
	overflow: hidden;
}
strong {
	/*font-weight: 700;*/
}

.seo {
	display: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	filter: alpha(opacity=100);
  	opacity: 1;
	color: #000;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	filter: alpha(opacity=100);
  	opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {   /* Older versions of Firefox */
	filter: alpha(opacity=100);
  	opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
	filter: alpha(opacity=100);
  	opacity: 1;
}
*: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: #000;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #EE7643;
	text-decoration: none;
}

body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #000;
	background-color: #fff;
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 300;
}


.header {
	background-color: #000;
	background-image: radial-gradient(49% 73%, #004F64 0%, #003E4F 74%);
	padding: 60px 0 0 0;
}
.header0 {
	background-image: radial-gradient(49% 73%, #004F64 0%, #003E4F 74%);
	border-bottom: 1px solid #8CBBB7;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.headercontrolling .header0 {
	border-bottom: none;	
}
.header0c {
	width: 90%;
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
}

.logo {
	position: absolute;
	top: 0;
	left: 0;
}
.logo a {
	display: block;
	width: 95px;
	height: 60px;
	background-size: 100% auto;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: url(../img/logo_top.svg);

}
.logo span {
	display: none;
}
.menu {
	margin: 0 0 0 100px;
font-size: 14px;
color: #FFFFFF;
letter-spacing: 0.6px;
line-height: 20px;
	text-align: right;
	padding: 0 0;
	text-transform: uppercase;
	position: relative;
}
.menumobile {
	display: none;
}
.menu a {
	color: #fff;
	display: inline-block;
	padding: 20px 0 20px 0;
	margin: 0 10px;
	-webkit-transition: 150ms ease-out;
	transition: 150ms ease-out;
}
.menu a.menus, .menu a:hover {
	color: #7a9aa3;
	padding-bottom: 15px;
	border-bottom: 5px solid #ee7643;
}
.menu a span {
	color: #8CBBB7;
}
a.menusearch {
	width: 18px;
	background-size: 100% auto;
	background-position: 50% 20px;
	background-repeat: no-repeat;
	background-image: url(../img/icon-search.svg);	
}
a.menulanguage {
	padding-right: 20px;
	background-size: 10px auto;
	background-position: 100% 25px;
	background-repeat: no-repeat;
	background-image: url(../img/icon-dropdown.svg);	
}
#language {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 100;
	background: rgba(0,0,0,0.60);
	display: none;
}
#language a {
	display: block;
	padding: 10px 0 10px 0;
}
#language a:hover {
	color: #ee7643;
	padding-bottom: 10px;
	border-bottom: none;
}



.submenu {
	background: rgba(0,0,0,0.60);
font-size: 14px;
letter-spacing: 0.6px;
line-height: 20px;
	text-align: center;
	padding: 10px;
}
.submenuplaceholder {
	height: 60px;
}
.submenu a {
	display: inline-block;
opacity: 0.72;
font-weight: 500;
color: #FFFFFF;
	padding: 10px 15px;
	text-transform: uppercase;
	-webkit-transition: 150ms ease-out;
	transition: 150ms ease-out;
}
.submenu a:hover, a.submenus {
opacity: 1;
	color: #000;
	background: #fff;
}




.headerintro {
	/*background: #003646;
	width: 100%;
	min-height: 10px;
	overflow: hidden;
	position: relative;*/
	background-size: 100% auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/headerintro.png);
}
.headervlastnosti {
	background-size: auto 100%;
	background-position: 90% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/v-top-grid.svg);
}
.headerabout {
	background-size: 100% auto;
	background-position: 50% 40%;
	background-repeat: no-repeat;
	background-image: url(../archiv/on_foto-top.jpg);
}
.headerkariera {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../archiv/k_foto-top.jpg);
}
.headercontrolling {
	background-size: 50% auto;
	background-position: 80% 80px;
	background-repeat: no-repeat;
	background-image: url(../img/c_top-ilu.svg);
}
.intro {
	padding: 0 0 100px 0;
	width: 90%;
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.intro1, .intro0 h1 {
	font-size: 48px;
	color: #8CBBB7;
	text-align: center;
	line-height: 56px;
	font-weight: 500;
	padding: 80px 0 0 0;
}
.intro2, .intro0 p {
	opacity: 0.84;
	font-size: 20px;
	color: #8CBBB7;
	text-align: center;
	line-height: 30px;
	padding: 5px 0 40px 0;
}
.intro3, .intro4 {
	float: left;
	padding: 40px 100px 20px 100px;
	box-sizing: border-box;
	width: 50%;
}
.intro31 h2, .intro41 h2 {
	font-size: 30px;
	color: #FFFFFF;
	line-height: 36px;
	padding: 0 0 10px 0;
	font-weight: 500;
}
.intro31 span, .intro41 span {
	color: #8CBBB7;
}
.intro32, .intro42, .intro31 p, .intro41 p {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
	padding: 0 0 20px 0;
}
.intro3 {
	background-size: 102px 84px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/icon_controlling-business-inteligence.svg);
}
.intro4 {
	background-size: 110px 84px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/icon_vyvoj-software.svg);
}
a.intro33, a.intro43 {
	background: #EE7643;
	color: #fff;
font-size: 14px;
color: #FFFFFF;
letter-spacing: 0.6px;
line-height: 20px;
	font-weight: 500;
	padding: 15px 65px 15px 25px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: 150ms ease-out;
	transition: 150ms ease-out;
	background-size: 18px 16px;
	background-position: 90% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/icon_arrow-left.svg);
}
a.intro33:hover, a.intro43:hover {
	background-position: 95% 50%;
}



.introloga {
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
}
.introloga p {
	FLOAT: LEFT;
	width: 16.666%;
}
.introloga img {
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
}


.intronews {
	background-color: #f6f5f2;
}
.intronews0 {
	width: 90%;
	max-width: 1050px;
	padding: 70px 0 90px 0;
	margin: 0 auto;
}
.intronews01, a.intronews01 {
	font-size: 36px;
	color: #003E4F;
	text-align: center;
	line-height: 42px;
	font-weight: 500;
	padding: 0 0 40px 0;
	position: relative;
	top: 70px;
	display: block;
}
a.intronews01:hover {
	color: #EE7643;
}
.intronewsdiv, .intronews2, .intronews3, .intronews4 {
	width: 32%;
	float:left;
	margin: 0 2% 70px 0;
	background-color: #fff;
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.06);
	padding: 0 0 30px 0;
	min-height: 425px;
}
.intronewsdiv:nth-child(3n) {
	margin: 0 0 70px 0;
}
.intronewsdiv:nth-child(3n + 1) {
	clear: both;
}
.intronewsover {
	display: none;
}
a.intronews20 {
	display: block;
	overflow: hidden;
	width: 100%;
	min-height: 50px;
	height: 204px;
	overflow: hidden;
}
a.intronews20 img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
a.intronews20:hover img {
	transform: scale(1.1);
}
.intronews p {
	font-weight: 500;
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	padding: 30px 25px 25px 25px;
}
.intronews p a:hover {
	color: #003E4F;
}
.intronewsdiv span {
	opacity: 0.6;
	font-size: 14px;
	color: #003E4F;
	letter-spacing: 0;
	display: block;
	padding: 0 25px 0 25px;
}
.intronewsloadmore {
	text-align: right;
}
.intronewsloadmore a {
	font-weight: 500;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.6px;
	line-height: 20px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 20px 0 0;
	background-size: 14px auto;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/icon_arrow-left-black.svg);
	margin: 0 10px;
}
.intronewsloadmore a span {
	display: inline-block;
	border-bottom: 1px solid #EE7643;	
	-webkit-transition: 150ms ease-out;
	transition: 150ms ease-out;
}
.intronewsloadmore a:hover span {
	border-bottom: 1px solid rgba(0,0,0,0);
}

.motto {
	background-image: radial-gradient(14% 1%, #004F64 13%, #003E4F 100%);
	background-image: radial-gradient(49% 73%, #004F64 0%, #003E4F 74%);
	color: #fff;
}
.motto0 {
	background-size: auto 100%;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/top_grid_B@2x.png);
}
.motto0content {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding: 60px 0;
}
.motto1 {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	float: left;
	width: 50%;
}
.motto2 {
	float: right;
	width: 50%;
	text-align: center;
}
.motto21 {
	width: 144px;
	height: 144px;
	border: 1px solid rgba(140,187,183,0.25);
	border-radius: 72px;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 auto;
}
.motto21 img {
	display: block;
	width: 100%;
	border-radius: 72px;
}
.motto2 strong {
	display: block;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
}
.motto2 span {
	font-size: 14px;
	color: #8CBBB7;
}
.motto22 {
	padding: 60px 0 0 0;
}
.motto22 a {
	display: inline-block;
	width: 54px;
	border-radius: 27px;
	box-sizing: border-box;
	padding: 5px;
	margin: 0 5px;
	border: 1px solid rgba(255,255,255,0);
}
.motto22 a img {
	display: block;
	width: 100%;
	border-radius: 27px;
}
.motto22 a:hover, a.motto22s {
	border: 1px solid #fff;
}
#motto2, #motto3, #motto4, #motto5,
#motto2txt, #motto3txt,  #motto4txt,  #motto5txt {
	display: none;
} 


.introrefe {
	padding: 70px 0 90px 0;
	max-width: 1050px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.introrefe1 {
	font-weight: 500;
	font-size: 36px;
	color: #003E4F;
	line-height: 42px;
	padding: 0 0 40px 0;
}
.introrefe p {
	display: inline-block;
	width: 15%;
	padding: 0 2% 20px 2%;
}
.introrefe p img {
	display: block;
	width: 100%;
	height: auto;
}
a.introrefe2 {
	background: #EE7643;
	color: #fff;
font-size: 14px;
color: #FFFFFF;
letter-spacing: 0.6px;
line-height: 20px;
	font-weight: 500;
	padding: 15px 65px 15px 25px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: 150ms ease-out;
	transition: 150ms ease-out;
	background-size: 18px 16px;
	background-position: 90% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/icon_arrow-left.svg);
}
a.introrefe2:hover {
	background-position: 95% 50%;
}



.newsletter {
	background-color: rgba(0,0,0,0.84);
}
.newsletter0 {
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
	color: #fff;
	padding: 60px 0 100px;
	text-align: center;
}
.newsletter1 {
	font-weight: 500;
	font-size: 36px;
	line-height: 42px;
	padding: 0 0 30px 0;
}
.newsletter2 {
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	padding: 0 0 40px 0;
}
.newsletter3 {
	max-width: 660px;
	margin: 0 auto 20px auto;
	background-color: #fff;
	box-sizing: border-box;
	padding: 10px 10px 10px 70px;
	background-size: 22px 16px;
	background-position: 25px 50%;
	background-repeat: no-repeat;
	background-image: url(../img/icon_mail.svg);
}
.newsletter32 {
	cursor: pointer;
	border: 1px solid #8CBBB7;
	width: 150px;
	height: 48px;
font-weight: 500;
font-size: 14px;
color: #000000;
letter-spacing: 0.6px;
text-align: center;
line-height: 20px;
	background-color: #fff;
	font-family: 'Space Grotesk', sans-serif;
	text-transform: uppercase;
	-webkit-transition: 150ms ease-out;
	transition: 150ms ease-out;
}
.newsletter32:hover {
	background-color: #8CBBB7;
	color: #fff;
}
.newsletter31 {
	border: none;
	width: 420px;
	height: 50px;
font-weight: 500;
font-size: 14px;
color: #000000;
letter-spacing: 0.6px;
line-height: 20px;
	background-color: #fff;
	font-family: 'Space Grotesk', sans-serif;
font-size: 18px;
color: #8CBBB7;
line-height: 30px;
}
.newsletter4 {
	font-size: 16px;
}

.search0 {
    background-color: #000;
    background-image: radial-gradient(49% 73%, #004F64 0%, #003E4F 74%);
    padding: 60px 0;
}
.search {
	width: 90%;
	max-width: 660px;
	margin: 0 auto 0 auto;
	background-color: #fff;
	box-sizing: border-box;
	padding: 10px 10px 10px 70px;
	background-size: 22px 16px;
	background-position: 25px 50%;
	background-repeat: no-repeat;
	background-image: url(../img/icon-search-green.svg);
}
.search2 {
	cursor: pointer;
	border: 1px solid #8CBBB7;
	width: 150px;
	height: 48px;
font-weight: 500;
font-size: 14px;
color: #000000;
letter-spacing: 0.6px;
text-align: center;
line-height: 20px;
	background-color: #fff;
	font-family: 'Space Grotesk', sans-serif;
	text-transform: uppercase;
	-webkit-transition: 150ms ease-out;
	transition: 150ms ease-out;
}
.search2:hover {
	background-color: #8CBBB7;
	color: #fff;
}
.search1 {
	border: none;
	width: 420px;
	height: 50px;
font-weight: 500;
font-size: 14px;
color: #000000;
letter-spacing: 0.6px;
line-height: 20px;
	background-color: #fff;
	font-family: 'Space Grotesk', sans-serif;
font-size: 18px;
color: #8CBBB7;
line-height: 30px;
}


.footer {
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 70px 0 150px 0;
}
.footer1, .footer2, .footer3 {
	float: left;
	width: 22%;	
}
.footer4 {
	float: right;
	width: 33%;	
}
.footer1 strong, .footer2 strong, .footer3 strong, .footer4 strong {
	font-weight: 500;
	font-size: 16px;
	color: #003E4F;
	line-height: 20px;
	display: block;
	padding: 0 0 35px 0;
}
.footer1 a, .footer2 a, .footer3 a {
	font-size: 14px;
	color: #000000;
	line-height: 24px;
	display: block;
	padding: 0 0 24px 0;
}
.footer1 a:hover, .footer2 a:hover, .footer3 a:hover {
	color: #003E4F;
}
.footer4 p {
opacity: 0.6;
font-size: 14px;
color: #003E4F;
	padding: 0 0 40px 0;
}
a.footer41 {
	font-weight: 500;
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid #8CBBB7;
padding: 15px 65px 15px 25px;
-webkit-transition: 150ms ease-out;
transition: 150ms ease-out;
background-size: 18px 16px;
background-position: 90% 50%;
background-repeat: no-repeat;
background-image: url(../img/icon_arrow-left-black.svg);
}
a.footer41:hover {
	background-position: 95% 50%;
}

.copy {
	clear: both;
	padding: 60px 0 0 0;
}
.copy1 {
	float: left;
	width: 33.333%;
font-weight: 700;
font-size: 14px;
color: #003E4F;
line-height: 20px;
}
.copy2 {
	float: left;
	width: 33.333%;
	text-align: center;
opacity: 0.6;
font-size: 14px;
color: #003E4F;
}
.copy3 {
	float: right;
	width: 33.333%;
	text-align: right;
}
.copy11, .copy21, .copy31 {
	height: 60px;
}
.copy11 img {
	display: block;
	width: 90px;
	height: auto;
}

.txtsoc {
	display: inline-block;
	margin: 0 0 0 0;
}
.txtsoc a, a.txtsoc {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 36px;
	background: rgba(140,187,183,0.36);
	background-position: 50% 50%;
	background-repeat: no-repeat;
-webkit-transition: 150ms ease-out;
transition: 150ms ease-out;
	margin: 0 10px 0 0;
}

.copy31 a {
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 36px;
	background: rgba(140,187,183,0.36);
	background-position: 50% 50%;
	background-repeat: no-repeat;
-webkit-transition: 150ms ease-out;
transition: 150ms ease-out;
	margin: 0 0 0 10px;
}
.copy31 a:hover, .txtsoc a:hover,  a.txtsoc:hover {
	background-color: rgba(140,187,183,1);
}
a.soc-in {
	background-size: 15px 14px;
	background-image: url(../img/icon_linkedin.svg);
}
a.soc-fb {
	background-size: 9px 18px;
	background-image: url(../img/icon_facebook.svg);
}
a.soc-tw {
	background-size: 16px 13px;
	background-image: url(../img/icon_twitter.svg);
}
.copy32 a {
font-size: 14px;
color: #000000;
line-height: 24px;
}
.copy32 a:hover {
	color: #003E4F;
}
.copy32 span {
	display: inline-block;
	width: 30px;
	COLOR: #8CBBB7;
	TEXT-ALIGN: CENTER;
}

.headertxt {
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 30px 0 60px 0;
	color: #FFFFFF;
}
.headertxt strong {
	font-weight: 700;
}
.headerabout .headertxt, .headerkariera .headertxt  {
	padding: 90px 0 100px 0;
}
.headertxt a {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
}
.headertxt a:hover {
	text-decoration: none;
}
.drobek {
	font-weight: 500;
font-size: 12px;
	color: #8CBBB7;
	text-transform: uppercase;
	padding: 0 0 25px 0;
}
.drobek a {
	color: #fff;
-webkit-transition: 150ms ease-out;
transition: 150ms ease-out;
}
.drobek a:hover {
	color: #8CBBB7;
}
.drobek span {
	display: inline-block;
	width: 25px;
background-size: 5px auto;
background-position: 50% 50%;
background-repeat: no-repeat;
background-image: url(../img/icon_arrow-left-s.svg);
	
}
.headertxt h1 {
font-weight: 500;
font-size: 48px;
line-height: 60px;
	float: left;
	width: 48%;
}
.headertxt p {
	float: right;
	width: 48%;
	font-size: 20px;
	line-height: 30px;
}


.txt {
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 45px 0 100px 0;
}
.txt1, .txt0 {
	float: left;
	width: 70%;
	color: #003E4F;	
	clear: both;
}
.txtfull {
	color: #003E4F;	
}
.txt2 {
	float: right;
	width: 25%;
	position: relative;
	background-color: #fff;	
	box-sizing: border-box;
}
.txt0 p, .txt1 p, .txtfull p {
	font-size: 18px;
	line-height: 24px;
	padding: 0 0 30px 0;
}
.txt0 p strong, .txt1 p strong, .txtfull strong {
	font-weight: 500;
}

.txt1 h2, .txtfull h2 {
	font-weight: 500;
	font-size: 36px;
	line-height: 42px;
	padding: 0 0 30px 0;
}
h2.h2ebook {
	font-size: 30px;
	line-height: 30px;
	color: #ee7643;
	margin: 30px 0 0 0;
}
.txtfull h2 span {
	color: #EE7643;
}
.txt1 h3, .txtfull h3 {
	font-weight: 500;
font-size: 24px;
line-height: 30px;
	padding: 20px 0 15px 0;
	border-top: 1px solid #eaf3f2;
}
.txt1 h4, .txtfull h4 {
font-size: 16px;
color: #003E4F;
letter-spacing: 0;
line-height: 24px;
	border-radius: 4px;
	background-color: #eaf3f2;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}

.txt2 a {
	display: block;
font-size: 16px;
color: #000000;
line-height: 20px;
	padding: 0 20px;	
}
.txt2 a span {
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid rgba(0,62,79,0.24);
}
.txt2 a:last-child span {
	border-bottom: 1px solid rgba(0,62,79,0);
}
.txt2 a:hover, a.txt2s {
	background: #EE7643;
}
.txt2 a:hover {
	color: #fff;
}
.txt2 a:hover span, a.txt2s span {
	border-bottom: 1px solid rgba(0,62,79,0);
}
.txt1 ul li, .txtfull ul li {
font-weight: 500;
font-size: 18px;
line-height: 24px;
	padding: 0 0 20px 35px;
background-size: 18px 1px;
background-position: 0 12px;
background-repeat: no-repeat;
background-image: url(../img/li.png);
}

.news {
	color: #003E4F;
	text-align: center;
	padding: 70px 0 60px 0;
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
}
.news h1, .news h2 {
font-weight: 500;
font-size: 48px;
line-height: 60px;
}


.newsfirst {
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
}
.newsfirst1 {
	float: left;
	width: 48%;
	padding: 0 0 10px 0;
}
.newsfirst1 img {
	display: block;
	width: 100%;
}
.newsfirst2 {
	float: right;
	width: 48%;
	padding: 0 0 10px 0;
}
.newsfirst2 p {
	font-weight: 500;
font-size: 30px;
padding: 0 0 15px 0;
line-height: 36px;
}

.newsfirst2 p a:hover {
	color: #003E4F;
}

.newsfirst2 span {
font-size: 14px;
color: #8CBBB7;
}


.newsloadmore {
	text-align: center;
}
.newsloadmore a {
	background: #EE7643;
	color: #fff;
font-size: 14px;
color: #FFFFFF;
letter-spacing: 0.6px;
line-height: 20px;
	font-weight: 500;
	padding: 15px 65px 15px 25px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: 150ms ease-out;
	transition: 150ms ease-out;
	background-size: 18px 16px;
	background-position: 90% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/icon_arrow-down.svg);
}
.newsloadmore a:hover {
	background-position: 90% 70%;
}



.newsdetail {
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 30px 0 80px 0;
}
.newsdetail .drobek a {
	color: #000;
}
.newsdetail h1 {
font-weight: 500;
font-size: 36px;
color: #003E4F;
line-height: 42px;
}
.newsdetail .txt1 {
	width: 60%;
}
.newsdetail1 {
	padding: 20px 0 30px 0;
opacity: 0.6;
font-size: 14px;
color: #003E4F;
	display: inline-block;
}
.newsdetail2 {
	padding: 35px 0;
}
.newsdetail21 {
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 70px;
	float: left;
	margin: 0 20px 0 0;
}
.newsdetail21 img {
	display: block;
	width: 100%;
	height: auto;
}
.newsdetail22 {
	float: left;
	padding: 0 0 0 0;
}
.newsdetail22 strong {
	display: block;
font-weight: 500;
font-size: 16px;
color: #003E4F;
line-height: 20px;
}
.newsdetail22 span {
	display: block;
opacity: 0.6;
font-size: 14px;
color: #003E4F;
}
.txt2img {
	float: right;
	width: 33%;	
}
.txt2img p {
	padding: 0 0 10px 0;
}
.txt2img img {
	display: block;
	width: 100%;
	height: auto;
}
.tags {
	padding: 0 0 25px 0;
}
.tags span, .tags a {
	display: inline-block;
	padding: 3px 10px;
	font-size: 12px;
	margin: 0 1px 1px 0;
	background-color: #8cb9b5;
	color: #fff;
	text-transform: uppercase;
}
.tags a:hover, a.tags {
	background-color: #ee7643;
}

.refe {
	/*background: #eaf3f2;
	padding: 20px;*/
	text-align: center;
	background: #001a22;
	padding: 10px;
font-size: 14px;
letter-spacing: 0.6px;
line-height: 20px;
}
.refe a {
	font-weight: 500;
/*color: #000000;
margin: 0 10px;*/
color: #fff;
padding: 10px 15px;
text-transform: uppercase;
	-webkit-transition: 150ms ease-out;
	transition: 150ms ease-out;
	text-transform: uppercase;
opacity: 0.72;
	display: inline-block;
}
.refe a:hover, a.refes {
	/*color: #003E4F;*/
opacity: 1;
color: #000;
background: #fff;
}


.refe_inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.refe10s {
	z-index: 100;
}
.refe10s .refe_inner {
  transform: rotateY(180deg);
}
.refe_front, .refe_back {
  position: absolute;
	top: 0;
	left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
.refe_front {
	position: relative;
}
.refe_back {
  transform: rotateY(180deg);
	z-index: 100;
}

.refe1 {
	max-width: 1050px;
	width: 90%;
	margin: 0 auto;
}
.refe10 {
	float: left;
	width: 25%;
	padding: 25px 20px 40px 20px;
	box-sizing: border-box;
	border-right: 1px solid #eaf3f2;
	border-top: 1px solid #eaf3f2;
	position: relative;
}
.refe10:nth-child(4n) {
	border-right: none;
}
.refe101 {
	padding: 0 0 40px 0;
}
.refe101 img {
	display: block;
	height: 60px;
	width: auto;
	margin: 0 auto;
}
.refe102 {
	font-size: 16px;
	color: #003E4F;
	line-height: 21px;
padding: 0 0 25px 0;
}
.refe102mobile {
	display: none;
}
.refe103 {
	text-align: center;
	color: #668b95;
	font-size: 14px;
}
.refe103 strong {
font-weight: 500;
font-size: 16px;
color: #003E4F;
line-height: 20px;
}
.refe104 {
	display: block;
	position: absolute;
	top: -5%;
	left: -10px;
	width: 110%;
	box-sizing: border-box;
	background: #EAF3F2;
	min-height: 100%;
	padding: 20px;
font-size: 18px;
color: #003E4F;
line-height: 24px;
	cursor: pointer;
	z-index: 100;
	
}
.refe103butt {
	text-transform: uppercase;
	border-bottom: 1px solid #EE7643;
}



.kontakt0 {
	max-width: 1050px;
	width: 90%;
	margin: 0 auto;
}
.kontakt1 {
	text-align: center;
	padding: 70px 0 0 0;
	color: #003E4F;
}
.kontakt1 h1, .kontakt1 h2 {
font-weight: 500;
font-size: 48px;
line-height: 60px;
	padding: 0 0 20px 0;
}
.kontakt1 p {
font-size: 20px;
line-height: 30px;
	padding: 0 0 20px 0;
}

.kontakt2 {
	color: #003E4F;
	text-align: center;
}
.kontakt2 strong {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	display: block;
	padding: 0 0 20px 0;
}
.kontakt2 a {
	text-transform: uppercase;
	color: #000;
	display: inline-block;
	border-bottom: 1px solid #EE7643;
}
.kontakt2 a:hover {
	border-bottom: 1px solid #fff;
}
.kontakt21, .kontakt22, .kontakt23 {
border: 2px solid #EE7643;
border-radius: 6px;
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
	box-sizing: border-box;
	padding: 95px 10px 0 10px;
	background-size: auto 70px;
	background-position: 50% 15px;
	background-repeat: no-repeat;
	min-height: 200px;
}
.kontakt21 {
	background-image: url(../img/icon_controlling-business-inteligence.svg);
}
.kontakt22 {
	background-image: url(../img/icon_vyvoj-software.svg);
}
.kontakt23 {
	background-image: url(../img/icon_lide-gist.svg);
	margin: 0 0 0 0;
}

.kontakt3 {
	float: left;
	width: 48%;
color: #003E4F;
	padding: 50px 0 60px 0;
}
.kontakt4 {
	float: right;
	width: 48%;
color: #003E4F;
	padding: 50px 0 60px 0;
}
.kontakt3 h2, .kontakt4 h2 {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.6px;
	line-height: 24px;
	padding: 0 0 20px 0;
	text-transform: uppercase;
}
.kontakt3 p, .kontakt4 p {
	padding: 0 0 20px 0;
	font-size: 18px;
line-height: 24px;
}

.kontakt3 table, .kontakt4 table {
	margin: 0 0 20px 0;
	font-size: 18px;
line-height: 24px;
}
.kontakt3 table td, .kontakt4 table td {
	padding: 0 10px 0 0;
}


.kontakt5 {
	background-color: #f6f5f2;
	color: #003E4F;
}
.kontakt50 {
	max-width: 1050px;
	width: 90%;
	margin: 0 auto;
}
.kontakt51 {
	float: left;
	width: 48%;
color: #003E4F;
	padding: 50px 0 60px 0;
}
.kontakt52 {
	float: right;
	width: 48%;
color: #003E4F;
	padding: 50px 0 60px 0;
}
.kontakt5 h2, .kontakt5 h3 {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.6px;
	line-height: 24px;
	padding: 0 0 20px 0;
	text-transform: uppercase;
}
.kontakt5 p {
	padding: 0 0 20px 0;
	font-size: 18px;
line-height: 24px;
}
.kontakt6 {
	max-width: 1050px;
	width: 90%;
	margin: 0 auto;
	padding: 50px 0 0 0;
	color: #003E4F;
	text-align: center;
}
.kontakt6 h2 {
	font-weight: 500;
	font-size: 36px;
	line-height: 42px;
	padding: 0 0 20px 0;
}
.kontakt6 h3 {
	font-weight: 500;
	font-size: 30px;
	line-height: 36px;
	padding: 0 0 20px 0;
}
.map {
	width: 100%;
	height: 420px;
	background-color: #ccc;
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}
.kontakt611 {
	width: 24.5%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 60px 0;
}
.kontakt611 p {
	width: 180px;
	height: 180px;
	overflow: hidden;
	border-radius: 126px;
	background-color: #ccc;
	margin: 0 auto 20px auto;
}
.kontakt611 p img {
	display: block;
	width: 100%;
	heigfht: auto;
}
.kontakt611 strong {
	display: block;
font-size: 20px;
line-height: 30px;
	padding: 0 0 0 0;
}
.kontakt611 span {
	display: block;
font-size: 14px;
color: #8CBBB7;
	min-height: 38px;
	padding: 0 0 10px 0;
}
#kontakty89 .kontakt611 span, #kontakty90 .kontakt611 span, #kontakty466 .kontakt611 span {
	min-height: 1px;
}
.kontakt611 span.kontakt611tel {
	min-height: 1px;
}
a.kontakt611tel {
	font-size: 14px;
	color: #8CBBB7;
	display: block;
	padding: 0 0 10px 0;
}
a.kontakt611tel:hover {
	color: #000;
}
a.kontakt6link, .newsdetail2 a.kontakt6in, .kariera211b a.kontakt6in {
	display: inline-block;
	background-color: rgba(140,187,183,0.36);
	width: 30px;
	height: 30px;
	margin: 0 1px;
	border: 3px solid #fff;
	border-radius: 60px;
	-webkit-transition: 150ms ease-out;
	transition: 150ms ease-out;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.newsdetail2 a {
	margin: 0 2px 0 0;
}
a.kontakt6link:hover {
	border: 3px solid rgba(140,187,183,0.75);
	background-color: rgba(140,187,183,0.75);
}
a.kontakt6mail {
	background-size: 16px auto;
	background-image: url(../img/icon_mail-black.svg);
}
a.kontakt6in {
	background-size: 12px auto;
	background-image: url(../img/icon_linkedin.svg);
}


.kontakt7 {
	width: 90%;
	max-width: 490px;
	margin: 0 auto;
	padding: 60px 0 90px 0;
color: #003E4F;
}
.kontakt7 h2 {
font-weight: 500;
font-size: 36px;
line-height: 42px;
	padding: 0 0 50px 0;
}
.kontakt71 {
	display: block;
	border: 1px solid rgba(0,62,79,0.24);
	background-color: #fff;
	padding: 5px 10px;
	font-family: 'Space Grotesk', sans-serif;
	font-size: 14px;
	margin: 0 0 20px 0;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}
.kontakt7 label {
	display: block;
	padding: 0 0 10px 0;
}
.kontakt72 {
	background: #EE7643;
	color: #fff;
	font-family: 'Space Grotesk', sans-serif;
	border: none;
font-weight: 500;
font-size: 14px;
letter-spacing: 0.6px;
line-height: 20px;
	padding: 20px 20px 20px 60px;
	cursor: pointer;
	-webkit-transition: 150ms ease-out;
	transition: 150ms ease-out;
	background-position: 20px 50%;
	background-repeat: no-repeat;
	background-size: 23px auto;
	background-image: url(../img/icon_mail-white.svg);
	text-transform: uppercase;
}
.kontakt72:hover {
	background-color: #003E4F;
}


.about1 {
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 50px 0;
color: #003E4F;
}
.about1 p {
	float: left;
	width: 32%;
	box-sizing: border-box;
	padding: 10px 30px 10px 0;	
	border-right: 1px solid #eaf3f2;
	font-size: 18px;
	line-height: 24px;
	min-height: 170px;
}
.about1 p:nth-child(2n) {
	padding: 10px 30px 10px 30px;
	width: 34%;
}
.about1 p:nth-child(3n) {
	border-right: none;
	padding: 10px 0 10px 30px;
}
.about1 p strong {
font-weight: 500;
font-size: 24px;
line-height: 30px;
	display: inline-block;
	padding: 0 0 20px 0;
}

.about2 {
	background-color: #eaf3f2;
}
.about20 {
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 60px 0 100px 0;
color: #003E4F;
}
.about21 {
	float: left;
	width: 70%;
	font-size: 18px;
	line-height: 24px;
}
.about21 h2 {
font-weight: 500;
font-size: 36px;
line-height: 42px;
	padding: 0 0 30px 0;
}
.about21 h3 {
	font-size: 24px;
	line-height: 30px;
	padding: 0 0 30px 0;
}
.about21 p {
	padding: 0 0 20px 0;
}
.about21 strong {
	font-weight: 700;
}
.about22 {
	float: right;
	width: 25%;
}
.about22 img {
	max-width: 190px;
	height: auto;
	display: block;
	margin: 0 0 0 auto;
}



.about3 {
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 60px 0 100px 0;
color: #003E4F;
}
.about3 h2 {
font-weight: medium;
font-size: 36px;
line-height: 42px;
	padding: 0 0 25px 0;
}
.about3 strong {
	font-weight: 700;
}
.about33 {
	clear: both;
	padding: 50px 0 0 0;
	text-align: center;
font-weight: 500;
font-size: 24px;
line-height: 30px;
}
.about3 img {
	display: block;
	width: 100%;
}
.about31img {
	float: left;
	width: 48%;
	padding: 0 0 25px 0;
}
.about31 {
	float: right;
	width: 48%;
	padding: 25px 0;
}
.about32img {
	float: right;
	width: 48%;
	clear: both;
	padding: 0 0 25px 0;
}
.about32 {
	float: left;
	width: 48%;
	padding: 25px 0;
}


.about4 {
	background-color: #f5f5f1;
	background-size:  auto 100%;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/bgr-onas.svg);
}
.about40 {
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 60px 0 100px 0;
font-size: 20px;
color: #003E4F;
text-align: center;
line-height: 30px;
}
.about4 h2 {
	font-weight: 500;
font-size: 36px;
line-height: 42px;
}
.about41 {
	padding: 0 0 40px 0;
}
.about3 p a, .about4 p a{
	color: #EE7643;
	text-decoration: underline;
}
.about3 p a:hover, .about4 p a:hover {
	text-decoration: none;
}
.about42 p {
	float: left;
	width: 24%;
background: #fff;
box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.06);
	margin: 0 1.333% 30px 0;
	box-sizing: border-box;
	text-align: left;
	padding: 25px;
font-size: 18px;
line-height: 24px;
	min-height: 170px;
}
.about42 p strong {
	display: inline-block;
font-weight: 500;
font-size: 24px;
line-height: 30px;
	padding: 0 0 10px 0;
}
.about42 p:nth-child(4n) {
	margin: 0 0 30px 0;
}
.about42 p:nth-child(5n) {
	clear: both;
}

.kariera1 {
	background-size: auto 100%;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(../img/k_w_grid.svg);	
}
.kariera1 p a {
	color: #EE7643;
	text-decoration: underline;
	font-weight: 700;
}
.kariera1 p a:hover {
	text-decoration: none;
}
.kariera10 {
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 0 80px 0;
}
.kariera11 {
	padding: 0 0 50px 0;	
}
.kariera11 img {
	display: block;
	position: relative;
	width: 110%;
	left: -5%;
}
.kariera12 {
	float: left;
	width: 66%;
font-size: 18px;
color: #003E4F;
line-height: 24px;
}
.kariera12 h2 {
font-weight: 500;
font-size: 36px;
line-height: 42px;
	padding: 0 0 30px 0;
}
.kariera12 h3 {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	padding: 0 0 20px 0;
}
.kariera13 {
	position: relative;
}
.kariera13 img {
	display: block;
	width: 150px;
	margin: 100px auto 0 auto; 
}


.kariera2 {
	background-color: #f6f5f2;
}
.kariera20 {
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 60px 0;
	color: #003E4F;
}
.kariera2 h2 {
font-weight: 500;
font-size: 36px;
text-align: center;
line-height: 42px;
	padding: 0 0 40px 0;
}
.kariera211 {
	float: left;
	width: 48%;
	clear: both;
}
.kariera211:nth-child(2n) {
	float: right;
		clear: none;
}
.kariera211a {
	background: #FFFFFF;
box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.06);
	box-sizing: border-box;
	padding: 25px;
}
.kariera211a h3 {
	font-weight: 500;
font-size: 24px;
color: #000000;
line-height: 30px;
	padding: 0 0 30px 0;
}
.kariera211a p {
	padding: 0 0 30px 0;
}
.kariera211a a {
	color: #000;
	text-transform: uppercase;
	display: inline-block;
	border-bottom: 1px solid #EE7643;
}
.kariera211a a:hover {
	color: #EE7643;
}
.kariera211b {
	float: left;
	padding: 25px;
font-size: 16px;
color: #003E4F;
line-height: 24px;
	width: 60%;
}
.kariera211b strong {
	display: block;
}
.kariera211b span {
	display: block;
	color: #8CBBB7;
}
.kariera211c {
	float: right;
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 80px;
	margin: 25px 25px 0 0;
}
.kariera211c img {
	display: block;
	width: 100%;
	height: auto;
}

.kariera3 {
background-color: #004F64;
background-image: radial-gradient(49% 73%, #004F64 0%, #003E4F 74%);
}
.kariera3bgr {
	background-size: cover;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/bgr-staz.svg);
}
.kariera30 {
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 120px 0 165px 0;
	color: #fff;
font-weight: 500;
font-size: 36px;
line-height: 42px;
	box-sizing: border-box;
	position: relative;
}
.kariera30 p {
	width: 48%;
}
.kariera30 img {
	position: absolute;
	top: 30px;
	height: 100%;
	width: auto;
	right: 0;
}
.kariera4 {
width: 90%;
max-width: 1050px;
margin: 0 auto;
	padding: 60px 0 90px 0;
}

.kariera4 .kontakt7 {
	width: 48%;
	max-width: 48%;
	margin: 0 auto 0 0;
	float: left;
	padding: 0;
}
.kariera41 {
	width: 48%;
	float: right;
	margin: 118px 0 0 0;
	border: 3px solid #EE7643;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 30px 50px;
font-size: 24px;
color: #003E4F;
line-height: 30px;
}
.kariera4noform {
	background-color: #f5f5f1;
	width: auto;
	max-width: 100%;
	padding: 30px 0 30px 0;
}
.kariera4noform .kariera41 {
width: 90%;
max-width: 1050px;
	width: auto;
	float: none;
	margin: 0 auto;
	text-align: center;
}
.kariera411 {
	padding: 0 0 20px 0;
}
.kariera412 {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	padding: 10px 0 10px 40px;
	background-size: 18px auto;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: url(../img/icon_phone.svg);
}
.kariera4noform .kariera412 {
	display: inline-block;
}
.kariera413 {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	padding: 10px 0 10px 40px;
	background-size: 22px auto;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: url(../img/icon_mail-blue.svg);
	margin: 0 0 30px 0;
}
.kariera4noform .kariera413 {
	display: inline-block;
}
.kariera413 a {
	color: #000;
	border-bottom: 2px solid #EE7643;
}
.kariera413:hover a {
	color: #EE7643;
}
.kariera414 {
	opacity: 0.6;
	font-size: 14px;
	line-height: 21px;
}


.controlling1 {
	background-color: #f6f5f2;
}
.controlling10 {
width: 90%;
max-width: 1050px;
margin: 0 auto;
	position: relative;
	color: #003E4F;
}
.controlling11 {
	width: 48%;
	padding: 60px 0 100px 0;
	font-size: 18px;
	line-height: 24px;
}
.controlling11 h2, .controlling11 h3 {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	padding: 0 0 20px 0;
}
.controlling11 p {
	padding: 0 0 20px 0;
}
.controlling11 p strong {
	font-weight: 700;
}
.controlling11 p a {
	color: #003E4F;
	font-weight: 700;
	text-decoration: underline;
}
.controlling11 p a:hover {
	text-decoration: none;
}
.controlling12 {
	display: block;
	height: 95%;
	max-height: 480px;
	position: absolute;
	right: 0;
	top: -15px;
	max-width: 48%;
}
.controlling12 img {
	display: block;
	width: 100%;
}


.controlling2 {
width: 90%;
max-width: 790px;
margin: 0 auto;
	padding: 60px 0 100px 0;
font-size: 18px;
color: #003E4F;
line-height: 24px;
}
.controlling2 h2 {
font-weight: 500;
font-size: 36px;
line-height: 42px;
	padding: 0 0 30px 0;
}
.controlling2 a {
	font-weight: 500;
	color: #003E4F;
	text-decoration: underline;
}
.controlling2 a:hover {
	color: #EE7643;
}
.controlling2 h3 {
font-size: 24px;
line-height: 30px;
	padding: 0 0 20px 0;
}
.controlling2 p {
	padding: 0 0 20px 0;
}
.controlling2 strong {
	font-weight: 500;
}

.controlling3 {
    background-color: #004F64;
    background-image: radial-gradient(49% 73%, #004F64 0%, #003E4F 74%);
}
.controlling30 {
width: 90%;
max-width: 1050px;
margin: 0 auto;
	color: #fff;
	padding: 60px 0 100px 0;
font-weight: 500;
font-size: 20px;
line-height: 30px;
}
.controlling31 {
	float: left;
	width: 70%;
}
.controlling32 {
	float: right;
	width: 25%;
	text-align: center;
font-size: 14px;
color: #8CBBB7;
	line-height: 21px;
}
.controlling32 strong {
	display: inline-block;
font-weight: 500;
font-size: 24px;
color: #FFFFFF;
	line-height: 36px;
}


.controlling4 {
	background-color: #eaf3f2;
}
.controlling40 {
width: 90%;
max-width: 1050px;
margin: 0 auto;
	color: #003E4F;
	padding: 60px 0 100px 0;
font-weight: 500;
font-size: 24px;
line-height: 30px;
}
.controlling4 h2 {
	font-weight: 500;
	font-size: 36px;
	line-height: 42px;
	padding: 0 0 20px 0;
}
.controlling40 strong {
	font-weight: 700;
}
.controlling41 {
	float: left;
	width: 70%;
}
.controlling42 {
	float: right;
	width: 25%;
}
.controlling42 img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 220px;
	margin: 0 0 0 auto;
}
.controlling4 a {
	color: #003E4F;
	text-decoration: underline;
}
.controlling4 a:hover {
	color: #000;
	text-decoration: underline;
}

.controlling5 {
	background-color: #EE7643;
}
.controlling50 {
width: 90%;
max-width: 1050px;
margin: 0 auto;
	text-align: center;
	color: #fff;
	padding: 60px 0 100px 0;
font-weight: 500;
font-size: 36px;
line-height: 42px;
}
a.controlling51 {
	background: #fff;
	color: #000;
font-weight: 500;
font-size: 14px;
letter-spacing: 0.6px;
line-height: 20px;
	padding: 20px 20px 20px 60px;
	-webkit-transition: 150ms ease-out;
	transition: 150ms ease-out;
	background-position: 20px 50%;
	background-repeat: no-repeat;
	background-size: 23px auto;
	background-image: url(../img/icon_mail-black.svg);
	text-transform: uppercase;
	margin: 40px 0 0 0;
	display: inline-block;
}
a.controlling51:hover {
	background-color: #eaf3f2;
}


.controllingrefe {
width: 90%;
max-width: 790px;
margin: 0 auto;
font-size: 18px;
color: #003E4F;
line-height: 24px;
}
.controllingrefe1 {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding:  40px 30px 0 0;
	border-right: 1px solid rgba(0,62,79,0.24);
}
.controllingrefe1:nth-child(2n) {
	padding: 40px 0 0 30px;
	border-right: none;
}
.controllingrefe img {
	height: 90px;
	margin: 0 auto;
	width: auto;
	display: block;
}
.controllingrefe11 {
	padding: 0 0 30px 0;
}
.controllingrefe12 {
	padding: 0 0 30px 0;
}
.controllingrefe13 {
	text-align: center;
	padding: 0 0 40px 0;
font-size: 14px;
	color: #668b95;
}
.controllingrefe13 strong {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #003E4F;
}


a.top {
	position: fixed;
	bottom: 90px;
	right: 10px;
	display: block;
	width: 50px;
	height: 50px;
	background-image: url("../img/top.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: none;
}
a.adminedit {
	position: fixed;
	bottom: 25px;
	left: 25px;
	display: block;
	width: 50px;
	height: 50px;
	background-image: url("../img/edit.svg");
	background-position: 55% 45%;
	background-repeat: no-repeat;
	background-size: 20px auto;
	border-radius: 25px;
	background-color: rgba(0,0,0,0.25);
}
a.adminedit:hover {
	background-color: rgba(0,0,0,0.75);
}

.gallery img {
	display: block;
	width: 100%;
	height: auto;
}






#eucookielaw {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 95%;
	background-color: rgba(0,0,0,0.8);
	padding: 10px 2.5%;
	text-align: center;
	color: #fff;
	z-index: 2000;
	font-size: 14px;
}
#eucookielaw a {
	display: inline-block;
	text-decoration: underline;
  font-weight: 400;
	color: #fff;
}
#eucookielaw a:hover {
	text-decoration: underline;
}
#eucookielaw a#removecookie {
	background-color: #666;
	display: inline-block;
	margin: 0 10px;
	color: #fff;
	padding: 3px 20px;
	text-decoration: none;
}
#eucookielaw a#removecookie:hover {
	color: #666;
  background-color: #fff;
}



#eucookielaw {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 95%;
	background-color: rgba(0,0,0,0.8);
	padding: 10px 2.5%;
	text-align: center;
	color: #fff;
	z-index: 2000;
	font-size: 14px;
}
#eucookielaw a {
	display: inline-block;
	text-decoration: underline;
  font-weight: 400;
	color: #fff;
}
#eucookielaw a:hover {
	text-decoration: underline;
}
#eucookielaw a#removecookie {
	background-color: #666;
	display: inline-block;
	margin: 0 10px;
	color: #fff;
	padding: 3px 20px;
	text-decoration: none;
}
#eucookielaw a#removecookie:hover {
	color: #666;
  background-color: #fff;
}


.headerintro img {
      max-width: 100%;
      height: auto;
    }
    .dots-1 {
      width: 500px;
      position: absolute;
      left: 0;
      top: 0;
      /* opacity: 0.4;
      transform: rotateY(60deg) rotateX(30deg); */
      animation: move1 15s infinite alternate linear forwards;
      pointer-events: none;
    }
    .dots-1::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to left, rgb(0, 54, 70), rgb(0, 54, 70, 0));
    }
    .dots-2 {
      width: 900px;
      position: absolute;
      right: -100px;
      bottom: 0;
      /* opacity: 0.5;
      transform: rotateY(300deg) rotateX(30deg); */
      animation: move2 10s infinite alternate linear forwards;
      pointer-events: none;
    }
    .dots-2::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to right, rgb(0, 54, 70), rgb(0, 54, 70, 0));
    }
    @keyframes move1 {
      0% {
        transform: rotateY(60deg) rotateX(30deg);
        opacity: 0.4;
      }
      100% {
        transform: rotateY(65deg) rotateX(35deg);
        opacity: 0.6;
      }
    }

    @keyframes move2 {
      0% {
        transform: rotateY(300deg) rotateX(30deg);
        opacity: 0.5;
      }
      100% {
        transform: rotateY(305deg) rotateX(35deg);
        opacity: 0.8;
      }
    }


.txt0 a, .txt1 a, .txtfull a, .controlling11 p a, .controlling4 a, .controlling2 a, .about3 p a, .about4 p a {
	font-weight: 700;
	color: #EE7643;
	text-decoration: none;
}
.txt0 a:hover, .txt1 a:hover, .txtfull a:hover, .controlling11 p a:hover, .controlling4 a:hover, .controlling2 a:hover, .about3 p a:hover, .about4 p a:hover {
	color: #000;
	text-decoration: none;
}


.ax-wf {
	margin: 0 !important;
}
.ax-wf p {
	padding-bottom: 0 !important;
	margin: 0 0 !important;
}

.txt1form label {
    display: inline-block;
    text-align: left;
    min-width: 200px;
    max-width: 200px;
    padding: 5px 0;
    cursor: pointer;
}
.txt1form label span {
	color: #EE7643;
}
.txt1form1 {
	font-family: inherit;
	font-size: 15px;
	border: 1px solid rgba(0,62,79,0.24);
box-sizing: border-box;
width: 100%;
max-width: 400px;
padding: 5px 10px;
vertical-align: top;
margin-bottom: 20px;
}
.txt1form2 {
    background: #EE7643;
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    border: none;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.6px;
    line-height: 20px;
    padding: 20px;
    cursor: pointer;
    -webkit-transition: 150ms ease-out;
    transition: 150ms ease-out;
    text-transform: uppercase;
    margin-left: 0;
margin-bottom: 20px;
	max-width: 100%;
white-space: normal;
}
.txt1form2:hover {
    background-color: #003E4F;
}


@media screen and (min-width: 1px) and (max-width: 900px) {
.menu, .submenu {
	display: none;
}
.header0 {
	height: 60px;
	background: #003E4F;
}
.menumobile {
	background-color: #003E4F;
	position: absolute;
	z-index: 1;
	top: 0;
	left: -5%;
	width: 110%;
	min-height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
	padding: 100px 10% 20px 10%;
	font-size: 18px;
}
.menumobile ul li {
	position: relative;
	display: block;
}
#menumobile2, #menumobile3 {
	display: none;
}
a.menumobile1 {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	color: #fff;
}
a.menumobile1show {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	padding: 0;
	background-size: 13px auto;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/icon_arrow-left.svg);
}
a.menumobile1hide {
	padding: 10px 0 10px 20px;
	background-size: 13px auto;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: url(../img/icon_arrow-right.svg);
}
.menumobile2 {
	padding: 20px 0;
}
.menumobile2 a {
	color: #fff;
	margin: 0 20px 0 0;
}
.logo {
	z-index: 10;
}
.logo a {
    width: 80px;
    height: 60px;
}
.intro1, .intro0 h1 {
    font-size: 36px;
    line-height: 42px;
}
.intro2, .intro0 p {
    font-size: 16px;
    line-height: 21px;
}
.intro31 h2, .intro41 h2 {
    font-size: 21px;
    line-height: 30px;
    padding: 0 0 10px 100px;
}
.intro3, .intro4 {
    float: none;
    padding: 20px 0 20px 0;
    width: auto;
}
.intro3 {
    background-size: 80px auto;
}
.intro4 {
    background-size: 80px 84px;
}
.introloga p {
    width: 33.333%;
}
.introloga p:nth-child(4), .introloga p:nth-child(5), .introloga p:nth-child(6) {
	display: none;
}
.controlling31, .controlling32 {
    float: none;
    width: auto;
	padding: 20px 0 0 0;
}
.intronews0 {
    padding: 50px 0 50px 0;
}
.intronews01 {
    font-size: 30px;
    line-height: 36px;
top: 30px;
}
.intronewsdiv, .intronews2, .intronews3, .intronews4, .intronewsdiv:nth-child(3n) {
    width: auto;
    float: none;
	margin: 0 0 20px 0;
	min-height: 10px;
}
.intronews p {
    font-size: 16px;
}
a.intronews20 {
    height: auto;
}
.introrefe p {
    width: 30%;
    padding: 0 1% 20px 1%;
}
.introrefe1 {
    font-size: 30px;
    line-height: 36px;
}
.introrefe {
    padding: 50px 0 50px 0;
}
.newsletter1 {
    font-size: 30px;
    line-height: 36px;
	padding: 0 0 20px 0;
}
.newsletter2 {
    font-size: 18px;
    line-height: 24px;
}
.newsletter32 {
	display: none;
}
.newsletter31 {
    width: 100%;
}
.newsletter0 {
    padding: 50px 0 50px;
}
.footer1, .footer2, .footer3 {
    float: none;
    width: auto;
	padding: 0 0 25px 0;
}
.footer1 a, .footer2 a, .footer3 a {
    padding: 0 0 12px 0;
}
.footer4 {
    float: none;
    width: auto;
}
.copy1, .copy2, .copy3 {
    float: none;
    width: auto;
	text-align: center;
}
.copy11 img {
	margin: 0 auto;
}
.copy21 {
	display: none;
}
.copy2 {
	padding: 50px 0;
}
.footer {
    padding: 50px 0 50px 0;
}
a.footer41 {
	display: block;
}
.headertxt h1 {
    font-size: 30px;
    line-height: 36px;
    float: none;
    width: auto;
	padding: 0 0 25px 0;
}
.headertxt p {
    float: none;
    width: auto;
    font-size: 18px;
    line-height: 24px;
}
.txt1, .txt0, .txt2, .newsdetail .txt1 {
    float: none;
    width: auto;
}
.txt2 a {
    padding: 0;
}
.txt1 h2, .txtfull h2 {
    font-size: 21px;
    line-height: 30px;
padding: 0 0 15px 0;
}
.txt1 ul li, .txtfull ul li {
    font-size: 16px;
    line-height: 24px;
}
h2.h2ebook {
    font-size: 16px;
    line-height: 24px;
}
.txt0 p, .txt1 p, .txtfull p {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 15px 0;
}
.txt1 h3, .txtfull h3 {
    font-size: 16px;
    line-height: 24px;
}
.refe10 {
    float: none;
    width: auto;
	border-right: none;
}
.refe102 {
	display: none;
}
.refe102mobile {
	display: block;
}
.headerabout {
    background-size: auto 100%;
    background-position: 50% 0;
}
.about1 p, .about1 p:nth-child(2n), .about1 p:nth-child(3n) {
    float: none;
    width: auto;
    box-sizing: border-box;
    padding: 15px 0 15px 0;
	border-right: none;
    border-bottom: 1px solid #eaf3f2;
	min-height: 10px;
font-size: 16px;
line-height: 24px;
}
.about1 p:nth-child(3n) {
	border-bottom: none;
}
.about1 p strong {
    font-size: 21px;
    line-height: 30px;
}
.about21 {
    float: none;
    width: auto;
font-size: 16px;
line-height: 24px;
}
.about21 h3 {
    font-size: 21px;
    line-height: 30px;
}
.about21 h2 {
    font-size: 30px;
    line-height: 36px;
}
.about22 {
    float: none;
    width: auto;
}
.about22 img {
    margin: 0 auto;
}
.about31, .about31img, .about32, .about32img {
    float: none;
    width: auto;
}
.about3 h2 {
    font-size: 30px;
    line-height: 36px;
}
.about33 {
    font-size: 21px;
    line-height: 30px;
}
.about4 h2 {
    font-size: 30px;
    line-height: 36px;
}
.about42 p {
    float: none;
    width: auto;
	margin: 0 0 2px 0;
	min-height: 10px;
}
.about42 p strong {
    font-size: 21px;
    line-height: 30px;
}
.news h1, .news h2 {
    font-size: 36px;
    line-height: 42px;
}
.newsfirst1, .newsfirst2 {
    float: none;
    width: auto;
}
.newsfirst2 p {
    font-size: 16px;
    line-height: 24px;
}
.newsdetail h1 {
    font-size: 30px;
    line-height: 36px;
}
.txt2img {
    float: none;
    width: auto;
}

.kontakt1 h1, .kontakt1 h2 {
    font-size: 36px;
    line-height: 42px;
}
.kontakt21, .kontakt22, .kontakt23 {
    float: none;
    width: auto;
    margin: 0 0 10px 0;
}
.kontakt6 h2 {
    font-size: 30px;
    line-height: 36px;
}
.kontakt611 {
    width: 49%;
}
.kontakt611 strong {
    font-size: 16px;
}
.kontakt6 {
    padding: 25px 0 0 0;
}
.kontakt3, .kontakt4 {
    float: none;
    width: auto;
    padding: 0 0 25px 0;
}
.kontakt3 h2, .kontakt4 h2, .kontakt3 table, .kontakt4 table {
    font-size: 16px;
    line-height: 24px;
}
.kontakt51, .kontakt52 {
    float: none;
    width: auto;
}
.kontakt5 h2, .kontakt5 h3, .kontakt5 p {
    font-size: 16px;
    line-height: 24px;
}
.kontakt72 {
	display: block;
	box-sizing: border-box;
	width: 100%;
padding: 20px 60px 20px 60px;
}
.kariera12 {
    float: none;
    width: auto;
}
.kariera12 h2, .kariera2 h2 {
    font-size: 30px;
    line-height: 36px;
}
.kariera12 h3 {
    font-size: 21px;
    line-height: 30px;
}
.kariera211 {
    float: none;
    width: auto;
}
.kariera211b {
box-sizing: border-box;
    padding: 25px 0 25px 25px;
    font-size: 16px;
width: 70%;
}
.kariera211c {
    float: right;
	width: 25%;
    max-width: 80px;
    height: auto;
	margin: 25px 0 0 0;
}
.kariera30 {
    font-size: 21px;
    line-height: 30px;
padding: 50px 0 50px 0;
}
.kariera30 img {
    position: relative;
    top: auto;
    height: auto;
    width: 100%;
    right: auto;
	margin: 0 0 25px 0;
}
.kariera30 p {
    width: auto;
}
.kariera4 .kontakt7 {
    width: auto;
    max-width: 100%;
    float: none;
}
.kariera41 {
    width: auto;
    float: none;
    margin: 50px 0 0 0;
	padding: 20px 20px;
}
.kariera412 {
    font-size: 24px;
    line-height: 36px;
}
.kariera413 {
    font-size: 21px;
    line-height: 30px;
}
.submenuplaceholder {
    display: none;
}
.controlling11 {
    width: auto;
    padding: 50px 0 50px 0;
    font-size: 16px;
    line-height: 24px;
}
.controlling12 {
    height: auto;
    max-height: 1000px;
    position: relative;
    right: auto;
    top: auto;
    max-width: 100%;
}
.controlling2 {
    font-size: 16px;
    line-height: 24px;
}
.controlling2 h2 {
    font-size: 30px;
    line-height: 36px;
}
.controlling2 h3 {
    font-size: 21px;
    line-height: 30px;
}
.controlling30 {
    padding: 50px 0 50px 0;
}
.controllingrefe1 {
    float: none;
    width: auto;
    padding: 25px 0 25px 0;
    border-right: none;
	border-bottom: 1px solid rgba(0,62,79,0.24);
}
.controllingrefe1:nth-child(2n) {
    padding: 25px 0 25px 0;
    border-bottom: none;
}
.controllingrefe11 {
    padding: 0 0 15px 0;
}
.controlling41 {
    float: none;
    width: auto;
}
.controlling42 {
    float: none;
    width: auto;
}
.controlling4 h2 {
    font-size: 30px;
    line-height: 36px;
}
.controlling40 {
    font-size: 21px;
    line-height: 30px;
}
.controlling42 img {
    margin: 0 auto;
}
.controlling50 {
    font-size: 30px;
    line-height: 36px;
}
a.menubutt {
	display: block;
	width: 40px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	background-size: 16px auto;
	background-position: 75% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/icon_menu.svg);
	z-index: 10;
}
a.menubutts {
	background-image: url(../img/icon_menu_close.svg);
}
a.menusearchmobile {
	display: block;
	width: 40px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 40px;
	background-size: 16px auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/icon-search.svg);
	z-index: 10;
}
.search1 {
    width: 100%;
	display: block;
}
.search2 {
	display: none;
}
}

@media screen and (min-width: 1px) and (max-width: 640px) {
.kontakt611 p {
	width: 125px;
	height: 125px;
}
}