@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&subset=latin-ext');

html, body, input, textarea { font-family: 'Source Sans Pro', 'Verdana', 'Tahoma', 'Arial', sans-serif; }

html, body {
    min-width: 320px;
}

/* Font Size */
h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

.listButton, #contactForm input[type="submit"], .redButton {
    font-size: 20px;
}

h3, .headerAction .headerPhone, .headerNavigation .navigationList li a, .dropdownMenu .navigationList li a {
    font-size: 18px;
}

p, .serviceItem ul li {
    font-size: 16px;
}

.navigationList li a, .headerAction .title, .langNavigationList li a {
    font-size: 15px;
}

input[type="text"], input[type="email"], textarea, .smallInfo, .greyedText {
    font-size: 14px;
}

small {
    font-size: 13px;
}

.impressumText {
    font-size: 11px;
}

/* Color */
h1 {
    color: #ff5d5d;
}

p {
    color: #000000;
}

.listButton, #contactForm input[type="submit"], .redButton, .headerAction .headerPhone, .headerNavigation .navigationList li a, .dropdownMenu .navigationList li a  {
    color: #ffffff;
}

small, .impressumText, .greyedText {
    color: #666666;
}

.navigationList li a {
    color: #002d64;
}

.navigationList li.active a, .langNavigationList li a {
    color: #6694ca;
}

.headerNavigation .navigationList li.active a, .dropdownMenu .navigationList li.active a {
    color: #ff5c5c;
}

.langNavigationList li.active a, .headerAction .title {
    color: #98afcb;
}


h1 {
    margin-top: 10px;
    margin-bottom: 40px;
    font-weight: 400;
}

h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

p {
    line-height: 22px;
    margin: 2px 0 12px 0;
    letter-spacing: 0.15;
}

strong {
    font-weight: 600;
}

.smallInfo {
    display: block;
    line-height: 16px;
    margin-bottom: 10px;
}

small {
    line-height: 15px;
    margin-bottom: 10px;
    display: block;
}

.mainHeader {
    background-color: #002d64;
    padding: 38px 20px 32px 20px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
}

.headerContent {
    max-width: 1100px;
}

#slider {
    border-bottom: 2px solid #ffffff;
}

#homeIntroText, #homeContact, #slider, .serviceContainer, #aboutUs, #pageBanner {
    background-color: #e0eaf4;
}

#homeIntroText {
    padding: 30px;
}

#homeIntroText > div {
    max-width: 830px;
    margin: 0 auto;
    float: none;
}

#homeIntroText p {
    text-align: center;
}

#homeServicesList {
    padding: 30px 20px 40px 20px;
}

#homeContact {
    padding: 30px 20px 40px 20px;
}

#pageFooter {
    padding: 40px 20px 50px 20px;
}

#pageFooter .socialShare.responsiveBlock {
    display: none;
}

#pageFooter .socialShare.responsiveBlock ul {
    float: left;
}

#pageFooter .socialShare.responsiveBlock p {
    float: left;
    margin: 0 0 0 10px;
}

