Nach dem Ende des Videos werden Sie automatisch auf die Homepage weitergeleitet. Wenn dies nicht funktioniert, oder Sie möchten das Intro überspringen, klicken Sie bitte hier After the end of the video, you will be automatically redirected to the homepage. If this doesn't work, or you would prefer to skip the Intro, please click here
Copyright
Copyright 2011-2021-artReMix - Redak Martha - All rights reserved
Copyright
Nach dem Ende des Videos werden Sie automatisch auf die Homepage weitergeleitet. Wenn dies nicht funktioniert, oder Sie möchten das Intro überspringen, klicken Sie bitte hier After the end of the video, you will be automatically redirected to the homepage. If this doesn't work, or you would prefer to skip the Intro, please click here
Copyright 2011-2021-artReMix - Redak Martha - All rights reserved
Copyright © 2011-2021 artReMix - Redak Martha - All rights reserved
onInitialise: function (status) { var type = this.options.type; var didConsent = this.hasConsented(); if (type == 'opt-in' && didConsent) { // enable cookies } if (type == 'opt-out' && !didConsent) { // disable cookies } }, onStatusChange: function(status, chosenBefore) { var type = this.options.type; var didConsent = this.hasConsented(); if (type == 'opt-in' && didConsent) { // enable cookies } if (type == 'opt-out' && !didConsent) { // disable cookies } }, onRevokeChoice: function() { var type = this.options.type; if (type == 'opt-in') { // disable cookies } if (type == 'opt-out') { // enable cookies } }