﻿@import url('https://fonts.googleapis.com/css?family=Lato:400,700&subset=latin-ext');

body {
	background-color: #F3F3F3;
	color: #222222;
	font-family:'Lato', 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%;
}
#offCont #sOW2 {
	padding:20px 0px 20px;
    background: #f3f3f3;
}
#JobTitle {     
	font-size:36px; 
	text-align: center; 
	font-weight: normal; 
	line-height: normal;
	color:#f37321;
    margin: 20px 0px;
}

#offCont #sOW2 #button .button {
    background-color:#f37321;
    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 #f37321;
	cursor: pointer;
	transition: 0.4s;
    border-radius:8px; 
    display: none;
}

#WorkPlace {
	text-align: center;
	margin-top:5px;
}
#ReferenceNumber {
	text-align: center;
	margin-top:5px;
}

h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #f37321;
}

#t1 {
    background: #fff;
    box-shadow: 0 0 12px 0 rgb(32 37 87 / 8%);
    border-radius:8px; 
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid #e4e5eb;
}

#box2 {
    background: #fff;
    box-shadow: 0 0 12px 0 rgb(32 37 87 / 8%);
    border-radius:8px; 
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid #e4e5eb;
}

.container {
    background: #fff;
    box-shadow: 0 0 12px 0 rgb(32 37 87 / 8%);
    border-radius:8px;
    padding: 30px 0px;
    margin-bottom: 20px;
    border: 1px solid #e4e5eb;
}

.container1 {
    background: #fff;
    box-shadow: 0 0 12px 0 rgb(32 37 87 / 8%);
    border-radius:8px; 
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid #e4e5eb;

}

.video {
    display: flex;
    flex-direction: inherit;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 3% 0px 0px 0px;
}

.video li {
    margin-left: 0;
    list-style-type: none;
    display: block;
    width: 30%;
    text-align: center;
    padding: 20px 0 30px 0;
    font-size: 16px;
    font-weight: 700;
    
}

.film {
    color: #000;
}

.box1 {
    margin-top: 20px;
}

.box3 {
    margin-top: 40px;
}

.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: 30%;
    text-align: center;
    padding: 11% 0 30px 0;
    font-size: 14px;
    background-size:30%;
    
}
.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;
}



#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.jpg);	
	line-height: 20px;
	margin-left: 10px;
    margin-bottom: 10px;

}
#offCont #sOW2 .button {
    background-color:#f37321;
    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 #f37321;
	cursor: pointer;
	transition: 0.4s;
    border-radius:8px; 
}
#offCont #sOW2 .button:hover {
	opacity: 0.5;
}
#Clause {
	font-size:10px;
	text-align:justify;
    padding: 0px 30px;
}

#Notes {
	font-size:14px;
	text-align:justify;
    padding: 0px 30px 20px;
}
@media all and (max-width:830px) {
/* tekst */
#offCont #sOW2 {

	padding:0% 20px 0% 20px;
}
    
.box3 {
    margin-top: 20px;
}    
    
    
#offCont #sOW2 #button .button {
    background-color:#f37321;
    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 #f37321;
	cursor: pointer;
	transition: 0.4s;
    border-radius:8px; 
}      

.video li {
    margin-left: 0;
    list-style-type: none;
    display: block;
    width: 47%;
    text-align: center;
    padding: 20px 0 30px 0;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;

    
}    
    
}

@media all and (max-width:640px) {
/* tekst */
   
.icons li {
    margin-left: 0;
    list-style-type: none;
    display: block;
    width: 53%;
    text-align: center;
    padding: 20% 0 30px 0;
    font-size: 14px;
    background-size:30%;
    
} 
    
.video li {
    margin-left: 0;
    list-style-type: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0 30px 0;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;

    
}     
    
}