.textContent ul {
    padding-left: 40px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.textContent ul li {
    line-height: 20px;
    padding: 1px 0;
}

.logoIcon {
    display: block;
    float: left;
    background-image: url('../images/logoIcon.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    height: 70px;
    margin-right: 30px;
}

.logoIcon.no_svg {
    background-image: url('../images/logoIcon.png');
    background-size: contain;
}

.logo {
    display: block;
    float: left;
    background-image: url('../images/logo.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 240px;
    height: 70px;
    margin-right: 30px;
    background-size: 100%;
}

.logo.no_svg {
    background-image: url('../images/logo.png');
    background-size: contain;
}

.burgerMenu {
    display: block;
    width: 40px;
    height: 70px;
    float: left;
    background-image: url('../images/burgerMenu.svg');
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-right: 30px;
    cursor: pointer;
}

.burgerMenu:hover {
    background-image: url('../images/burgerMenuHover.svg');
}

.burgerMenu.no_svg {
    background-image: url('../images/burgerMenu.png');
}

.burgerMenu.no_svg:hover {
    background-image: url('../images/burgerMenuHover.png');
}

.burgerMenu[data-menu-stage="visible"] {
    background-image: url('../images/burgerMenuHide.svg');
}

.burgerMenu.no_svg[data-menu-stage="visible"] {
    background-image: url('../images/burgerMenuHide.png');
}

.burgerMenu[data-menu-stage="visible"]:hover {
    background-image: url('../images/burgerMenuHideHover.svg');
}

.burgerMenu.no_svg[data-menu-stage="visible"]:hover {
    background-image: url('../images/burgerMenuHideHover.png');
}

.homeSlickSlider {
    max-width: 1600px;
    margin: 0 auto;
    height: 500px;
}

.listButton {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    /*padding: 20px 10px 20px 10px;*/
    background-color: #85a9d5;
    transition: all ease 0.2s;
}

.listButton:hover,
.listButton:active,
.listButton:focus {
    background-color: #6694ca;
}

.icon {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

p .icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

p span {
    display: inline-block;
}

p a {
    text-decoration: none;
    border-bottom: 1px solid #ff5c5c;
    display: inline-block;
    transition: all ease 0.2s;
}

p a:hover, p a:active, p a:focus {
    color: #ff5c5c;
}

p + h3 {
    margin-top: 30px;
}

.icon.phone {
    background-image: url('../images/phoneIcon.svg');
}

.icon.phone.no_svg {
    background-image: url('../images/phoneIcon.png');
}

.icon.phone.white {
    background-image: url('../images/phoneIconWhite.svg');
}

.icon.phone.white.no_svg {
    background-image: url('../images/phoneIconWhite.png');
}

.icon.mail {
    background-image: url('../images/mailIcon.svg');
}

.icon.mail.no_svg {
    background-image: url('../images/mailIcon.png');
}

.icon.clock {
    background-image: url('../images/clockIcon.svg');
}

.icon.clock.no_svg {
    background-image: url('../images/clockIcon.png');
}

.icon.location {
    background-image: url('../images/locationIcon.svg');
}

.icon.location.no_svg {
    background-image: url('../images/locationIcon.png');
}

::-webkit-input-placeholder {
  color: #000000;
}
:-ms-input-placeholder {
  color: #000000;
}
::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
:-moz-placeholder {
  color: #000000;
  opacity: 1;
}

input[type="text"], input[type="email"], textarea {
    font-weight: 400;
    border: 1px solid transparent;
    padding: 15px 20px;
    width: 100%;
    margin-bottom: 20px;
    outline: none;
    transition: all ease 0.2s;
}

input[type="text"]:focus,
input[type="text"]:active,
input[type="email"]:focus,
input[type="email"]:active,
textarea:focus,
textarea:active {
    border-color: #85a9d5;
}

#contactForm textarea {
    height: 100px;
    min-height: 100px;
    max-height: 100px;
}

.formFooter {
    overflow: hidden;
    margin-top: 20px;
}

#contactForm input[type="submit"], .redButton {
    border: 0;
    font-weight: 600;
    background-color: #ff5c5c;
    border-radius: 4px;
    letter-spacing: 0.7;
    padding: 5px 10px;
    min-width: 200px;
    cursor: pointer;
    transition: all ease 0.2s;
}

#contactForm input[type="submit"]:hover, .redButton:hover {
    background-color: #6694ca;
}

#contactForm .formFooter small {
    margin-top: 10px;
}

.formSuccessMessage {
    /*display: none;*/
	display: block;
}

#homeServicesList .column3 {
    display: table;
    min-height: 60px;
}

#homeServicesList .listButton {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    min-height: 60px;
    height: 60px;
}

.navigationList {
    display: block;
    list-style: none;
    overflow: hidden;
}

.navigationList li {
    display: block;
    float: left;
    margin-right: 40px;
}

