<?xml version="1.0" encoding="UTF-8"  ?>

<rss version="2.0"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>

<channel>
	<atom:link href="https://www.pbf.hr/feed/rss.php" rel="self" type="application/rss+xml" />
	<title> - Enrollment in Food Engineering</title>
	<link>/en/enrollment/graduate-study/food-engineering-enrollment</link>
	<description></description>
	<language></language>
	<copyright></copyright>
	<webMaster> (Webmaster)</webMaster>
	<managingEditor> (Webmaster)</managingEditor>
	<ttl>240</ttl>

		<item>
		<title></title>
		<pubDate>Tue, 21 Apr 2026 07:53:32 GMT</pubDate>
		<category>Content</category>
		<description>
		&lt;table border="0" width="100%"&gt;&lt;tr&gt;&lt;td&gt;
		
					&lt;style type="text/css"&gt;/* --- KONTEJNER --- */
.pbf-grid-fixed {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    max-width: 1100px;
    margin: 40px auto;
    font-family: 'Segoe UI', sans-serif;
}

/* --- PLOČICA --- */
.pbf-box {
    position: relative;
    padding: 30px;
    min-height: 220px;
    border-radius: 0 !important; /* Prema novom dizajnu nema zaobljenja */
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.pbf-box:hover { 
    transform: translateY(-8px); 
    box-shadow: 0 12px 24px rgba(0,0,0,0.15); 
}

/* Nevidljivi link preko cijele kocke (sprječava CMS duplanje) */
.pbf-box-anchor {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 10;
}

.pbf-box-title { font-weight: 800; font-size: 1.4rem; margin-bottom: 10px; display: block; }
.pbf-box-text { font-size: 0.95rem; line-height: 1.4; display: block; }

/* --- FOOTER S CRTOM I STRELICOM --- */
.pbf-upisi-footer { 
    margin-top: auto;
    display: flex; 
    align-items: center; 
    justify-content: flex-end; 
    position: relative; 
}

/* Vodoravna crta */
.pbf-upisi-footer::before { 
    content: ""; 
    position: absolute; 
    top: 50%; 
    left: 0; 
    width: 60px; /* Početna širina crte */
    height: 1px; 
    transform: translateY(-50%); 
    transition: width 0.3s ease; 
}

/* Efekt na hover: crta raste */
.pbf-box:hover .pbf-upisi-footer::before { 
    width: 90px; 
}

.pbf-upisi-btn-label { 
    font-size: 0.85rem; 
    font-weight: 700; 
    margin-right: 10px; 
}

/* Kružić sa strelicom */
.pbf-upisi-btn-icon { 
    width: 28px; 
    height: 28px; 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 1.1rem; 
    transition: all 0.3s ease; 
}

/* Efekt na hover: kružić raste */
.pbf-box:hover .pbf-upisi-btn-icon { 
    transform: scale(1.2); 
}

/* --- BOJE --- */
.bg-pbf-blue { background-color: rgb(37, 67, 160); color: #ffffff; }
.bg-pbf-green { background-color: rgb(96, 191, 160); color: #ffffff; }
.bg-pbf-yellow { background-color: rgb(238, 224, 93); color: rgb(26, 61, 143); }

/* Specifični stilovi za crtu i kružić unutar boja */
.bg-pbf-blue .pbf-upisi-footer::before, .bg-pbf-green .pbf-upisi-footer::before { background-color: rgba(255,255,255,0.5); }
.bg-pbf-blue .pbf-upisi-btn-icon, .bg-pbf-green .pbf-upisi-btn-icon { background-color: rgba(255,255,255,0.2); }
.bg-pbf-blue:hover .pbf-upisi-btn-icon, .bg-pbf-green:hover .pbf-upisi-btn-icon { background-color: rgba(255,255,255,0.4); }

.bg-pbf-yellow .pbf-upisi-footer::before { background-color: rgba(26, 61, 143, 0.3); }
.bg-pbf-yellow .pbf-upisi-btn-icon { background-color: rgba(26, 61, 143, 0.08); border: 1px solid rgba(26, 61, 143, 0.1); }
.bg-pbf-yellow:hover .pbf-upisi-btn-icon { background-color: rgba(26, 61, 143, 0.2); }

@media (max-width: 900px) { .pbf-grid-fixed { grid-template-columns: 1fr; } }
&lt;/style&gt;
&lt;div class="pbf-grid-fixed"&gt;
&lt;div class="pbf-box bg-pbf-blue"&gt;&lt;span class="pbf-box-title"&gt;Study Details&lt;/span&gt; &lt;span class="pbf-box-text"&gt;Find out everything about the Food Engineering graduate study programme.&lt;/span&gt;
&lt;div class="pbf-upisi-footer"&gt;&lt;span class="pbf-upisi-btn-label"&gt;Learn more&lt;/span&gt;
&lt;div class="pbf-upisi-btn-icon"&gt;›&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="pbf-box bg-pbf-green"&gt;&lt;span class="pbf-box-title"&gt;Applications &amp;amp; Deadlines&lt;/span&gt; &lt;span class="pbf-box-text"&gt;Information about applications, deadlines and admission exam dates for the new academic year.&lt;/span&gt;

&lt;div class="pbf-upisi-footer"&gt;&lt;span class="pbf-upisi-btn-label"&gt;Apply&lt;/span&gt;

&lt;div class="pbf-upisi-btn-icon"&gt;›&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="pbf-box bg-pbf-yellow"&gt;&lt;span class="pbf-box-title"&gt;Enrolment Procedure&lt;/span&gt; &lt;span class="pbf-box-text"&gt;Detailed information about the enrolment process, required documentation and key enrolment dates.&lt;/span&gt;

&lt;div class="pbf-upisi-footer"&gt;&lt;span class="pbf-upisi-btn-label"&gt;Enrol&lt;/span&gt;

&lt;div class="pbf-upisi-btn-icon"&gt;›&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

				&lt;/td&gt;&lt;/tr&gt;
				&lt;/table&gt;
		</description>
					<link>https://www.pbf.hr/en/enrollment/graduate-study/food-engineering-enrollment#content___4947</link>
			<guid>https://www.pbf.hr/en/enrollment/graduate-study/food-engineering-enrollment#content___4947</guid>
		        				    <dc:creator>Obrisani Korisnik</dc:creator>
	    	</item>
			<item>
		<title>Enrollement in Food Engineering</title>
		<pubDate>Tue, 21 Apr 2026 09:39:05 GMT</pubDate>
		<category>Content</category>
		<description>
		&lt;table border="0" width="100%"&gt;&lt;tr&gt;&lt;td&gt;
		
					&lt;style type="text/css"&gt;/* --- KONTEJNERI --- */
.pbf-grid-fixed, .pbf-top-box, .pbf-intro-text, .pbf-wrapper-acc {
    max-width: 1100px;
    margin: 40px auto;
    font-family: 'Segoe UI', sans-serif;
}

/* --- PLOČICE --- */
.pbf-grid-fixed {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.pbf-box {
    position: relative;
    padding: 30px;
    min-height: 220px;
    border-radius: 0 !important;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

.pbf-box:hover { 
    transform: translateY(-8px); 
    box-shadow: 0 12px 24px rgba(0,0,0,0.15); 
}

.pbf-box-title { font-weight: 800; font-size: 1.4rem; margin-bottom: 10px; display: block; }
.pbf-box-text { font-size: 0.95rem; line-height: 1.4; display: block; }



/* --- FOOTER S CRTOM I STRELICOM --- */
.pbf-upisi-footer { 
    margin-top: auto;
    display: flex; 
    align-items: center; 
    justify-content: flex-end; 
    position: relative; 
    height: 40px;
}

.pbf-upisi-footer::before { 
    content: ""; 
    position: absolute; 
    top: 50%; 
    left: 0; 
    width: 60px; 
    height: 1.2px; 
    background-color: currentColor;
    opacity: 0.4;
    transform: translateY(-50%); 
    transition: width 0.3s ease; 
}

.pbf-box:hover .pbf-upisi-footer::before { 
    width: 90px; 
}

.pbf-upisi-btn-label { 
    font-size: 0.85rem; 
    font-weight: 700; 
    margin-right: 10px; 
}

.pbf-upisi-btn-icon { 
    width: 32px; 
    height: 32px; 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    transition: all 0.3s ease; 
}

.pbf-upisi-btn-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pbf-box:hover .pbf-upisi-btn-icon { 
    transform: scale(1.15); 
}

/* --- BOJE --- */
.bg-pbf-blue { background-color: rgb(37, 67, 160); color: #ffffff; }
.bg-pbf-green { background-color: rgb(96, 191, 160); color: #ffffff; }
.bg-pbf-yellow { background-color: rgb(238, 224, 93); color: rgb(26, 61, 143); }

.bg-pbf-blue .pbf-upisi-btn-icon, .bg-pbf-green .pbf-upisi-btn-icon { background-color: rgba(255,255,255,0.2); }
.bg-pbf-yellow .pbf-upisi-btn-icon { background-color: rgba(26, 61, 143, 0.08); }
.bg-pbf-blue.pbf-box,
.bg-pbf-blue.pbf-box:link,
.bg-pbf-blue.pbf-box:visited {
    color: #ffffff !important;
}

.bg-pbf-green.pbf-box,
.bg-pbf-green.pbf-box:link,
.bg-pbf-green.pbf-box:visited {
    color: #ffffff !important;
}

.bg-pbf-yellow.pbf-box,
.bg-pbf-yellow.pbf-box:link,
.bg-pbf-yellow.pbf-box:visited {
    color: rgb(26, 61, 143) !important;
}

/* --- INFO BOX &amp; BADGE --- */
.pbf-top-box { background-color: #f2f2f2; padding: 30px; border-radius: 8px; }
.pbf-badge-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }
.pbf-badge { background: rgb(37, 67, 160); color: #fff; padding: 5px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; }

/* --- HARMONIKE --- */
.pbf-wrapper-acc .accordion-item { border: none !important; margin-bottom: 15px; border-radius: 8px !important; overflow: hidden; box-shadow: none !important; }
.pbf-wrapper-acc .accordion-button { box-shadow: none !important; outline: none !important; border: none !important; }
.pbf-wrapper-acc .accordion-body { background-color: #f8f9fa; }
.pbf-wrapper-acc .main-btn { background: #f2f2f2 !important; color: rgb(37, 67, 160) !important; font-weight: 800; padding: 20px; font-size: 1.2rem; text-align: left; width: 100%; }
.pbf-wrapper-acc .inner-btn { color: #fff !important; padding: 12px 20px; border-radius: 4px !important; margin-bottom: 5px; width: 100%; text-align: left; }
.pbf-wrapper-acc .diff-tag { background: #666666; color: #ffffff; padding: 5px 12px; border-radius: 4px; font-size: 14px; margin: 4px 2px; font-weight: 600; display: inline-block; }
.pbf-wrapper-acc .bonus-box { border-left: 3px solid #eee15d; padding-left: 10px; margin-top: 10px; font-style: italic; color: #555; }

/* Strelice u harmonici */
.pbf-wrapper-acc .accordion-button::after { filter: brightness(0) saturate(100%) invert(21%) sepia(54%) auto; }
.pbf-wrapper-acc .inner-btn::after { filter: brightness(0) invert(1); }

@media (max-width: 900px) { 
    .pbf-grid-fixed { grid-template-columns: 1fr; } 
    .pbf-upisi-footer::before { display: none; }
}
&lt;/style&gt;
&lt;div class="pbf-grid-fixed"&gt;&lt;a class="pbf-box bg-pbf-blue" href="/studiji/Diplomski-studiji/prehrambeno-inzenjerstvo"&gt;&lt;span class="pbf-box-title"&gt;Study Details&lt;/span&gt; &lt;span class="pbf-box-text"&gt;Find out everything about the Food Engineering graduate study programme.&lt;/span&gt;
&lt;div class="pbf-upisi-footer"&gt;&lt;span class="pbf-upisi-btn-label"&gt;Learn more&lt;/span&gt;
&lt;div class="pbf-upisi-btn-icon"&gt;&lt;svg viewbox="0 0 24 24"&gt;&lt;path d="M9 18l6-6-6-6"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/a&gt; &lt;a class="pbf-box bg-pbf-green" href="/upisi/diplomski-studij/prijave"&gt; &lt;span class="pbf-box-title"&gt;Applications &amp;amp; Deadlines&lt;/span&gt; &lt;span class="pbf-box-text"&gt;Information about applications, deadlines and admission exam dates for the new academic year.&lt;/span&gt;

&lt;div class="pbf-upisi-footer"&gt;&lt;span class="pbf-upisi-btn-label"&gt;Apply&lt;/span&gt;

&lt;div class="pbf-upisi-btn-icon"&gt;&lt;svg viewbox="0 0 24 24"&gt;&lt;path d="M9 18l6-6-6-6"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/a&gt; &lt;a class="pbf-box bg-pbf-yellow" href="/upisi/diplomski-studij/postupak"&gt; &lt;span class="pbf-box-title"&gt;Enrolment Procedure&lt;/span&gt; &lt;span class="pbf-box-text"&gt;Detailed information about the enrolment process, required documentation and key enrolment dates.&lt;/span&gt;

&lt;div class="pbf-upisi-footer"&gt;&lt;span class="pbf-upisi-btn-label"&gt;Enrol&lt;/span&gt;

&lt;div class="pbf-upisi-btn-icon"&gt;&lt;svg viewbox="0 0 24 24"&gt;&lt;path d="M9 18l6-6-6-6"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/a&gt;&lt;/div&gt;

&lt;div class="pbf-top-box"&gt;
&lt;div style="color:rgb(37,67,160); font-size:1.5rem; font-weight:800;"&gt;Corresponding undergraduate study programmes are studies in the following fields:&lt;/div&gt;

&lt;div class="pbf-badge-list"&gt;&lt;span class="pbf-badge"&gt;Food Technology&lt;/span&gt; &lt;span class="pbf-badge"&gt;Biotechnology&lt;/span&gt; &lt;span class="pbf-badge"&gt;Nutritionism&lt;/span&gt; &lt;span class="pbf-badge"&gt;Plant Sciences&lt;/span&gt; &lt;span class="pbf-badge"&gt;Animal Sciences&lt;/span&gt; &lt;span class="pbf-badge"&gt;Applied Chemistry&lt;/span&gt; &lt;span class="pbf-badge"&gt;Chemical Technology&lt;/span&gt; &lt;span class="pbf-badge"&gt;Chemical Engineering&lt;/span&gt; &lt;span class="pbf-badge"&gt;Eco-engineering&lt;/span&gt; &lt;span class="pbf-badge"&gt;Sanitary Engineering&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;p class="pbf-intro-text"&gt;Studies in fields not listed are considered non-corresponding, and candidates are recommended to enrol in one of the undergraduate study programmes at the Faculty of Food Technology and Biotechnology.&lt;/p&gt;

&lt;div class="pbf-wrapper-acc"&gt;
&lt;div class="accordion" id="pbfMainAcc"&gt;
&lt;div class="accordion-item"&gt;
&lt;h2 class="accordion-header"&gt;&lt;button aria-expanded="false" class="accordion-button main-btn collapsed" data-bs-target="#acc1" data-bs-toggle="collapse" type="button"&gt;Candidates who have completed a university undergraduate study programme&lt;/button&gt;&lt;/h2&gt;

&lt;div class="accordion-collapse collapse" data-bs-parent="#pbfMainAcc" id="acc1" style=""&gt;
&lt;div class="accordion-body"&gt;
&lt;div class="accordion" id="pbfInnerAcc"&gt;
&lt;div class="accordion-item"&gt;&lt;button aria-expanded="false" class="accordion-button inner-btn collapsed" data-bs-target="#in1" data-bs-toggle="collapse" style="background:rgb(37,67,160);" type="button"&gt;&lt;strong&gt;Food Technology at the University of Zagreb, Faculty of Food Technology and Biotechnology&lt;/strong&gt;&lt;/button&gt;

&lt;div class="accordion-collapse collapse" data-bs-parent="#pbfInnerAcc" id="in1" style=""&gt;
&lt;div class="accordion-body"&gt;
&lt;p&gt;They enrol as full-time students based on their position on the ranking list. These candidates do not enrol in differential courses, i.e., differential semesters/years.&lt;/p&gt;

&lt;div class="bonus-box"&gt;In the admission procedure, due to the compatibility with the study programme, the candidate achieves 20 points.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="accordion-item"&gt;&lt;button aria-expanded="false" class="accordion-button inner-btn collapsed" data-bs-target="#in2" data-bs-toggle="collapse" style="background:rgb(96,191,160);" type="button"&gt;&lt;strong&gt;Biotechnology at the University of Zagreb, Faculty of Food Technology and Biotechnology&lt;/strong&gt;&lt;/button&gt;

&lt;div class="accordion-collapse collapse" data-bs-parent="#pbfInnerAcc" id="in2" style=""&gt;
&lt;div class="accordion-body"&gt;
&lt;p&gt;They enrol as full-time students based on their position on the ranking list, but upon enrolment they are required to enrol in the following differential courses:&lt;/p&gt;
&lt;span class="diff-tag"&gt;Food Process Engineering (8 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Fundamentals of Food Technologies (5 ECTS)&lt;/span&gt;

&lt;div class="bonus-box"&gt;In the admission procedure, due to the compatibility with the study programme, the candidate achieves 10 points.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="accordion-item"&gt;&lt;button aria-expanded="false" class="accordion-button inner-btn collapsed" data-bs-target="#in3" data-bs-toggle="collapse" style="background:rgb(238, 224, 93); color:rgb(26,61,143)!important;" type="button"&gt;&lt;strong&gt;Nutritionism at the University of Zagreb, Faculty of Food Technology and Biotechnology&lt;/strong&gt;&lt;/button&gt;

&lt;div class="accordion-collapse collapse" data-bs-parent="#pbfInnerAcc" id="in3" style=""&gt;
&lt;div class="accordion-body"&gt;
&lt;p&gt;They enrol in a differential year (during which they have the status of a part-time student) with mandatory courses according to the programme of the undergraduate study FOOD TECHNOLOGY at the Faculty of Food Technology and Biotechnology:&lt;/p&gt;
&lt;span class="diff-tag"&gt;Fundamentals of Engineering (5 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Transfer Phenomena (5 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Unit Operations (5 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Water Technology (4 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Food Process Engineering (5 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Food Preservation Processes (5 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Physical Properties of Food (5 ECTS)&lt;/span&gt;

&lt;p style="margin-top:15px;"&gt;After passing the aforementioned courses, they enrol in the graduate study programme Food Engineering in the next academic year based on their position on the ranking list.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Candidates who, during their undergraduate studies, choose and pass the above-mentioned courses and have a maximum of 15 ECTS remaining unpassed, enrol in the first year of the graduate study programme as full-time students.&lt;/em&gt;&lt;/p&gt;

&lt;div class="bonus-box"&gt;In the admission procedure, due to the compatibility with the study programme, the candidate achieves 10 points.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="accordion-item"&gt;&lt;button aria-expanded="true" class="accordion-button inner-btn" data-bs-target="#in4" data-bs-toggle="collapse" style="background:#e9ecef; color:rgb(37,67,160)!important;" type="button"&gt;&lt;strong&gt;Other related study programmes&lt;/strong&gt;&lt;/button&gt;

&lt;div class="accordion-collapse collapse collapsed" data-bs-parent="#pbfInnerAcc" id="in4" style=""&gt;
&lt;div class="accordion-body"&gt;
&lt;p&gt;Candidates who have completed undergraduate study programmes in &lt;strong&gt;Plant Sciences, Animal Sciences, Chemical Engineering, Chemistry and Materials Engineering, Applied Chemistry and Eco-engineering&lt;/strong&gt; enrol in a differential year.&lt;/p&gt;

&lt;p&gt;For each individual application, the head of the graduate study programme will determine the differential obligations prior to enrolment.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="accordion-item"&gt;
&lt;h2 class="accordion-header"&gt;&lt;button aria-expanded="true" class="accordion-button main-btn" data-bs-target="#acc2" data-bs-toggle="collapse" type="button"&gt;Candidates who have completed a professional undergraduate study programme&lt;/button&gt;&lt;/h2&gt;

&lt;div class="accordion-collapse collapse collapsed" data-bs-parent="#pbfMainAcc" id="acc2" style=""&gt;
&lt;div class="accordion-body"&gt;
&lt;p&gt;Candidates who have completed a corresponding professional study programme &lt;strong&gt;must take the admission exam&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The admission exam for the graduate study programme FOOD ENGINEERING consists of 40 questions in the areas of: &lt;strong&gt;biochemistry&lt;/strong&gt; (10 points), &lt;strong&gt;microbiology&lt;/strong&gt; (10 points) and &lt;strong&gt;engineering&lt;/strong&gt; (20 points).&amp;nbsp;&lt;/p&gt;
&lt;a href="/upisi/diplomski-studij/razredbeni/prijemni" style="color:rgb(37,67,160); font-weight:700; text-decoration:underline;" target="_blank"&gt;More information about the admission exam can be found HERE&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

				&lt;/td&gt;&lt;/tr&gt;
				&lt;/table&gt;
		</description>
					<link>https://www.pbf.hr/en/enrollment/graduate-study/food-engineering-enrollment#content___4946</link>
			<guid>https://www.pbf.hr/en/enrollment/graduate-study/food-engineering-enrollment#content___4946</guid>
		        				    <dc:creator>Obrisani Korisnik</dc:creator>
	    	</item>
			<item>
		<title></title>
		<pubDate>Tue, 21 Apr 2026 07:52:19 GMT</pubDate>
		<category>Content</category>
		<description>
		&lt;table border="0" width="100%"&gt;&lt;tr&gt;&lt;td&gt;
		
					&lt;style type="text/css"&gt;.pbf-wrapper-acc { 
        max-width: 1100px; 
        margin: 0 auto; 
        font-family: 'Segoe UI', sans-serif; 
    }
    
    /* 1. UKLANJANJE SVIH OBRUBA I SJENA */
    .pbf-wrapper-acc .accordion-item { 
        border: none !important; 
        margin-bottom: 15px; 
        border-radius: 8px !important; 
        overflow: hidden;
        box-shadow: none !important;
    }

    .pbf-wrapper-acc .accordion-button {
        box-shadow: none !important;
        outline: none !important;
        border: none !important;
    }
    
    .pbf-wrapper-acc .accordion-button:focus {
        box-shadow: none !important;
        outline: none !important;
    }

    /* 2. POZADINA OTVORENOG KONTENJERA */
    .pbf-wrapper-acc .accordion-body {
        background-color: #f8f9fa; 
    }

    /* GLAVNI GUMBI */
    .pbf-wrapper-acc .main-btn { 
        background: #f2f2f2 !important; 
        color: rgb(37, 67, 160) !important; 
        font-weight: 800; 
        padding: 20px; 
        font-size: 1.2rem; 
        border: none !important;
        width: 100%;
        text-align: left;
    }
    
    /* UNUTARNJI GUMBI */
    .pbf-wrapper-acc .inner-btn { 
        color: #fff !important; 
        padding: 12px 20px; 
        border-radius: 4px !important; 
        margin-bottom: 5px; 
        border: none !important;
        width: 100%;
        text-align: left;
    }
    
    /* AŽURIRANI BADGEVI (TAGOVI) - Tamnije siva i veći font */
    .pbf-wrapper-acc .diff-tag { 
        background: #666666; /* Tamnija siva */
        color: #ffffff; /* Bijeli tekst za bolju čitljivost */
        padding: 5px 12px; 
        border-radius: 4px; 
        font-size: 14px; /* Povećan font */
        margin: 4px 2px; 
        font-weight: 600; 
        display: inline-block; 
    }
    
    .pbf-wrapper-acc .bonus-box { 
        border-left: 3px solid #eee15d; 
        padding-left: 10px; 
        margin-top: 10px; 
        font-style: italic; 
        color: #555; 
    }
    
    /* STRELICE */
    .pbf-wrapper-acc .accordion-button::after {
        filter: brightness(0) saturate(100%) invert(21%) sepia(54%) auto;
    }
    .pbf-wrapper-acc .inner-btn::after {
        filter: brightness(0) invert(1);
    }
    .pbf-wrapper-acc .btn-grey::after {
        filter: brightness(0) saturate(100%) invert(21%) sepia(54%) saturate(2222%) hue-rotate(195deg) !important;
    }
&lt;/style&gt;
&lt;div class="pbf-wrapper-acc"&gt;
&lt;div class="accordion" id="pbfMainAcc"&gt;
&lt;div class="accordion-item"&gt;
&lt;h2 class="accordion-header"&gt;&lt;button aria-expanded="true" class="accordion-button main-btn" data-bs-target="#acc1" data-bs-toggle="collapse" type="button"&gt;Candidates who have completed a university undergraduate study programme&lt;/button&gt;&lt;/h2&gt;

&lt;div class="accordion-collapse collapse show" data-bs-parent="#pbfMainAcc" id="acc1" style=""&gt;
&lt;div class="accordion-body"&gt;
&lt;div class="accordion" id="pbfInnerAcc"&gt;
&lt;div class="accordion-item"&gt;&lt;button aria-expanded="false" class="accordion-button inner-btn collapsed" data-bs-target="#in1" data-bs-toggle="collapse" style="background:rgb(37,67,160);" type="button"&gt;&lt;strong&gt;Food Technology at the University of Zagreb, Faculty of Food Technology and Biotechnology&lt;/strong&gt;&lt;/button&gt;

&lt;div class="accordion-collapse collapse" data-bs-parent="#pbfInnerAcc" id="in1" style=""&gt;
&lt;div class="accordion-body"&gt;
&lt;p&gt;They enrol as full-time students based on their position on the ranking list. These candidates do not enrol in differential courses, i.e., differential semesters/years.&lt;/p&gt;

&lt;div class="bonus-box"&gt;In the admission procedure, due to the compatibility with the study programme, the candidate achieves 20 points.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="accordion-item"&gt;&lt;button aria-expanded="false" class="accordion-button inner-btn collapsed" data-bs-target="#in2" data-bs-toggle="collapse" style="background:rgb(96,191,160);" type="button"&gt;&lt;strong&gt;Biotechnology at the University of Zagreb, Faculty of Food Technology and Biotechnology&lt;/strong&gt;&lt;/button&gt;

&lt;div class="accordion-collapse collapse" data-bs-parent="#pbfInnerAcc" id="in2" style=""&gt;
&lt;div class="accordion-body"&gt;
&lt;p&gt;They enrol as full-time students based on their position on the ranking list, but upon enrolment they are required to enrol in the following differential courses:&lt;/p&gt;
&lt;span class="diff-tag"&gt;Food Process Engineering (8 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Fundamentals of Food Technologies (5 ECTS)&lt;/span&gt;

&lt;div class="bonus-box"&gt;In the admission procedure, due to the compatibility with the study programme, the candidate achieves 10 points.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="accordion-item"&gt;&lt;button aria-expanded="false" class="accordion-button inner-btn collapsed" data-bs-target="#in3" data-bs-toggle="collapse" style="background:rgb(238, 224, 93); color:rgb(26,61,143)!important;" type="button"&gt;&lt;strong&gt;Nutritionism at the University of Zagreb, Faculty of Food Technology and Biotechnology&lt;/strong&gt;&lt;/button&gt;

&lt;div class="accordion-collapse collapse" data-bs-parent="#pbfInnerAcc" id="in3" style=""&gt;
&lt;div class="accordion-body"&gt;
&lt;p&gt;They enrol in a differential year (during which they have the status of a part-time student) with mandatory courses according to the programme of the undergraduate study FOOD TECHNOLOGY at the Faculty of Food Technology and Biotechnology:&lt;/p&gt;
&lt;span class="diff-tag"&gt;Fundamentals of Engineering (5 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Transfer Phenomena (5 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Unit Operations (5 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Water Technology (4 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Food Process Engineering (5 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Food Preservation Processes (5 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Physical Properties of Food (5 ECTS)&lt;/span&gt;

&lt;p style="margin-top:15px;"&gt;After passing the aforementioned courses, they enrol in the graduate study programme Food Engineering in the next academic year based on their position on the ranking list.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Candidates who, during their undergraduate studies, choose and pass the above-mentioned courses and have a maximum of 15 ECTS remaining unpassed, enrol in the first year of the graduate study programme as full-time students.&lt;/em&gt;&lt;/p&gt;

&lt;div class="bonus-box"&gt;In the admission procedure, due to the compatibility with the study programme, the candidate achieves 10 points.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="accordion-item"&gt;&lt;button aria-expanded="false" class="accordion-button inner-btn btn-grey collapsed" data-bs-target="#in4" data-bs-toggle="collapse" style="background:#e9ecef; color:rgb(37,67,160)!important;" type="button"&gt;&lt;strong&gt;Other related study programmes&lt;/strong&gt;&lt;/button&gt;

&lt;div class="accordion-collapse collapse" data-bs-parent="#pbfInnerAcc" id="in4" style=""&gt;
&lt;div class="accordion-body"&gt;
&lt;p&gt;Candidates who have completed undergraduate study programmes in &lt;strong&gt;Plant Sciences, Animal Sciences, Chemical Engineering, Chemistry and Materials Engineering, Applied Chemistry and Eco-engineering&lt;/strong&gt; enrol in a differential year.&lt;/p&gt;

&lt;p&gt;For each individual application, the head of the graduate study programme will determine the differential obligations prior to enrolment.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="accordion-item"&gt;
&lt;h2 class="accordion-header"&gt;&lt;button aria-expanded="false" class="accordion-button main-btn collapsed" data-bs-target="#acc2" data-bs-toggle="collapse" type="button"&gt;Candidates who have completed a professional undergraduate study programme&lt;/button&gt;&lt;/h2&gt;

&lt;div class="accordion-collapse collapse" data-bs-parent="#pbfMainAcc" id="acc2" style=""&gt;
&lt;div class="accordion-body"&gt;
&lt;p&gt;Candidates who have completed a corresponding professional study programme &lt;strong&gt;must take the admission exam&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The admission exam for the graduate study programme FOOD ENGINEERING consists of 40 questions in the areas of: &lt;strong&gt;biochemistry&lt;/strong&gt; (10 points), &lt;strong&gt;microbiology&lt;/strong&gt; (10 points) and &lt;strong&gt;engineering&lt;/strong&gt; (unit operations and thermodynamics) (20 points).&lt;/p&gt;
&lt;a href="/upisi/diplomski-studij/razredbeni/prijemni" style="color:rgb(37,67,160); font-weight:700; text-decoration:underline;" target="_blank"&gt;More information about the admission procedure can be found HERE&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

				&lt;/td&gt;&lt;/tr&gt;
				&lt;/table&gt;
		</description>
					<link>https://www.pbf.hr/en/enrollment/graduate-study/food-engineering-enrollment#content___4948</link>
			<guid>https://www.pbf.hr/en/enrollment/graduate-study/food-engineering-enrollment#content___4948</guid>
		        				    <dc:creator>Obrisani Korisnik</dc:creator>
	    	</item>
	</channel>
</rss>
