@media only screen and (max-width: 1366px) {
.document {
    flex-basis: calc(40% - 30px);
}
.donacije__home {
    margin-top: -50px;
    position: relative;
    z-index: 2;
    background: url(images/donacije_bg.png);
    min-height: 130vh;
    width: 100%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}
.donacije__home div {
    position: absolute;
    top: 30%;
    left: 20%;
    transform: translate(-43%, -30%);
    text-align: right;
}
.footer-opacity .footer {
    opacity: 1;
    margin-top: -297px;
    z-index: 5;
    position: relative;
}
.contact-details h2 {
    font-weight: 400;
    font-size: 20px;
}
.contact-info td:nth-child(even) {
    font-weight: 700;
    padding-left: 20px;
    font-size: 15px;
}
.contact-info tr td img {
    width:35px;
}
#about-flex-row img {
    object-fit: contain;
}
.kreativna-radionica img {
    object-fit: contain;
}
.subheader-placeholder {
    height: 50px;
    color: white;
    width: 42%;
    max-width: 495px;
    position: absolute;
    left: 0;
    display: flex;
    text-align: right;
    background: #5d9aa4;
    align-items: center;
    justify-content: end;
    padding-right: 40px;
}
.folder {
    width: calc(24% - 36.3px);
    flex: 1 0 auto;
    min-width: 224px;
    max-width: 225px;
    position: relative;
}
.folder-info h2 {
    max-width: 90%;
    position: absolute;
    font-size: 15px;
    font-weight: 500;
}
.folder-info a {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-weight: 500;
    position: absolute;
    bottom: 1rem;
    font-size: 16px;
    border: 1px solid white;
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
}
.footer {
    background-color: #ae4f3c;
    padding: 40px 80px;
    color: #fff;
    min-height: 275px;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;    
    padding: 20px 0;
    width:90%;
    margin:0 auto;
    background-color: #fff;
}
.header-logo img {
	width: 100%;
	}
.nav a {
    margin: 0 10px;
    color: #5f5f5f;
    text-decoration: none;
    font-weight: 500;
        font-size: max(1vw, 11px);
}
.nav {
    margin-top: 50px;
    margin-bottom: 29px;
	
}
.dropdown ul {
    width: 100%;
    min-width: 213px;
    right: 0px;
    opacity: 0;
    transition: 1s;
    display: none;
    position: relative;
    position: absolute;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    list-style-type: none;
    background: #ef4e41;
    z-index: 10;
    padding: 0px;
    margin-top: 15px;
}
.footer-nav-section {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 22px;
    width: 380px;
    margin-left: max(0vw, 40px);
    justify-content: space-between;
}
.footer-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}
.footer-logo-section img {
    margin-bottom: 10px;
    width: 90%;
}
}






@media only screen and (max-width: 1300px) {
  .documents-container {
    justify-content: center;
  }
}
@media only screen and (max-width: 1200px) {
  #about-flex-row img {
    width: 100%;
  }
}
@media only screen and (max-width: 1025px) {
.admin-buttons a {
    text-decoration: none;
    cursor: pointer;
    float: inline-start;
	margin: 5px;
}
	
.saradnja_home div {
    position: absolute;
    top: 20%;
    left: 20%;
    transform: translate(-20%, -30%);
}
.hero {
    min-height: calc(100% - 370px);
    background: url(images/hero.png);
    background-position: center;
    width: 100%;
    position: relative;
    background-size: cover;
}
.hero__info {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
	text-align: end;
}
.hero__info p {
    font-weight: 400;
    font-size: 30px;
    font-size: clamp(18px, 1.7vw, 30px);
    color: #72b9c7;
    margin: 20px 0 40px 0;
}
.hero__info h1 {
    color: #72b9c7;
    font-weight: 500;
    font-size: clamp(32px, 4vw, 72px);
}
.saradnja_home {
    background: url(images/saradnja_bg.png);
    min-height: 60vh;
    width: 100%;
    position: relative;
    background-size: cover;
}
.saradnja_home h2 {
    color: white;
    font-weight: 500;
    font-size: clamp(32px, 4vw, 72px);
}
.donacije__home div {
        position: absolute;
        top: 0%;
        transform: translate(-5%, -30%);
        text-align: right;
    }	
.donacije__home {
        margin-top: 100px;
        position: relative;
        z-index: 2;
        background: url(images/donacije_bg.png);
        min-height: 117vh;
        width: 100%;
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
    }
.donacije__home h2 {
    color: #f86161;
    font-weight: 500;
    font-size: clamp(32px, 4vw, 72px);
}
.donacije__home div button {
    width: 314px;
    height: 58px;
    background: #f87161;
    border: 2px solid transparent;
    color: white;
    margin-top: 30px;
    transition: 0.3s;
    font-size: 25px;
    cursor: pointer;
    display: flex;
    gap: 1rem;
    padding-right: 3rem;
    align-items: center;
    justify-content: end;
}
.activity-container {
    flex-direction: column;
  }
  #sidebar ul li {
    border-radius:0.5rem;
  }
  .nav {
      display:none;
  }
  #sidebar {
    width: 100%;
  }
  #main-content {
    width: 100%;
  }
  .create-form table{
      width:100%;
  }
  .create-form {
      width:90%;
  }
  .title-container h1{
    width:90%;
    padding-left:0;
  }
