﻿@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;700&display=swap');

body {
	background-color: #F3F3F3;
	color: #4E4E4E;
	font-family:'Lato', sans-serif;
	font-size: 14px;
    font-weight: 300;
}
a:link, #offCont a:visited, a:hover, a:active {
	color: #222222;
}
#offCont {
	overflow: hidden;
	margin: 15px auto 0;
	text-align: left;
	max-width:690px;
	background-color:#fff;
	width:100%;
}
#offCont #sOW2 {
	padding:10px 30px 0px;
}
h2 {
    font-size: 11pt;
    color: #fff;
    text-align: left;
    font-weight: bold;
    line-height: normal;
    background: #0066AA;
    padding: 6px 20px;
    display: inline-block;
    border-radius: 0px 5px 5px 0;
    margin-left: -30px;
    margin-bottom: 10px;
}
h3 {
    font-size: 11pt;
    font-weight: bold;
	color: #4E4E4E;
    margin: 10px 0;
}
#JobTitle {     
	font-size:25px; 
	text-align: center; 
	font-weight: 700; 
	line-height: normal;
    color: #000
}
#WorkPlace {
	text-align: center;
	margin-top:5px;
}
.icons {
    display: flex;
    flex-direction: inherit;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
    padding: 20px 0 0;
}
.icons li {
    margin-left: 0;
    list-style-type: none;
    display: block;
    width: 24%;
    text-align: center;
    padding: 85px 0 30px 0;
    font-size: 13px;
}
.icon1 {
    background: url(_res/icon1.png) no-repeat top center;
}
.icon2 {
    background: url(_res/icon2.png) no-repeat top center;
}
.icon3 {
    background: url(_res/icon3.png) no-repeat top center;
}
.icon4 {
    background: url(_res/icon4.png) no-repeat top center;
}
.icon5 {
    background: url(_res/icon5.png) no-repeat top center;
}
.icon6 {
    background: url(_res/icon6.png) no-repeat top center;
}
.icon7 {
    background: url(_res/icon7.png) no-repeat top center;
}
.icon8 {
    background: url(_res/icon8.png) no-repeat top center;
}
#offCont #sOW2 ul {
	list-style-type: disc;
	padding-left: 20px;
	list-style-position: outside;
}
#offCont #sOW2 ul li {
	font-family:'Lato', sans-serif;
	list-style-image:url(_res/li.png);	
	line-height: normal;
	margin-left: 10px;
}
.bottom {
    background: #fff url(_res/bottom.jpg) no-repeat scroll center center;
    background-size: 100%;
    padding: 5% 30px 10%;
    margin: 0 -30px;
}
#offCont #sOW2 .button {
    background-color:#0066AA;
    font-size:18px;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 30px auto;
    text-align: center;
    text-decoration: none;
    width:150px;
    border:none;
    color: #fff;
	border: 1px solid #0066AA;
	cursor: pointer;
	transition: 0.4s;
    font-weight: bold;
}
#offCont #sOW2 .button:hover {
	opacity: 0.5;
}
#Clause {
	font-size:10px;
	text-align:justify;
}
@media all and (max-width:684px) {
/* tekst */
#offCont #sOW2 {

	padding:0% 20px 0% 20px;
}

}
