TED Help Print Share Share × Facebook X/Twitter LinkedIn Email Cancel .ted-toolbar { display: flex; }
.ted-mini-toolbar { display: flex; margin-bottom: 22px; margin-left: auto; }
.ted-help, .ted-download, .ted-print, .ted-social-share { background: none; border: none; padding: 0; }
.ted-print { margin-left: 24px; }
.ted-social-share { margin-left: 26px; }
.ted-help__icon, .ted-download__icon, .ted-print__icon, .ted-social-share__icon { margin-right: 9px; }
.ted-help__text, .ted-download__text, .ted-print__text, .ted-social-share__text { font-size: 14px; line-height: 20px; color: #697188; }
.ted-download:hover { text-decoration: none; }
.ted-help:hover .ted-help__text, .ted-download:hover .ted-download__text { text-decoration: underline; }
.modal { display: none; }
#tedSocialShare .modal-dialog { margin: 100px 15px; }
#tedSocialShare .ted-modal__content { border: 1px solid #CCCCCC; border-radius: 3px; }
#tedSocialShare .ted-modal__header { background: #F5F5F5; padding: 13px 16px 10px 16px; height: unset; border: none; }
#tedSocialShare .ted-modal__title { font-size: 15px; line-height: 22px; font-weight: bold; color: #444444; }
#tedSocialShare .ted-modal__close { height: unset; font-size: 25px; }
#tedSocialShare .ted-modal__close:focus { outline: 2px solid #1454B7; outline-offset: 2px; }
#tedSocialShare .ted-modal__body { display: flex; flex-direction: column; flex-direction: row; flex-wrap: wrap; border: none; margin: 0; padding: 15px 16px 0; }
#tedSocialShare .ted-modal__footer { justify-content: flex-end; padding: 16px 15px 14px; background: #ffffff; border: none; }
#tedSocialShare .ted-modal__button { font-weight: 400; font-size: 14px; line-height: 20px; color: #444444; background: #FFFFFF; border: 1px solid #444444; border-radius: 3px; margin: 0; padding: 0; width: 100%; height: 40px; }
.ted-share-button { color: #fff; border-radius: 3px; width: 100%; height: 40px; display: inline-block; margin-bottom: 11px; text-align: center; line-height: 40px; }
.ted-share-button:hover { text-decoration: none; color: #fff; }
.ted-share-button--facebook { background: #4267B2; }
.ted-share-button--twitter { background: #1DA1F2; }
.ted-share-button--linkedin { background: #0077B5; }
.ted-share-button--email { background: #444444; }
.ted-share-button__text { font-size: 14px; line-height: 20px; margin-left: 5px; }
@media (max-width: 767px) { .ted-help__text, .ted-download__text, .ted-print__text, .ted-social-share__text { display: none; } .ted-help, .ted-download, .ted-print, .ted-social-share { display: flex; align-items: center; justify-content: center; width: 45px; height: 35px; background: #F5F5F5; border-radius: 3px; } .ted-print, .ted-social-share { margin-left: 16px; } .ted-help__icon, .ted-download__icon, .ted-print__icon, .ted-social-share__icon { margin: 0; }
.ted-print { display: none; } }
@media (min-width: 576px) { #tedSocialShare .modal-dialog { margin: 12rem auto; max-width: 450px; } #tedSocialShare .ted-modal__body { flex-direction: row; } .ted-share-button { width: 113px; margin-right: 16px; margin-bottom: 15px; } #tedSocialShare .ted-modal__footer { background: #F5F5F5; } #tedSocialShare .ted-modal__button { width: 78px; } }
@media print {
@page { margin: 1cm; padding: 0; }
html, body { margin: 0; padding: 0; font: 14pt Georgia, "Times New Roman", Times, serif; line-height: 1.3; }
#ted { background: #FFFFFF; }
.ted-header, .ted-search, .ted-breadcrumb, .ted-mini-toolbar, .ted-footer, .ted-footer-desktop, .ted-footer-mobile, .cadmin.control-menu-container, .ted-back-to-top__button { display: none!important; } } (function() {const configuration = {"showSocial":true,"showHelp":true,"showDownload":false,"itemSelector1":{},"showPrint":true}; const fragmentElement = document.querySelector('#fragment-d92cb917-710e-80de-0b36-0898ef2f2b9c'); const fragmentEntryLinkNamespace = 'xudl'; const fragmentNamespace = 'xudl'; const layoutMode = 'view';$(document).ready(function() { var constructFacebookURL = function() { var parsedFacebookURL = new URL($('.ted-share-button--facebook').attr('href')); var searchParamsFacebook = new URLSearchParams(parsedFacebookURL.search); searchParamsFacebook.set('u', window.location.href); var facebookURL = new URL(parsedFacebookURL.origin + parsedFacebookURL.pathname + '?' + searchParamsFacebook.toString()).href; $('.ted-share-button--facebook').attr('href', facebookURL); }
var constructTwitterURL = function() { var parsedTwitterURL = new URL($('.ted-share-button--twitter').attr('href')); var searchParamsTwitter = new URLSearchParams(parsedTwitterURL.search); searchParamsTwitter.set('url', window.location.href); var twitterURL = new URL(parsedTwitterURL.origin + parsedTwitterURL.pathname + '?' + searchParamsTwitter.toString()).href; $('.ted-share-button--twitter').attr('href', twitterURL); }
var constructLinkedinURL = function() { var parsedLinkedinURL = new URL($('.ted-share-button--linkedin').attr('href')); var searchParamsLinkedin = new URLSearchParams(parsedLinkedinURL.search); searchParamsLinkedin.set('url', window.location.href); var linkedinURL = new URL(parsedLinkedinURL.origin + parsedLinkedinURL.pathname + '?' + searchParamsLinkedin.toString()).href; $('.ted-share-button--linkedin').attr('href', linkedinURL); }
var constructEmailURL = function() { var parsedEmailURL = $('.ted-share-button--email').attr('href'); var arr = parsedEmailURL.split('&body')[0]; $('.ted-share-button--email').attr('href', arr + '&body=' + encodeURIComponent(window.location.href)); }
$('.ted-share-button--facebook').on('click', function(event) { event.preventDefault(); constructFacebookURL(); window.open(this.href, '_blank'); });
$('.ted-share-button--twitter').on('click', function(event) { event.preventDefault(); constructTwitterURL(); window.open(this.href, '_blank'); });
$('.ted-share-button--linkedin').on('click', function(event) { event.preventDefault(); constructLinkedinURL(); window.open(this.href, '_blank'); });
$('.ted-share-button--email').on('click', function(event) { event.preventDefault(); constructEmailURL(); window.open(this.href, '_self'); });
$('.ted-print').on('click', (event) => { window.print(); });
constructFacebookURL(); constructTwitterURL(); constructLinkedinURL(); constructEmailURL(); });;}()); .fragment_24003 { } Notice ViewDownload XMLShow the direct linksCreate an alertSend by emailRequest a translationNotice ViewSummary TED v2 - Viewer @font-face { font-family: 'arial-regular'; src: url('https://ted.europa.eu/o/ted2-theme/fonts/arial-regular.woff2') format('woff2'), url('https://ted.europa.eu/o/ted2-theme/fonts/arial-regular.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'arial-bold'; src: url('https://ted.europa.eu/o/ted2-theme/fonts/arial-bold.woff2') format('woff2'), url('https://ted.europa.eu/o/ted2-theme/fonts/arial-bold.woff') format('woff'); font-weight: normal; font-style: normal; }
#notice a, #summary a { color: #3D6ECF; text-decoration: none; }
#notice a:hover, #summary a:hover { color: #1454B7; }
#notice img, #summary img { vertical-align: text-bottom; }
#notice div :not([class]), #summary div :not([class]) { margin-bottom: 2px; }
/*------------------------------------*\ SECTIONS \*------------------------------------*/
#notice { padding: 1px 20px; font-size: 15px; line-height: 1.25rem; color: #444; font-family: 'arial-regular'; }
#summary { padding: 1px 20px; font-size: 0.875rem; /* 14px */ line-height: 1.25rem; color: #444; font-family: 'arial-regular'; }
#summary .summary-section { padding-left: 20px; }
/*------------------------------------*\ CLASSES \*------------------------------------*/
#notice .header { padding-bottom: 15px; }
#notice .h2, #summary .h2 { padding-top: 8px; margin-bottom: 20px; border-bottom: 1px solid #DDD; }
#notice .section-content, #summary .section-content { margin-left: 65px; margin-bottom: 12px; }
#notice .subsection-content, #summary .subsection-content { margin-top: 12px; }
#notice .sublevel__number, #summary .sublevel__number { float: left; margin-left: -65px; width: 55px; text-align: right; }
#summary .sublevel__content { margin-top: 12px; margin-bottom: 12px; }
#notice.title, #summary .title { display: block; }
#notice .bold, #summary .bold { font-family: 'arial-bold'; }
#notice .label { margin-top: 2px; display: inline; }
#notice .line { margin-top: 2px; display: inline-block; white-space: normal; } #notice div :not([class]), #summary div { padding-bottom: 7px; }
#notice .footer { /* We mark this element as running by using the running function * to specify a named position. The name can be any valid CSS identifier. * See the @page rule below. */ position: running(footer); }
@page { margin: 5% 20px 10% 20px; @bottom-left { border-top: 1px solid #DDD; padding-top: 10px; content: element(footer); vertical-align: top; } @bottom-right { border-top: 1px solid #DDD; padding-top: 10px; content: "Page " counter(page) "/" counter(pages); vertical-align: top; } }
@page :first { margin-top: 2%; }
Planning Denmark: Security, fire-fighting, police and defence equipment Request for Information - Ballistic helmets Denmark, Anywhere in the given countryBuyer Buyer: Danish Ministry of Defence Acquisition and Logistics Organisation Email: 00504900@mil.dk Denmark, Københavns omegn (DK012), Ballerup Languages and formatsOfficial language (Signed PDF)BGCSDADEELESENETFIFRGAHRHUITLTLVMTNLPLPTROSKSLSVPDFBGCSDADEELESENETFIFRGAHRHUITLTLVMTNLPLPTROSKSLSVMachine translation HTMLBGCSDADEELESENETFIFRGAHRHUITLTLVMTNLPLPTROSKSLSVNoticeOfficial language
@font-face { font-family: 'arial-regular'; src: url('https://ted.europa.eu/o/ted2-theme/fonts/arial-regular.woff2') format('woff2'), url('https://ted.europa.eu/o/ted2-theme/fonts/arial-regular.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'arial-bold'; src: url('https://ted.europa.eu/o/ted2-theme/fonts/arial-bold.woff2') format('woff2'), url('https://ted.europa.eu/o/ted2-theme/fonts/arial-bold.woff') format('woff'); font-weight: normal; font-style: normal; }
#notice a, #summary a { color: #3D6ECF; text-decoration: none; }
#notice a:hover, #summary a:hover { color: #1454B7; }
#notice img, #summary img { vertical-align: text-bottom; }
#notice div :not([class]), #summary div :not([class]) { margin-bottom: 2px; }
/*------------------------------------*\ SECTIONS \*------------------------------------*/
#notice { padding: 1px 20px; font-size: 15px; line-height: 1.25rem; color: #444; font-family: 'arial-regular'; }
#summary { padding: 1px 20px; font-size: 0.875rem; /* 14px */ line-height: 1.25rem; color: #444; font-family: 'arial-regular'; }
#summary .summary-section { padding-left: 20px; }
/*------------------------------------*\ CLASSES \*------------------------------------*/
#notice .header { padding-bottom: 15px; }
#notice .h2, #summary .h2 { padding-top: 8px; margin-bottom: 20px; border-bottom: 1px solid #DDD; }
#notice .section-content, #summary .section-content { margin-left: 65px; margin-bottom: 12px; }
#notice .subsection-content, #summary .subsection-content { margin-top: 12px; }
#notice .sublevel__number, #summary .sublevel__number { float: left; margin-left: -65px; width: 55px; text-align: right; }
#summary .sublevel__content { margin-top: 12px; margin-bottom: 12px; }
#notice.title, #summary .title { display: block; }
#notice .bold, #summary .bold { font-family: 'arial-bold'; }
#notice .label { margin-top: 2px; display: inline; }
#notice .line { margin-top: 2px; display: inline-block; white-space: normal; } #notice div :not([class]), #summary div { padding-bottom: 7px; }
#notice .footer { /* We mark this element as running by using the running function * to specify a named position. The name can be any valid CSS identifier. * See the @page rule below. */ position: running(footer); }
@page { margin: 5% 20px 10% 20px; @bottom-left { border-top: 1px solid #DDD; padding-top: 10px; content: element(footer); vertical-align: top; } @bottom-right { border-top: 1px solid #DDD; padding-top: 10px; content: "Page " counter(page) "/" counter(pages); vertical-align: top; } }
@page :first { margin-top: 2%; }
556685-2024 - Planning See the notice on TED website 556685-2024 556685-2024 - Planning Denmark – Security, fire-fighting, police and defence equipment – Request for Information - Ballistic helmets OJ S 181/2024 17/09/2024 Notice of the publication of a prior information notice or a periodic information notice on a buyer profile Works - Supplies 1. Buyer 1.1. Buyer Official name: Danish Ministry of Defence Acquisition and Logistics Organisation Email: 00504900@mil.dk The buyer is a contracting entity 2. Procedure 2.1. Procedure Title: Request for Information - Ballistic helmets Description: Dear Manufacture/distributor/agent DALO has the great pleasure to distribute our Request for Information (RFI) regarding the up-coming tender on ballistic helmets. As part of the market survey, we are very much interested in how you will meet our demands and requirements. Beside this, DALO is interested in being smarter on your perspectives, your ideas and your business management in general. We have investigated a bit in these topics up to now, but to assure the quality of the information, we would like to launch a more formal RFI, with focus on three main areas. • Technical and requirement related questions (26) • Environmental related questions (10) • Legal and commercial questions (6) Your answers will be appreciated very much and any information will be kept confidential, and will used for purpose of the tender only. If possible, please attached the specs regarding your products also. If you will require further information from us, do not hesitate to call or write. Thank you, very much for spending time to answer our questions. Kind regards Mikael Horte DALO Internal identifier: 2023/021639 2.1.1. Purpose Main nature of the contract: Supplies Additional nature of the contract: Works Main classification (cpv): 35000000 Security, fire-fighting, police and defence equipment Additional classification (cpv): 18444000 Protective headgear, 18444110 Helmets, 35813000 Military helmets, 35813100 Helmet covers 2.1.2. Place of performance Country: Denmark Anywhere in the given country 2.1.4. General information Additional information: Please forward your answers not later than 27. September 2024 Legal basis:  Directive 2009/81/EC 8. Organisations 8.1. ORG-0001 Official name: Danish Ministry of Defence Acquisition and Logistics Organisation Registration number: ORG-16-28-71-80 Postal address: Lautrupbjerg 1-5   Town: Ballerup Postcode: 2750 Country subdivision (NUTS): Københavns omegn (DK012) Country: Denmark Contact point: Mikael Jueslgård Horte Email: 00504900@mil.dk Telephone: +4521461903 Internet address: https://www.fmi.dk Buyer profile: https://www.fmi.dk Roles of this organisation:  Buyer 8.1. ORG-0002 Official name: Mercell Holding ASA Registration number: 980921565 Postal address: Askekroken 11   Town: Oslo Postcode: 0277 Country subdivision (NUTS): Oslo (NO081) Country: Norway Contact point: eSender Email: publication@mercell.com Telephone: +47 21018800 Fax: +47 21018801 Internet address: http://mercell.com/ Roles of this organisation:  TED eSender 11. Notice information 11.1. Notice information Notice identifier/version: 7c62360a-2a10-4ddc-bc71-06b60805d953 - 01 Form type: Planning Notice type: Notice of the publication of a prior information notice or a periodic information notice on a buyer profile Notice subtype: 3 Notice dispatch date: 16/09/2024 10:03:45 (UTC) Notice dispatch date (eSender): 16/09/2024 10:06:08 (UTC) Languages in which this notice is officially available: English 11.2. Publication information Notice publication number: 556685-2024 OJ S issue number: 181/2024 Publication date: 17/09/2024 Table of contents1. Buyer
CountryDenmark
Procurement StatusActive

Dear customer,

The item you are trying to view, is accessible only to EPICOS subscribers. You can subscribe to EPICOS by clicking on the SUBSCRIBE button below. If you already have an active subscription with EPICOS, please LOGIN by selecting either the option below, or the respective one at the top right of the page.

Thank you,

The Epicos Team

Related Procurements

Mariagerfjord Kommune anmoder markedet om informationer, omkring mulige systemer til Mobile Device Management.
View more
Udbud af rammeaftale om indsamling, transport og håndtering af affald. Aftalen dækker universitetets tre drifts- og serviceområder, som er Frederiksberg +, Nørre og Søndre City
View more
Amgros er et interessentskab med de 5 regioner som interessenter og gennemfører løbende en række udbud af lægemidler med henblik på at forsyne interessenternes sygehusapoteker med lægemidler.
View more