function eKOLprintviewFormTweak(buttonObject) {return;}
var mediaQuery = window.matchMedia("screen and (min-width:600px) and (min-height:600px)");
mediaQuery.addListener(handleHintCollapsible);
function handleHintCollapsible(mediaQuery) {
  hintcon = document.getElementById('hint_block');
  if (hintcon){
    if (mediaQuery.matches) {
      eKOLToggleCollapsible(hintcon, 'expand');
    } else {
      eKOLToggleCollapsible(hintcon, 'collapse');
}}}



if (document.readyState === "loading") {
  document.addEventListener('DOMContentLoaded', function() {
    handleHintCollapsible(mediaQuery);
  });
} else {
    handleHintCollapsible(mediaQuery);
};

eKOLprogressBarAdd('action_start_next','0','Anfrage an das Kraftfahrt-Bundesamt läuft, bitte warten');

if (document.readyState === "loading") {
  document.addEventListener('DOMContentLoaded', function() {
    

function eKOLJsDetector(){
  var heads = document.getElementsByTagName("head");
  if(heads.length != 1){return;}
  var head = heads[0];
  var loc = '' + window.location.href;
  var idx = loc.indexOf("?");
  if(idx > 0){
    loc = loc.substr(0, idx);
  }
  var b64 = btoa(loc);
  b64 = b64.replace(/=/g,'_');
  var url = 'controller;jsessionid=AB411DBC0781B18FDAAA9C08CCFAF6CD?CSSBASEWEB2=154f6a24-429b-445b-9e16-3eead5db8398&CSSBASEWEBID=' + b64;
  var styleObj = document.createElement("link"); 
  styleObj.setAttribute("type","text/css");
  styleObj.setAttribute("rel","stylesheet");
  styleObj.setAttribute("href", url );
  head.appendChild(styleObj);
}
eKOLJsDetector();
  });
} else {
    

function eKOLJsDetector(){
  var heads = document.getElementsByTagName("head");
  if(heads.length != 1){return;}
  var head = heads[0];
  var loc = '' + window.location.href;
  var idx = loc.indexOf("?");
  if(idx > 0){
    loc = loc.substr(0, idx);
  }
  var b64 = btoa(loc);
  b64 = b64.replace(/=/g,'_');
  var url = 'controller;jsessionid=AB411DBC0781B18FDAAA9C08CCFAF6CD?CSSBASEWEB2=154f6a24-429b-445b-9e16-3eead5db8398&CSSBASEWEBID=' + b64;
  var styleObj = document.createElement("link"); 
  styleObj.setAttribute("type","text/css");
  styleObj.setAttribute("rel","stylesheet");
  styleObj.setAttribute("href", url );
  head.appendChild(styleObj);
}
eKOLJsDetector();
};
