﻿@import url('https://fonts.googleapis.com/css?family=Bould:400,700&subset=latin-ext');

body {
	background-color: #F3F3F3;
	color: #222222;
	font-family:'Bould', sans-serif;
	font-size: 14px;
}
a:link, #offCont a:visited, a:hover, a:active {
	color: #222222;
}
#offCont {
	overflow: hidden;
	margin: 15px auto 0;
	text-align: left;
	max-width:900px;
	background-color:#fff;
	width:100%;
    box-shadow: 1px 1px 5px 1px #888;
}
#offCont #sOW2 {
	padding:30px;
}

#box1 {
    color: #fff;
    text-align: left;
    font-weight: bold;
    background-color: #014990;
    border-radius: 8px;
    padding: 30px 20px 30px 20px;
    margin-top: -25px;
    z-index: 1;
    position: relative;
    max-width: 840px;
}

#box2 {
    color: #fa6380;
    text-align: left;
    font-weight: bold;
    background-color: #12B7F6;
    border-radius: 8px;
    padding: 30px 20px 10px 20px;
    max-width: 840px;
    position: relative;
    margin-top: -20px;
}

#box3 {
    background-color: #014990;
    border-radius: 8px;
    padding: 10px 20px 30px;
    margin-top: 30px;
}

#CompanyDescription {
    padding: 30px 20px 0px;
}

#t1 {
    background: #F1F7FE;
    border-radius:8px;
    padding: 20px;
    margin-top: 30px;
}

#t2 {
    border: 1px solid #eee; 
    border-radius:8px;
    padding: 20px;
    margin-top: 30px;
}


h2 {
    color: #12B7F6;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
}

#JobTitle {     
	font-size:28px; 
	text-align: left; 
	font-weight: normal; 
	line-height: normal;
	color:#fff;
    
}
#WorkPlace {
	text-align: left;
    color: #fff;
}
#ReferenceNumber {
	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: 25%;
    text-align: center;
    padding: 70px 0 30px 0;
    font-size: 14px;
    background-size: 50px;
}
.icon1 {
    background: url(_res/1.svg) no-repeat top center;
}
.icon2 {
    background: url(_res/2.svg) no-repeat top center;
}
.icon3 {
    background: url(_res/3.svg) no-repeat top center;
}
.icon4 {
    background: url(_res/4.svg) no-repeat top center;
}
.icon5 {
    background: url(_res/5.svg) no-repeat top center;
}
.icon6 {
    background: url(_res/6.svg) no-repeat top center;
}
.icon7 {
    background: url(_res/7.svg) no-repeat top center;
}
.icon8 {
    background: url(_res/8.svg) no-repeat top center;
}
.icon9 {
    background: url(_res/9.svg) no-repeat top center;
}
.icon10 {
    background: url(_res/10.svg) no-repeat top center;
}
.icon11 {
    background: url(_res/11.svg) no-repeat top center;
}
.icon12 {
    background: url(_res/12.svg) no-repeat top center;
}
.icon13 {
    background: url(_res/13.svg) no-repeat top center;
}
.icon14 {
    background: url(_res/14.svg) no-repeat top center;
}
.icon15 {
    background: url(_res/15.svg) no-repeat top center;
}
.icon16 {
    background: url(_res/16.svg) no-repeat top center;
}
.icon17 {
    background: url(_res/17.svg) no-repeat top center;
}
.icon18 {
    background: url(_res/18.svg) no-repeat top center;
}
.icon19 {
    background: url(_res/19.svg) no-repeat top center;
}
.icon20 {
    background: url(_res/20.svg) no-repeat top center;
}



#offCont #sOW2 ul {
	list-style-type: disc;
	padding-left: 20px;
	list-style-position: outside;
}
#offCont #sOW2 ul li {
	font-family:'Bould', sans-serif;
	list-style-image:url(_res/li_2025.png);	
	line-height: normal;
	margin-left: 10px;
}
#offCont #sOW2 .button {
    background-color:#12B7F6;
    font-size:18px;
    display: block;
    height: 50px;
    line-height:50px;
    margin: 30px auto;
    text-align: center;
    text-decoration: none;
    width:180px;
    border:none;
    color: #fff;
	border: 1px solid #12B7F6;
	cursor: pointer;
	transition: 0.4s;
    border-radius:8px; 
}
#offCont #sOW2 .button:hover {
	opacity: 0.5;
}
#Clause {
	font-size:10px;
	text-align:justify;
    color: #fff;
}

#Notes {
	text-align:justify;
    color: #fff;
}

@media all and (max-width:684px) {
/* tekst */
#offCont #sOW2 {

	padding:0% 20px 0% 20px;
}
    
.icons li {

    width: 50%;

}    
    

}
