@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


:root {
    --opsans:"Open Sans", sans-serif;
    --mon:"Montserrat", sans-serif;
    --primary:#CEAE92;
    --secondary:#333333;
    --textwhite:#FFFFFF;
    --landing-width:75vw;
    --landing-width-mobile:86vw;




   

}
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #e58f35;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #9C0242;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #9C0242;
  }

body{
    margin: 0;
    padding: 0;
    font-family: var(--opsans);
    overflow-x: hidden;
}

.pre-header{
    width: 100vw;
    height: 2.29vw;
    background-color: #53180E;
    display: flex;
    justify-content: center;
    display: none;
}

.pre-header span{
    display: flex;
    align-self: center;
    margin-right:1.4vw ;
}
.pre-header img{
    width: 14px;
    margin-right: 6px;
    
}
.pre-header p{
    color: white;
    font-weight: 300;
}
header{
    width: 75vw;
    padding: 0 12.5vw 0 12.5vw;
    
    display: flex;
    justify-content: space-between;
    height: 5.42vw;
    background-color: #EEEEEE;
}
header .logo{
    display: flex;
}
header .logo img{
    align-self: center;
    width: 10.43vw;
}
header nav{
    display: flex;
    justify-content: space-between;
    width: 40vw;

}
header nav a{
    text-decoration: none;
    color:#000000 ;
    font-size:0.83vw ;
    align-self:  center;

   
}
header nav .active, header nav a:hover{
  text-decoration: none;
  color:#ffffff ;
  font-size:0.83vw ;
  align-self:  center;
  background-color: #ff9800;
  padding: 5%;
  font-weight: 500;

 
}
header .socials{
    width: 20vw;
    display: flex;
   gap: 20px;
   justify-content: center;
}
header .socials img{
    align-self: center;
}


.main{
    width: var(--landing-width);
    margin: auto;
    margin-top: 3.7vw;
    display: flex;
    gap: 5px;
}

.sidebar-right{
    border: 2px solid #7C4530;
    border-radius: 5px;
    width: 16.97vw;
    height: 33.64vw;
    
  }
  .sidebar-right .top{
    width: 16.97vw;
  }
.sidebar-left{
  width: 18.9vw;
  height:33.64vw;
  display: flex;
  
}
.sidebar-left img{
  width: 18.9vw!important;
  height:33.94vw;
  border-radius: 12px;

}

.sidebar-right .kolumna{
    text-align: center;
    border-bottom:1px solid #7C4530 ;
    margin-bottom: 3vw;
    padding-bottom: 2vw;
    cursor: pointer;
    
}
.sidebar-right .kolumna p{
    font-size: 1.3vw;
    color: #69270E;
    font-weight: 400;
}
.sidebar-right .kolumne{
    padding-left: 27px;
    padding-right: 27px;
    overflow-x: hidden;
          overflow-y: auto;
          height: 26.75vw;
          margin-top: -5px;

}

.doniraj{

    width: 75vw;
    padding: 0 12.5vw 0 12.5vw;
    
    display: flex;
    justify-content: center;
    height: 6.77vw;
    background-color: #EEEEEE;
    gap: 15px;
    margin-top: 2vw;

}
.donirajslika{
    width: 15.71vw;
    

}

.lavicslika{
    width: 2.6vw;

}

.paypalslika{
    width: 8vw;
}

.doniraj img{
    align-self: center;
}

.radio-main h4{
    color: white!important;
}
.radio-main{
    padding:2vw;
    border-radius: 10px;
    width: 34.33vw;
    height:29.64vw;
}

