﻿@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@200;300;400&display=swap');

body {
	background-color: #F3F3F3;
	color: #222222;
	font-family:'Barlow', 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:690px;
	background-color:#fff;
	width:100%;
}
#offCont #sOW2 {
	padding:0px 30px 30px;
}
.top {
    background: #e30613;
    margin: 20px -30px;
    padding: 20px 30px;
    min-height: 70px;
    color: #fff;
    display: inline-block;
    width: 100%;
}
.left {
    width: 60%;
    float: left;
}
.right {
    width: 35%;
    float: right;
}
#JobTitle {     
	font-size:22px; 
	text-align: left; 
	font-weight: bold; 
	line-height: normal;
}
#WorkPlace {
	text-align: left;
	margin-top: 5px;
}
#Opportunities h2 {
    background: #fff url(_res/of.png) no-repeat scroll left top;
    background-size: 35px;
    padding: 0px 0px 15px 40px;
    font-size: 15px;
    font-weight: normal;
    color: #e30613;
}
#PositionDescription h2 {
    background: #fff url(_res/op2.png) no-repeat scroll left top;
    background-size: 35px;
    padding: 0px 0px 15px 40px;
    font-size: 15px;
    font-weight: normal;
    color: #e30613;
}
#Requirements h2 {
    background: #fff url(_res/wy.png) no-repeat scroll left top;
    background-size: 35px;
    padding: 0px 0px 15px 40px;
    font-size: 15px;
    font-weight: normal;   
    color: #e30613;
}
#offCont #sOW2 ul {
	list-style-type: disc;
	padding-left: 20px;
	list-style-position: outside;
}
#offCont #sOW2 ul li {
	font-family:'Barlow', sans-serif;
	list-style-image:url(_res/li.png);	
	line-height: normal;
	margin-left: 10px;
}
#offCont #sOW2 .button {
    background-color:#e30613;
    font-size: 13px;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 15px auto;
    text-align: center;
    text-decoration: none;
    width: 85%;
    border: none;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
    transition: 0.4s;
    border-radius: 30px;
    text-transform: uppercase;
}
#offCont #sOW2 .button:hover {
	opacity: 0.5;
}
.bottom {
    background: #fff url(_res/bg-sp2025.png) no-repeat scroll right center;
    background-size: 100%;
    padding: 10px 100px 10px 30px;
    margin: 0 -30px
}
#Clause {
	font-size:10px;
	text-align:justify;
}
#Notes p:first-child {
    font-size: 15px;
    font-weight: normal;
    color: #e30613;
}
@media all and (max-width:684px) {
/* tekst */
#offCont #sOW2 {

	padding:0% 20px 0% 20px;
}

}
