<?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://pbf.unizg.hr/feed/rss.php" rel="self" type="application/rss+xml" />
	<title> - Student mobility</title>
	<link>/en/student-mobility</link>
	<description></description>
	<language></language>
	<copyright></copyright>
	<webMaster> (Webmaster)</webMaster>
	<managingEditor> (Webmaster)</managingEditor>
	<ttl>240</ttl>

		<item>
		<title>Incoming mobility</title>
		<pubDate>Fri, 12 Jun 2026 10:38:20 GMT</pubDate>
		<category>Content</category>
		<description>
		&lt;table border="0" width="100%"&gt;&lt;tr&gt;&lt;td&gt;
		
					&lt;div class="pbf-wrapper" style="padding: 0 !important; margin: 0 !important; width: 100% !important; max-width: 100% !important;"&gt;&lt;a class="pbf-prijava-box bg-pbf-blue" href="https://www.pbf.unizg.hr/en/student-mobility/incoming_student_mobility" style="display: flex !important; width: 100% !important; box-sizing: border-box !important; margin: 0 !important;" target="_blank"&gt;
&lt;div&gt;&lt;span class="naslov d-block fw-bold fs-4"&gt;How to apply?&lt;/span&gt; &lt;span class="podnaslov"&gt;Application Procedure – General Guidelines&lt;/span&gt;&lt;/div&gt;

&lt;div class="pbf-card-footer"&gt;
&lt;div class="pbf-line"&gt;&amp;nbsp;&lt;/div&gt;

&lt;div class="pbf-circle-arrow"&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;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;
&lt;style type="text/css"&gt;:root {
        --pbf-blue: #2543A0;
        --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .container-vert-crta {
        border-left: 4px solid var(--pbf-blue);
        padding-left: 1.5rem;
    }

    .career-title {
        color: #2543A0 !important;
        font-weight: 800;
        line-height: 1.2;
    }

    /* Glavni stilovi pločice */
    .pbf-prijava-box {
        padding: 30px;
        flex-direction: column;
        justify-content: space-between;
        text-decoration: none !important;
        transition: var(--transition);
        min-height: 200px;
        position: relative;
        border: none;
    }

    .pbf-prijava-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.15) !important;
    }

    /* Footer elementi unutar kartice */
    .pbf-card-footer {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: relative;
        margin-top: 40px;
        height: 40px;
    }

    .pbf-line {
        position: absolute;
        left: 0;
        height: 2px;
        width: 60px;
        transition: width 0.3s ease;
    }
    .pbf-prijava-box:hover .pbf-line { width: 90px; }

    .pbf-circle-arrow {
        width: 38px; height: 38px; border-radius: 50%;
        display: flex; align-items: center; justify-content: center;
        transition: transform 0.3s ease;
    }
    .pbf-prijava-box:hover .pbf-circle-arrow { transform: scale(1.15); }

    .pbf-circle-arrow svg {
        width: 22px; height: 22px; fill: none; stroke: currentColor;
        stroke-width: 1.2px; stroke-linecap: round; stroke-linejoin: round;
    }

    /* Boje */
    .bg-pbf-blue { background-color: var(--pbf-blue) !important; color: #ffffff !important; }
    .bg-pbf-blue .pbf-line { background-color: rgba(255,255,255,0.6); }
    .bg-pbf-blue .pbf-circle-arrow { background-color: rgba(255,255,255,0.2); color: white; }
&lt;/style&gt;

				&lt;/td&gt;&lt;/tr&gt;
				&lt;/table&gt;
		</description>
					<link>https://pbf.unizg.hr/en/student-mobility#content___5208</link>
			<guid>https://pbf.unizg.hr/en/student-mobility#content___5208</guid>
		        				    <dc:creator>Obrisani Korisnik</dc:creator>
	    	</item>
			<item>
		<title>Outgoing mobility</title>
		<pubDate>Fri, 12 Jun 2026 10:46:36 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-wrap-main {
        max-width: 1100px;
        margin: 0 auto 40px auto;
        font-family: 'Segoe UI', sans-serif;
    }

    /* GRID STRUKTURA */
    .pbf-grid-fixed {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        max-width: 1100px;
        margin: 0 auto 15px auto;
        /* Osigurava da svi elementi u redu imaju istu visinu */
        align-items: stretch; 
    }

    .pbf-box {
        position: relative;
        padding: 30px;
        min-height: 220px;
        border-radius: 0 !important;
        display: flex;
        flex-direction: column;
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        text-decoration: none !important;
        cursor: pointer;
        overflow: hidden;
        height: 100%; /* Da bi kartica ispunila visinu grida */
        box-sizing: border-box;
    }

    .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; }

    