.navigationList li a {
    display: block;
    text-decoration: none;
    line-height: 17px;
    border-bottom: 1px solid transparent;
    transition: all ease 0.2s;
    letter-spacing: 0.7;
}

.navigationList li a:hover,
.navigationList li a:focus,
.navigationList li a:active {
    border-color: #ff5c5c;
}

.navigationListFooter {
    line-height: normal;
} 
.navigationListPolicy {
    line-height: normal;
    float: right;
    margin-top: 40px;
} 

.impressumText {
    line-height: 14px;
    margin-top: 60px;
    margin-bottom: 0;
}

.impressumText a {
    border-bottom: none;
}

.socialIcon {
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.socialIcon.facebook {
    background-image: url('../images/facebookIcon.svg');
}

.socialIcon.facebook.no_svg {
    background-image: url('../images/facebookIcon.png');
}

.socialIcon.facebook:hover {
    background-image: url('../images/facebookIconHover.svg');
}

.socialIcon.facebook.no_svg:hover {
    background-image: url('../images/facebookIconHover.png');
}

.socialIcon.twitter {
    background-image: url('../images/twitterIcon.svg');
}

.socialIcon.twitter.no_svg {
    background-image: url('../images/twitterIcon.png');
}

.socialIcon.twitter:hover {
    background-image: url('../images/twitterIconHover.svg');
}

.socialIcon.twitter.no_svg:hover {
    background-image: url('../images/twitterIconHover.png');
}

.socialIcon.linkedIn {
    background-image: url('../images/linkedInIcon.svg');
}

.socialIcon.linkedIn.no_svg {
    background-image: url('../images/linkedInIcon.png');
}

.socialIcon.linkedIn:hover {
    background-image: url('../images/linkedInIconHover.svg');
}

.socialIcon.linkedIn.no_svg:hover {
    background-image: url('../images/linkedInIconHover.png');
}

.socialIcon.googlePlus {
    background-image: url('../images/googlePlusIcon.svg');
}

.socialIcon.googlePlus.no_svg {
    background-image: url('../images/googlePlusIcon.png');
}

.socialIcon.googlePlus:hover {
    background-image: url('../images/googlePlusIconHover.svg');
}

.socialIcon.googlePlus.no_svg:hover {
    background-image: url('../images/googlePlusIconHover.png');
}

.socialShare {
    overflow: hidden;
}

.socialShare ul {
    float: right;
    list-style: none;
}

.socialShare ul li {
    float: left;
    margin-right: 5px;
}

.socialShare ul li:last-child {
    margin-right: 0;
}

.socialShare > p {
    float: right;
    margin-right: 10px;
    font-size: 14px;
}

.slick-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
}

.slideContent {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.slideContent .container {
    width: 100%;
    max-width: 830px;
    background-color: rgba(255,255,255,0.8);
    padding: 10px;
    margin: 0 auto;
}

.slideContent h1 {
    margin-bottom: 20px;
    text-align: center !important;
}

.slideContent p {
    font-size: 18px;
    text-align: center;
}

.headerAction {
    overflow: hidden;
}

.headerAction .title {
    float: right;
    margin: 0 69px 0 0;
    line-height: 35px;
    text-transform: uppercase;
}

.headerAction .headerPhone {
    float: right;
    line-height: 35px;
    margin: 0;
}

.headerAction .headerPhone .icon.phone {
    height: 35px;
    margin-right: 10px;
}

.headerAction .redButton {
    float: right;
    margin-left: 30px;
    text-decoration: none;
    text-align: center;
    padding: 7px 10px;
}

.headerNavigation {
    margin-top: 17px;
    overflow: hidden;
}

.headerNavigation .navigationList li {
    margin-right: 20px;
}

.headerNavigation .navigationList li a {
    text-transform: uppercase;
    letter-spacing: 0.7;
}

.langNavigationList {
    list-style: none;
    overflow: hidden;
    width: 200px;
    margin-top: 3px;
}

.langNavigationList li {
    float: left;
    display: block;
    margin-right: 20px;
}

.langNavigationList li a {
    text-decoration: none;
}

.langNavigationList li a:hover {
    text-decoration: underline;
}

.navigationListPolicy li {
    display: block;
    float: right;
    margin-left: 20px;
    margin-right: 0;
} 

.navigationListPolicy li a {
    text-decoration: none;
    color: #666666;
    font-size: 13px;
}

.dropdownMenu {
    display: none;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
    border-top: 1px solid #fff;
    margin-top: 20px;
    position: relative;
    float: left;
    padding-left: 70px;
}

.dropdownMenu .langNavigationList {
    margin-bottom: 20px;
}

.dropdownMenu .navigationList li {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
}

.dropdownMenu .navigationList li:last-child {
    margin-bottom: 0;
}

.dropdownMenu .navigationList li a {
    display: inline-block;
    text-transform: uppercase;
}

#pageBanner {
    border-bottom: 2px solid #fff;
}

