1015 lines
17 KiB
CSS
Raw Normal View History

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');
* {
font-family: "Source Sans Pro","sans-serif";
}
2022-06-14 10:00:25 +02:00
.cookie_notice {
max-width: 100%;
2022-06-14 10:00:25 +02:00
}
2022-06-08 09:04:55 +02:00
body {
margin: auto;
color: #343434;
}
#main {
background-color: white;
}
#main .main_content {
max-width: unset;
}
/* nav */
.mobile{
display: none;
}
2022-06-09 19:44:27 +02:00
body.landing_page #content.aai #main {
background-image: none;
}
2022-06-16 08:31:18 +02:00
header {
2022-06-14 13:33:20 +02:00
height: unset;
padding-top: 13px;
2022-06-16 08:31:18 +02:00
padding-left: 0px;
padding-right: 0px;
max-width: 1160px;
width: 95%;
2022-06-16 08:31:18 +02:00
margin: auto;
}
2022-06-10 12:33:13 +02:00
2022-06-08 09:04:55 +02:00
header .nav-desktop span.menu_item {
margin-left: 32px;
text-transform: none;
}
2022-06-10 12:33:13 +02:00
header nav span.menu_item {
border-bottom: 0px;
}
2022-06-08 09:04:55 +02:00
header .nav-desktop span.menu_item a {
color: #343434;
font-style: normal;
font-weight: 400;
2022-06-08 09:04:55 +02:00
font-size: 16px;
2022-06-13 17:47:01 +02:00
/* line-height: 42px; */
2022-06-09 19:44:27 +02:00
}
2022-06-09 19:44:27 +02:00
header nav span.menu_item a:hover {
color: #F07D3E;
}
header nav span.menu_item.active {
border-bottom: unset;
}
header nav span.menu_item.active a {
color: #F07D3E;
2022-06-08 09:04:55 +02:00
}
2022-06-10 12:33:13 +02:00
header .logo a img {
height: 45px;
}
2022-06-14 13:33:20 +02:00
header .logo a img:last-of-type {
margin-left: 32px;
}
2022-06-10 12:33:13 +02:00
2022-06-08 09:04:55 +02:00
header nav span.lang_switch img {
2022-06-13 17:47:01 +02:00
padding-right: 6px;
}
.flag {
display: flex;
align-items: unset;
2022-06-08 09:04:55 +02:00
}
#header-btn {
2022-06-13 08:53:52 +02:00
display: inline-block;
2022-06-08 09:04:55 +02:00
color: #FFFFFF;
background-color: #F07D3E;
2022-06-08 09:04:55 +02:00
border: 1px solid #F07D3E;
2022-06-09 19:44:27 +02:00
font-weight: 700;
2022-06-13 17:47:01 +02:00
padding: 6px 20px;
text-transform: none;
2022-06-13 08:53:52 +02:00
text-align: center;
}
2022-06-13 17:47:01 +02:00
.nav-desktop {
align-items: center;
2022-06-14 13:33:20 +02:00
padding-bottom: 13px;
2022-06-13 17:47:01 +02:00
}
#header-btn:hover {
color: #F07D3E;
background-color: white;
border: 1px solid #F07D3E;
}
2022-06-08 09:04:55 +02:00
#main .main_content {
padding: 0px;
}
.hero-container {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1160px;
width: 95%;
height: auto;
2022-06-13 08:53:52 +02:00
padding-top: 105px;
padding-bottom: 105px;
margin: auto;
}
2022-06-08 09:04:55 +02:00
.hero-container img {
2022-06-08 09:04:55 +02:00
max-width: 50%;
max-height: 476px;
}
.hero-container .text {
text-align: left;
2022-06-09 19:44:27 +02:00
max-width: 50%;
margin-right: 10px;
2022-06-08 09:04:55 +02:00
}
2022-06-08 09:04:55 +02:00
.hero-container .text h1 {
font-weight: 300;
font-size: 50px;
line-height: 62px;
margin-top: 0px;
margin-bottom: 25px;
}
.hero-container .text p{
2022-06-09 19:44:27 +02:00
max-width: 390px;
2022-06-08 09:04:55 +02:00
margin-top: 0px;
margin-bottom: 25px;
2022-06-10 09:28:45 +02:00
font-size: 18px;
2022-06-10 15:19:43 +02:00
line-height: 26px;
}
.hero-container a {
display: flex;
justify-content: space-between;
2022-06-09 19:44:27 +02:00
align-items: center;
2022-06-09 19:44:27 +02:00
font-size: 16px;
font-weight: 600;
2022-06-10 15:19:43 +02:00
line-height: 26px;
2022-06-09 19:44:27 +02:00
2022-06-13 17:47:01 +02:00
padding: 11px 16px;
width: 286px;
2022-06-08 09:04:55 +02:00
background-color: #F07D3E;
border: 1px solid #F07D3E;
color: white;
2022-06-08 09:04:55 +02:00
background: linear-gradient(to left, #F07D3E 50%, white 50%) right;
background-size: 200%;
transition: .3s ease-out;
}
.hero-container a:hover {
background-color: white;
color: #F07D3E;
border: 1px solid #F07D3E;
2022-06-08 09:04:55 +02:00
background-position: left;
}
.hero-container img {
max-height: 476px;
max-width: auto;
}
.povezave_container {
max-width: 100%;
2022-06-09 19:44:27 +02:00
background-color: #FCFCFC;
}
.pomembne_povezave {
max-width: 1160px;
width: 95%;
2022-06-13 17:47:01 +02:00
padding-top: 110px;
2022-06-16 08:31:18 +02:00
padding-bottom: 105px;
margin: auto;
2022-06-09 19:44:27 +02:00
}
2022-06-08 09:04:55 +02:00
.povezave {
display: flex;
justify-content: space-between;
}
.title {
2022-06-08 09:04:55 +02:00
font-style: normal;
font-weight: 400;
2022-06-08 09:04:55 +02:00
font-size: 32px;
line-height: 36px;
2022-06-08 09:04:55 +02:00
text-align: center;
2022-06-13 17:47:01 +02:00
margin-top: 0px;
2022-06-09 19:44:27 +02:00
margin-bottom: 70px;
}
.povezave h2 {
2022-06-08 09:04:55 +02:00
font-style: normal;
font-weight: 700;
2022-06-08 09:04:55 +02:00
font-size: 18px;
line-height: 23px;
2022-06-14 09:30:22 +02:00
margin-top: 25px;
2022-06-08 09:04:55 +02:00
margin-bottom: 8px;
}
.povezave .col{
2022-06-08 09:04:55 +02:00
text-align: center;
2022-06-10 13:41:11 +02:00
max-width: min(254px,25%);
2022-06-14 09:30:22 +02:00
flex: 1;
margin-right: 25px;
2022-06-10 13:41:11 +02:00
}
2022-06-14 09:30:22 +02:00
.povezave .col:last-child{
margin-right: 0px;
2022-06-13 17:47:01 +02:00
}
2022-06-10 13:41:11 +02:00
.povezave_img{
height: 100px;
width: 100px;
}
.povezave .col p {
2022-06-13 08:53:52 +02:00
/* min-height: 110px; */
2022-06-08 09:04:55 +02:00
max-width: 253px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
margin-top: 0px;
2022-06-13 08:53:52 +02:00
margin-bottom: 25px;
}
@media screen and (max-width: 1000px) {
2022-06-13 08:53:52 +02:00
.povezave .col p {
min-height: 110px;
margin-bottom: 0px;
}
}
#povezave-btn {
display: flex;
justify-content: space-between;
2022-06-09 19:44:27 +02:00
align-items: center;
/* background-color: white; */
background-color: unset;
2022-06-08 09:04:55 +02:00
border: 1px solid #F07D3E;
color: #F07D3E;
2022-06-08 09:04:55 +02:00
font-size: 16px;
2022-06-09 19:44:27 +02:00
font-weight: 600;
2022-06-08 09:04:55 +02:00
line-height: 26px;
2022-06-13 17:47:01 +02:00
padding: 11px 16px;
margin: 0px auto;
2022-06-13 18:00:06 +02:00
max-width: 165px;
2022-06-08 09:04:55 +02:00
background: linear-gradient(to left,#FCFCFC 50%, #F07D3E 50%) right;
2022-06-08 09:04:55 +02:00
background-size: 200%;
transition: .3s ease-out;
}
#povezave-btn:hover {
color: white;
background-color: #F07D3E;
border: 1px solid #F07D3E;
2022-06-08 09:04:55 +02:00
background-position: left;
}
2022-06-09 19:44:27 +02:00
footer {
/* max-width: 1160px;
margin: auto; */
2022-06-16 08:31:18 +02:00
padding-top: 105px;
}
footer .footer_content {
max-width: 1160px;
width: 95%;
margin: auto;
2022-06-08 09:04:55 +02:00
}
footer h2 {
text-transform: uppercase;
font-weight: 700;
font-size: 18px;
2022-06-08 09:04:55 +02:00
line-height: 24px;
2022-06-09 19:44:27 +02:00
margin: 0px;
2022-06-10 13:41:11 +02:00
padding-bottom: 12px;
}
footer .footer_content .col4 h2 {
padding-bottom: 24px;
}
footer .col a {
2022-06-08 09:04:55 +02:00
color: #343434;
font-size: 16px;
line-height: 26px;
}
2022-06-10 09:35:09 +02:00
.social_logo_flex img {
2022-06-10 09:35:09 +02:00
margin-right: 20px;
}
.social_logo_flex img:hover {
opacity: 0.8;
}
2022-06-09 19:44:27 +02:00
footer .footer_content {
padding: 0px;
}
2022-06-10 13:41:11 +02:00
footer .footer_content .col {
max-width: 254px;
}
footer .footer_content .col span {
2022-06-09 19:44:27 +02:00
font-weight: 400;
2022-06-13 08:53:52 +02:00
padding-top: 0px;
padding-bottom: 12px;
2022-06-08 09:04:55 +02:00
}
footer .footer_content .col span a {
color: #343434;
}
footer .footer_content .col1 .col1-flex {
display: flex;
flex-direction: column;
}
2022-06-10 13:41:11 +02:00
footer .footer_content .col .logo_holder {
margin: 0px;
}
footer .footer_content .col .logo_holder img {
margin-bottom: 25px;
text-align: left;
}
2022-06-10 12:33:13 +02:00
.arnes-logo {
height: 45px;
}
2022-06-10 13:41:11 +02:00
footer .footer_content .col .logo_holder img.arnes-logo {
max-width: 145px;
}
/* GDPR ZAHTEVEK -------------------------------------- */
.gdpr #main .main_content {
padding: 0px;
}
.register_holder{
max-width: 810px;
2022-06-16 12:07:53 +02:00
width: 95%;
margin: 105px auto 105px auto;
}
.register_holder h1 {
2022-06-16 12:07:53 +02:00
font-size: 50px;
font-weight: 300;
2022-06-16 12:07:53 +02:00
line-height: 62px;
}
.register_holder p {
font-weight: 400;
line-height: 26px;
}
.register_holder p a {
color: #1e88e5;
}
2022-06-16 12:07:53 +02:00
body.gdpr div.label {
display: block;
2022-06-16 12:26:39 +02:00
line-height: unset;
font-weight: 600;
width: 200px;
2022-06-16 12:26:39 +02:00
}
2022-06-16 12:26:39 +02:00
body.gdpr .input_field div.label label {
line-height: unset;
padding-bottom: 4px;
2022-06-16 12:07:53 +02:00
}
.regfield {
height: 38px;
max-width: 245px;
width: 95%;
2022-06-16 12:07:53 +02:00
border: 1px solid #C4C4C4;
2022-06-16 12:26:39 +02:00
padding: 0px;
margin: 0px;
2022-06-16 12:07:53 +02:00
}
body .gdpr form p:first-of-type{
font-weight: 600;
}
2022-06-16 12:07:53 +02:00
body.gdpr div.input_field{
padding: 10px 0px;
}
/* Elektronski naslov: */
body.gdpr div.input_field:first-of-type {
padding-top: 4px;
}
/* URL ankete: */
body.gdpr div.input_field:nth-of-type(3){
padding-bottom: 0px;
}
/* Želim podati zahtevo za: */
form p:first-of-type {
margin: 20px 0px 6px 0px;
}
2022-06-16 12:07:53 +02:00
body.gdpr div.zahtevek {
padding: 6px 0px;
}
body.gdpr div.zahtevek:last-of-type {
padding-bottom: 0px;
}
body.gdpr div.zahtevek label input {
margin-left: 0px;
height: 18px;
width: 18px;
2022-06-16 12:07:53 +02:00
}
2022-06-16 12:07:53 +02:00
/* tekst nad poljem za opis */
form p:nth-of-type(2){
margin: 20px 0px;
}
form .opis {
font-weight: 600;
margin: 0px 0px 4px 0px;
}
2022-06-16 12:26:39 +02:00
#gdpr-note {
2022-06-16 12:07:53 +02:00
padding: 0px;
margin: 0px;
2022-06-16 12:26:39 +02:00
width: 100%;
}
.register_holder p:last-of-type {
margin: 18px 0px 20px 0px;
2022-06-16 12:07:53 +02:00
}
2022-06-16 12:55:19 +02:00
input[type=submit],
button:hover,
input[type=button],
.button {
padding: 0px;
background: linear-gradient(to left,#F07D3E 50%, white 50%) right;
background-size: 200%;
transition: .3s ease-out;
}
input[type=submit]:hover,
button:hover,
input[type=button]:hover,
.button:hover {
border: 1px solid #F07D3E;
color: #F07D3E;
2022-06-16 12:55:19 +02:00
background-position: left;
}
2022-06-16 12:55:19 +02:00
/* -------------------------------------- */
@media screen and (max-width: 834px) {
header {
margin: none;
2022-06-16 08:31:18 +02:00
padding-left: 25px;
padding-right: 29px;
}
/* header - arnes logo fix */
header .logo {
width: auto;
/* background-color: red; */
}
.hero-container {
display: flex;
flex-direction: column-reverse;
2022-06-13 08:53:52 +02:00
padding-top: 70px;
padding-bottom: 50px;
height: auto;
}
2022-06-17 11:15:34 +02:00
.register_holder {
margin-top: 70px;
margin-bottom: 70px;
}
.hero-container img {
2022-06-08 09:04:55 +02:00
max-width: 65%;
}
.hero-container .text h1 {
margin-top: 50px;
}
.hero-container .text p {
margin-bottom: 25px;
max-width: 390px;
}
.hero-container .text a {
width: 80%;
2022-06-10 15:19:43 +02:00
max-width: 280px;
2022-06-08 09:04:55 +02:00
margin: auto;
}
.hero-container .text {
margin: auto;
text-align: center;
}
2022-06-10 09:28:45 +02:00
.pomembne_povezave {
2022-06-13 17:47:01 +02:00
padding-top: 68px;
padding-bottom: 70px;
2022-06-10 09:28:45 +02:00
}
.povezave{
display: grid;
grid-template-columns: 1fr 1fr;
row-gap: 30px;
}
2022-06-08 09:04:55 +02:00
.title {
margin-bottom: 0px;
}
.povezave .col {
2022-06-08 09:04:55 +02:00
margin-top: 50px;
2022-06-09 19:44:27 +02:00
width: auto;
2022-06-14 09:30:22 +02:00
max-width: none;
2022-06-13 08:53:52 +02:00
}
2022-06-14 09:30:22 +02:00
.povezave .col:last-child{
margin-right: 25px;
2022-06-13 08:53:52 +02:00
}
2022-06-14 09:30:22 +02:00
.povezave .col p {
2022-06-13 08:53:52 +02:00
max-width: 392px;
2022-06-13 08:53:52 +02:00
min-height: unset;
margin-bottom: 25px;
}
/* @media screen and (max-width: 735px) {
2022-06-13 08:53:52 +02:00
.povezave .col p {
min-height: 80px;
}
2022-06-14 09:30:22 +02:00
} */
2022-06-13 08:53:52 +02:00
2022-06-08 09:04:55 +02:00
#povezave-btn {
margin: 0px auto;
}
2022-06-10 15:19:43 +02:00
footer {
padding: 70px 25px 0px 25px;
2022-06-10 15:19:43 +02:00
}
footer .footer_content {
display: grid;
grid-template-columns: 1fr 1fr 1fr ;
grid-template-rows: 1fr 2fr;
}
2022-06-09 19:44:27 +02:00
footer .footer_content .col{
/* border: 1px solid red; */
2022-06-10 15:19:43 +02:00
max-width: 100%;
width: auto;
2022-06-14 09:30:22 +02:00
}
footer .footer_content .col .logo_holder{
display: flex;
flex-direction: row;
2022-06-10 15:19:43 +02:00
justify-content: space-between;
max-width: 100%;
}
footer .footer_content .col .logo_holder img{
max-width: 33%;
height: auto;
2022-06-10 13:41:11 +02:00
margin: 0px;
}
footer .footer_content .col4 h2 {
padding-bottom: 12px;
}
2022-06-10 13:41:11 +02:00
footer .footer_content .col1 {
grid-row: 1/3;
}
footer .footer_content .col4 {
grid-column: 2/4;
}
footer .footer_content .col1 .col1-flex {
display: flex;
flex-direction: column;
}
}
@media screen and (max-width: 740px) {
2022-06-13 08:53:52 +02:00
body.landing_page #main .main_content {
2022-06-10 15:19:43 +02:00
padding: 0px;
}
body #main .main_content h1 {
font-size: 50px;
}
2022-06-14 13:33:20 +02:00
header .logo a img {
max-height: 29px;
max-width: 95px ;
}
header .logo a img:last-of-type{
margin-left: 12px;
}
2022-06-10 09:28:45 +02:00
.hero-container {
2022-06-13 08:53:52 +02:00
padding-top: 50px;
2022-06-10 09:28:45 +02:00
}
2022-06-10 15:19:43 +02:00
.hero-container .text {
max-width: 100%;
}
2022-06-10 09:28:45 +02:00
2022-06-08 09:04:55 +02:00
.hero-container img {
max-width: 80%;
}
2022-06-08 09:04:55 +02:00
.hero-container .text a {
color: white;
}
.hero-container .text a:hover {
width: 95%;
border: 1px solid #F07D3E;
color: #F07D3E;
background-color: white;
}
2022-06-17 11:15:34 +02:00
.register_holder {
margin-top: 50px;
margin-bottom: 46px;
}
body #main .main_content .register_holder h1 {
text-align: unset;
}
2022-06-17 11:15:34 +02:00
2022-06-10 09:28:45 +02:00
.pomembne_povezave {
2022-06-13 17:47:01 +02:00
padding-top: 46px;
2022-06-17 11:15:34 +02:00
padding-bottom: 46px;
2022-06-10 09:28:45 +02:00
}
2022-06-13 08:53:52 +02:00
.title {
margin-bottom: 49px;
margin-top: 0px;
}
.povezave {
display: flex;
flex-direction: column;
align-items: center;
}
.povezave .col {
2022-06-13 08:53:52 +02:00
margin: 50px 20px 20px 0px;
}
.povezave .col p {
min-height: unset;
}
2022-06-13 08:53:52 +02:00
.povezave .col:nth-of-type(1),
.povezave .col:nth-of-type(3),
.povezave .col:nth-of-type(2),
.povezave .col:nth-of-type(4) {
margin: auto;
margin-bottom: 30px;
}
2022-06-17 11:15:34 +02:00
.povezave .col:nth-of-type(4) {
margin-bottom: 0px;
}
/* --------------HAMBURGER---------------------------------- */
.nav-desktop {
display: none;
}
.mobile {
display: block;
}
#nav-icon3 {
2022-06-10 15:19:43 +02:00
width: 38px;
height: 20px;
position: relative;
2022-06-16 08:31:18 +02:00
bottom: 15px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
#nav-icon3 span {
display: block;
position: absolute;
height: 5px;
width: 100%;
background: #d3531a;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
top: 9px;
}
#nav-icon3 span:nth-child(4) {
top: 18px;
}
#nav-icon3.open span:nth-child(1) {
top: 9px;
width: 0%;
left: 50%;
}
#nav-icon3.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
top: 9px;
width: 0%;
left: 50%;
}
#links {
display: none;
}
/* */
.aai a {
color: #333333;
}
#links.open {
position: absolute;
top: 100px;
left: 0px;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
height: 700px;
background-color: rgb(255, 255, 255);
}
#links .menu_item {
font-size: 30px;
margin-top: 30px;
}
#links .menu_item a {
font-size: 16px;
}
/* ------------------------------------------------- */
2022-06-13 08:53:52 +02:00
footer {
2022-06-13 17:47:01 +02:00
margin: 0px;
padding: 0px;
2022-06-17 11:15:34 +02:00
padding-top: 50px;
2022-06-13 17:47:01 +02:00
2022-06-13 08:53:52 +02:00
}
footer .footer_content {
/* background-color: rgb(184, 184, 184); */
display: flex;
flex-direction: row;
2022-06-13 17:47:01 +02:00
flex-wrap: wrap;
padding: 0px 20px;
}
2022-06-10 13:41:11 +02:00
footer .footer_content h2 {
padding-top: 12px;
}
footer .footer_content .col {
/* border: 1px solid red; */
width: auto;
max-height: 180px;
text-align: left;
2022-06-14 13:33:20 +02:00
/* flex: 1;
margin-right: 25px; */
}
footer .footer_content .col:last-child{
/* margin-right: 0px; */
}
2022-06-13 08:53:52 +02:00
footer .footer_content .col span {
padding-bottom: 16px;
}
footer .footer_content .col1 .col1-flex{
display: flex;
flex-direction: column;
flex-wrap: wrap;
max-height: 130px;
}
footer .footer_content .col1{
2022-06-14 13:33:20 +02:00
max-width: 100%;
width: 100%;
/* border: 1px solid red; */
2022-06-14 13:33:20 +02:00
}
footer .footer_content .col2,
footer .footer_content .col3 {
2022-06-10 15:19:43 +02:00
max-width: 50%;
width: 50%;
}
2022-06-10 15:19:43 +02:00
footer .footer_content .col .logo_holder {
flex-direction: column;
justify-content: unset;
}
footer .footer_content .col .logo_holder img {
max-width: unset;
padding-bottom: 12px;
}
}
@media screen and (max-width: 365px) {
footer .footer_content {
flex-direction: column;
align-items: center;
padding: 0px;
}
footer .footer_content .col {
max-height: unset;
text-align: center;
}
footer .footer_content .col h2 {
text-align: center;
}
footer .footer_content .col1 .col1-flex {
max-height: unset;
align-items: center;
}
footer .footer_content .col3 {
max-width: unset;
width: unset;
}
footer .footer_content .col3 .social_logo_flex {
padding-left: 10px;
}
}