body.page-minmial, .radio-main{
    background: linear-gradient(to top, #9C0242, #BD0452);
}
.radio-player-widget .now-playing-details .now-playing-art img {
    width: 75px;
    height: auto;
    border-radius: 50%!important;
}

.radio-player-widget .now-playing-details {
    display: flex;
    align-items: center;
  }
  
  .radio-player-widget .now-playing-details .now-playing-art {
    padding-right: .5rem;
  }
  
  .radio-player-widget .now-playing-details .now-playing-art img {
    width: 75px;
    height: auto;
    border-radius: 5px;
  }
  .projekti{
    width: var(--landing-width);
    margin:auto;
    margin-top: 2vw;
    text-align: center;
  }

  .lavli-projekat-single, .lavli-projekat-single img{
    width: var(--landing-width);
    margin:auto;
    margin-top: 2vw;
    text-align: center;
  }
  .projekti .projekti-logo{
    width: 2.65vw;
    margin: auto;
  }
  .projekti h1{
    font-family:var(--opsans) ;
    font-size: 2.44vw;
    color: #53180E;
    font-weight: 600;
    margin-top: 0.3vw;
    margin-bottom: 0.3vw;

  }
  .lavli-projekat-single h1{
    font-family:var(--opsans) ;
    font-size: 3.44vw;
    color: #53180E;
    font-weight: 600;
    margin-top: 0.3vw;
    margin-bottom: 0.3vw;

  }
  .projekti i{
    font-family:var(--opsans) ;
    font-size: 0.72vw;
    color: #e58f35;
    font-weight: 600;
    margin-top: 0.3vw;
    margin-bottom: 0.3vw;
    

  }

  .pogledaj-sve-novosti{
    font-family:var(--opsans) ;
    font-size: 1.32vw;
    color: #e58f35;
    font-weight: 600;
    margin-top: 0.3vw;
    margin-bottom: 0.3vw;
    text-align: center;
    width: fit-content;
    padding: 1vw;
    display: flex;
    place-content: center;
    text-decoration: none;
  
    border:1px solid #53180E;
    border-radius:10px;
    margin: auto;
    margin-top: 2vw;
    margin-bottom: 2vw;
    
  }
  .pogledaj-sve-novosti:hover{
    background-color: #e58f35;
    color: white;
  }
  .projekti-grid{
    display: flex;
    margin-top: 1vw;
    flex-wrap: wrap;
  }
  .projekat{
    width: 50%;
    display: flex;
    cursor:pointer;
    margin-top: 2vw;
  }
  .projekti-grid .projekat img{
    width:13.38vw ;
    object-fit: cover;
    height:8.65vw;
        object-position: center;
  }
  .projekti-grid .projekat .projekat-tekst{
    margin-left: 1.5vw;
  }
  .projekti-grid .projekat .projekat-tekst h2{
    font-family:var(--opsans) ;
    font-size: 1.3vw;
    color: #3f150b;
    font-weight: 700;
    margin-top: 1vw;
    margin-bottom: 0.3vw;
    text-align: left;
  }
  .projekti-grid .projekat .projekat-tekst p{
    font-family:var(--opsans) ;
    font-size: 0.67vw;
    color: #7C4530;
    font-weight: 600;
    margin-top: 1vw;
    margin-bottom: 0.3vw;
    text-align: left;
    padding-right: 2vw;
  }
  .tekst1, .tekst2{
    width: 41vw;
    margin: auto;
    font-family: var(--opsans);
    font-size: 0.72vw;
    font-weight: 600;
    margin-top: 1vw;
    text-align: center;
  }
  .mede2{
    position: absolute;
    left: 2vw;
    top: -5vw;
    width: 28vw;
    display: none;
  }
  .mede1{
    position: absolute;
    right: 2vw;
    top: -5vw;
    width: 28vw;
    display: none;
  }
  footer{
    background-color: #eeeeee;
    width: var(--landing-width);
    padding-left: 12.5vw;
    padding-right: 12.5vw;
    border-bottom: 2vw solid #e58f35;
  }
  .sign{
    text-align: center;
    margin: auto;
    width: 6.56vw;
    display: flex;
    margin-top: 3vw;
    margin-bottom: 6vw;
  }
  .upper{
    display: flex;
    justify-content:space-between;
  }
  .upper img{
    width: 11.64vw;
   
    margin-top: 2vw;
  }

  .upper .prijatelji img{
    width: 9vw;
  
  }
  
   .upper .prijatelji2 img{
    width: 9vw;
    margin-right:4vw;
   
  }
  .upper h1{
    font-family: var(--opsans);
    color: #53180E;
    font-size: 2.1vw;
    font-weight: 800;
    margin-top: 1.5vw;
    margin-left: 0.5vw;
    margin-bottom: 0;
  }
  .upper i{
    font-family: var(--opsans);
    font-weight: 600;
    color: #e58f35;
    font-size: 0.88vw;
    margin-top: 0.3vw;
    margin-left: 0.5vw;

  }
  .lower{
    display: flex;
    justify-content: space-between;
    margin-left: 4vw;
    margin-top: 2vw;
    margin-bottom: 3vw;
  }
  .lower1 span{
    display: flex;
  }
  .lower1{
    display: block;
  }
  .lower1 span img{
    width:1.09vw ;
  }
  .lower1 span a{
    color:#541d10 ;
    font-size: 0.93vw;
    font-family: var(--opsans);
    text-decoration: none;
    margin-left: 1vw;
    font-weight: 600;

  }
  
  .lower2 h3 , .impresum h3{
    color:#541d10 ;
    font-size: 0.83vw;
    font-family: var(--opsans);
    text-decoration: none;
    margin-left: 1vw;
    font-weight: 400;
    text-align: center;

  }
  .lower2 .socials{
    display: flex;
    gap: 2vw;
    justify-content: center;
  }
  
  .lower3{
      display:flex;
      width:16vw!important;
  }
  .lower3 img{
      width:4vw!important;
  
      
  }
.socials img{
    width:3vw;
}

.socials{
    display:flex;
    justify-content:space-between;
}


    #impressum {
  max-width: 640px;
  padding: 0 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fafafa;
  font-family: var(--opsans);
  text-align:centar;
  
}