#pageBanner .photoContainer {
    height: 250px;
    max-width: 1600px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.serviceContainer {
    padding: 30px 20px 25px 20px;
}

.serviceItem h2 {
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 25px;
    display: inline-block;
}

.serviceItem h2::before {
    content: ' ';
    display: block;
    width: 70px;
    height: 4px;
    background-color: #fc5e61;
    margin-bottom: 5px;
}

.serviceItem ul {
    list-style: none;
}

.serviceItem ul li {
    background-image: url(../images/listBulletBlack.png);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    padding-left: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}

.serviceItem ul li:last-child {
    margin-bottom: 0;
}

.serviceGallery {
    padding: 40px 20px 10px 20px;
}

.serviceGallery a {
    display: block;
    transition: all ease 0.2s;
    cursor: pointer;
    position: relative;
}

.serviceGallery a .overlayOpacity {
    opacity: 0;
    background-color: rgba(102, 148, 202, 0.3);
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    transition: all ease 0.2s;
}

.serviceGallery a:hover {
    filter: brightness(110%);
}

.serviceGallery a:hover .overlayOpacity {
    opacity: 1;
}

.serviceGallery .column3 img {
    width: 100%;
}

#aboutUs {
    padding: 30px 20px 0px 20px;
}

.greyedText {
    letter-spacing: 0;
    border-top: 1px solid #a3bfdf;
    padding-top: 18px;
    margin-top: 24px;
}

#mapIllustration {
    padding: 40px 20px 40px 20px;
    border-bottom: 4px solid #e0eaf4;
}

#externalMap {
    display: none;
}

#externalMap iframe {
    width: 100%;
    height: 400px;
    margin-top: 10px;
}

.mapToggleContainer {
    padding-left: 45px;
}

.mapToggleContainer.hidden::before {
    content: '';
    width: 11px;
    height: 11px;
    display: inline-block;
    background-image: url(../images/plusIcon.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 7px;
}

.mapToggleContainer.visible::before {
    content: '';
    width: 11px;
    height: 11px;
    display: inline-block;
    background-image: url(../images/minusIcon.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 7px;
}

.mapToggle {
    border-bottom: 1px solid #ff5c5c;
    cursor: pointer;
}

.scrollTopButton {
    position: relative;
}

#scrollTop {
    width: 32px;
    height: 32px;
    display: block;
    background-image: url(../images/scrollTop.svg);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: -245px;
    box-shadow: 1px 1px 2px 0px rgba(204, 204, 204, 0.7);
    border-radius: 2px;
    cursor: pointer;
}

#scrollTop:hover {
    background-image: url(../images/scrollTopHover.svg);
}

.showMoreContainer {
    display: none;
}

.showMoreContainer a {
    display: inline-block;
}

#externalMapResp {
    display: none;
    margin-bottom: 30px;
}

#externalMapResp iframe {
    width: 100%;
    height: 400px;
    margin-top: 30px;
}