/**********  MENU  **************/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: roboto;
  background: #b7e5ed;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #231f20;
  font-weight: 400;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #004a8f;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 20px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #c71978;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #c71978;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #c71978;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #f3f4f4;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
}
@media all and (max-width: 990px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #231f20;
    background: none;
	text-align:center;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #5ea7dc;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #231f20;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #231f20;
    border-bottom: 2px solid #231f20;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #231f20;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #231f20;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #231f20;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #231f20;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #231f20;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #231f20;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  .header-logo{
	  width:100%;
      max-width:90%;
      margin:0 auto;
      text-align:center;
  }
.header {
        display: contents;
        justify-content: space-between;
        align-items: center;
        padding: 20px 91px;
        background-color: #fff;
 	}	
.header-logo {
    	display: grid;
    	align-items: center;
        margin: 30px 20px;
	}
.header-logo img {
        width: 100%;
    }
.full-header {
    	height: 70px;
    	background: #5d9aa4;
    	color: white;
    	display: flex;
    	align-items: center;
    	font-size: 20px;
		
		text-align:center;
	}
.folder {
    width: calc(24% - 36.3px);
    flex: 1 0 auto;
    min-width: 300px;
    max-width: 310px;
    position: relative;
}
.folder-info h2 {
        max-width: 90%;
        position: absolute;
        font-size: 20px;
        font-weight: 500;
		padding-top: 20px;
    }
.folder-info a {
        display: flex;
        gap: 0.5rem;
        align-items: center;
        justify-content: center;
        color: white;
        text-decoration: none;
        font-weight: 500;
        position: absolute;
        bottom: 1rem;
        font-size: 21px;
        border: 1px solid white;
        padding: 0.2rem 0.5rem;
        border-radius: 0.5rem;
    }
.nav {
    	display: none;
    	list-style-type: none;
	}
.footer-nav-section {
		display: grid;
        grid-template-columns: auto;
        gap: 15px;
        justify-content: center;    
	}
.footer-nav-section {
		display: grid;
            grid-template-columns: repeat(1, auto);
            width: 100%;
            margin-left: max(0vw, 0px);
        }
.footer-logo-section {
        margin-bottom: 20px;
        width: 85%;
    }
.container {
    	margin: 0px auto;
    	max-width: 1300px;
    	width: 95%;
    	font-size: 18px;
    	justify-content: space-between;
    	line-height: 25px;
    	padding: 30px 0;
    	font-weight: 600;
}
.documents {
    row-gap: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    padding: 40px 0;
    max-width: 1300px;
}

.document-list-container {
    row-gap: 40px;
    background: white;
    border-radius: 1rem;
    padding: 18px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    gap: 50px;
    justify-content: flex-start;
    width: 100%;
}
.extended-holder {
    width: 100% !important;
	margin-top: 20px;
	font-size: 21px;
	text-align: center;
    height: 80px;
	padding-right:0px;
}
.header-name {
    width: 100%;
    height: 60px;
    color: white;
    background: #5d9aa4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0;
    font-weight: 700;
    font-size: 20px;
}
.page {
    display: block;
    text-align: center;
    font-family: "OpenSans-Bold";
    margin: 30px auto;
    width: 100%;
    padding-bottom: 30px;
}
.volunteers-container img {
   	object-fit: cover;
    width: 95%;
}
.footer-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    }
.footer {
    background-color: #ae4f3c;
    padding: 30px 20px;
    color: #fff;
    min-height: 275px;
}
.footer-logo-section img {
    margin-bottom: 10px;
    width: 100%;
}
.scroll {
    position: relative;
    right: 0;
	padding: 40px;
}
#sidebar {
    width: 100%;
    padding: 20px 00px;
    padding-right: 0;
    overflow-y: auto;
}
.activity-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0px 0;
    width: 95%;
    min-height: 600px;
}
.intro-header h3 {
    font-style: italic;
    font-weight: 600;
    text-align: center;
    padding: 30px 50px;
    width: 95%;
    margin: 0 auto;
	padding-bottom: 25px;
}
.organisation-structure p {
    width: 90% !important;
}
.kreativna-radionica img {
    object-fit: contain;
    width: 100%;
	}
.strucni-rad img {
    width: 100%;
}
.strucni-rad-ul {
    margin-left: 35px;
}
.volunteers-container {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
}
.contact-container {
    display: block;
    margin: 0px auto;
    max-width: 1300px;
    width: 95%;
    justify-content: space-between;
    padding: 30px 0;
}
.subheader-placeholder {
    height: 50px;
    color: white;
    width: 100%;
    background: #5d9aa4;
    align-items: center;
	padding-right: 0px;
    justify-content: center;
    }
 .contact-details h2 {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    }
 .contact-img img {
	width: 100%;
	margin-top: 30px;    
	}
.container-bg {
    padding-bottom: 10px;
}
}