.pbf-upisi-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor; /* Uzima boju teksta pločice */
    stroke-width: 1.5px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

    .pbf-upisi-footer {
        margin-top: auto;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: relative;
    }

    .pbf-upisi-footer::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 60px;
        height: 1px;
        transform: translateY(-50%);
        transition: width 0.3s ease;
    }

    .pbf-box:hover .pbf-upisi-footer::before {
        width: 80px;
    }

    .pbf-upisi-btn-label {
        font-size: 0.9rem;
        font-weight: 600;
        margin-right: 12px;
    }

    .pbf-upisi-icon {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        transition: all 0.3s ease;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .pbf-box:hover .pbf-upisi-icon {
        transform: scale(1.15);
        background-color: rgba(255, 255, 255, 0.4);
    }

    /* BOJE */
    .pbf-bg-blue { background-color: #2543A0; color: #ffffff !important; }
    .pbf-bg-green { background-color: #60BFA0; color: #ffffff !important; }
    .pbf-bg-yellow { background-color: #EEE05D; color: #2543A0 !important; }

    .pbf-bg-blue .pbf-upisi-footer::before { background-color: rgba(255, 255, 255, 0.5); }
    .pbf-bg-green .pbf-upisi-footer::before { background-color: rgba(255, 255, 255, 0.5); }
    .pbf-bg-yellow .pbf-upisi-footer::before { background-color: rgba(37, 67, 160, 0.5); }
    
    .pbf-bg-yellow .pbf-upisi-icon { background-color: rgba(37, 67, 160, 0.1); color: #2543A0; }
    .pbf-bg-yellow:hover .pbf-upisi-icon { background-color: rgba(37, 67, 160, 0.2); }

    /* ISPRAVAK ZA SLIKU */
    .pbf-grid-img {
        width: 100%;
        height: 100%; /* Isplunjava punu visinu grida/kartica */
        min-height: 220px; /* Ali ne smije biti manja od početne visine kartica */
        object-fit: cover;
        border-radius: 0;
        display: block;
    }

    @media (max-width: 900px) {
        .pbf-grid-fixed { grid-template-columns: 1fr; }
        .pbf-grid-img { height: 250px; } /* Na mobitelu fiksna visina jer su kartice jedna ispod druge */
    }
&lt;/style&gt;
&lt;div class="pbf-wrap-main"&gt;
&lt;div class="pbf-grid-fixed"&gt;&lt;a class="pbf-box pbf-bg-blue" href="/en/student-mobility/erasmus"&gt;&lt;span class="pbf-box-title"&gt;Erasmus+&lt;/span&gt; &lt;span class="pbf-box-text"&gt;Study mobility at international partner institutions.&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-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 pbf-bg-green" href="/en/student-mobility/ceepus"&gt; &lt;span class="pbf-box-title"&gt;CEEPUS&lt;/span&gt; &lt;span class="pbf-box-text"&gt;Mobility within Central and Eastern Europe through thematic networks.&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-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 pbf-bg-yellow" href="/en/student-mobility/orleans-program"&gt; &lt;span class="pbf-box-title"&gt;FFTB&amp;nbsp;&amp;amp; Université d’Orléans&lt;/span&gt; &lt;span class="pbf-box-text"&gt;International double degree program&amp;nbsp;in cooperation with the University of Orleans.&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-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-grid-fixed"&gt;&lt;a class="pbf-box pbf-bg-green" href="/en/faculty/organization/general-affairs-unit/office-international-cooperation-mobility"&gt;&lt;span class="pbf-box-title"&gt;Coordinators&lt;/span&gt; &lt;span class="pbf-box-text"&gt;Contact persons for student guidance and support within international programs.&lt;/span&gt;

&lt;div class="pbf-upisi-footer"&gt;&lt;span class="pbf-upisi-btn-label"&gt;Read more&lt;/span&gt;

&lt;div class="pbf-upisi-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 pbf-bg-blue" href="https://www.unizg.hr/suradnja/medunarodna-razmjena/razmjena-studenata/"&gt; &lt;span class="pbf-box-title"&gt;Important links&lt;/span&gt; &lt;span class="pbf-box-text"&gt;Information on applications, scholarships, and studying abroad.&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-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;img alt="Studenti" class="pbf-grid-img" src="/images/50038590/group-students-happy-be-reunited.jpg" /&gt;&lt;/div&gt;
&lt;/div&gt;

				&lt;/td&gt;&lt;/tr&gt;
				&lt;/table&gt;
		</description>
					<link>https://pbf.unizg.hr/en/student-mobility#content___4935</link>
			<guid>https://pbf.unizg.hr/en/student-mobility#content___4935</guid>
		        				    <dc:creator>Obrisani Korisnik</dc:creator>
	    	</item>
			<item>
		<title>Student mobility</title>
		<pubDate>Fri, 12 Jun 2026 10:41:05 GMT</pubDate>
		<category>Content</category>
		<description>
		&lt;table border="0" width="100%"&gt;&lt;tr&gt;&lt;td&gt;
		
					&lt;div class="container my-5 container-vert-crta"&gt;
&lt;p class="mb-5 lead"&gt;FFTB actively participates in international student mobility, &lt;strong&gt;welcoming incoming international students and supporting its own students&lt;/strong&gt; in going abroad through the Erasmus+ and CEEPUS programs. These programs enable students to complete a part of their studies or professional traineeships at partner institutions, with financial support and full recognition of earned ECTS credits. Additionally, FFTB participates in the bilateral student exchange program between the University of Zagreb and the University of Orléans in the field of Molecular Biotechnology, facilitating both incoming and outgoing exchanges.&lt;/p&gt;
&lt;/div&gt;
&lt;style type="text/css"&gt;.container-vert-crta {

  border-left: 4px solid #0047AB; /* plava vertikalna crta s lijeve strane */

  padding-left: 1.5rem; /* razmak između crte i teksta */

}
&lt;/style&gt;
&lt;div class="pbf-text-card-container my-4"&gt;
&lt;style type="text/css"&gt;.pbf-text-card {
            background-color: #f4f5f7;
            border: none;
            border-radius: 4px;
            padding: 1.5rem;
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); /* Bootstrap shadow-sm */
        }

        .pbf-text-card p {
            color: #000000; 
            line-height: 1.6;
            font-size: 1rem;
            margin-bottom: 1rem;
        }

        .pbf-text-card p:last-child {
            margin-bottom: 0;
        }

        .pbf-text-card strong {
            color: #25439f;
            font-weight: 700;
        }

        .pbf-text-card a {
            color: #2543A0;
            text-decoration: underline;
            font-weight: 600;
        }

        .pbf-text-card a:hover {
            color: #1A3D8F;
        }
&lt;/style&gt;
&lt;div class="pbf-text-card"&gt;
&lt;p&gt;By participating in mobility programs, students gain new &lt;strong&gt;professional knowledge, international experience, and valuable professional contacts&lt;/strong&gt;. Mobility is not only an academic experience — it is also a process of personal growth. Students develop &lt;strong&gt;adaptability, resourcefulness, and intercultural competencies&lt;/strong&gt;, learn to function in new systems, and build an international network of connections.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="pbf-info-box my-4"&gt;
&lt;style type="text/css"&gt;.pbf-info-box {
            background-color: #F8F9FA;
            border-left: 6px solid #EEE15D;
            padding: 1.5rem 2rem;
            display: flex;
            align-items: center;
            gap: 1.5rem;
            border-radius: 0 8px 8px 0;
            font-family: sans-serif;
        }
&lt;/style&gt;
&lt;div class="d-none d-md-block"&gt;&lt;svg fill="#2543A0" height="40" viewbox="0 0 16 16" width="40" xmlns="http://www.w3.org/2000/svg"&gt; &lt;path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"&gt;&lt;/path&gt; &lt;path d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"&gt;&lt;/path&gt; &lt;/svg&gt;&lt;/div&gt;

&lt;div&gt;
&lt;h5 class="fw-bold mb-1" style="color: #2543A0; margin-top: 0;"&gt;Office for International Cooperation and Academic Mobility (UMSAM)&lt;/h5&gt;

&lt;p class="mb-0" style="color: #333; line-height: 1.5;"&gt;&lt;strong&gt;Head of Office:&lt;/strong&gt; Korana Jelavić&lt;br /&gt;
&lt;strong&gt;ECTS coordinator:&lt;/strong&gt; prof. dr. sc. Igor Slivac&lt;br /&gt;
&lt;strong&gt;Contact:&lt;/strong&gt; &lt;a href="mailto:umsam@pbf.hr" style="color: #2543A0; text-decoration: none; font-weight: bold;"&gt;umsam@pbf.hr&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;

				&lt;/td&gt;&lt;/tr&gt;
				&lt;/table&gt;
		</description>
					<link>https://pbf.unizg.hr/en/student-mobility#content___4934</link>
			<guid>https://pbf.unizg.hr/en/student-mobility#content___4934</guid>
		        				    <dc:creator>Obrisani Korisnik</dc:creator>
	    	</item>
	</channel>
</rss>