.slideContent .container[data-link^="http://"] {
    cursor: pointer;
}

.slick-slide[data-link^="http://"] {
    cursor: pointer;
}

.routes-links li span {
    display: block;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}

.routes-links li {
    float: left;
    width: 23.07692307%;
    background-color: #85a9d5;
    cursor: pointer;
    margin-right: 2.56410256%;
    margin-bottom: 2.56410256%;
    padding: 10px;
    color: #fff;
    transition: all cubic-bezier(0.4, 0, 1, 1) 0.2s;
}

.routes-links {
    list-style: none;
    overflow: hidden;
    margin-bottom: 30px;
}

.routes-links li:nth-child(4n+4) {
    margin-right: 0;
}

.routes-links li:hover {
    background-color: #6694ca;
    color: #fff;
}

.routes-links li.active {
    background-color: #e0eaf4;
    color: #000;
}

#route-iframe {
    width: 100%;
    margin-top: -2.56410256%;
}

.newsletter-container {
    margin-top: 40px;
}

.newsletter-container p {display: inline-block;}

#newsletter-mail {
    display: inline-block;
    width: 225px;
    padding: 7px 10px;
    vertical-align: top;
}

#newsletter-submit {
    border: 0;
    font-weight: 600;
    background-color: #ff5c5c;
    border-radius: 4px;
    letter-spacing: 0.7px;
    padding: 5px 10px;
    min-width: 160px;
    cursor: pointer;
    transition: all ease 0.2s;
    font-size: 20px;
    color: #fff;
    font-family: 'Source Sans Pro', 'Verdana', 'Tahoma', 'Arial', sans-serif;
    margin-left: 30px;
    cursor: pointer;
}

.icon.newsletter {
    background-image: url(../images/newsletterIcon.svg);
}

.icon.newsletter.no_svg {
    background-image: url(../images/newsletterIcon.png);
}

#newsletter-submit:hover {
    background-color: #6694ca;
}

.error-message {
    font-size: 13px;
    display: block;
    letter-spacing: 0.2px;
    margin-top: -10px;
    color: #ff5c5c;
}

.homeSlickSlider {
    visibility: hidden;
}

.homeSlickSlider.slick-initialized {
    visibility: visible;
}

.cc-window {
    border-top: 1px solid white;
}

.cc-window a {
    font-family: 'Source Sans Pro', 'Verdana', 'Tahoma', 'Arial', sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #ff5c5c;
    display: inline-block;
    transition: all ease 0.2s;
    line-height: 22px;
}

.cc-message {
   font-family: 'Source Sans Pro', 'Verdana', 'Tahoma', 'Arial', sans-serif;
   line-height: 22px;
}

.cc-btn {
   border-radius: 4px;
}

.cc-message a:hover,
.cc-message a:active,
.cc-message a:focus {
    color: #ff5c5c;
} 

@media (max-width: 1180px) {
    .routes-links { margin-bottom: 0px; }
    .routes-links li { width: 48.71794872%; margin-bottom: 25px; }
    .routes-links li:nth-child(2n+2) { margin-right: 0; }
}

@media (max-width: 1169px) {
    .headerNavigation {
        display: none !important;
    }
    .mainHeader {
        padding: 0px 20px 20px !important;
    }
    .headerAction {
        margin-top: 35px !important;
    }
    .headerAction .title {
        display: none;
    }
}

@media (min-width: 1100px) {
    .headerAction {
        width: 686px;
    }
    .headerAction .title {
        float: left;
    }
}

@media (max-width: 997px) {
    #newsletter-submit {
        margin-left: 0;
        display: block;
    }
}

@media (max-width: 869px) {
    .headerAction .redButton {
        display: none;
    }
}