#impressum h2 {
  margin-top: 0;
}

.impressum-item {
  margin-bottom: 12px;
}

.impressum-item h3 {
  margin: 6px 0 4px;
  font-size: 1rem;
  font-weight: 600;
    font-family: var(--opsans);
}

.impressum-item p {
  margin: 0;
  font-size: 0.95rem;
  text-align:center;
    font-family: var(--opsans);
}


  @media screen and (max-width:900px){
      
      
      .upper .prijatelji2 img {
    width: 9vw;
    margin-right: 4vw;
    display: none;
}
      
      
      .lower2 h3, .impresum h3 {
    color: #541d10;
    font-size: 4.83vw;
    font-family: var(--opsans);
    text-decoration: none;
    margin-left: 1vw;
    font-weight: 400;
    text-align: center;
}


.socials img {
    width: 10vw;
    margin-bottom: 15vw;
}


    .pogledaj-sve-novosti{
      font-family:var(--opsans) ;
      font-size: 6.32vw;
      color: #e58f35;
      font-weight: 600;
      margin-top: 0.3vw;
      margin-bottom: 0.3vw;
      text-align: center;
      width: fit-content;
      padding: 3vw;
      display: flex;
      place-content: center;
      text-decoration: none;
    
      border:1px solid #53180E;
      border-radius:10px;
      margin: auto;
      margin-top: 8vw;
      margin-bottom: 8vw;
      
    }
    .main{
      display: block;
    }
      .lower3{
      display:flex;
      width:64vw!important;
      margin-top:5vw;
  }
  .lower3 img{
      width:64vw!important;
  
      
  }
    header{
      width: 100vw;
      display: block;
      padding: 0;
      justify-items: center;
      height: 64vw;
    }
    header .logo img {
      align-self: center;
      width: 44.43vw;
      margin-top:3vw;
  }
  header nav {
    display: flex;
    justify-content: space-between;
    width: 90vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
}
header nav a {
  text-decoration: none;
  color: #000000;
  font-size: 3vw;
  align-self: center;
}
.radio-main {
  padding: 2vw;
  border-radius: 10px;
  width: 82vw;
  height:151vw;
  margin-top:5vw;
}
.sidebar-right {
    border: 2px solid #7C4530;
    border-radius: 5px;
    width: 85vw;
    height: 151vw;
     margin-top:5vw;
}
.main{
  width: 86vw;
}
.sidebar-right .top {
  width: 85vw;
}
.sidebar-right .kolumna p {
  font-size: 6.3vw;
  color: #69270E;
  font-weight: 400;
}
.sidebar-right .kolumne .kolumna img{
  width: 43vw;
}
.paypalslika {
  width: 19vw;
}
.donirajslika {
  width: 36.71vw;
}
.doniraj{
  margin-top: 5vw;
}

.projekti .projekti-logo {
  width: 14.65vw;
  margin: auto;
}
.projekti h1 {
  font-family: var(--opsans);
  font-size: 6.44vw;
  color: #53180E;
  font-weight: 600;
  margin-top: 0.3vw;
  margin-bottom: 0.3vw;
}
.projekti i {
  font-family: var(--opsans);
  font-size: 3.72vw;
  color: #e58f35;
  font-weight: 600;
  margin-top: 3.3vw;
  margin-bottom: 2.3vw;
}
.tekst1, .tekst2 {
  width: 85vw;
  margin: auto;
  font-family: var(--opsans);
  font-size: 2.72vw;
  font-weight: 600;
  margin-top: 1vw;
  text-align: center;
}
.mede1,.mede2{
  display: none;
}
.sign {
  text-align: center;
  margin: auto;
  width: 38.56vw;
  display: flex;
  margin-top: 3vw;
  margin-bottom: 6vw;
}
.upper {
  display: flex;
  justify-content: center;
}
.upper img {
width: 33.64vw;
        height: 10.3vw;
        margin-top: 8vw;
        margin-bottom: 5vw;
}
.upper h1 {
  font-family: var(--opsans);
  color: #53180E;
  font-size: 6.1vw;
  font-weight: 800;
  margin-top: 1.5vw;
  margin-left: 0.5vw;
  margin-bottom: 0;
}
.upper i {
  font-family: var(--opsans);
  font-weight: 600;
  color: #e58f35;
  font-size: 2.88vw;
  margin-top: 0.3vw;
  margin-left: 0.5vw;
}
.lower {
  display: block;
  justify-content: space-between;
  margin-left: 4vw;
  margin-top: 2vw;
  margin-bottom: 3vw;
  text-align: center;
}
.lower1 {
  display: block;
  text-align: center;
  margin: auto;
  width: 39vw;
}
.lower1 span a {
  color: #541d10;
  font-size: 2.93vw;
  font-family: var(--opsans);
  text-decoration: none;
  margin-left: 1vw;
  font-weight: 600;
}
.lower1 span img {
  width: 5.09vw;
}
.lower2 h3 {
  color: #541d10;
  font-size: 4.83vw;
  font-family: var(--opsans);
  text-decoration: none;
  margin-left: 1vw;
  font-weight: 400;
  text-align: center;
}
.projekti-grid {
  display: block;
  margin-top: 1vw;
}
.projekat {
  width: 100%;
  display: flex;
  margin-top:3vw;
}
.projekti-grid .projekat img {
  width: 38.38vw;
}
.projekti-grid .projekat .projekat-tekst h2 {
  font-family: var(--opsans);
  font-size: 3.9vw;
  color: #3f150b;
  font-weight: 700;
  margin-top: 1vw;
  margin-bottom: 0.3vw;
  text-align: left;
}
.projekti-grid .projekat .projekat-tekst p {
  font-family: var(--opsans);
  font-size: 1.67vw;
 
}
.sidebar-left, .sidebar-left img{
  width: 85vw!important;
  height:151vw;
}

.sidebar-right .kolumne {
    padding-left: 27px;
    padding-right: 27px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 116.75vw;
    margin-top: -5px;
}
.prijatelji{
    display:none;
}

header nav .active, header nav a:hover {
    text-decoration: none;
    color: #ffffff;
    font-size: 3vw;
    align-self: center;
    background-color: #ff9800;
    padding: 5%;
    font-weight: 500;
}

    
  }

  