@media (max-width: 880px) {
    .socialShare {
        display: none;
    }
    #pageFooter .navigationList {
        display: none;
    }
    #pageFooter .impressumText {
        margin-top: 20px;;
    }
    #pageFooter .socialShare.responsiveBlock {
        display: block;
    }
    #pageFooter .column6 {
        margin-bottom: 0;
    }
    #aboutUs .column4 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    #aboutUs .column4 img {
        max-width: 370px;
        width: 100%;
    }

    #aboutUs .column8 {
        width: 100%;
    }
}

@media (max-width: 970px) {
    .formFooter small {
        width: 100%;
        text-align: right;
        float: right;
    }
}

@media (max-width: 970px) {
    .formFooter small {
        width: 100%;
        float: left;
        text-align: left;
    }

    #contactForm input[type="submit"], .redButton {
        float: left;
    }
}

@media (max-width: 640px) {
    h1 {
        font-size: 23px;
        margin-bottom: 30px;
        line-height: 30px;
    }
    h2 {
        font-size: 19px;
    }
    p, .serviceItem ul li {
        font-size: 13px;
        line-height: 20px !important;
    }
    .serviceItem ul li {
        background-position: 0px 6px !important;
    }
    .listButton, #contactForm input[type="submit"], .redButton {
        font-size: 16px !important;
    }
    .slideContent p {
        font-size: 13px;
    }
    .slideContent h1 {
        margin-bottom: 13px;
    }
    h3, .headerAction .headerPhone, .headerNavigation .navigationList li a, .dropdownMenu .navigationList li a {
        font-size: 15px;
    }
    input[type="text"], input[type="email"], textarea, .smallInfo, .greyedText {
        font-size: 13px;
    }
    small {
        font-size: 12px;
    }
    .socialShare > p {
        font-size: 13px;
    }
    a {
        font-size: 13px;
    }
}

@media (max-width: 590px) {
    .showMoreContainer {
        display: block;
    }

    .serviceContainer h1 {
        text-align: left;
    }

    .layer h1 {
        text-align: left;
    }

    .serviceGallery .layer:not(.showMoreContainer):not(:first-child) {
        display: none;
    }

    .serviceGallery .layer:first-child .column3:not(:first-child) {
        display: none;
    }
}

@media (max-width: 569px) {
    .headerAction {
        display: none;
    }
}

@media (max-width: 550px) {
    .routes-links li { width: 100%; margin-bottom: 25px; margin-right: 0; }
}

@media (max-width: 500px) {
    .headerContent .leftContent {
        width: 100%;
    }
    .headerContent .logoIcon {
        width: 11.56%;
        max-width: 40px;
        min-width: 32px;
    }
    .headerContent .logo {
        margin-right: 0;
        width: 65.19%;
        max-width: 240px;
        min-width: 182px;
    }
    .dropdownMenu {
        padding-left: calc(11.56% + 30px);
    }

    #externalMap iframe {
        height: 300px;
    }
}

@media (max-width: 960px) {
    .slick-slide {
        background-size: cover;
    }
    #homeServicesList .listButton {
        font-size: 17px;
    }
    .homeSlickSlider {
        height: 300px !important;
    }
    .homeSlickSlider .slick-slide {
        height: 300px !important;
    }
    .slick-prev, .slick-next {
        width: 40px !important;
        height: 40px !important;
    }
}

@media (max-width: 370px) {
    #pageFooter .socialShare.responsiveBlock p {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}

.uppercase {
	text-transform: uppercase;
}

.obavijestHome {
    width: 100%;
    padding: 30px;
    height: auto;
    min-height: 110px;
    border-bottom: 2px solid #ffffff;
    background-color: #87aad3;
}
.obavijestHome .column12 {
    float: none;
    max-width: 830px;
    width: 100%;
    margin: auto;
}
.obavijestHome h1,
.obavijestHome p {
    font-size: 18px;
    color: #000;
    margin: 0 auto; 
    text-align: center;
}
.obavijestHome h1 {
    font-weight: bold;
    margin-bottom: 10px;
}
.obavijestHome strong {
    font-weight: bold;
}
